/* SCSS Document */
/* MICROSOFT NONSENSE */
/* MIXINS */
/* RESET STYLES */
html, body, ul, ol, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, button, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/* VARIABLES */
/* ELEMENT STYLES */
*:focus {
  outline: none !important;
}

strong {
  font-weight: 700;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  opacity: 0.5;
}

em {
  font-style: italic;
}

body.pause {
  overflow: hidden;
  height: 100%;
}

body, html {
  text-align: center;
  color: #000000;
  font-family: futura-pt, sans-serif;
  font-size: 27px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #000000;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  display: block;
  text-wrap: balance;
}
h1 span, h2 span, h3 span {
  font-weight: 700;
}

p {
  text-wrap: balance;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1em;
  font-weight: 400;
}

input {
  line-height: 1em;
  padding: 0;
  margin-bottom: 0;
  outline: none;
  border: none;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #000000;
}
input::placeholder {
  color: #000000;
}
input:hover {
  color: #BCBCBC;
  border-color: #000000;
}
input:hover::-moz-placeholder {
  color: #BCBCBC !important;
}
input:hover::placeholder {
  color: #BCBCBC !important;
}
input:focus {
  border-color: #000000;
}
input:focus::-moz-placeholder {
  color: #BCBCBC !important;
}
input:focus::placeholder {
  color: #BCBCBC !important;
}
input:focus:hover {
  color: #000000;
}

/* GENERAL STYLES */
.link {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin-right: 28px;
  cursor: pointer;
}
.link:hover {
  opacity: 0.5;
}

.hide {
  opacity: 0;
  cursor: default;
}

