@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 .mx3-editorial{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .mx3-editorial .mx3-section{
  position: relative;
}.tc-wp-content-root .mx3-editorial .mx3-section-white{
  background: #ffffff;
}.tc-wp-content-root .mx3-editorial .mx3-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.tc-wp-content-root .mx3-editorial .mx3-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mx3-editorial .mx3-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mx3-editorial .mx3-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(34, 118, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 118, 255, 0.1), rgba(31, 193, 168, 0.12));
  color: #185dcc;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .mx3-editorial .mx3-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mx3-editorial .mx3-heading p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.7;
}.tc-wp-content-root .mx3-editorial .mx3-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mx3-editorial .mx3-card, .tc-wp-content-root .mx3-editorial .mx3-benefit{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .mx3-editorial .mx3-card::before, .tc-wp-content-root .mx3-editorial .mx3-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(34, 118, 255, 0.32), rgba(31, 193, 168, 0.24), rgba(255, 255, 255, 0));
  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 .mx3-editorial .mx3-card:hover, .tc-wp-content-root .mx3-editorial .mx3-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(34, 118, 255, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .mx3-editorial .mx3-card:hover::before, .tc-wp-content-root .mx3-editorial .mx3-benefit:hover::before{
  opacity: 1;
}.tc-wp-content-root .mx3-editorial .mx3-card h3, .tc-wp-content-root .mx3-editorial .mx3-benefit h3, .tc-wp-content-root .mx3-editorial .mx3-step h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mx3-editorial .mx3-card p, .tc-wp-content-root .mx3-editorial .mx3-benefit p, .tc-wp-content-root .mx3-editorial .mx3-step p{
  margin: 10px 0 0;
  color: #5d6878;
  line-height: 1.68;
}.tc-wp-content-root .mx3-editorial .mx3-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2276ff, #1fc1a8);
  box-shadow: 0 14px 28px rgba(34, 118, 255, 0.22);
}.tc-wp-content-root .mx3-editorial .mx3-icon::before, .tc-wp-content-root .mx3-editorial .mx3-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .mx3-editorial .mx3-icon-det::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  background: transparent;
}.tc-wp-content-root .mx3-editorial .mx3-icon-det::after{
  left: 18px;
  top: 16px;
  width: 10px;
  height: 2px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.88), 0 12px 0 rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .mx3-editorial .mx3-icon-inv::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .mx3-editorial .mx3-icon-inv::after{
  left: 18px;
  top: 21px;
  width: 11px;
  height: 2px;
  transform: rotate(-35deg);
}.tc-wp-content-root .mx3-editorial .mx3-icon-eq::before{
  left: 12px;
  top: 17px;
  width: 22px;
  height: 3px;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .mx3-editorial .mx3-icon-eq::after{
  right: 10px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}.tc-wp-content-root .mx3-editorial .mx3-icon-row::before{
  left: 10px;
  top: 12px;
  width: 26px;
  height: 3px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.88), 0 16px 0 rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .mx3-editorial .mx3-icon-row::after{
  right: 11px;
  top: 10px;
  width: 3px;
  height: 26px;
}.tc-wp-content-root .mx3-editorial .mx3-icon-study::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .mx3-editorial .mx3-icon-study::after{
  left: 18px;
  bottom: 10px;
  width: 10px;
  height: 2px;
}.tc-wp-content-root .mx3-editorial .mx3-icon-verify::before{
  left: 13px;
  top: 22px;
  width: 10px;
  height: 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .mx3-editorial .mx3-icon-verify::after{
  left: 19px;
  top: 18px;
  width: 17px;
  height: 4px;
  transform: rotate(-45deg);
}.tc-wp-content-root .mx3-editorial .mx3-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mx3-editorial .mx3-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .mx3-editorial .mx3-step:hover{
  transform: translateX(4px);
  border-color: rgba(31, 193, 168, 0.24);
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.09);
}.tc-wp-content-root .mx3-editorial .mx3-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #2276ff);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(34, 118, 255, 0.22);
}.tc-wp-content-root .mx3-editorial .mx3-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(31, 193, 168, 0.1);
  color: #087a6c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .mx3-editorial .mx3-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .mx3-editorial .mx3-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1fc1a8, #2276ff);
  box-shadow: 0 14px 28px rgba(31, 193, 168, 0.2);
}.tc-wp-content-root .mx3-editorial .mx3-benefit-mark::before{
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  margin: 14px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .mx3-editorial .mx3-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .mx3-editorial .mx3-reveal.mx3-visible{
  animation: mx3FadeUp 620ms ease forwards;
}@keyframes mx3FadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mx3-editorial .mx3-section{
    padding: 52px 0;
  }.tc-wp-content-root .mx3-editorial .mx3-container{
    padding: 0 14px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mx3-editorial .mx3-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mx3-editorial .mx3-card, .tc-wp-content-root .mx3-editorial .mx3-benefit{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mx3-editorial .mx3-card h3, .tc-wp-content-root .mx3-editorial .mx3-benefit h3, .tc-wp-content-root .mx3-editorial .mx3-step h3{
    font-size: 18px;
  }.tc-wp-content-root .mx3-editorial .mx3-card p, .tc-wp-content-root .mx3-editorial .mx3-benefit p, .tc-wp-content-root .mx3-editorial .mx3-step p{
    font-size: 14px;
  }.tc-wp-content-root .mx3-editorial .mx3-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mx3-editorial .mx3-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mx3-editorial .mx3-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mx3-editorial .mx3-section{
    padding: 58px 0;
  }.tc-wp-content-root .mx3-editorial .mx3-container{
    padding: 0 18px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mx3-editorial .mx3-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mx3-editorial .mx3-card, .tc-wp-content-root .mx3-editorial .mx3-benefit{
    padding: 24px;
  }.tc-wp-content-root .mx3-editorial .mx3-card h3, .tc-wp-content-root .mx3-editorial .mx3-benefit h3, .tc-wp-content-root .mx3-editorial .mx3-step h3{
    font-size: 19px;
  }.tc-wp-content-root .mx3-editorial .mx3-card p, .tc-wp-content-root .mx3-editorial .mx3-benefit p, .tc-wp-content-root .mx3-editorial .mx3-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .mx3-editorial .mx3-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mx3-editorial .mx3-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mx3-editorial .mx3-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mx3-editorial .mx3-section{
    padding: 64px 0;
  }.tc-wp-content-root .mx3-editorial .mx3-container{
    padding: 0 22px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mx3-editorial .mx3-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mx3-editorial .mx3-card, .tc-wp-content-root .mx3-editorial .mx3-benefit{
    padding: 26px;
  }.tc-wp-content-root .mx3-editorial .mx3-card h3, .tc-wp-content-root .mx3-editorial .mx3-benefit h3, .tc-wp-content-root .mx3-editorial .mx3-step h3{
    font-size: 20px;
  }.tc-wp-content-root .mx3-editorial .mx3-card p, .tc-wp-content-root .mx3-editorial .mx3-benefit p, .tc-wp-content-root .mx3-editorial .mx3-step p{
    font-size: 15px;
  }.tc-wp-content-root .mx3-editorial .mx3-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mx3-editorial .mx3-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mx3-editorial .mx3-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mx3-editorial .mx3-section{
    padding: 78px 0;
  }.tc-wp-content-root .mx3-editorial .mx3-container{
    padding: 0 32px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mx3-editorial .mx3-grid-three, .tc-wp-content-root .mx3-editorial .mx3-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mx3-editorial .mx3-card, .tc-wp-content-root .mx3-editorial .mx3-benefit{
    padding: 28px;
  }.tc-wp-content-root .mx3-editorial .mx3-card h3, .tc-wp-content-root .mx3-editorial .mx3-benefit h3, .tc-wp-content-root .mx3-editorial .mx3-step h3{
    font-size: 21px;
  }.tc-wp-content-root .mx3-editorial .mx3-card p, .tc-wp-content-root .mx3-editorial .mx3-benefit p, .tc-wp-content-root .mx3-editorial .mx3-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .mx3-editorial .mx3-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mx3-editorial .mx3-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mx3-editorial .mx3-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mx3-editorial .mx3-section{
    padding: 96px 0;
  }.tc-wp-content-root .mx3-editorial .mx3-container{
    padding: 0 36px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mx3-editorial .mx3-heading p{
    font-size: 18px;
  }.tc-wp-content-root .mx3-editorial .mx3-grid-three, .tc-wp-content-root .mx3-editorial .mx3-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .mx3-editorial .mx3-card, .tc-wp-content-root .mx3-editorial .mx3-benefit{
    padding: 30px;
  }.tc-wp-content-root .mx3-editorial .mx3-card h3, .tc-wp-content-root .mx3-editorial .mx3-benefit h3, .tc-wp-content-root .mx3-editorial .mx3-step h3{
    font-size: 22px;
  }.tc-wp-content-root .mx3-editorial .mx3-card p, .tc-wp-content-root .mx3-editorial .mx3-benefit p, .tc-wp-content-root .mx3-editorial .mx3-step p{
    font-size: 16px;
  }.tc-wp-content-root .mx3-editorial .mx3-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .mx3-editorial .mx3-step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mx3-editorial .mx3-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }}

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