@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-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .amc-editorial-content .amc-section{
  position: relative;
}.tc-wp-content-root .amc-editorial-content .amc-section-white{
  background: #ffffff;
}.tc-wp-content-root .amc-editorial-content .amc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .amc-editorial-content .amc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .amc-editorial-content .amc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .amc-editorial-content .amc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(38, 128, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(38, 128, 235, 0.1), rgba(22, 196, 167, 0.1));
  color: #1664c0;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .amc-editorial-content .amc-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .amc-editorial-content .amc-section-head p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.7;
}.tc-wp-content-root .amc-editorial-content .amc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .amc-editorial-content .amc-card, .tc-wp-content-root .amc-editorial-content .amc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(28, 44, 68, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .amc-editorial-content .amc-card::before, .tc-wp-content-root .amc-editorial-content .amc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(38, 128, 235, 0.16), rgba(22, 196, 167, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .amc-editorial-content .amc-card:hover, .tc-wp-content-root .amc-editorial-content .amc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(38, 128, 235, 0.24);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .amc-editorial-content .amc-card:hover::before, .tc-wp-content-root .amc-editorial-content .amc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .amc-editorial-content .amc-card h3, .tc-wp-content-root .amc-editorial-content .amc-trust-card h3, .tc-wp-content-root .amc-editorial-content .amc-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .amc-editorial-content .amc-card p, .tc-wp-content-root .amc-editorial-content .amc-trust-card p, .tc-wp-content-root .amc-editorial-content .amc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #566173;
  line-height: 1.68;
}.tc-wp-content-root .amc-editorial-content .amc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #267feb, #16c4a7);
  box-shadow: 0 12px 28px rgba(38, 128, 235, 0.22);
}.tc-wp-content-root .amc-editorial-content .amc-icon::before, .tc-wp-content-root .amc-editorial-content .amc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 240ms ease;
}.tc-wp-content-root .amc-editorial-content .amc-card:hover .amc-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .amc-editorial-content .amc-icon-matrix::before{
  inset: 12px 13px;
  background: linear-gradient(90deg, rgba(255,255,255,0.92) 2px, transparent 2px 8px, rgba(255,255,255,0.92) 8px 10px, transparent 10px 16px, rgba(255,255,255,0.92) 16px 18px);
}.tc-wp-content-root .amc-editorial-content .amc-icon-matrix::after{
  left: 12px;
  right: 12px;
  top: 22px;
  height: 2px;
}.tc-wp-content-root .amc-editorial-content .amc-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.92), 0 16px 0 rgba(255,255,255,0.92);
}.tc-wp-content-root .amc-editorial-content .amc-icon-check::before{
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid rgba(255,255,255,0.92);
  border-bottom: 3px solid rgba(255,255,255,0.92);
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .amc-editorial-content .amc-icon-system::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid rgba(255,255,255,0.92);
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .amc-editorial-content .amc-icon-result::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
  box-shadow: 0 11px 0 rgba(255,255,255,0.92);
}.tc-wp-content-root .amc-editorial-content .amc-icon-study::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 3px solid rgba(255,255,255,0.92);
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .amc-editorial-content .amc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .amc-editorial-content .amc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(38, 128, 235, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .amc-editorial-content .amc-step-card::after{
  content: "";
  position: absolute;
  left: 32px;
  top: 72px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(38, 128, 235, 0.35), rgba(22, 196, 167, 0));
}.tc-wp-content-root .amc-editorial-content .amc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .amc-editorial-content .amc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}.tc-wp-content-root .amc-editorial-content .amc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #267feb, #16c4a7);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(38, 128, 235, 0.24);
}.tc-wp-content-root .amc-editorial-content .amc-step-body{
  min-width: 0;
}.tc-wp-content-root .amc-editorial-content .amc-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(38, 128, 235, 0.1);
  color: #1664c0;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .amc-editorial-content .amc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(38, 128, 235, 0.14), rgba(22, 196, 167, 0.16));
  position: relative;
}.tc-wp-content-root .amc-editorial-content .amc-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #16a085;
  border-bottom: 3px solid #16a085;
  transform: rotate(-45deg);
}.tc-wp-content-root .amc-editorial-content .amc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .amc-editorial-content .amc-reveal.amc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .amc-editorial-content .amc-section{
    padding: 54px 0;
  }.tc-wp-content-root .amc-editorial-content .amc-container{
    padding: 0 16px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .amc-editorial-content .amc-card-grid, .tc-wp-content-root .amc-editorial-content .amc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amc-editorial-content .amc-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .amc-editorial-content .amc-card, .tc-wp-content-root .amc-editorial-content .amc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .amc-editorial-content .amc-card h3, .tc-wp-content-root .amc-editorial-content .amc-trust-card h3, .tc-wp-content-root .amc-editorial-content .amc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .amc-editorial-content .amc-card p, .tc-wp-content-root .amc-editorial-content .amc-trust-card p, .tc-wp-content-root .amc-editorial-content .amc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .amc-editorial-content .amc-section{
    padding: 60px 0;
  }.tc-wp-content-root .amc-editorial-content .amc-container{
    padding: 0 20px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .amc-editorial-content .amc-card-grid, .tc-wp-content-root .amc-editorial-content .amc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .amc-editorial-content .amc-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .amc-editorial-content .amc-card, .tc-wp-content-root .amc-editorial-content .amc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .amc-editorial-content .amc-card h3, .tc-wp-content-root .amc-editorial-content .amc-trust-card h3, .tc-wp-content-root .amc-editorial-content .amc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .amc-editorial-content .amc-card p, .tc-wp-content-root .amc-editorial-content .amc-trust-card p, .tc-wp-content-root .amc-editorial-content .amc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .amc-editorial-content .amc-section{
    padding: 66px 0;
  }.tc-wp-content-root .amc-editorial-content .amc-container{
    padding: 0 22px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .amc-editorial-content .amc-card-grid, .tc-wp-content-root .amc-editorial-content .amc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amc-editorial-content .amc-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .amc-editorial-content .amc-card, .tc-wp-content-root .amc-editorial-content .amc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .amc-editorial-content .amc-card h3, .tc-wp-content-root .amc-editorial-content .amc-trust-card h3, .tc-wp-content-root .amc-editorial-content .amc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .amc-editorial-content .amc-card p, .tc-wp-content-root .amc-editorial-content .amc-trust-card p, .tc-wp-content-root .amc-editorial-content .amc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .amc-editorial-content .amc-section{
    padding: 78px 0;
  }.tc-wp-content-root .amc-editorial-content .amc-container{
    padding: 0 32px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .amc-editorial-content .amc-card-grid, .tc-wp-content-root .amc-editorial-content .amc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .amc-editorial-content .amc-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .amc-editorial-content .amc-card, .tc-wp-content-root .amc-editorial-content .amc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .amc-editorial-content .amc-card h3, .tc-wp-content-root .amc-editorial-content .amc-trust-card h3, .tc-wp-content-root .amc-editorial-content .amc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .amc-editorial-content .amc-card p, .tc-wp-content-root .amc-editorial-content .amc-trust-card p, .tc-wp-content-root .amc-editorial-content .amc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .amc-editorial-content .amc-section{
    padding: 96px 0;
  }.tc-wp-content-root .amc-editorial-content .amc-container{
    padding: 0 36px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .amc-editorial-content .amc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .amc-editorial-content .amc-card-grid, .tc-wp-content-root .amc-editorial-content .amc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .amc-editorial-content .amc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .amc-editorial-content .amc-card, .tc-wp-content-root .amc-editorial-content .amc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .amc-editorial-content .amc-card h3, .tc-wp-content-root .amc-editorial-content .amc-trust-card h3, .tc-wp-content-root .amc-editorial-content .amc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .amc-editorial-content .amc-card p, .tc-wp-content-root .amc-editorial-content .amc-trust-card p, .tc-wp-content-root .amc-editorial-content .amc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .amc-editorial-content .amc-step-card{
    gap: 26px;
    padding: 34px;
  }}