@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .show-tablet {
    display: block !important;
 }
  .hidden-tablet {
    display: none;
 }
} 
@media screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none;
 }

 .launcletter_content h1 {
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 700;
  color: #22376e;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  margin: 37px 0 60px;
}
.launcletter_content h2 {
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 600;
  color: #22376e;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
}

 .col-md-6{
  width: 50%;
 }
 .col-md-4{
  width: 33%;
 }


 .col-md-5{
  width: 41%;
 }
 .col-md-7{
  width: 59%;
 }
 .row div:first-child{
  padding-right: 15px;
 }
 .row div:last-child{
  padding-left: 15px;
 }

}


.launcletter_content{
  max-width: 770px;
  margin: auto;
}
.row{
  width: 100%;
  display: flex;
}

.hidden {
  display: none;
}
.shown {
  display: block;
}
.m-0 {
  margin: 0;
}
.margin-top-15px {
  margin-top: 15px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-40px {
  margin-bottom: 40px;
}
.margin-left-5px {
  margin-left: 5px;
}
.font-size-11px {
  font-size: 11px !important;
}
.font-size-12px {
  font-size: 12px !important;
}
.font-size-13px {
  font-size: 13px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-15px {
  font-size: 15px !important;
}
.font-size-17px {
  font-size: 17px !important;
}
.font-size-18px {
  font-size: 18px !important;
}
.font-size-20px {
  font-size: 20px !important;
}
.font-size-22px {
  font-size: 22px !important;
}
.font-size-23px {
  font-size: 23px !important;
}
.font-size-24px {
  font-size: 24px !important;
}
.font-size-27px {
  font-size: 27px !important;
}
.font-size-40px {
  font-size: 40px !important;
}
.line-height-17px {
  line-height: 17px !important;
}
.line-height-26px {
  line-height: 26px !important;
}
.line-height-35px {
  line-height: 35px !important;
}
.text-align-center {
  text-align: center !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.white-text {
  color: #fff !important;
}
.red-text {
  color: #b90f0f !important;
}
.blue-text {
  color: #22376e !important;
}
.light-blue-text {
  color: #27377a !important;
}
.grey-text {
  color: #696b71 !important;
}
.yellow-text {
  color: #fcff00 !important;
}
.dark-green-text {
  color: #429623 !important;
}
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.row.container {
  padding: 0 15px;
  width: 540px;
}
.col {
  padding: 0;
}
.launcletter_content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.launcletter_content a {
  text-decoration: none;
}
.launcletter_content figure {
  margin: 0;
}
.launcletter_content .row, 
.launcletter_content .col[col-12] {
  padding: 0;
}
.launcletter_content .caption {
  color: #d88b2d;
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 20px 0;
}
.launcletter_content sup {
  font-family: "Gotham Medium", sans-serif;
  font-size: 12px;
}
.launcletter_content .section_heading {
  font-family: 'Figtree';
  font-weight: bold;
  font-size: 38px;
  color: #27377a;
  margin-bottom: 30px;
}
.launcletter_content .bold {
  font-family: 'Figtree';
  font-weight: bold;
}
.launcletter_content p {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1.16em;
  font-family: Proxima_Nova_Regular, sans-serif;
  color: #4a4a4a;
}
.launcletter_content p.gundrySignoff {
  margin-bottom: 0;
}
.launcletter_content p.red {
  color: #d0021b;
}
.launcletter_content p.blue {
  color: #22376e;
}
.launcletter_content p.fs26 {
  font-size: 22px;
  line-height: 36px;
}

.launcletter_content .blueBg p {
  color: white;
}
.launcletter_content .blueBg p {
  color: white;
  margin-top: 0;
}
.launcletter_content .blueBg p.m-0{
  margin: 0;
}
.mt-0{
  margin-top: 0;
}
.launcletter_content .blueBg p.green {
  color: #b9d536;
}
.launcletter_content .blueBg p.proctorQuote {
  letter-spacing: -0.1px;
}
.launcletter_content .blueBg p:last-child {
  margin-bottom: 0;
}
#first-offer-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
#first-offer-wrapper * {
  font-family: "Proxima Nova Regular", sans-serif;
}
#first-offer-wrapper p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
#first-offer-wrapper .first-offer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#first-offer-wrapper .first-offer-content .quantity-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  width: 270px;
  min-height: 350px;
  z-index: 1;
}
#first-offer-wrapper .first-offer-content .quantity-block .quantity-block-header {
  width: 100%;
  padding: 15px 30px;
  background-color: #22376e;
  position: relative;
}
#first-offer-wrapper .first-offer-content .quantity-block .quantity-block-header::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #22376e;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#first-offer-wrapper .first-offer-content .quantity-block .quantity-block-header .quantity-block-header-text {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}
#first-offer-wrapper .first-offer-content .quantity-block .quantity-block-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  flex-grow: 1;
}
#first-offer-wrapper .first-offer-content .quantity-block .quantity-block-body .quantity-block-body-img {
  width: 100%;
}
#first-offer-wrapper .first-offer-content .quantity-block .quantity-block-body .quantity-block-body-img.smallerProductImg {
  width: 56%;
}
#first-offer-wrapper .first-offer-content .choose-package-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  min-width: 380px;
  min-height: 410px;
  z-index: 2;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-header {
  width: 100%;
  padding: 15px 30px;
  background-color: #22376e;
  position: relative;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-header.package-option-1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #22376e;
  margin-top: 15px;
  left: 20%;
  transform: translateX(-50%);
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-header.package-option-3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #22376e;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-header.package-option-6::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #22376e;
  margin-top: 15px;
  left: 80%;
  transform: translateX(-50%);
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-header .choose-package-block-header-text {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px 10px;
  flex-grow: 1;
  width: 100%;
  min-width: 370px;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choices-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choices-wrapper .package-choice {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #f1f1f1;
  max-width: 94px;
  cursor: pointer;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choices-wrapper .package-choice .choice-text {
  text-align: center;
  margin: 25px auto;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choices-wrapper .package-choice.selected {
  background-color: #ddedff;
  border: 2px solid #4a90e2;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choices-wrapper .package-choice.selected .choice-text {
  font-weight: bold;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .regular-price {
  color: #4a4a4a;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .instant-savings {
  color: #4a4a4a;
  margin-bottom: 5px;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .vip-savings {
  margin-bottom: 5px;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choice-divisor {
  width: 33px;
  height: 1px;
  background-color: #979797;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .buying-price {
  margin: 5px 0;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .one-time-payment-disclaimer {
  color: #4a4a4a;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choice-buy-now-button {
  display: flex;
  justify-content: center;
  background-color: #d96f27;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 260px;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .package-choice-buy-now-button .package-choice-buy-now-link {
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .shipping-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .shipping-info #shipping-img {
  width: 24px;
}
#first-offer-wrapper .first-offer-content .choose-package-block .choose-package-block-body .shipping-info .shipping-text {
  margin: 0 0 0 10px;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  min-width: 260px;
  min-height: 340px;
  z-index: 1;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-header {
  width: 100%;
  padding: 15px 30px;
  background-color: #22376e;
  position: relative;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-header::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #22376e;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-header .upgrade-to-vip-block-header-text {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 10px 25px 20px;
  flex-grow: 1;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-body .upgrade-to-vip-list {
  padding-left: 20px;
  margin: 0;
  list-style-image: url('https://cdn.gundrymd.com/images/check.png');
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-body .upgrade-to-vip-list .upgrade-to-vip-list-item {
  margin: 0;
  padding: 0;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .upgrade-to-vip-block-body .upgrade-to-vip-list .upgrade-to-vip-list-item p {
  margin-bottom: 10px;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-radius: 3px;
  background-color: #ddedff;
  position: relative;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .checkbox-wrapper .checkbox-image-wrapper {
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  background-color: #fff;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .checkbox-wrapper .checkbox-image-wrapper .checkbox-image {
  height: 20px;
  width: 20px;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .checkbox-wrapper .subscribe-text {
  font-family: "Proxima Nova Regular", sans-serif;
  margin: 0 0 0 10px;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .hover-rule-text {
  position: absolute;
  z-index: 1;
  bottom: -300px;
  left: 80px;
  display: none;
  width: 295px;
  padding: 15px;
  border: 1px solid #625e5d;
  border-radius: 5px;
  background-color: #fff;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .hover-rule-text .checking-text {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper .hover-rule-text .terms-link {
  font-weight: 700;
  color: #4880c2;
}
#first-offer-wrapper .first-offer-content .upgrade-to-vip-block .subscribe-wrapper:hover .hover-rule-text {
  display: block;
}
.sticky-banner-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
  background-color: #22376e;
  position: sticky;
  bottom: 0;
  z-index: 3;
}
.sticky-banner-wrapper .sticky-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.sticky-banner-wrapper .sticky-banner-content .sticky-logo-wrapper h1 {
  margin: 0 40px 0 0;
}
.sticky-banner-wrapper .sticky-banner-content .sticky-logo-wrapper h1.hidden-desktop {
  line-height: 25px;
}
.sticky-banner-wrapper .sticky-banner-content .sticky-logo-wrapper h1.hidden-mobile {
  line-height: 30px;
}
.sticky-banner-wrapper .sticky-banner-content .sticky-banner-divisor {
  height: 100%;
  width: 2px;
  background-color: #b8d436;
  margin: 0 10px;
}
.sticky-banner-wrapper .sticky-banner-content .limited-time-offer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
}
.sticky-banner-wrapper .sticky-banner-content .limited-time-offer-wrapper .limited-time-offer-text {
  color: #fff;
  line-height: 20px;
  margin: 0;
}
.sticky-banner-wrapper .sticky-banner-content .sticky-banner-buy-now-button {
  margin: 0;
  padding: 10px 15px;
  background: linear-gradient(180deg, #fdc29e 0%, #e26e28 100%);
  border: 1px solid #d96f27;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  min-width: 130px;
}
.sticky-banner-wrapper .sticky-banner-content .sticky-banner-buy-now-button-link {
  color: #fff;
  text-decoration: none;
}
/* General Styles */
.hidden-phone {
  display: none;
}
.launcletter_content .green {
  color: #b9d536 !important;
}
.launcletter_content .blue {
  color: #22376e;
}
.launcletter_content .block {
  display: block;
}
.launcletter_content .auto {
  margin: auto;
}
.launcletter_content .pt20 {
  padding-top: 20px;
}
.launcletter_content .fs18 {
  font-size: 18px;
}
.launcletter_content .fs32 {
  font-size: 32px;
  line-height: 1.2;
}
.m0 {
  margin: 0 !important;
}
.launcletter_content .mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mr20 {
  margin-right: 20px;
}
.w50 {
  width: 50%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.lh36 {
  line-height: 36px;
}
/* Main Styles */
.main {
  padding-top: 44px;
}
.main_title {
  font-family: 'Figtree';;
  color: #27377a;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 30px;
}
.main_image {
  width: 100%;
  max-width: 100%;
}
.whiteBg {
  background-color: #fff;
  margin: 50px 0;
  padding: 40px 0;
}
.grayBg {
  background-color: #f4f4f4;
  padding: 45px 15px 30px;
}
.grayBg, .blueBg {
  margin: 30px 0;
}
.grayBg .container, .blueBg .container, .whiteBg .container {
  margin: 0 auto;
  max-width: 100%;
}
.grayBg ul {
  padding: 0;
}
.launcletter_content .grayBg .ul_dots {
  margin-top: 0;
}
.launcletter_content .single_image img{
  width: 56% !important;
  margin-bottom: auto !important;
}
.launcletter_content .grayBg .ul_dots li {
  background: url("https://cdn.gundrymd.com/images/bio-complete-3/info_dot.png") no-repeat left top 7px;
  background-size: 14px;
  font-size: 20px;
}
.launcletter_content .grayBg li,
.launcletter_content ul.ul_checks li {
  list-style: none;
  background: url("https://cdn.gundrymd.com/images/info_check.png") no-repeat left top;
  background-size: 20px;
  font-size: 20px;
  margin-bottom: 1.25em;
  padding-left: 50px;
}
.launcletter_content .grayBg .container .blueZones li {
  font-size: 18px;
}
.launcletter_content .ul_checks {
  padding: 0;
  margin-top: 0;
}
ul.ul_checks li.fs18 {
  font-size: 18px;
}
.launcletter_content .main_heading {
  font-size: 30px;
  font-family: 'Figtree';
  font-weight: 700;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #22376e;
}
.answer-options {
  padding: 20px 0 30px 0;
}
.launcletter_content .blueBg {
  background-color: #22376e;
  padding: 30px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
.product_subtitle {
  margin-bottom: 0;
  font-family: Proxima_Nova_Regular, sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #22376e;
}
.product_name {
  font-size: 40px;
  color: #22376e;
  font-family: 'Figtree';
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.product_subtitle.center, .product_name.center {
  text-align: center;
  margin-left: 0;
}
.product_image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.single_product .product_image {
  height: 316px;
}
.single_image {
  margin: 0 auto 20px;
  text-align: center;
}
.product_subtitle {
  text-align: center;
  margin-top: 40px;
}
.product_name.m0, .product_subtitle.m0 {
  margin: 0;
}
.product_button {
  cursor: pointer;
  background: linear-gradient(180deg, #fdc29e 0%, #e26e28 100%);
  border-radius: 5px;
  border: 1px solid #d96f27;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 24px;
  font-family: 'Figtree';
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 36px;
  text-align: center;
  padding: 7px 0px;
  display: block;
  width: 58%;
  margin: 20px auto;
}
.product_button:hover, .nextStepButton:hover {
  text-decoration: none;
  color: #fff;
}
.guaranteeBadge {
  margin-bottom: 30px;
}
.nextStepButton {
  cursor: pointer;
  background: linear-gradient(180deg, #fdc29e 0%, #e26e28 100%);
  border-radius: 5px;
  border: 1px solid #d96f27;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 24px;
  font-family: 'Figtree';
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: center;
  padding: 7px 0px;
  display: block;
  width: 85%;
  margin: 0 auto 25px;
}
.signature {
  width: 80%;
  margin: 0 auto;
}
/* Media Styles */
@media (min-width: 768px) {
  .hidden-phone {
    display: initial;
 }
  .container.row {
    padding-left: 0;
    padding-right: 0;
    width: 720px;
 }
  .col[col-md-5], .col[col-md-7] {
    padding-left: 15px;
    padding-right: 15px;
 }
   p.fs26 {
    font-size: 26px;
    line-height: 36px;
 }
  .container {
    padding-left: 0;
    padding-right: 0;
 }
  ion-row {
    width: 100%;
 }
  [col-md-6]:first-child {
    padding-right: 15px;
 }
  [col-md-6]:last-child {
    padding-left: 15px;
 }
  .pt40 {
    padding-top: 40px;
 }
  .alignImg {
    padding-top: 128px;
 }
  .pb60 {
    padding-bottom: 60px;
 }
  .grayBg .container, .blueBg .container {
    width: 650px;
    padding-left: 15px;
    padding-right: 15px;
 }
  .signature {
    width: 50%;
 }
  .product_subtitle, .product_name {
    text-align: left;
 }
  .single_product .product_subtitle {
    margin-top: 60px;
 }
  .product_button {
    margin-left: 0;
 }
  .nextStepButton {
    width: 60%;
 }
}
[col-md-6] p:first-child {
  margin-top: 0;
}
.launcletter_content p,
.launcletter_content h4,
.launcletter_content ul {
  font-family: 'Figtree';
  font-size: 17px;
  line-height: 28px;
  color: #4a4a4a;
  font-weight: 500;
}
.launcletter_content ul li {
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 32px;
}
.launcletter_content b, .launcletter_content .italic {
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 500;
 
}
b.bold, .italic.bold {
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.launcletter_content .bottleImage {
  max-width: 284px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt40 {
  margin-top: 40px;
}
.w100 {
  width: 100%;
}
.pb50 {
  padding-bottom: 50px;
}
.center {
  text-align: center;
}
.blueText {
  color: #22376e;
}
.darkblueText {
  color: #233354;
}
.greyText {
  color: #9b9b9b;
}
.redText {
  color: #d0021b;
}
.launcletter_content img:not(.product_image) {
  width: 100%;
}
.single_image img {
  width: 56%;
}
.signature {
  max-width: 328px;
}
.faqs {
  background-color: #f4f4f4;
  margin-top: 60px;
}
.faqs > .container {
  padding: 50px 15px;
}
.faqs img:not(.product_image) {
  width: 328px;
  display: block;
}
.orderNow {
  font-family: 'Figtree';
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #d96f27;
  border-radius: 5px;
  background: linear-gradient(180deg, #fdc29e 0%, #e26e28 100%);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  width: 395px;
  max-width: 100%;
  margin: 45px auto 70px;
  height: 51px;
  display: block;
}
.orderNow_right {
  max-width: 240px;
}
.orderNow_right h3 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 40px;
}
.orderNow_right h2 {
  margin-top: 0;
  line-height: 1;
}
.header_section {
  border-bottom: 5px solid #22376e !important;
}
.header_section .row {
  width: 90%;
  padding: 23px 0;
  max-width: 1175px;
}
.header_section img {
  max-width: 200px;
}
.faq_headline {
  font-size: 36px;
  color: #3a61a0;
  margin-top: 55px;
  margin-bottom: -20px;
}
.faq:nth-child(odd) {
  background-color: #f5f5f5;
}
.faq p:first-of-type {
  font-size: 26px;
  line-height: 36px;
  color: #4a4a4a;
  padding-top: 40px;
}
.faq p.NormalText {
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 1.4em;
}
.faq .noPadMarg {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.faqSignature {
  max-width: 200px;
}
.faq p:last-child, .faq li:last-child {
  font-size: 20px;
  line-height: 31px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .row{
    flex-direction: column;
  }
  .col-12{
    width: 100%;
  }
  #first-offer-wrapper-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
 }
  #first-offer-wrapper-mobile .first-offer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    background-color: #22376e;
    position: relative;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-header .first-offer-header-text {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 10px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-header .first-offer-header-subtext {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-header::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #22376e;
    margin-top: 75px;
    left: 50%;
    transform: translateX(-50%);
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 15px;
    box-shadow: 0 5px 7px -2px #ccc;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    background-color: #f1f1f1;
    width: 49%;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item-text {
    color: #707070;
    font-size: 20px;
    text-align: center;
    margin: 0;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item.selected {
    background-color: #4a90e2;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .category-selection-wrapper .category-selection-item.selected .category-selection-item-text {
    color: #fff;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0 15px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #4a90e2;
    background-color: #fff;
    width: 30%;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item-text {
    color: #4a90e2;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item-subtext {
    color: #4a90e2;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin: 0;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item.selected {
    background-color: #4a90e2;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item.selected .quantity-selector-item-text, #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .quantity-selector-wrapper .quantity-selector-item.selected .quantity-selector-item-subtext {
    color: #fff;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .price-per-bottle {
    font-size: 20px;
    line-height: 26px;
    color: #4a90e2;
    margin-bottom: 10px;
    text-align: center;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .retail-price {
    font-size: 14px;
    line-height: 26px;
    color: #4a4a4a;
    margin-bottom: 10px;
    text-align: center;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buying-price {
    font-size: 30px;
    line-height: 30px;
    color: #22376e;
    margin-bottom: 10px;
    text-align: center;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buying-price span {
    font-size: 22px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .shipping-price {
    font-size: 12px;
    line-height: 15px;
    color: #4a4a4a;
    margin-bottom: 10px;
    text-align: center;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .high-volume-disclaimer {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: center;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper {
    display: flex;
    flex-direction: column;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper .checkbox-image-wrapper {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 1px solid #000;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper .checkbox-image-wrapper .checkbox-image {
    height: 20px;
    width: 20px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .checkbox-wrapper .subscribe-text {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #4a4a4a;
    margin-left: 10px;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .mobile-subscribe-confirm-text {
    width: 100%;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .mobile-subscribe-confirm-text .mobile-checking-text {
    font-size: 11px;
    line-height: 12px;
    color: #4a4a4a;
    text-align: center;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .mobile-subscribe-confirm-wrapper .mobile-subscribe-confirm-text .mobile-checking-text .terms-link {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    color: #4880c2;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button {
    border-radius: 20px;
    background: linear-gradient(180deg, #ffc073 0, #fb8143 100%);
    width: 100%;
    padding: 10px 0;
    margin: 20px 0 0;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button .buy-now-text {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button:disabled {
    background: #f1f1f1;
 }
  #first-offer-wrapper-mobile .first-offer-content .first-offer-body-wrapper .first-offer-body-content .buy-now-button:disabled .buy-now-text {
    color: #707070;
 }
  .sticky-banner-wrapper .sticky-banner-content {
    justify-content: space-evenly;
 }
  .sticky-banner-wrapper .sticky-banner-content .sticky-logo-wrapper h1 {
    margin: 0;
 }
  .sticky-banner-wrapper .sticky-banner-divisor, .sticky-banner-wrapper .limited-time-offer-wrapper {
    display: none !important;
 }
}
@media only screen and (min-width: 992px) {
  .container.row {
    width: 770px;
 }
  .main_title {
    font-size: 38px;
    line-height: 51px;
 }
  .main_heading {
    font-size: 36px;
 }
  .product_subtitle {
    margin-top: 80px;
    text-align: left;
    margin-left: 40px;
 }
  .product_name {
    text-align: left;
    margin-left: 40px;
 }
  .product_button {
    width: 65%;
 }
  .nextStepButton {
    width: 52%;
    margin: 50px auto;
 }
  .signature {
    width: 52%;
    margin: 30px 0;
 }
}
