@font-face {
  font-family: Bebas;
  src: url('../fonts/Bebas_Neue_Cyrillic.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  font-family: Fira Sans, sans-serif;
  font-size: .833333vw;
  font-weight: 400;
  line-height: 1.55;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: underline;
}

.section.is-hero {
  overflow: hidden;
}

.wrapper {
  padding: 4em 6em;
}

.wrapper.is-hero {
  height: 100%;
  padding-top: 6.25em;
  padding-bottom: 4em;
}

.grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-col {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.grid-col-2 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.grid-col-2.is-image {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.is-hero {
  object-fit: cover;
  object-position: 50% 0%;
}

.hero-image-bg {
  z-index: -1;
  aspect-ratio: 1;
  background-color: #7e00191a;
  border-radius: 100%;
  width: 100%;
}

.up-logo {
  color: #7e0019;
  width: 26.25em;
  margin-bottom: 6.25em;
}

.h1 {
  text-transform: none;
  font-family: Fira Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1;
}

.p-base {
  margin-bottom: 0;
  font-size: 1.5em;
}

.hero-text {
  margin-top: 3.125em;
}

.button-30px {
  color: #fff;
  cursor: pointer;
  background-color: #7e0019;
  justify-content: center;
  align-items: center;
  height: 1.8em;
  margin-top: auto;
  font-size: 1.875em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-30px:hover {
  background-color: #7e2537;
}

.hero-image {
  width: 70%;
  position: absolute;
}

.red-text {
  color: #7e0019;
  font-weight: 700;
}

.info-red {
  background-color: #7e00190a;
  padding: 2.5em;
}

.p-small {
  margin-bottom: 0;
  font-size: 1.25em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2.08333vw;
  }

  .section.is-hero {
    height: auto;
  }

  .wrapper {
    padding: 2em;
  }

  .wrapper.is-hero {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid {
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .grid-col {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
  }

  .grid-col.is-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid-col-2 {
    flex: none;
    margin-bottom: 0;
    margin-left: 0;
  }

  .grid-col-2.is-image {
    order: -1;
    width: 100%;
  }

  .hero-image-bg {
    width: 60%;
  }

  .up-logo {
    margin-bottom: 2em;
  }

  .h1 {
    font-size: 4em;
  }

  .p-base {
    font-size: 1.2em;
  }

  .button-30px {
    margin-top: 1em;
  }

  .hero-image {
    width: 34%;
  }

  .p-small {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-row-gap: 3em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.73832vw;
  }

  .grid, .grid-col {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .up-logo {
    width: 100%;
  }

  .h1 {
    font-size: 3em;
  }

  .p-base {
    font-size: 1.1em;
  }

  .button-30px {
    height: 2em;
    font-size: 1.6em;
  }

  .info-red {
    padding: 1.5em;
  }

  .p-small {
    font-size: 1em;
  }
}


@font-face {
  font-family: 'Bebas';
  src: url('../fonts/Bebas_Neue_Cyrillic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}