#newsletter-section-form {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 1080px) {
  #newsletter-section-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#newsletter-section-form h2 {
  max-width: 92%;
}
#newsletter-section-form ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.5rem;
}
#newsletter-section-form ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/list-check.svg");
  left: -30px;
  top: 4px;
}
#newsletter-section-form ul {
  margin-left: calc(2rem + 30px);
  margin-bottom: 1.5rem;
}
#newsletter-section-form .text-with-decoration {
  margin-left: 2rem;
  font-size: 21px;
}
#newsletter-section-form .nl-form-box {
  padding: 40px 47px;
  background-color: #ebf5fa;
  position: relative;
}
#newsletter-section-form .nl-form-box::before {
  content: "";
  width: 100%;
  height: 160px;
  background-image: url("../img/newsletter-box-decoration.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 1080px) {
  #newsletter-section-form .nl-form-box {
    padding: 1.5rem;
  }
  #newsletter-section-form ul {
    margin-left: 2rem;
  }
  #newsletter-section-form .text-with-decoration {
    margin-left: 0;
  }
  #newsletter-section-form .nl-form-box {
    margin-top: 1.5rem;
  }
}
#newsletter-section-form label {
  font-size: 14px !important;
}
#newsletter-section-form input {
  padding: 0 20px;
  height: 44px;
}
#newsletter-section-form input::placeholder {
  color: hsla(204, 82%, 11%, 0.5);
}

#newsletter-section-form #privacy-policy {
  appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  left: 0;
  margin-right: 8px;
  padding: 0;
}
#newsletter-section-form #privacy-policy:checked {
  background-color: #2d9ed6;
}
#newsletter-section-form #privacy-policy:checked::after {
  content: "✓";
  position: absolute;
  color: #fff;
  bottom: 0px;
  left: 5px;
  font-size: 19px;
  font-weight: bold;
}
form {
  z-index: 1;
  position: relative;
}
#newsletter-section-form button {
  margin: 1.5rem auto 0;
  text-transform: none;
}
#newsletter-section-form a.text-black {
  text-decoration: underline;
  color: #052134;
}
#newsletter-section-form a {
  color: #9d9d9d;
  text-decoration: underline;
}
#newsletter-section-form .recaptcha-text {
  color: #9d9d9d;
  text-decoration: none;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
#newsletter-section-form .underlined {
  position: relative;
}
#newsletter-section-form .underlined:after {
  content: "";
  position: absolute;
  background-image: url(../img/underline.svg);
  width: 68px;
  height: 11px;
  bottom: -11px;
}
#newsletter-section-form .de.underlined:after {
  left: 0px;
  transform: scaleX(1.4);
}
#newsletter-section-form .it.underlined:after {
  left: -18px;
}
#newsletter-section-form .fr.underlined:after {
  left: -11px;
}
#newsletter-section-form button {
  border: none;
  color: #fff;
}
#privacy-policy-label {
  position: relative;
  padding-left: 32px;
}
