@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 .amc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .amc-content-wrap .amc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .amc-content-wrap .amc-section-white{
  background: #ffffff;
}.tc-wp-content-root .amc-content-wrap .amc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .amc-content-wrap .amc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .amc-content-wrap .amc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .amc-content-wrap .amc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(41, 121, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(41, 121, 255, 0.1), rgba(0, 188, 212, 0.1));
  color: #1766d1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .amc-content-wrap .amc-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .amc-content-wrap .amc-heading p{
  margin: 16px auto 0;
  color: #526071;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .amc-content-wrap .amc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .amc-content-wrap .amc-card, .tc-wp-content-root .amc-content-wrap .amc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 33, 54, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 30, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .amc-content-wrap .amc-card::before, .tc-wp-content-root .amc-content-wrap .amc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2979ff, #00bcd4, #18c29c);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .amc-content-wrap .amc-card:hover, .tc-wp-content-root .amc-content-wrap .amc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(41, 121, 255, 0.24);
  box-shadow: 0 24px 60px rgba(17, 30, 54, 0.12);
}.tc-wp-content-root .amc-content-wrap .amc-card:hover::before, .tc-wp-content-root .amc-content-wrap .amc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .amc-content-wrap .amc-card h3, .tc-wp-content-root .amc-content-wrap .amc-trust-card h3, .tc-wp-content-root .amc-content-wrap .amc-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .amc-content-wrap .amc-card p, .tc-wp-content-root .amc-content-wrap .amc-trust-card p, .tc-wp-content-root .amc-content-wrap .amc-step-content p{
  margin: 10px 0 0;
  color: #5d6978;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .amc-content-wrap .amc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(41, 121, 255, 0.13), rgba(0, 188, 212, 0.13));
  box-shadow: inset 0 0 0 1px rgba(41, 121, 255, 0.16);
}.tc-wp-content-root .amc-content-wrap .amc-icon::before, .tc-wp-content-root .amc-content-wrap .amc-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .amc-content-wrap .amc-card:hover .amc-icon::before, .tc-wp-content-root .amc-content-wrap .amc-card:hover .amc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .amc-content-wrap .amc-icon-grid::before{
  inset: 13px;
  background-image: linear-gradient(#2979ff 1px, transparent 1px), linear-gradient(90deg, #2979ff 1px, transparent 1px);
  background-size: 10px 10px;
}.tc-wp-content-root .amc-content-wrap .amc-icon-check::before{
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #18a886;
  border-bottom: 3px solid #18a886;
  transform: rotate(-45deg);
}.tc-wp-content-root .amc-content-wrap .amc-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: linear-gradient(135deg, #2979ff, #00bcd4);
  clip-path: polygon(50% 0%, 63% 36%, 100% 50%, 63% 64%, 50% 100%, 37% 64%, 0% 50%, 37% 36%);
}.tc-wp-content-root .amc-content-wrap .amc-icon-scale::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #2979ff;
  border-radius: 50%;
}.tc-wp-content-root .amc-content-wrap .amc-icon-scale::after{
  width: 12px;
  height: 3px;
  right: 9px;
  bottom: 10px;
  border-radius: 999px;
  background: #00a7c4;
  transform: rotate(45deg);
}.tc-wp-content-root .amc-content-wrap .amc-icon-book::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #2979ff;
  border-radius: 4px;
}.tc-wp-content-root .amc-content-wrap .amc-icon-book::after{
  width: 2px;
  height: 18px;
  left: 23px;
  top: 14px;
  background: #00bcd4;
}.tc-wp-content-root .amc-content-wrap .amc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #2979ff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .amc-content-wrap .amc-icon-speed::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  background: #18c29c;
  transform-origin: left center;
  transform: rotate(-35deg);
}.tc-wp-content-root .amc-content-wrap .amc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .amc-content-wrap .amc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(41, 121, 255, 0.14);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 30, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .amc-content-wrap .amc-step-card::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -72px;
  top: -88px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.16), rgba(41, 121, 255, 0));
  pointer-events: none;
}.tc-wp-content-root .amc-content-wrap .amc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(41, 121, 255, 0.28);
  box-shadow: 0 24px 62px rgba(17, 30, 54, 0.12);
}.tc-wp-content-root .amc-content-wrap .amc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #2979ff, #00bcd4);
  box-shadow: 0 16px 34px rgba(41, 121, 255, 0.26);
}.tc-wp-content-root .amc-content-wrap .amc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 194, 156, 0.1);
  color: #087f68;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .amc-content-wrap .amc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2979ff, #00bcd4);
  box-shadow: 0 14px 30px rgba(41, 121, 255, 0.23);
}.tc-wp-content-root .amc-content-wrap .amc-trust-mark::before{
  content: "";
  width: 16px;
  height: 9px;
  margin: 14px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .amc-content-wrap .amc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .amc-content-wrap .amc-reveal.amc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .amc-content-wrap .amc-section{
    padding: 54px 0;
  }.tc-wp-content-root .amc-content-wrap .amc-container{
    padding: 0 14px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .amc-content-wrap .amc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amc-content-wrap .amc-card, .tc-wp-content-root .amc-content-wrap .amc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .amc-content-wrap .amc-card h3, .tc-wp-content-root .amc-content-wrap .amc-trust-card h3, .tc-wp-content-root .amc-content-wrap .amc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .amc-content-wrap .amc-card p, .tc-wp-content-root .amc-content-wrap .amc-trust-card p, .tc-wp-content-root .amc-content-wrap .amc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .amc-content-wrap .amc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .amc-content-wrap .amc-section{
    padding: 60px 0;
  }.tc-wp-content-root .amc-content-wrap .amc-container{
    padding: 0 18px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .amc-content-wrap .amc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .amc-content-wrap .amc-card, .tc-wp-content-root .amc-content-wrap .amc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .amc-content-wrap .amc-card h3, .tc-wp-content-root .amc-content-wrap .amc-trust-card h3, .tc-wp-content-root .amc-content-wrap .amc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .amc-content-wrap .amc-card p, .tc-wp-content-root .amc-content-wrap .amc-trust-card p, .tc-wp-content-root .amc-content-wrap .amc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .amc-content-wrap .amc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-number{
    width: 56px;
    height: 56px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .amc-content-wrap .amc-section{
    padding: 68px 0;
  }.tc-wp-content-root .amc-content-wrap .amc-container{
    padding: 0 22px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .amc-content-wrap .amc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amc-content-wrap .amc-card, .tc-wp-content-root .amc-content-wrap .amc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .amc-content-wrap .amc-card h3, .tc-wp-content-root .amc-content-wrap .amc-trust-card h3, .tc-wp-content-root .amc-content-wrap .amc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .amc-content-wrap .amc-card p, .tc-wp-content-root .amc-content-wrap .amc-trust-card p, .tc-wp-content-root .amc-content-wrap .amc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .amc-content-wrap .amc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-number{
    width: 58px;
    height: 58px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .amc-content-wrap .amc-section{
    padding: 82px 0;
  }.tc-wp-content-root .amc-content-wrap .amc-container{
    padding: 0 32px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .amc-content-wrap .amc-grid-six, .tc-wp-content-root .amc-content-wrap .amc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .amc-content-wrap .amc-card, .tc-wp-content-root .amc-content-wrap .amc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .amc-content-wrap .amc-card h3, .tc-wp-content-root .amc-content-wrap .amc-trust-card h3, .tc-wp-content-root .amc-content-wrap .amc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .amc-content-wrap .amc-card p, .tc-wp-content-root .amc-content-wrap .amc-trust-card p, .tc-wp-content-root .amc-content-wrap .amc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .amc-content-wrap .amc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-number{
    width: 66px;
    height: 66px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .amc-content-wrap .amc-section{
    padding: 96px 0;
  }.tc-wp-content-root .amc-content-wrap .amc-container{
    padding: 0 34px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .amc-content-wrap .amc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .amc-content-wrap .amc-grid-six, .tc-wp-content-root .amc-content-wrap .amc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .amc-content-wrap .amc-card, .tc-wp-content-root .amc-content-wrap .amc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .amc-content-wrap .amc-card h3, .tc-wp-content-root .amc-content-wrap .amc-trust-card h3, .tc-wp-content-root .amc-content-wrap .amc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .amc-content-wrap .amc-card p, .tc-wp-content-root .amc-content-wrap .amc-trust-card p, .tc-wp-content-root .amc-content-wrap .amc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .amc-content-wrap .amc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .amc-content-wrap .amc-step-number{
    width: 72px;
    height: 72px;
    font-size: 24px;
  }}