@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 .cpmc-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 .cpmc-content, .tc-wp-content-root .cpmc-content section, .tc-wp-content-root .cpmc-content div, .tc-wp-content-root .cpmc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .cpmc-content .cpmc-section{
  position: relative;
}.tc-wp-content-root .cpmc-content .cpmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .cpmc-content .cpmc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .cpmc-content .cpmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cpmc-content .cpmc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cpmc-content .cpmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(23, 117, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(23, 117, 255, 0.09), rgba(20, 184, 166, 0.09));
  color: #1160c9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .cpmc-content .cpmc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .cpmc-content .cpmc-heading p{
  margin: 16px auto 0;
  color: #566174;
  font-weight: 450;
}.tc-wp-content-root .cpmc-content .cpmc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cpmc-content .cpmc-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(27, 39, 62, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .cpmc-content .cpmc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1775ff, #14b8a6, #7c3aed);
  opacity: 0.9;
}.tc-wp-content-root .cpmc-content .cpmc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(23, 117, 255, 0.28);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.13);
}.tc-wp-content-root .cpmc-content .cpmc-card h3{
  margin: 18px 0 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cpmc-content .cpmc-card p{
  margin: 10px 0 0;
  color: #5c687a;
  font-weight: 450;
}.tc-wp-content-root .cpmc-content .cpmc-icon{
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1775ff, #14b8a6);
  box-shadow: 0 12px 24px rgba(23, 117, 255, 0.2);
}.tc-wp-content-root .cpmc-content .cpmc-icon::before, .tc-wp-content-root .cpmc-content .cpmc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
}.tc-wp-content-root .cpmc-content .cpmc-icon-poly::before{
  width: 25px;
  height: 3px;
  left: 11px;
  top: 18px;
  border-radius: 9px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .cpmc-content .cpmc-icon-poly::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.tc-wp-content-root .cpmc-content .cpmc-icon-matrix::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: linear-gradient(90deg, rgba(255,255,255,.95) 2px, transparent 2px 11px, rgba(255,255,255,.95) 11px 13px, transparent 13px 22px, rgba(255,255,255,.95) 22px),
              linear-gradient(rgba(255,255,255,.95) 2px, transparent 2px 11px, rgba(255,255,255,.95) 11px 13px, transparent 13px 22px, rgba(255,255,255,.95) 22px);
}.tc-wp-content-root .cpmc-content .cpmc-icon-eigen::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 3px solid rgba(255,255,255,.95);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cpmc-content .cpmc-icon-eigen::after{
  width: 17px;
  height: 3px;
  left: 15px;
  top: 22px;
  border-radius: 8px;
  transform: rotate(-35deg);
}.tc-wp-content-root .cpmc-content .cpmc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid rgba(255,255,255,.95);
  border-bottom: 4px solid rgba(255,255,255,.95);
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .cpmc-content .cpmc-icon-study::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 4px;
}.tc-wp-content-root .cpmc-content .cpmc-icon-study::after{
  width: 18px;
  height: 2px;
  left: 14px;
  top: 21px;
  border-radius: 5px;
  box-shadow: 0 6px 0 rgba(255,255,255,.75);
  background: #1775ff;
}.tc-wp-content-root .cpmc-content .cpmc-icon-system::before{
  width: 8px;
  height: 8px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  box-shadow: 18px 3px 0 rgba(255,255,255,.9), 9px 20px 0 rgba(255,255,255,.78);
}.tc-wp-content-root .cpmc-content .cpmc-icon-system::after{
  width: 25px;
  height: 2px;
  left: 12px;
  top: 22px;
  border-radius: 8px;
  transform: rotate(28deg);
}.tc-wp-content-root .cpmc-content .cpmc-icon-free::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid rgba(255,255,255,.95);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cpmc-content .cpmc-icon-free::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 22px;
  border-radius: 8px;
}.tc-wp-content-root .cpmc-content .cpmc-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.tc-wp-content-root .cpmc-content .cpmc-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 8px;
  background: #1775ff;
}.tc-wp-content-root .cpmc-content .cpmc-icon-private::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.tc-wp-content-root .cpmc-content .cpmc-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid rgba(255,255,255,.95);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .cpmc-content .cpmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cpmc-content .cpmc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 117, 255, 0.13);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,251,255,.96));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .cpmc-content .cpmc-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .cpmc-content .cpmc-step::before{
  content: "";
  position: absolute;
  left: 42px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16), rgba(23, 117, 255, 0));
}.tc-wp-content-root .cpmc-content .cpmc-step-number{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1775ff, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(23, 117, 255, 0.22);
}.tc-wp-content-root .cpmc-content .cpmc-step h3{
  margin: 0;
  color: #152033;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cpmc-content .cpmc-step p{
  margin: 8px 0 0;
  color: #596579;
  font-weight: 450;
}.tc-wp-content-root .cpmc-content .cpmc-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .cpmc-content .cpmc-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .cpmc-content .cpmc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cpmc-content .cpmc-reveal.cpmc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cpmc-content .cpmc-section{
    padding: 48px 0;
  }.tc-wp-content-root .cpmc-content .cpmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cpmc-content .cpmc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cpmc-content .cpmc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cpmc-content .cpmc-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cpmc-content .cpmc-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cpmc-content .cpmc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cpmc-content .cpmc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cpmc-content .cpmc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .cpmc-content .cpmc-step h3{
    font-size: 18px;
  }.tc-wp-content-root .cpmc-content .cpmc-step p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cpmc-content .cpmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .cpmc-content .cpmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cpmc-content .cpmc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cpmc-content .cpmc-card{
    padding: 24px;
  }.tc-wp-content-root .cpmc-content .cpmc-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cpmc-content .cpmc-card p{
    font-size: 15px;
  }.tc-wp-content-root .cpmc-content .cpmc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cpmc-content .cpmc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cpmc-content .cpmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .cpmc-content .cpmc-step h3{
    font-size: 19px;
  }.tc-wp-content-root .cpmc-content .cpmc-step p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cpmc-content .cpmc-section{
    padding: 60px 0;
  }.tc-wp-content-root .cpmc-content .cpmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cpmc-content .cpmc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cpmc-content .cpmc-card{
    padding: 26px;
  }.tc-wp-content-root .cpmc-content .cpmc-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cpmc-content .cpmc-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cpmc-content .cpmc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cpmc-content .cpmc-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .cpmc-content .cpmc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .cpmc-content .cpmc-step h3{
    font-size: 20px;
  }.tc-wp-content-root .cpmc-content .cpmc-step p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cpmc-content .cpmc-section{
    padding: 76px 0;
  }.tc-wp-content-root .cpmc-content .cpmc-container{
    padding: 0 28px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cpmc-content .cpmc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cpmc-content .cpmc-card{
    padding: 28px;
  }.tc-wp-content-root .cpmc-content .cpmc-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cpmc-content .cpmc-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cpmc-content .cpmc-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .cpmc-content .cpmc-step{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .cpmc-content .cpmc-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .cpmc-content .cpmc-step h3{
    font-size: 21px;
  }.tc-wp-content-root .cpmc-content .cpmc-step p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cpmc-content .cpmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .cpmc-content .cpmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .cpmc-content .cpmc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cpmc-content .cpmc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cpmc-content .cpmc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cpmc-content .cpmc-card{
    padding: 30px;
  }.tc-wp-content-root .cpmc-content .cpmc-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cpmc-content .cpmc-card p{
    font-size: 16px;
  }.tc-wp-content-root .cpmc-content .cpmc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cpmc-content .cpmc-step{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .cpmc-content .cpmc-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .cpmc-content .cpmc-step h3{
    font-size: 22px;
  }.tc-wp-content-root .cpmc-content .cpmc-step p{
    font-size: 16.5px;
  }}

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