@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 .tthc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .tthc-content-wrap, .tc-wp-content-root .tthc-content-wrap div, .tc-wp-content-root .tthc-content-wrap section, .tc-wp-content-root .tthc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tthc-content-wrap .tthc-section{
  position: relative;
}.tc-wp-content-root .tthc-content-wrap .tthc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tthc-content-wrap .tthc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}.tc-wp-content-root .tthc-content-wrap .tthc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tthc-content-wrap .tthc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tthc-content-wrap .tthc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f8f8c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .tthc-content-wrap .tthc-kicker::before, .tc-wp-content-root .tthc-content-wrap .tthc-kicker::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #18b7b2, #5b7cfa);
}.tc-wp-content-root .tthc-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tthc-content-wrap .tthc-heading p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.7;
}.tc-wp-content-root .tthc-content-wrap .tthc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tthc-content-wrap .tthc-card, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card, .tc-wp-content-root .tthc-content-wrap .tthc-step-card{
  position: relative;
  border: 1px solid rgba(42, 62, 95, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 32, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tthc-content-wrap .tthc-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}.tc-wp-content-root .tthc-content-wrap .tthc-card::before, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #18b7b2, #5b7cfa, #9a6cff);
  opacity: 0.9;
}.tc-wp-content-root .tthc-content-wrap .tthc-card:hover, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card:hover, .tc-wp-content-root .tthc-content-wrap .tthc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 183, 178, 0.34);
  box-shadow: 0 24px 60px rgba(18, 32, 54, 0.13);
}.tc-wp-content-root .tthc-content-wrap .tthc-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tthc-content-wrap .tthc-card p, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-content-wrap .tthc-step-card p{
  margin: 10px 0 0;
  color: #5a6477;
  line-height: 1.68;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24, 183, 178, 0.14), rgba(91, 124, 250, 0.15));
  border: 1px solid rgba(24, 183, 178, 0.18);
}.tc-wp-content-root .tthc-content-wrap .tthc-icon::before, .tc-wp-content-root .tthc-content-wrap .tthc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-clock::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f8f8c;
  border-radius: 50%;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-clock::after{
  width: 8px;
  height: 7px;
  left: 24px;
  top: 18px;
  border-left: 2px solid #5b7cfa;
  border-bottom: 2px solid #5b7cfa;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-sheet::before{
  width: 20px;
  height: 24px;
  left: 14px;
  top: 12px;
  border: 2px solid #0f8f8c;
  border-radius: 5px;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-sheet::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 20px;
  background: #5b7cfa;
  box-shadow: 0 6px 0 #5b7cfa;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-calculator::before{
  width: 22px;
  height: 24px;
  left: 13px;
  top: 12px;
  border: 2px solid #0f8f8c;
  border-radius: 6px;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-calculator::after{
  width: 4px;
  height: 4px;
  left: 18px;
  top: 23px;
  background: #5b7cfa;
  border-radius: 50%;
  box-shadow: 8px 0 0 #5b7cfa, 0 7px 0 #5b7cfa, 8px 7px 0 #5b7cfa;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-plan::before{
  width: 22px;
  height: 16px;
  left: 13px;
  top: 17px;
  border-left: 2px solid #0f8f8c;
  border-bottom: 2px solid #0f8f8c;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-plan::after{
  width: 18px;
  height: 18px;
  left: 19px;
  top: 11px;
  border-top: 2px solid #5b7cfa;
  border-right: 2px solid #5b7cfa;
  transform: rotate(45deg);
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-check::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f8f8c;
  border-radius: 50%;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-check::after{
  width: 12px;
  height: 6px;
  left: 18px;
  top: 22px;
  border-left: 2px solid #5b7cfa;
  border-bottom: 2px solid #5b7cfa;
  transform: rotate(-45deg);
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-speed::before{
  width: 24px;
  height: 12px;
  left: 12px;
  top: 19px;
  border: 2px solid #0f8f8c;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}.tc-wp-content-root .tthc-content-wrap .tthc-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 25px;
  background: #5b7cfa;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .tthc-content-wrap .tthc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tthc-content-wrap .tthc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .tthc-content-wrap .tthc-step-card::before{
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(24, 183, 178, 0), rgba(24, 183, 178, 0.36), rgba(91, 124, 250, 0));
}.tc-wp-content-root .tthc-content-wrap .tthc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #0faaa6, #5b7cfa);
  box-shadow: 0 14px 30px rgba(24, 183, 178, 0.25);
}.tc-wp-content-root .tthc-content-wrap .tthc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0d7775;
  background: rgba(24, 183, 178, 0.1);
  border: 1px solid rgba(24, 183, 178, 0.18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-content-root .tthc-content-wrap .tthc-benefit-card{
  min-width: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}.tc-wp-content-root .tthc-content-wrap .tthc-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(24, 183, 178, 0.16), rgba(91, 124, 250, 0.16));
}.tc-wp-content-root .tthc-content-wrap .tthc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #0f8f8c;
  border-bottom: 3px solid #5b7cfa;
  transform: rotate(-45deg);
}.tc-wp-content-root .tthc-content-wrap .tthc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tthc-content-wrap .tthc-reveal.tthc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tthc-content-wrap .tthc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tthc-content-wrap .tthc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tthc-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card p, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-content-wrap .tthc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card::before{
    display: none;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tthc-content-wrap .tthc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tthc-content-wrap .tthc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tthc-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card p, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-content-wrap .tthc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card::before{
    display: none;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tthc-content-wrap .tthc-section{
    padding: 60px 0;
  }.tc-wp-content-root .tthc-content-wrap .tthc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tthc-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card p, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-content-wrap .tthc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card::before{
    display: none;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tthc-content-wrap .tthc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tthc-content-wrap .tthc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tthc-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-grid-six, .tc-wp-content-root .tthc-content-wrap .tthc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card p, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-content-wrap .tthc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tthc-content-wrap .tthc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tthc-content-wrap .tthc-container{
    padding: 0 36px;
  }.tc-wp-content-root .tthc-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-grid-six, .tc-wp-content-root .tthc-content-wrap .tthc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-content-wrap .tthc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-card p, .tc-wp-content-root .tthc-content-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-content-wrap .tthc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .tthc-content-wrap .tthc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}

.tc-wp-content-root .tthc-step-content {}