:root {
  --primary-color: #506e8c;
  --primary-color-light: #7590aa;
  --primary-color-dark: #04305a;
  --secondary-color: #bab9b9;
  --secondary-color-light: #e5e5e5;
  --secondary-color-dark: #666565;
  --third-color: #ebf9ff;
  --fourth-color: #0871A6; 
  --contrast-color: #c9a100;
  --text-color: black;
  --text-color-2: rgb(124, 15, 15);
}

* {
  transition: 0.2s;
}

html {
  font-size: 23px;
}
@media (max-width: 420px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Merriweather Sans", "Open Sans";
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather Sans", "Open Sans";
}

p{
  font-family: "Open Sans";
}

img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

figure {
  margin-bottom: 0;
}

.fw-bold,
b {
  font-weight: 800 !important;
}

.caret li {
  position: relative;
  padding-left: 6px;
  list-style: none;
}

.caret li::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  position: absolute;
  top: -0.6em;
  left: -1em;
  color: var(--secondary-color);
  font-size: 1.6em;
  transform: translateY(10px) !important;
}

.grid {
  display: grid;
}

.esconder {
  display: none;
}

.clickbank#upsell1 .esconder,
.clickbank#upsell2 .esconder,
.clickbank#upsell3 .esconder {
  display: block;
}

.clickbank #copyb {
  display: none;
}

/* Button */
.button {
  background-color: var(--primary-color);
  color: var(--text-color) !important;
  border: none !important;
  font-family: "Merriweather Sans", "Open Sans";
  font-size: 1.25em;
  font-weight: 900;
  width: 200px;
  display: flex;
  justify-content: space-between;
  border-radius: 0.5em;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
  transition: 0.3s ease-in;
  text-shadow: none !important;
  font-weight: bold;
}
.button:hover {
  transition: 0.3s ease-in;
  background-color: var(--primary-color);
  box-shadow: 0 4px rgba(0, 0, 0, 0.05) inset;
}

.button.alt {
  background-image: linear-gradient(to top,
      var(--primary-color) 50%,
      var(--primary-color-light) 51%);
  color: white;
  border: 2px solid var(--primary-color) !important;
}

.button.alt:hover {
  background-image: linear-gradient(to bottom,
      var(--primary-color) 50%,
      var(--primary-color-light) 51%);
}

.button.promo {
  color: var(--text-color) !important;
  background-image: linear-gradient(to top,
      #fccd15 50%,
      #ffd814 51%) !important;
}

.button.promo:hover {
  background-image: linear-gradient(to bottom,
      #fccd15 50%,
      #ffd814 51%) !important;
}
.button-bg {
  background-image: linear-gradient(to top, #dadada 50%, #e0e0e0 51%);
  color: var(--text-color) !important;
  border: none !important;
  font-size: 1.25em;
  border-radius: 0.5em !important;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-shadow: none !important;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
}
.button-bg:hover {
  background-image: linear-gradient(to bottom, #dadada 50%, #e0e0e0 51%);
}
.button-bg.promo {
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  color: var(--text-color) !important;
  border: 2px solid #a78a19 !important;
  font-weight: bold;
  font-size: 1.8em;
}
.button-bg.promo:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

/* Steps */
#steps {
  background-color: var(--primary-color-light);
  color: #fff;
  text-align: center !important;
  line-height: 1em;
}
#steps .step {
  position: relative;
  padding: 0.2em 0.8em;
  white-space: nowrap;
  border-radius: 0.2em;
}
#steps .hexagon-step {
  color: gray;
  border-left: 5px solid #fff; border-right: 5px solid #fff; padding: 10px 20px; background: #fff;
}
#steps .step.current {
  background-color: var(--primary-color-light);
  color: white;
  font-weight: 800;
}
@media (max-width: 599px) {
  #steps .step {
    font-size: 0.8em;
    padding: 0.2em 0.4em;
  }
  #steps img{
    max-width: 140px !important;
  }
}
.step-container {
  display: flex;
  gap: 2px;
  /* Adjust as needed */
}

#steps .step-active {
    background-color: #04305a !important;
    color: white !important;
    border-left: 5px solid #04305a;
    border-right: 5px solid #04305a;
}

.hexagon-step {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: var(--primary-color);
}

.new-border {
  border-left: 5px solid var(--fourth-color);
  border-right: 5px solid var(--fourth-color);
  padding: 6px 18px;
}
@media (max-width: 420px) {
  .hexa {
    margin: -35px auto 15px !important;
    bottom: 1.2rem;
  }
  .fhexa {
    margin: -15px auto 15px !important;
  }
}

