@font-face {
  font-family: 'Averta CY';
  src: url('../../fonts/AvertaCY-Regular.woff2') format('woff2'), url('../../fonts/AvertaCY-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta CY';
  src: url('../../fonts/AvertaCY-Bold.woff2') format('woff2'), url('../../fonts/AvertaCY-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta CY';
  src: url('../../fonts/AvertaCY-Semibold.woff2') format('woff2'), url('../../fonts/AvertaCY-Semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*INITIAL*/
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  max-width: 100% !important;
  font-family: "Averta CY", sans-serif !important;
  /*background-color: #313F6B !important;*/
}
.hide-mob {
  display: block;
}
.show-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-mob {
    display: none;
  }
  .show-mob {
    display: block;
  }
}
/*COLORS*/
.bgwhite {
  background-color: white;
}
.bgpurplelight {
  background-color: #D9E9F8;
}
.bgredeffect {
  background: rgb(178, 210, 241);
  background: linear-gradient(0deg, rgba(178, 210, 241, 1) 5%, rgba(255, 255, 255, 1) 93%);
}
.hl-purple {
  background-color: #313F6B;
  color: white;
  padding: 0px 3px;
  font-weight: 600;
  border-radius: 3px;
}
.hl-red {
  color: #d80000;
  padding: 0px 3px;
  font-weight: 600;
  border-radius: 3px;
}
.hl-yellow {
  background-color: #ffcd28;
  padding: 0px 3px;
  font-weight: 600;
  border-radius: 3px;
}
/*Texts*/
.text-large {
  font-size: 28px;
  line-height: 38px;
}
.text {
  font-size: 24px;
  line-height: 34px;
}
.text-small {
  font-size: 20px;
  line-height: 30px;
}
/******************

Main Sections Below

******************/
.top-fix-bar {
  float: left;
  width: 100%;
  margin-bottom: 120px;
}
.header {
  float: left;
  width: 100%;
  background: #fff;
  height: 70px;
  padding: 11px 0;
  margin-top: -85px;
  top: 85px;
  position: relative;
  -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
}
.fixed-nav .header {
  position: fixed;
  z-index: 11;
  -webkit-transition: margin .3s ease-out;
  transition: margin .3s ease-out;
  margin-top: 0;
  top: 0;
}
.logo {
  float: left;
  width: 240px;
  height: auto;
}
.top-contact {
  float: right;
  margin: 8px 20px 0 0;
}
.top-contact img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.top-contact p {
  display: inline-block;
  vertical-align: middle;
  color: #2278ab;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .top-contact {
    margin: 20px 0px 0px 0px;
  }
}
/* PAGE CONTENT BELOW */
.headline {
  font-size: 42px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}
.headline span {
  color: #ffcd28;
  background: rgb(49, 63, 107);
  background: linear-gradient(0deg, rgba(49, 63, 107, 1) 15%, rgba(64, 89, 168, 1) 81%);
  line-height: 42px;
  padding: 0px 6px;
  border-radius: 10px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.headline2 {
  font-size: 28px;
  letter-spacing: -0.4px;
  line-height: 42px;
  color: #d80000;
  font-weight: 600;
}
.headline2 img {
  width: auto;
  height: 36px;
  margin-top: -12px;
}
.box-purple {
  text-align: center;
  /*background-color: #313F6B;*/
  height: 30px;
}
.congrats {
  font-weight: bold;
  color: #313F6B;
  font-size: 34px;
  line-height: 40px;
}
.checkbox-bullet {
  margin-top: -10px;
}
.attn-box {
  border: 2px solid #d80000;
  border-radius: 20px;
  background: url(../../images/up/murica.png) right bottom no-repeat #fff;
  margin: 40px 30px -180px;
}
.attn-text {
  text-align: center;
  background-color: #d80000;
  color: white;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding: 10px 0px;
  border-radius: 17px 17px 0px 0px
}
.bolditalic {
  text-decoration: underline;
  font-weight: 600;
}
.num-red {
  background-color: #d80000;
  color: white;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-left: 10px;
}
.promotion-disclaimer {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.section-reveal {
  padding-top: 200px;
}
.img-product {
  width: 100%;
  height: auto;
}
.img-logo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* SECTION - BUY */
.mbg-seal {
  width: 150px;
  height: auto;
}
.mbg-seal.ds {
  margin-top: -75px;
}
.mbg-seal.dual {
  width: 100px;
  height: auto;
  margin: 0px 15px 20px 0px;
}
.mbg-box {
  border: 2px solid #313F6B;
  background-color: white;
  border-radius: 10px;
}
.mbg-bottles {
  width: 100%;
  height: auto;
}
.mbg-bottles-dual6 {
  width: 80%;
  height: auto;
}
.mbg-bottles-dual3 {
  width: 80%;
  height: auto;
}
.bp-package-text-quantity {
  font-size: 36px;
  line-height: 36px;
  margin: 10px 0px;
  color: white;
  font-weight: 500;
  background-color: #313F6B;
  padding: 6px 10px;
  border-radius: 10px;
  display: inline-block;
}
.bp-package-text-quantity.dual {
  width: 100%;
  margin: 0;
  border-radius: 5px 5px 0px 0px;
}
.bp-package-text-quantity, .bp-package-text-quantity.dual span {
  color: #fff06e;
  font-weight: 600;
}
.bp-package-text-quantity, .bp-package-text-quantity.dual span.big {
  font-weight: 800;
}
.bp-package-text-price-bottle {
  float: left;
  width: 100%;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  color: black;
  margin: 0px 0px 2px;
}
.bp-package-text-price-bottle span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: black;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 8px;
  padding-bottom: 10px;
  margin-top: -16px;
}
.bp-package-text-price-total {
  font-size: 30px;
  color: #313F6B;
  font-weight: 500;
}
.strikeout {
  position: relative;
  color: #2c2c2c;
  font-weight: 400;
  margin-right: 2px;
}
.strikeout::after {
  border-bottom: 2px solid red;
  content: "";
  left: -2px;
  top: 50%;
  position: absolute;
  right: -3px;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
.bp-package-top-shipping {
  color: black;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  margin: 7px 0px 10px;
  padding: 8px 10px 6px;
}
.bp-package-top-shipping img {
  width: auto;
  height: 32px;
  margin-top: -12px;
}
.bp-final-button {
  display: inline-block;
  background: rgb(235, 155, 29);
  background: linear-gradient(0deg, rgb(255, 81, 0) 0%, rgb(255, 205, 40) 100%);
  color: white;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  padding: 16px 30px;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: rgb(201, 57, 0);
  cursor: pointer;
  margin: 0 auto;
  animation: 1s infinite buttonPulse;
}
.bp-final-button:hover, .bp-final-button:active {
  text-decoration: none;
  color: white;
}
.no {
  background: rgb(126, 0, 0);
  background: linear-gradient(0deg, rgba(126, 0, 0, 1) 0%, rgba(216, 0, 0, 1) 81%);
  padding: 10px 15px;
  color: white;
  font-weight: 500;
  border-radius: 10px;
  font-size: 20px;
}
@keyframes buttonPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(70, 160, 217, .8);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(70, 160, 217, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(70, 160, 217, 0);
  }
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 30px;
    line-height: 36px;
  }
  .headline2 {
    font-size: 20px;
    line-height: 28px;
  }
  .congrats {
    font-size: 26px;
    line-height: 32px;
  }
  .text-large {
    font-size: 22px;
    line-height: 28px;
  }
  .text {
    font-size: 20px;
    line-height: 26px;
  }
  .text-small {
    font-size: 18px;
    line-height: 24px;
  }
  .attn-box {
    margin: 40px 0px -280px;
  }
  .attn-text {
    font-size: 26px;
    line-height: 32px;
    padding: 8px 4px;
  }
  .num-red {
    padding: 2px 8px;
  }
  .promotion-disclaimer {
    line-height: 20px;
  }
  .section-reveal {
    padding-top: 300px;
  }
  .no {
    padding: 6px 8px;
  }
  .mbg-seal.dual {
    width: 80px;
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  .mbg-bottles {
    margin-top: 30px;
  }
  .bp-package-text-quantity {
    font-size: 28px;
  }
  .bp-final-button {
    font-size: 26px;
    padding: 16px;
  }
}