:root {
  --lp-bg-color: #eeeff3;
  --lp-text-color: #000;
  --lg-subscribe-bg-color: #00bc03;
  --lg-subscribe-hover-color: #00d202;
  --lg-confirm-bg-color: #00bc03;
  --lg-confirm-hover-color: #00d202;
}

#cookie-consent-banner-container {
  height: 100%;
  position: absolute;
  display: flex !important;
  align-items: center;
  width: 100%;
}
#cookie-consent-banner-container #cookie-consent-banner {
  display: none;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  z-index: 10;
  width: 90%;
}
#cookie-consent-banner-container #cookie-consent-banner #cookie-consent-banner-content {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
#cookie-consent-banner-container #cookie-consent-banner h1 {
  font-size: 18px;
  margin: 0;
}
#cookie-consent-banner-container #cookie-consent-banner p {
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 0;
}
#cookie-consent-banner-container #cookie-consent-banner button {
  background: #3162dd;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  border: 0;
}
#cookie-consent-banner-container #cookie-consent-banner a {
  text-decoration: underline;
}
#cookie-consent-banner-container #cookie-consent-banner a.continue {
  font-size: 12px;
}
#cookie-consent-banner-container #cookie-consent-banner .check-choices {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
#cookie-consent-banner-container #cookie-consent-banner .choice-options {
  display: flex;
  flex-wrap: wrap;
}
#cookie-consent-banner-container #cookie-consent-banner .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  line-height: 24px;
}
#cookie-consent-banner-container #cookie-consent-banner .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#cookie-consent-banner-container #cookie-consent-banner .checkbox input:checked ~ .checkmark {
  background-color: #3162dd;
}
#cookie-consent-banner-container #cookie-consent-banner .checkbox input:checked ~ .checkmark:after {
  display: block;
}
#cookie-consent-banner-container #cookie-consent-banner .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#cookie-consent-banner-container #cookie-consent-banner .checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookie-consent-banner-container #cookie-consent-banner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
#cookie-consent-banner-container #cookie-consent-banner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#cookie-consent-banner-container #cookie-consent-banner .buttons {
  display: flex;
  margin: 30px 0 0;
}
#cookie-consent-banner-container #cookie-consent-banner .buttons button {
  margin: 4px;
}
#cookie-consent-banner-container #cookie-consent-banner .buttons button.button-grey {
  background: #ccc;
  color: #6a6a6a;
}
#cookie-consent-banner-container #close {
  font-size: 14px;
}
#cookie-consent-banner-container .close {
  cursor: pointer;
}
#cookie-consent-banner-container .text-top {
  display: flex;
  align-items: end;
  margin-bottom: 15px;
  width: 100%;
}
#cookie-consent-banner-container .text-top h1 {
  flex: 40%;
  margin: 0;
}
#cookie-consent-banner-container .text-top #close {
  flex: 60%;
  text-align: right;
}

#cookie-consent-banner-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

@media (min-width: 768px) {
  #cookie-consent-banner-container #cookie-consent-banner {
    width: 60%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes percentage {
  0% {
    content: "Loading...";
    font-size: 20px;
  }
  5% {
    content: "Loading...";
    font-size: 20px;
  }
  10% {
    content: "Loading...";
    font-size: 20px;
  }
  20% {
    content: "Loading...";
    font-size: 20px;
  }
  30% {
    content: "Loading...";
    font-size: 20px;
  }
  40% {
    content: "Loading...";
    font-size: 20px;
  }
  50% {
    content: "Loading...";
    font-size: 20px;
  }
  60% {
    content: "Loading...";
    font-size: 20px;
  }
  70% {
    content: "Loading...";
    font-size: 20px;
  }
  80% {
    content: "Loading...";
    font-size: 20px;
  }
  90% {
    content: "Loading...";
    font-size: 20px;
  }
  95% {
    content: "Loading...";
    font-size: 20px;
  }
  96% {
    content: "Loading...";
    font-size: 20px;
  }
  97% {
    content: "Loading...";
    font-size: 20px;
  }
  98% {
    content: "Loading...";
    font-size: 20px;
  }
  99% {
    content: "Loading...";
    font-size: 20px;
  }
  100% {
    content: "Loading...";
    font-size: 20px;
  }
}
.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 999;
}
.loading .loader {
  display: block;
  position: relative;
  border-radius: 20px;
  background: #242433;
  border: 10px solid #FFFFFF;
  color: red;
  overflow: hidden;
  width: 95%;
  margin-left: 2.5%;
  height: 110px;
  position: absolute;
  top: 40%;
}
.loading .loader::before {
  content: "";
  background: #00BC03;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  animation: loading 10s linear forwards;
}
.loading .loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  animation: percentage 10s forwards;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: var(--lp-bg-color);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:visited {
  color: var(--lp-text-color);
  text-decoration: none;
}

.font-arial {
  font-family: "Arial", verdana !important;
}

.font-calibri {
  font-family: "Calibri", Arial !important;
}

.font-comic_sans {
  font-family: "Comic Sans MS", Arial !important;
}

.font-courier_new {
  font-family: "Courier New", Arial !important;
}

.font-georgia {
  font-family: "Georgia", Arial !important;
}

.font-roboto_condensedregular {
  font-family: "roboto_condensedregular", Arial !important;
}

.font-trebuchet_ms {
  font-family: "Trebuchet MS", Arial !important;
}

.font-verdhana {
  font-family: "Verdana", Arial !important;
}

.container-sec {
  height: 100%;
  background-repeat: no-repeat;
  width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  background-size: 70%;
  padding: 70px 30px;
}

.content-sec {
  width: 50%;
  float: right;
  text-align: center;
}

.content-sec p {
  color: var(--lp-text-color);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.content-sec .buttons {
  display: flex;
}

.content-sec .buttons a {
  text-align: center;
  width: 100%;
  padding: 30px 20px;
  float: left;
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
}

.content-sec .buttons a.subscribe_btn {
  background: var(--lg-subscribe-bg-color);
}

.content-sec .buttons a.subscribe_btn:hover {
  background: var(--lg-subscribe-hover-color);
}

.content-sec .buttons a.confirm_btn {
  background: var(--lg-confirm-bg-color);
}

.content-sec .buttons a.confirm_btn:hover {
  background: var(--lg-confirm-hover-color);
}

.footer-sec {
  width: 100%;
}

.footer-sec ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.footer-sec li {
  list-style: none;
  float: left;
  padding: 0 15px 0 0;
}

.footer-sec li a {
  color: var(--lp-text-color);
  text-decoration: none;
}

.footer-sec li a:hover,
.footer-sec li a:visited,
.footer-sec li a:active {
  color: var(--lp-text-color);
  text-decoration: underline;
}

.footer-sec li:after {
  content: "|";
  margin-left: 15px;
  color: var(--lp-text-color);
}

.footer-sec li:last-child:after {
  content: "";
}

@media (min-width: 641px) and (max-width: 1024px) {
  .container-sec {
    background-size: 80% auto;
    background-position: top left;
    width: 100%;
    padding: 30px;
  }
  .content-sec p {
    font-size: 11px;
    line-height: 15px;
  }
  .content-sec .buttons a {
    padding: 20px 20px;
  }
  .footer-sec li a {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .container-sec {
    background-size: 100%;
    background-position: top left;
    padding-top: 30%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-sec {
    width: 100%;
  }
  .content-sec p {
    font-size: 11px;
    line-height: 15px;
  }
  .content-sec .buttons a {
    padding: 20px 20px;
  }
  .footer-sec li a {
    font-size: 11px;
  }
}
