@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 .mmc-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .mmc-editorial-wrap, .tc-wp-content-root .mmc-editorial-wrap section, .tc-wp-content-root .mmc-editorial-wrap div, .tc-wp-content-root .mmc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-section{
  position: relative;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(48, 99, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(48, 99, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #2853d9;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #526173;
  line-height: 1.72;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 31, 56, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-card::before, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(48, 99, 255, 0.16), rgba(0, 194, 168, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-card:hover, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card:hover, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(48, 99, 255, 0.24);
  box-shadow: 0 26px 60px rgba(18, 31, 56, 0.12);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-card:hover::before, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #566579;
  line-height: 1.68;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3063ff, #00c2a8);
  box-shadow: 0 12px 26px rgba(48, 99, 255, 0.2);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon::before, .tc-wp-content-root .mmc-editorial-wrap .mmc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-grid::before{
  inset: 12px;
  background:
    linear-gradient(#ffffff, #ffffff) 50% 0 / 2px 100% no-repeat,
    linear-gradient(#ffffff, #ffffff) 0 50% / 100% 2px no-repeat;
  opacity: 0.95;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 13px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  transform: rotate(-34deg);
  transform-origin: left center;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-result::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-icon-focus::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(48, 99, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(48, 99, 255, 0.11), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(18, 31, 56, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3063ff, #00c2a8);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(48, 99, 255, 0.22);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 194, 168, 0.1);
  color: #087f72;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(0, 194, 168, 0.18), transparent 38%);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3::before{
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3063ff, #00c2a8);
}.tc-wp-content-root .mmc-editorial-wrap .mmc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .mmc-editorial-wrap .mmc-reveal.mmc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mmc-editorial-wrap .mmc-section{
    padding: 52px 0;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block h2{
    font-size: 25px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-grid, .tc-wp-content-root .mmc-editorial-wrap .mmc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    padding: 22px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mmc-editorial-wrap .mmc-section{
    padding: 58px 0;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-grid, .tc-wp-content-root .mmc-editorial-wrap .mmc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    padding: 24px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mmc-editorial-wrap .mmc-section{
    padding: 64px 0;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-grid, .tc-wp-content-root .mmc-editorial-wrap .mmc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    padding: 26px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mmc-editorial-wrap .mmc-section{
    padding: 78px 0;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block{
    margin-bottom: 42px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-grid-three, .tc-wp-content-root .mmc-editorial-wrap .mmc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-steps{
    gap: 22px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    padding: 30px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    gap: 22px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-number{
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mmc-editorial-wrap .mmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-container{
    padding: 0 34px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block{
    margin-bottom: 48px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-grid-three, .tc-wp-content-root .mmc-editorial-wrap .mmc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-steps{
    gap: 24px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-card{
    padding: 34px;
    gap: 26px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card h3, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-benefit-card p, .tc-wp-content-root .mmc-editorial-wrap .mmc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mmc-editorial-wrap .mmc-step-number{
    font-size: 17px;
  }}

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