.whiteroom__popup-subscribe {
  position: fixed;
  z-index: 30;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
  min-width: 288px;
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  color: #FFFFFF;
  background-color: #131313;
  -webkit-animation: showPopupSubscribe 0.25s ease-in-out 1;
          animation: showPopupSubscribe 0.25s ease-in-out 1;
}
.whiteroom__popup-subscribe-noshow {
  -webkit-animation: noshowPopupSubscribe 0.25s ease-in-out forwards 1;
          animation: noshowPopupSubscribe 0.25s ease-in-out forwards 1;
}
@-webkit-keyframes showPopupSubscribe {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes showPopupSubscribe {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes noshowPopupSubscribe {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes noshowPopupSubscribe {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.whiteroom__popup-subscribe-back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  background-color: transparent;
  outline: none;
  overflow: none;
}
.whiteroom__popup-subscribe-back::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.whiteroom__popup-subscribe-back:focus, .whiteroom__popup-subscribe-back:active, .whiteroom__popup-subscribe-back:hover {
  outline: none;
  background-color: transparent !important;
}
.whiteroom__popup-subscribe-back svg {
  width: 1.3rem;
  height: auto;
  fill: #FFFFFF;
  pointer-events: none;
}
.whiteroom__popup-subscribe-background {
  width: 100%;
  height: 100%;
  min-height: 10px;
  background-image: url("../../images/mural-subscribe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.whiteroom__popup-subscribe-form {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #131313;
}
.whiteroom__popup-subscribe-form-checkbox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFFFFF;
}
.whiteroom__popup-subscribe-form-checkbox-input {
  display: none;
}
.whiteroom__popup-subscribe-form-checkbox-label {
  width: 1rem;
  height: 1rem;
  border: solid 3px #FFFFFF;
  border-radius: 5rem;
  background-color: transparent;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.whiteroom__popup-subscribe-form-checkbox-label:hover {
  cursor: pointer;
}
.whiteroom__popup-subscribe-form-checkbox-input:checked + .whiteroom__popup-subscribe-form-checkbox-label {
  background-color: #FFFFFF !important;
}
.whiteroom__popup-subscribe-form-title {
  font-size: 1.2rem;
  color: #FFFFFF;
}
.whiteroom__popup-subscribe-form-label {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.whiteroom__popup-subscribe-form-input {
  border: solid 2px #FFFFFF !important;
  border-radius: 0.25rem;
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.whiteroom__popup-subscribe-form-input::-webkit-input-placeholder {
  color: #FFFFFF !important;
}
.whiteroom__popup-subscribe-form-input::-moz-placeholder {
  color: #FFFFFF !important;
}
.whiteroom__popup-subscribe-form-input:-ms-input-placeholder {
  color: #FFFFFF !important;
}
.whiteroom__popup-subscribe-form-input::-ms-input-placeholder {
  color: #FFFFFF !important;
}
.whiteroom__popup-subscribe-form-input::placeholder {
  color: #FFFFFF !important;
}
.whiteroom__popup-subscribe-form-submit {
  border-radius: 0.25rem;
  padding: 1rem;
  color: #131313;
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
@media (min-width: 600px) {
  .whiteroom__popup-subscribe {
    top: 20%;
    bottom: 20%;
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .whiteroom__popup-subscribe {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 1vw;
  }
  .whiteroom__popup-subscribe-back {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5vw;
    background-color: transparent;
    outline: none;
    overflow: none;
  }
  .whiteroom__popup-subscribe-back::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .whiteroom__popup-subscribe-back:focus, .whiteroom__popup-subscribe-back:active, .whiteroom__popup-subscribe-back:hover {
    outline: none;
    background-color: transparent !important;
  }
  .whiteroom__popup-subscribe-back svg {
    width: 1.3vw;
    height: auto;
    fill: #FFFFFF;
    pointer-events: none;
  }
  .whiteroom__popup-subscribe-background {
    width: 100%;
    height: 100%;
    min-height: 10px;
    background-image: url("../../images/mural-subscribe.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .whiteroom__popup-subscribe-form {
    width: 100%;
    height: 100%;
    padding: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1vw;
    text-align: center;
    color: #131313;
  }
  .whiteroom__popup-subscribe-form-checkbox {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5vw;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.8vw;
    color: #FFFFFF;
  }
  .whiteroom__popup-subscribe-form-checkbox-input {
    display: none;
  }
  .whiteroom__popup-subscribe-form-checkbox-label {
    width: 1vw;
    height: 1vw;
    border: solid 3px #FFFFFF;
    border-radius: 5vw;
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .whiteroom__popup-subscribe-form-checkbox-label:hover {
    cursor: pointer;
  }
  .whiteroom__popup-subscribe-form-checkbox-input:checked + .whiteroom__popup-subscribe-form-checkbox-label {
    background-color: #FFFFFF !important;
  }
  .whiteroom__popup-subscribe-form-title {
    font-size: 1.3vw;
    color: #FFFFFF;
  }
  .whiteroom__popup-subscribe-form-label {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
  }
  .whiteroom__popup-subscribe-form-input {
    border: solid 0.2vw #FFFFFF !important;
    border-radius: 0.3vw;
    color: #FFFFFF !important;
    background-color: transparent !important;
  }
  .whiteroom__popup-subscribe-form-input::-webkit-input-placeholder {
    color: #FFFFFF !important;
  }
  .whiteroom__popup-subscribe-form-input::-moz-placeholder {
    color: #FFFFFF !important;
  }
  .whiteroom__popup-subscribe-form-input:-ms-input-placeholder {
    color: #FFFFFF !important;
  }
  .whiteroom__popup-subscribe-form-input::-ms-input-placeholder {
    color: #FFFFFF !important;
  }
  .whiteroom__popup-subscribe-form-input::placeholder {
    color: #FFFFFF !important;
  }
  .whiteroom__popup-subscribe-form-submit {
    border-radius: 0.3vw;
    padding: 1vw;
    color: #131313;
    background-color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1vw;
  }
}