@font-face {
  font-family: "Suisse Intl";
  src: url("https://config.factorial.io/fonts/SuisseIntl-Light-Web/M/SuisseIntl-Light-WebM.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://config.factorial.io/fonts/SuisseIntl-Bold-Web/M/SuisseIntl-Bold-WebM.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 32px);
  background: #fff;
  font-family: "Suisse Intl", sans-serif;
}

.gallery {
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
  background: #000;
  display: block !important;
}

.slide picture,
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide.active {
  opacity: 1;
  display: block;
}

.slide picture {
  width: 100%;
  height: 100%;
  display: block;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#logo {
  position: absolute;
  bottom: 32px;
  left: 32px;
  cursor: pointer;
}

.Logo-background,
.Logo-foreground {
  transition: fill ease 350ms;
}

.white .Logo-background {
  fill: #fff;
}
.white .Logo-foreground {
  fill: #000;
}

.black .Logo-background {
  fill: #000;
}
.black .Logo-foreground {
  fill: #fff;
}

#contact {
  position: absolute;
  left: 16px;
  top: 16px;
  height: calc(100% - 32px);
  width: 320px;
  background: #000;
  color: #fff;
  padding: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

#contact a {
  color: #fff;
  text-decoration: none;
}

#contact a:hover {
  color: #fff;
  border-bottom: 2px solid #6a5acd;
}
#contact h1,
#contact h2,
#contact h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 100%;
}

#contact h1 {
  margin-top: 16px;
}

#contact ul {
  margin: 0;
  padding: 0px 0 16px 16px;
  list-style: "☞";
}

#contact ul li {
  margin: 0;
  padding: 0 0 0 16px;
}

#frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  background: #fff;
}
