: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-july {
  --blue: #2a3b74;
}

#popup-july-game .game-inner {
  width: 853px;
  height: 552px;
}

#popup-july .popup-content {
  width: 750px;
  height: 565px;
  padding: 0 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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);
}

#popup-july .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: 20px;
}

#popup-july form {
  margin-top: 10px;
}

#popup-july .button {
  padding: 0;
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.3em;
  margin-top: 15px;
  line-height: 1;
  padding-top: 2px;
  color: white !important;
  border: none !important;
  z-index: 2;
  background-color: #e81c24;
}

#popup-july .popup-thanks .button {
  margin-top: 20px;
}

#popup-july .form-action {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cursor-area {
  position: relative;
  border: none;
  cursor: none;
  /* hide real cursor only here */
}

#popup-july .scratch-game {
  margin-top: 109px;
  width: 275px;
  height: auto;
}

#popup-july .scratchpad {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.99346405;
}

#popup-july .form-text {
  color: #042159;
  text-align: center;
  font-family: "MADE TOMMY";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

#popup-july .game-text {
  color: #042159;
  text-align: center;
  font-family: "MADE TOMMY";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

#popup-july .thanks-top {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 117%;
  /* 28.08px */
}

#popup-july .thanks-mid {
  color: #E1282B;
  text-align: center;
  font-family: "MADE TOMMY";
  font-size: 41px;
  font-style: normal;
  font-weight: 900;
  line-height: 117%;
  max-width: 496px;
  margin-top: 14px;
  margin-bottom: 14px;
}

#popup-july .thanks-bottom {
  color: #042159;
  text-align: center;
  font-family: "MADE TOMMY";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 117%;
  max-width: 426px;
}

#popup-july .thanks-note {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 117%;
  /* 29.25px */
}

#popup-july .hat {
  left: 50%;
  transform: translateX(-49%);
  bottom: 0;
}

#popup-july .image {
  left: 50%;
  transform: translateX(-50%);
  bottom: 116px;
  width: 81%;
}


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

  #popup-july .thanks-mid {
    max-width: 525px;
  }

  #popup-july .thanks-bottom {
    max-width: 454px;
  }
}

@media screen and (max-width: 853px) {
  #popup-july-game .game-inner {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 568px) {
  #fake-cursor {
    position: absolute;
    width: 102px;
    height: 102px;
    pointer-events: none;
    background-image: url(../images/hero/coin.png);
    background-size: contain;
    display: none;
    z-index: 10;
    background-repeat: no-repeat;
  }

  #fake-cursor .game-text {
    margin-top: -3em;
  }
}

@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-july .popup-content {
    padding: 0;
    height: 100%;
    width: 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-july .popup-form {
    width: 100%;
  }

  #popup-july form.uni-style {
    width: calc(100% - 35px);
  }

  #popup-july .thanks {
    width: 93%;
  }

  #popup-july .button {
    font-size: 1.2em;
  }

  #popup-july .scratch-game {
    margin-top: unset;
    width: 275px;
    height: 273px;
    position: absolute;
    bottom: 101px;
  }

  #popup-july .form-text {
    font-family: "MADE TOMMY";
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 112%;
    /* 39.2px */
  }

  #popup-july .game-text {
    font-size: 41px;
    font-style: normal;
    font-weight: 900;
    line-height: 112%;
    /* 45.92px */
    bottom: 500px;
  }

  #popup-july .popup-game {
    justify-content: flex-end;
  }

  #popup-july .hat {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
  }

  #popup-july .thanks-top {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 131%;
    /* 31.44px */
  }

  #popup-july .thanks-mid {
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 117%;
    /* 32.76px */
    max-width: 339px;
  }

  #popup-july .thanks-bottom {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 117%;
    max-width: 322px;
    /* 30.42px */
  }

  #popup-july .thanks-note {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 117%;
    /* 25.74px */
  }

  #popup-july .popup-thanks,
  #popup-july .popup-default {
    padding: 0 15px;
  }

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

    #popup-july .thanks-mid {
      max-width: 360px;
    }

    #popup-july .thanks-bottom {
      max-width: 343px;
    }
  }
}