.c80hv68 .stay-update-form {
  margin-bottom: 40px;
}
.c80hv68 .stay-update-form__heading {
  margin-bottom: 7px;
}
.c80hv68 .stay-update-form__para {
  color: #505050;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
.c80hv68 .stay-update-form__para * {
  background: none !important;
  color: inherit !important;
}
.c80hv68 .stay-update-form__para a {
  cursor: pointer;
}
.c80hv68 .stay-update-form__link,
.c80hv68 .stay-update-form__para a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c80hv68 .stay-update-form__link {
  color: #505050;
}
.c80hv68 .stay-update-form__link:hover {
  color: #004f8f;
}
.c80hv68 .stay-update-form__link-subscribe {
  display: inline-block;
  margin-top: 8px;
  color: #505050;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c80hv68 .stay-update-form__link-subscribe:hover {
  color: #004f8f;
}
.c80hv68 .newsletter-form {
  margin: 16px 0 9px;
}
.c80hv68 .newsletter-form__email {
  padding: 15px 24px !important;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 14px !important;
  color: #505050;
  font-weight: 300;
}
.c80hv68 .newsletter-form__email::-webkit-input-placeholder {
  color: #505050;
}
.c80hv68 .newsletter-form__email::-moz-placeholder {
  color: #505050;
}
.c80hv68 .newsletter-form__email:-ms-input-placeholder {
  color: #505050;
}
.c80hv68 .newsletter-form__email:-moz-placeholder {
  color: #505050;
}
.c80hv68 .newsletter-form__button,
.c80hv68 .newsletter-form__submit {
  background-color: var(--site-color);
  background-color: var(--main-color, var(--site-color));
  border-radius: 4px;
  padding: 16px 24px;
  border: none;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  transition: all 0.5s ease;
}
.c80hv68 .newsletter-form__button:hover,
.c80hv68 .newsletter-form__submit:hover {
  background-color: var(--main-color--active);
}
.c80hv68 .fields-of-interest {
  margin-bottom: 24px;
}
.c80hv68 .fields-of-interest__heading {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 11px;
  margin-bottom: 22px;
  padding-left: 28px;
  position: relative;
}
.c80hv68 .newsletter-form__error-msg {
  color: #e9022e;
  font-size: 0.875rem;
  margin-bottom: 3px;
  margin-top: 4px;
}
.c80hv68 .back-to-top {
  position: absolute;
  right: 20px;
  top: -30px;
  cursor: pointer;
}
.c80hv68 .back-to-top__icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-93deg);
  transform: translateX(-50%) translateY(-50%) rotate(-93deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 767px) {
  .c80hv68 .stay-update-form {
    margin-bottom: 0;
  }
}
.c80hv68 .fields-of-interest__form-check__label {
  display: inline-block;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 4px;
  background-color: hsla(0, 0%, 77.3%, 0.3);
  padding: 8px 17px;
  margin-bottom: 0;
}
.c80hv68 .fields-of-interest__form-check__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.c80hv68
  .fields-of-interest__form-check__checkbox[type='checkbox']:checked
  + label {
  background-color: #505050;
  color: #fff;
  position: relative;
}
.c80hv68
  .fields-of-interest__form-check__checkbox:focus
  + .fields-of-interest__form-check__label {
  outline: auto;
}
.c80hv68 .fields-of-interest {
  margin: 41px 0;
}
.c80hv68 .fields-of-interest__heading {
  padding-left: 0;
  margin-bottom: 7px;
}
.c80hv68 .fields-of-interest__heading__icon {
  display: none;
}
.c80hv68 .fields-of-interest__form-check {
  display: inline-block;
  margin: 16px 15px 0 0;
}
@media screen and (min-width: 1024px) {
  .c80hv68 .stay-update-form {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    min-height: 206px;
  }
  .c80hv68 .stay-update-form__heading {
    font-size: 1.5rem;
    line-height: 1;
  }
  .c80hv68 .stay-update-form__link-subscribe {
    margin-top: 16px;
  }
  .c80hv68 .newsletter-form {
    margin: 15px 0 0;
  }
  .c80hv68 .newsletter-form__email {
    width: 56%;
    margin-right: 21px;
    margin-bottom: 17px !important;
  }
  .c80hv68 .newsletter-form__button,
  .c80hv68 .newsletter-form__submit {
    width: auto;
    padding: 16px 28px;
  }
  .c80hv68 .newsletter-form__button:hover,
  .c80hv68 .newsletter-form__submit:hover {
    background-color: var(--main-color--active-2);
    background-color: var(--main-color, var(--main-color--active-2));
  }
  .c80hv68 .newsletter-form__error-msg {
    margin-top: -11px;
  }
}
.contrast .c80hv68 .stay-update-form__link,
.contrast .c80hv68 .stay-update-form__para {
  color: #f5f5f5;
}
.contrast .c80hv68 .stay-update-form__link:hover {
  color: #bbb;
}
.contrast .c80hv68 .stay-update-form__link-subscribe {
  color: #f5f5f5;
}
.contrast .c80hv68 .stay-update-form__link-subscribe:hover {
  color: #bbb;
}
.contrast .c80hv68 .newsletter-form__email {
  background-color: #000;
  border: 1px solid #757575;
  color: #c5c5c5;
}
.contrast .c80hv68 .newsletter-form__email::-webkit-input-placeholder {
  color: #c5c5c5;
}
.contrast .c80hv68 .newsletter-form__email::-moz-placeholder {
  color: #c5c5c5;
}
.contrast .c80hv68 .newsletter-form__email:-ms-input-placeholder {
  color: #c5c5c5;
}
.contrast .c80hv68 .newsletter-form__email:-moz-placeholder {
  color: #c5c5c5;
}
.contrast .c80hv68 .newsletter-form__button,
.contrast .c80hv68 .newsletter-form__submit {
  background-color: #c5c5c5;
  color: #000;
}
.contrast .c80hv68 .newsletter-form__error-msg {
  color: #e9022e;
}
.contrast
  .c80hv68
  .fields-of-interest__form-check__checkbox[type='checkbox']:checked
  + label {
  background-color: #f5f5f5;
}
.contrast
  .c80hv68
  .fields-of-interest__form-check:focus
  + .fields-of-interest__form-check__label {
  outline: 1px dashed #bebebe;
}
@media screen and (min-width: 1024px) {
  .contrast .c80hv68 .newsletter-form__button,
  .contrast .c80hv68 .newsletter-form__submit {
    padding: 16px 28px;
  }
  .contrast .c80hv68 .newsletter-form__button:hover,
  .contrast .c80hv68 .newsletter-form__submit:not(.buttonDisabled):hover {
    background-color: #6e6e6e;
  }
}
.c80hv68 .news-letter-search-wrap {
  margin-bottom: 40px;
}
.c80hv68
  .fields-of-interest__form-check__checkbox[type='checkbox']:checked
  + label
  svg {
  position: relative;
  top: 3px;
  width: 22px;
}
.c80hv68 .news-letter-search .quick-links__li {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media print {
  .c80hv68 {
    display: none;
  }
}
.c80hv68 .newsletter-form__email {
  margin-right: 21px;
}
.contrast .c80hv68 .fields-of-interest__heading__icon {
  -webkit-filter: grayscale(100%) brightness(3);
  filter: grayscale(100%) brightness(3);
}
.contrast
  .c80hv68
  .fields-of-interest__form-check__checkbox[type='checkbox']:checked
  + label {
  color: #000;
}
.contrast
  .c80hv68
  .fields-of-interest__form-check__checkbox[type='checkbox']:checked
  + label
  svg
  path {
  color: #000;
  fill: #000;
}
.contrast .c80hv68 .stay-update-form__para a {
  color: #757575;
}
.contrast .c80hv68 .stay-update-form__para a:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .c80hv68 .stay-update-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .c80hv68 .fields-of-interest,
  .c80hv68 .fields-of-interest__form-check:last-child {
    margin-bottom: 0;
  }
}
.c80hv68 .fields-of-interest__heading__icon {
  width: 18px;
  top: 0;
  left: -1px;
}
.c80hv68 .buttonDisabled:hover {
  background-color: silver !important;
}
.c80hv68 .buttonDisabled {
  cursor: not-allowed;
  background-color: #bdbdbd;
}
.c80hv68 .buttonDisabled:hover {
  background-color: #bdbdbd;
}
.contrast .c80hv68 .buttonDisabled {
  opacity: 0.9;
}
.rp0i1i8 .newsletter-form__email {
  margin-right: 0;
  margin-left: 21px;
}
.rp0i1i8 .fields-of-interest__heading {
  padding-left: 0;
  padding-right: 28px;
}
.rp0i1i8 .fields-of-interest__heading__icon {
  left: auto;
  right: -1px;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rp0i1i8 .fields-of-interest__form-check {
  margin-left: 0;
  margin-right: 28px;
}
@media (min-width: 768px) {
  .rp0i1i8 .news-letter-form__email {
    margin-right: 0;
    margin-left: 17px;
  }
  .rp0i1i8 .fields-of-interest__heading {
    padding-right: 0;
  }
  .rp0i1i8 .fields-of-interest__form-check {
    margin-right: 0;
    margin-left: 15px;
  }
}
.rp0i1i8
  .fields-of-interest__form-check__checkbox[type='checkbox']:checked
  + label
  svg {
  right: -6px;
  margin-left: 2px;
}
.s11k67s2,
.szifjwt {
  flex-shrink: 0;
}
/*# sourceMappingURL=NewsletterForm.8c0102a5.chunk.css.map */
