.newsletterPage {
  position: relative;
}
@media all and (min-width: 768px) {
  .newsletterPage {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
  }
}
.newsletterPage_main {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
@media all and (max-width: 768px) {
  .newsletterPage_main {
    width: 100%;
    padding: 23px 25px 11px 15px;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main {
    flex: 0 0 50%;
    padding: 20px 51px 41px 26px;
  }
}
@media all and (max-width: 768px) {
  .newsletterPage_main--header {
    font-size: 20px;
    margin-bottom: 29px;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main--header {
    font-size: clamp(20px, 2.35vw ,40px);
    margin-bottom: 1.225em;
  }
}
.newsletterPage_main--header_cope {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
}
.newsletterPage_main--header_cope p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.newsletterPage_main--header_cope strong {
  font-size: 1.125em;
}
.newsletterPage_main--content {
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .newsletterPage_main--content {
    font-size: 14px;
    margin-bottom: 31px;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main--content {
    font-size: 16px;
    margin-bottom: 46px;
  }
}
.newsletterPage_main--content ul {
  list-style: circle;
  margin-bottom: 0;
}
.newsletterPage_main--content ul li {
  margin-bottom: 21px;
}
.newsletterPage_main--content ul li:last-of-type {
  margin-bottom: 0;
}
.newsletterPage_main--footer {
  display: flex;
  align-content: stretch;
  align-items: stretch;
}
@media all and (max-width: 768px) {
  .newsletterPage_main--footer {
    flex-flow: column;
    justify-content: flex-start;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main--footer {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  .newsletterPage_main--footer_input {
    width: 100%;
    margin-bottom: 17px;
    order: 0;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main--footer_input {
    flex: 0 0 100%;
    margin-bottom: 21px;
  }
}
.newsletterPage_main--footer_input input {
  width: 100%;
  line-height: 1.2;
  border-width: 1px;
  border-style: solid;
}
@media all and (max-width: 768px) {
  .newsletterPage_main--footer_input input {
    font-size: 14px;
    height: 40px;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main--footer_input input {
    font-size: 20px;
    height: 52px;
  }
}
@media all and (max-width: 1100px) {
  .newsletterPage_main--footer_cope {
    width: 100%;
    order: 2;
    font-size: 8px;
    text-align: center;
  }
}
@media all and (min-width: 1100px) {
  .newsletterPage_main--footer_cope {
    flex: 0 0 66.20209%;
    font-size: 9px;
  }
}
@media all and (max-width: 1100px) {
  .newsletterPage_main--footer_button {
    width: 100%;
    order: 1;
    margin-bottom: 21px;
  }
}
@media all and (min-width: 1100px) {
  .newsletterPage_main--footer_button {
    flex: 0 0 31.88153%;
  }
}
.newsletterPage_main--footer_button button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .newsletterPage_main--footer_button button {
    font-size: 14px;
    height: 40px;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_main--footer_button button {
    font-size: 20px;
    height: 52px;
  }
}
@media all and (max-width: 768px) {
  .newsletterPage_image {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_image {
    flex: 0 0 50%;
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .newsletterPage_image img {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 768px) {
  .newsletterPage .scg-msg {
    flex: 0 0 100%;
  }
}
.newsletterPage .scg-msg .message.success,
.newsletterPage .scg-msg .message.error {
  display: block !important;
}
.newsletterPage .loader {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.newsletterPage .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
