/* Modals */
/*
.modal-popup-error,
.modal-popup-success {
  display: block !important;
}
*/

#reg-modal-guest, 
#reg-modal-code, 
#reg-modal, 
.modal-open .modal {
  background: rgba(0, 28, 84, 0.33);
}

.modal .modal-dialog {
  width: 100%;
}

.modal .modal-dialog .modal-content {
  border: 12px solid #00AEEF;
  border-radius: 30px;
  height: 600px;
  background: white url("../images/popup/bg-popup.png?v=1") right bottom -2px no-repeat;
  background-size: contain;
  max-width: 95%;
}

.modal .modal-dialog .modal-content.regPlay {
  background: white url("../images/popup/bg-popup-play-mob.png?v=1") right bottom -2px no-repeat;
  background-size: contain;
}

.modal .modal-dialog .modal-content.modal-content-form {
  background: none;
  height: initial;
}
.modal-content {
  border: none;
}
.modal-header {
  border-bottom: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0;
}

.modal-footer {
  display: none;
}
.form-error {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 0 !important;
  line-height: 1em !important;
}
.form-msg {
  display: none;
  background: white;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 16px;
  line-height: 1.325em;
  padding: 10px 15px;
}
.thanks-msg {
  color: #00aeef;
  border: 1px solid #00aeef;
}
.error-msg {
  color: #e22a86;
  border: 1px solid #e22a86;
}
.hd-success-trans {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.hd-form-wrap {
  background: white;
  padding: 15px;
  text-align: center;
  margin: auto;
  box-shadow: 1px 0px 7px 0px rgba(152, 152, 152, 1);
  -webkit-box-shadow: 1px 0px 7px 0px rgba(152, 152, 152, 1);
  -moz-box-shadow: 1px 0px 7px 0px rgba(152, 152, 152, 1);
}
.hd-form-inner-top {
  border: 3px solid #00aeef;
  padding: 5px;
  box-shadow: 1px 0px 3px 0px rgba(152, 152, 152, 1) inset;
  -webkit-box-shadow: 1px 0px 3px 0px rgba(152, 152, 152, 1) inset;
  -moz-box-shadow: 1px 0px 3px 0px rgba(152, 152, 152, 1) inset;
}
.hd-form-inner {
  border: 3px solid white;
  padding: 10px;
  box-shadow: 1px 0px 8px 0px rgba(152, 152, 152, 1) inset;
  -webkit-box-shadow: 1px 0px 8px 0px rgba(152, 152, 152, 1) inset;
  -moz-box-shadow: 1px 0px 8px 0px rgba(152, 152, 152, 1) inset;
}
.nrm-ppop-ttl-wrap {
  text-align: center;
  margin: auto;
  margin-top: 15px;
}
.close-popup-reg {
  font-size: 2.75rem;
}

/* Form Reg steps */
.modal-body.reg-form-step-1 {
  max-width: 250px;
  padding: 0 1rem;
}

/* Form Reg steps */
.xmas-popup-cont-2,
.xmas-popup-cont-3,
.xmas-popup-cont-4,
.xmas-popup-cont-5 {
  display: none;
}

#reg-modal .modal-header-top img,
.quiz-wrap .modal-header-top img {
  max-width: 150px;
}

.modal-hd-granny-form-wrap .modal-header h4 {
  font-size: 26px;
}

.modal-hd-granny-form-wrap .modal-header h5 {
  font-size: 20px;
}

.xmas-popup-cont-3 .modal-hd.modal-hd-granny-form {
  max-width: 200px;
}

.modal-header.cont-3 .con-3-txt {
  width: 70%;
}

.modal-header.cont-3 .con-3-txt p {
  font-size: 24px;
  line-height: 1.175em;
  font-weight: 600;
  color: #575757;
  margin-left: 0;
  margin-top: 0;
}

.xmas-popup-cont-3 .modal-body .modal-answer {
  max-width: 300px;
}
.modal-header.cont-3 .con-3-img {
  position: absolute;
  left: initial;
  right: -40px;
  top: 40px;
}

.xmas-popup-cont-4 .modal-hd-granny-form {
  bottom: initial;
  right: 0;
  max-width: 170px;
}

.hd-field.hd-submit {
  margin: 15px auto;
  text-align: center;
}

.xmas-popup-cont-5 .modal-body .modal-answer.xmas-play-cta,
#hd-form-submit,
#hd-form-reg-submit {
  background: #00AEEF;
  border-radius: 23px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  padding: 5px 50px;
  border: none;
  cursor: pointer;
}


