html, body {
  height: 100%; }

body {
  background-color: #000000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

h1 {
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Barlow Semi Condensed", sans-serif; }

h2 {
  margin-top: 0;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 21px;
  text-align: center; }

a {
  color: #E20613;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

#page-wrapper {
  display: flex;
  justify-content: center;
  height: 100%; }
  #page-wrapper main#main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px; }
    #page-wrapper main#main > div {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 30px; }
    #page-wrapper main#main .slider-wrapper {
      margin-top: 20px; }
    @media only screen and (min-width: 40em) {
      #page-wrapper main#main {
        display: flex;
        margin: 0 auto; }
        #page-wrapper main#main > div {
          width: 50%;
          padding: 0 20px;
          margin-bottom: 0; } }
    #page-wrapper main#main figure.logo {
      margin: 0 0 30px;
      padding: 0; }
      #page-wrapper main#main figure.logo img {
        max-width: 500px; }
    #page-wrapper main#main .info {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media only screen and (min-width: 40em) {
        #page-wrapper main#main .info {
          text-align: left;
          justify-content: flex-start;
          flex-wrap: nowrap; } }
      #page-wrapper main#main .info > div {
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (min-width: 40em) {
          #page-wrapper main#main .info > div {
            width: auto; }
            #page-wrapper main#main .info > div:first-of-type {
              padding-right: 30px;
              border-right: 3px solid #E20613;
              margin-right: 30px; } }
      #page-wrapper main#main .info p {
        margin: 0 auto 5px; }
        #page-wrapper main#main .info p a {
          color: white;
          transition: all 0.25s ease-out;
          text-decoration: none; }
          #page-wrapper main#main .info p a:hover, #page-wrapper main#main .info p a:focus {
            color: #E20613; }

.swiper-slide {
  text-align: center;
  overflow: hidden; }
  .swiper-slide.landscape img {
    width: 100%; }
  .swiper-slide.portrait img {
    max-height: calc(100vh - (80px));
    text-align: center;
    width: auto; }
    @media only screen and (min-width: 40em) {
      .swiper-slide.portrait img {
        max-height: calc(100vh - (100px)); } }

.swiper-pagination {
  width: 100%;
  position: static;
  padding: 20px; }

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid white;
  background: white;
  transition: all .25s ease-out;
  opacity: 1;
  margin: 0 5px !important;
  cursor: pointer; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E20613;
    border-color: #E20613; }
  .swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
    border-color: #E20613; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E"); }
  .swiper-button-prev:hover, .swiper-button-prev:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E20613'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E"); }
  .swiper-button-next:hover, .swiper-button-next:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23E20613'%2F%3E%3C%2Fsvg%3E"); }

/*# sourceMappingURL=styles.css.map */
