@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;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
}.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: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
  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: 12px;
  color: #0f7b72;
  font-size: 13px;
  font-weight: 750;
  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: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #14b8a6, #2563eb);
}.tc-wp-content-root .sdc-editorial-wrap h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6678;
  line-height: 1.75;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(30, 64, 175, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card{
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #14b8a6, #2563eb, #7c3aed);
  opacity: 0.9;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.35);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content h3{
  margin: 0;
  color: #142033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(37, 99, 235, 0.16));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon::before{
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #0f7b72;
  border-radius: 6px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-calc::before{
  box-shadow: inset 0 -6px 0 rgba(37, 99, 235, 0.18);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-file::before{
  border-radius: 4px;
  transform: skewY(-6deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-balance::before{
  border-radius: 999px;
  border-color: #2563eb;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-senior::before{
  border-radius: 50% 50% 45% 45%;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-plan::before{
  border-radius: 4px;
  border-top-color: #7c3aed;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-check::before{
  width: 18px;
  height: 10px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}.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{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
  overflow: hidden;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.45), rgba(37, 99, 235, 0.05));
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 850;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-use-card{
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.12), transparent 34%),
    #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3::before{
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  vertical-align: 2px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0f5f59;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.2);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms 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: 48px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content 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: 16px;
    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: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    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: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 62px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 76px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 34px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 92px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sdc-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card{
    padding: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-info-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-use-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-trust-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 24px;
    margin-top: 48px;
  }.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: 20px;
  }}