.xmas-popup-cont-5 .modal-body .modal-answer.xmas-play-cta:hover,
.xmas-popup-cont-5 .modal-body .modal-answer.xmas-play-cta:active,
.xmas-popup-cont-5 .modal-body .modal-answer.xmas-play-cta:focus,
#hd-form-submit:hover,
#hd-form-submit:active,
#hd-form-submit:focus,
#hd-form-reg-submit:hover,
#hd-form-reg-submit:active,
#hd-form-reg-submit:focus {
  background: #098bbb;
}

.lets-play-cta {
  padding: 5px 50px 10px 50px;
}

.download-book-cta {
  display: none;
  margin-top: 15px;
}

.download-book-cta.show {
  display: block;
}

.download-book-cta span {
  padding: 8px 20px;
  border: 1px solid #00AEEF;
  display: block;
  color: #00AEEF !important;
}

.reg-temp-hide {
  display: none;
  position: relative; 
  z-index: 999; 
  font-size: 16px; 
  background: white; 
  border: 1px solid #00AEEF; 
  border-radius: .3rem; 
  color: #00AEEF; 
  padding:10px; 
  text-align: center; 
  margin: auto;
}


.xmas-popup-cont-5 .modal-hd-granny-form img {
  max-width: 210px;
}

.xmas-popup-cont-5 .modal-header h4 {
  text-align: center;
}

.xmas-popup-cont-5 .modal-body .modal-answer.xmas-play-cta {
  margin: 50px auto 0 auto;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  margin-top: 15px;
  padding: 0.35rem 1rem;
  border-radius: 0.175rem;
  border: 1.5px solid #00aeef;
  height: 40px;
  line-height: 1.25rem;
  font-size: 1rem;
  text-transform: capitalize;
}

.form-control-lg#email {
  text-transform: lowercase;
}


