@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;
}.wpc-scope-81 .tc-wp-content-root img, .wpc-scope-81 .tc-wp-content-root video, .wpc-scope-81 .tc-wp-content-root svg, .wpc-scope-81 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial, .wpc-scope-81 .tc-wp-content-root .hitc-editorial div, .wpc-scope-81 .tc-wp-content-root .hitc-editorial section, .wpc-scope-81 .tc-wp-content-root .hitc-editorial article{
  box-sizing: border-box;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-section-white{
  background: #ffffff;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(35, 151, 142, 0.09), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(245, 157, 66, 0.1), transparent 30%),
    #f7faf8;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-heading-wrap{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f766e;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-kicker::before, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f766e, #f59e42);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-heading-wrap p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #526070;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(24, 46, 64, 0.08);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card::before, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #2dd4bf, #f59e42);
  opacity: 0.9;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card:hover, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 24px 58px rgba(24, 46, 64, 0.13);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card h3, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-card h3, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-card h3{
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card p, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-card p, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-card p{
  margin: 10px 0 0;
  color: #536273;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(245, 158, 66, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.12);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon::before, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card:hover .hitc-icon::before, .wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-card:hover .hitc-icon::after{
  transform: translateY(-2px);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-sun::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #f59e42;
  box-shadow: 0 0 0 6px rgba(245, 158, 66, 0.2);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-wave::before{
  width: 25px;
  height: 12px;
  left: 11px;
  top: 17px;
  border: 3px solid #0f766e;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 18px 0;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-chart::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background: #0f766e;
  box-shadow: 9px -7px 0 #2dd4bf, 18px -12px 0 #f59e42;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-check::before{
  left: 14px;
  top: 14px;
  width: 19px;
  height: 10px;
  border-left: 4px solid #0f766e;
  border-bottom: 4px solid #0f766e;
  transform: rotate(-45deg);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 3px solid #0f766e;
  border-radius: 7px;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-phone::after{
  left: 21px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f59e42;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-lock::before{
  left: 14px;
  top: 20px;
  width: 18px;
  height: 15px;
  border-radius: 5px;
  background: #0f766e;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-icon-lock::after{
  left: 17px;
  top: 10px;
  width: 12px;
  height: 13px;
  border: 3px solid #f59e42;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 52px rgba(24, 46, 64, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-card::after{
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #0f766e, #f59e42);
  opacity: 0.75;
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(245, 158, 66, 0.32);
  box-shadow: 0 26px 64px rgba(24, 46, 64, 0.13);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #0f766e, #14b8a6 55%, #f59e42);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.24);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-badge-dot{
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 26%, transparent 28%),
    conic-gradient(from 40deg, #0f766e, #2dd4bf, #f59e42, #0f766e);
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.16);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
  background:
    radial-gradient(circle at right top, rgba(245, 158, 66, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-benefit-mark{
  width: 52px;
  height: 8px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f766e, #2dd4bf, #f59e42);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-81 .tc-wp-content-root .hitc-editorial .hitc-reveal.hitc-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 .hitc-editorial .hitc-section{
    padding: 48px 0;
  }.tc-wp-content-root .hitc-editorial .hitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .hitc-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .hitc-editorial .hitc-heading-wrap p{
    font-size: 14px;
  }.tc-wp-content-root .hitc-editorial .hitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hitc-editorial .hitc-card, .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .hitc-editorial .hitc-card h3, .tc-wp-content-root .hitc-editorial .hitc-benefit-card h3, .tc-wp-content-root .hitc-editorial .hitc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hitc-editorial .hitc-card p, .tc-wp-content-root .hitc-editorial .hitc-benefit-card p, .tc-wp-content-root .hitc-editorial .hitc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hitc-editorial .hitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .hitc-editorial .hitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .hitc-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .hitc-editorial .hitc-heading-wrap p{
    font-size: 15px;
  }.tc-wp-content-root .hitc-editorial .hitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hitc-editorial .hitc-card, .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .hitc-editorial .hitc-card h3, .tc-wp-content-root .hitc-editorial .hitc-benefit-card h3, .tc-wp-content-root .hitc-editorial .hitc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hitc-editorial .hitc-card p, .tc-wp-content-root .hitc-editorial .hitc-benefit-card p, .tc-wp-content-root .hitc-editorial .hitc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-number{
    width: 60px;
    height: 60px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hitc-editorial .hitc-section{
    padding: 62px 0;
  }.tc-wp-content-root .hitc-editorial .hitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .hitc-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .hitc-editorial .hitc-heading-wrap p{
    font-size: 16px;
  }.tc-wp-content-root .hitc-editorial .hitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hitc-editorial .hitc-card, .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .hitc-editorial .hitc-card h3, .tc-wp-content-root .hitc-editorial .hitc-benefit-card h3, .tc-wp-content-root .hitc-editorial .hitc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hitc-editorial .hitc-card p, .tc-wp-content-root .hitc-editorial .hitc-benefit-card p, .tc-wp-content-root .hitc-editorial .hitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hitc-editorial .hitc-section{
    padding: 76px 0;
  }.tc-wp-content-root .hitc-editorial .hitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .hitc-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .hitc-editorial .hitc-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .hitc-editorial .hitc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hitc-editorial .hitc-card, .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .hitc-editorial .hitc-card h3, .tc-wp-content-root .hitc-editorial .hitc-benefit-card h3, .tc-wp-content-root .hitc-editorial .hitc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hitc-editorial .hitc-card p, .tc-wp-content-root .hitc-editorial .hitc-benefit-card p, .tc-wp-content-root .hitc-editorial .hitc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-card{
    gap: 22px;
    padding: 30px 28px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-number{
    width: 66px;
    height: 66px;
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hitc-editorial .hitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .hitc-editorial .hitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .hitc-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .hitc-editorial .hitc-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .hitc-editorial .hitc-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .hitc-editorial .hitc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hitc-editorial .hitc-card, .tc-wp-content-root .hitc-editorial .hitc-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .hitc-editorial .hitc-card h3, .tc-wp-content-root .hitc-editorial .hitc-benefit-card h3, .tc-wp-content-root .hitc-editorial .hitc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hitc-editorial .hitc-card p, .tc-wp-content-root .hitc-editorial .hitc-benefit-card p, .tc-wp-content-root .hitc-editorial .hitc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-card{
    gap: 24px;
    padding: 34px 34px;
  }.tc-wp-content-root .hitc-editorial .hitc-step-number{
    width: 70px;
    height: 70px;
    font-size: 17px;
  }}.wpc-scope-81 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .hitc-benefit-grid{}.wpc-scope-81 .tc-wp-content-root .hitc-step-content{}