@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-310 .tc-wp-content-root img, .wpc-scope-310 .tc-wp-content-root video, .wpc-scope-310 .tc-wp-content-root svg, .wpc-scope-310 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #182233;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content div, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content section, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content article{
  box-sizing: border-box;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-section{
  position: relative;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-section-white{
  background: #ffffff;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-section-soft{
  background: linear-gradient(180deg, #fbf8ff 0%, #fffaf7 100%);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(236, 111, 178, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 231, 246, 0.95), rgba(229, 246, 255, 0.95));
  color: #a02772;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-heading h2{
  margin: 0;
  color: #172033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-heading p{
  margin: 14px auto 0;
  color: #5c6575;
  line-height: 1.75;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-card, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(37, 47, 70, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 38, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-card::before, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 124, 188, 0.42), rgba(111, 211, 255, 0.28), rgba(255, 199, 91, 0.24));
  opacity: 0;
  transition: opacity 260ms 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-310 .tc-wp-content-root .bubbly-font-content .bfc-card:hover, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(236, 111, 178, 0.28);
  box-shadow: 0 24px 60px rgba(31, 38, 66, 0.13);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-card:hover::before, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-card h3, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card h3, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-step-card h3{
  margin: 0;
  color: #1b2538;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-card p, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card p, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-step-card p{
  margin: 10px 0 0;
  color: #626b7b;
  line-height: 1.68;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7cbc 0%, #8bddff 100%);
  box-shadow: 0 12px 28px rgba(255, 124, 188, 0.26);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon::before, .wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 9px;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  background: #ff7cbc;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 16px;
  border-radius: 5px;
  opacity: 0.72;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-bubble::before{
  width: 18px;
  height: 18px;
  left: 10px;
  top: 18px;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-bubble::after{
  width: 13px;
  height: 13px;
  left: 25px;
  top: 10px;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-spark::before{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 20px;
  transform: rotate(45deg);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-spark::after{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 20px;
  transform: rotate(-45deg);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-clean::after{
  width: 12px;
  height: 5px;
  left: 17px;
  top: 20px;
  border-radius: 0;
  background: transparent;
  border-left: 3px solid #ff7cbc;
  border-bottom: 3px solid #ff7cbc;
  transform: rotate(-45deg);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-icon-fast::after{
  width: 12px;
  height: 4px;
  left: 21px;
  top: 21px;
  transform: rotate(-35deg);
  background: #ff7cbc;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(37, 47, 70, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(31, 38, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(31, 38, 66, 0.12);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 22px;
  background: linear-gradient(135deg, #f45da8 0%, #6fd3ff 100%);
  box-shadow: 0 16px 34px rgba(244, 93, 168, 0.25);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 231, 246, 0.95), rgba(232, 248, 255, 0.95));
  color: #a02772;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
  overflow: hidden;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 124, 188, 0.22), rgba(111, 211, 255, 0.08) 58%, transparent 70%);
  pointer-events: none;
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-mark{
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff0f8 0%, #eaf9ff 100%);
  border: 1px solid rgba(236, 111, 178, 0.22);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #f45da8;
  border-bottom: 3px solid #f45da8;
  transform: rotate(-45deg);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-310 .tc-wp-content-root .bubbly-font-content .bfc-reveal.bfc-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 .bubbly-font-content .bfc-section{
    padding: 52px 0;
  }.tc-wp-content-root .bubbly-font-content .bfc-container{
    padding: 0 14px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .bubbly-font-content .bfc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card h3, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card h3, .tc-wp-content-root .bubbly-font-content .bfc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card p, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card p, .tc-wp-content-root .bubbly-font-content .bfc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .bubbly-font-content .bfc-steps{
    gap: 16px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .bubbly-font-content .bfc-section{
    padding: 58px 0;
  }.tc-wp-content-root .bubbly-font-content .bfc-container{
    padding: 0 18px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .bubbly-font-content .bfc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card h3, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card h3, .tc-wp-content-root .bubbly-font-content .bfc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card p, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card p, .tc-wp-content-root .bubbly-font-content .bfc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .bubbly-font-content .bfc-steps{
    gap: 18px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .bubbly-font-content .bfc-section{
    padding: 64px 0;
  }.tc-wp-content-root .bubbly-font-content .bfc-container{
    padding: 0 22px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .bubbly-font-content .bfc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card h3, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card h3, .tc-wp-content-root .bubbly-font-content .bfc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card p, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card p, .tc-wp-content-root .bubbly-font-content .bfc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .bubbly-font-content .bfc-steps{
    gap: 20px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .bubbly-font-content .bfc-section{
    padding: 78px 0;
  }.tc-wp-content-root .bubbly-font-content .bfc-container{
    padding: 0 32px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .bubbly-font-content .bfc-grid-three, .tc-wp-content-root .bubbly-font-content .bfc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card h3, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card h3, .tc-wp-content-root .bubbly-font-content .bfc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card p, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card p, .tc-wp-content-root .bubbly-font-content .bfc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .bubbly-font-content .bfc-steps{
    gap: 22px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .bubbly-font-content .bfc-section{
    padding: 96px 0;
  }.tc-wp-content-root .bubbly-font-content .bfc-container{
    padding: 0 36px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .bubbly-font-content .bfc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .bubbly-font-content .bfc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .bubbly-font-content .bfc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card h3, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card h3, .tc-wp-content-root .bubbly-font-content .bfc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .bubbly-font-content .bfc-card p, .tc-wp-content-root .bubbly-font-content .bfc-benefit-card p, .tc-wp-content-root .bubbly-font-content .bfc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .bubbly-font-content .bfc-steps{
    gap: 24px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .bubbly-font-content .bfc-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }}.wpc-scope-310 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .bfc-step-content{}