.input-terms input,
.input-terms label {
  cursor: pointer;
}
.input-terms label {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.hd-terms-span {
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
}
.hd-submit {
  margin: 30px auto 20px auto;
  text-align: center;
}
#hd-form-submit {
  background: #00aeef;
  border-radius: 30px;
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1.55em;
  font-weight: bold;
  border-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .modal .modal-dialog {
    margin: 0;
    justify-content: center;
    padding: 0 0.5rem;
  }

  .modal .modal-dialog .modal-content {
    margin-top: 50px;
  }

  .modal .modal-dialog .modal-content.regQuestion {
    background: white url("../images/popup/bg-popup-question.png?v=1") right bottom -2px no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 960px) {
  .modal .modal-dialog {
    min-width: 630px;
    margin-left: 15vw;
  }
  .modal .modal-dialog .modal-content {
    height: 773px;
    background: white url("../images/popup/bg-popup.png?v=2") center bottom -2px no-repeat;
    background-size: auto;
    max-width: 100%;
    padding: 0 50px;
  }
  
  .modal .modal-dialog .modal-content.regPlay {
    background: white url("../images/popup/bg-popup-play-dt.png?v=1") right bottom -2px no-repeat;
    background-size: contain;
  }


  .modal .modal-dialog .modal-content.modal-content-form {
    height: 600px;
    border: 10px dashed green;
  }

  .xmas-popup-cont-2 .modal-header h5 {
    max-width: 250px;
  }

  .modal-hd-granny-form-wrap .modal-header {
    margin-top: 40px;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }


  .modal-header {
    padding-bottom: 1rem;
  }

  /* Check Diploma | Eldad */
  .hd-form-wrap {
    background: white;
  }

  .hd-form-inner-top {
    border: none;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .hd-form-inner {
    border: none;
    padding: 0 12%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .xmas-popup-cont-5 .modal-body .modal-answer.xmas-play-cta {
    margin: 20px auto 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  #reg-modal {
    -webkit-mask: radial-gradient(ellipse 180px 130px at 75% calc(100% - 165px), transparent 99%, black 100%);
    mask: radial-gradient(ellipse 180px 130px at 75% calc(100% - 165px), transparent 99%, black 100%);
  }

  #reg-modal .modal-header-top img,
  .quiz-wrap .modal-header-top img {
    max-width: 170px;
  }
}

@media screen and (min-width: 1200px) {
  #reg-modal {
    -webkit-mask: radial-gradient(ellipse 220px 150px at 75% calc(100% - 165px), transparent 99%, black 100%);
    mask: radial-gradient(ellipse 220px 150px at 75% calc(100% - 165px), transparent 99%, black 100%);
  }

  #reg-modal .modal-header-top img,
  .quiz-wrap .modal-header-top img {
    max-width: 170px;
  }
}

@media screen and (min-width: 1300px) {
  #reg-modal {
    -webkit-mask: radial-gradient(ellipse 250px 170px at 75% calc(100% - 200px), transparent 99%, black 100%);
    mask: radial-gradient(ellipse 250px 170px at 75% calc(100% - 200px), transparent 99%, black 100%);
  }

  #reg-modal .modal-header-top img,
  .quiz-wrap .modal-header-top img {
    max-width: 200px;
  }
}

@media screen and (min-width: 1600px) {
  #reg-modal {
    -webkit-mask: radial-gradient(
      ellipse 400px 300px at 75% calc(100% - 235px),
      transparent 85%,
      rgba(0,0,0,0.6) 70%,
      black 100%
    );
    mask: radial-gradient(
      ellipse 400px 300px at 75% calc(100% - 235px),
      transparent 85%,
      rgba(0,0,0,0.6) 90%,
      black 100%
    );
  }

  .nrm-ppop-ttl-wrap {
    margin: 160px 0 0 0;
  }
  .hd-form-inner-top {
    border: none;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .hd-form-inner {
    border: none;
    padding: 0 12%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}

.modal-header-top {
  text-align: center;
  margin: 0 auto;
  margin-top: -60px;
}

.modal-header-top button.close {
  font-size: 55px;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-right: 0;
}
.hd-easter-chars {
  position: relative;
  z-index: 601;
}
.modal-header h4 {
  text-align: left;
  font-size: 26px;
  line-height: 1.175em;
  color: #00aeef;
  font-weight: 600;
}
.modal-body {
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "open-sans", sans-serif;
}

.modal-hd-code-bunny {
  padding-top: 50px;
}

.modal-hd-reg-bunny .modal-body {
  padding-top: 1rem;
}

.modal-hd-reg-bunny .modal-hd {
  right: 0;
  bottom: 40px;
}

.modal-hd.modal-hd-kangi {
  bottom: 40px;
}

.modal-hd-reg-bunny img {
  max-width: 150px;
}

.modal-hd-code-bunny.modal-has-code .modal-answers {
  margin: auto;
  margin-top: 50px;
  max-width: 310px;
  padding: 0 1rem;
}

.modal-hd-code-bunny .modal-body .modal-answer.submit-code,
.modal-hd-code-bunny.modal-has-code .modal-answer.code-correct,
.modal-hd-code-bunny.modal-has-code .modal-answer.has-code-cta {
  width: initial;
  margin: 20px auto;
  border: 2px solid #00aeef;
  background: #00aeef;
  color: white;
}

.code-teaser-correct,
.code-correct,
.code-incorrect {
  display: none;
}
.modal-hd-code-bunny.modal-has-code .modal-answer.code-correct,
.modal-hd-code-bunny.modal-has-code .modal-answer.code-incorrect {
  color: #F47D20;
  font-size: 14px;
  width: initial;
  border: none;
  background: transparent;
}

.modal-hd-code-bunny.modal-has-code .modal-answer.code-correct {
  color: #00aeef;
}


@media screen and (min-width: 960px) {
  .modal-header-top {
    margin-top: -70px;
  }

  .modal-header-top button.close {
    margin-top: 0;
    margin-right: 0;
  }
  .modal-body {
    text-align: left;
    margin: 0;
    margin-top: -10px;
    font-family: "open-sans", sans-serif;
  }
  .hd-form-wrap .close.close-popup-reg {
    position: relative;
    right: 0;
    top: -90px;
  }

  .modal-hd-code-bunny.modal-has-code .modal-answers {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .modal-header-top button.close {
    font-size: 80px;
  }
}

.modal-hd {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.modal-hd.modal-hd-natcat {
  bottom: 0;
}

.modal-hd img {
  width: 100%;
}

.modal-hd-natcat img {
  max-width: 100px;
}

.modal-hd-flupe img {
  max-width: 90px;
}

.modal-hd-didi img,
.modal-hd-granny img,
.modal-hd-ollie img,
.modal-hd-kangi img {
  max-width: 120px;
}

.modal-hd-bunny img {
  max-width: 140px;
}

.modal-hd-code-bunny img {
  max-width: 350px;
}

.modal-popup-error,
.modal-popup-success {
  display: none;
  padding: 40px 20px 0 25px;
  color: white;
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  font-family: "Open Sans", sans-serif;
  z-index: 2;
}

.modal-popup-error {
  background: url(../images/popup/bubble-wrong-m.png) 0 0 no-repeat;
  background-size: contain;
  width: 220px;
  height: 158px;
  position: absolute;
  top: -80px;
  left: 114px;
}

.modal-popup-success {
  background: url(../images/popup/bubble-correct-m.png) 0 0 no-repeat;
  background-size: contain;
  padding: 55px 80px 0 0;
  width: 300px;
  height: 190px;
  position: absolute;
  top: -120px;
  left: -120px;
}

.modal-popup-error.modal-grannyform-popup-error {
  top: -150px;
}

.modal-popup-error.modal-grannyform-popup-success {
  top: -160px;
  left: 130px;
}

.modal-popup-error.modal-didi-popup-error {
  top: -170px;
  left: 88px;
}
.modal-popup-error.modal-ollie-popup-error {
  top: -190px;
  left: 110px;
}
.modal-popup-success.modal-ollie-popup-success {
  top: -220px;
  left: 120px;
}
.modal-popup-error.modal-natcat-popup-error {
  top: -180px;
  left: 115px;
}
.modal-popup-success.modal-natcat-popup-success {
  top: -220px;
  left: 40px;
}
.modal-popup-error.modal-bunny-popup-error {
  top: -180px;
  left: 110px;
}
.modal-popup-success.modal-bunny-popup-success {
  top: -230px;
  left: 50px;
}
.modal-popup-error.modal-kangi-popup-error {
  top: -190px;
  left: 75px;
}
.modal-popup-success.modal-kangi-popup-success {
  top: -215px;
  left: 90px;
}
.modal-popup-error.modal-flupe-popup-error {
  top: -170px;
  left: 50px;
}
.modal-popup-success.modal-flupe-popup-success {
  top: -220px;
  left: 80px;
}
.modal-popup-error.modal-granny-popup-error {
  top: -175px;
  left: 204px;
}
.modal-popup-success.modal-granny-popup-success {
  top: -160px;
  left: 178px;
}
.modal-header h5 {
  font-size: 28px;
  line-height: 1.175em;
  font-weight: 600;
  color: #575757;
  margin-top: 15px;
}

.modal-header h5 strong {
  font-weight: 700;
  text-decoration: underline;
}

.modal-body .modal-answer {
  font-size: 1.5em;
  line-height: 1.55em;
  font-weight: 600;
  border: 2px solid #00aeef;
  border-radius: 30px;
  background: white;
  color: #00aeef;
  max-width: 250px;
  margin: 20px 1rem 0 1rem;
  text-align: center;
  cursor: pointer;
}
.modal-body .modal-answer:hover {
  border: 2px solid #00aeef;
  background: #00aeef;
  color: white;
}
.modal-body .answer-error,
.modal-body .answer-error:hover,
.modal-body .answer-error:active,
.modal-body .answer-error:focus {
  border: 2px solid #f47d20;
  background: #f47d20;
  color: white;
}
.modal-body .answer-success {
  border: 2px solid #89c54f;
  background: #89c54f;
  color: white;
}
@media screen and (min-width: 960px) {
  .modal-body .modal-answers {
    padding-left: 1rem;
  }
  .modal-header h5 {
    margin-left: 0;
    max-width: 500px;
  }
  .modal-hd-granny-form-wrap .modal-header h5 {
    font-size: 24px;
  }
  .modal-hd {
    left: initial;
    right: 15px;
    bottom: 0;
  }

  .modal-hd.modal-hd-didi,
  .modal-hd.modal-hd-bunny {
    bottom: 25px;
  }

  .modal-hd.modal-hd-kangi {
    bottom: 120px;
  }

  .modal-popup-error,
  .modal-popup-success {
    padding: 60px 20px 0 35px;
    font-size: 28px;
  }

  .modal-popup-error {
    background: url(../images/popup/bubble-wrong.png) 0 0 no-repeat;
    background-size: contain;
    width: 290px;
    height: 208px;
    position: absolute;
    top: -210px;
    left: 135px;
  }

  .modal-popup-success {
    background: url(../images/popup/bubble-correct.png) 0 0 no-repeat;
    background-size: contain;
    width: 300px;
    height: 260px;
    position: absolute;
    padding-top: 75px;
    top: -206px;
    left: 107px;
  }
  .modal-body .modal-answer {
    font-size: 24px;
    line-height: 2em;
    margin: 20px 0 0 0;
  }

  .modal-hd-reg-bunny .modal-body {
    padding-top: 3rem;
  }

  .modal-hd-reg-bunny .modal-header h5 {
    max-width: initial;
  }

  .modal-hd-code-bunny img {
    max-width: 400px;
  }

  .modal-hd-reg-bunny .modal-hd {
    right: 0;
    bottom: 170px;
  }

  .modal-hd-reg-bunny img {
    max-width: 250px;
  }

  .modal-hd-didi img {
    max-width: 275px;
  }

  .modal-hd-natcat img,
  .modal-hd-flupe img,
  .modal-hd-kangi img {
    max-width: 220px;
  }

  .modal-hd-ollie img,
  .modal-hd-granny img {
    max-width: 260px;
  }
  
  .modal-hd-bunny img {
    max-width: 275px;
  }
}

@media screen and (max-width: 1024px) {
  .hd-field.hd-submit {
    margin-top: 25px;
  }


  .modal-popup-success.modal-didi-popup-success {
    top: -140px;
  }

  .modal-popup-error.modal-didi-popup-error {
    top: -140px;
    left: -120px;
  }
  .modal-popup-success.modal-didi-popup-success {
    top: -170px;
    left: -140px;
  }
  .modal-popup-error.modal-ollie-popup-error {
    top: -140px;
    left: -105px;
  }
  .modal-popup-success.modal-ollie-popup-success {
    top: -170px;
    left: -130px;
  }
  .modal-popup-error.modal-natcat-popup-error {
    top: -150px;
    left: -130px;
  }
  .modal-popup-success.modal-natcat-popup-success {
    top: -150px;
    left: -150px;
  }
  .modal-popup-error.modal-bunny-popup-error {
    top: -150px;
    left: -100px;
  }
  .modal-popup-success.modal-bunny-popup-success {
    top: -170px;
    left: -80px;
  }
  .modal-popup-error.modal-kangi-popup-error {
    top: -140px;
    left: -100px;
  }
  .modal-popup-success.modal-kangi-popup-success {
    top: -175px;
    left: -120px;
  }
  .modal-popup-error.modal-flupe-popup-error {
    top: -140px;
    left: -120px;
  }
  .modal-popup-success.modal-flupe-popup-success {
    top: -160px;
    left: -130px;
  }
  .modal-popup-error.modal-granny-popup-error {
    top: -175px;
    left: 204px;
  }
  .modal-popup-success.modal-granny-popup-success {
    top: -89px;
    left: 140px;
  }
}





/* Certification */
.my-cert-wrap {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
}

.my-cert,
.my-cert-img {
  text-align: center;
  margin: 0 auto;
}
.my-cert-img {
  max-height: 90vh;
  margin-top: 3.5vh;
}
.my-cert-name,
.my-cert-print,
.my-cert-country,
.hd-date-wrap {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25rem;
  text-align: center;
  margin: auto;
}
.my-cert-name,
.my-cert-country {
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.my-cert-name {
  font-size: 3rem;
  top: 25vh;
}
.my-cert-country {
  top: calc(25vh + 3.5rem);
  font-weight: 400;
}
.hd-date-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(25vh + 7rem);
}
.hd-date-wrap label {
  cursor: pointer;
  border-bottom: 1px solid black;
  padding: 0 8px 5px 8px;
}
.hd-date-wrap span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.my-cert-print {
  position: absolute;
  top: 3vh;
  right: 30vw;
}
.my-cert-print img {
  width: 30px;
}
.my-cert-print span {
  background: #00aeef;
  border-radius: 5px;
  color: white;
  padding: 8px 12px;
  display: inline-block;
  cursor: pointer;
}
.my-cert-close {
  top: 50px;
  position: absolute;
  left: -200%;
  font-size: 2.75rem;
}
@media screen and (max-width: 1750px) {
  .my-cert-print {
    right: 27vw;
  }
  .my-cert-close {
    left: -180%;
  }
}
@media screen and (max-width: 1420px) {
  .my-cert-print {
    right: 24vw;
  }
  .my-cert-close {
    left: -160%;
  }
}
@media screen and (max-width: 1250px) {
  .my-cert-print {
    right: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .my-cert-print {
    right: 3vw;
  }
  .my-cert-close {
    left: 0;
  }
  .my-cert-name,
  .my-cert-print,
  .my-cert-country,
  .hd-date-wrap {
    font-size: 1.35rem;
    line-height: 1.15rem;
  }
  .my-cert-name {
    font-size: 2rem;
    top: 20vh;
  }
  .my-cert-country {
    top: calc(20vh + 2.125rem);
  }
  .hd-date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(20vh + 4.25rem);
  }
}
@media screen and (max-width: 768px) {
  .my-cert-print {
    right: 0.25vw;
    top: 0.25vh;
  }
  .my-cert-name,
  .my-cert-print,
  .my-cert-country,
  .hd-date-wrap {
    font-size: 1.75rem;
    line-height: 1.25rem;
  }
  .my-cert-name {
    font-size: 2rem;
    top: 25vh;
  }
  .my-cert-country {
    top: calc(25vh + 2.125rem);
  }
  .hd-date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(25vh + 4.25rem);
  }
}
@media screen and (max-width: 560px) {
  .my-cert-name,
  .my-cert-print,
  .my-cert-country,
  .hd-date-wrap {
    font-size: 1.35rem;
    line-height: 1.15rem;
  }
  .my-cert-name {
    font-size: 2rem;
    top: 19vh;
  }
  .my-cert-country {
    top: calc(19vh + 2.125rem);
  }
  .hd-date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(19vh + 4.25rem);
  }
}
@media screen and (max-width: 378px) {
  .my-cert-name,
  .my-cert-print,
  .my-cert-country,
  .hd-date-wrap {
    font-size: 1.25rem;
    line-height: 1.15rem;
  }
  .my-cert-name {
    font-size: 1.75rem;
    top: 22vh;
  }
  .my-cert-country {
    top: calc(22vh + 1.75rem);
  }
  .hd-date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(21.5vh + 3.25rem);
  }
}





/* Winner */
#easter-winner-modal .easter-popup-ttl-wrap {

}

