*, *::before, *::after {
  box-sizing: border-box; }

ul[class], ol[class] {
  padding: 0; }

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class], ol[class] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a[class] {
  text-decoration: none; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit;
  outline: none; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

img {
  height: auto;
  width: auto; }

.o-container {
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto; }

.o-hidden {
  display: none; }

.c-page {
  background-color: #000;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif; }

body,
html {
  height: 100%; }

p {
  padding: 10px 0; }

h1 {
  text-align: center;
  padding: 15px 0; }

@media (min-width: 480px) {
  .c-page {
    background-image: url("../img/banner-m.jpg");
    background-image: -webkit-image-set(url("../img/webp/banner-m.webp") 1x, url("../img/webp/banner-m.webp") 2x);
    background-image: image-set(url("../img/banner-m.jpg") 1x, url("../img/banner-m.jpg") 2x); } }

@media (min-width: 768px) {
  .c-page {
    background-image: url("../img/banner.jpg");
    background-image: -webkit-image-set(url("../img/webp/banner.webp") 1x, url("../img/webp/banner.webp") 2x);
    background-image: image-set(url("../img/banner.jpg") 1x, url("../img/banner.jpg") 2x); } }

.c-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 27px;
  width: 30px; }
  .c-burger div {
    background-color: #fff;
    height: 3px;
    width: 100%; }

.c-main {
  flex: 1 0 auto; }

.c-team-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  min-height: 187px; }

.c-text {
  background: #fff;
  padding: 5%;
  margin: 20% auto; }

.c-text__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 15px;
  margin: 0 0 15px 0; }

@media (min-width: 338px) {
  .c-team-logos {
    justify-content: space-between; } }

.c-footer {
  background: #1a2026;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  flex: 0 0 auto; }

.c-fooer__copyright {
  color: #8b99a2; }
  .c-fooer__copyright a {
    color: #8b99a2;
    margin-left: 15px; }
    .c-fooer__copyright a:hover {
      color: #fff; }
