.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.globals-checkout {
  display: none;
  min-height: 50px;
}

.ch-preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.ch-preloader.white-overlay {
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.spinner-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-345 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: auto;
  border-style: solid;
  border-width: 6px;
  border-color: #3c404b #efefef #efefef;
  border-radius: 50%;
}

.icon-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c404b;
}

.text-block-65 {
  margin-top: 1rem;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-2.checkout-combo-form {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 0px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.limited-offre-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-filter: none;
  filter: none;
}

.cc-header {
  display: block;
  overflow: hidden;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dcdcdf;
}

.same-shipping {
  width: 100%;
  margin-bottom: 0px;
  padding: 12px 14px;
  border-top-left-radius: 0.25px;
  border-top-right-radius: 0.25px;
  cursor: pointer;
}

.same-shipping:hover {
  background-color: #fcfcfc;
}

.same-shipping.border-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdf;
  cursor: pointer;
}

.same-shipping.border-bottom:hover {
  background-color: #fcfcfc;
}

.payoptbox {
  position: relative;
  margin-top: 20px;
}

.image-10 {
  width: 100px;
  margin-top: 1rem;
  margin-right: 15px;
  margin-bottom: 1rem;
}

.summary-holder {
  margin-top: 5px;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}

.input-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: none;
  height: 55px;
  margin-bottom: 0px;
  padding: 12px 12px 12px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: font-size 200ms ease, color 200ms ease;
  transition: font-size 200ms ease, color 200ms ease;
  color: #5a5a5a;
  font-size: 0.85rem;
  font-weight: 400;
}

.input-label.phone-float {
  -webkit-transform: translate(38px, -0.6rem);
  -ms-transform: translate(38px, -0.6rem);
  transform: translate(38px, -0.6rem);
  font-size: 0.75rem;
}

.input-label.float {
  -webkit-transform: translate(0px, -0.6rem);
  -ms-transform: translate(0px, -0.6rem);
  transform: translate(0px, -0.6rem);
  font-size: 0.75rem;
}

.offer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-filter: none;
  filter: none;
}

.mgb-extra {
  font-size: 0.875rem;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 20px;
}

.radio-select-cc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.footer-link {
  color: #333;
}

.rtc-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rtc-grid.mobile {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shipping-radio {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
}

.shipping-radio.w--redirected-checked {
  width: 16px;
  height: 16px;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
  color: #fff;
}

.shipping-radio.w--redirected-focus {
  border-width: 4px;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

.diff-billing-address-wrapper {
  height: auto;
  margin-top: -10px;
  padding: 20px 10px 5px;
  border-right: 1px solid #dcdcdf;
  border-bottom: 1px solid #dcdcdf;
  border-left: 1px solid #dcdcdf;
  background-color: #f9f9f9;
}

.checkout-billing-fields {
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px solid #ccc;
  border-radius: 0px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.three-quarter-spinner {
  position: relative;
  z-index: 6;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.34) #fff #fff;
  border-radius: 50%;
}

.three-quarter-spinner.black {
  border-color: rgba(0, 0, 0, 0.34) #000 #000;
}

.cc-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  min-height: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-group.all-border-radius {
  position: relative;
  border: 1px solid #dcdcdf;
  background-color: #fff;
}

.form-group.all-border-radius.no_m_b {
  margin-bottom: 0px;
  border-radius: 0.25rem;
}

.form-group.checkout-paypal-form {
  margin-bottom: 0px;
}

.form-group.half-fld {
  width: 49%;
}

.form-group._32-percent {
  width: 32%;
}

.shipping-billing-label {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 0.85rem;
}

.rtc-checkout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.payment-flds-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 2.25rem;
}

.payment-flds-box.first_child {
  margin-top: 0px;
}

.payment-flds-box.last-child {
  margin-bottom: 0rem;
}

.image-24 {
  width: 8px;
  opacity: 1;
}

.form-wrapper {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.checkout-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-detail {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  margin-left: -5px;
}

.button_rtc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
}

.checkout-paypal-form {
  position: relative;
}

.checkout-submit-paypal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: none;
  min-height: 60px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #ffc439;
  background-image: url('../images/paypal-btn.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.checkout-submit-paypal:hover {
  background-color: #ffbd3c;
}

.limited-offre-head-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 0.75rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.terms-text {
  margin-left: 10px;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}

.button-fluid {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.4rem;
  background-color: #c8202f;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-fluid:hover {
  background-color: #ac1926;
}

.button-fluid:active {
  background-color: #b61221;
}

.button-fluid.checkout-submit-combo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffb815;
  color: #0e0f11;
}

.check-wrapper-2 {
  margin-top: 15px;
}

.loader-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
}

.summary-wrap {
  margin-bottom: 0.75rem;
  background-color: transparent;
}

.rtc-header {
  width: 100%;
  margin-bottom: 0px;
}

.cc-radio {
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 0.875rem;
  font-weight: 900;
}

.cart-reserved {
  margin-bottom: 0px;
  margin-left: 0.5rem;
  line-height: 22px;
}

.accepts_marketing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.75rem;
}

.countdown-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.45rem;
  margin-bottom: 10px;
  padding: 5px 12px 5px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #fefaf2;
  font-size: 0.875rem;
}

.checkout-container {
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.payment-cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}

.checkout-cart-display {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 30px;
  min-width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px 20px;
  background-color: transparent;
  font-size: 0.875rem;
}

.checkout-cart-display.order_info {
  margin-top: 1rem;
}

