@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .smc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .smc-content-wrap, .tc-wp-content-root .smc-content-wrap div, .tc-wp-content-root .smc-content-wrap section, .tc-wp-content-root .smc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .smc-content-wrap .smc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .smc-content-wrap .smc-section-white{
  background: #ffffff;
}.tc-wp-content-root .smc-content-wrap .smc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .smc-content-wrap .smc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .smc-content-wrap .smc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .smc-content-wrap .smc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(46, 121, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(46, 121, 255, 0.1), rgba(41, 199, 164, 0.12));
  color: #1d5fd1;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .smc-content-wrap .smc-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .smc-content-wrap .smc-section-head p{
  margin: 16px auto 0;
  color: #5b667a;
  line-height: 1.75;
}.tc-wp-content-root .smc-content-wrap .smc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .smc-content-wrap .smc-card, .tc-wp-content-root .smc-content-wrap .smc-benefit-card, .tc-wp-content-root .smc-content-wrap .smc-step-card{
  position: relative;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .smc-content-wrap .smc-card::before, .tc-wp-content-root .smc-content-wrap .smc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(46, 121, 255, 0.16), rgba(41, 199, 164, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .smc-content-wrap .smc-card:hover, .tc-wp-content-root .smc-content-wrap .smc-benefit-card:hover, .tc-wp-content-root .smc-content-wrap .smc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(46, 121, 255, 0.25);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .smc-content-wrap .smc-card:hover::before, .tc-wp-content-root .smc-content-wrap .smc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .smc-content-wrap .smc-card h3, .tc-wp-content-root .smc-content-wrap .smc-benefit-card h3, .tc-wp-content-root .smc-content-wrap .smc-step-content h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .smc-content-wrap .smc-card p, .tc-wp-content-root .smc-content-wrap .smc-benefit-card p, .tc-wp-content-root .smc-content-wrap .smc-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6b7c;
  line-height: 1.68;
}.tc-wp-content-root .smc-content-wrap .smc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2e79ff, #29c7a4);
  box-shadow: 0 12px 28px rgba(46, 121, 255, 0.24);
}.tc-wp-content-root .smc-content-wrap .smc-icon::before, .tc-wp-content-root .smc-content-wrap .smc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .smc-content-wrap .smc-icon-grid::before{
  inset: 13px;
  background: linear-gradient(90deg, transparent 47%, rgba(255,255,255,0.95) 47%, rgba(255,255,255,0.95) 53%, transparent 53%),
              linear-gradient(0deg, transparent 47%, rgba(255,255,255,0.95) 47%, rgba(255,255,255,0.95) 53%, transparent 53%);
  border: 2px solid rgba(255,255,255,0.95);
}.tc-wp-content-root .smc-content-wrap .smc-icon-steps::before{
  left: 14px;
  top: 12px;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.92), 0 16px 0 rgba(255,255,255,0.92);
}.tc-wp-content-root .smc-content-wrap .smc-icon-check::before{
  width: 21px;
  height: 11px;
  left: 13px;
  top: 16px;
  border-left: 4px solid rgba(255,255,255,0.95);
  border-bottom: 4px solid rgba(255,255,255,0.95);
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .smc-content-wrap .smc-icon-eq::before{
  left: 13px;
  top: 16px;
  width: 22px;
  height: 4px;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(255,255,255,0.92);
}.tc-wp-content-root .smc-content-wrap .smc-icon-learn::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 16px;
  border: 3px solid rgba(255,255,255,0.95);
  border-radius: 4px 4px 10px 10px;
  background: transparent;
}.tc-wp-content-root .smc-content-wrap .smc-icon-copy::before{
  left: 13px;
  top: 12px;
  width: 16px;
  height: 20px;
  border: 3px solid rgba(255,255,255,0.95);
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .smc-content-wrap .smc-icon-copy::after{
  left: 20px;
  top: 18px;
  width: 16px;
  height: 20px;
  border: 3px solid rgba(255,255,255,0.75);
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .smc-content-wrap .smc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .smc-content-wrap .smc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
  overflow: hidden;
}.tc-wp-content-root .smc-content-wrap .smc-step-card::after{
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 199, 164, 0.18), rgba(46, 121, 255, 0));
}.tc-wp-content-root .smc-content-wrap .smc-step-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  border-radius: 20px;
  background: linear-gradient(135deg, #2e79ff, #29c7a4);
  box-shadow: 0 14px 30px rgba(46, 121, 255, 0.24);
}.tc-wp-content-root .smc-content-wrap .smc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(46, 121, 255, 0.1);
  color: #1d5fd1;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .smc-content-wrap .smc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .smc-content-wrap .smc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #29c7a4, #2e79ff);
  box-shadow: 0 12px 28px rgba(41, 199, 164, 0.22);
}.tc-wp-content-root .smc-content-wrap .smc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .smc-content-wrap .smc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .smc-content-wrap .smc-reveal.smc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .smc-content-wrap .smc-section{
    padding: 46px 0;
  }.tc-wp-content-root .smc-content-wrap .smc-container{
    padding: 0 14px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .smc-content-wrap .smc-kicker, .tc-wp-content-root .smc-content-wrap .smc-badge{
    font-size: 12px;
  }.tc-wp-content-root .smc-content-wrap .smc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .smc-content-wrap .smc-card, .tc-wp-content-root .smc-content-wrap .smc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .smc-content-wrap .smc-card h3, .tc-wp-content-root .smc-content-wrap .smc-benefit-card h3, .tc-wp-content-root .smc-content-wrap .smc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .smc-content-wrap .smc-card p, .tc-wp-content-root .smc-content-wrap .smc-benefit-card p, .tc-wp-content-root .smc-content-wrap .smc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .smc-content-wrap .smc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-num{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .smc-content-wrap .smc-section{
    padding: 54px 0;
  }.tc-wp-content-root .smc-content-wrap .smc-container{
    padding: 0 18px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .smc-content-wrap .smc-kicker, .tc-wp-content-root .smc-content-wrap .smc-badge{
    font-size: 12px;
  }.tc-wp-content-root .smc-content-wrap .smc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .smc-content-wrap .smc-card, .tc-wp-content-root .smc-content-wrap .smc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .smc-content-wrap .smc-card h3, .tc-wp-content-root .smc-content-wrap .smc-benefit-card h3, .tc-wp-content-root .smc-content-wrap .smc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .smc-content-wrap .smc-card p, .tc-wp-content-root .smc-content-wrap .smc-benefit-card p, .tc-wp-content-root .smc-content-wrap .smc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .smc-content-wrap .smc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-num{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .smc-content-wrap .smc-section{
    padding: 60px 0;
  }.tc-wp-content-root .smc-content-wrap .smc-container{
    padding: 0 22px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .smc-content-wrap .smc-kicker, .tc-wp-content-root .smc-content-wrap .smc-badge{
    font-size: 13px;
  }.tc-wp-content-root .smc-content-wrap .smc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .smc-content-wrap .smc-card, .tc-wp-content-root .smc-content-wrap .smc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .smc-content-wrap .smc-card h3, .tc-wp-content-root .smc-content-wrap .smc-benefit-card h3, .tc-wp-content-root .smc-content-wrap .smc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .smc-content-wrap .smc-card p, .tc-wp-content-root .smc-content-wrap .smc-benefit-card p, .tc-wp-content-root .smc-content-wrap .smc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .smc-content-wrap .smc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-num{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .smc-content-wrap .smc-section{
    padding: 74px 0;
  }.tc-wp-content-root .smc-content-wrap .smc-container{
    padding: 0 30px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .smc-content-wrap .smc-kicker, .tc-wp-content-root .smc-content-wrap .smc-badge{
    font-size: 13px;
  }.tc-wp-content-root .smc-content-wrap .smc-grid-three, .tc-wp-content-root .smc-content-wrap .smc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smc-content-wrap .smc-card, .tc-wp-content-root .smc-content-wrap .smc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .smc-content-wrap .smc-card h3, .tc-wp-content-root .smc-content-wrap .smc-benefit-card h3, .tc-wp-content-root .smc-content-wrap .smc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .smc-content-wrap .smc-card p, .tc-wp-content-root .smc-content-wrap .smc-benefit-card p, .tc-wp-content-root .smc-content-wrap .smc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smc-content-wrap .smc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-num{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .smc-content-wrap .smc-section{
    padding: 92px 0;
  }.tc-wp-content-root .smc-content-wrap .smc-container{
    padding: 0 32px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .smc-content-wrap .smc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .smc-content-wrap .smc-kicker, .tc-wp-content-root .smc-content-wrap .smc-badge{
    font-size: 13px;
  }.tc-wp-content-root .smc-content-wrap .smc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smc-content-wrap .smc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smc-content-wrap .smc-card, .tc-wp-content-root .smc-content-wrap .smc-benefit-card{
    min-height: 245px;
    padding: 30px;
  }.tc-wp-content-root .smc-content-wrap .smc-card h3, .tc-wp-content-root .smc-content-wrap .smc-benefit-card h3, .tc-wp-content-root .smc-content-wrap .smc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .smc-content-wrap .smc-card p, .tc-wp-content-root .smc-content-wrap .smc-benefit-card p, .tc-wp-content-root .smc-content-wrap .smc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smc-content-wrap .smc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .smc-content-wrap .smc-step-num{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}