.brochures.open {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
}
.brochures.open .brochure-form-close {
  fill: #fff;
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 2rem;
  cursor: pointer;
}

form::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.thanks-div {
  display: none;
  color: #727272;
  height: 100vh;
  text-align: center;
  padding: 40% 20%;
}

.webp-supported .brochures {
  background-image: url("/../../images/reach-us-form.webp");
}

.brochures {
  background-image: url("/../../images/reach-us-form.png");
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  background-position: center;
  background-size: cover;
  transform: translateX(200vw);
  transition: 0.5s;
}
.brochures .form {
  height: 100vh;
  overflow-y: scroll;
  max-height: 1000px;
  width: 100%;
  padding: 6vh 5vw;
}
.brochures .form-title {
  padding-top: 1.2em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
}
.brochures .form-check-input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 4px;
}
.brochures .form__input {
  border-color: #ffffff;
  color: #ffffff !important;
  background-color: transparent;
}
.brochures .form__label {
  top: -11px;
  background: #293a6a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.brochures .form-check-label {
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02em;
}
.brochures .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.brochures input:-webkit-autofill,
.brochures input:-webkit-autofill:hover,
.brochures input:-webkit-autofill:focus,
.brochures input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 30px #293a6a inset !important;
}

.subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .brochures {
    width: 34%;
  }
}
