@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-224 .tc-wp-content-root img, .wpc-scope-224 .tc-wp-content-root video, .wpc-scope-224 .tc-wp-content-root svg, .wpc-scope-224 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1f2330;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap, .wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap div, .wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap section, .wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-white{
  background: #ffffff;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f3ee 100%);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 122, 67, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 67, 0.12), rgba(255, 204, 51, 0.14));
  color: #9a421c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-heading h2{
  margin: 0;
  color: #171923;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-heading p{
  margin: 16px auto 0;
  color: #626879;
  line-height: 1.7;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 35, 48, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  box-shadow: 0 18px 42px rgba(27, 31, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 122, 67, 0.45), rgba(255, 204, 51, 0.26), rgba(73, 184, 255, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 122, 67, 0.28);
  box-shadow: 0 24px 58px rgba(27, 31, 43, 0.12);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card h3{
  margin: 0;
  color: #202433;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card p{
  margin: 12px 0 0;
  color: #666d7d;
  line-height: 1.65;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7a43 0%, #ffcc33 100%);
  box-shadow: 0 12px 26px rgba(255, 122, 67, 0.24);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::before, .wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 260ms ease;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover .cfg-icon::before{
  transform: translateX(2px) translateY(-2px);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::before{
  width: 20px;
  height: 14px;
  left: 13px;
  top: 15px;
  border-radius: 10px 10px 3px 3px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 31px;
  border-radius: 999px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
  box-shadow: -5px 5px 0 rgba(255, 255, 255, 0.62);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::after{
  width: 9px;
  height: 2px;
  left: 20px;
  top: 19px;
  border-radius: 999px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-bubble::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 13px;
  border-radius: 999px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-bubble::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 25px;
  transform: rotate(45deg);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-clean::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.86), 0 16px 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-brand::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-brand::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ff9b34;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-free::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 17px;
  border-radius: 4px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-free::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-phone::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-phone::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
  background: #ff9b34;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-privacy::before{
  width: 20px;
  height: 15px;
  left: 13px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-privacy::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 35, 48, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(27, 31, 43, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step::before{
  content: "";
  position: absolute;
  left: 31px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 122, 67, 0), rgba(255, 122, 67, 0.32), rgba(255, 204, 51, 0));
  z-index: -1;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step:first-child::before{
  top: 50%;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step:last-child::before{
  bottom: 50%;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 122, 67, 0.25);
  box-shadow: 0 24px 56px rgba(27, 31, 43, 0.11);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff7a43 0%, #ffcc33 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 122, 67, 0.24);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
  margin: 0;
  color: #202433;
  font-weight: 820;
  line-height: 1.22;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
  margin: 10px 0 0;
  color: #626879;
  line-height: 1.68;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card{
  overflow: hidden;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card::after{
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 122, 67, 0.14), rgba(255, 204, 51, 0.12));
  transform: rotate(14deg);
  pointer-events: none;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 122, 67, 0.1);
  color: #9a421c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-benefit-card{
  text-align: left;
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-224 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step::before{
    display: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step::before{
    display: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step::before{
    display: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-three, .tc-wp-content-root .cfg-editorial-wrap .cfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-three, .tc-wp-content-root .cfg-editorial-wrap .cfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-step, .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal, .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
    opacity: 1;
  }}