.popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}
.popup-bg.active {
  opacity: 1;
  visibility: visible;
}
.popup-bg .popup {
  width: 676px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 48px 40px 48px 44px;
  z-index: 99999;
  transition: all .3s ease-in-out !important;
  max-height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
}
@media (max-width: 647px) {
  .popup-bg .popup {
    width: 95%;
    padding: 35px 30px 35px 30px;
  }
}
@media (max-width: 450px) {
  .popup-bg .popup {
    padding: 25px 20px 25px 20px;
  }
}
.popup-bg .popup .close-popup {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  border: none;
}
@media (max-width: 647px) {
  .popup-bg .popup .close-popup {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 450px) {
  .popup-bg .popup .close-popup {
    top: 5px;
    right: 5px;
  }
}
.popup-bg .popup .popup-title {
  color: var(--black, #111);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  text-align: center;
  display: block;
}
@media (max-width: 550px) {
  .popup-bg .popup .popup-title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .popup-bg .popup .popup-title {
    font-size: 21px;
  }
}
.popup-bg .popup .wpcf7-form {
  /* margin-top: 40px; */
}
.popup-bg .popup .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.popup-bg .popup .wpcf7-form.sent .success-message-sent {
  transition: opacity .5s ease-in-out;
}
.popup-bg .popup .wpcf7-form.sent .success-message-sent p {
  color: var(--black, #111);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  border: none;
  margin: 40px 0 0;
}
.popup-bg .popup .wpcf7-form.sent .success-message-sent p span {
  text-decoration: underline;
}
.popup-bg .popup .wpcf7-form .f_group {
  display: flex;
  flex-direction: column;
}
.popup-bg .popup .wpcf7-form .f_group p {
  margin: 0 !important;
}
.popup-bg .popup .wpcf7-form .f_group.last-child {
  margin-top: 40px;
}
.popup-bg .popup .wpcf7-form .f_group .wpcf7-form-wrap {
  display: flex;
  flex-direction: column;
}
.popup-bg .popup .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
}
.popup-bg .popup .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap input {
  width: 100%;
  color: var(--black, #111);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 15px;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
}
.popup-bg .popup .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff; 
  -webkit-text-fill-color: var(--black, #111);
}
.popup-bg .popup .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap input::placeholder {
  color: var(--black, #111);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.popup-bg .popup .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-not-valid-tip {
  font-family: "Sora", sans-serif;
  margin-top: 10px;
  color: red;
  position: absolute;
  left: 0;
  top: auto;
}
.popup-bg .popup .wpcf7-form .f_group p .wpcf7-submit {
  width: 170px;
  height: 60px;
  padding: 15px 36px;
  background-color: #111111;
  color: var(--white, #FFF);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  outline: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}
.popup-bg .popup .wpcf7-form .f_group p .wpcf7-submit:hover {
  background: #fde512;
  color: #111 !important;
}

.popup-bg .popup .wpcf7-form .wpcf7-response-output {
  color: var(--black, #111);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  border: none;
  margin: 40px 0 0;
}

.no-scroll {
  overflow: hidden;
}

.hide-page-title-field {
	display: none;
}

.visible-video {
	opacity: 1 !important;
}

.hide-video-info {
	opacity: 0;
}

.play-button {
  transition: opacity .3s ease-in-out;
}

.play-button.pause-button {
  opacity: .2;
}

.play-button.pause-button {
  background: #00000096;
}

.play-button.pause-button div {
  border-width: 0 10px 0 10px;
  border-color: transparent #fffefe transparent #fff;
  display: block !important;
}

.play-button:hover {
  opacity: 1;
}

.message-popup {
  display: none;
}

.custom-case-study-popup .popup .wpcf7-form.sent .message-popup {
  display: block;
}

/* Careers form file upload styles */
.custom-file-upload p {
  width: 100%;
}

.custom-file-upload p label {
  width: 100%;
}

.custom-file-upload p label .career__form-upload_message {
  display: block;
  margin-left: 30px;
  margin-top: -10px;
}

/*# sourceMappingURL=popup.css.map */
