@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-112 .tc-wp-content-root img, .wpc-scope-112 .tc-wp-content-root video, .wpc-scope-112 .tc-wp-content-root svg, .wpc-scope-112 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #171717;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap, .wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap section, .wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap div, .wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-section{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-section-white{
  background: #ffffff;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(186, 255, 74, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 78, 205, 0.1), transparent 32%),
    #faf9f4;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(191, 255, 42, 0.2), rgba(255, 60, 179, 0.14));
  color: #282828;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #baff2a, #ff3db7 55%, #111111);
  box-shadow: 0 0 0 4px rgba(186, 255, 42, 0.16);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-section-head h2{
  margin: 0;
  color: #111111;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-section-head p{
  margin: 16px auto 0;
  color: #5d5d5d;
  line-height: 1.7;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(23, 23, 23, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(186, 255, 42, 0.18), transparent 36%, rgba(255, 61, 183, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 61, 183, 0.22);
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.11);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-card:hover::after{
  opacity: 1;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151515;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-card p{
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #606060;
  line-height: 1.68;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: linear-gradient(135deg, #baff2a, #ff3db7 70%);
  box-shadow: 0 12px 28px rgba(255, 61, 183, 0.2);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon::before, .wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon::after{
  content: "";
  position: absolute;
  background: #111111;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-preview::before{
  width: 20px;
  height: 13px;
  left: 12px;
  top: 15px;
  border: 2px solid #111111;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #111111;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 10px;
  border: 2px solid #111111;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-profile::before{
  width: 12px;
  height: 12px;
  left: 16px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-profile::after{
  width: 22px;
  height: 11px;
  left: 11px;
  bottom: 10px;
  border-radius: 12px 12px 5px 5px;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 3px solid #111111;
  border-right-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-fast::after{
  width: 13px;
  height: 3px;
  right: 8px;
  top: 21px;
  border-radius: 3px;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-icon-clean::before{
  width: 21px;
  height: 13px;
  left: 12px;
  top: 15px;
  border-left: 4px solid #111111;
  border-bottom: 4px solid #111111;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.11);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111111;
  color: #c8ff3d;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.2);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content h3{
  margin: 0;
  color: #141414;
  font-weight: 850;
  line-height: 1.22;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content p{
  margin: 9px 0 0;
  color: #5e5e5e;
  line-height: 1.7;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-mini-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #111111;
  color: #caff42;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-benefit-card{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(186, 255, 42, 0.22), transparent 36%);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #baff2a, #ff3db7);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #111111;
  border-bottom: 3px solid #111111;
  transform: rotate(-45deg);
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-112 .tc-wp-content-root .ckfg-content-wrap .ckfg-reveal.ckfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ckfg-content-wrap .ckfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-grid, .tc-wp-content-root .ckfg-content-wrap .ckfg-grid-3{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card{
    padding: 22px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card h3, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card p, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ckfg-content-wrap .ckfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-grid, .tc-wp-content-root .ckfg-content-wrap .ckfg-grid-3{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card{
    padding: 24px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card h3, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card p, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ckfg-content-wrap .ckfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-grid, .tc-wp-content-root .ckfg-content-wrap .ckfg-grid-3{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card{
    padding: 28px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card h3, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card p, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ckfg-content-wrap .ckfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-grid, .tc-wp-content-root .ckfg-content-wrap .ckfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card{
    padding: 30px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card h3, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card p, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ckfg-content-wrap .ckfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card{
    padding: 32px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card h3, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-card p, .tc-wp-content-root .ckfg-content-wrap .ckfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ckfg-content-wrap .ckfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}.wpc-scope-112 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ckfg-benefit-grid{}.wpc-scope-112 .tc-wp-content-root .ckfg-use-card{}