@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .biv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .biv-content-wrap, .tc-wp-content-root .biv-content-wrap section, .tc-wp-content-root .biv-content-wrap div, .tc-wp-content-root .biv-content-wrap article, .tc-wp-content-root .biv-content-wrap span, .tc-wp-content-root .biv-content-wrap h2, .tc-wp-content-root .biv-content-wrap h3, .tc-wp-content-root .biv-content-wrap p{
  box-sizing: border-box;
}.tc-wp-content-root .biv-content-wrap .biv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .biv-content-wrap .biv-section-white{
  background: #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f8fb 100%);
}.tc-wp-content-root .biv-content-wrap .biv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .biv-content-wrap .biv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .biv-content-wrap .biv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 245, 247, 0.95), rgba(239, 246, 255, 0.95));
  color: #b31b62;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f43f5e, #8b5cf6);
  box-shadow: 0 0 0 5px rgba(244, 63, 94, 0.12);
}.tc-wp-content-root .biv-content-wrap .biv-heading h2{
  margin: 0;
  color: #151a27;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5a6475;
  font-weight: 450;
}.tc-wp-content-root .biv-content-wrap .biv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 47, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(19, 28, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card::before, .tc-wp-content-root .biv-content-wrap .biv-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 18% 0%, rgba(244, 63, 94, 0.13), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.12), transparent 32%);
  transition: opacity 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card:hover, .tc-wp-content-root .biv-content-wrap .biv-benefit-card:hover, .tc-wp-content-root .biv-content-wrap .biv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.22);
  box-shadow: 0 24px 58px rgba(19, 28, 45, 0.11);
}.tc-wp-content-root .biv-content-wrap .biv-card:hover::before, .tc-wp-content-root .biv-content-wrap .biv-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-benefit-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
  position: relative;
  margin: 0;
  color: #18202f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-benefit-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6475;
  font-weight: 430;
}.tc-wp-content-root .biv-content-wrap .biv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f4, #eef4ff);
  box-shadow: inset 0 0 0 1px rgba(219, 39, 119, 0.12), 0 12px 24px rgba(219, 39, 119, 0.12);
}.tc-wp-content-root .biv-content-wrap .biv-icon::before, .tc-wp-content-root .biv-content-wrap .biv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card:hover .biv-icon::before, .tc-wp-content-root .biv-content-wrap .biv-card:hover .biv-icon::after{
  transform: translateY(-1px);
}.tc-wp-content-root .biv-content-wrap .biv-icon-eye::before{
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border: 2px solid #db2777;
  border-radius: 999px 999px 999px 999px / 80% 80% 80% 80%;
}.tc-wp-content-root .biv-content-wrap .biv-icon-eye::after{
  width: 7px;
  height: 7px;
  left: 18px;
  top: 19px;
  border-radius: 50%;
  background: #8b5cf6;
}.tc-wp-content-root .biv-content-wrap .biv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #db2777;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .biv-content-wrap .biv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 21px;
  top: 21px;
  border-radius: 999px;
  background: #8b5cf6;
  transform-origin: left center;
  transform: rotate(-34deg);
}.tc-wp-content-root .biv-content-wrap .biv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 11px;
  top: 13px;
  border: 2px solid #db2777;
  border-radius: 7px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 16px;
  top: 20px;
  border-radius: 999px;
  background: #8b5cf6;
  box-shadow: 0 6px 0 rgba(139, 92, 246, 0.45);
}.tc-wp-content-root .biv-content-wrap .biv-icon-steps::before{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #db2777;
  box-shadow: 0 10px 0 #8b5cf6, 0 20px 0 #f43f5e;
}.tc-wp-content-root .biv-content-wrap .biv-icon-steps::after{
  width: 15px;
  height: 2px;
  left: 23px;
  top: 15px;
  border-radius: 999px;
  background: #8b5cf6;
  box-shadow: 0 10px 0 rgba(219, 39, 119, 0.75), 0 20px 0 rgba(139, 92, 246, 0.65);
}.tc-wp-content-root .biv-content-wrap .biv-icon-mobile::before{
  width: 17px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #db2777;
  border-radius: 7px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 999px;
  background: #8b5cf6;
}.tc-wp-content-root .biv-content-wrap .biv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #db2777;
  border-radius: 8px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-daily::after{
  width: 14px;
  height: 2px;
  left: 15px;
  top: 19px;
  border-radius: 999px;
  background: #8b5cf6;
  box-shadow: 0 6px 0 rgba(139, 92, 246, 0.45);
}.tc-wp-content-root .biv-content-wrap .biv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .biv-content-wrap .biv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 47, 0.09);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 250, 0.86));
  box-shadow: 0 18px 45px rgba(19, 28, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #f43f5e, #8b5cf6);
}.tc-wp-content-root .biv-content-wrap .biv-step-number{
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 22px;
  background: linear-gradient(135deg, #f43f5e, #8b5cf6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(219, 39, 119, 0.22);
}.tc-wp-content-root .biv-content-wrap .biv-card-use{
  background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
}.tc-wp-content-root .biv-content-wrap .biv-dot{
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.14), rgba(139, 92, 246, 0.14));
}.tc-wp-content-root .biv-content-wrap .biv-dot::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f43f5e, #8b5cf6);
  box-shadow: 0 0 0 6px rgba(244, 63, 94, 0.1);
}.tc-wp-content-root .biv-content-wrap .biv-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.08);
  color: #b31b62;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .biv-content-wrap .biv-reveal.biv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 48px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 14px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-benefit-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-benefit-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 54px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-benefit-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-benefit-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-benefit-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 62px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-benefit-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-benefit-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 76px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three, .tc-wp-content-root .biv-content-wrap .biv-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-benefit-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-benefit-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 92px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .biv-content-wrap .biv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-benefit-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-benefit-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}