@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 .uwc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .uwc-content-wrap, .tc-wp-content-root .uwc-content-wrap section, .tc-wp-content-root .uwc-content-wrap div, .tc-wp-content-root .uwc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .uwc-content-wrap .uwc-section{
  position: relative;
}.tc-wp-content-root .uwc-content-wrap .uwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .uwc-content-wrap .uwc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f8fb 100%);
}.tc-wp-content-root .uwc-content-wrap .uwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .uwc-content-wrap .uwc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .uwc-content-wrap .uwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(40, 142, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(40, 142, 255, 0.1), rgba(22, 195, 164, 0.1));
  color: #116f90;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .uwc-content-wrap .uwc-heading-block h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .uwc-content-wrap .uwc-heading-block p{
  margin: 16px auto 0;
  color: #5b667a;
  line-height: 1.7;
}.tc-wp-content-root .uwc-content-wrap .uwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .uwc-content-wrap .uwc-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(25, 39, 66, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(31, 51, 85, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .uwc-content-wrap .uwc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #288eff, #16c3a4);
  opacity: 0.9;
}.tc-wp-content-root .uwc-content-wrap .uwc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(40, 142, 255, 0.28);
  box-shadow: 0 22px 54px rgba(31, 51, 85, 0.13);
}.tc-wp-content-root .uwc-content-wrap .uwc-card h3, .tc-wp-content-root .uwc-content-wrap .uwc-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .uwc-content-wrap .uwc-card p, .tc-wp-content-root .uwc-content-wrap .uwc-step-card p{
  margin: 10px 0 0;
  color: #5d687b;
  line-height: 1.68;
}.tc-wp-content-root .uwc-content-wrap .uwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(40, 142, 255, 0.14), rgba(22, 195, 164, 0.16));
  border: 1px solid rgba(40, 142, 255, 0.16);
}.tc-wp-content-root .uwc-content-wrap .uwc-icon::before, .tc-wp-content-root .uwc-content-wrap .uwc-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .uwc-content-wrap .uwc-card:hover .uwc-icon::before, .tc-wp-content-root .uwc-content-wrap .uwc-card:hover .uwc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .uwc-content-wrap .uwc-icon-spark::before{
  width: 16px;
  height: 16px;
  left: 15px;
  top: 15px;
  background: linear-gradient(135deg, #288eff, #16c3a4);
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0% 50%, 38% 35%);
}.tc-wp-content-root .uwc-content-wrap .uwc-icon-ring::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border: 3px solid #288eff;
  border-radius: 50%;
}.tc-wp-content-root .uwc-content-wrap .uwc-icon-bars::before{
  width: 20px;
  height: 4px;
  left: 13px;
  top: 14px;
  border-radius: 999px;
  background: #288eff;
  box-shadow: 0 7px 0 #16c3a4, 0 14px 0 rgba(40, 142, 255, 0.55);
}.tc-wp-content-root .uwc-content-wrap .uwc-icon-dot::before{
  width: 9px;
  height: 9px;
  left: 12px;
  top: 18px;
  border-radius: 50%;
  background: #288eff;
  box-shadow: 12px 0 0 #16c3a4, 24px 0 0 rgba(40, 142, 255, 0.55);
}.tc-wp-content-root .uwc-content-wrap .uwc-icon-wave::before{
  width: 24px;
  height: 13px;
  left: 11px;
  top: 16px;
  border-radius: 50%;
  border-top: 4px solid #288eff;
  border-right: 4px solid transparent;
  transform: rotate(-8deg);
}.tc-wp-content-root .uwc-content-wrap .uwc-icon-check::before{
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 4px solid #16c3a4;
  border-bottom: 4px solid #16c3a4;
  transform: rotate(-45deg);
}.tc-wp-content-root .uwc-content-wrap .uwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .uwc-content-wrap .uwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(25, 39, 66, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(31, 51, 85, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .uwc-content-wrap .uwc-step-card::after{
  content: "";
  position: absolute;
  top: -52px;
  right: -52px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(40, 142, 255, 0.15), rgba(22, 195, 164, 0));
}.tc-wp-content-root .uwc-content-wrap .uwc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(22, 195, 164, 0.28);
  box-shadow: 0 24px 58px rgba(31, 51, 85, 0.12);
}.tc-wp-content-root .uwc-content-wrap .uwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #288eff, #16c3a4);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(40, 142, 255, 0.23);
}.tc-wp-content-root .uwc-content-wrap .uwc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(40, 142, 255, 0.1);
  color: #126f96;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .uwc-content-wrap .uwc-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .uwc-content-wrap .uwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .uwc-content-wrap .uwc-reveal.uwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .uwc-content-wrap .uwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .uwc-content-wrap .uwc-container{
    padding: 0 16px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block h2{
    font-size: 27px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card{
    padding: 24px 20px 22px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card h3, .tc-wp-content-root .uwc-content-wrap .uwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card p, .tc-wp-content-root .uwc-content-wrap .uwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-steps{
    gap: 16px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-number{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .uwc-content-wrap .uwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .uwc-content-wrap .uwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block h2{
    font-size: 30px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card{
    padding: 26px 22px 24px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card h3, .tc-wp-content-root .uwc-content-wrap .uwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card p, .tc-wp-content-root .uwc-content-wrap .uwc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-steps{
    gap: 18px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .uwc-content-wrap .uwc-section{
    padding: 66px 0;
  }.tc-wp-content-root .uwc-content-wrap .uwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block h2{
    font-size: 34px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card{
    padding: 28px 24px 26px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card h3, .tc-wp-content-root .uwc-content-wrap .uwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card p, .tc-wp-content-root .uwc-content-wrap .uwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-steps{
    gap: 20px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .uwc-content-wrap .uwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .uwc-content-wrap .uwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block{
    margin-bottom: 42px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-grid-six, .tc-wp-content-root .uwc-content-wrap .uwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card h3, .tc-wp-content-root .uwc-content-wrap .uwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card p, .tc-wp-content-root .uwc-content-wrap .uwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-steps{
    gap: 22px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .uwc-content-wrap .uwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .uwc-content-wrap .uwc-container{
    padding: 0 34px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block{
    margin-bottom: 48px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-grid-six, .tc-wp-content-root .uwc-content-wrap .uwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card h3, .tc-wp-content-root .uwc-content-wrap .uwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-card p, .tc-wp-content-root .uwc-content-wrap .uwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-steps{
    gap: 24px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .uwc-content-wrap .uwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}

.tc-wp-content-root .uwc-step-content {}