@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 .ccpg-editorial{
  width: 100%;
  color: #172033;
  font-family: inherit;
  overflow-x: hidden;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial, .tc-wp-content-root .ccpg-editorial div, .tc-wp-content-root .ccpg-editorial section, .tc-wp-content-root .ccpg-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ccpg-editorial .ccpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(111, 91, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfaf7 0%, #f7f8fb 100%);
}.tc-wp-content-root .ccpg-editorial .ccpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ccpg-editorial .ccpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(111, 91, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(111, 91, 255, 0.1), rgba(0, 191, 166, 0.1));
  color: #4d43bf;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
  margin: 16px auto 0;
  color: #5c6576;
  line-height: 1.75;
}.tc-wp-content-root .ccpg-editorial .ccpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit{
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 35, 58, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(111, 91, 255, 0.32), rgba(0, 191, 166, 0.2), rgba(255, 176, 85, 0.18)) border-box;
  box-shadow: 0 18px 45px rgba(20, 29, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card::before, .tc-wp-content-root .ccpg-editorial .ccpg-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(111, 91, 255, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover, .tc-wp-content-root .ccpg-editorial .ccpg-benefit:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(20, 29, 50, 0.13);
  border-color: rgba(111, 91, 255, 0.28);
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover::before, .tc-wp-content-root .ccpg-editorial .ccpg-benefit:hover::before{
  opacity: 1;
}.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
  position: relative;
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit p, .tc-wp-content-root .ccpg-editorial .ccpg-step p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.7;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6f5bff, #00bfa6);
  box-shadow: 0 14px 30px rgba(111, 91, 255, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover .ccpg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon::before, .tc-wp-content-root .ccpg-editorial .ccpg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-swatch::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-swatch::after{
  width: 12px;
  height: 12px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: #ffcf73;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-balance::before{
  width: 26px;
  height: 4px;
  left: 11px;
  top: 22px;
  border-radius: 8px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-balance::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 14px;
  border-radius: 50%;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-focus::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-focus::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-brand::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-brand::after{
  width: 18px;
  height: 4px;
  left: 15px;
  top: 22px;
  border-radius: 8px;
  background: #6f5bff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-access::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 9px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-access::after{
  width: 14px;
  height: 4px;
  left: 17px;
  top: 22px;
  border-radius: 8px;
  background: #00bfa6;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-speed::before{
  width: 25px;
  height: 25px;
  left: 12px;
  top: 11px;
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 47% 56%, 0 56%);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-speed::after{
  display: none;
}.tc-wp-content-root .ccpg-editorial .ccpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ccpg-editorial .ccpg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(25, 35, 58, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(20, 29, 50, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #6f5bff, #00bfa6, #ffb055);
}.tc-wp-content-root .ccpg-editorial .ccpg-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(20, 29, 50, 0.12);
}.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #151c2f, #4037a8);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(64, 55, 168, 0.22);
}.tc-wp-content-root .ccpg-editorial .ccpg-badge{
  position: relative;
  display: inline-flex;
  width: max-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 191, 166, 0.1);
  color: #087b70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .ccpg-editorial .ccpg-benefit{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(135deg, rgba(111, 91, 255, 0.26), rgba(0, 191, 166, 0.2)) border-box;
}.tc-wp-content-root .ccpg-editorial .ccpg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bfa6, #6f5bff);
  box-shadow: 0 14px 28px rgba(0, 191, 166, 0.18);
}.tc-wp-content-root .ccpg-editorial .ccpg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ccpg-editorial .ccpg-reveal.ccpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit p, .tc-wp-content-root .ccpg-editorial .ccpg-step p{
    font-size: 14px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 54px;
    height: 44px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit{
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit p, .tc-wp-content-root .ccpg-editorial .ccpg-step p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 58px;
    height: 46px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 66px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit{
    padding: 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit p, .tc-wp-content-root .ccpg-editorial .ccpg-step p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 62px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 82px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid-three, .tc-wp-content-root .ccpg-editorial .ccpg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit{
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit p, .tc-wp-content-root .ccpg-editorial .ccpg-step p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 68px;
    height: 54px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 34px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid-three, .tc-wp-content-root .ccpg-editorial .ccpg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit{
    padding: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit p, .tc-wp-content-root .ccpg-editorial .ccpg-step p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 76px;
    height: 58px;
    font-size: 20px;
  }}

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