.paragraph--type--newsletter {
  margin: 4rem 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--newsletter {
    margin: 40px 16px;
  }
}
.paragraph--type--newsletter .newsletter-section__container {
  background-color: var(--newsletter-bg);
  padding: 30px;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
.paragraph--type--newsletter .newsletter-section__icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph--type--newsletter .newsletter-section__icon svg {
  width: 40px;
  height: 40px;
}
.paragraph--type--newsletter .newsletter-section__title {
  margin-bottom: 15px;
}
.paragraph--type--newsletter .newsletter-section__title .field--name-field-title {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .paragraph--type--newsletter .newsletter-section__title .field--name-field-title {
    font-size: 20px;
  }
}
.paragraph--type--newsletter .newsletter-section__body {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 560px;
  width: 100%;
}
.paragraph--type--newsletter .newsletter-section__form {
  max-width: 332px;
  margin: 0 auto;
  height: 50px;
}
@media screen and (max-width: 480px) {
  .paragraph--type--newsletter .newsletter-section__form {
    max-width: inherit;
  }
}
.paragraph--type--newsletter .newsletter-section__form .form-item label {
  display: none;
}
.paragraph--type--newsletter .newsletter-section__form .webform-submission-form {
  position: relative;
}
.paragraph--type--newsletter .newsletter-section__form .field--name-field-webform {
  position: relative;
}
.paragraph--type--newsletter .newsletter-section__form .form-item-email {
  margin-bottom: 0;
  position: relative;
}
.paragraph--type--newsletter .newsletter-section__form .form-email {
  width: 100%;
  padding: 15px 70px 16px 24px;
  border-radius: 50px;
  font-family: "Montserrat", foco, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--newsletter-text);
  background-color: var(--white);
  transition: none;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 480px) {
  .paragraph--type--newsletter .newsletter-section__form .form-email {
    padding-left: 16px;
  }
}
.paragraph--type--newsletter .newsletter-section__form .form-email::-moz-placeholder {
  color: var(--newsletter-placeholder);
}
.paragraph--type--newsletter .newsletter-section__form .form-email::placeholder {
  color: var(--newsletter-placeholder);
}
.paragraph--type--newsletter .newsletter-section__form .form-email:focus {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
  transition: none;
  border: 1px solid #D9D9D9;
}
.paragraph--type--newsletter .newsletter-section__form .form-email:hover {
  box-shadow: none;
  transition: none;
  border: 1px solid #D9D9D9;
}
.paragraph--type--newsletter .newsletter-section__form .webform-button--submit {
  position: absolute;
  right: -6px;
  top: -15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--newsletter-button);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  min-width: inherit !important;
  padding: 0 !important;
}
.paragraph--type--newsletter .newsletter-section__form .webform-button--submit::before {
  content: url("../../../images/icons/envelope-icon.svg");
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.paragraph--type--newsletter .newsletter-section__form .webform-button--submit::after {
  content: "" !important;
}
/*# sourceMappingURL=paragraph-newsletter.css.map */
