* {
  box-sizing: border-box;
  --swiper-theme-color: #ffffff;
}
html,
body {
  height: 100%;
}
body {
  font-family: sans-serif;
  margin: 0;
  background: #222222;
  touch-action: pan-x pan-y;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-lazy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.copyright {
  position: absolute;
  bottom: 20px;
  color: #fff;
  opacity: 0.9;
  font-size: 0.8em;
  text-align: center;
  padding: 0 20px;
}
*:focus {
  outline: none;
}
.accreditations {
  margin-bottom: 10px;
}
.accreditations img {
  height: 60px;
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
*::-webkit-scrollbar {
  display: none;
}
.intro {
  color: #ffffff;
  text-align: center;
  padding: 30px;
}
.intro h1 {
  font-size: 2em;
  line-height: 1em;
}
.intro .normal {
  font-weight: 400;
}
@media (max-width: 660px) {
  .intro .normal {
    display: block;
    font-size: 0.75em;
  }
}
.intro h2 {
  font-size: 1.5em;
  line-height: 0.1em;
  font-weight: 400;
}
.intro hr {
  width: 20px;
  border: 2px rgba(255, 255, 255, 0) solid;
}
.intro a {
  color: #ffffff;
  text-decoration: none;
}
.intro a:hover {
  text-decoration: underline;
}
.intro ul {
  list-style-type: none;
  padding: 0;
}
.intro ul li {
  display: inline;
  margin-right: 10px;
}
.intro ul li:last-of-type {
  margin-right: 0;
}
.intro ul li .fas,
.intro ul li .fab {
  margin-right: 5px;
}
@media (max-width: 660px) {
  .intro ul li {
    display: inherit;
    margin-bottom: 10px;
  }
  .intro ul li:last-of-type {
    margin-bottom: 0;
  }
}
.intro p.instructions {
  margin-top: 60px;
  margin-bottom: -40px;
  opacity: 0.7;
  font-size: 0.9em;
}
@media (max-width: 660px) {
  .mobhide {
    display: none !important;
  }
}
