@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-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-section{
  position: relative;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(46, 112, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(46, 112, 255, 0.1), rgba(18, 184, 134, 0.1));
  color: #2554cf;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #586174;
  font-weight: 450;
  line-height: 1.7;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-card-grid, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(145, 158, 184, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(20, 32, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card::before, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card::before, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #2e70ff, #12b886);
  opacity: 0.9;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card:hover, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card:hover, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card:hover, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(46, 112, 255, 0.28);
  box-shadow: 0 24px 64px rgba(20, 32, 56, 0.13);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card h3{
  margin: 0;
  color: #141b2b;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card p{
  margin: 10px 0 0;
  color: #596477;
  line-height: 1.66;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(46, 112, 255, 0.14), rgba(18, 184, 134, 0.14));
  box-shadow: inset 0 0 0 1px rgba(46, 112, 255, 0.12);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon::before, .tc-wp-content-root .tthc-editorial-wrap .tthc-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-clock::before{
  width: 20px;
  height: 20px;
  border: 2px solid #2e70ff;
  border-radius: 50%;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-clock::after{
  width: 8px;
  height: 8px;
  border-left: 2px solid #12b886;
  border-bottom: 2px solid #12b886;
  transform: translate(-18%, -58%) rotate(-45deg);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-route::before{
  width: 22px;
  height: 12px;
  border: 2px solid #2e70ff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-route::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b886;
  box-shadow: -16px 10px 0 #2e70ff, 16px -10px 0 #12b886;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-target::before{
  width: 22px;
  height: 22px;
  border: 2px solid #2e70ff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #ffffff;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-target::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b886;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-people::before{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2e70ff;
  box-shadow: -10px 4px 0 rgba(18, 184, 134, 0.9), 10px 4px 0 rgba(18, 184, 134, 0.9);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-people::after{
  width: 30px;
  height: 12px;
  top: 64%;
  border-radius: 12px 12px 4px 4px;
  background: rgba(46, 112, 255, 0.18);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-chart::before{
  width: 24px;
  height: 20px;
  border-left: 2px solid #2e70ff;
  border-bottom: 2px solid #2e70ff;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-chart::after{
  width: 5px;
  height: 14px;
  border-radius: 6px;
  background: #12b886;
  box-shadow: -8px 5px 0 #2e70ff, 8px -4px 0 rgba(18, 184, 134, 0.72);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-shield::before{
  width: 20px;
  height: 24px;
  background: linear-gradient(135deg, #2e70ff, #12b886);
  clip-path: polygon(50% 0, 88% 14%, 82% 67%, 50% 100%, 18% 67%, 12% 14%);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-icon-shield::after{
  width: 8px;
  height: 13px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, -58%) rotate(42deg);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card::before{
  content: "";
  position: absolute;
  left: 29px;
  top: 50%;
  width: 2px;
  height: calc(100% + 22px);
  background: linear-gradient(180deg, rgba(46, 112, 255, 0.18), rgba(18, 184, 134, 0.18));
  transform: translateY(22px);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2e70ff, #12b886);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(46, 112, 255, 0.22);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(46, 112, 255, 0.08);
  color: #2454ca;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2e70ff, #12b886);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-mark::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 9px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tthc-editorial-wrap .tthc-reveal.tthc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tthc-editorial-wrap .tthc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-card-grid, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card::before{
    display: none;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tthc-editorial-wrap .tthc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-card-grid, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card::before{
    display: none;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tthc-editorial-wrap .tthc-section{
    padding: 62px 0;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block h2{
    font-size: 33px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-card-grid, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card::before{
    display: none;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tthc-editorial-wrap .tthc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-grid-six, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tthc-editorial-wrap .tthc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-container{
    padding: 0 36px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-list{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-step-card{
    gap: 26px;
    padding: 32px 36px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card h3, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tthc-editorial-wrap .tthc-info-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-use-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-benefit-card p, .tc-wp-content-root .tthc-editorial-wrap .tthc-step-card p{
    font-size: 16px;
  }}

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