@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 .ychv-content-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .ychv-content-sections, .tc-wp-content-root .ychv-content-sections div, .tc-wp-content-root .ychv-content-sections section, .tc-wp-content-root .ychv-content-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .ychv-content-sections .ychv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .ychv-content-sections .ychv-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 45, 85, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 176, 0, 0.08), transparent 28%),
    #ffffff;
}.tc-wp-content-root .ychv-content-sections .ychv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 45, 85, 0.05), rgba(255, 255, 255, 0) 42%),
    #f8fafc;
}.tc-wp-content-root .ychv-content-sections .ychv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ychv-content-sections .ychv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ychv-content-sections .ychv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 45, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.1), rgba(255, 176, 0, 0.11));
  color: #b51636;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-content-sections .ychv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .ychv-content-sections .ychv-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .ychv-content-sections .ychv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ychv-content-sections .ychv-card, .tc-wp-content-root .ychv-content-sections .ychv-trust-card, .tc-wp-content-root .ychv-content-sections .ychv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}.tc-wp-content-root .ychv-content-sections .ychv-card{
  height: 100%;
  border-radius: 24px;
}.tc-wp-content-root .ychv-content-sections .ychv-card::before, .tc-wp-content-root .ychv-content-sections .ychv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.14), rgba(255, 176, 0, 0.1), transparent 46%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ychv-content-sections .ychv-card:hover, .tc-wp-content-root .ychv-content-sections .ychv-trust-card:hover, .tc-wp-content-root .ychv-content-sections .ychv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 45, 85, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .ychv-content-sections .ychv-card:hover::before, .tc-wp-content-root .ychv-content-sections .ychv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ychv-content-sections .ychv-card h3, .tc-wp-content-root .ychv-content-sections .ychv-trust-card h3, .tc-wp-content-root .ychv-content-sections .ychv-step-content h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ychv-content-sections .ychv-card p, .tc-wp-content-root .ychv-content-sections .ychv-trust-card p, .tc-wp-content-root .ychv-content-sections .ychv-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.tc-wp-content-root .ychv-content-sections .ychv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2d55, #ff8a00);
  box-shadow: 0 14px 30px rgba(255, 45, 85, 0.24);
  transition: transform 240ms ease;
}.tc-wp-content-root .ychv-content-sections .ychv-card:hover .ychv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ychv-content-sections .ychv-icon::before, .tc-wp-content-root .ychv-content-sections .ychv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .ychv-content-sections .ychv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ychv-content-sections .ychv-icon-flash::before{
  left: 19px;
  top: 9px;
  width: 9px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 67% 42%, 100% 42%, 29% 100%, 43% 55%, 0 55%);
}.tc-wp-content-root .ychv-content-sections .ychv-icon-frame::before{
  inset: 13px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ychv-content-sections .ychv-icon-path::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ychv-content-sections .ychv-icon-phone::before{
  left: 16px;
  top: 9px;
  width: 14px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ychv-content-sections .ychv-icon-bookmark::before{
  left: 15px;
  top: 11px;
  width: 16px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
}.tc-wp-content-root .ychv-content-sections .ychv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ychv-content-sections .ychv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 250, 0.92)),
    #ffffff;
}.tc-wp-content-root .ychv-content-sections .ychv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2d55, #ff8a00);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(255, 45, 85, 0.24);
}.tc-wp-content-root .ychv-content-sections .ychv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 250, 252, 0.96)),
    #ffffff;
}.tc-wp-content-root .ychv-content-sections .ychv-mini-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2d55, #ff8a00);
  box-shadow: 0 0 0 8px rgba(255, 45, 85, 0.08);
}.tc-wp-content-root .ychv-content-sections .ychv-trust-card{
  height: 100%;
  border-radius: 24px;
}.tc-wp-content-root .ychv-content-sections .ychv-trust-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 11px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(255, 45, 85, 0.09);
  color: #b51636;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-content-sections .ychv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ychv-content-sections .ychv-reveal.ychv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ychv-content-sections .ychv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ychv-content-sections .ychv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card, .tc-wp-content-root .ychv-content-sections .ychv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card h3, .tc-wp-content-root .ychv-content-sections .ychv-trust-card h3, .tc-wp-content-root .ychv-content-sections .ychv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card p, .tc-wp-content-root .ychv-content-sections .ychv-trust-card p, .tc-wp-content-root .ychv-content-sections .ychv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ychv-content-sections .ychv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ychv-content-sections .ychv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ychv-content-sections .ychv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card, .tc-wp-content-root .ychv-content-sections .ychv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card h3, .tc-wp-content-root .ychv-content-sections .ychv-trust-card h3, .tc-wp-content-root .ychv-content-sections .ychv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card p, .tc-wp-content-root .ychv-content-sections .ychv-trust-card p, .tc-wp-content-root .ychv-content-sections .ychv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ychv-content-sections .ychv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ychv-content-sections .ychv-section{
    padding: 66px 0;
  }.tc-wp-content-root .ychv-content-sections .ychv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card, .tc-wp-content-root .ychv-content-sections .ychv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card h3, .tc-wp-content-root .ychv-content-sections .ychv-trust-card h3, .tc-wp-content-root .ychv-content-sections .ychv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card p, .tc-wp-content-root .ychv-content-sections .ychv-trust-card p, .tc-wp-content-root .ychv-content-sections .ychv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ychv-content-sections .ychv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ychv-content-sections .ychv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ychv-content-sections .ychv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ychv-content-sections .ychv-grid-three, .tc-wp-content-root .ychv-content-sections .ychv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ychv-content-sections .ychv-card, .tc-wp-content-root .ychv-content-sections .ychv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card h3, .tc-wp-content-root .ychv-content-sections .ychv-trust-card h3, .tc-wp-content-root .ychv-content-sections .ychv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card p, .tc-wp-content-root .ychv-content-sections .ychv-trust-card p, .tc-wp-content-root .ychv-content-sections .ychv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ychv-content-sections .ychv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ychv-content-sections .ychv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ychv-content-sections .ychv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ychv-content-sections .ychv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ychv-content-sections .ychv-grid-three, .tc-wp-content-root .ychv-content-sections .ychv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ychv-content-sections .ychv-card, .tc-wp-content-root .ychv-content-sections .ychv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card h3, .tc-wp-content-root .ychv-content-sections .ychv-trust-card h3, .tc-wp-content-root .ychv-content-sections .ychv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ychv-content-sections .ychv-card p, .tc-wp-content-root .ychv-content-sections .ychv-trust-card p, .tc-wp-content-root .ychv-content-sections .ychv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ychv-content-sections .ychv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ychv-content-sections .ychv-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}