.no-scroll {
  overflow-y: hidden;
}

.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
}

.popup-wrapper .popup-container {
  padding: 72px 50px;
  position: relative;
  min-height: 100%;
}

.popup-wrapper .popup-button-close {
  display: none;
  background: #FF02FF;
  border-radius: 0;
  min-width: 306px;
  font-size: 18px;
  font-weight: 100;
  margin-top: 75px;
  color: #ffffff;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
  cursor: pointer;
}

.popup-wrapper.only-message .popup-button-close {
  display: block;
}

.popup-wrapper.only-message .popup-content {
  width: 100%;
  max-width: 1100px;
  background: #FFE600;
  z-index: 9;
  position: relative;
  height: 100%;
  min-height: 449px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 42px;
  flex-direction: column;
  letter-spacing: 1.5px;
}


.popup-wrapper.only-message .popup-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.popup-wrapper.only-message .popup-content p {
  font-size: 18px;
  line-height: 1.3;
}

.popup-wrapper .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.75;
}

.popup-wrapper .popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
}

.popup-wrapper .popup-close:before,
.popup-wrapper .popup-close:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-wrapper .popup-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-wrapper .popup-block {
  padding-top: 100px;
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.popup-wrapper:not(.login-popup):not(.reset-pas-popup) .popup-title {
  position: absolute;
  top: 0;
  background: #ffffff;
  color: #000000;
  width: 844px;
  height: 345px;
  left: -34px;
  padding: 20px 35px;
  font-size: 45px;
}

.popup-wrapper .um-1585:before {
  display: none;
}


.popup-wrapper:not(.login-popup):not(.reset-pas-popup) .popup-block:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 695px;
  height: 400px;
  position: absolute;
  top: 58px;
  right: -38px;
  background: #01FFFF;
  z-index: 0;
}

@media (max-width: 1023px) {
  .popup-wrapper:not(.login-popup):not(.reset-pas-popup) .popup-title {
    width: 601px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .popup-wrapper .popup-block {
    padding-top: 60px;
  }

  .popup-wrapper:not(.login-popup):not(.reset-pas-popup) .popup-block:before {
    right: 144px;
    max-width: 195px;
  }

  .popup-wrapper:not(.login-popup):not(.reset-pas-popup) .popup-title {
    width: 370px;
    height: 345px;
    left: 50%;
    font-size: 18px;
    padding: 20px 33px;
    transform: translate(-63%);
  }

  .popup-wrapper .popup-block:before {
    max-width: 420px;
    top: 30px;
    right: 50%;
    transform: translate(60%);
  }
}

@media (max-width: 540px) {
  .popup-wrapper .popup-container {
    padding: 72px 15px;
  }

  .popup-wrapper:not(.login-popup):not(.reset-pas-popup) .popup-title {
    transform: translate(-50%);
  }

  .popup-wrapper .popup-block:before {
    max-width: 250px;
    transform: translate(70%);
  }

  .popup-wrapper .popup-title {
    width: 300px;
    padding: 10px 12px;
    transform: translate(-57%);
    top: -5px;
  }

  .popup-wrapper .popup-block:before {
    max-width: 250px;
    top: 30px;
    right: 50%;
    transform: translate(69%);
  }
}

.hero a {
  background: #00eb00;
  padding: 10px 25px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Relevant', sans-serif;
  letter-spacing: 1px;

}

.page-header__btns span#sign-up-btn {
  display: none;
}

.page-footer__col:last-child {
  margin-bottom: 0;
}

.page-footer__col > p:not(:last-child) {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .page-footer__col:last-child {
    width: calc(53% - 70px);
  }

  .page-footer__col:first-child {
    width: calc(47% - 70px);
  }

  .page-footer__col:not(:last-child) p {
    max-width: initial;
  }

}


@media (max-width: 767px) {
  .page-footer__col:last-child {
    margin-bottom: 60px;
  }

  .page-footer__contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-footer__social {
    margin-top: 30px;
  }
}

.login-popup .popup-block,
.reset-pas-popup .popup-block {
  border: 1px solid #979797;
  background-color: #d8d8d8;
  padding: 70px;

  max-width: 510px;

}

.reset-pas-popup .popup-block input:not([type=submit]).um-form-field,
.reset-pas-popup .popup-block input:not([type=submit]).um-form-field:focus,
.login-popup .popup-block input:not([type=submit]).um-form-field,
.login-popup .popup-block input:not([type=submit]).um-form-field:focus {
  background-color: transparent !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #000 !important;
  color: #000;
  font-family: Relevant;
  font-size: 16px;
}

