@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-322 .tc-wp-content-root img, .wpc-scope-322 .tc-wp-content-root video, .wpc-scope-322 .tc-wp-content-root svg, .wpc-scope-322 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #24171c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content div, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content section, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-section{
  position: relative;
  overflow: hidden;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-section-white{
  background: #ffffff;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-section-soft{
  background: linear-gradient(180deg, #fff8f7 0%, #fbf6f3 100%);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 7px 12px;
  border: 1px solid rgba(179, 18, 48, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(179, 18, 48, 0.08), rgba(255, 122, 89, 0.1));
  color: #9f1230;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b31230, #ff6b4a);
  box-shadow: 0 0 0 5px rgba(179, 18, 48, 0.1);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content h2{
  margin: 0;
  color: #211216;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #6f5a60;
  line-height: 1.75;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-card, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(58, 24, 31, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(45, 15, 22, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-card::before, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(179, 18, 48, 0.36), rgba(255, 107, 74, 0), rgba(118, 30, 58, 0.16));
  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-322 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card:hover, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(179, 18, 48, 0.22);
  box-shadow: 0 24px 60px rgba(45, 15, 22, 0.12);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover::before, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-card h3, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card h3, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-card h3{
  margin: 0;
  color: #26151a;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-card p, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card p, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-card p{
  margin: 10px 0 0;
  color: #6a565c;
  line-height: 1.72;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b31230, #ff6b4a);
  box-shadow: 0 14px 28px rgba(179, 18, 48, 0.22);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon::before, .wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon::after{
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.95;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-drip::before{
  width: 22px;
  height: 7px;
  left: 13px;
  top: 15px;
  border-radius: 999px;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-drip::after{
  width: 8px;
  height: 15px;
  left: 20px;
  top: 21px;
  border-radius: 0 0 999px 999px;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::before{
  width: 18px;
  height: 20px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::after{
  width: 18px;
  height: 20px;
  left: 12px;
  top: 18px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-flame::before{
  width: 20px;
  height: 25px;
  left: 14px;
  top: 11px;
  border-radius: 50% 50% 48% 48%;
  clip-path: polygon(50% 0, 82% 35%, 72% 100%, 28% 100%, 18% 35%);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-flame::after{
  width: 9px;
  height: 13px;
  left: 20px;
  top: 21px;
  border-radius: 50% 50% 45% 45%;
  background: rgba(179, 18, 48, 0.75);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-moon::before{
  width: 24px;
  height: 24px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-moon::after{
  width: 22px;
  height: 22px;
  left: 21px;
  top: 9px;
  border-radius: 50%;
  background: #c51939;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-clean::before{
  width: 24px;
  height: 12px;
  left: 12px;
  top: 18px;
  border-radius: 999px;
  transform: rotate(-18deg);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-icon-clean::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-steps{
  display: grid;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fffafa 100%);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #b31230, #ff6b4a);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #2b1219, #b31230);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(179, 18, 48, 0.2);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(179, 18, 48, 0.08);
  color: #a1132f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
  overflow: hidden;
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(179, 18, 48, 0.12), rgba(255, 107, 74, 0.16));
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #b31230;
  border-bottom: 3px solid #b31230;
  transform: rotate(-45deg);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-322 .tc-wp-content-root .bfg-editorial-content .bfg-reveal.bfg-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 .bfg-editorial-content .bfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid, .tc-wp-content-root .bfg-editorial-content .bfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid, .tc-wp-content-root .bfg-editorial-content .bfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid, .tc-wp-content-root .bfg-editorial-content .bfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bfg-editorial-content .bfg-card, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 90px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-three, .tc-wp-content-root .bfg-editorial-content .bfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-card p{
    font-size: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .bfg-editorial-content .bfg-card, .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card, .tc-wp-content-root .bfg-editorial-content .bfg-step-card, .tc-wp-content-root .bfg-editorial-content .bfg-reveal, .tc-wp-content-root .bfg-editorial-content .bfg-reveal.bfg-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .bfg-editorial-content .bfg-reveal{
    opacity: 1;
  }}