* {
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden; }

@media (max-width: 768px) {
  .col-xs-6 {
    width: 50%; } }

.disclaimer  {
padding-top: 15px;
}

.disclaimer p {
padding-bottom: 5px;
}


.form form {
  text-align: center; }
  .form form .infusion-field span label {
    font-size: 14px;
    margin: 15px 0;
    color: #000000; }
    @media (max-width: 768px) {
      .form form .infusion-field span label {
        font-size: 12px; } }
    .form form .infusion-field span label a {
      color: #000000;
      font-weight: bold; }
  .form form .infusion-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 85%;
    margin: 0 auto;
    text-align: left; }
    .form form .infusion-option input[type=checkbox] {
      margin-right: 10px; }
  .form form .infusion-field-input {
    border: 1px solid #f5bc00;
    width: 100%;
    padding: 5px 0 5px 20px;
    font-size: 17px;
    border-radius: 6px;
    border: solid 1px #d0d0d0;
    background: #ffffff; }
    @media (max-width: 768px) {
      .form form .infusion-field-input {
        font-size: 16px;
        margin-bottom: 15px;
        width: 100%; } }
    @media (max-width: 575px) {
      .form form .infusion-field-input {
        font-size: 14px; } }
    .form form .infusion-field-input::-webkit-input-placeholder {
      color: #d0d0d0;
      font-size: 17px; }
    .form form .infusion-field-input:-ms-input-placeholder {
      color: #d0d0d0;
      font-size: 17px; }
    .form form .infusion-field-input::-ms-input-placeholder {
      color: #d0d0d0;
      font-size: 17px; }
    .form form .infusion-field-input::placeholder {
      color: #d0d0d0;
      font-size: 17px; }
      @media (max-width: 768px) {
        .form form .infusion-field-input::-webkit-input-placeholder {
          font-size: 16px; }
        .form form .infusion-field-input:-ms-input-placeholder {
          font-size: 16px; }
        .form form .infusion-field-input::-ms-input-placeholder {
          font-size: 16px; }
        .form form .infusion-field-input::placeholder {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .form form .infusion-field-input::-webkit-input-placeholder {
          font-size: 14px; }
        .form form .infusion-field-input:-ms-input-placeholder {
          font-size: 14px; }
        .form form .infusion-field-input::-ms-input-placeholder {
          font-size: 14px; }
        .form form .infusion-field-input::placeholder {
          font-size: 14px; } }
  .form form .infusion-submit {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #1480b9;
    padding: 5px 0px;
    border: 2px solid #1480b9;
    text-transform: uppercase;
    border-radius: 6px;
    width: 100%;
    margin-top: 15px; }
    .form form .infusion-submit:hover {
      color: #ffffff;
      text-decoration: none;
      opacity: 0.8; }
    @media (max-width: 1280px) {
      .form form .infusion-submit {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .form form .infusion-submit {
        font-size: 16px;
        width: 100%; } }
    @media (max-width: 575px) {
      .form form .infusion-submit {
        font-size: 14px; } }
  .form form #gdpr_eu {
    display: none; }
  .form form #gdpr_ca {
    display: none; }
  .form form #gdpr_eu2 {
    display: none; }
  .form form #gdpr_ca2 {
    display: none; }
  .form form #gdpr_eu3 {
    display: none; }
  .form form #gdpr_ca3 {
    display: none; }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

h1 {
  color: #331c02;
  font-size: 53px;
  margin-bottom: 0;
  line-height: 1.3;
  padding-bottom: 25px;
  text-transform: uppercase; }
  @media (max-width: 1280px) {
    h1 {
      font-size: 48px; } }
  @media (max-width: 1199px) {
    h1 {
      font-size: 44px; } }
  @media (max-width: 992px) {
    h1 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 32px; } }

h2 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 15px; }
  @media (max-width: 1280px) {
    h2 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 20px; } }
  @media (max-width: 575px) {
    h2 {
      font-size: 18px; } }

