* {
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden; }

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

.form {
  border-radius: 6px;
  border: solid 1px #a6802d;
  background-color: transparent;
  text-align: center;
  padding: 25px;
  margin-top: 25px; }
  @media (max-width: 768px) {
    .form {
      padding: 15px; } }
  .form form {
    text-align: center;
    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; }
    @media (max-width: 768px) {
      .form form {
        display: block; } }
    .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: 60%;
      padding: 5px 0 5px 20px;
      font-size: 17px;
      border: solid 1px #9497a5;
      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: #9497a5;
        font-size: 17px; }
      .form form .infusion-field-input:-ms-input-placeholder {
        color: #9497a5;
        font-size: 17px; }
      .form form .infusion-field-input::-ms-input-placeholder {
        color: #9497a5;
        font-size: 17px; }
      .form form .infusion-field-input::placeholder {
        color: #9497a5;
        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: #331c02;
      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: #a6802d;
      padding: 5px 0px;
      border: 2px solid #ffffff;
      text-transform: uppercase;
      width: 30%;
      margin-left: 15px; }
      .form form .infusion-submit:hover {
        color: #331c02;
        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%;
          margin-left: 0; } }
      @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: 992px) {
  .container {
    max-width: 992px; } }

.dark-color {
  color: #333; }

.grey-color {
  color: #9497a5; }

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: 17px;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: 'Poppins-Regular'; }
  @media (max-width: 768px) {
    p {
      font-size: 16px; } }
  @media (max-width: 575px) {
    p {
      font-size: 14px; } }

.upper {
  text-transform: uppercase; }

.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: #4a90e2;
  font-size: 16px;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 6px;
  border: solid 1px rgba(74, 144, 226, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .custom-btn:hover {
    color: #000000;
    background: #4a90e2;
    text-decoration: none;
    opacity: 0.8; }
  @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; }

header .header-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 30px;
  position: relative;
  z-index: 28; }
  @media (max-width: 768px) {
    header .header-desc {
      padding: 15px 0; } }

.let-space-2 {
  letter-spacing: 2px;
}

.let-space-5 {
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .let-space-5 {
    letter-spacing: 3px;
  } }

#wrapp {
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: -95px; }
  @media (max-width: 1440px) {
    #wrapp {
      margin-top: 0;
      padding-top: 25px; } }
  @media (max-width: 992px) {
    #wrapp {
      padding-bottom: 25px; } }
  #wrapp .white-box {
    background: url("../img/banner-circles.png") no-repeat center top 140px;
    background-size: 100%;
    padding-top: 70px; }
    @media (min-width: 1280px) {
      #wrapp .white-box .container {
        max-width: 1280px; } }
        @media (max-width: 1280px) {
          #wrapp .white-box {
            padding-top: 15px; } }
    #wrapp .white-box .top-blue-box {
      border-radius: 12px;
      background-color: #e3f0ff;
      width: 40%;
      margin: 30px auto;
      padding: 20px 0; }
      @media (max-width: 1280px) {
        #wrapp .white-box .top-blue-box {
          width: 45%; } }
    #wrapp .white-box .top-pink-box {
      border-radius: 12px;
      background-color: #ffe2e5;
      width: 40%;
      margin: 30px auto;
      padding: 20px 0; }
      @media (max-width: 1280px) {
        #wrapp .white-box .top-pink-box {
          width: 45%; } }
    #wrapp .white-box .bottom-blue-box {
      border-radius: 12px;
      background-color: #e3f0ff;
      padding: 70px 75px 45px;
      margin-top: -25px; }
      @media (max-width: 1199px) {
        #wrapp .white-box .bottom-blue-box {
          padding: 70px 40px 45px; }}
          @media (max-width: 768px) {
            #wrapp .white-box .bottom-blue-box {
              padding: 50px 20px 25px; }}
    #wrapp .white-box .bottom-pink-box {
      border-radius: 12px;
      background-color: #ffe2e5;
      padding: 70px 75px 45px;
      margin-top: -25px; }
      @media (max-width: 1199px) {
        #wrapp .white-box .bottom-pink-box {
          padding: 70px 40px 45px; }}
          @media (max-width: 768px) {
            #wrapp .white-box .bottom-pink-box {
              padding: 50px 20px 25px; }}
    #wrapp .white-box .main-img img {
      width: 55%; }
    #wrapp .white-box .custom-height {
      min-height: 230px; }
      @media (max-width: 1199px) {
        #wrapp .white-box .custom-height {
          min-height: 265px; } }
      @media (max-width: 992px) {
        #wrapp .white-box .custom-height {
          min-height: auto; } }
      #wrapp .white-box .custom-height p {
        font-size: 16px;
        line-height: 1.9; }
        @media (max-width: 992px) {
          #wrapp .white-box .custom-height p {
            line-height: 1.4; } }
    #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; }

footer {
  background-color: #e3f0ff;
  padding: 30px 0;
  margin-bottom: -25px; }
  @media (min-width: 1200px) {
    footer .container {
      max-width: 1140px; } }
  footer .footer-bottom ul li {
    display: inline-block;
    background: none;
    line-height: 0;
    vertical-align: middle;
    list-style: none;
    padding: 0 15px 15px 0; }
    footer .footer-bottom ul li a {
      color: #000;
      text-decoration: none; }
      footer .footer-bottom ul li a:hover {
        text-decoration: underline; }
      footer .footer-bottom ul li a img {
        width: 120px; }
  footer .footer-bottom p {
    margin: 10px 0;
    font-size: 12px;
    padding-bottom: 0;
    margin: 0;
    color: #000; }
