@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;
}.wpc-scope-400 .tc-wp-content-root img, .wpc-scope-400 .tc-wp-content-root video, .wpc-scope-400 .tc-wp-content-root svg, .wpc-scope-400 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial, .wpc-scope-400 .tc-wp-content-root .cfg-editorial section, .wpc-scope-400 .tc-wp-content-root .cfg-editorial div, .wpc-scope-400 .tc-wp-content-root .cfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-section{
  position: relative;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-section-white{
  background: #ffffff;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-section-soft{
  background: #f8f6fb;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(176, 91, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(176, 91, 255, 0.1), rgba(255, 125, 194, 0.1));
  color: #8b35c9;
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-kicker::before{
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(135deg, #b05bff, #ff7dc2);
  box-shadow: 0 0 0 5px rgba(176, 91, 255, 0.12);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial h2, .wpc-scope-400 .tc-wp-content-root .cfg-editorial h3, .wpc-scope-400 .tc-wp-content-root .cfg-editorial p{
  margin: 0;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial h2{
  color: #151927;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-heading p{
  color: #5f6877;
  line-height: 1.75;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(27, 34, 48, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(27, 34, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card::before{
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(176, 91, 255, 0.12), rgba(255, 125, 194, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(176, 91, 255, 0.22);
  box-shadow: 0 24px 60px rgba(27, 34, 48, 0.12);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card h3{
  position: relative;
  color: #18212f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card p{
  position: relative;
  color: #626b79;
  line-height: 1.7;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b05bff, #ff7dc2);
  box-shadow: 0 12px 28px rgba(176, 91, 255, 0.25);
  transition: transform 240ms ease;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-card:hover .cfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon::before, .wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-preview::before{
  inset: 14px 11px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-preview::after{
  width: 8px;
  height: 8px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-copy::before{
  width: 18px;
  height: 22px;
  right: 12px;
  bottom: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-copy::after{
  width: 18px;
  height: 22px;
  top: 11px;
  left: 12px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 5px;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-style::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-style::after{
  width: 14px;
  height: 2px;
  right: 10px;
  bottom: 15px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-fast::before{
  width: 19px;
  height: 19px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-fast::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-friendly::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 16px 16px 12px 12px;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-icon-friendly::after{
  width: 14px;
  height: 6px;
  left: 17px;
  top: 21px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 0 12px 12px;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(176, 91, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(27, 34, 48, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-step::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #b05bff, #ff7dc2);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-step:hover{
  transform: translateY(-5px);
  border-color: rgba(176, 91, 255, 0.28);
  box-shadow: 0 24px 62px rgba(27, 34, 48, 0.11);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #b05bff, #ff7dc2);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(176, 91, 255, 0.24);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-step h3{
  color: #18212f;
  font-weight: 850;
  line-height: 1.2;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-step p{
  color: #626b79;
  line-height: 1.7;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(176, 91, 255, 0.1);
  color: #8b35c9;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-use-card{
  background: linear-gradient(180deg, #ffffff, #fffafd);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-trust{
  background: #ffffff;
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-trust-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(176, 91, 255, 0.14), rgba(255, 125, 194, 0.16));
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-trust-mark::before{
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 15px;
  content: "";
  border-bottom: 3px solid #9a42dd;
  border-left: 3px solid #9a42dd;
  transform: rotate(-45deg);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-400 .tc-wp-content-root .cfg-editorial .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    margin-top: 13px;
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial .cfg-grid, .tc-wp-content-root .cfg-editorial .cfg-grid-three, .tc-wp-content-root .cfg-editorial .cfg-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    margin-top: 10px;
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 16px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    margin-top: 14px;
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-grid, .tc-wp-content-root .cfg-editorial .cfg-grid-three, .tc-wp-content-root .cfg-editorial .cfg-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    margin-top: 10px;
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading{
    margin-bottom: 36px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial h2{
    font-size: 33px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    margin-top: 15px;
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial .cfg-grid, .tc-wp-content-root .cfg-editorial .cfg-grid-three, .tc-wp-content-root .cfg-editorial .cfg-grid-trust{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    margin-top: 11px;
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 20px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading{
    margin-bottom: 44px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial h2{
    font-size: 39px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial .cfg-grid-three, .tc-wp-content-root .cfg-editorial .cfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    margin-top: 11px;
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading{
    margin-bottom: 52px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial .cfg-grid-three, .tc-wp-content-root .cfg-editorial .cfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    margin-top: 12px;
    font-size: 15.8px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 24px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}.wpc-scope-400 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-step-content{}