@import url('https://fonts.googleapis.com/css2?family=BBH+Hegarty&display=swap');

@font-face {
  font-family: 'lapsus_probold';
  src: url('/themes/ace/fonts/lapsus-pro-bold/lapsus-pro-bold-webfont.eot');
  src: url('/themes/ace/fonts/lapsus-pro-bold/lapsus-pro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/themes/ace/fonts/lapsus-pro-bold/lapsus-pro-bold-webfont.woff2') format('woff2'),
    url('/themes/ace/fonts/lapsus-pro-bold/lapsus-pro-bold-webfont.woff') format('woff'),
    url('/themes/ace/fonts/lapsus-pro-bold/lapsus-pro-bold-webfont.ttf') format('truetype'),
    url('/themes/ace/fonts/lapsus-pro-bold/lapsus-pro-bold-webfont.svg#lapsus_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --popup-width: 704px;
  --popup-height: 498px;
  --close-x: 32px;
  --close-y: 34px;
  --text-dist: 38px;
  --submit-width: 206px;
  --submit-height: 40px;
  --submit-radius: 20px;
  --submit-fontsize: 1.125em;
  --submit-dist: 6.5px;
  --thanks-button-dist: 35px;
}

#popup-aug .border-gray {
  border-color: rgb(118, 118, 118);
}

html {
  overflow-x: hidden;
}

.body.scrolllock-on,
body.scrolllock-on {
  top: unset !important;
}

#popup-aug {
  --blue: #2a3b74;
}

#popup-aug .popup-content {
  width: 745px;
  height: 510px;
  max-height: 100%;
  border: none;
  background-image: url(../images/hero/popup-back.jpg);
  background-image: -webkit-image-set(url("../images/hero/popup-back.jpg") 1x,
      url("../images/hero/popup-back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#popup-aug .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: var(--close-y) var(--close-x);
}

#popup-aug form {
  margin-top: 7px;
}

#popup-aug .button {
  width: 10em;
  height: 2.2em;
  border-radius: 0;
  margin-top: 20px;
  font-size: 1.25em;
  padding: 0;
}

#popup-aug .form-action {
  justify-content: center;
  display: flex;
}

#popup-aug form {
  width: 615px;
}

#popup-aug .popup-thanks .button {
  margin-top: 20px;
  z-index: 2;
}

#popup-aug .form-text {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  text-transform: uppercase;
  font-family: 'lapsus_probold';
}

#popup-aug .thanks-above {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  max-width: 343px;
  margin-bottom: 19px;
}


#popup-aug .thanks-top {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  font-size: 130px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.635px;
  text-transform: uppercase;
  paint-order: stroke fill;
  font-family: 'lapsus_probold';
  margin-bottom: -22px;
}

#popup-aug .thanks-bottom {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 2.49px;
  -webkit-text-stroke-color: #FFF;
  font-family: "BBH Hegarty";
  font-size: 41.59px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.873px;
  text-transform: uppercase;
  paint-order: stroke fill;
  margin-bottom: 0;
}

#popup-aug .thanks-bottom2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
  font-family: "BBH Hegarty";
  font-size: 18.763px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.167px;
  text-transform: uppercase;
  paint-order: stroke fill;
}

#popup-aug .thanks-note {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 117%;
}

#popup-aug .close {
  opacity: 1;
}

#popup-wheel {
  left: 50%;
  transform: translateX(-51%);
}


@supports (background: -webkit-named-image(i)) {
  #popup-aug .button {
    padding-top: 2px;
  }
}


@media screen and (min-width: 568px) {}

@media screen and (max-width: 567px) {
  :root {
    --popup-width: 100%;
    --popup-height: 100%;
    --close-x: 16px;
    --close-y: 20px;
    --text-dist: 21px;
    --submit-width: 150px;
    --submit-height: 33px;
    --submit-radius: 17px;
    --submit-fontsize: 0.8125em;
    --submit-dist: 10px;
    --thanks-button-dist: 24px;
  }

  #popup-aug .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(../images/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/popup-back-m.jpg") 1x,
        url("../images/hero/popup-back-m@2x.jpg") 2x);
  }

  #popup-aug form {
    margin-top: 21px;
    width: calc(100% - 50px);
  }

  #popup-aug .thanks {
    width: 100%;
  }

  #popup-aug .popup-form,
  #popup-aug .popup-inner {
    width: 100%;
  }

  #popup-aug .form-text {
    font-size: 40.106px;
  }

  #popup-aug .button {
    font-size: 1.3em;
    width: 11em;

  }


  #popup-aug .popup-thanks.popup-inner {
    padding: 0 !important;
  }

  #popup-aug .thanks-above {
    max-width: 291px;
  }

  #popup-aug .thanks-top {
    -webkit-text-stroke-width: 3.41px;
    font-size: 91.791px;
    line-height: 114.127px;
    margin-bottom: -17px;
  }

  #popup-aug .thanks-bottom {
    -webkit-text-stroke-width: 2.05px;
    font-size: 29.366px;
    line-height: 30.272px;
  }

  #popup-aug .thanks-bottom2 {
    -webkit-text-stroke-width: 2.01px;
    font-size: 18.99px;
    line-height: 24.459px;
  }

  #popup-aug .thanks-note {
    font-size: 22px;
  }

  #popup-wheel {
    left: 50%;
    transform: translateX(-53%);
    width: 300px;
  }
}