@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{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .biv-content, .tc-wp-content-root .biv-content section, .tc-wp-content-root .biv-content div, .tc-wp-content-root .biv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .biv-content .biv-section{
  position: relative;
}.tc-wp-content-root .biv-content .biv-section-white{
  background: #ffffff;
}.tc-wp-content-root .biv-content .biv-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(250, 78, 121, 0.08), transparent 32%),
    radial-gradient(circle at 82% 8%, rgba(112, 71, 255, 0.08), transparent 30%),
    #faf8fb;
}.tc-wp-content-root .biv-content .biv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .biv-content .biv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .biv-content .biv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(227, 42, 116, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 87, 121, 0.1), rgba(112, 71, 255, 0.1));
  color: #9a2757;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .biv-content .biv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5f7e, #7b5cff);
  box-shadow: 0 0 0 5px rgba(255, 95, 126, 0.12);
}.tc-wp-content-root .biv-content h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content .biv-heading p{
  margin: 16px auto 0;
  color: #5f6878;
  line-height: 1.7;
}.tc-wp-content-root .biv-content .biv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .biv-content .biv-card, .tc-wp-content-root .biv-content .biv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 28, 45, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 95, 126, 0.28), rgba(123, 92, 255, 0.18)) border-box;
  box-shadow: 0 16px 42px rgba(18, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .biv-content .biv-card::after, .tc-wp-content-root .biv-content .biv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff5f7e, #f4b942, #7b5cff);
  opacity: 0.72;
}.tc-wp-content-root .biv-content .biv-card:hover, .tc-wp-content-root .biv-content .biv-trust-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(18, 24, 39, 0.12);
  border-color: rgba(227, 42, 116, 0.22);
}.tc-wp-content-root .biv-content .biv-card h3, .tc-wp-content-root .biv-content .biv-step h3, .tc-wp-content-root .biv-content .biv-trust-card h3{
  margin: 0;
  color: #151b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content .biv-card p, .tc-wp-content-root .biv-content .biv-step p, .tc-wp-content-root .biv-content .biv-trust-card p{
  margin: 10px 0 0;
  color: #636b7a;
  line-height: 1.68;
}.tc-wp-content-root .biv-content .biv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 95, 126, 0.14), rgba(123, 92, 255, 0.13));
  box-shadow: inset 0 0 0 1px rgba(227, 42, 116, 0.12);
  transition: transform 220ms ease;
}.tc-wp-content-root .biv-content .biv-card:hover .biv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .biv-content .biv-icon::before, .tc-wp-content-root .biv-content .biv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .biv-content .biv-icon-lens::before{
  width: 17px;
  height: 17px;
  left: 13px;
  top: 12px;
  border: 3px solid #e32a74;
  border-radius: 50%;
}.tc-wp-content-root .biv-content .biv-icon-lens::after{
  width: 10px;
  height: 3px;
  right: 10px;
  bottom: 12px;
  border-radius: 999px;
  background: #7b5cff;
  transform: rotate(45deg);
}.tc-wp-content-root .biv-content .biv-icon-bolt::before{
  left: 17px;
  top: 9px;
  width: 13px;
  height: 27px;
  background: linear-gradient(160deg, #ff5f7e, #7b5cff);
  clip-path: polygon(42% 0, 100% 0, 65% 42%, 100% 42%, 28% 100%, 42% 56%, 0 56%);
}.tc-wp-content-root .biv-content .biv-icon-frame::before{
  inset: 12px;
  border: 3px solid #7b5cff;
  border-radius: 8px;
}.tc-wp-content-root .biv-content .biv-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ff5f7e;
}.tc-wp-content-root .biv-content .biv-icon-path::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5f7e, #7b5cff);
}.tc-wp-content-root .biv-content .biv-icon-path::after{
  right: 10px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #7b5cff;
  border-top: 3px solid #7b5cff;
  transform: rotate(45deg);
}.tc-wp-content-root .biv-content .biv-icon-phone::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 29px;
  border: 3px solid #e32a74;
  border-radius: 8px;
}.tc-wp-content-root .biv-content .biv-icon-phone::after{
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7b5cff;
}.tc-wp-content-root .biv-content .biv-icon-check::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5f7e, #7b5cff);
}.tc-wp-content-root .biv-content .biv-icon-check::after{
  left: 19px;
  top: 20px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .biv-content .biv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .biv-content .biv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 28, 45, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(18, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .biv-content .biv-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(18, 24, 39, 0.12);
}.tc-wp-content-root .biv-content .biv-step::before{
  content: "";
  position: absolute;
  left: 40px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(227, 42, 116, 0.24), transparent);
}.tc-wp-content-root .biv-content .biv-step:first-child::before{
  top: 50%;
}.tc-wp-content-root .biv-content .biv-step:last-child::before{
  bottom: 50%;
}.tc-wp-content-root .biv-content .biv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff5f7e, #7b5cff);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(123, 92, 255, 0.24);
}.tc-wp-content-root .biv-content .biv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(123, 92, 255, 0.1);
  color: #6847d4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .biv-content .biv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .biv-content .biv-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 34%, transparent 36%),
    conic-gradient(from 120deg, #ff5f7e, #f4b942, #7b5cff, #ff5f7e);
  box-shadow: 0 10px 24px rgba(227, 42, 116, 0.16);
}.tc-wp-content-root .biv-content .biv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .biv-content .biv-reveal.biv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .biv-content .biv-section{
    padding: 54px 0;
  }.tc-wp-content-root .biv-content .biv-container{
    padding: 0 14px;
  }.tc-wp-content-root .biv-content h2{
    font-size: 27px;
  }.tc-wp-content-root .biv-content .biv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .biv-content .biv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .biv-content .biv-card, .tc-wp-content-root .biv-content .biv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .biv-content .biv-card h3, .tc-wp-content-root .biv-content .biv-step h3, .tc-wp-content-root .biv-content .biv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .biv-content .biv-card p, .tc-wp-content-root .biv-content .biv-step p, .tc-wp-content-root .biv-content .biv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .biv-content .biv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .biv-content .biv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .biv-content .biv-step::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .biv-content .biv-section{
    padding: 60px 0;
  }.tc-wp-content-root .biv-content .biv-container{
    padding: 0 18px;
  }.tc-wp-content-root .biv-content h2{
    font-size: 30px;
  }.tc-wp-content-root .biv-content .biv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .biv-content .biv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .biv-content .biv-card, .tc-wp-content-root .biv-content .biv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .biv-content .biv-card h3, .tc-wp-content-root .biv-content .biv-step h3, .tc-wp-content-root .biv-content .biv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .biv-content .biv-card p, .tc-wp-content-root .biv-content .biv-step p, .tc-wp-content-root .biv-content .biv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .biv-content .biv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .biv-content .biv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .biv-content .biv-step::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .biv-content .biv-section{
    padding: 66px 0;
  }.tc-wp-content-root .biv-content .biv-container{
    padding: 0 22px;
  }.tc-wp-content-root .biv-content h2{
    font-size: 34px;
  }.tc-wp-content-root .biv-content .biv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content .biv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .biv-content .biv-card, .tc-wp-content-root .biv-content .biv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .biv-content .biv-card h3, .tc-wp-content-root .biv-content .biv-step h3, .tc-wp-content-root .biv-content .biv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .biv-content .biv-card p, .tc-wp-content-root .biv-content .biv-step p, .tc-wp-content-root .biv-content .biv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .biv-content .biv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .biv-content .biv-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .biv-content .biv-section{
    padding: 78px 0;
  }.tc-wp-content-root .biv-content .biv-container{
    padding: 0 32px;
  }.tc-wp-content-root .biv-content h2{
    font-size: 40px;
  }.tc-wp-content-root .biv-content .biv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .biv-content .biv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .biv-content .biv-card, .tc-wp-content-root .biv-content .biv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .biv-content .biv-card h3, .tc-wp-content-root .biv-content .biv-step h3, .tc-wp-content-root .biv-content .biv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .biv-content .biv-card p, .tc-wp-content-root .biv-content .biv-step p, .tc-wp-content-root .biv-content .biv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .biv-content .biv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .biv-content .biv-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .biv-content .biv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-content-root .biv-content .biv-section{
    padding: 92px 0;
  }.tc-wp-content-root .biv-content .biv-container{
    padding: 0 34px;
  }.tc-wp-content-root .biv-content h2{
    font-size: 46px;
  }.tc-wp-content-root .biv-content .biv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .biv-content .biv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .biv-content .biv-grid-three, .tc-wp-content-root .biv-content .biv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .biv-content .biv-card, .tc-wp-content-root .biv-content .biv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .biv-content .biv-card h3, .tc-wp-content-root .biv-content .biv-step h3, .tc-wp-content-root .biv-content .biv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .biv-content .biv-card p, .tc-wp-content-root .biv-content .biv-step p, .tc-wp-content-root .biv-content .biv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content .biv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .biv-content .biv-step{
    gap: 26px;
    padding: 32px 34px;
  }}

.tc-wp-content-root .biv-step-copy {}