@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 .lmc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .lmc-editorial-wrap, .tc-wp-content-root .lmc-editorial-wrap div, .tc-wp-content-root .lmc-editorial-wrap section, .tc-wp-content-root .lmc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(118, 85, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 181, 170, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(118, 85, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(118, 85, 255, 0.1), rgba(0, 181, 170, 0.1));
  color: #5b43d6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head p{
  margin: 16px auto 0;
  color: #596275;
  line-height: 1.72;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(118, 85, 255, 0.42), rgba(0, 181, 170, 0.28), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 260ms ease;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(118, 85, 255, 0.24);
  box-shadow: 0 24px 60px rgba(20, 28, 45, 0.13);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card h3{
  margin: 0;
  color: #151d2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-card p{
  margin: 12px 0 0;
  color: #5d6678;
  line-height: 1.68;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7655ff, #00b5aa);
  box-shadow: 0 12px 26px rgba(88, 73, 220, 0.22);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon::before, .tc-wp-content-root .lmc-editorial-wrap .lmc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-compass::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-compass::after{
  width: 11px;
  height: 11px;
  left: 18px;
  top: 17px;
  clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-path::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-path::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-balance::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 99px;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-balance::after{
  width: 18px;
  height: 14px;
  left: 14px;
  top: 22px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: transparent;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-clock::after{
  width: 9px;
  height: 9px;
  left: 23px;
  top: 16px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-heart::before{
  width: 20px;
  height: 18px;
  left: 13px;
  top: 14px;
  clip-path: path("M10 18 C4 13 0 10 0 5 C0 2 2 0 5 0 C7 0 9 1 10 3 C11 1 13 0 15 0 C18 0 20 2 20 5 C20 10 16 13 10 18 Z");
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-fast::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  clip-path: polygon(0 35%, 58% 35%, 58% 0, 100% 50%, 58% 100%, 58% 65%, 0 65%);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 99px;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-lock::before{
  width: 20px;
  height: 15px;
  left: 13px;
  top: 20px;
  border-radius: 4px;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-icon-lock::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(118, 85, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  box-shadow: 0 18px 48px rgba(20, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card::after{
  content: "";
  position: absolute;
  left: 39px;
  top: calc(100% + 10px);
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(118, 85, 255, 0.45), rgba(0, 181, 170, 0.15));
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(20, 28, 45, 0.12);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: linear-gradient(135deg, #7655ff, #00b5aa);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(88, 73, 220, 0.24);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy h3{
  margin: 0;
  color: #151d2f;
  font-weight: 780;
  line-height: 1.25;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy p{
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.68;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 181, 170, 0.1);
  color: #087b75;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top right, rgba(118, 85, 255, 0.12), transparent 34%);
}.tc-wp-content-root .lmc-editorial-wrap .lmc-trust-card{
  background: #ffffff;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .lmc-editorial-wrap .lmc-reveal.lmc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .lmc-editorial-wrap .lmc-section{
    padding: 48px 0;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card-grid, .tc-wp-content-root .lmc-editorial-wrap .lmc-grid-3{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card h3, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card p, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-steps{
    gap: 18px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card::after{
    display: none;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .lmc-editorial-wrap .lmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card-grid, .tc-wp-content-root .lmc-editorial-wrap .lmc-grid-3{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card h3, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card p, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-steps{
    gap: 18px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card::after{
    display: none;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .lmc-editorial-wrap .lmc-section{
    padding: 62px 0;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card-grid, .tc-wp-content-root .lmc-editorial-wrap .lmc-grid-3{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card{
    padding: 26px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card h3, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card p, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-steps{
    gap: 20px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card::after{
    display: none;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .lmc-editorial-wrap .lmc-section{
    padding: 76px 0;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-container{
    padding: 0 30px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card-grid, .tc-wp-content-root .lmc-editorial-wrap .lmc-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card{
    padding: 28px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card h3, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card p, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-steps{
    gap: 28px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-number{
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .lmc-editorial-wrap .lmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card-grid, .tc-wp-content-root .lmc-editorial-wrap .lmc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card{
    padding: 30px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card h3, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-card p, .tc-wp-content-root .lmc-editorial-wrap .lmc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-steps{
    gap: 30px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-card{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .lmc-editorial-wrap .lmc-step-number{
    font-size: 23px;
  }}