@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 .sdc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
  position: relative;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-soft{
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.12), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(99, 102, 241, 0.1), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #2563eb;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-kicker::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-kicker::after{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
}.tc-wp-content-root .sdc-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(99, 102, 241, 0.08), transparent 44%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.13);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
  position: relative;
  margin: 11px 0 0;
  color: #5f6b7a;
  line-height: 1.7;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-curve::before{
  left: 10px;
  right: 10px;
  bottom: 14px;
  height: 15px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 24px 24px;
  transform: rotate(180deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-score::before{
  inset: 13px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-score::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-percent::before{
  width: 24px;
  height: 3px;
  left: 12px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-42deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-percent::after{
  width: 7px;
  height: 7px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 15px 15px 0 #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-range::before{
  left: 11px;
  right: 11px;
  top: 16px;
  height: 16px;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0 0 12px 12px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-study::before{
  left: 13px;
  top: 11px;
  width: 22px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-study::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-report::before{
  left: 12px;
  bottom: 12px;
  width: 5px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 9px -6px 0 #ffffff, 18px -12px 0 #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.9);
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37px;
  width: 2px;
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.8), rgba(99, 102, 241, 0.08));
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.34);
  box-shadow: 0 22px 54px rgba(37, 99, 235, 0.1);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0284c7, #4f46e5);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 12px 28px rgba(20, 184, 166, 0.18);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal.sdc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 60px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 64px;
    height: 64px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 68px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 68px;
    height: 68px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 82px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-three, .tc-wp-content-root .sdc-editorial-wrap .sdc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 96px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 36px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-three, .tc-wp-content-root .sdc-editorial-wrap .sdc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 52px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    font-size: 18px;
  }}