/* Guarantee */
#guarantee {
  color: black;
}
#guarantee .badges img {
  background-color: white;
  max-width: 100px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
  #guarantee .badges img {
    max-width: 70px;
  }
}

/* FAQ */
#faq {
  color: white;
  background-size: cover;
}
#faq .accordion {
  position: relative;
  z-index: 2;
}
#faq .accordion-item {
  border-radius: 0.5em;
  margin-bottom: 0.25em;
  border: 0;
}
#faq .accordion-button {
  font-family: "Merriweather Sans", "Open Sans";
  font-weight: bold;
  border-radius: 0.25em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: var(--text-color);
}
#faq .accordion-body {
  padding-bottom: 1.5em;
  font-weight: 500;
  font-size: 1em;
}
@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--primary-color-dark) !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #2d2d2d;
}

.fw-bolder {
  font-weight: 900;
}

/*Divisor*/
.hexa {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary-color-dark);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin: -30px auto -30px;
  font-size: 2.6em;
  line-height: 0;
  position: relative;
  z-index: 10;
  bottom: 1.2rem;
}
@media (max-width: 768px) {
  .hexa {
    margin: -40px auto 15px;
    bottom: 1.2rem;
  }

  .hexa::before {
    font-size: 0.55em;
  }
}
.fhexa {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary-color-dark) !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin: -40px auto 10px;
  font-size: 2.6em;
  line-height: 0;
  position: relative;
  z-index: 11;
  bottom: 0.1rem;
}
@media (max-width: 768px) {
  .fhexa {
    margin: -25px auto 15px;
    bottom: 1.2rem;
  }

  .fhexa::before {
    font-size: 0.55em;
  }
}
@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}

/* Purchases Notifications */
.purchases-disclaimer {
  position: fixed;
  right: -800px;
  bottom: 20px;
  padding: 0.5rem 1rem;
  background-color: var(--primary-color-dark);
  color: white;
  border-radius: 8px;
  font-size: 1em;
  font-style: italic;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  border: 3px solid white;
  transition: 0.6s;
  z-index: 999;
}
@media (max-width: 767px) {
  .purchases-disclaimer {
    font-size: 0.8em;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    max-width: 220px;
  }
}
.purchases-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.purchases-box img {
  max-width: 70px;
}
@media (max-width: 767px) {
  .purchases-box img {
    max-width: 40px;
  }
}
.purchased-bottle {
  background: white;
  border-radius: 50%;
}

/* Pages */
footer .list-inline-item a.link-light:hover {
  color: var(--secondary-color-light) !important;
}
footer p {
  font-weight: 400;
  font-size: 0.7rem;
}
footer {
  background-color: black;
}

footer a:hover {
  opacity: 0.75;
}
.statements {
  font-size: 0.7em;
}

#upsell1 #k1,
#upsell1 #k2,
#upsell1 #k3,
#upsell2 #k1,
#upsell2 #k2,
#upsell2 #k3,
#upsell3 #k1,
#upsell3 #k2,
#upsell3 #k3 {
  display: none;
}

#references ol {
  color: var(--text-color);
  font-size: 0.9em;
  font-weight: 400;
}
#references h2.mb-4.mb-sm-5.text-center {
  font-weight: 500;
}
#references {
  background-color: #b7b7b7;
}
#references li {
  color: #000;
  font-weight: 500;
}

/*Additional*/

div#arrow {
  margin-bottom: -2em !important;
}
.sec4 {
  padding: 100px 0 60px 0;
}

.mbbx {
  margin: 40px auto 0 auto;
  display: table;
  border-radius: 40px;
  border: 4px solid var(--primary-color);
}

.mbseal2 {
  margin: -95px auto 0 auto;
  display: block;
}

.mbbx p {
  color: #000;
  text-align: center;
}

.mbbx-txt1 {
  font-weight: 400;
  padding: 22px 20px 0 20px;
}

.mbbx-hding1 {
  font-family: "Merriweather Sans", "Open Sans";
  font-size: 1.57em;
  line-height: 50px;
  padding: 0 20px 0 20px;
  font-weight: bold;
}

.mbbx-hding2 {
  background: var(--primary-color);
  color: white !important;
  padding: 10px 0px;
  font-family: "Merriweather Sans", "Open Sans";
  font-size: 2.17em;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 3px;
  font-weight: bold;
}

.mbbx .text-guarantee {
  padding: 20px;
}

.mbbx .text-guarantee p {
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 0 10px 0;
  width: 100%;
}

.main-tile-vsl h1 {
  width: 100%;
  text-transform: uppercase;
  color: #7a0000 !important;
  font-weight: 900;
  font-size: 2.6rem;
  text-align: center;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}