.checkout-cart-display.flexxx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sign-up-text {
  width: auto;
  margin-right: 12px;
  margin-left: 12px;
  color: rgba(26, 26, 26, 0.9);
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.mbg-text {
  margin-bottom: 0px;
  font-size: 0.8rem;
  line-height: 1.45;
}

.divider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-wrap.smaller {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-5 {
  position: static;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-5.desktop {
  margin-top: 25px;
}

.footer-5.mobile {
  display: none;
}

.heading {
  color: #0e0f11;
}

.heading.checkout {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.017em;
}

.heading.m {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.019em;
}

.heading.m.welcome_message {
  margin-bottom: 0rem;
}

.heading.checkout-copy {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.017em;
}

.diff-shipping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 12px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.diff-shipping:hover {
  background-color: #fcfcfc;
}

.mbg-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.caret-down {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-left: 1px none #e1e1e1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: transparent;
  cursor: none;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.payment-agree {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(26, 26, 26, 0.9);
  font-size: 10px;
  text-align: center;
}

.small-text {
  margin-left: 10px;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.button-span {
  font-size: 0.565rem;
  font-weight: 500;
}

.rtc-main-form {
  display: none;
}

.rtc-main-form.is-active {
  display: block;
  margin-top: 2rem;
}

.grey-line {
  width: 100%;
  height: 1px;
  background-color: #efefef;
}

.secure-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.offer-bold-3-copy {
  margin-bottom: 0px;
  color: #04063f;
  line-height: 22px;
  font-weight: 900;
}

.payment-selector {
  border: 1px solid #dcdcdf;
  border-radius: 0.25rem;
}

.agree-link {
  color: rgba(26, 26, 26, 0.9);
}

.radio-payment {
  width: 16px;
  height: 16px;
  background-color: #fff;
}

.radio-payment.w--redirected-checked {
  display: none;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 5px;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.complete-purchase-text {
  font-size: 1.125rem;
  font-weight: 900;
}

.brand-logo-image {
  height: 2rem;
}

.express-checkout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.rtc-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-paypal {
  width: 100%;
  margin-bottom: 0px;
}

.input-flds {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #e0e2e2;
  border-radius: 0.25rem;
  background-color: #fff;
}

.input-flds:hover {
  background-color: #fdfdfd;
}

.input-flds:focus {
  z-index: 10;
  border: 1px solid #e7e7e7;
  background-color: transparent;
  font-size: 14px;
}

.input-flds.select-field {
  cursor: pointer;
}

.input-flds.select-field:focus {
  border-width: 1px;
  border-color: #e7e7e7;
}

.input-flds.stripe_flds {
  display: block;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mbg-days {
  font-weight: 900;
}

.frm-flds {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0.85rem;
}

.rtc-combo-form {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
}

.cc_card {
  width: 35px;
}

.cc_card.genric {
  display: none;
}

.timer-checkout {
  color: #04063f;
  font-weight: 900;
}

.button-txt-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-terms {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: 0px;
  margin-right: 16px;
  margin-left: 0px;
  border-style: solid;
  border-color: rgba(15, 21, 41, 0.23);
  border-radius: 4px;
  background-color: #fff;
  color: #000;
}

.checkbox-terms.w--redirected-checked {
  margin-top: 0px;
  margin-left: 0px;
  border: 0px none transparent;
  border-radius: 4px;
  background-color: #0f1529;
  background-size: 14px;
}

.secure-icon {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
}

.secure-text {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.success-message {
  padding: 0px;
  letter-spacing: 1px;
}

.div-block-346 {
  max-width: 980px;
}

.grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 2rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-347 {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 8px;
}

.div-block-348 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04063f;
}

.text-block-66 {
  font-family: Bebasneuepro, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.text-block-67 {
  color: #fff;
}

.div-block-349 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9f6ff;
}

.text-block-66-copy {
  font-family: Bebasneuepro, sans-serif;
  color: #04063f;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

.div-block-350 {
  padding: 20px;
}

.div-block-349-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #04063f;
  color: #93e576;
}

.text-block-66-copy-copy {
  font-family: Bebasneuepro, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

.addon-selector {
  margin-bottom: 0px;
  padding: 0px;
}

.checkbox-detail-2 {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  margin-left: -5px;
  font-size: 12px;
  line-height: 16px;
}

.add-addon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #93e576;
  color: #000;
  cursor: pointer;
}

.addon-checkmark {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 16px;
  border-radius: 4px;
  background-color: #fff;
}

.bump-title {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.bump-description {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 22px;
}

.grid-3 {
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-bump {
  margin-bottom: 0px;
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #05b381;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.input-flds-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background-color: #fff;
}

.input-flds-2:hover {
  background-color: #fdfdfd;
}

.input-flds-2:focus {
  z-index: 10;
  border: 1px solid #e7e7e7;
  background-color: transparent;
  font-size: 14px;
}

.input-flds-2.stripe_flds {
  display: block;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.protection-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-form-secure {
  margin-bottom: 0px;
  color: #8797ad;
  font-size: 10px;
}

.image-9 {
  width: 20px;
  margin-right: 10px;
}

.frm-flds-2 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.frm-flds-2.half-fld.fl {
  position: relative;
  width: 49%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.frm-flds-2.mb_10 {
  margin-bottom: 10px;
}

.cc-form {
  width: 100%;
  margin-top: 0px;
  padding: 15px;
  border-top: 1px solid #dcdcdf;
  background-color: hsla(0, 0%, 96.7%, 0.32);
}

.main-container {
  display: block;
  width: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 8px 17px -7px rgba(146, 90, 0, 0.26);
}

.main-container---inner {
  max-width: 900px;
  min-height: auto;
  margin: 0px auto;
  padding-bottom: 42px;
  background-color: transparent;
  text-align: center;
}

.headline-focus {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fde02f;
  color: #000;
  font-style: italic;
  font-weight: 900;
}

.countdown {
  color: #fff200;
}

.upsell---right-side {
  margin-top: 15px;
  padding: 15px;
  border: 2px dashed #000;
  border-radius: 8px;
  background-color: #fffdf6;
  text-align: center;
}

.upsell---right-side.csf {
  background-color: #d1e1f0;
}

.sep-div {
  width: 500px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 38, 102, 0.2);
}

.img-b4g4-2 {
  display: block;
  width: 100%;
}

.star-text-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #ffc400;
  font-size: 13px;
}

.upsell---main-container {
  padding: 20px 20px 27px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 8px;
  background-color: #fff;
}

.no---thank-you-link {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.countdown-block {
  margin-bottom: 0px;
}

.div-block-261 {
  font-size: 12px;
  text-align: right;
}

.text-block-40 {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 35, 126, 0.14);
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.review-texts-3 {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.reviews-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns.main {
  margin-top: 31px;
}

.top-dis {
  margin-bottom: 15px;
  padding-right: 45px;
  padding-left: 45px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}

.upsell---note-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.best-seller {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #ffd000;
  color: #000;
}

.upsell---headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-3 {
  font-weight: 600;
}

.upsell---description {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 45px;
  padding-left: 45px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.right-column-2 {
  padding: 0px;
  border: 2px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.left-column-2 {
  padding-right: 27px;
  padding-left: 27px;
}

.text-block-44 {
  color: #000;
  font-size: 10px;
  font-weight: 700;
}

.shipping-text {
  display: block;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.shipping-text.hideship {
  display: none;
}

.trust-badges-3 {
  width: 285px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tot-price {
  display: inline-block;
  margin-left: 10px;
}

.reg-price {
  display: inline-block;
  color: #bd1212;
  text-decoration: line-through;
}

.b3g3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
}

.html-embed {
  margin-top: 15px;
}

.main-headline {
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px;
  border-radius: 8px 8px 0px 0px;
  background-color: #002666;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.header {
  display: block;
  min-height: 120px;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f7f7;
  border-radius: 0px;
  background-color: #000;
  text-align: center;
}

.footer-text {
  color: #fff;
  font-size: 12px;
}

.link-2 {
  color: #fff;
}

.right-column {
  padding: 0px;
  border: 2px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.inner-upsell {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.scnd-buy {
  max-width: 500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 17px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d1e1f0;
  text-align: center;
}

.paragraph-review-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.review-heading-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-content-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-content {
  width: 100%;
  min-height: 30px;
}

.card-el-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  text-align: left;
}

.swiper-slide.centerdd {
  margin-right: 12px;
  margin-left: 12px;
}

.feature-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-para {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.star-para.dr {
  margin-bottom: 0px;
}

.average-rating {
  font-size: 18px;
}

.card-el-wrapper {
  position: relative;
  height: auto;
  background-color: transparent;
}

.card-el-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stars-review {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fdc10c;
  font-size: 18px;
  font-weight: 400;
}

.f-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.div-block-270 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  background-color: #9db9d3;
}

.upsell---note {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.left-column {
  padding-right: 27px;
  padding-left: 27px;
}

.text-span-4 {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fde02f;
  color: #002666;
  font-style: italic;
  font-weight: 900;
}

.feature-list-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-span-5 {
  padding-right: 2px;
  font-family: 'Fa solid 900', sans-serif;
  color: #19af42;
  font-weight: 400;
}

.review-heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.text-block-45 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.yellow-bg {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #426e9b;
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.last-chance {
  display: block;
  width: 100%;
  min-width: 0px;
  margin: 0px auto;
  padding: 0px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d1e1f0;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 54px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
}

.star-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #000;
  font-size: 14px;
}

.star-icon.yellow-star {
  color: #002666;
}

.ic-div-left {
  margin-right: 6px;
}

.text-block-30 {
  font-size: 14px;
}

.extra-order-notes {
  margin-top: 15px;
  padding-top: 0px;
  border-top: 1px none #000;
}

.summary-heading {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 500;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-342 {
  padding-top: 1rem;
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.confirmation-upsell {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 92.7%, 0.68);
}

.p-medium {
  font-size: 16px;
}

.coupon-code {
  font-size: 1.25rem;
  font-weight: 900;
}

.summary-holder-2 {
  margin-top: 5px;
  border-radius: 0.5rem;
  background-color: #f9f9f9;
  font-size: 0.75rem;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 120px;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #642eff;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.button-primary:hover {
  background-color: #7342ff;
}

.button-primary:active {
  background-color: #2d0896;
}

.button-primary:focus {
  outline-color: #d9ccff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.upgrade-coffee {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0em;
}

.upgrade-coffee.bolder {
  font-weight: 900;
}

.order-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rtc-checkout-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #121212;
}

.link-block-2:hover {
  color: #6d6d6d;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.success-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(37, 204, 136, 0.1);
  color: #0ebc6e;
}

.checkout-head-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-text {
  margin-right: 15px;
  font-size: 12px;
  text-align: center;
}

.steps-text.text-step_2 {
  margin-right: 15px;
}

.modal-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.close-link-top-right {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6b7094;
}

.close-link-top-right:hover {
  color: #642eff;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-6 {
  width: 50%;
}

.summary-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-order-summary {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.divider-2 {
  width: 100%;
  height: 16px;
}

.divider-2._4px {
  height: 4px;
}

.divider-2._4px.mobile-only {
  display: none;
}

.divider-2._24px {
  height: 24px;
}

.icon-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.div-discount {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 1rem;
  padding: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 0.25rem;
  background-color: #fff;
  text-align: center;
}

.text-secondary {
  color: #000;
}

.steps-arrow {
  margin-right: 15px;
}

.padding-large {
  padding: 3rem;
}

.rtc-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  min-height: 865px;
  padding: 2.75rem 20px 80px 4.125rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9f9f9;
  background-image: none;
}

.savings-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.summary-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  min-width: 4.5rem;
  margin-right: 1rem;
  margin-left: -5.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(37, 204, 136, 0.1);
  color: #0ebc6e;
}

.arrow-notification {
  position: absolute;
  bottom: -3px;
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #303030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.copy-notification {
  position: absolute;
  left: 0%;
  top: -48px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 170px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #303030;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.margin-top-28 {
  margin-top: 28px;
}

.background-rotate {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 3px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fde02f;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.welcome-club {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(5, 5, 5, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.text-span-6 {
  color: #121212;
  font-weight: 700;
}

.rtc-left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-height: 865px;
  padding: 2.75rem 7rem 60px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-heading-regular-bold {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.rtc-left-container {
  position: relative;
  width: 100%;
  max-width: 528px;
}

.grid-22 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-large-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-small {
  font-size: 12px;
  line-height: 165%;
}

.thank-you-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.success-icon {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.sub-box {
  margin-top: 0.75rem;
}

.club_message {
  font-weight: 700;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #29af5c;
}

.checkout-steps {
  z-index: 5;
  width: 100%;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
}

.modal-centre {
  position: relative;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f9fd;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.04);
  color: #160042;
  text-align: center;
}

.normal-text {
  margin-top: 15px;
  font-weight: 300;
}

.spacer {
  height: 48px;
  background-color: #ece7e0;
}

.spacer._1rem {
  height: 1rem;
  background-color: transparent;
}

.heading-2 {
  font-weight: 900;
}

.brand-logo-image-2 {
  height: 2.5rem;
}

.line-regular {
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #e4e6f1;
}

.text-span-26 {
  font-weight: 700;
}

.checkout_panel {
  overflow: hidden;
}

.rtc-item-label {
  font-size: 0.875rem;
  font-weight: 700;
}

.rtc-right-container {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 100%;
  height: auto;
  max-width: 25.875rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.checkout-billing-address {
  font-size: 0.85rem;
}

.checkout-shipping-address {
  font-size: 0.85rem;
}

.body-text {
  margin-bottom: 1.15rem;
}

.body-text.s {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.006em;
}

.steps-inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rtc-item-box {
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 0.25rem;
}

.rtc-item-box.m-b-1 {
  overflow: hidden;
  margin-bottom: 1rem;
}

.coupon-wrapper {
  position: relative;
  padding: 1rem;
  border-style: dashed;
  border-width: 1.5px;
  border-color: #b4b4b4;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.coupon-wrapper:hover {
  border-color: #575757;
}

.html-embed-2 {
  width: 24px;
  height: 24px;
}

.text-span-2 {
  margin-left: -3px;
  padding-right: 9px;
  padding-left: 9px;
  font-weight: 700;
}

.text-bold-2 {
  -webkit-transition: all 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: all 200ms cubic-bezier(.6, -.28, .735, .045);
  font-weight: 700;
  cursor: pointer;
}

.text-bold-2:hover {
  opacity: 0.75;
}

.modal-base-smaller {
  width: 80%;
  max-width: 400px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f9fd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.04);
}

.checkout_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.order-summary-tablet-mobile {
  display: none;
  max-width: none;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
}

.div-block-351 {
  margin-top: 5px;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #fff429;
}

.text-block-68 {
  font-weight: 700;
}

.text-block-66-copy-copy-copy {
  font-family: Bebasneuepro, sans-serif;
  color: #93e576;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

.div-block-352 {
  padding: 20px;
}

.text-block-69 {
  color: #04063f;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.div-block-353 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.image-25 {
  width: 100%;
  height: auto;
}

.div-block-349-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #07337c;
  color: #93e576;
}

.checkout-credit-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 60px;
  min-height: 60px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 4px solid #0f853c;
  border-radius: 4px;
  background-color: #29af5c;
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: none;
}

.checkout-credit-card:hover {
  background-color: #169446;
}

.cc-img {
  width: 30px;
  margin-right: 10px;
}

.text-block-15 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cc-trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-card {
  width: 280px;
}

.div-block-354 {
  min-height: 48px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 6px;
}

.div-block-355 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 8px;
}

.grid-23 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-javy-top {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #07337c;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: -1px;
}

.features-list {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.featured-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.check-icon {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: -5px;
  margin-right: 9px;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.feature-text-2 {
  width: 100%;
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.image-26 {
  width: 140px;
}

.div-block-356 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-357 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.banner-holder {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.green-banner {
  position: static;
  left: 50%;
  top: 20px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #72ae4a;
}

.green-banner-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-check-icon {
  height: 37px;
  margin-right: 10px;
}

.banner-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
}

.banner-text-1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.icon-close {
  height: 20px;
}

.upsell---note-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
}

.mobile-logo {
  display: none;
}

.nav-heading {
  margin-top: 10px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #b4e0ff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.text-span {
  color: #fff;
}

.nav-sec {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #021b3d;
}

.n-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-con {
  max-width: 1020px;
}

.pro-con {
  height: auto;
  max-width: 1020px;
}

.list-item-4 {
  margin-bottom: 1rem;
  color: #555;
  font-size: 16px;
  line-height: 23px;
}

.pro-div-left {
  width: 65%;
}

.heading-4 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #2752ad;
  font-size: 22px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
}

.div-block-28 {
  margin-top: 17px;
  background-color: #2752ad;
}

.pro-div-right {
  width: 31%;
  margin-top: 14px;
  margin-bottom: 13px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-div {
  padding: 18px 21px 5px 7px;
  background-color: #fff;
}

.div-block-23 {
  width: 32px;
  height: 20px;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-left: 0px;
}

.lim-div {
  width: 20em;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2752ad;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-bottom: 20px;
}

.image.mm1 {
  display: none;
}

.image.mm2 {
  display: none;
}

.text-block-6 {
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
}

.pro-section {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #b4e0ff;
  background-image: url('../images/swirl.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-7 {
  color: #06337b;
  font-size: 12px;
  line-height: 19px;
}

.text-block-3 {
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 64px;
  line-height: 90px;
  font-weight: 700;
}

.button {
  margin-bottom: 6px;
  padding: 12px 32px;
  border-radius: 50px;
  background-color: #d150d7;
  box-shadow: 0 6px 0 0 #762d79;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
}

.button:hover {
  background-color: #c938cf;
}

.heading-9 {
  margin-top: 10px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 74px;
  line-height: 67px;
  font-weight: 700;
}

.pro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-19 {
  width: 33%;
  text-align: center;
}

.div-block-25 {
  width: 32px;
  height: 20px;
  margin-right: 2px;
  margin-left: 2px;
}

.offer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  width: 33%;
  text-align: center;
}

.image-4 {
  margin-left: -15px;
}

.image-4.formobile {
  display: none;
}

.image-3 {
  margin-right: -15px;
}

.image-3.formobile {
  display: none;
}

.image-3.fordesk {
  margin-right: 0px;
  margin-left: -20px;
}

.image-3.fordesk.de {
  margin-right: -20px;
  margin-left: 0px;
}

.div-block-27 {
  width: 32px;
  height: 20px;
  margin-right: 2px;
  margin-left: 2px;
  padding-left: 0px;
}

.text-span-7 {
  position: relative;
  top: -33px;
  display: inline;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-4 {
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 128px;
  line-height: 128px;
  font-weight: 700;
}

.div-block-30 {
  margin-top: -6px;
}

.text-block-5 {
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-2 {
  padding-left: 26px;
  color: #06337b;
}

.text-block-2 {
  margin-bottom: -12px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.mm3 {
  display: none;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-offer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  position: absolute;
  left: 0%;
  top: 223px;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  padding-left: 20px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.div-block-16 {
  position: relative;
}

.list {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: 'Bebas neue pro', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.fig-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1020px;
  margin-top: 63px;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17 {
  position: relative;
}

.step-para {
  padding-right: 48px;
  padding-left: 48px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.step-para.cc {
  margin-top: 21px;
  padding-right: 0px;
  padding-left: 0px;
}

.step-para.cc.mbno.dd1 {
  display: none;
}

.step-para.cc.cd {
  margin-top: 31px;
}

.step-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.step-con {
  max-width: 1020px;
}

.heading-5 {
  margin-bottom: 31px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.step-heading {
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 6%;
  right: auto;
  bottom: auto;
}

.step-sec {
  padding-top: 18px;
  padding-bottom: 33px;
}

.div-block {
  width: 364px;
  text-align: center;
}

.div-block-358 {
  width: 364px;
}

.vid-sec {
  padding-top: 53px;
  padding-bottom: 69px;
  background-color: #b4e0ff;
  background-image: url('../images/swirl.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.italic-text {
  color: #2752ad;
}

.btn-below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 365px;
  height: 50px;
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #d150d7;
  box-shadow: 1px 6px 0 0 #762d79;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
  mix-blend-mode: normal;
}

.btn-below:hover {
  background-color: #b23ab8;
}

.btn-below.center {
  margin-right: auto;
  margin-left: auto;
}

.vid-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-div-vid {
  width: 55%;
  height: auto;
}

.vid-con {
  max-width: 1020px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 40px;
  line-height: 40px;
}

.paragraph {
  color: #555;
  font-size: 16px;
  line-height: 23px;
}

.vid-div-right {
  width: 45%;
  padding-right: 47px;
  padding-left: 47px;
}

.div-block-14 {
  width: auto;
  height: auto;
}

.full-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-div-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.gal-div-mobile {
  display: none;
}

.div-block-6 {
  width: 50%;
  text-align: center;
}

.rev-heading {
  margin-bottom: 22px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.t-div-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.review-sec {
  padding-top: 46px;
  padding-bottom: 46px;
}

.rev-div-left {
  width: 40%;
}

.rev-div-right {
  width: 60%;
  padding-right: 30px;
  padding-left: 30px;
}

.t-para {
  margin-top: 6px;
  color: #555;
  font-size: 16px;
  line-height: 23px;
}

.div-block-5 {
  padding: 32px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #e1e1e1;
  text-align: left;
}

.dr-mob {
  display: none;
}

.rev-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  color: #414f37;
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.paragraph-2 {
  color: #414f37;
  font-size: 16px;
  line-height: 23px;
}

.t-name-txt {
  color: #555;
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
  font-weight: 700;
}

.t-div-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fill-sec {
  padding-top: 53px;
  padding-bottom: 53px;
  background-color: #b4e0ff;
}

.fill-con {
  max-width: 1020px;
  text-align: center;
}

.fill-heading {
  margin-top: 0px;
  font-family: 'Bebas neue pro', sans-serif;
  color: #06337b;
  font-size: 60px;
  line-height: 50px;
}

.fill-text {
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
  color: #06337b;
  font-size: 22px;
  line-height: 18px;
}

.text-span-27 {
  font-weight: 500;
  text-decoration: underline;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  color: #06337b;
  font-weight: 900;
}

.footer-image {
  width: 156px;
  max-width: none;
}

.container {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-link-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  text-align: center;
}

.footer-badege-img {
  margin-top: 25px;
}

.footer-section {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding-top: 51px;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #021b3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  font-weight: 400;
}

.template-tag {
  display: none;
}

.footer-copywrite {
  margin-top: 9px;
  color: #6e6e6e;
  text-align: center;
}

.footer-link-2 {
  margin-left: 18px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6e6e6e;
  font-size: 15px;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #fff;
}

.footer-row {
  display: block;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 60px 40px;
  grid-template-rows: 60px 40px;
  text-align: center;
}

.grid-24 {
  margin-bottom: 10px;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.smalls {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 12px;
  line-height: 14px;
}

.block_bundle-builder_flavor-qty {
  position: relative;
  display: none;
  margin-top: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6.25rem;
}

.block_bundle-builder_flavor-qty.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block_bundle-builder_flavor-qty-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 6.5625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.0625rem none #e7e7e7;
  border-radius: 0rem;
  background-color: rgba(243, 227, 192, 0);
}

.btn-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  padding: 0.3125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 6.25rem;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.btn-qty:active {
  border-color: #010101;
  background-color: #010101;
  color: #fff;
}

.btn-qty.decrease-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-qty.checkout-quantity-decrease {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

.div-block-359 {
  width: 100%;
  height: 100%;
}

.text-block-69-copy {
  color: #04063f;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.bump-description-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-360 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.heading-10 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.paragraph-6 {
  margin-top: 15px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f7b300;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.background-video {
  z-index: 1;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .summary-holder {
    display: block;
  }

  .input-label {
    color: #000;
  }

  .offer-container {
    margin-left: 15px;
  }

  .rtc-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rtc-grid.mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rtc-checkout {
    max-width: 100%;
    min-height: auto;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0px;
  }

  .div-block-317 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .form-wrapper {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }

  .checkout-head {
    height: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .checkout-paypal-form {
    position: relative;
  }

  .limited-offre-head-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .summary-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cart-reserved {
    margin-top: 0.25rem;
    margin-left: 0rem;
    line-height: 1;
  }

  .countdown-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    padding: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
  }

  .checkout-container {
    height: auto;
  }

  .checkout-cart-display {
    font-size: 0.75rem;
  }

  .checkout-cart-display.order_info {
    margin-bottom: 0px;
  }

  .checkout-cart-display.order_info.thank-you {
    margin-top: 1rem;
  }

  .checkout-cart-display.line_items {
    margin-top: -0.85rem;
  }

  .footer-5.desktop {
    display: none;
  }

  .footer-5.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: 52px;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #efefef;
    background-color: #f9f9f9;
  }

  .heading.checkout {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .heading.m.welcome_message {
    margin-bottom: 0.5rem;
  }

  .heading.checkout-copy {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .secure-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offer-bold-3-copy {
    line-height: 1;
  }

  .express-checkout {
    margin-top: 20px;
  }

  .secure-icon {
    display: block;
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
  }

  .grid {
    margin-top: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-347 {
    position: relative;
    top: 0px;
  }

  .addon-selector {
    height: 100%;
  }

  .bump-description {
    line-height: 18px;
  }

  .grid-3 {
    width: 100%;
    height: 100%;
  }

  .price-bump {
    line-height: 18px;
  }

  .main-container---inner {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .reviews-hero-2 {
    width: 100%;
  }

  .main-headline {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }

  .inner-upsell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .feature-title-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card-el-info {
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .stars-review {
    font-size: 15px;
  }

  .left-column {
    padding-right: 9px;
    padding-left: 9px;
  }

  .text-block-30 {
    font-size: 15px;
  }

  .content-wrapper {
    height: auto;
  }

  .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 14px;
  }

  .summary-holder-2 {
    display: block;
  }

  .summary-desktop {
    display: none;
  }

  ._12-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .order-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rtc-checkout-2 {
    max-width: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0px;
  }

  .checkout-head-2 {
    height: 56px;
    margin-right: -2rem;
    margin-left: -2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .steps-text {
    margin-right: 15px;
  }

  .column {
    width: 50%;
  }

  .review-order-summary {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .review-order-summary.show_text {
    display: block;
    font-size: 0.75rem;
  }

  .review-order-summary.hide_text {
    display: none;
    font-size: 0.75rem;
    font-weight: 400;
  }

  .div-discount {
    height: 100%;
  }

  .steps-arrow {
    margin-right: 15px;
  }

  .padding-large {
    padding: 2rem;
  }

  .rtc-right {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 20px 1rem 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    background-color: rgba(253, 253, 253, 0);
    background-image: none;
  }

  .checkout_prices {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 30px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .summary-success {
    margin-left: 0rem;
  }

  .accordation-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-subtotal-with-discounts-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    min-width: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 0.875rem;
    line-height: 14px;
    font-weight: 500;
  }

  .rtc-left {
    position: relative;
    z-index: 50;
    width: 100%;
    min-height: auto;
    padding: 0px 1rem 20px;
    box-shadow: none;
  }

  .rtc-left-container {
    width: 100%;
    max-width: 100%;
  }

  .icnon-summary {
    width: 12px;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .icnon-summary.inverted {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .checkout-steps {
    width: auto;
    margin-top: 0px;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 0px;
  }

  .mobile-checkoutsummary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout_panel {
    width: auto;
    height: 100%;
    margin-right: -2rem;
    margin-bottom: 0rem;
    margin-left: -2rem;
    padding: 0rem 2rem;
    background-color: #f9f9f9;
  }

  .checkout_panel.white {
    height: 0px;
    background-color: #fff;
  }

  .checkout_panel.white.thank-you {
    height: 0px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
  }

  .checkout-total-compare-value {
    width: auto;
    height: 100%;
    min-width: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 0.625rem;
    line-height: 14px;
    text-decoration: line-through;
  }

  .rtc-right-container {
    width: 100%;
    max-width: 100%;
  }

  .steps-inner-2 {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkout_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 52px;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
    font-size: 14px;
  }

  .order-summary-tablet-mobile {
    position: static;
    top: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0px -1rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    border-width: 1px 0px;
    border-color: rgba(15, 21, 41, 0.1) #000;
  }

  .div-block-355 {
    position: static;
    top: 0px;
  }

  .heading-javy-top {
    font-size: 18px;
  }

  .featured-item {
    margin-bottom: 0px;
  }

  .div-block-357 {
    position: static;
    top: 0px;
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .banner-holder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    padding-right: 1%;
    padding-left: 1%;
  }

  .smalls {
    line-height: 18px;
  }

  .btn-qty.decrease-qty {
    width: 2.125rem;
    height: 2.125rem;
    min-height: 2.125rem;
    min-width: 2.125rem;
  }

  .btn-qty.increase-qty {
    width: 2.125rem;
    height: 2.125rem;
    min-height: 2.125rem;
    min-width: 2.125rem;
  }

  .btn-qty.checkout-quantity-increase {
    width: 2.125rem;
    height: 2.125rem;
    min-height: 2.125rem;
    min-width: 2.125rem;
  }

  .btn-qty.checkout-quantity-decrease {
    width: 2.125rem;
    height: 2.125rem;
    min-height: 2.125rem;
    min-width: 2.125rem;
  }

  .bump-description-copy {
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .input-label {
    font-size: 0.875rem;
  }

  .rtc-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-group.half-fld {
    width: 100%;
  }

  .form-group._32-percent {
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
  }

  .limited-offre-head-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .countdown-v2 {
    height: auto;
    min-height: 45px;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .heading.m.welcome_message {
    margin-bottom: 0.25rem;
  }

  .mbg-section {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .input-flds {
    font-size: 0.875rem;
  }

  .grid {
    margin-top: 1rem;
  }

  .input-flds-2 {
    height: 45px;
  }

  .reviews-hero-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-headline {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }

  .inner-upsell {
    padding-right: 10px;
    padding-left: 10px;
  }

  .reviews-bottom {
    padding-bottom: 0px;
    background-color: transparent;
  }

  .heading-block {
    margin-bottom: 0px;
  }

  .card-el-info {
    padding-bottom: 0px;
  }

  .heading-3 {
    line-height: 35px;
  }

  .inner {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._12-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-content {
    margin-top: 1rem;
  }

  .checkout-head-2 {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .column.desk-6 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .review-order-summary {
    font-size: 16px;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .checkout_prices {
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkout-subtotal-with-discounts-value {
    font-size: 14px;
  }

  .rtc-left {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .spacer {
    height: 32px;
  }

  .checkout_menu {
    height: 52px;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-text-2 {
    font-size: 12px;
  }

  .banner-holder {
    padding-right: 10px;
    padding-left: 10px;
  }

  .green-banner {
    top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-title {
    font-size: 16px;
  }

  .banner-text-1 {
    font-size: 14px;
    line-height: 16px;
  }

  .close-button {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-close {
    height: 10px;
  }

  .footer-link-2 {
    margin-left: 18px;
  }

  .block_bundle-builder_flavor-qty-inner {
    width: 100%;
    max-width: 6.875rem;
  }
}

@media screen and (max-width: 479px) {
  .globals-checkout {
    display: none;
  }

  .form-2.checkout-combo-form {
    width: 100%;
  }

  .div-block-4 {
    width: 60%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .limited-offre-icon {
    height: 35px;
    margin-right: 0px;
  }

  .image-10 {
    width: 60px;
  }

  .input-label.float {
    -webkit-transform: translate(0px, -0.8rem);
    -ms-transform: translate(0px, -0.8rem);
    transform: translate(0px, -0.8rem);
  }

  .offer-container {
    height: 25px;
    margin-right: 0px;
    margin-left: 10px;
  }

  .mgb-extra {
    font-size: 12px;
  }

  .div-block-3 {
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    color: #0a0a0a;
  }

  .rtc-checkout {
    overflow: hidden;
  }

  .payment-flds-box {
    width: 100%;
  }

  .form-wrapper {
    max-height: none;
  }

  .checkbox-detail {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .checkout-submit-paypal {
    border-radius: 4px;
  }

  .limited-offre-head-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
  }

  .cart-reserved {
    margin-right: 0px;
  }

  .accepts_marketing {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .countdown-v2 {
    height: auto;
    min-height: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-container {
    overflow: hidden;
  }

  .checkout-cart-display {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .sign-up-text {
    white-space: normal;
  }

  .mbg-text {
    margin-bottom: 0px;
    font-size: 8px;
    line-height: 12px;
  }

  .divider-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-5.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading.checkout {
    font-size: 1.125rem;
    font-weight: 900;
  }

  .heading.m.welcome_message {
    font-size: 1.375rem;
  }

  .heading.checkout-copy {
    font-size: 1.125rem;
    font-weight: 900;
  }

  .form-content {
    width: 100%;
  }

  .payment-agree {
    font-size: 8px;
  }

  .small-text {
    margin-left: 5px;
    line-height: 12px;
  }

  .grey-line {
    width: 20%;
  }

  .offer-bold-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-logo-image {
    height: 1.5rem;
  }

  .mbg-days {
    font-size: 12px;
    font-weight: 800;
  }

  .secure-icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .secure-text {
    display: block;
    font-size: 12px;
    line-height: 12px;
  }

  .rtc-logo {
    width: 16px;
  }

  .grid {
    margin-top: 0rem;
  }

  .addon-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-detail-2 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
  }

  .add-addon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .bump-title {
    font-size: 16px;
  }

  .bump-description {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .grid-3 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3.vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .price-bump {
    margin-bottom: 0px;
  }

  .protection-block {
    margin-top: 0px;
  }

  .checkout-form-secure {
    font-size: 10px;
  }

  .countdown {
    color: #fff200;
  }

  .upsell---right-side {
    margin-right: -10px;
    margin-left: -10px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
  }

  .sep-div {
    width: auto;
  }

  .img-b4g4-2 {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .upsell---main-container {
    padding: 10px 10px 33px;
  }

  .text-block-40 {
    font-size: 12px;
    line-height: 15px;
  }

  .review-texts-3 {
    display: block;
    margin-left: 10px;
    font-size: 12px;
  }

  .reviews-hero-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #ccc3a9;
    font-size: 10px;
  }

  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.main {
    margin-top: 13px;
  }

  .top-dis {
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 21px;
  }

  .upsell---note-2 {
    font-size: 14px;
  }

  .upsell---headline {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -1px;
  }

  .upsell---description {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .left-column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-headline {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    border-radius: 0px;
  }

  .footer-text {
    font-size: 10px;
  }

  .right-column {
    margin-top: 10px;
  }

  .inner-upsell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews-bottom {
    padding-top: 28px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #d1e1f0;
  }

  .paragraph-review-2 {
    font-size: 13px;
  }

  .swiper-slide {
    width: 100%;
  }

  .average-rating {
    font-size: 16px;
  }

  .stars-review {
    font-size: 16px;
  }

  .upsell---note {
    font-size: 14px;
  }

  .left-column {
    padding: 0px 9px;
  }

  .swiper-wrapper {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-45 {
    font-size: 12px;
    line-height: 19px;
  }

  .yellow-bg {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 19px;
    line-height: 26px;
  }

  .last-chance {
    max-width: none;
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-3 {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -1px;
  }

  .text-block-30 {
    font-size: 12px;
  }

  .content-wrapper {
    overflow: hidden;
  }

  .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    font-weight: 500;
  }

  .p-medium {
    font-size: 14px;
  }

  .rtc-checkout-2 {
    overflow: hidden;
  }

  .checkout-head-2 {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }

  .steps-text {
    font-size: 10px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column.desk-6 {
    width: 100%;
  }

  .divider-2._4px.mobile-only {
    display: block;
  }

  .rtc-right {
    overflow: hidden;
    padding-top: 15px;
    border-radius: 0px;
  }

  .checkout_prices {
    min-width: 30px;
  }

  .summary-success {
    margin-left: 0rem;
  }

  .copy-notification {
    display: none;
  }

  .checkout-subtotal-with-discounts-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }

  .background-rotate {
    height: 26px;
  }

  .welcome-club {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .rtc-left {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 0px;
  }

  .rtc-left-container {
    position: relative;
  }

  .icnon-summary {
    width: 12px;
    margin-left: 10px;
  }

  .success-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .checkout-steps {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .mobile-checkoutsummary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-logo-image-2 {
    height: 34px;
  }

  .checkout_panel {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }

  .checkout-total-compare-value {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }

  .steps-inner-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout_menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-summary-tablet-mobile {
    display: block;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    border: 0px none #000;
  }

  .text-block-68 {
    font-size: 13px;
  }

  .div-block-352 {
    padding: 10px;
  }

  .text-block-69 {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-23 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-javy-top {
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .features-list {
    list-style-type: none;
  }

  .featured-item {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .featured-item.last {
    margin-bottom: 0px;
  }

  .check-icon {
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  .feature-text-2 {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  }

  .banner-holder {
    padding-right: 10px;
    padding-left: 10px;
  }

  .green-banner {
    height: 100%;
    min-height: 80px;
    padding: 10px 15px;
  }

  .banner-check-icon {
    height: 30px;
  }

  .banner-title {
    font-size: 12px;
  }

  .banner-text-1 {
    font-size: 10px;
  }

  .close-button {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-close {
    height: 15px;
  }

  .upsell---note-copy {
    font-size: 14px;
  }

  .mobile-logo {
    display: block;
  }

  .nav-heading {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
  }

  .desk-logo {
    display: none;
  }

  .nav-sec {
    padding-top: 15px;
  }

  .n-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pro-con {
    height: auto;
    max-width: none;
  }

  .list-item-4 {
    font-size: 15px;
  }

  .pro-div-left {
    width: 100%;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .pro-div-right {
    width: 100%;
  }

  .div-block-22 {
    width: auto;
    margin-top: 4px;
  }

  .features-div {
    padding-left: 5px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 14px;
  }

  .lim-div {
    width: 14em;
    margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .image.mm1 {
    display: block;
  }

  .image.mm2 {
    display: block;
  }

  .image.dd1 {
    display: none;
  }

  .image.dd2 {
    display: none;
  }

  .text-block-6 {
    margin-top: -2px;
    font-size: 11px;
    line-height: 12px;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 18px;
  }

  .pro-section {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .text-block-7 {
    font-size: 8px;
    line-height: 12px;
  }

  .text-block-3 {
    font-size: 41px;
    line-height: 40px;
    font-weight: 600;
  }

  .div-block-29 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button {
    padding: 6px 13px;
    box-shadow: 0 4px 0 0 #762d79;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-9 {
    margin-bottom: 0px;
    font-size: 39px;
    line-height: 34px;
    font-weight: 600;
  }

  .pro-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-19 {
    width: 33%;
    margin-right: 0px;
  }

  .offer-div {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-20 {
    width: 33%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-4.formobile {
    display: inline-block;
    margin-left: -10px;
  }

  .image-3.formobile {
    display: inline-block;
    margin-right: -10px;
  }

  .image-3.fordesk {
    display: none;
  }

  .text-span-7 {
    top: -17px;
    font-size: 15px;
  }

  .text-block-4 {
    font-size: 70px;
    line-height: 59px;
    font-weight: 600;
  }

  .dd3 {
    display: none;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-5 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
  }

  .div-block-18 {
    width: auto;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-2 {
    margin-top: -5px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }

  .mm3 {
    display: block;
  }

  .div-block-21 {
    display: block;
    width: 33%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .main-offer-div {
    margin-top: 9px;
  }

  .heading-7 {
    position: absolute;
    left: 0%;
    top: 163px;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 34px;
    font-weight: 600;
  }

  .div-block-16 {
    margin-bottom: 40px;
  }

  .list {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
  }

  .fig-con {
    margin-top: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-para {
    width: 13.1em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 23px;
  }

  .step-para.cc.mbno.dd1 {
    display: block;
    width: auto;
  }

  .step-para.cc.ddok {
    display: none;
  }

  .step-para.cc.cd.jy {
    width: auto;
  }

  .step-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
  }

  .step-heading {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
  }

  .step-sec {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block {
    width: auto;
    margin-bottom: 22px;
  }

  .div-block-358 {
    width: auto;
  }

  .vid-sec {
    padding: 39px 16px 45px;
  }

  .btn-below {
    width: auto;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 19px;
  }

  .vid-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-div-vid {
    width: 100%;
  }

  .heading-6 {
    margin-top: 7px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
  }

  .paragraph {
    font-size: 15px;
  }

  .vid-div-right {
    width: auto;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .full-div {
    display: none;
  }

  .slide-div-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gal-div-mobile {
    display: block;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rev-heading {
    margin-bottom: 29px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
  }

  .review-sec {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rev-div-left {
    width: auto;
    padding-right: 47px;
    padding-left: 47px;
  }

  .rev-div-right {
    width: auto;
    margin-top: 18px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .div-block-31 {
    text-align: center;
  }

  .dr-desk {
    display: none;
  }

  .t-para {
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-5 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .dr-mob {
    display: block;
  }

  .rev-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .t-name-txt {
    font-size: 14px;
  }

  .fill-sec {
    padding: 35px 16px;
  }

  .fill-con {
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .fill-heading {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
  }

  .fill-text {
    margin-top: 3px;
    font-size: 19px;
    line-height: 24px;
  }

  .footer-image {
    width: 145px;
    margin-top: 0px;
    margin-bottom: 29px;
  }

  .container {
    padding-top: 0px;
  }

  .footer-badege-img {
    margin-top: 17px;
  }

  .footer-section {
    min-height: 249px;
    padding-top: 22px;
  }

  .footer-copywrite {
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-link-2 {
    margin-left: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-row {
    margin-bottom: 0px;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .smalls {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .block_bundle-builder_flavor-qty {
    overflow: visible;
    width: 100%;
    max-width: 6.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_bundle-builder_flavor-qty-inner {
    width: 100%;
    height: 2.1875rem;
    max-width: 5.625rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-qty.decrease-qty {
    width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    min-width: 1.875rem;
  }

  .btn-qty.increase-qty {
    width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    min-width: 1.875rem;
  }

  .btn-qty.checkout-quantity-increase {
    width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    min-width: 1.875rem;
  }

  .btn-qty.checkout-quantity-decrease {
    width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    min-width: 1.875rem;
  }

  .text-block-69-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .bump-description-copy {
    margin-bottom: 0px;
    font-size: 8px;
  }

  .heading-10 {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .paragraph-6 {
    font-size: 13px;
    line-height: 18px;
  }

  .image-27 {
    width: 100%;
  }
}

#w-node-e522a01c-485b-41c4-11d3-dffb4e2138eb-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4611026f-333d-0f51-1de2-e862a39d9e74-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_439a19cb-e953-1f5a-a0cf-fbe0b52d0693-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7a07d39-02e1-0a8e-0070-42227668268b-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6fb2350-a759-1d90-4a97-62a884aa7cda-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9268d617-c735-746f-8296-ae4240dd571f-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ea0cfb6-3d48-8a00-31fc-d83b75b531bc-f77bd863 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0681c5a-7aac-b476-03a8-3123e832d298-5cff981a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_439a19cb-e953-1f5a-a0cf-fbe0b52d0693-f77bd863 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneuepro';
  src: url('../fonts/BebasNeuePro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas neue pro';
  src: url('../fonts/Bebas-Neue-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas neue pro';
  src: url('../fonts/Bebas-Neue-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}