:root {
  --popup-width: 701px;
  --popup-height: 500px;
  --close-x: 28px;
  --close-y: 32px;
  --text-dist: 30px;
  --submit-width2: 130px;
  --submit-height2: 40px;
  --submit-radius: 20px;
  --submit-fontsize: 1.125em;
  --submit-dist: 16px;
  --thanks-button-dist: 23px;
}

#popup-june2 {
  --pink: #ec008c;
}

#popup-june2 .popup-content {
  width: var(--popup-width);
  height: var(--popup-height);
  padding: 0 15px;
  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-june2 form.uni-style .form-field input:not([type="radio"]):not([type="checkbox"]),
#popup-june2 form.uni-style .form-field textarea,
#popup-june2 form.uni-style .form-field select,
#popup-june2 form.uni-style .form-field .file-fake-input {
  background-color: white;
}

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

#popup-june2 form {
  margin-top: 15px;
}

#popup-june2 .button {
  width: 11em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.1em;
  margin-top: 10px;
  background-color: #b2071c;
}

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

#popup-june2 p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#popup-june2 .form-text-top {
  font-size: 44px;
  letter-spacing: 0;
  color: #c52030;
  font-family: "ChillScript";
  text-align: center;
  filter: drop-shadow(4.925px 1.219px 0px rgba(60, 60, 60, 0.45));
  -webkit-text-stroke: 3px #ffffff;
  rotate: -1.5deg;
  margin-bottom: 39px;
  font-variant-ligatures: no-contextual;
  paint-order: stroke fill;
  margin-top: 30px;
}


#popup-june2 .form-text-bottom {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

#popup-june2 .thanks-top {
  font-size: 64px;
  letter-spacing: -2px;
  color: #c52030;
  font-family: "ChillScript";
  text-align: center;
  filter: drop-shadow(5.918px 1.341px 0px rgba(60, 60, 60, 0.45));
  -webkit-text-stroke: 4px #ffffff;
  rotate: -2.5deg;
  paint-order: stroke fill;
  line-height: 74px;
  max-width: 458px;
  margin-bottom: 23px;
}

#popup-june2 .thanks-bottom {
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  max-width: 528px;
}

@media screen and (max-width: 567px) {
  :root {
    --popup-width: 100%;
    --popup-height: 100%;
    --close-x: 16px;
    --close-y: 20px;
    --text-dist: 21px;
    --submit-width: 165px;
    --submit-fontsize: 1em;
    --submit-dist: 6px;
    --thanks-button-dist: 22px;
  }

  #popup-june2 .popup-content {
    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-june2 form {
    margin-top: 20px;
  }

  #popup-june2 .form-text-top {
    font-size: 29px;
    letter-spacing: -1px;
    filter: drop-shadow(2.416px 2.188px 1px rgba(60, 60, 60, 0.45));
    -webkit-text-stroke: 2px #ffffff;
    margin-bottom: 29px;
  }

  #popup-june2 .form-text-bottom {
    font-size: 18px;
    line-height: 22px;
  }

  #popup-june2 .thanks-top {
    font-size: 51px;
    letter-spacing: -1px;
    filter: drop-shadow(3.62px 4.785px 0 rgba(60, 60, 60, 0.45));
    -webkit-text-stroke: 3px #ffffff;
    max-width: 334px;
    line-height: 62px;
  }

  #popup-june2 .thanks-bottom {
    font-size: 23px;
    line-height: 30px;
    max-width: 309px;
  }
}

@media screen and (max-width: 375px) {}