.elementor-1285 .elementor-element.elementor-element-1dc5230{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1285 .elementor-element.elementor-element-88aa755{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-c855210{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 20px 0px;}.elementor-1285 .elementor-element.elementor-element-bda84c5{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-30fe9ca{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-dc4ba0b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-0f980fe{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-7e10b3a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-fea406c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-ad961ef{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-d5ddf16{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-84a7cde{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-e4e22c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-abaf261{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1285 .elementor-element.elementor-element-da095f9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c855210 */.new-price-wrapper .priceIva{
    font-size: 1.8rem;
}


/* ================================
   HERO PRICING CARDS - TEST
================================ */

.hero-pricing-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hero-pricing-title {
  font-family: 'Chivo', sans-serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #F7A800;
  margin-bottom: 24px;
  text-shadow: 0 0 18px rgba(247,168,0,.35);
}

.hero-pricing-cards {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: center;
}

.hero-price-card {
  min-height: 140px;
  border-radius: 999px;
  padding: 20px 34px;
  font-family: 'Chivo', sans-serif;
  font-size: 26px;
  text-decoration: none !important;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: all .3s ease;
}

.hero-price-card-featured {
  background: #F7A800;
  color: #1A1A1A !important;
  box-shadow: 0 0 34px rgba(247,168,0,.35);
}

.hero-price-card-featured:hover {
  background: #FFC740;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 45px rgba(247,168,0,.55);
}

.hero-price-card-secondary {
  background: rgba(245,243,239,.92);
  color: rgba(26,26,26,.45);
  border: 1px solid rgba(247,168,0,.55);
  box-shadow: 0 0 22px rgba(247,168,0,.18);
}

.hero-price-label {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-price-note {
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 8px;
}

.hero-price-main {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.hero-price-main small {
  font-size: .8rem;
  opacity: .7;
}

.hero-price-main strong {
  font-weight: 900;
}

.hero-price-crossed {
  position: relative;
  color: rgba(26,26,26,.35);
}

.hero-price-crossed::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 50%;
  height: 4px;
  background: rgba(26,26,26,.38);
  transform: rotate(-3deg);
  border-radius: 999px;
}

@media (max-width: 767px) {
  .hero-pricing-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-price-card {
    min-height: auto;
    padding: 20px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f980fe */.viviras-video-vertical {
  /*max-width: 420px !important;*/
  width: 100% !important;
  margin: 32px auto 0 !important;
  aspect-ratio: 9 / 16 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

.viviras-recap-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 24px !important;
}

@media (max-width: 767px) {
  .viviras-video-vertical {
    max-width: 320px !important;
    border-radius: 18px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cebba3 */#intro-video-stage {
  pointer-events: none;
}/* End custom CSS */