#easter-winner-modal .easter-popup-ttl-wrap .modal-title {
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.15em;
  color: #00aeef;
  font-weight: 600;
}

.winner-cnt-share {
  margin-top: 10px;
  color: #FFE600;
}

.winner-share-cta-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
  margin: 20px auto 0px auto;
}

.winner-share-cta {
  background: white;
  border: 1px solid white;
  border-radius: 8px;
  margin: 0 12px;
  font-size: 30px;
  color: #3F98D6;
  padding: 6px;
  text-decoration: none;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.winner-share-cta:hover,
.winner-share-cta:active,
.winner-share-cta:focus {
  text-decoration: none;
  border: 1px solid white;
  background: #3F98D6;
  color: white;
}

@media screen and (min-width: 960px) {
  .modal-hd-granny-form img {
    max-width: 290px;
  }


  .winner-share-cta {
    font-size: 32px;
    width: 50px;
    height: 50px;
  }

  .modal-hd-granny-form-wrap .modal-header h4 {
    font-size: 34px;
  }

}

@media screen and (min-width: 960px) and (max-width: 1650px) {
/* REG screens */
  .modal .modal-dialog .modal-content {
    height: 480px;
  }

  .modal .modal-dialog .modal-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .modal .modal-dialog .modal-content.modal-hd-granny-form-wrap img {
    max-height: 375px;
  }

  .modal .modal-dialog .modal-content.modal-hd-granny-form-wrap .xmas-popup-cont-3 img {
    max-height: 300px;
  }

  .modal .modal-dialog .modal-content.modal-hd-granny-form-wrap .xmas-popup-cont-3 .con-3-img img { 
    max-height: 215px;
  }

  .modal .modal-dialog .modal-content.modal-hd-granny-form-wrap .xmas-popup-cont-4 img {
    max-height: 170px;
  }

  .modal .modal-dialog .modal-content.modal-hd-granny-form-wrap .xmas-popup-cont-4 .modal-header {
    padding-top: 0;
  }
  
  .modal-hd-granny-form-wrap .modal-header {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .modal-hd-granny-form-wrap .modal-header h4 {
    font-size: 28px;
  }
  .modal-hd-granny-form-wrap .modal-header h5 {
    font-size: 20px;
  }
  .modal-body .modal-answer {
    font-size: 20px;
    margin-top: 15px;
  }

/* Popups */
  .modal-hd-ollie img, .modal-hd-granny img, .modal-hd-didi img, .modal-hd-bunny img {
    max-width: 200px;
  }

  .modal-hd-natcat img, .modal-hd-flupe img, .modal-hd-kangi img {
    max-width: 175px;
  }

  .modal-header h4 {
    font-size: 25px;
  }

  .modal-header h5 {
    font-size: 22px;
    margin-top: 8px;
  }
}


@media screen and (max-width: 960px) {
  .modal-header h4,
  .modal-header h5 {
    font-size: 20px;
  }

  .modal-header h4 {
    width: 90%;
  }

  .xmas-popup-cont-1 .modal-hd-granny-form img {
    max-width: 170px;
  }

  .xmas-popup-cont-2 .modal-hd-granny-form img {
    max-width: 125px;
  }

  .xmas-popup-cont-3 .modal-hd.modal-hd-granny-form {
    max-width: 160px;
    bottom: 0;
    right: 35px;
  }

  .modal-header.cont-3 .con-3-img {
    max-width: 150px;
    right: -20px;
    top: 20px;
  }

  .modal-header.cont-3 .con-3-txt p {
    font-size: 18px;
  }

  .modal-header.cont-3 .con-3-txt {
    width: 58%;
  }

  .xmas-popup-cont-4 {
    padding: 1rem;
  }

  .xmas-popup-cont-4 .modal-hd-granny-form {
    max-width: 95px;
    top: -0.25rem;
  }

  .xmas-popup-cont-5 .modal-hd-granny-form img {
    max-width: 170px;
  }

  .modal-popup-error.modal-grannyform-popup-error {
    top: -270px;
    left: -250px;
    background: url(../images/popup/bubble-wrong.png) 0 0 no-repeat;
    background-size: contain;
  }

  .modal-popup-success.modal-grannyform-popup-success {
    top: -320px;
    left: -270px;
    background: url(../images/popup/bubble-correct.png) 0 0 no-repeat;
    background-size: contain;
  }
}
