@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 .cmpg-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1d2433;
}.tc-wp-content-root .cmpg-editorial .cmpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .cmpg-editorial .cmpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .cmpg-editorial .cmpg-section-soft{
  background: #f7f8fb;
}.tc-wp-content-root .cmpg-editorial .cmpg-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cmpg-editorial .cmpg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cmpg-editorial .cmpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7257ff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .cmpg-editorial .cmpg-kicker::before, .tc-wp-content-root .cmpg-editorial .cmpg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6b9f, #7257ff, #22c1c3);
}.tc-wp-content-root .cmpg-editorial h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .cmpg-editorial .cmpg-section-head p{
  margin: 16px auto 0;
  color: #5e6678;
  line-height: 1.72;
}.tc-wp-content-root .cmpg-editorial .cmpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cmpg-editorial .cmpg-card, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(114, 87, 255, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .cmpg-editorial .cmpg-card::before, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff6b9f, #7257ff, #22c1c3);
  opacity: 0.9;
}.tc-wp-content-root .cmpg-editorial .cmpg-card:hover, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(114, 87, 255, 0.28);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .cmpg-editorial .cmpg-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cmpg-editorial .cmpg-card p, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card p, .tc-wp-content-root .cmpg-editorial .cmpg-step-card p{
  margin: 10px 0 0;
  color: #646d7f;
  line-height: 1.68;
}.tc-wp-content-root .cmpg-editorial .cmpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 107, 159, 0.16), rgba(114, 87, 255, 0.18), rgba(34, 193, 195, 0.14));
}.tc-wp-content-root .cmpg-editorial .cmpg-icon::before{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6b9f, #7257ff, #22c1c3);
  transition: transform 220ms ease;
}.tc-wp-content-root .cmpg-editorial .cmpg-card:hover .cmpg-icon::before{
  transform: rotate(10deg) scale(1.08);
}.tc-wp-content-root .cmpg-editorial .cmpg-icon-spark::after{
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c1c3;
}.tc-wp-content-root .cmpg-editorial .cmpg-icon-balance::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 21px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .cmpg-editorial .cmpg-icon-speed::after{
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .cmpg-editorial .cmpg-icon-brand::after{
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  box-shadow: inset 0 0 0 3px #ffffff;
}.tc-wp-content-root .cmpg-editorial .cmpg-icon-preview::after{
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 26px;
  height: 16px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .cmpg-editorial .cmpg-icon-copy::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 15px;
  height: 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 3px #ffffff;
}.tc-wp-content-root .cmpg-editorial .cmpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cmpg-editorial .cmpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(114, 87, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .cmpg-editorial .cmpg-step-card::after{
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 193, 195, 0.16), rgba(114, 87, 255, 0));
}.tc-wp-content-root .cmpg-editorial .cmpg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(114, 87, 255, 0.3);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .cmpg-editorial .cmpg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6b9f, #7257ff, #22c1c3);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(114, 87, 255, 0.25);
}.tc-wp-content-root .cmpg-editorial .cmpg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(114, 87, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 107, 159, 0.1), rgba(34, 193, 195, 0.1));
  color: #7257ff;
  font-weight: 800;
}.tc-wp-content-root .cmpg-editorial .cmpg-benefit-mark{
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 159, 0.14), rgba(114, 87, 255, 0.16), rgba(34, 193, 195, 0.14));
  position: relative;
}.tc-wp-content-root .cmpg-editorial .cmpg-benefit-mark::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 12px;
  height: 20px;
  border-right: 4px solid #7257ff;
  border-bottom: 4px solid #7257ff;
  transform: rotate(45deg);
  border-radius: 2px;
}.tc-wp-content-root .cmpg-editorial .cmpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cmpg-editorial .cmpg-reveal.cmpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cmpg-editorial .cmpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cmpg-editorial .cmpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cmpg-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card-grid, .tc-wp-content-root .cmpg-editorial .cmpg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card p, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card p, .tc-wp-content-root .cmpg-editorial .cmpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-badge{
    padding: 7px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cmpg-editorial .cmpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cmpg-editorial .cmpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cmpg-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card-grid, .tc-wp-content-root .cmpg-editorial .cmpg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card p, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card p, .tc-wp-content-root .cmpg-editorial .cmpg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-badge{
    padding: 7px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cmpg-editorial .cmpg-section{
    padding: 66px 0;
  }.tc-wp-content-root .cmpg-editorial .cmpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cmpg-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card-grid, .tc-wp-content-root .cmpg-editorial .cmpg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card p, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card p, .tc-wp-content-root .cmpg-editorial .cmpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-badge{
    padding: 8px 13px;
    font-size: 12.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cmpg-editorial .cmpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .cmpg-editorial .cmpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cmpg-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-grid-six, .tc-wp-content-root .cmpg-editorial .cmpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-card{
    gap: 22px;
    padding: 30px 28px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card p, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card p, .tc-wp-content-root .cmpg-editorial .cmpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-badge{
    padding: 8px 14px;
    font-size: 13px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cmpg-editorial .cmpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cmpg-editorial .cmpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cmpg-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-grid-six, .tc-wp-content-root .cmpg-editorial .cmpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-card{
    gap: 26px;
    padding: 34px 32px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card h3, .tc-wp-content-root .cmpg-editorial .cmpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-card p, .tc-wp-content-root .cmpg-editorial .cmpg-benefit-card p, .tc-wp-content-root .cmpg-editorial .cmpg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cmpg-editorial .cmpg-badge{
    padding: 8px 14px;
    font-size: 13px;
  }}

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