:root {
  --rich-black: #000c15;
  --white: white;
  --bordeau: #800;
  --eggshell: #eee5d3;
  --uncorked-dark-red: #320000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--rich-black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

.coming-soon {
  min-height: 100vh;
  color: var(--white);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  flex: none;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.coming-soon__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.coming-soon__bg {
  z-index: 0;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
}

.coming-soon__h {
  max-width: 500px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.3em;
}

.btn {
  border: 1.5px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-right: 30px;
  padding: 6px 20px;
  text-decoration: none;
  display: flex;
}

.btn.is---black {
  border-color: var(--rich-black);
  color: var(--rich-black);
}

.btn__text {
  text-transform: lowercase;
  margin-right: 30px;
  padding-right: 0;
  line-height: 120%;
}

.btn__icon {
  font-size: 32px;
  line-height: 100%;
}

.btn-wrapper {
  display: flex;
}

.btn-wrapper.is--rich-text {
  justify-content: flex-end;
  margin-top: 60px;
}

.btn-wrapper.is--text-img {
  margin-left: 30px;
}

.body {
  font-family: Poppins, sans-serif;
  line-height: 200%;
}

.coming-soon__p {
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 45px;
  line-height: 220%;
}

.page-header__h {
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.paragraph {
  max-width: 430px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.page-header__inner {
  flex-direction: column;
  align-items: center;
}

.page_header {
  margin-top: 0;
  padding: 120px;
}

.page-header__img {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text {
  padding: 120px;
}

.rich-text__inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text__h {
  margin-top: 0;
  margin-bottom: 30px;
}

.rich-text__img {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-with-image__inner {
  display: flex;
}

.text-with-image__left {
  width: 50%;
  flex: none;
  padding: 120px;
}

.text-with-inner__rechts {
  flex: 1;
  position: relative;
}

.text-with-image__h {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-with-image__p {
  margin-bottom: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.text-with-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon__radient {
  z-index: 0;
  background-image: linear-gradient(41deg, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0));
  padding: 120px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.coming-soon__form__field {
  width: 200px;
  height: 45px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1rem;
  transition: all .2s;
}

.coming-soon__form__field:hover {
  background-color: rgba(255, 255, 255, .5);
}

.coming-soon__form__field:focus-visible {
  background-color: rgba(255, 255, 255, .4);
}

.coming-soon__form__field[data-wf-focus-visible] {
  background-color: rgba(255, 255, 255, .4);
}

.coming-soon__form__field::-ms-input-placeholder {
  color: var(--white);
}

.coming-soon__form__field::placeholder {
  color: var(--white);
}

.coming-soon__form__field.is--long {
  width: 300px;
  max-width: 100%;
}

.coming-soon__logo {
  z-index: 5;
  width: 50px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.submit-button {
  height: 45px;
  max-width: 160px;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--rich-black);
  border-radius: 30px;
  padding: 4px 25px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.success-message {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .25);
}

.form-block {
  margin-bottom: 0;
}

.loading-screen {
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 130px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .page_header {
    padding: 90px 59px 89px 60px;
  }

  .rich-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .coming-soon__h, .page-header__h {
    font-size: 32px;
  }

  .page_header, .rich-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .coming-soon__radient {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3));
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon__inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .coming-soon__bg {
    position: fixed;
    bottom: auto;
  }

  .coming-soon__p {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 180%;
  }

  .coming-soon__form__field.is--long {
    width: 250px;
  }
}


