@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 .adm-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2937;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .adm-editorial-wrap, .tc-wp-content-root .adm-editorial-wrap section, .tc-wp-content-root .adm-editorial-wrap div, .tc-wp-content-root .adm-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .adm-editorial-wrap .adm-section{
  position: relative;
}.tc-wp-content-root .adm-editorial-wrap .adm-section-white{
  background: #ffffff;
}.tc-wp-content-root .adm-editorial-wrap .adm-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%);
}.tc-wp-content-root .adm-editorial-wrap .adm-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .adm-editorial-wrap .adm-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .adm-editorial-wrap .adm-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
  color: #7c3aed;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .adm-editorial-wrap .adm-section-head h2{
  margin: 0;
  color: #151827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .adm-editorial-wrap .adm-section-head p{
  margin: 16px auto 0;
  color: #5b6473;
  line-height: 1.75;
}.tc-wp-content-root .adm-editorial-wrap .adm-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .adm-editorial-wrap .adm-card, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card, .tc-wp-content-root .adm-editorial-wrap .adm-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 41, 55, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .adm-editorial-wrap .adm-card::before, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card::before, .tc-wp-content-root .adm-editorial-wrap .adm-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.42), rgba(236, 72, 153, 0.2), rgba(245, 158, 11, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .adm-editorial-wrap .adm-card:hover, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card:hover, .tc-wp-content-root .adm-editorial-wrap .adm-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(139, 92, 246, 0.22);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .adm-editorial-wrap .adm-card:hover::before, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card:hover::before, .tc-wp-content-root .adm-editorial-wrap .adm-step-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .adm-editorial-wrap .adm-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .adm-editorial-wrap .adm-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-step-card h3{
  margin: 0;
  color: #171827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .adm-editorial-wrap .adm-card p, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card p, .tc-wp-content-root .adm-editorial-wrap .adm-step-card p{
  margin: 12px 0 0;
  color: #606a78;
  line-height: 1.7;
}.tc-wp-content-root .adm-editorial-wrap .adm-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #db2777);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.22);
}.tc-wp-content-root .adm-editorial-wrap .adm-icon::before, .tc-wp-content-root .adm-editorial-wrap .adm-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-orbit::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-orbit::after{
  width: 6px;
  height: 6px;
  right: 10px;
  top: 13px;
  border-radius: 50%;
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-compass::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%);
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-gem::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  clip-path: polygon(20% 0, 80% 0, 100% 35%, 50% 100%, 0 35%);
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-path::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-path::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .adm-editorial-wrap .adm-icon-moon::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: -7px 0 0 0 #ffffff;
  background: transparent;
}.tc-wp-content-root .adm-editorial-wrap .adm-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(219, 39, 119, 0.1));
  color: #7c3aed;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-content-root .adm-editorial-wrap .adm-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .adm-editorial-wrap .adm-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
}.tc-wp-content-root .adm-editorial-wrap .adm-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #6d28d9, #db2777 58%, #f59e0b);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24);
}.tc-wp-content-root .adm-editorial-wrap .adm-step-content{
  min-width: 0;
}.tc-wp-content-root .adm-editorial-wrap .adm-trust-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
  background: #ffffff;
}.tc-wp-content-root .adm-editorial-wrap .adm-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0 12%, transparent 13%), linear-gradient(135deg, #7c3aed, #db2777);
  box-shadow: 0 14px 30px rgba(219, 39, 119, 0.2);
}.tc-wp-content-root .adm-editorial-wrap .adm-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .adm-editorial-wrap .adm-reveal.adm-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 .adm-editorial-wrap .adm-section{
    padding: 54px 0;
  }.tc-wp-content-root .adm-editorial-wrap .adm-container{
    padding: 0 14px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card{
    padding: 22px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card p, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card p, .tc-wp-content-root .adm-editorial-wrap .adm-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-steps{
    gap: 16px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .adm-editorial-wrap .adm-section{
    padding: 58px 0;
  }.tc-wp-content-root .adm-editorial-wrap .adm-container{
    padding: 0 18px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card{
    padding: 24px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card p, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card p, .tc-wp-content-root .adm-editorial-wrap .adm-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-steps{
    gap: 18px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .adm-editorial-wrap .adm-section{
    padding: 64px 0;
  }.tc-wp-content-root .adm-editorial-wrap .adm-container{
    padding: 0 22px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card{
    padding: 26px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card p, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card p, .tc-wp-content-root .adm-editorial-wrap .adm-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-steps{
    gap: 20px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .adm-editorial-wrap .adm-section{
    padding: 78px 0;
  }.tc-wp-content-root .adm-editorial-wrap .adm-container{
    padding: 0 32px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-grid-six, .tc-wp-content-root .adm-editorial-wrap .adm-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card{
    padding: 28px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card p, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card p, .tc-wp-content-root .adm-editorial-wrap .adm-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-steps{
    gap: 22px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .adm-editorial-wrap .adm-section{
    padding: 96px 0;
  }.tc-wp-content-root .adm-editorial-wrap .adm-container{
    padding: 0 32px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-grid-six, .tc-wp-content-root .adm-editorial-wrap .adm-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card{
    padding: 30px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card h3, .tc-wp-content-root .adm-editorial-wrap .adm-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-card p, .tc-wp-content-root .adm-editorial-wrap .adm-trust-card p, .tc-wp-content-root .adm-editorial-wrap .adm-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-steps{
    gap: 24px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .adm-editorial-wrap .adm-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}