@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 .ttc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18212f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ttc-editorial-wrap, .tc-wp-content-root .ttc-editorial-wrap div, .tc-wp-content-root .ttc-editorial-wrap section, .tc-wp-content-root .ttc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(39, 170, 225, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(30, 197, 154, 0.08), transparent 30%),
    #f7fafc;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(21, 128, 160, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(39, 170, 225, 0.12), rgba(30, 197, 154, 0.12));
  color: #087083;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block h2{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block p{
  margin: 16px auto 0;
  color: #596577;
  line-height: 1.7;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 34, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card::before, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card::before, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(39, 170, 225, 0.16), rgba(30, 197, 154, 0.08), transparent 48%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card:hover, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card:hover, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(18, 152, 169, 0.28);
  box-shadow: 0 24px 70px rgba(15, 34, 55, 0.13);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card:hover::before, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card:hover::before, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162235;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #18a8d8, #22c39a);
  box-shadow: 0 14px 28px rgba(18, 152, 169, 0.22);
  transition: transform 240ms ease;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card:hover .ttc-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon::before, .tc-wp-content-root .ttc-editorial-wrap .ttc-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-route::before{
  width: 23px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-route::after{
  width: 6px;
  height: 6px;
  left: 11px;
  top: 27px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 20px -14px 0 #ffffff;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-clock::after{
  width: 9px;
  height: 2px;
  left: 24px;
  top: 23px;
  background: #ffffff;
  box-shadow: -4px -6px 0 -1px #ffffff;
  transform-origin: left center;
  transform: rotate(0deg);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-speed::before{
  width: 24px;
  height: 13px;
  left: 12px;
  top: 20px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 24px;
  top: 25px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-break::before{
  width: 18px;
  height: 23px;
  left: 15px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px 4px 9px 9px;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-break::after{
  width: 9px;
  height: 8px;
  left: 30px;
  top: 17px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-calendar::before{
  width: 24px;
  height: 23px;
  left: 12px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-calendar::after{
  width: 18px;
  height: 2px;
  left: 15px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-map::before{
  width: 24px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: skewY(-7deg);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-icon-map::after{
  width: 2px;
  height: 20px;
  left: 24px;
  top: 14px;
  background: #ffffff;
  box-shadow: 7px 1px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 253, 253, 0.94));
  box-shadow: 0 18px 54px rgba(15, 34, 55, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #18a8d8, #22c39a);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(18, 152, 169, 0.25);
  box-shadow: 0 24px 70px rgba(15, 34, 55, 0.12);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #18a8d8, #22c39a);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(18, 152, 169, 0.25);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-step-content{
  min-width: 0;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eefaf8;
  color: #087083;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(18, 152, 169, 0.16);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(39, 170, 225, 0.16), rgba(30, 197, 154, 0.18));
}.tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #0a8f89;
  border-bottom: 3px solid #0a8f89;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttc-editorial-wrap .ttc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .ttc-editorial-wrap .ttc-reveal.ttc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttc-editorial-wrap .ttc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttc-editorial-wrap .ttc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block h2{
    font-size: 31px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttc-editorial-wrap .ttc-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block h2{
    font-size: 34px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttc-editorial-wrap .ttc-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-grid-six, .tc-wp-content-root .ttc-editorial-wrap .ttc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttc-editorial-wrap .ttc-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-grid-six, .tc-wp-content-root .ttc-editorial-wrap .ttc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-info-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-use-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-wrap .ttc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttc-editorial-wrap .ttc-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}