p {
  color: #000000;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 15px; }
  @media (max-width: 1280px) {
    p {
      font-size: 18px; } }
  @media (max-width: 768px) {
    p {
      font-size: 16px; } }
  @media (max-width: 575px) {
    p {
      font-size: 14px; } }

.white-color {
  color: #ffffff; }

.lightblue-color {
  color: #1480b9; }

.darkblue-color {
  color: #323a5c; }

.upper {
  text-transform: uppercase; }

strong {
  font-family: 'Montserrat-Bold'; }

.step {
  background: #323a5c;
  padding: 10px; }

.img-box {
  border: solid 4px #323a5c;
  padding: 25px 30px; }
  @media (max-width: 768px) {
    .img-box {
      padding: 15px; } }

.mob-none {
  display: block; }
  @media (max-width: 768px) {
    .mob-none {
      display: none; } }

.mob-block {
  display: none; }
  @media (max-width: 768px) {
    .mob-block {
      display: block; } }

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 30px; }
  .countdown li {
    list-style: none;
    padding: 0 5px;
    font-size: 45px; }
    @media (max-width: 1280px) {
      .countdown li {
        font-size: 40px; } }
    @media (max-width: 1199px) {
      .countdown li {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .countdown li {
        font-size: 34px; } }
    @media (max-width: 768px) {
      .countdown li {
        font-size: 32px; } }
    @media (max-width: 575px) {
      .countdown li {
        font-size: 28px; } }
    .countdown li span {
      font-size: 71px;
      line-height: 0; }
      @media (max-width: 1280px) {
        .countdown li span {
          font-size: 40px; } }
      @media (max-width: 1199px) {
        .countdown li span {
          font-size: 36px; } }
      @media (max-width: 768px) {
        .countdown li span {
          font-size: 34px; } }
      @media (max-width: 768px) {
        .countdown li span {
          font-size: 32px; } }
      @media (max-width: 575px) {
        .countdown li span {
          font-size: 28px; } }
  .countdown p {
    font-size: 10px;
    color: #f5bc00;
    line-height: 0;
    padding-bottom: 0; }

.custom-btn {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  background: #f5bc00;
  padding: 10px 15px;
  border: none;
  border-radius: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px a; }
  .custom-btn:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.8; }
  @media (max-width: 768px) {
    .custom-btn {
      font-size: 16px; } }
  @media (max-width: 575px) {
    .custom-btn {
      font-size: 14px; } }

#clockdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px; }
  #clockdiv span {
    font-size: 64px; }
    @media (max-width: 1280px) {
      #clockdiv span {
        font-size: 58px; } }
    @media (max-width: 1199px) {
      #clockdiv span {
        font-size: 52px; } }
    @media (max-width: 992px) {
      #clockdiv span {
        font-size: 48px; } }
    @media (max-width: 768px) {
      #clockdiv span {
        font-size: 44px; } }
    @media (max-width: 575px) {
      #clockdiv span {
        font-size: 40px; } }
  #clockdiv .smalltext {
    display: none; }

.banner {
  background: url("../img/banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 0; }

.grey-section {
  background: #d0d0d0; }

.white-section {
  background: #ffffff;
  padding: 15px 0; }
  .white-section img {
    margin-bottom: -115px; }

.blue-section {
  background: #323a5c;
  padding: 45px 0; }

.padd-top {
  padding-top: 85px; }

.banner .form {
  text-align: center;
  padding: 25px;
  border-radius: 6px;
  border: solid 1px #707070;
  background-color: #ffffffbf; }

.upper {
  text-transform: uppercase; }

.white-bg {
  background: #fff;
  padding: 30px 0; }
  @media (max-width: 992px) {
    .white-bg {
      padding: 15px; } }

header {
  background: #1c314c;
  padding: 15px 0; }
  header .logo {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 992px) {
      header .logo {
        position: relative;
        text-align: center;
        margin-bottom: 10px; } }
    header .logo img {
      width: 50px; }

#wrapp {
  background: url("../img/banner-top.png") no-repeat center top;
  background-size: cover;
  position: relative; }
  #wrapp .white-box {
    position: relative;
    padding-bottom: 80px; }
    @media (max-width: 1600px) {
      #wrapp .white-box {
        padding-top: 65px; } }
    @media (max-width: 992px) {
      #wrapp .white-box {
        padding-bottom: 30px; } }
    #wrapp .white-box .dots-list p {
      background: rgba(0, 0, 0, 0) url("../img/black-dots.png") no-repeat scroll 0 8px;
      padding-bottom: 20px;
      padding-left: 35px;
      padding-right: 20px; }
    #wrapp .white-box .box-inside-white {
      border-radius: 14px;
      border: solid 2px #a6802d;
      background-color: #fffdf8;
      padding: 15px 60px 50px;
      margin-top: 25px;
      position: relative;
      z-index: 5; }
      @media (max-width: 992px) {
        #wrapp .white-box .box-inside-white {
          padding: 15px 30px 50px; } }

footer {
  background-color: #000000;
  padding: 50px 0; }
  @media (min-width: 1140px) {
    footer .container {
      max-width: 1140px; } }
  @media (max-width: 768px) {
    footer {
      text-align: center;
      padding: 25px 0; } }
  footer p {
    margin: 10px 0;
    font-size: 13px;
    padding-bottom: 0;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    font-family: 'Montserrat-Regular'; }
  footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Montserrat-Regular'; }
    footer a:hover {
      color: #ffffff;
      text-decoration: underline; }
  footer .copyright {
    padding-top: 45px; }
    @media (max-width: 768px) {
      footer .copyright {
        padding-top: 25px; } }
    footer .copyright .subscribe {
      text-align: right; }
      @media (max-width: 768px) {
        footer .copyright .subscribe {
          text-align: center; } }
