@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-434 .tc-wp-content-root img, .wpc-scope-434 .tc-wp-content-root video, .wpc-scope-434 .tc-wp-content-root svg, .wpc-scope-434 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content div, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content section, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(198, 87, 156, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 88, 154, 0.1), rgba(125, 92, 255, 0.1));
  color: #8d2f71;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-section-head h2{
  margin: 0;
  color: #131827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f6878;
  line-height: 1.7;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-use-card, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(40, 48, 70, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 35, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card::before, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-use-card::before, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 88, 154, 0.45), rgba(125, 92, 255, 0.28), rgba(42, 184, 168, 0.22));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-use-card:hover, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(198, 87, 156, 0.24);
  box-shadow: 0 24px 58px rgba(28, 35, 58, 0.13);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover::before, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-use-card:hover::before, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff589a, #7d5cff);
  box-shadow: 0 12px 25px rgba(125, 92, 255, 0.22);
  position: relative;
  transition: transform 220ms ease;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover .cfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-preview::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  left: 15px;
  top: 22px;
  background: #ffffff;
  border-radius: 99px;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: -5px 5px 0 rgba(255, 255, 255, 0.38);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-spark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-clean::before, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-personal::before, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-fast::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-icon-fast::before{
  border-radius: 3px 50% 50% 50%;
  transform: rotate(45deg);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card h3, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-use-card h3, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-card p, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-use-card p, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
  margin: 12px 0 0;
  color: #626b7b;
  line-height: 1.68;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(40, 48, 70, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(28, 35, 58, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #ff589a, #7d5cff);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(28, 35, 58, 0.12);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff589a, #7d5cff);
  box-shadow: 0 14px 30px rgba(125, 92, 255, 0.24);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 88, 154, 0.1);
  color: #9b2e74;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-mark{
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20b7a8, #7d5cff);
  position: relative;
  box-shadow: 0 12px 24px rgba(32, 183, 168, 0.2);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-mark::after{
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-434 .tc-wp-content-root .cfg-bottom-content .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-use-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-use-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-use-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-use-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-use-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-use-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-use-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-use-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-use-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 26px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-use-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-use-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-use-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    gap: 26px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-use-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-use-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-use-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}