@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 .sac-bottom-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .sac-bottom-content, .tc-wp-content-root .sac-bottom-content section, .tc-wp-content-root .sac-bottom-content div, .tc-wp-content-root .sac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .sac-bottom-content .sac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sac-bottom-content .sac-section-white{
  background: #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .sac-bottom-content .sac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sac-bottom-content .sac-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sac-bottom-content .sac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(56, 118, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(14, 165, 233, 0.1));
  color: #2557c7;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sac-bottom-content .sac-section-head p{
  margin: 16px auto 0;
  color: #536176;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .sac-bottom-content .sac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sac-bottom-content .sac-card, .tc-wp-content-root .sac-bottom-content .sac-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(26, 39, 67, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(20, 34, 63, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sac-bottom-content .sac-card::before, .tc-wp-content-root .sac-bottom-content .sac-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(20, 184, 166, 0.18), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .sac-bottom-content .sac-card:hover, .tc-wp-content-root .sac-bottom-content .sac-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 24px 58px rgba(20, 34, 63, 0.12);
}.tc-wp-content-root .sac-bottom-content .sac-card:hover::before, .tc-wp-content-root .sac-bottom-content .sac-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-card h3, .tc-wp-content-root .sac-bottom-content .sac-trust-card h3{
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-card p, .tc-wp-content-root .sac-bottom-content .sac-trust-card p{
  margin: 10px 0 0;
  color: #5b687c;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .sac-bottom-content .sac-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #15b8a6);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .sac-bottom-content .sac-icon::before, .tc-wp-content-root .sac-bottom-content .sac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 260ms ease;
}.tc-wp-content-root .sac-bottom-content .sac-card:hover .sac-icon::before, .tc-wp-content-root .sac-bottom-content .sac-card:hover .sac-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .sac-bottom-content .sac-icon-equation::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 17px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-icon-equation::after{
  width: 5px;
  height: 5px;
  right: 12px;
  top: 15px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-icon-simplify::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .sac-bottom-content .sac-icon-simplify::after{
  width: 16px;
  height: 3px;
  left: 16px;
  top: 23px;
  border-radius: 999px;
}.tc-wp-content-root .sac-bottom-content .sac-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .sac-bottom-content .sac-icon-check::after{
  display: none;
}.tc-wp-content-root .sac-bottom-content .sac-icon-graph::before{
  width: 26px;
  height: 20px;
  left: 11px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .sac-bottom-content .sac-icon-graph::after{
  width: 22px;
  height: 12px;
  left: 15px;
  top: 14px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 9px 0 0;
  background: transparent;
  transform: rotate(-18deg);
}.tc-wp-content-root .sac-bottom-content .sac-icon-study::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .sac-bottom-content .sac-icon-study::after{
  width: 3px;
  height: 18px;
  left: 23px;
  top: 16px;
}.tc-wp-content-root .sac-bottom-content .sac-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sac-bottom-content .sac-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-32deg);
}.tc-wp-content-root .sac-bottom-content .sac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sac-bottom-content .sac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(20, 34, 63, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sac-bottom-content .sac-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #2563eb, #14b8a6);
}.tc-wp-content-root .sac-bottom-content .sac-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 24px 58px rgba(20, 34, 63, 0.12);
}.tc-wp-content-root .sac-bottom-content .sac-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.23);
}.tc-wp-content-root .sac-bottom-content .sac-step-content{
  min-width: 0;
}.tc-wp-content-root .sac-bottom-content .sac-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .sac-bottom-content .sac-use-card{
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.07), transparent 36%),
    #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-trust-card{
  text-align: center;
}.tc-wp-content-root .sac-bottom-content .sac-trust-mark{
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.14));
  position: relative;
}.tc-wp-content-root .sac-bottom-content .sac-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 15px;
  top: 17px;
  border-left: 4px solid #2563eb;
  border-bottom: 4px solid #14b8a6;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .sac-bottom-content .sac-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sac-bottom-content .sac-reveal.sac-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 .sac-bottom-content .sac-section{
    padding: 52px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 14px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-card, .tc-wp-content-root .sac-bottom-content .sac-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-card h3, .tc-wp-content-root .sac-bottom-content .sac-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-card p, .tc-wp-content-root .sac-bottom-content .sac-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 58px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sac-bottom-content .sac-card, .tc-wp-content-root .sac-bottom-content .sac-trust-card{
    padding: 24px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-card h3, .tc-wp-content-root .sac-bottom-content .sac-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-card p, .tc-wp-content-root .sac-bottom-content .sac-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 24px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 64px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sac-bottom-content .sac-card, .tc-wp-content-root .sac-bottom-content .sac-trust-card{
    padding: 26px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-card h3, .tc-wp-content-root .sac-bottom-content .sac-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-card p, .tc-wp-content-root .sac-bottom-content .sac-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 26px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 78px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 32px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid-six, .tc-wp-content-root .sac-bottom-content .sac-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid-three .sac-trust-card:last-child{
    grid-column: 1 / -1;
  }.tc-wp-content-root .sac-bottom-content .sac-card, .tc-wp-content-root .sac-bottom-content .sac-trust-card{
    padding: 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-card h3, .tc-wp-content-root .sac-bottom-content .sac-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-card p, .tc-wp-content-root .sac-bottom-content .sac-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 96px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid-six, .tc-wp-content-root .sac-bottom-content .sac-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sac-bottom-content .sac-card, .tc-wp-content-root .sac-bottom-content .sac-trust-card{
    padding: 30px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-card h3, .tc-wp-content-root .sac-bottom-content .sac-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-card p, .tc-wp-content-root .sac-bottom-content .sac-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}