@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 .cm-px-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.5;
}.tc-wp-content-root .cm-px-content, .tc-wp-content-root .cm-px-content *{
  box-sizing: border-box;
}.tc-wp-content-root .cm-px-content .cm-px-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .cm-px-content .cm-px-section-white{
  background: #ffffff;
}.tc-wp-content-root .cm-px-content .cm-px-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .cm-px-content .cm-px-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cm-px-content .cm-px-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cm-px-content .cm-px-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(25, 116, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(25, 116, 255, 0.1), rgba(0, 188, 169, 0.1));
  color: #1761c8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-content .cm-px-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .cm-px-content .cm-px-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cm-px-content .cm-px-card, .tc-wp-content-root .cm-px-content .cm-px-benefit{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(143, 157, 181, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(25, 35, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .cm-px-content .cm-px-card::before, .tc-wp-content-root .cm-px-content .cm-px-benefit::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1974ff, #00bca9, #7c5cff);
  opacity: 0.88;
}.tc-wp-content-root .cm-px-content .cm-px-card:hover, .tc-wp-content-root .cm-px-content .cm-px-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(25, 116, 255, 0.28);
  box-shadow: 0 24px 60px rgba(25, 35, 60, 0.13);
}.tc-wp-content-root .cm-px-content .cm-px-card h3, .tc-wp-content-root .cm-px-content .cm-px-benefit h3, .tc-wp-content-root .cm-px-content .cm-px-step h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-content .cm-px-card p, .tc-wp-content-root .cm-px-content .cm-px-benefit p, .tc-wp-content-root .cm-px-content .cm-px-step p{
  margin: 10px 0 0;
  color: #5e6a7c;
  line-height: 1.68;
}.tc-wp-content-root .cm-px-content .cm-px-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(25, 116, 255, 0.12), rgba(0, 188, 169, 0.14));
  box-shadow: inset 0 0 0 1px rgba(25, 116, 255, 0.12);
}.tc-wp-content-root .cm-px-content .cm-px-icon::before, .tc-wp-content-root .cm-px-content .cm-px-icon::after{
  content: "";
  position: absolute;
  border-radius: 3px;
  background: linear-gradient(135deg, #1974ff, #00bca9);
}.tc-wp-content-root .cm-px-content .cm-px-icon-ruler::before{
  width: 25px;
  height: 6px;
  left: 10px;
  top: 20px;
}.tc-wp-content-root .cm-px-content .cm-px-icon-ruler::after{
  width: 3px;
  height: 13px;
  left: 17px;
  top: 14px;
  box-shadow: 8px 0 0 rgba(25, 116, 255, 0.75), 16px 0 0 rgba(0, 188, 169, 0.75);
}.tc-wp-content-root .cm-px-content .cm-px-icon-screen::before{
  width: 24px;
  height: 17px;
  left: 11px;
  top: 11px;
  background: transparent;
  border: 3px solid #1974ff;
}.tc-wp-content-root .cm-px-content .cm-px-icon-screen::after{
  width: 18px;
  height: 4px;
  left: 14px;
  top: 31px;
}.tc-wp-content-root .cm-px-content .cm-px-icon-dpi::before{
  width: 7px;
  height: 7px;
  left: 11px;
  top: 12px;
  box-shadow: 13px 0 0 #00bca9, 0 13px 0 #7c5cff, 13px 13px 0 #1974ff;
}.tc-wp-content-root .cm-px-content .cm-px-icon-layout::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: transparent;
  border: 3px solid #1974ff;
}.tc-wp-content-root .cm-px-content .cm-px-icon-layout::after{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 22px;
  box-shadow: 10px -8px 0 -1px #00bca9;
}.tc-wp-content-root .cm-px-content .cm-px-icon-print::before{
  width: 24px;
  height: 15px;
  left: 11px;
  top: 17px;
}.tc-wp-content-root .cm-px-content .cm-px-icon-print::after{
  width: 18px;
  height: 12px;
  left: 14px;
  top: 8px;
  background: transparent;
  border: 3px solid #1974ff;
}.tc-wp-content-root .cm-px-content .cm-px-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #1974ff;
}.tc-wp-content-root .cm-px-content .cm-px-icon-speed::after{
  width: 13px;
  height: 4px;
  left: 22px;
  top: 20px;
  transform: rotate(-35deg);
}.tc-wp-content-root .cm-px-content .cm-px-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cm-px-content .cm-px-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(143, 157, 181, 0.24);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(25, 35, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .cm-px-content .cm-px-step:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 188, 169, 0.3);
  box-shadow: 0 24px 58px rgba(25, 35, 60, 0.12);
}.tc-wp-content-root .cm-px-content .cm-px-step::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(25, 116, 255, 0.15), rgba(0, 188, 169, 0));
}.tc-wp-content-root .cm-px-content .cm-px-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1974ff, #00bca9);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(25, 116, 255, 0.24);
}.tc-wp-content-root .cm-px-content .cm-px-step-copy{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .cm-px-content .cm-px-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf6ff;
  color: #1761c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-content .cm-px-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .cm-px-content .cm-px-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1974ff, #00bca9);
  box-shadow: 0 14px 30px rgba(25, 116, 255, 0.22);
}.tc-wp-content-root .cm-px-content .cm-px-benefit-mark::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .cm-px-content .cm-px-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cm-px-content .cm-px-reveal.cm-px-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 .cm-px-content .cm-px-section{
    padding: 46px 0;
  }.tc-wp-content-root .cm-px-content .cm-px-container{
    padding: 0 14px;
  }.tc-wp-content-root .cm-px-content h2{
    font-size: 26px;
  }.tc-wp-content-root .cm-px-content .cm-px-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cm-px-content .cm-px-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-px-content .cm-px-card, .tc-wp-content-root .cm-px-content .cm-px-benefit{
    padding: 22px;
  }.tc-wp-content-root .cm-px-content .cm-px-card h3, .tc-wp-content-root .cm-px-content .cm-px-benefit h3, .tc-wp-content-root .cm-px-content .cm-px-step h3{
    font-size: 18px;
  }.tc-wp-content-root .cm-px-content .cm-px-card p, .tc-wp-content-root .cm-px-content .cm-px-benefit p, .tc-wp-content-root .cm-px-content .cm-px-step p{
    font-size: 14px;
  }.tc-wp-content-root .cm-px-content .cm-px-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-px-content .cm-px-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cm-px-content .cm-px-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cm-px-content .cm-px-section{
    padding: 52px 0;
  }.tc-wp-content-root .cm-px-content .cm-px-container{
    padding: 0 18px;
  }.tc-wp-content-root .cm-px-content h2{
    font-size: 29px;
  }.tc-wp-content-root .cm-px-content .cm-px-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-px-content .cm-px-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cm-px-content .cm-px-card, .tc-wp-content-root .cm-px-content .cm-px-benefit{
    padding: 24px;
  }.tc-wp-content-root .cm-px-content .cm-px-card h3, .tc-wp-content-root .cm-px-content .cm-px-benefit h3, .tc-wp-content-root .cm-px-content .cm-px-step h3{
    font-size: 19px;
  }.tc-wp-content-root .cm-px-content .cm-px-card p, .tc-wp-content-root .cm-px-content .cm-px-benefit p, .tc-wp-content-root .cm-px-content .cm-px-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .cm-px-content .cm-px-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cm-px-content .cm-px-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .cm-px-content .cm-px-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cm-px-content .cm-px-section{
    padding: 60px 0;
  }.tc-wp-content-root .cm-px-content .cm-px-container{
    padding: 0 22px;
  }.tc-wp-content-root .cm-px-content h2{
    font-size: 33px;
  }.tc-wp-content-root .cm-px-content .cm-px-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cm-px-content .cm-px-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cm-px-content .cm-px-card, .tc-wp-content-root .cm-px-content .cm-px-benefit{
    padding: 27px;
  }.tc-wp-content-root .cm-px-content .cm-px-card h3, .tc-wp-content-root .cm-px-content .cm-px-benefit h3, .tc-wp-content-root .cm-px-content .cm-px-step h3{
    font-size: 20px;
  }.tc-wp-content-root .cm-px-content .cm-px-card p, .tc-wp-content-root .cm-px-content .cm-px-benefit p, .tc-wp-content-root .cm-px-content .cm-px-step p{
    font-size: 15px;
  }.tc-wp-content-root .cm-px-content .cm-px-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cm-px-content .cm-px-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px;
  }.tc-wp-content-root .cm-px-content .cm-px-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cm-px-content .cm-px-section{
    padding: 76px 0;
  }.tc-wp-content-root .cm-px-content .cm-px-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-px-content h2{
    font-size: 40px;
  }.tc-wp-content-root .cm-px-content .cm-px-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cm-px-content .cm-px-grid-3, .tc-wp-content-root .cm-px-content .cm-px-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-px-content .cm-px-card, .tc-wp-content-root .cm-px-content .cm-px-benefit{
    padding: 30px;
  }.tc-wp-content-root .cm-px-content .cm-px-card h3, .tc-wp-content-root .cm-px-content .cm-px-benefit h3, .tc-wp-content-root .cm-px-content .cm-px-step h3{
    font-size: 21px;
  }.tc-wp-content-root .cm-px-content .cm-px-card p, .tc-wp-content-root .cm-px-content .cm-px-benefit p, .tc-wp-content-root .cm-px-content .cm-px-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .cm-px-content .cm-px-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-px-content .cm-px-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cm-px-content .cm-px-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cm-px-content .cm-px-section{
    padding: 92px 0;
  }.tc-wp-content-root .cm-px-content .cm-px-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-px-content h2{
    font-size: 46px;
  }.tc-wp-content-root .cm-px-content .cm-px-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cm-px-content .cm-px-grid-3, .tc-wp-content-root .cm-px-content .cm-px-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-px-content .cm-px-card, .tc-wp-content-root .cm-px-content .cm-px-benefit{
    padding: 32px;
  }.tc-wp-content-root .cm-px-content .cm-px-card h3, .tc-wp-content-root .cm-px-content .cm-px-benefit h3, .tc-wp-content-root .cm-px-content .cm-px-step h3{
    font-size: 22px;
  }.tc-wp-content-root .cm-px-content .cm-px-card p, .tc-wp-content-root .cm-px-content .cm-px-benefit p, .tc-wp-content-root .cm-px-content .cm-px-step p{
    font-size: 16px;
  }.tc-wp-content-root .cm-px-content .cm-px-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-px-content .cm-px-step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .cm-px-content .cm-px-step-number{
    width: 78px;
    height: 78px;
    font-size: 22px;
  }}