.dropin {
  opacity: 0;
  position: relative;
  top: 2em;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.dropin.now {
  opacity: 1;
  top: 0;
}

.inner {
  width: 90vw;
  max-width: 900px;
  margin: 2em auto;
  text-align: center;
}

/* HEADER STYLES */
header {
  background-color: #FFFFFF;
  width: 100vw;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header img {
  width: 90vw;
  height: auto;
  max-height: 40px;
  margin: 40px auto;
}
header.bio {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
  height: 3.5em;
}
header.bio h1 {
  font-size: 1em;
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5em;
}
header.bio a.goback {
  display: block;
  position: absolute;
  left: 2.5%;
  top: 1em;
  text-transform: uppercase;
  padding-left: 1em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("../images/back-arrow.svg");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
header.bio a.goback:hover {
  opacity: 0.5;
  background-position-x: 0;
}
header.bio a.download {
  display: block;
  position: absolute;
  right: 2.5%;
  top: 1em;
  padding-right: 1em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("../images/download-arrow.svg");
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-size: 0.6em;
  text-transform: uppercase;
}
header.bio a.download:hover {
  background-position-y: 73%;
}

#goback {
  display: inline-block;
  position: absolute;
  left: -2.5%;
  top: 1em;
  text-transform: uppercase;
  padding-left: 1em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("../images/back-arrow.svg");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
#goback:hover {
  opacity: 0.5;
  background-position-x: 0;
}

/* NAV STYLES */
nav {
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  display: none;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
nav ul {
  margin: 0 auto;
}
nav ul li {
  font-size: 2em;
  margin: 0.75em 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 0;
}
nav ul li a {
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
nav ul li a.download {
  padding-right: 1em;
  background-image: url("../images/download-arrow.svg");
  background-position: 100% 63%;
  background-repeat: no-repeat;
  background-size: 0.6em;
}
nav ul li a.download:hover {
  background-position-y: 73%;
}
nav .sklogo {
  position: absolute;
  right: -2.5%;
  top: 1em;
  height: 10vh;
  width: auto;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
nav.reveal {
  display: flex;
  flex-wrap: wrap;
}
nav.fadeup {
  opacity: 1;
}
@keyframes lidrop {
  0% {
    opacity: 0;
    transform: translateY(-0.2em);
  }
  25% {
    opacity: 1;
    transform: translateY(0.1em);
  }
  75% {
    opacity: 1;
    transform: translateY(-0.05em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
nav.fadeup ul li {
  opacity: 1;
  animation: lidrop 0.25s linear;
  animation-fill-mode: both;
}
nav.fadeup ul li:nth-child(1) {
  animation-delay: 0.1s;
}
nav.fadeup ul li:nth-child(2) {
  animation-delay: 0.2s;
}
nav.fadeup ul li:nth-child(3) {
  animation-delay: 0.3s;
}
nav.fadeup ul li:nth-child(4) {
  animation-delay: 0.4s;
}
nav.fadeup .sklogo {
  right: 2.5%;
}
nav.fadeup #goback {
  left: 2.5%;
}
nav .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  display: flex;
  background-color: #FFFFFF;
  width: 100vw;
  color: #000000;
  font-size: 12px;
  padding: 0;
  height: 40px;
  border-top: 1px solid #000000;
}
nav .footer span {
  line-height: 40px;
}

/* FOOTER STYLES */
/*footer { background-color: $white; width: 100vw; height: 40px; background-image: url('../images/tickertape.gif'); background-position: 50% 50%; background-repeat: repeat-x; background-size: 90px; }*/
footer {
  overflow-x: hidden;
  display: flex;
  background-color: #FFFFFF;
  width: 100vw;
  color: #000000;
  font-size: 12px;
  padding: 0;
  height: 40px;
  border-top: 1px solid #000000;
}
footer span {
  line-height: 40px;
}

.ticker-tape {
  display: flex;
  gap: 0;
  flex: 0 0 auto;
  margin-right: 0;
  min-width: 100%;
  align-items: center;
  animation: marquee 60s linear 0s infinite;
  animation-delay: 0s;
  animation-direction: normal;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* CONTENT STYLES */
main {
  position: relative;
}
main section {
  width: 100vw;
  min-height: 56.25vw;
  position: relative;
  /* PRODUCT SLIDER */
}
main section.fullimg {
  width: 100vw;
  height: calc(100vh - 120px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section.fullimg .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-height: 56.25vw;
}
main section.fullimg svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -2em);
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
main section.copyblock {
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: auto;
}
main section.copyblock h1 {
  opacity: 1;
}
main section.copyblock ul {
  margin: 2em 0;
}
main section.copyblock ul #trigger {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main section.copyblock ul #trigger:hover {
  opacity: 0.5;
}
main section.copyblock ul li {
  display: inline;
  padding: 0 2em;
}
main section.copyblock ul li a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main section.copyblock ul li a.download {
  padding-right: 1em;
  background-image: url("../images/download-arrow.svg");
  background-position: 100% 63%;
  background-repeat: no-repeat;
  background-size: 0.6em;
}
main section.copyblock ul li a.download:hover {
  background-position-y: 73%;
}
main section#video {
  width: 100vw;
  height: 56.25vw;
  position: relative;
  margin: 0;
}
main section#video .cover {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 56.25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#video .controls {
  position: absolute;
  left: 2.5vw;
  bottom: 0;
  margin: 1em 0;
  display: flex;
}
main section#video .controls img {
  height: 60px;
  width: auto;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main section#video .controls img:hover {
  opacity: 0.5;
}
main section.split {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  min-height: 100vh;
  height: auto;
}
main section.split .col {
  width: 50%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  /*.sticky { position: sticky; top: 0; bottom: 0; }*/
}
main section.split .col .bordered {
  width: 70%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin: 5vh 15%;
}
main section.split .col .smaller {
  width: 60%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin: 15vh 20%;
}
main section.split .col .covered {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.split.bio {
  min-height: calc(100vh - 40px);
}
main section.split.bio .col {
  height: auto;
  min-height: calc(100vh - 40px);
  align-items: center;
}
main section.split.bio .col img {
  width: 100%;
  height: calc(100vh - 40px);
  -o-object-fit: cover;
     object-fit: cover;
}
main section.split.bio .col p {
  width: 80%;
  margin: 0 10%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200vw);
  }
}
main section#slider1 {
  width: 100vw;
  height: 23.809524vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 2vw 0;
  margin-bottom: -1px;
}
main section#slider1 .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #FFFFFF;
}
main section#slider1 .slide-track img {
  width: 200vw;
  height: 23.809524vw;
}
main section#slider2 {
  width: 100vw;
  height: 25.682183vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 2vw 0;
  margin-bottom: -1px;
}
main section#slider2 .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #FFFFFF;
}
main section#slider2 .slide-track img {
  width: 200vw;
  height: 25.682183vw;
}
main section.fullimg {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section.fullimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-height: 56.25vw;
}
main section.assets {
  background-color: #FFFFFF;
  position: relative;
  height: auto;
  min-height: auto;
}
main section.assets .header {
  background-color: #FFFFFF;
  height: 3.5em;
  z-index: 99;
}
main section.assets .header h1 {
  font-size: 1em;
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5em;
}
main section.assets .header a.goback {
  display: block;
  position: absolute;
  left: 2.5%;
  top: 1em;
  text-transform: uppercase;
  padding-left: 1em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("../images/back-arrow.svg");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
main section.assets .header a.goback:hover {
  opacity: 0.5;
  background-position-x: 0;
}
main section.assets .header a.download {
  display: block;
  position: absolute;
  right: 2.5%;
  top: 1em;
  padding-right: 1em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("../images/download-arrow.svg");
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-size: 0.6em;
  text-transform: uppercase;
}
main section.assets .header a.download:hover {
  background-position-y: 73%;
}
main section.assets .grid {
  background-color: #FFFFFF;
  padding: 0 2% 2%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5vw;
}
main section.assets .grid img {
  width: 32.33333%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0.5%;
}
main section.assets .grid.videos img {
  width: 49%;
  aspect-ratio: 16/9;
}
main section.assets .grid.stills img {
  width: 16%;
  aspect-ratio: 4/6;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 2%;
}
main section.contacts {
  background-color: #FFFFFF;
}
main section.contacts .header {
  background-color: #FFFFFF;
  height: 3.5em;
  z-index: 99;
}
main section.contacts .header h1 {
  font-size: 1em;
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5em;
}
main section.contacts .header a.goback {
  display: block;
  position: absolute;
  left: 2.5%;
  top: 1em;
  text-transform: uppercase;
  padding-left: 1em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("../images/back-arrow.svg");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
main section.contacts .header a.goback:hover {
  opacity: 0.5;
  background-position-x: 0;
}
main section.contacts .header #searchconts {
  position: absolute;
  right: 2.5%;
  top: 1em;
  padding-right: 1em;
  text-align: right;
  width: 200px;
}
main section.contacts .grid {
  background-color: #FFFFFF;
  padding: 0 2% 2%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5vw;
}
main section.contacts .grid .card {
  width: 32.3333%;
  margin: 0.5%;
}
main section.contacts .grid .card div {
  text-align: left;
  padding: 2em 2em 2em 0;
  text-align: left;
  font-size: 0.74em;
  line-height: 1.5em;
}
main section.contacts .grid .card div h3 {
  font-size: 1rem;
  margin: 1em 0;
}
main section.contacts .grid .card div .address {
  text-transform: uppercase;
}

/* SLIDESHOW STYLES */
#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#slideshow.show {
  display: table;
}
#slideshow.nowfade {
  opacity: 1;
}
#slideshow .inner {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}
#slideshow .inner #controls {
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
}
#slideshow .inner #controls a, #slideshow .inner #controls span {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 28px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-indent: -9999px;
}
#slideshow .inner #controls a:hover, #slideshow .inner #controls span:hover {
  opacity: 0.5;
}
#slideshow .inner #controls .flex-close {
  background-image: url("../images/close.svg");
}
#slideshow .inner #controls .flex-prev {
  background-image: url("../images/prev.svg");
}
#slideshow .inner #controls .flex-next {
  background-image: url("../images/next.svg");
}
#slideshow .inner #controls .flex-down {
  background-image: url("../images/download.svg");
}
#slideshow .inner .ass {
  display: none;
}
#slideshow .inner .ass.show {
  display: block;
}
#slideshow .inner .ass .slides video {
  width: 100vw;
  max-width: 960px;
  height: auto;
  outline: none;
}
#slideshow .inner .ass .slides img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Tablet Styles */
/* ipad Styles */
/* Phone Styles */
@media only screen and (max-width: 819px) {
  body, html {
    font-size: 1em;
  }
  header.bio h1 {
    display: none;
  }
  header.bio a.goback {
    padding-left: 1.5em;
  }
  header.bio a.download {
    padding-right: 1.5em;
  }
  #goback {
    padding-left: 1.5em;
  }
  nav ul li {
    font-size: 1.5em;
  }
  main section.fullimg svg {
    width: 90%;
    margin: 0 auto;
  }
  main section.split.bio {
    min-height: calc(100vh - 40px);
  }
  main section.split.bio .col {
    height: calc(55vh - 40px);
    min-height: auto;
    width: 100%;
  }
  main section.split.bio .col:first-of-type {
    height: 45vh;
  }
  main section.split.bio .col img {
    width: 100%;
    height: 45vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.split.bio .col p {
    width: 80%;
    margin: 0 10%;
  }
  main section#slider1 {
    height: 47.619048vw;
  }
  main section#slider1 .slide-track {
    width: 800vw;
  }
  main section#slider1 .slide-track img {
    width: 400vw;
    height: 47.619048vw;
  }
  main section#slider2 {
    height: 51.364366vw;
  }
  main section#slider2 .slide-track {
    width: 800vw;
  }
  main section#slider2 .slide-track img {
    width: 400vw;
    height: 51.364366vw;
  }
  main section.assets .header h1 {
    display: none;
  }
  main section.assets .header a.goback {
    padding-left: 1.5em;
  }
  main section.assets .header a.download {
    padding-right: 1.5em;
  }
  main section.assets .grid img {
    width: 49%;
  }
  main section.assets .grid.videos img {
    width: 99%;
  }
  main section.assets .grid.stills img {
    width: 46%;
  }
  main section.contacts .header h1 {
    display: none;
  }
  main section.contacts .header a.goback {
    padding-left: 1.5em;
  }
  main section.contacts .header a.download {
    padding-right: 1.5em;
  }
  main section.contacts .grid .card {
    width: 99%;
    margin: 0.5%;
    font-size: 1.2em;
  }
}/*# sourceMappingURL=styles.css.map */