@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 .rcpg-editorial-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.6;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-section{
  position: relative;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(93, 88, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(93, 88, 255, 0.1), rgba(0, 190, 166, 0.1));
  color: #3c3fcb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .rcpg-editorial-content h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head p{
  margin: 16px auto 0;
  color: #5f6878;
  max-width: 690px;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-card, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(20, 28, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-card::before, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #5d58ff, #00bea6, #ffb84d);
  opacity: 0.88;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-card:hover, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(93, 88, 255, 0.22);
  box-shadow: 0 24px 60px rgba(20, 28, 45, 0.12);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card p{
  margin: 10px 0 0;
  color: #626b7d;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(93, 88, 255, 0.14), rgba(0, 190, 166, 0.14));
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon::before, .tc-wp-content-root .rcpg-editorial-content .rcpg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: linear-gradient(135deg, #5d58ff, #00bea6);
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon-balance::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #5d58ff;
  box-shadow: 8px 8px 0 rgba(0, 190, 166, 0.42);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 11px;
  border: 2px solid #5d58ff;
  border-radius: 7px;
  box-shadow: -6px 6px 0 rgba(0, 190, 166, 0.32);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon-mood::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: conic-gradient(from 90deg, #5d58ff, #00bea6, #ffb84d, #ff6b8a, #5d58ff);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #00bea6;
  border-left-color: transparent;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-icon-polish::before{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  background: linear-gradient(90deg, #5d58ff 0 32%, #00bea6 32% 66%, #ffb84d 66% 100%);
  border-radius: 8px;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(20, 28, 45, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card::after{
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 88, 255, 0.15), rgba(0, 190, 166, 0));
}.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 190, 166, 0.24);
  box-shadow: 0 24px 58px rgba(20, 28, 45, 0.11);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #5d58ff, #00bea6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(93, 88, 255, 0.24);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 11px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(93, 88, 255, 0.09);
  color: #3f42c8;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
  text-align: left;
}.tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bea6, #5d58ff);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rcpg-editorial-content .rcpg-reveal.rcpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 580ms ease, transform 580ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rcpg-editorial-content .rcpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .rcpg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rcpg-editorial-content .rcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .rcpg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rcpg-editorial-content .rcpg-section{
    padding: 62px 0;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .rcpg-editorial-content h2{
    font-size: 33px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rcpg-editorial-content .rcpg-section{
    padding: 76px 0;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .rcpg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rcpg-editorial-content .rcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-container{
    padding: 0 36px;
  }.tc-wp-content-root .rcpg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-grid-six, .tc-wp-content-root .rcpg-editorial-content .rcpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card h3, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-benefit-card p, .tc-wp-content-root .rcpg-editorial-content .rcpg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .rcpg-editorial-content .rcpg-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }}