/** Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400;1,700;1,900&family=Sofia+Sans:wght@1;100;200;400;600;700;900&display=swap");
body {
  background-color: #fff;
  color: #141414;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

b,
.b {
  font-weight: bold;
}

.u {
  text-decoration: underline;
}

i,
.i {
  font-style: italic;
}

.orange {
  color: #faa22c;
}

.white {
  color: #F8F9FA;
}

.grey {
  color: #666;
}

.salmon {
  color: #E58F9A;
}

.bg_orange {
  background-color: #faa22c;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #c00;
}

.bg_beige {
  background-color: #FDF7EE;
}

.bg_lightgray {
  background-color: #F8F9FA;
}

.txtac {
  text-align: center;
}

.txtar {
  text-align: right;
}

.small {
  font-size: 0.9em;
}

.smaller {
  font-size: 0.8em;
}

.smallest {
  font-size: 0.7em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

.biggerest {
  font-size: 3em;
}

.pointer {
  cursor: pointer;
}

b,
.bold {
  font-weight: 700;
}

.heavy {
  font-weight: 900;
}

.bt {
  border-top: 1px solid #ddd;
}

.bb {
  border-bottom: 1px solid #ddd;
}

.thin {
  font-weight: 500;
}

.hide {
  display: none;
}

u {
  text-decoration: underline;
}

.orderdecline {
  font-weight: bold;
  color: #c00;
  font-size: 1.25em;
  padding: 0.5em 2em;
  margin: 1em auto;
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid #c00;
}

.top-banner {
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
  background-color: #faa22c;
}
.top-banner h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0.5em;
  color: #141414;
  text-transform: capitalize;
}

.top-banner-red {
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
  background-color: #c00;
}
.top-banner-red h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0.5em;
  color: #fff;
}

.content {
  position: relative;
  background-color: #14223c;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 2em 0 1em;
}
.content hr {
  width: 100%;
  max-width: 350px;
  margin: 1em auto;
  background-color: #fff;
}
.content p {
  line-height: 1.75em;
}
.content h2 {
  font-weight: 700;
}
.content .logo {
  margin: 1em auto;
}
.content .logo img {
  height: auto;
  width: 100%;
  max-width: 150px;
}
.content .cont_headline {
  width: 100%;
  padding: 1em 0;
}
.content .cont_headline .headline {
  max-width: 1215px;
  color: #fff;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 45px;
  font-weight: 400;
}
.content .cont_headline .subheadline {
  color: #fff;
  padding: 2em 0;
  font-size: 2em;
}
.content .video {
  /*border: 1px solid yellow;*/
}
.content .video #vidalytics_embed_pDjqSkW07LQrkw26 {
  width: 100%;
  /*min-width: 720px;*/
  max-width: 900px;
  min-height: 410px;
  height: auto;
  position: relative !important;
  padding-top: 5% !important;
  margin: 0 auto;
  /*border: 1px solid green;*/
}
.content .choice {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.content .choice .button {
  color: #fff;
  background-color: #faa22c;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  padding: 0.5em 0;
  cursor: pointer;
}
.content .choice p {
  padding: 1em 0;
}

@media (max-width: 515px) {
  #vidalytics_embed_pDjqSkW07LQrkw26 {
    min-height: 270px !important;
  }
}
@media (max-width: 650px) {
  #vidalytics_embed_pDjqSkW07LQrkw26 {
    min-height: 300px !important;
  }
}
@media (max-width: 835px) {
  #vidalytics_embed_pDjqSkW07LQrkw26 {
    padding-top: 0% !important;
    min-height: 350px;
  }
}
.cont-body {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.cont-body .confirm {
  padding: 0.75em 0;
  color: #fff;
  font-weight: 600;
  background-color: #faa22c;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.cont-body h1 {
  font-weight: 700;
}
.cont-body h1,
.cont-body h2 {
  margin: 1.25em auto;
  font-size: 40px;
  text-align: center;
}
.cont-body .shadow_box {
  width: 100%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.cont-body .shadow_box h2 {
  font-weight: 700;
}
.cont-body .credit {
  width: 100%;
  padding: 0.5em 1em;
  background-color: #c00;
  color: #fff;
  text-align: center;
  border: 4px dashed #141414;
  font-weight: 600;
}
.cont-body .credit h2 {
  font-weight: 700;
  margin: 0;
  padding: 0.5em 0;
}

hr {
  width: 100%;
  max-width: 350px;
  margin: 1em auto;
}

.button {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  font-size: 1.5em;
}
.button a,
.button input[type=submit] {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0.5em;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: unset;
  letter-spacing: 0.05em;
  background-color: #faa22c;
  border: 3px solid #fff;
}
.button a:hover,
.button input[type=submit]:hover {
  border: 2px solid #faa22c;
  color: #faa22c;
  background-color: #fff;
  margin: 2px auto;
}

.content_copy {
  font-size: 20px;
  padding: 0 0 2em;
}
.content_copy ul {
  list-style: none;
  padding-left: 0;
}
.content_copy ul li {
  margin-bottom: 1.5em;
  padding-left: 3em;
  background: url(/imgs/check-orange.png) no-repeat left center;
  background-size: 34px 34px;
  line-height: 1.5em;
}
.content_copy ul li:nth-child(2n-1) {
  font-weight: 700;
}

.guarantee {
  padding: 0.1em 0 4em;
}
.guarantee h2 {
  font-weight: 700;
}

.checkout {
  width: 1275px;
  margin: 0 auto;
}

.list {
  background-color: #fff;
  padding: 1.5em;
  margin: 2.5em;
}
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li {
  padding: 0.5em 2em;
}
.list li::before {
  content: url("../imgs/checklist-orange.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px; /* Adjust the spacing between the SVG and text */
}

.bg-lightgrey {
  background-color: #f6f9fe;
}

.rightcol {
  background-color: #fdf7ee;
}

.cc-form {
  background-color: #F8F9FA;
  color: #666;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/*
.triangle-container {
    position: relative;
}
*/
.triangle-top {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.triangle-bot {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer {
  margin: 0;
  padding: 2em 0;
  background-color: #fff;
  text-align: center;
}
.footer p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 1.5em 0;
  width: 80%;
  max-width: 800px;
  line-height: 2em;
  letter-spacing: 0.04em;
  text-align: center;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.opt-in-form {
  background-color: #fff;
  padding: 30px;
  position: relative;
  max-width: 455px;
}
.opt-in-form .opt-in-headline {
  font-size: 2em;
  font-weight: 400;
  color: #14223c;
  line-height: 1.45em;
  text-align: center;
  margin: 1.5em auto 0.8em;
}
.opt-in-form input {
  margin: 0 auto 1em;
  width: 97%;
  padding: 1.5em 1em;
  border-radius: 0;
  font-size: 1em;
  font-weight: 200;
  background-color: #F8F9FA;
  border: 1px solid #ccc;
}
.opt-in-form .submit {
  text-transform: uppercase;
  color: #fff;
  background-color: #14223c;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 445px;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 1px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
}

.opt-in-link {
  text-decoration: none;
  color: blue;
  cursor: pointer;
}

/*CHECKOUT PAGE*/
.form-control {
  padding: 12px;
  border-radius: 3px;
}

.security {
  text-align: center;
}
.security img {
  height: auto;
  max-width: 135px;
}

@media (max-width: 640px) {
  .content {
    padding: 0.5em 0;
  }
  .content .logo {
    margin: 0 auto;
  }
  .content .cont_headline {
    padding: 0.5em 0;
  }
}
@media (max-width: 899px) {
  .content .cont_headline .headline {
    font-size: 33px;
  }
}
@media (max-width: 515px) {
  .content .cont_headline .headline {
    font-size: 27px;
  }
}/*# sourceMappingURL=style.css.map */