.reset-pas-popup .popup-block input:not([type=submit]).um-form-field::placeholder,
.login-popup .popup-block input:not([type=submit]).um-form-field::placeholder {
  color: #000000;
  font-family: Relevant;
  font-size: 16px;
  padding-left: 0 !important;
  font-weight: 500;
}

.reset-pas-popup .popup-title,
.login-popup .popup-title {
  color: #000000;
  font-family: Relevant;
  font-size: 40px;
  font-weight: 500;
  transform: unset;
  height: auto;


}

@media (max-width: 767px) {
  .reset-pas-popup .popup-title,
  .login-popup .popup-title {
    font-size: 30px;
  }

  .reset-pas-popup .popup-block,
  .login-popup .popup-block {
    padding: 30px;
  }
}

.popup-subtitle {
  color: #000000;
  font-family: Relevant;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin-top: 20px;
}

html body .reset-pas-popup .um-form input[type=submit],
html body .login-popup .um-form input[type=submit] {
  min-width: 180px;
  width: auto;
  color: #000000;
  font-family: Relevant;
  font-size: 18px;
  font-weight: 900 !important;
  font-style: normal;
  letter-spacing: 1.8px;
  background-color: #00eb00;
  padding: 19px 40px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 35px;
}

html body .reset-pas-popup .um-form .um-col-alt-b,
html body .login-popup .um-form .um-col-alt-b {
  padding-top: 5px !important;
}

html body .reset-pas-popup .um-form .um-half,
html body .login-popup .um-form .um-half {
  width: 100%;
}

html body .reset-pas-popup .um-form .um-button:not([type="submit"]),
html body .reset-pas-popup .um-form .um-link-alt,
html body .login-popup .um-form .um-button:not([type="submit"]),
html body .login-popup .um-form .um-link-alt {
  background: transparent;
  border-color: transparent !important;
  box-shadow: none;
  padding: 0 !important;
  margin-bottom: 0;
  font-family: "SimplonBPMono";
  font-size: 18px;
  font-weight: 400 !important;
  color: #000 !important;
  text-decoration: underline !important;
}

.reset-pas-popup .um-password .um-field-block {
  display: none;
}

.reset-pas-popup input[type=submit] {
  background-color: #e63312 !important;
}

.um-page-password-reset main input[type=submit] {
  min-width: 180px;
  width: auto;
  color: #fff;
  font-family: Relevant;
  font-size: 18px;
  font-weight: 900 !important;
  font-style: normal;
  letter-spacing: 1.8px;
  background-color: #e63312 !important;
  padding: 19px 40px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 35px;
}

.um-page-password-reset main .um-field-block div {
  color: #fff;
  font-family: Relevant;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  text-align: left !important;
  letter-spacing: normal;
  line-height: 30px;
}

.um-page-password-reset main .um-field-block .um-field-block:before {
  content: "Reset Password";
  color: #fff;
  font-family: Relevant;
  top: -17px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
}

.um-page-password-reset main .um .um-form input[type=text],
.um-page-password-reset main .um .um-form input[type=password] {
  background-color: transparent !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 35px !important;
  color: #fff;
  font-family: Relevant;
  font-size: 16px;
}

.um-page-password-reset main {
  margin-top: 200px;
  min-height: 45vh;
}

.um-page-password-reset main input:not([type=submit]).um-form-field::placeholder {
  color: #fff;
  font-family: Relevant;
  font-size: 16px;
  padding-left: 0 !important;
  font-weight: 500;
}

.um-page-password-reset main .um .um-form label {
  font-size: 20px !important;
  color: #fff;
}

.um-um_password_id.um {
  padding: 20px;
}

.mobile-account {
  display: block !important;
  margin-bottom: 20px;
}

.mobile-account a {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .mobile-account {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  #menu-header-menu {
    margin-bottom: 20px;
  }
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-container .close-video {
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .video-container .close-video {
    right: 5%;
  }

  #video-popup iframe {
    height: 365px;
  }
}

.hero__slider h2.heading-lg {
  font-size: 4.8rem;
}

.hero__slider .page-header__account-buttons {
  display: flex !important;
}

@media (max-width: 565px) {
  #video-popup iframe {
    height: 230px;
  }

  .hero__slider h2.heading-lg {
    font-size: 3.2rem;
  }
}

@media (max-width: 565px) {
  .hero__slider .page-header__account-buttons {
    display: block !important;
    width: 100%;
  }

  .hero__slider .page-header__account-buttons a {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }


}

.page-header__account-buttons a.link-yellow {
  margin-left: 0;
  background-color: #ffe600;

}

