html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

a, a:visited {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html, body {
  height: 100%;
  overflow: hidden; /* Prevent scrolling on the body */
}

.desaturate {
  filter: saturate(0);
}

::-moz-selection {
  background: #34aeff;
}

::selection {
  background: #34aeff;
}

::-moz-selection {
  background: #34aeff;
}

body {
  background-color: #010101;
}

.font, .modal-content p {
  color: #BEB5B1;
}

a, button, button.font, a.font, a:visited {
  color: #a692b0;
}
a:hover, a:focus, button:hover, button:focus, button.font:hover, button.font:focus, a.font:hover, a.font:focus, a:visited:hover, a:visited:focus {
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  a:hover, a:focus, button:hover, button:focus, button.font:hover, button.font:focus, a.font:hover, a.font:focus, a:visited:hover, a:visited:focus {
    color: #a692b0;
  }
}

.modal {
  background-color: #010101;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "MetroSans-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@font-face {
  font-family: "MetroSans-Regular";
  src: url("../assets/fonts/MetroSans-Regular.woff2") format("woff2"), url("../assets/fonts/MetroSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font, .modal-content p {
  font-size: 2.4vw;
  line-height: 1em;
}
@media screen and (max-width: 992px) {
  .font, .modal-content p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .font, .modal-content p {
    font-size: 5vw;
  }
}

.modal p {
  margin-top: 0.5em;
}

.blaze-slider {
  --slides-to-show:1;
  --slide-gap:20px;
  direction: ltr;
}

.blaze-container {
  position: relative;
}

.blaze-track-container {
  overflow: hidden;
}

.blaze-track {
  will-change: transform;
  touch-action: pan-y;
  display: flex;
  gap: var(--slide-gap);
  --slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );
  box-sizing: border-box;
}

.blaze-track > * {
  box-sizing: border-box;
  width: var(--slide-width);
  flex-shrink: 0;
}

.slider-nav {
  position: fixed;
  height: 90vh;
  top: 0;
  background-color: red;
  min-width: 6vw;
  opacity: 0;
  z-index: 50;
}
.slider-nav.prev {
  left: 0;
}
.slider-nav.next {
  right: 0;
}

.blaze-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
}

.blaze-slider.drag-disabled a {
  pointer-events: all;
}

.header {
  padding: 10px 10px 0 10px;
  position: fixed;
  width: calc(100% - 20px);
  top: 0;
  z-index: 100;
}
.header nav {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
  width: 100%;
}
.header nav a {
  display: block;
  line-height: 1;
  border: 0.05em solid;
  border-radius: 0.2em;
  padding: 0 0.15em;
  padding-bottom: 0.1em;
}
@-moz-document url-prefix() {
  .header nav a {
    padding-bottom: 0;
    padding-top: 0.05em;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #010101;
  opacity: 0.8;
}

.modal-content {
  padding: 10px 0 0 10px;
  display: inline-block;
  mix-blend-mode: exclusion;
}
.modal-content a {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.modal-content p {
  display: inline-block;
}
.modal-content p:first-child {
  margin-top: 0px;
}
.modal-content .tab {
  margin-left: 0.5em;
}

.slide-rotate picture {
  transform: rotate(1deg);
}
@media screen and (max-width: 768px) {
  .slide-rotate picture {
    transform: rotate(0deg);
  }
}

.slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.slider-container video.vertical {
  max-width: 1080px;
  max-height: 80vh;
  margin-bottom: 6.5vh;
}
@media screen and (max-width: 768px) {
  .slider-container video.vertical {
    max-width: 100%;
    margin-bottom: 0vh;
  }
}
.slider-container video.banner {
  max-width: 1024px;
  max-height: 80vh;
  padding-bottom: 6.5vh;
}
@media screen and (max-width: 992px) {
  .slider-container video.banner {
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .slider-container video.banner {
    padding-bottom: 0vh;
  }
}
.slider-container video.square, .slider-container .square {
  max-width: 700px;
  max-height: 80vh;
  padding-bottom: 6.5vh;
}
@media screen and (max-width: 768px) {
  .slider-container video.square, .slider-container .square {
    padding-bottom: 4vh;
    max-width: 100%;
  }
}
.slider-container video.teneighty, .slider-container .teneighty {
  max-width: 1080px;
  width: 100%;
  padding-bottom: 6.5vh;
}
@media screen and (max-width: 992px) {
  .slider-container video.teneighty, .slider-container .teneighty {
    padding-bottom: 4vh;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slider-container .square.iframe-container {
    max-height: 50vh;
  }
}
.slider-container picture {
  flex-shrink: 0;
  height: auto;
  max-height: 90vh;
  padding-bottom: 6.5vh;
}
.slider-container picture img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}
.slider-container .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .slider-container .caption {
    align-items: flex-end;
  }
}
@media screen and (max-width: 390px) {
  .slider-container .caption span:nth-child(2) {
    display: none;
  }
}

.slider-container.slide.logo-slide img {
  padding-bottom: 8vh;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .slider-container.slide.logo-slide img {
    padding-bottom: 2vh;
    margin-left: 2em;
    margin-right: 2em;
  }
}
.slider-container.slide.poster-slide picture {
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  .slider-container.slide.poster-slide picture {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2vh;
    max-height: 65vh;
  }
}
.slider-container.slide.double-poster-slide picture {
  max-width: 1200px;
  max-height: 80vh;
}
.slider-container.slide.double-poster-slide-2 picture {
  max-width: 1200px;
  max-height: 50vh;
  padding-bottom: 0.4vh;
}
@media screen and (max-width: 768px) {
  .slider-container.slide.double-poster-slide-2 picture {
    padding-bottom: 0.3vh;
  }
}
.slider-container.slide.invitation-card-slide .picture-container .picture-column {
  margin: 0 0.5em 0 0.5em;
  transform: rotate(1deg);
}
@media screen and (max-width: 768px) {
  .slider-container.slide.invitation-card-slide .picture-container .picture-column {
    transform: rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .slider-container.slide.invitation-card-slide .picture-container {
    margin: 0 0px 0 0px;
  }
}
.slider-container.slide.invitation-card-slide picture {
  display: block;
  padding: 0;
  margin-bottom: 1em;
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .slider-container.slide.invitation-card-slide picture {
    margin: 0;
    margin-bottom: 1em;
    min-width: auto;
  }
}

@media screen and (max-height: 700px) {
  .control-height {
    max-height: 70vh !important;
    margin-bottom: 2vh !important;
  }
}
.website-slide {
  max-width: 1510px;
  margin: 0 auto;
  transform-origin: bottom;
  margin-bottom: 5vh;
  position: relative;
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  .website-slide {
    padding-bottom: 0.3vh;
  }
}

.slide video.webvideo {
  max-height: 80vh;
  height: 100%;
  width: 100%;
  transform-origin: bottom;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: visible;
  display: flex;
}
@media screen and (max-width: 768px) {
  .slide video.webvideo {
    padding-bottom: 0.3vh;
  }
}

.slide .webimage {
  max-height: 80vh;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide .webimage {
    padding-bottom: 0.3vh;
  }
}

.slide .bar {
  position: absolute;
  bottom: 0;
  left: 2px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .slide .bar {
    display: none;
  }
}

.slide .mobile-slide {
  max-height: 80vh;
  padding-bottom: 5vh;
}
.slide .mobile-slide img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .slide .mobile-slide {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2vh;
    max-height: 70vh;
  }
}