@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%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.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:
    radial-gradient(circle at top left, rgba(88, 116, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfcff 0%, #f7f9fc 100%);
}.tc-wp-content-root .ccpg-editorial .ccpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-head{
  max-width: 760px;
  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: 8px 14px;
  border: 1px solid rgba(90, 108, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 107, 255, 0.1), rgba(0, 198, 167, 0.1));
  color: #4352d9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .ccpg-editorial .ccpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(27, 38, 64, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card::before, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(91, 107, 255, 0.16), rgba(0, 198, 167, 0.12), transparent 46%);
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(91, 107, 255, 0.22);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover::before, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-card h3{
  position: relative;
  margin: 0;
  color: #121826;
  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-trust-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.68;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5b6bff, #00c6a7);
  box-shadow: 0 14px 28px rgba(91, 107, 255, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover .ccpg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon::before, .tc-wp-content-root .ccpg-editorial .ccpg-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-gradient::before{
  inset: 11px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #ffffff, rgba(255, 255, 255, 0.35), #ffffff);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-code::before{
  width: 18px;
  height: 14px;
  top: 16px;
  left: 14px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-code::after{
  width: 4px;
  height: 22px;
  top: 12px;
  left: 21px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  transform: rotate(18deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-balance::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-balance::after{
  width: 28px;
  height: 3px;
  top: 22px;
  left: 9px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-brand::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.38);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  border-left-color: rgba(255, 255, 255, 0.28);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-ui::before{
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-ui::after{
  width: 14px;
  height: 3px;
  top: 22px;
  left: 16px;
  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-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(27, 38, 64, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 198, 167, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}.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, #5b6bff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(91, 107, 255, 0.24);
}.tc-wp-content-root .ccpg-editorial .ccpg-step-content{
  min-width: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-card-use{
  overflow: hidden;
}.tc-wp-content-root .ccpg-editorial .ccpg-badge{
  position: relative;
  display: inline-flex;
  width: max-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(91, 107, 255, 0.1);
  color: #4352d9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
  text-align: left;
}.tc-wp-content-root .ccpg-editorial .ccpg-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 198, 167, 0.16), rgba(91, 107, 255, 0.16));
  border: 1px solid rgba(0, 198, 167, 0.22);
}.tc-wp-content-root .ccpg-editorial .ccpg-trust-mark::before{
  position: absolute;
  width: 16px;
  height: 8px;
  top: 14px;
  left: 12px;
  border-bottom: 3px solid #00a98f;
  border-left: 3px solid #00a98f;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-reveal.ccpg-visible{
  opacity: 1;
  transform: translateY(0);
}@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 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card-grid, .tc-wp-content-root .ccpg-editorial .ccpg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-card p{
    font-size: 14.5px;
  }}@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-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card-grid, .tc-wp-content-root .ccpg-editorial .ccpg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-card p{
    font-size: 15px;
  }}@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-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card-grid, .tc-wp-content-root .ccpg-editorial .ccpg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-card p{
    font-size: 15.8px;
  }}@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 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-trust-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-card p{
    font-size: 16px;
  }}