@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%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
}.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;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-soft{
  background: linear-gradient(180deg, #fbfbff 0%, #f6f8fb 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: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ccpg-editorial .ccpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(116, 92, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 92, 255, 0.1), rgba(0, 194, 184, 0.1));
  color: #5944d6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6b7a;
  font-weight: 400;
}.tc-wp-content-root .ccpg-editorial .ccpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ccpg-editorial .ccpg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 31, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(20, 29, 48, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #745cff, #00c2b8, #ffb84d);
  opacity: 0.9;
}.tc-wp-content-root .ccpg-editorial .ccpg-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(116, 92, 255, 0.14), rgba(116, 92, 255, 0));
  pointer-events: none;
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(116, 92, 255, 0.28);
  box-shadow: 0 22px 58px rgba(20, 29, 48, 0.12);
}.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step h3{
  margin: 0;
  color: #172033;
  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-step p{
  margin: 10px 0 0;
  color: #5d6878;
  font-weight: 400;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #745cff, #00c2b8);
  box-shadow: 0 12px 26px rgba(89, 68, 214, 0.22);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon::before, .tc-wp-content-root .ccpg-editorial .ccpg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-spark::before{
  left: 19px;
  top: 9px;
  width: 6px;
  height: 26px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-spark::after{
  left: 9px;
  top: 19px;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-layer::before{
  left: 11px;
  top: 12px;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-layer::after{
  left: 15px;
  top: 20px;
  width: 22px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-eye::before{
  left: 9px;
  top: 15px;
  width: 26px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-eye::after{
  left: 18px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-swatch::before{
  left: 10px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 13px 0 0 rgba(255, 255, 255, 0.72), 0 13px 0 rgba(255, 255, 255, 0.72), 13px 13px 0 #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-flow::before{
  left: 10px;
  top: 14px;
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 999px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-flow::after{
  right: 9px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-star::before{
  left: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 35%, 100% 35%, 69% 57%, 80% 100%, 50% 74%, 20% 100%, 31% 57%, 0% 35%, 38% 35%);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-bolt::before{
  left: 16px;
  top: 9px;
  width: 14px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 68% 42%, 100% 42%, 30% 100%, 42% 57%, 0 57%);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-copy::before{
  left: 13px;
  top: 10px;
  width: 17px;
  height: 21px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-copy::after{
  left: 18px;
  top: 15px;
  width: 17px;
  height: 21px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-mobile::before{
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-mobile::after{
  left: 20px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}.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;
  overflow: hidden;
  border: 1px solid rgba(21, 31, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(20, 29, 48, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 194, 184, 0.28);
  box-shadow: 0 22px 56px rgba(20, 29, 48, 0.11);
}.tc-wp-content-root .ccpg-editorial .ccpg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #745cff, #00c2b8);
}.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #384056);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ccpg-editorial .ccpg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 92, 255, 0.12), rgba(0, 194, 184, 0.12));
  color: #5944d6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ccpg-editorial .ccpg-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.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 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ccpg-editorial h2{
    font-size: 25px;
  }.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: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card{
    padding: 24px 20px;
    border-radius: 19px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card 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-step p{
    font-size: 14px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 54px;
    height: 42px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ccpg-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card 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-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 26px 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 58px;
    height: 44px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 62px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ccpg-editorial h2{
    font-size: 32px;
  }.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;
    margin-top: 36px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card 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-step p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 28px 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 62px;
    height: 46px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 76px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ccpg-editorial 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;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card 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-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    gap: 22px;
    padding: 30px 30px 30px 36px;
  }.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: 92px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ccpg-editorial 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;
    margin-top: 50px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card 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-step p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step{
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 76px;
    height: 58px;
    font-size: 20px;
  }}

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