.header_wrapper {
  width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.content_wrapper {
  width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: block;
}

.footer_section {
  background-color: #18145c;
  border-top: 5px solid #ebb44d;
}

.footer_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h1 {
  color: #fff;
  letter-spacing: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

.h2 {
  color: #fff;
  border-radius: 100px;
  padding-top: 8px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

.cookie_close {
  max-width: 100%;
}

.p-text {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.cookie_open {
  max-width: 80%;
}

.cookie_open.mobile {
  display: none;
}

.open_cookie_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.text_container {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 35%;
  right: 35%;
}

.body {
  background-image: url('../images/BACKGROUNDS-1920-x-1080-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
    background-attachment: fixed !important;
  background-attachment: fixed;
}
html.w-mod-touch *{
    background-attachment: fixed !important;

}

.link-block {
  max-width: 32%;
  padding: 40px 20px;
}

.footer_text {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button {
  color: #fff;
  -webkit-text-stroke-color: #dbb2a9;
  background-color: #ac462f;
  border-bottom: 5px solid #632112;
  border-radius: 100px;
  margin-top: 40px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: none;
}

.body-2 {
  background-image: url('../images/BACKGROUNDS-1920-x-1080.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

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

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

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

@media screen and (max-width: 991px) {
  .header_wrapper, .content_wrapper, .footer_wrapper {
    width: 90%;
  }

  .h1 {
    font-size: 52px;
  }

  .h2 {
    font-size: 26px;
  }

  .cookie_open {
    max-width: 100%;
  }

  .text_container {
    left: 25%;
    right: 25%;
  }

  .body {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .link-block {
    max-width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrapper, .content_wrapper, .footer_wrapper {
    width: 95%;
  }

  .h1 {
    font-size: 46px;
  }

  .h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .p-text {
    font-size: 20px;
  }

  .text_container {
    font-size: 14px;
    left: 25%;
    right: 25%;
  }

  .body {
    background-position: 0 0;
    background-size: auto;
  }

  .link-block {
    max-width: 30%;
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header_wrapper {
    padding-top: 20px;
  }

  .content_wrapper {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .footer_section, .footer_wrapper {
    display: block;
  }

  .h1 {
    font-size: 36px;
  }

  .h2 {
    font-size: 20px;
  }

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

  .cookie_open.desktop {
    display: none;
  }

  .cookie_open.mobile {
    display: block;
  }

  .text_container {
    left: 15%;
    right: 15%;
  }

  .body {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .link-block {
    max-width: 48%;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    display: none;
  }

  .body-2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
