@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 .fac-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .fac-bottom-content, .tc-wp-content-root .fac-bottom-content div, .tc-wp-content-root .fac-bottom-content section, .tc-wp-content-root .fac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .fac-bottom-content .fac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .fac-bottom-content .fac-section-white{
  background: #ffffff;
}.tc-wp-content-root .fac-bottom-content .fac-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .fac-bottom-content .fac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fac-bottom-content .fac-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .fac-bottom-content .fac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(31, 111, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 111, 235, 0.1), rgba(0, 190, 166, 0.1));
  color: #1559ba;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .fac-bottom-content .fac-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .fac-bottom-content .fac-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #596579;
  font-weight: 450;
}.tc-wp-content-root .fac-bottom-content .fac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .fac-bottom-content .fac-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .fac-bottom-content .fac-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(25, 36, 58, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 40px rgba(18, 35, 70, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .fac-bottom-content .fac-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1f6feb, #00bea6, #7c3aed);
  opacity: 0.9;
}.tc-wp-content-root .fac-bottom-content .fac-card:hover{
  transform: translateY(-6px);
  border-color: rgba(31, 111, 235, 0.28);
  box-shadow: 0 22px 54px rgba(18, 35, 70, 0.13);
}.tc-wp-content-root .fac-bottom-content .fac-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .fac-bottom-content .fac-card p{
  margin: 10px 0 0;
  color: #607086;
  font-weight: 450;
}.tc-wp-content-root .fac-bottom-content .fac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(31, 111, 235, 0.13), rgba(0, 190, 166, 0.14));
}.tc-wp-content-root .fac-bottom-content .fac-icon::before, .tc-wp-content-root .fac-bottom-content .fac-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .fac-bottom-content .fac-icon-simplify::before{
  width: 22px;
  height: 3px;
  background: #1f6feb;
  box-shadow: 0 8px 0 #00a892;
}.tc-wp-content-root .fac-bottom-content .fac-icon-equation::before{
  width: 24px;
  height: 3px;
  background: #1f6feb;
  box-shadow: 0 8px 0 #1f6feb;
}.tc-wp-content-root .fac-bottom-content .fac-icon-equation::after{
  width: 8px;
  height: 8px;
  border: 3px solid #00a892;
  background: transparent;
  transform: translateY(4px);
}.tc-wp-content-root .fac-bottom-content .fac-icon-steps::before{
  width: 7px;
  height: 7px;
  background: #1f6feb;
  box-shadow: 10px 0 0 #00a892, 20px 0 0 #7c3aed;
}.tc-wp-content-root .fac-bottom-content .fac-icon-check::before{
  width: 18px;
  height: 10px;
  border-left: 4px solid #00a892;
  border-bottom: 4px solid #00a892;
  transform: rotate(-45deg) translate(2px, -2px);
}.tc-wp-content-root .fac-bottom-content .fac-icon-study::before{
  width: 22px;
  height: 17px;
  border: 3px solid #1f6feb;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .fac-bottom-content .fac-icon-study::after{
  width: 20px;
  height: 3px;
  background: #00a892;
  transform: translateY(12px);
}.tc-wp-content-root .fac-bottom-content .fac-icon-speed::before{
  width: 22px;
  height: 22px;
  border: 3px solid #1f6feb;
  background: transparent;
}.tc-wp-content-root .fac-bottom-content .fac-icon-speed::after{
  width: 12px;
  height: 3px;
  background: #00a892;
  transform: rotate(-35deg) translate(3px, -2px);
  transform-origin: left center;
}.tc-wp-content-root .fac-bottom-content .fac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .fac-bottom-content .fac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 111, 235, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 35, 70, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .fac-bottom-content .fac-step-card::before{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 32px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f6feb, #00bea6);
  opacity: 0.14;
}.tc-wp-content-root .fac-bottom-content .fac-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 190, 166, 0.28);
  box-shadow: 0 22px 56px rgba(18, 35, 70, 0.12);
}.tc-wp-content-root .fac-bottom-content .fac-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f6feb, #00bea6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(31, 111, 235, 0.24);
}.tc-wp-content-root .fac-bottom-content .fac-step-content{
  min-width: 0;
}.tc-wp-content-root .fac-bottom-content .fac-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fac-bottom-content .fac-step-content p{
  margin: 8px 0 0;
  color: #607086;
  font-weight: 450;
}.tc-wp-content-root .fac-bottom-content .fac-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(31, 111, 235, 0.08);
  color: #1559ba;
  font-weight: 800;
}.tc-wp-content-root .fac-bottom-content .fac-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}.tc-wp-content-root .fac-bottom-content .fac-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f6feb, #00bea6);
  box-shadow: 0 14px 28px rgba(31, 111, 235, 0.2);
  position: relative;
}.tc-wp-content-root .fac-bottom-content .fac-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .fac-bottom-content .fac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .fac-bottom-content .fac-reveal.fac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fac-bottom-content .fac-section{
    padding: 48px 0;
  }.tc-wp-content-root .fac-bottom-content .fac-container{
    padding: 0 14px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fac-bottom-content .fac-kicker{
    font-size: 12px;
  }.tc-wp-content-root .fac-bottom-content .fac-grid, .tc-wp-content-root .fac-bottom-content .fac-grid-3{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .fac-bottom-content .fac-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fac-bottom-content .fac-card h3, .tc-wp-content-root .fac-bottom-content .fac-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .fac-bottom-content .fac-card p, .tc-wp-content-root .fac-bottom-content .fac-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .fac-bottom-content .fac-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card::before{
    display: none;
  }.tc-wp-content-root .fac-bottom-content .fac-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fac-bottom-content .fac-section{
    padding: 54px 0;
  }.tc-wp-content-root .fac-bottom-content .fac-container{
    padding: 0 18px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .fac-bottom-content .fac-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .fac-bottom-content .fac-grid, .tc-wp-content-root .fac-bottom-content .fac-grid-3{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fac-bottom-content .fac-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fac-bottom-content .fac-card h3, .tc-wp-content-root .fac-bottom-content .fac-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .fac-bottom-content .fac-card p, .tc-wp-content-root .fac-bottom-content .fac-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .fac-bottom-content .fac-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card::before{
    display: none;
  }.tc-wp-content-root .fac-bottom-content .fac-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fac-bottom-content .fac-section{
    padding: 60px 0;
  }.tc-wp-content-root .fac-bottom-content .fac-container{
    padding: 0 22px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .fac-bottom-content .fac-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fac-bottom-content .fac-grid, .tc-wp-content-root .fac-bottom-content .fac-grid-3{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fac-bottom-content .fac-card{
    padding: 28px 24px;
  }.tc-wp-content-root .fac-bottom-content .fac-card h3, .tc-wp-content-root .fac-bottom-content .fac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .fac-bottom-content .fac-card p, .tc-wp-content-root .fac-bottom-content .fac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .fac-bottom-content .fac-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card::before{
    display: none;
  }.tc-wp-content-root .fac-bottom-content .fac-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fac-bottom-content .fac-section{
    padding: 76px 0;
  }.tc-wp-content-root .fac-bottom-content .fac-container{
    padding: 0 32px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fac-bottom-content .fac-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fac-bottom-content .fac-grid, .tc-wp-content-root .fac-bottom-content .fac-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fac-bottom-content .fac-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fac-bottom-content .fac-card{
    padding: 30px 26px;
  }.tc-wp-content-root .fac-bottom-content .fac-card h3, .tc-wp-content-root .fac-bottom-content .fac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .fac-bottom-content .fac-card p, .tc-wp-content-root .fac-bottom-content .fac-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .fac-bottom-content .fac-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .fac-bottom-content .fac-section{
    padding: 92px 0;
  }.tc-wp-content-root .fac-bottom-content .fac-container{
    padding: 0 34px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .fac-bottom-content .fac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .fac-bottom-content .fac-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fac-bottom-content .fac-grid, .tc-wp-content-root .fac-bottom-content .fac-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .fac-bottom-content .fac-card{
    padding: 32px 28px;
  }.tc-wp-content-root .fac-bottom-content .fac-card h3, .tc-wp-content-root .fac-bottom-content .fac-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .fac-bottom-content .fac-card p, .tc-wp-content-root .fac-bottom-content .fac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .fac-bottom-content .fac-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-card{
    gap: 28px;
    padding: 34px 34px;
  }.tc-wp-content-root .fac-bottom-content .fac-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}