.content {
  overflow-x: hidden;
}

.layout_hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .layout_hero { 
       min-height: 0px !important;
  }
}

.layout_hero .c-layout__image img {
  object-position: top center;
  object-fit: cover;
  transition: opacity 0.5s;
  -webkit-animation: appear 4s;
  animation: appear 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  filter: opacity(0.5);
}
@media (max-width: 991.98px) {
  .layout_hero .c-layout__image img {
    object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  .layout_hero {
    display: block;
  }
}

.l-hero {
  padding: 111px 0 50px;
}
@media only screen and (max-width: 1700px) {
  .l-hero {
    padding-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .l-hero {
    padding-top: 64px;
  }
}
@media (max-width: 991.98px) {
  .l-hero {
    padding: 64px 20px 40px;
  }
}

@media (max-width: 575.98px) {
	.l-hero {
		height: 100vh;
		display: flex;
		align-items: center;
	}
}

.l-hero__info {
  color: #fff;
  text-align: center;
}
.l-hero__title {
  font-size: 5em;
  font-weight: 300;
  margin: 40px 0;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .l-hero__title {
    font-size: 2.0625em;
  }
}
.l-hero__pretitle {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .l-hero__pretitle {
    font-size: 1em;
  }
}
.l-hero__text {
  font-size: 1.125em;
  line-height: 1.4;
  max-width: 410px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .l-hero__text {
    font-size: 0.875em;
  }
}
.l-hero__link {
  margin: 40px 0 0;
  min-width: 300px;
  padding: 15px 12px;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .l-hero__link {
    min-width: 190px;
  }
}
.l-hero__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.l-hero__logos {
  margin: 30px 0;
}
.l-hero__logo {
  padding: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .l-hero__logo {
    padding: 24px;
  }
}
