:root {
  --accent-color: #E2C069;
  --green: #6CC24A;
  --gray-dark: #20242D;
  --gray-darker: #171a21;
  --pink: #F04D6C;
}

body, html {
  font-size: 16px;
  min-height: 100vh;
  background-color: var(--gray-dark);
}

.webinar {
  background: var(--gray-darker);
  color: #fff;
  position: relative;
}
.webinar .webinar__bg {
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: 2rem;
}
.webinar .webinar__content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.webinar .webinar__count-down {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0rem 2rem 1rem 2rem;
  max-width: 480px;
  margin: auto;
}
.webinar .webinar__count-down .webinar__count-down-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.webinar .webinar__count-down .webinar__count-down-value {
  font-size: 2.1rem;
  font-weight: 400;
}
.webinar .webinar__count-down .webinar__count-down-label {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .webinar .webinar__count-down {
    justify-content: center;
  }
  .webinar .webinar__count-down .webinar__count-down-block {
    padding: 0 1rem;
    min-width: 100px;
  }
  .webinar .webinar__count-down .webinar__count-down-block.webinar__count-down-block--delimiter {
    min-width: unset;
  }
}
.webinar .webinar__content-wrapper {
  padding: 1rem 2rem;
  text-align: center;
}
.webinar .webinar__offer-title {
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}
.webinar .webinar__offer-title small {
  font-size: 3rem;
  color: var(--accent-color);
}
.webinar .webinar__offer-title .webinar__offer-price {
  color: var(--accent-color);
}
.webinar .webinar__product-name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.webinar .webinar__product-subname {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.webinar .webinar__product-price-old {
  font-size: 30px;
  color: var(--accent-color);
  margin-top: 20px;
  text-decoration: line-through;
}
.webinar .webinar__product-price-old small {
  font-size: 14px;
}
.webinar .webinar__product-price {
  font-size: 54px;
  font-weight: 700;
}
.webinar .webinar__product-price sup {
  font-size: 32px;
}
.webinar .webinar__product-price small {
  font-size: 16px;
  font-weight: 400;
}
.webinar .webinar__product-price-per-bottle {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-color);
}
.webinar .webinar__product-price-profit {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-color);
}
@media (min-width: 540px) {
  .webinar .webinar__product-price-profit {
    font-size: 20px;
  }
}
.webinar.es .webinar__offer-title {
  font-size: 2.4rem;
}
.webinar .webinar__offer-free-shipping {
  color: var(--accent-color);
  font-size: 1rem;
  letter-spacing: 4px;
}
.webinar .webinar__content-body {
  text-align: center;
  padding: 1rem 0 0 0;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.webinar .webinar__content-body span {
  color: var(--accent-color);
  font-weight: 700;
}
@media (min-width: 768px) {
  .webinar .webinar__content-body {
    max-width: 640px;
    margin: auto;
  }
}
.webinar .webinar__addtocart {
  padding: 0 2rem 2rem 2rem;
  top: -13rem;
  position: relative;
}
.webinar .webinar__addtocart .webinar__addtocart-button {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
  background-color: var(--green);
  font-weight: 700;
  width: 100%;
  max-width: 480px;
  border-radius: 999px;
  margin: auto;
}
.webinar .webinar__addtocart .webinar__addtocart-limit-label {
  color: #000;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .webinar .webinar__addtocart {
    top: -18rem;
  }
}
.webinar .webinar__footer {
  padding: 0 2rem 4rem 2rem;
  position: relative;
  top: -8rem;
}
.webinar .webinar__footer .webinar__footer-inner {
  max-width: 480px;
  margin: auto;
}
.webinar .webinar__footer p {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
}
.webinar .webinar__footer select {
  margin-top: 1rem;
  width: 100%;
  background-color: var(--gray-dark);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.5rem 1rem;
}
@media (min-width: 420px) {
  .webinar .webinar__content-wrapper {
    padding: 2rem 2rem 1rem 2rem;
    max-width: 480px;
    margin: auto;
  }
}
@media (min-width: 475px) {
  .webinar .webinar__offer-title {
    font-size: 3.5rem;
  }
  .webinar.es .webinar__offer-title {
    font-size: 3.2rem;
  }
  .webinar .webinar__offer-free-shipping {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .webinar .webinar__content-body {
    font-size: 1.15rem;
  }
}
@media (min-width: 640px) {
  .webinar .webinar__offer-title {
    font-size: 4rem;
  }
  .webinar.es .webinar__offer-title {
    font-size: 3rem;
  }
  .webinar .webinar__content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .webinar .webinar__count-down {
    margin: 2rem auto 0;
  }
  .webinar .webinar__count-down .webinar__count-down-value {
    font-size: 3rem;
  }
  .webinar .webinar__count-down .webinar__count-down-label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .webinar {
    display: none;
  }
}

.webinar-desktop {
  display: none;
  background: #000;
  color: #fff;
}
.webinar-desktop .webinar-desktop__bg {
  background: #000 url("/_images/webinar_bg.jpg") no-repeat top center;
  height: 100vh;
  width: 100%;
  background-size: contain;
}
.webinar-desktop .webinar-desktop__bg.webinar-desktop__bg--cr {
  background-image: url("/_images/webinar_bg_cr.jpg");
}
.webinar-desktop .webinar-desktop__bg.webinar-desktop__bg--mx {
  background-image: url("/_images/webinar_bg_mx.jpg");
}
.webinar-desktop .webinar-desktop__bg.webinar-desktop__bg--pe {
  background-image: url("/_images/webinar_bg_pe.jpg");
}
.webinar-desktop .webinar-desktop__bg.webinar-desktop__bg--ec {
  background-image: url("/_images/webinar_bg_ecco.jpg");
}
.webinar-desktop .webinar-desktop__bg.webinar-desktop__bg--co {
  background-image: url("/_images/webinar_bg_ecco.jpg");
}
.webinar-desktop .webinar-desktop__product-name {
  font-size: 40px;
  font-weight: 700;
}
.webinar-desktop .webinar-desktop__product-subname {
  font-size: 24px;
  font-weight: 400;
}
.webinar-desktop .webinar-desktop__product-price-old {
  font-size: 36px;
  font-weight: 400;
  text-decoration: line-through;
  color: var(--accent-color);
  margin-top: 60px;
}
.webinar-desktop .webinar-desktop__product-price-old small {
  font-size: 20px;
}
.webinar-desktop .webinar-desktop__product-price {
  font-size: 120px;
  font-weight: 700;
  position: relative;
}
.webinar-desktop .webinar-desktop__product-price small.b {
  font-size: 36px;
  font-weight: 400;
}
.webinar-desktop .webinar-desktop__product-price small.t {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}
.webinar-desktop .webinar-desktop__product-price sup {
  font-size: 80px;
}
.webinar-desktop .webinar-desktop__product-price > div:nth-child(2) {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  height: 100px;
  margin: auto;
}
.webinar-desktop .webinar-desktop__product-per-bottle {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  color: var(--accent-color);
}
.webinar-desktop .webinar-desktop__product-profit {
  font-size: 30px;
  font-weight: 700;
  color: var(--accent-color);
}
@media (min-width: 1024px) {
  .webinar-desktop {
    display: block;
  }
  .webinar-desktop .webinar-desktop__bg {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    min-height: 1080px;
    background-size: cover;
  }
  .webinar-desktop .webinar-desktop__content-wrapper {
    padding: 4rem 0 0 4rem;
    max-width: 65%;
    position: relative;
    height: 100%;
  }
  .webinar-desktop .webinar-desktop__offer-title {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
  }
  .webinar-desktop .webinar-desktop__offer-title span {
    color: var(--accent-color);
  }
  .webinar-desktop .webinar-desktop__offer-title small {
    color: var(--accent-color);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .webinar-desktop .webinar-desktop__offer-free-shipping {
    color: var(--accent-color);
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 6px;
  }
  .webinar-desktop .webinar-desktop__content-body {
    padding: 2.5rem 0;
    font-size: 1.2rem;
    width: 80%;
  }
  .webinar-desktop .webinar-desktop__content-body span {
    color: var(--accent-color);
    font-weight: 700;
  }
  .webinar-desktop .webinar-desktop__count-down {
    display: flex;
    align-items: center;
    justify-content: start;
    width: auto;
    margin-top: 3rem;
    margin-left: -1rem;
  }
  .webinar-desktop .webinar-desktop__count-down .webinar-desktop__count-down-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 84px;
  }
  .webinar-desktop .webinar-desktop__count-down .webinar-desktop__count-down-block.webinar-desktop__count-down-block--days {
    padding-left: 0;
  }
  .webinar-desktop .webinar-desktop__count-down .webinar-desktop__count-down-block.webinar-desktop__count-down-block--delimiter {
    min-width: unset;
  }
  .webinar-desktop .webinar-desktop__count-down .webinar-desktop__count-down-value {
    font-size: 40px;
    font-weight: 400;
  }
  .webinar-desktop .webinar-desktop__count-down .webinar-desktop__count-down-label {
    font-size: 14px;
  }
  .webinar-desktop .webinar-desktop__addtocart {
    margin-top: 3rem;
  }
  .webinar-desktop .webinar-desktop__addtocart .webinar-desktop__addtocart-button {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: var(--green);
    color: #000;
    font-weight: 700;
    width: 320px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 999px;
  }
  .webinar-desktop .webinar-desktop__addtocart .webinar-desktop__addtocart-limit-label {
    color: var(--accent-color);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0.5rem;
    display: block;
  }
  .webinar-desktop .webinar-desktop__footer {
    position: absolute;
    bottom: 0;
    min-height: 150px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
  }
  .webinar-desktop .webinar-desktop__footer .webinar-desktop__footer-inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .webinar-desktop .webinar-desktop__footer p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
  }
  .webinar-desktop .webinar-desktop__footer select {
    border: 1px solid #fff;
    background-color: var(--gray-dark);
    padding: 8px 1rem;
    margin-left: 2rem;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .webinar-desktop .webinar-desktop__content-wrapper {
    max-width: 50%;
  }
  .webinar-desktop .webinar-desktop__bg {
    background-position-x: 70%;
  }
}
@media (min-width: 1920px) {
  .webinar-desktop .webinar-desktop__bg {
    background-position-x: unset;
  }
  .webinar-desktop .webinar-desktop__content-wrapper {
    padding: 6rem 0 0 6rem;
    max-width: 60%;
    min-height: 100vh;
  }
  .webinar-desktop .webinar-desktop__offer-title {
    font-size: 8rem;
  }
  .webinar-desktop .webinar-desktop__offer-title small {
    font-size: 1.8rem;
  }
  .webinar-desktop.es .webinar-desktop__offer-title {
    font-size: 7.6rem;
    width: 90%;
  }
  .webinar-desktop .webinar-desktop__offer-free-shipping {
    font-size: 2rem;
    letter-spacing: 8px;
  }
  .webinar-desktop .webinar-desktop__content-body {
    padding: 3rem 0;
    font-size: 1.5rem;
    width: 70%;
  }
  .webinar-desktop .webinar-desktop__footer .webinar-desktop__footer-inner {
    width: 80%;
  }
}
@media (min-width: 2200px) {
  .webinar-desktop .webinar-desktop__bg {
    width: 100%;
    min-height: 1080px;
    background-size: cover;
    background-position-x: 60%;
  }
  .webinar-desktop .webinar__content-wrapper {
    height: 100vh;
  }
}

.country-selection-modal.in {
  display: flex !important;
}
.country-selection-modal .modal-header {
  border-bottom: none;
}
.country-selection-modal .modal-footer {
  border-top: none;
}
.country-selection-modal .modal-dialog {
  margin: auto;
}
.country-selection-modal .country-selection-modal__content {
  color: #000;
  padding: 2rem 2rem;
}
.country-selection-modal .country-selection-modal__title {
  font-weight: 700;
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 2rem;
}
.country-selection-modal .country-selection-modal__close-button {
  opacity: 1;
}
.country-selection-modal .country-selection-modal__close-button span {
  color: #000;
  font-size: 2rem;
}
.country-selection-modal .country-selection-modal__country-list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 2rem;
}
.country-selection-modal .country-selection-modal__country-list li {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.country-selection-modal .country-selection-modal__country-list li span.clickable {
  flex: 1;
}
.country-selection-modal .country-selection-modal__country-list li span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.country-selection-modal .lang-button-bar {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.country-selection-modal .lang-button-bar button {
  width: 100%;
}
.country-selection-modal .lang-button-bar .en {
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .country-selection-modal .country-selection-modal__country-list {
    grid-template-columns: 1fr 1fr;
  }
  .country-selection-modal .country-selection-modal__country-list--warehouse {
    grid-template-columns: 1fr;
    padding-left: 3.3rem;
  }
  .country-selection-modal .country-selection-modal__content {
    padding: 2rem 4rem;
  }
  .country-selection-modal .lang-button-bar {
    display: flex;
    align-items: center;
    column-gap: 1px;
    flex-direction: row;
  }
  .country-selection-modal .lang-button-bar button {
    flex: 1;
  }
  .country-selection-modal .lang-button-bar .en {
    margin-bottom: 0;
  }
}

.webinar-count-down {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2rem;
  max-width: 480px;
  margin: auto;
}
.webinar-count-down .webinar-count-down-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.webinar-count-down .webinar-count-down-value {
  font-size: 2.1rem;
  font-weight: 400;
}
.webinar-count-down .webinar-count-down-label {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .webinar-count-down {
    justify-content: center;
  }
  .webinar-count-down .webinar-count-down-block {
    padding: 0 1rem;
    min-width: 100px;
  }
  .webinar-count-down .webinar-count-down-block.webinar-count-down-block--delimiter {
    min-width: unset;
  }
}

.webinar-addtocart-button {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
  background-color: var(--green);
  font-weight: 700;
  width: 100%;
  max-width: 480px;
  border-radius: 999px;
  margin: auto;
}
.webinar-addtocart-button:hover, .webinar-addtocart-button:active {
  color: #000;
}

.webinar-new-layout {
  background-color: var(--gray-dark);
  color: #fff;
}
.webinar-new-layout .container {
  padding: 0 !important;
}
.webinar-new-layout .webinar-new-layout__shipment-bar {
  background-color: var(--pink);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
}
.webinar-new-layout .webinar-new-layout__item-image-wrapper {
  background: #fff;
}
.webinar-new-layout .webinar-new-layout__item-image {
  width: auto;
  margin: auto;
}
.webinar-new-layout .webinar-new-layout__item-info {
  padding: 4rem 0;
}
.webinar-new-layout .webinar-new-layout__item-name {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem 0 0 0;
  line-height: 1.18;
}
.webinar-new-layout .webinar-new-layout__price {
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
}
.webinar-new-layout .webinar-new-layout__price sup {
  font-size: 2rem;
  top: -1.5rem;
}
.webinar-new-layout .webinar-new-layout__price small {
  font-size: 1.5rem;
}
.webinar-new-layout .webinar-new-layout__price-old {
  text-align: center;
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: line-through;
  font-size: 1.5rem;
}
.webinar-new-layout .webinar-new-layout__footer .webinar-new-layout__selects {
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.webinar-new-layout .webinar-new-layout__footer select {
  width: 100%;
  background-color: var(--gray-dark);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.5rem 1rem;
}
.webinar-new-layout .webinar-new-layout__footer-inner {
  padding: 1rem 2rem;
}
.webinar-new-layout .webinar-new-layout__footer-inner p {
  font-size: 0.9rem;
}
.webinar-new-layout .webinar-new-layout__add-to-cart {
  padding: 2rem 2rem;
}
@media (min-width: 540px) {
  .webinar-new-layout .webinar-new-layout__footer .webinar-new-layout__selects {
    flex-direction: row;
    column-gap: 1rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .webinar-new-layout .webinar-new-layout__item-name {
    font-size: 2.2rem;
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1366px) {
  .webinar-new-layout .webinar-new-layout__shipment-bar {
    font-size: 1.6rem;
    letter-spacing: 2px;
    height: 70px;
  }
  .webinar-new-layout .webinar-new-layout__selects {
    display: flex;
    column-gap: 1rem;
    margin-top: 3rem;
  }
  .webinar-new-layout .webinar-new-layout__selects select {
    margin: 0;
  }
  .webinar-new-layout .webinar-new-layout__price-old {
    font-size: 2rem;
  }
  .webinar-new-layout .webinar-new-layout__wrapper {
    display: grid;
    grid-template-columns: 40% 1fr;
    min-height: calc(100vh - 70px);
  }
  .webinar-new-layout .webinar-new-layout__item-image-wrapper {
    grid-column: 2/3;
    display: flex;
    align-items: center;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    row-gap: 4rem;
  }
  .webinar-new-layout .webinar-new-layout__item-info {
    grid-row: 1/1;
    margin: auto;
    width: 540px;
  }
  .webinar-new-layout .webinar-new-layout__add-to-cart {
    padding-bottom: 0;
  }
  .webinar-new-layout .webinar-addtocart-button {
    max-width: unset;
  }
  .webinar-new-layout .webinar-new-layout__item-name {
    padding: 0;
  }
  .webinar-new-layout .webinar-new-layout__item-image {
    margin: unset;
  }
}

/*# sourceMappingURL=webinar.css.map */
