/* blocks/newsletter-signup/newsletter-signup.scss */
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
.newsletter-signup {
  margin: 2.5rem 0;
}
@media screen and (min-width: 992px) {
  .newsletter-signup {
    margin: 3.75rem 0;
  }
}
.newsletter-signup__container {
  max-width: 90em;
}
@media screen and (max-width: 991.5px) {
  .newsletter-signup__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.newsletter-signup__card {
  position: relative;
  overflow: hidden;
  background-color: #0A2333;
  border-radius: 1rem;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 992px) {
  .newsletter-signup__card {
    padding: calc(1.65rem + 3.6923076923vw) calc(1.375rem + 1.1538461538vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1560px) {
  .newsletter-signup__card {
    padding: 5.25rem 2.5rem;
  }
}
.newsletter-signup__card::before {
  content: "";
  position: absolute;
  top: -25%;
  left: 90%;
  z-index: 0;
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  background: rgba(194, 217, 230, 0.28);
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .newsletter-signup__card::before {
    top: 50%;
    right: -15%;
    left: auto;
    width: 56.25rem;
    height: 43.75rem;
    border-radius: 1rem;
    background: rgba(194, 217, 230, 0.16);
    -webkit-filter: blur(220px);
    filter: blur(220px);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.newsletter-signup__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 45rem;
  margin: 0 auto;
  text-align: center;
}
.newsletter-signup__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .newsletter-signup__intro {
    gap: 1.25rem;
  }
}
.newsletter-signup__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #FFF;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 0.875rem;
}
.newsletter-signup__badge-dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  border-radius: 50%;
  background: #EA6C34;
}
.newsletter-signup__title {
  margin: 0;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
}
.newsletter-signup__title {
  font-size: 28px;
}
@media screen and (min-width: 450px) {
  .newsletter-signup__title {
    font-size: calc(28px + 6 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .newsletter-signup__title {
    font-size: 34px;
  }
}
.newsletter-signup__description {
  max-width: 35rem;
  margin: 0;
  color: #FFF;
  opacity: 0.78;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.newsletter-signup__description {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .newsletter-signup__description {
    font-size: calc(16px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .newsletter-signup__description {
    font-size: 18px;
  }
}
.newsletter-signup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  max-width: 35rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin: 1.75rem 0 0;
}
@media screen and (min-width: 992px) {
  .newsletter-signup__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    padding: 0.375rem;
    border-radius: 999px;
    background: #FFF;
    margin: 2rem 0 0;
  }
}
.newsletter-signup__form.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.newsletter-signup__input {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-height: 3.25rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 999px;
  background: #FFF;
  color: #1B1B1B;
  outline: none;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .newsletter-signup__input {
    min-height: 3.5rem;
    padding: 0 1.5rem;
    background: transparent;
  }
}
.newsletter-signup__input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.newsletter-signup__input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.newsletter-signup__input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.newsletter-signup__input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.newsletter-signup__input::placeholder {
  color: #999;
  opacity: 1;
}
.newsletter-signup__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  min-height: 3.25rem;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #13835B;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .newsletter-signup__button {
    width: auto;
    min-width: 10.875rem;
    min-height: 3.5rem;
    padding: 0 1.25rem;
  }
}
.newsletter-signup__button svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.newsletter-signup__button:hover,
.newsletter-signup__button:focus-visible {
  background: #0F6F4E;
}
.newsletter-signup__button:disabled {
  cursor: default;
  opacity: 0.75;
}
.newsletter-signup__message {
  min-height: 1.25rem;
  margin-top: 0.875rem;
  line-height: 1.4;
  font-size: 1rem;
}
.newsletter-signup__message:empty {
  display: none;
}
.newsletter-signup__message.is-success {
  color: #58C49A;
}
.newsletter-signup__message.is-error {
  color: #FF8A80;
}
.newsletter-signup__disclaimer {
  margin-top: 1.125rem;
  color: rgba(255, 255, 255, 0.55);
}
.newsletter-signup__disclaimer p {
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 0.875rem;
}
.newsletter-signup__disclaimer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125em;
}
.newsletter-signup__disclaimer a:hover,
.newsletter-signup__disclaimer a:focus-visible {
  color: #FFF;
}
