@font-face {
  font-family: "b_futura_boldbold";
  src: url("fonts/futura-bold-webfont.woff2") format("woff2"), url("fonts/futura-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_bookregular";
  src: url("fonts/futura-book-webfont.woff2") format("woff2"), url("fonts/futura-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuralight";
  src: url("fonts/futurabt-light-webfont.woff2") format("woff2"), url("fonts/futurabt-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "puffin_display";
  src: url("fonts/Puffin_Display_SemiBold.woff2") format("woff2"), url("fonts/Puffin_Display_SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "puffin_display";
  src: url("fonts/Puffin_Display_Bold.woff2") format("woff2"), url("fonts/Puffin_Display_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "puffin_display";
  src: url("fonts/Puffin_Display_ExtraBold.woff2") format("woff2"), url("fonts/Puffin_Display_ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "puffin_display";
  src: url("fonts/Puffin_Display_Black.woff2") format("woff2"), url("fonts/Puffin_Display_Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "futura_bookregular", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: white;
  background-image: url(img/bg-biogas.jpg);
  background-size: cover;
  background-attachment: fixed;
}
body:before {
  inset: 0;
  position: fixed;
  background: rgba(22, 22, 22, 0.7490196078);
  content: "";
  display: block;
}
body * {
  position: relative;
}

.landingpage {
  padding-bottom: 200px;
}
.landingpage strong,
.landingpage b {
  font-family: "b_futura_boldbold";
}
.landingpage .wrapper {
  max-width: 1500px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.landingpage .logo {
  position: absolute;
  top: 54px;
  left: 54px;
}
@media (max-width: 1339px) {
  .landingpage .logo {
    top: 30px;
    left: 30px;
  }
}
.landingpage p {
  margin: 0;
  line-height: 1.5;
}
.landingpage h2 {
  font-size: 53px;
  font-family: "puffin_display", sans-serif;
  line-height: 1.25em;
  margin-bottom: 20px;
  font-weight: 600;
}
.landingpage h2 strong,
.landingpage h2 b {
  font-size: 75px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .landingpage h2 {
    font-size: 54px;
  }
}
.landingpage h3,
.landingpage h4,
.landingpage h5,
.landingpage h6,
.landingpage .content__subtitle {
  font-family: "b_futura_boldbold", sans-serif;
  color: white;
}
.landingpage .content {
  max-width: 100%;
  flex: 1;
  box-sizing: border-box;
}
.landingpage .content__inner {
  padding-right: 30px;
}
.landingpage .content__subtitle {
  margin: 0;
  padding: 0;
}
.landingpage .content__subtitle,
.landingpage .content__subtitle * {
  font-family: "puffin_display", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  color: #1e5047;
}
.landingpage .content__subtitle {
  position: relative;
  display: inline-flex;
  margin-bottom: 30px;
  max-width: calc(100% - 200px);
}
.landingpage .content__subtitle strong,
.landingpage .content__subtitle b {
  font-family: "puffin_display", sans-serif;
  font-weight: 800;
}
.landingpage .content__subtitle span {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.landingpage .content__subtitle:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  width: 3000px;
  position: absolute;
  right: -100px;
  border-radius: 0 0 200px 0;
}
.landingpage .content h3 {
  color: #baede5;
  font-family: "puffin_display";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 110.061%; /* 27.515px */
  margin: 70px 0 30px;
}
.landingpage .content h4 {
  font-size: 18px;
  margin: 30px 0 10px;
}
.landingpage .content h4 + p {
  font-size: 18px;
}
.landingpage .content ul {
  padding: 0;
}
.landingpage .content li {
  background: url("img/bullet.svg") no-repeat left center;
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.landingpage .content__cta {
  max-width: 400px;
}
.landingpage .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.landingpage .content__text {
  max-width: 100%;
  margin-top: 30px;
  width: 640px;
}
.landingpage .content__text,
.landingpage .content__text * {
  color: #fff;
  font-family: "futura_bookregular";
  font-size: 17px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.landingpage .content__text strong,
.landingpage .content__text strong *,
.landingpage .content__text b,
.landingpage .content__text b * {
  font-weight: 700;
  font-family: "b_futura_boldbold";
}
.landingpage .content__text a {
  border-bottom: 1px solid;
}
.landingpage main {
  position: relative;
  z-index: 99;
}
.landingpage .footer {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  margin-top: -200px;
}
.landingpage .footer::before {
  content: "";
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
  height: 500%;
  background-color: #def5de;
  background-size: cover;
  z-index: -1;
  transform: skewY(-10deg);
  transform-origin: top left;
}
.landingpage .footer__content {
  font-size: 25px;
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 80px;
}
.landingpage .footer__content p {
  color: black;
  font-family: "Futura-Book", sans-serif;
  display: block;
}
.landingpage .footer__content span {
  display: block;
}
.landingpage .footer__content strong,
.landingpage .footer__content b {
  font-family: "Futura-Bold", sans-serif;
  font-weight: bold;
  color: #004e25;
  text-align: left;
}
.landingpage .form {
  margin-top: 0 !important;
  width: 450px;
  background: rgba(186, 237, 229, 0.6588235294);
  backdrop-filter: blur(3.5px);
  padding: 75px 60px;
  border-radius: 75px 0;
}
.landingpage .form h4 {
  color: #000;
  font-family: "puffin_display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.landingpage .form h4 + p {
  margin-top: 10px;
  font-family: "futura_bookregular";
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.395%;
}
.landingpage .form h4 + p strong,
.landingpage .form h4 + p b {
  font-family: "b_futura_boldbold";
  font-weight: 600;
}
.landingpage .form input,
.landingpage .form textarea,
.landingpage .form input[type=text],
.landingpage .form input[type=email],
.landingpage .form input[type=tel],
.landingpage .form input[type=number] {
  line-height: 50px;
  font-size: 16px;
  color: #6d6d6d;
  font-style: italic;
  font-family: "futura_bookregular", sans-serif;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  border: 2px solid #1e5047;
  background: #fff;
}
.landingpage .form textarea {
  line-height: 1em;
  padding: 15px 20px;
}
.landingpage .form .screen-reader-response {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  font-weight: 0;
  text-indent: -9999px;
}
.landingpage .form .wpcf7-form-control-wrap {
  display: block;
  padding-bottom: 0;
  position: relative;
}
.landingpage .form .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}
.landingpage .form .wpcf7-not-valid-tip {
  position: relative;
}
.landingpage .form input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  -webkit-appearance: none;
  display: block;
  background: white;
  padding: 0;
}
.landingpage .form [data-name=privacy] {
  margin-bottom: 30px;
}
.landingpage .form span.wpcf7-not-valid-tip {
  font-family: "futura_bookregular";
  color: red !important;
}
.landingpage .form .wpcf7-acceptance label {
  display: flex;
  position: relative;
  font-size: 13px;
  margin: 27px 0 0;
}
.landingpage .form .wpcf7-acceptance label span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22%23000000%22%20height%3D%22800px%22%20width%3D%22800px%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%22512%2C59.076%20452.922%2C0%20256%2C196.922%2059.076%2C0%200%2C59.076%20196.922%2C256%200%2C452.922%2059.076%2C512%20256%2C315.076%20452.922%2C512%20512%2C452.922%20315.076%2C256%22/%3E%3C/svg%3E");
  background-size: cover;
  display: none;
}
.landingpage .form .wpcf7-acceptance label input[type=checkbox]:checked + span::before {
  display: block;
}
.landingpage .form input.wpcf7-submit {
  font-size: 25px !important;
  font-style: normal !important;
  line-height: 1em;
  padding: 15px 0 8px;
  display: block;
  border-radius: 30px 0;
  border: 2px solid #1e5047;
  background: #fff;
  font-family: "puffin_display";
  font-weight: 800;
  color: #1e5047 !important;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.landingpage .form input.wpcf7-submit:focus, .landingpage .form input.wpcf7-submit:hover {
  border: 2px solid #1e5047 !important;
  background: #1e5047 !important;
  color: white !important;
}
.landingpage .form .submit-button {
  position: relative;
}
.landingpage .form .submit-button + p {
  color: #1e5047;
  text-align: center;
  font-family: "puffin_display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.landingpage .form .wpcf7-response-output {
  font-family: "b_futura_boldbold";
  margin-top: 10px;
}
.landingpage .form .wpcf7-list-item-label {
  padding-left: 15px;
  color: black;
}
.landingpage .form .wpcf7-list-item-label strong {
  font-family: "b_futura_boldbold";
}
@media (max-width: 991px) {
  .landingpage .form {
    padding: 30px 20px;
    width: 360px;
  }
  .landingpage .content__subtitle {
    padding-right: 20px;
    font-size: 24px;
  }
  .landingpage .content__subtitle:before {
    right: 0;
    border-radius: 0;
  }
  .landingpage .content__subtitle br {
    display: none;
  }
}
@media (max-width: 767px) {
  .landingpage .flex {
    flex-wrap: wrap;
  }
  .landingpage .form,
  .landingpage .content {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .landingpage .content {
    margin-bottom: 30px;
  }
  .landingpage .content__inner {
    padding-right: 0;
  }
  .landingpage h2 br {
    display: none;
  }
}
@media (max-width: 479px) {
  .landingpage .logo {
    left: 15px;
  }
  .landingpage .wrapper {
    margin-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .landingpage h2 {
    font-size: 40px;
  }
  .landingpage .footer__content {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .landingpage .footer::before {
    top: 290px;
  }
}