@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 .ssc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap, .tc-wp-content-root .ssc-editorial-wrap div, .tc-wp-content-root .ssc-editorial-wrap section, .tc-wp-content-root .ssc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(18, 112, 219, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 139, 255, 0.1), rgba(42, 211, 178, 0.1));
  color: #1166b7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head h2{
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head p{
  margin: 16px auto 0;
  color: #59667a;
  font-weight: 400;
  line-height: 1.72;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 32, 58, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(24, 45, 78, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card::before, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(27, 126, 244, 0.36), rgba(47, 214, 172, 0.28), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card:hover, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(18, 112, 219, 0.18);
  box-shadow: 0 24px 60px rgba(24, 45, 78, 0.13);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card:hover::before, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content p{
  margin: 10px 0 0;
  color: #5c687a;
  font-weight: 400;
  line-height: 1.68;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #147dff, #2fd6ac);
  box-shadow: 0 12px 24px rgba(20, 125, 255, 0.22);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon::before, .tc-wp-content-root .ssc-editorial-wrap .ssc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 260ms ease;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-card:hover .ssc-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-precision::before{
  width: 18px;
  height: 3px;
  left: 13px;
  top: 20px;
  border-radius: 2px;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-precision::after{
  width: 3px;
  height: 18px;
  left: 20px;
  top: 13px;
  border-radius: 2px;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-speed::before{
  width: 19px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 2px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-study::before{
  width: 20px;
  height: 16px;
  left: 12px;
  top: 14px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-work::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-clean::before{
  width: 20px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 2px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-icon-anywhere::before{
  width: 15px;
  height: 22px;
  left: 15px;
  top: 11px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(19, 126, 242, 0.09);
  color: #126cc2;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(17, 32, 58, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(24, 45, 78, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(18, 112, 219, 0.18);
  box-shadow: 0 24px 58px rgba(24, 45, 78, 0.12);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #137ef2, #2fd6ac);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(19, 126, 242, 0.22);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card::after{
  content: "";
  position: absolute;
  top: -46px;
  right: -46px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 214, 172, 0.22), rgba(47, 214, 172, 0));
  pointer-events: none;
}.tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-mark{
  display: block;
  width: 48px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #137ef2, #2fd6ac);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ssc-editorial-wrap .ssc-reveal.ssc-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 .ssc-editorial-wrap .ssc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ssc-editorial-wrap .ssc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ssc-editorial-wrap .ssc-section{
    padding: 62px 0;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ssc-editorial-wrap .ssc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-grid-six, .tc-wp-content-root .ssc-editorial-wrap .ssc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ssc-editorial-wrap .ssc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-grid-six, .tc-wp-content-root .ssc-editorial-wrap .ssc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card h3, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-benefit-card p, .tc-wp-content-root .ssc-editorial-wrap .ssc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ssc-editorial-wrap .ssc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}