@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 .sfc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .sfc-editorial-wrap, .tc-wp-content-root .sfc-editorial-wrap div, .tc-wp-content-root .sfc-editorial-wrap section, .tc-wp-content-root .sfc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-section-white{
  background: #ffffff;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f8fb 100%);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(18, 140, 126, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 140, 126, 0.1), rgba(42, 111, 219, 0.1));
  color: #0b746b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card{
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(123, 139, 163, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #12a594, #2a6fdb, #77b255);
  opacity: 0.9;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(18, 140, 126, 0.36);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card h3, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content h3{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card p, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content p{
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.68;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #e6fbf7, #eef4ff);
  box-shadow: inset 0 0 0 1px rgba(18, 140, 126, 0.12);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon::before, .tc-wp-content-root .sfc-editorial-wrap .sfc-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-card:hover .sfc-icon::before, .tc-wp-content-root .sfc-editorial-wrap .sfc-card:hover .sfc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-convert::before{
  width: 23px;
  height: 3px;
  top: 15px;
  left: 11px;
  border-radius: 999px;
  background: #128c7e;
  box-shadow: 0 12px 0 #2a6fdb;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-convert::after{
  width: 8px;
  height: 8px;
  top: 12px;
  right: 10px;
  border-top: 3px solid #128c7e;
  border-right: 3px solid #128c7e;
  transform: rotate(45deg);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-decimal::before{
  width: 6px;
  height: 6px;
  left: 12px;
  bottom: 12px;
  border-radius: 50%;
  background: #2a6fdb;
  box-shadow: 10px 0 0 #12a594, 20px 0 0 #77b255;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-decimal::after{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
  background: #128c7e;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-study::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 13px;
  border: 3px solid #128c7e;
  border-radius: 4px;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-study::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 20px;
  border-radius: 999px;
  background: #2a6fdb;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-compare::before{
  width: 6px;
  height: 24px;
  left: 13px;
  bottom: 11px;
  border-radius: 999px;
  background: #12a594;
  box-shadow: 10px -8px 0 #2a6fdb, 20px 4px 0 #77b255;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-accuracy::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #128c7e;
  border-radius: 50%;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-accuracy::after{
  width: 12px;
  height: 7px;
  left: 18px;
  top: 20px;
  border-left: 3px solid #2a6fdb;
  border-bottom: 3px solid #2a6fdb;
  transform: rotate(-45deg);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-ready::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border-radius: 5px;
  background: #128c7e;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-icon-ready::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(18, 140, 126, 0.15);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card::after{
  content: "";
  position: absolute;
  top: -60px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 165, 148, 0.16), rgba(42, 111, 219, 0));
}.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(42, 111, 219, 0.28);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #128c7e, #2a6fdb);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(42, 111, 219, 0.22);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-badge{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(18, 140, 126, 0.1);
  color: #0b746b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-trust-card{
  text-align: center;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-trust-mark{
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #128c7e, #2a6fdb);
  box-shadow: 0 16px 34px rgba(18, 140, 126, 0.2);
  position: relative;
}.tc-wp-content-root .sfc-editorial-wrap .sfc-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 16px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sfc-editorial-wrap .sfc-reveal.sfc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sfc-editorial-wrap .sfc-section{
    padding: 48px 0;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card h3, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card p, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-steps{
    gap: 16px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sfc-editorial-wrap .sfc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card{
    padding: 26px 22px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card h3, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card p, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-steps{
    gap: 18px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sfc-editorial-wrap .sfc-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card h3, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card p, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-steps{
    gap: 20px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sfc-editorial-wrap .sfc-section{
    padding: 74px 0;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-container{
    padding: 0 30px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card-grid{
    gap: 22px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-grid-six, .tc-wp-content-root .sfc-editorial-wrap .sfc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card h3, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card p, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content p{
    font-size: 15.75px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-steps{
    gap: 20px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sfc-editorial-wrap .sfc-section{
    padding: 92px 0;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card-grid{
    gap: 24px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-grid-six, .tc-wp-content-root .sfc-editorial-wrap .sfc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card h3, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-card p, .tc-wp-content-root .sfc-editorial-wrap .sfc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-steps{
    gap: 22px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .sfc-editorial-wrap .sfc-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}