p {
  margin-bottom: 0;
  line-height: 1.3;
}

.section_newsletter {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container-large {
  width: 100%;
  max-width: 1186px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter_content-wrapper {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  flex-flow: column;
  display: flex;
}

.newsletter_logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.newletter_top-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_text {
  text-align: center;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 56px;
  line-height: 1;
}

.newsletter_text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.text-align-center {
  text-align: center;
}

.text-align-center.max_width {
  max-width: 683px;
  margin-left: auto;
  margin-right: auto;
}

.client_content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.client_profile {
  outline-offset: 0px;
  border-radius: 50px;
  outline: 3px solid #fff;
  width: 52px;
  height: 52px;
}

.client_profile._2 {
  margin-left: -16px;
}

.client_text {
  font-size: 12px;
}

.text-size-18-bold {
  font-size: 18px;
  font-weight: 700;
}

.newsletter_form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.news_form {
  margin-bottom: 0;
}

.news_form.hide {
  display: block;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.email_field {
  color: #000;
  border-radius: 10px;
  min-height: 65px;
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 22px;
}

.email_field:focus {
  border: 1px #000;
}

.email_field::placeholder {
  color: #000;
  font-size: 22px;
}

.news_submit {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  min-height: 65px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.news_submit:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.text-size-18 {
  font-size: 18px;
}

.newsletter_copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright_text-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.text-size-16 {
  font-size: 16px;
}

.div-block {
  background-color: #fff;
  width: 2px;
}

.policy_link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.policy_link:hover {
  text-decoration: underline;
}

.link_read {
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
}

.link_read:hover {
  text-decoration: underline;
}

.link_read.hide {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo {
  max-width: 200px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 87px;
  grid-row-gap: 87px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .newletter_top-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .heading-style-h2 {
    font-size: 42px;
  }

  .newsletter_copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section_newsletter {
    font-size: 16px;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .newletter_top-content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .heading-style-h2 {
    font-size: 32px;
  }

  .client_content-wrapper, .form {
    flex-flow: column;
  }

  .link_read {
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}