@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 .icc-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  color: #172033;
}.tc-wp-content-root .icc-editorial-sections, .tc-wp-content-root .icc-editorial-sections section, .tc-wp-content-root .icc-editorial-sections div, .tc-wp-content-root .icc-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .icc-editorial-sections .icc-section{
  position: relative;
}.tc-wp-content-root .icc-editorial-sections .icc-section-white{
  background: #ffffff;
}.tc-wp-content-root .icc-editorial-sections .icc-section-soft{
  background: #f7faf9;
}.tc-wp-content-root .icc-editorial-sections .icc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .icc-editorial-sections .icc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .icc-editorial-sections .icc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.1), rgba(14, 165, 233, 0.08));
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .icc-editorial-sections .icc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #0ea5e9);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}.tc-wp-content-root .icc-editorial-sections .icc-heading-block h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .icc-editorial-sections .icc-heading-block p{
  margin: 16px auto 0;
  color: #526173;
  line-height: 1.7;
}.tc-wp-content-root .icc-editorial-sections .icc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .icc-editorial-sections .icc-card, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .icc-editorial-sections .icc-card::before, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #14b8a6, #0ea5e9, #38bdf8);
  opacity: 0.9;
}.tc-wp-content-root .icc-editorial-sections .icc-card:hover, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card:hover, .tc-wp-content-root .icc-editorial-sections .icc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .icc-editorial-sections .icc-card h3, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card h3, .tc-wp-content-root .icc-editorial-sections .icc-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .icc-editorial-sections .icc-card p, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card p, .tc-wp-content-root .icc-editorial-sections .icc-step-card p{
  margin: 10px 0 0;
  color: #526173;
  line-height: 1.68;
}.tc-wp-content-root .icc-editorial-sections .icc-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(14, 165, 233, 0.12));
  box-shadow: inset 0 0 0 1px rgba(20, 184, 166, 0.16);
}.tc-wp-content-root .icc-editorial-sections .icc-icon::before, .tc-wp-content-root .icc-editorial-sections .icc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-rate::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #0f766e;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-rate::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  background: #0ea5e9;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-travel::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 17px;
  border: 3px solid #0f766e;
  border-radius: 6px;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-travel::after{
  width: 14px;
  height: 8px;
  left: 16px;
  top: 11px;
  border: 3px solid #0ea5e9;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-compare::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  background: #0f766e;
  box-shadow: 0 14px 0 #0ea5e9;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-compare::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 12px;
  border-top: 3px solid #0f766e;
  border-right: 3px solid #0f766e;
  transform: rotate(45deg);
  border-radius: 0;
  box-shadow: 10px -10px 0 -2px transparent;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-card::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #0f766e;
  border-radius: 7px;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-card::after{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 20px;
  background: #0ea5e9;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-plan::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border: 3px solid #0f766e;
  border-radius: 8px;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-plan::after{
  width: 13px;
  height: 3px;
  left: 17px;
  top: 19px;
  background: #0ea5e9;
  box-shadow: 0 7px 0 #0ea5e9;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-clean::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #0f766e;
}.tc-wp-content-root .icc-editorial-sections .icc-icon-clean::after{
  width: 13px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 3px solid #0ea5e9;
  border-bottom: 3px solid #0ea5e9;
  transform: rotate(-45deg);
  border-radius: 0;
}.tc-wp-content-root .icc-editorial-sections .icc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .icc-editorial-sections .icc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfefd 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .icc-editorial-sections .icc-step-card::after{
  content: "";
  position: absolute;
  left: 37px;
  top: 76px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.35), rgba(14, 165, 233, 0));
}.tc-wp-content-root .icc-editorial-sections .icc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .icc-editorial-sections .icc-step-number{
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #0ea5e9);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .icc-editorial-sections .icc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .icc-editorial-sections .icc-benefit-mark{
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #0ea5e9);
  position: relative;
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.2);
}.tc-wp-content-root .icc-editorial-sections .icc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .icc-editorial-sections .icc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .icc-editorial-sections .icc-reveal.icc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .icc-editorial-sections .icc-section{
    padding: 48px 0;
  }.tc-wp-content-root .icc-editorial-sections .icc-container{
    padding: 0 14px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card-grid, .tc-wp-content-root .icc-editorial-sections .icc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .icc-editorial-sections .icc-grid-three, .tc-wp-content-root .icc-editorial-sections .icc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .icc-editorial-sections .icc-card, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card{
    padding: 24px;
    border-radius: 18px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card::after{
    display: none;
  }.tc-wp-content-root .icc-editorial-sections .icc-card h3, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card h3, .tc-wp-content-root .icc-editorial-sections .icc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card p, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card p, .tc-wp-content-root .icc-editorial-sections .icc-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .icc-editorial-sections .icc-section{
    padding: 54px 0;
  }.tc-wp-content-root .icc-editorial-sections .icc-container{
    padding: 0 18px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card-grid, .tc-wp-content-root .icc-editorial-sections .icc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .icc-editorial-sections .icc-grid-three, .tc-wp-content-root .icc-editorial-sections .icc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .icc-editorial-sections .icc-card, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card{
    padding: 26px;
    border-radius: 20px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
    border-radius: 20px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card::after{
    display: none;
  }.tc-wp-content-root .icc-editorial-sections .icc-card h3, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card h3, .tc-wp-content-root .icc-editorial-sections .icc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card p, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card p, .tc-wp-content-root .icc-editorial-sections .icc-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .icc-editorial-sections .icc-section{
    padding: 60px 0;
  }.tc-wp-content-root .icc-editorial-sections .icc-container{
    padding: 0 22px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card-grid, .tc-wp-content-root .icc-editorial-sections .icc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .icc-editorial-sections .icc-grid-three, .tc-wp-content-root .icc-editorial-sections .icc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .icc-editorial-sections .icc-card, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card::after{
    display: none;
  }.tc-wp-content-root .icc-editorial-sections .icc-card h3, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card h3, .tc-wp-content-root .icc-editorial-sections .icc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card p, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card p, .tc-wp-content-root .icc-editorial-sections .icc-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .icc-editorial-sections .icc-section{
    padding: 76px 0;
  }.tc-wp-content-root .icc-editorial-sections .icc-container{
    padding: 0 30px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block h2{
    font-size: 38px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card-grid, .tc-wp-content-root .icc-editorial-sections .icc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .icc-editorial-sections .icc-grid-three, .tc-wp-content-root .icc-editorial-sections .icc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .icc-editorial-sections .icc-card, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card h3, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card h3, .tc-wp-content-root .icc-editorial-sections .icc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card p, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card p, .tc-wp-content-root .icc-editorial-sections .icc-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .icc-editorial-sections .icc-section{
    padding: 92px 0;
  }.tc-wp-content-root .icc-editorial-sections .icc-container{
    padding: 0 32px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block h2{
    font-size: 44px;
  }.tc-wp-content-root .icc-editorial-sections .icc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .icc-editorial-sections .icc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .icc-editorial-sections .icc-grid-three, .tc-wp-content-root .icc-editorial-sections .icc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .icc-editorial-sections .icc-card, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .icc-editorial-sections .icc-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card h3, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card h3, .tc-wp-content-root .icc-editorial-sections .icc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .icc-editorial-sections .icc-card p, .tc-wp-content-root .icc-editorial-sections .icc-benefit-card p, .tc-wp-content-root .icc-editorial-sections .icc-step-card p{
    font-size: 15.5px;
  }}

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