#main-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

footer.position-relative.bg-navy.mt-5 {
  margin: 0 !important;
}

@font-face {
  font-family: swiper-icons;
  src: url("/fonts/vendor/swiper/swiper-icons.woff2") format("woff2"), url("/fonts/vendor/swiper/swiper-icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
#people-are {
  background-image: url(/images/home/people-are.jpg);
  background-size: 813px 585px;
  background-repeat: repeat;
}

#logo-big {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 820px;
  height: 140px;
  background-color: #8e9093;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: initial;
  padding: 32px 0;
  margin: -75px 0 0 -410px;
}

body.xs #logo-big {
  left: 0;
  width: 100%;
  height: 96px;
  background-position: center;
  background-size: 345px;
  padding: 40px 0;
  margin: -48px 0 0 0;
}

#slideInDown .inDown {
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease;
  animation-delay: 600ms;
  animation-direction: normal;
  animation-fill-mode: both;
}

body.xs #slideInDown {
  display: block !important;
}
body.xs #slideInDown .inDown {
  display: block !important;
  margin: 10px 0 !important;
}
