/* 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;
}

/* WEBFONTS */
@font-face {
  font-family: "Pano Bold";
  src: url("../fonts/hw_pano_trial_bold.otf") format("opentype"), url("../fonts/hw_pano_trial_bold.woff") format("woff"), url("../fonts/hw_pano_trial_bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pano Bold It";
  src: url("../fonts/hw_pano_trial_bold-italic.otf") format("opentype"), url("../fonts/hw_pano_trial_bold-italic.woff") format("woff"), url("../fonts/hw_pano_trial_bold-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
/* ELEMENT STYLES */
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;
}

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: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #8CEEEA;
  line-height: 1.35em;
}

h1, h2, h3, h4, h5 {
  font-family: "Pano Bold", sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: block;
  margin: 1em 0;
  text-transform: uppercase;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
  margin: 0;
  line-height: 3em;
}

input {
  line-height: 2em;
  margin-left: 1em;
  outline: none;
  border: none;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  background-color: transparent;
  color: #FFFFFF;
}

/* 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: 32px;
  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;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  position: relative;
}

#trigger {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 50px;
  background-image: url("../images/nav.png");
  z-index: 99999;
  background-size: 96px;
  background-position-x: 0;
  background-position-y: 0;
  mix-blend-mode: difference;
  cursor: pointer;
}
#trigger:hover {
  background-position-x: 64px;
}
#trigger.open {
  background-position-x: 32px;
  mix-blend-mode: normal;
}

main {
  display: flex !important;
  flex-wrap: wrap;
}
main header {
  width: calc(100vw - 2.5em);
  position: relative;
  padding: 0 1.25em;
}
main header.greenish {
  background-color: #8CEEEA;
  color: #000000;
}
main header.black {
  background-color: #000000;
  color: #8CEEEA;
}
main header h1 {
  text-align: left;
  margin: 0.5em 0 0.33em;
}
main .goback {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 99999;
}
main .goback img {
  width: 30px;
  height: 30px;
  -o-object-fit: fill;
     object-fit: fill;
}
main section {
  width: 100vw;
  height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  /* SLIDERS */
  /* SPLIT CONTENT 50/50 */
  /* FULL IMG */
  /* FULL QUOTE */
  /* STICKY SPLIT */
  /* CONTENT SLIDER */
  /* IMAGE GRID */
  /* CONTACTS */
}
main section#intro {
  align-items: center;
  position: relative;
}
main section#intro .fullbg {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main section#intro .inner h1 {
  font-size: 4vw;
}
main section#intro .inner h1 span {
  white-space: nowrap;
  display: inline-block;
}
main section#intro .inner .crest {
  width: 100%;
  max-width: 647.5px;
  margin: 5vw 0 80px;
}
main section#intro .partner {
  height: 80px;
  width: auto;
  position: absolute;
  left: 5vw;
  bottom: 5vw;
}
main section#intro .partner:last-of-type {
  left: auto;
  right: 5vw;
}
main section#video {
  width: 100vw;
  height: 56.25vw;
  position: relative;
  margin: 0;
}
main section#video video, main section#video img {
  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: 1em;
  bottom: 1em;
  margin: 0;
  display: flex;
  width: 64px;
  height: 64px;
}
main section#video .controls img {
  height: 100%;
  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;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200vw);
  }
}
main section#slider-prod1 {
  width: 100vw;
  height: 20.9154481864vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
}
main section#slider-prod1 .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #FFFFFF;
}
main section#slider-prod1 .slide-track img {
  width: 200vw;
  height: 20.9154481864vw;
}
main section#slider-logo {
  width: 100vw;
  height: 21.7539089056vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #8CEEEA;
  padding: 0;
}
main section#slider-logo .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #8CEEEA;
}
main section#slider-logo .slide-track img {
  width: 200vw;
  height: 21.7539089056vw;
}
main section#slider-prod2 {
  width: 100vw;
  height: 21.1032713278vw;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
}
main section#slider-prod2 .slide-track {
  width: 400vw;
  animation: scroll 30s linear infinite;
  display: flex;
  background-color: #FFFFFF;
}
main section#slider-prod2 .slide-track img {
  width: 200vw;
  height: 21.1032713278vw;
}
main section.split .imgframe {
  height: 100vh;
  width: 50%;
  overflow: hidden;
  position: relative;
}
main section.split .imgframe .paraimg {
  height: 120vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main section.split .splitcont {
  height: 100vh;
  width: 45%;
  padding: 2.5%;
  background-color: #000000;
  color: #8CEEEA;
  text-align: left;
}
main section.split .splitcont p:first-of-type {
  margin-top: 0;
}
main section.split .splitcont.greenish {
  background-color: #8CEEEA;
  color: #000000;
}
main section.split .splitcont h1 {
  margin-top: 0;
}
main section.fullimg .imgframe {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
main section.fullimg .imgframe .paraimg {
  height: 120vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main section.fullquote {
  background-color: #000000;
  color: #8CEEEA;
  height: auto;
}
main section.fullquote .inner {
  max-width: 800px;
  margin: 5vw auto;
}
main section.sticky-split {
  position: relative;
  height: auto;
  background-color: #000000;
}
main section.sticky-split .col {
  width: 50%;
  display: flex !important;
  flex-wrap: wrap;
}
main section.sticky-split .col img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#contslide {
  height: auto;
  background-color: #000000;
  color: #8CEEEA;
  position: relative;
}
main section#contslide .slides {
  display: flex !important;
  flex-wrap: wrap;
  margin: 5vw 0;
}
main section#contslide .slides li {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
main section#contslide .slides li .inner {
  max-width: 900px;
}
main section#contslide .slides li .inner q {
  margin: 1em 0;
  display: block;
}
main section#contslide .flex-direction-nav {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  width: 100vw;
}
main section#contslide .flex-direction-nav li {
  width: 30px;
  height: 30px;
  margin: 0 2.5vw;
}
main section#contslide .flex-direction-nav li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url("../images/contslide-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
main section#contslide .flex-direction-nav li:last-of-type a {
  background-image: url("../images/contslide-next.svg");
}
main section.grid {
  height: auto;
  background-color: #FFFFFF;
  margin-bottom: 3.5em;
}
main section.grid img {
  width: calc(25vw - 6px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 8px 8px 0;
}
main section.grid img:nth-last-of-type(4n) {
  margin-right: 0;
}
main section.grid.stills img {
  -o-object-fit: contain;
     object-fit: contain;
}
main section.grid.videos img {
  width: calc(50vw - 4px);
  aspect-ratio: 16/9;
}
main section.grid.videos img:nth-last-of-type(4n) {
  margin-right: 8px;
}
main section.grid.videos img:nth-last-of-type(odd) {
  margin-right: 0;
}
main section.contacts {
  height: auto;
  background-color: #FFFFFF;
}
main section.contacts .card {
  display: flex !important;
  flex-wrap: wrap;
  text-align: left;
  font-size: 0.75em;
  line-height: 1.2em;
  margin: 2em 0;
}
main section.contacts .card h3 {
  width: 30%;
  padding: 1em 0;
  line-height: 1.2em;
}
main section.contacts .card div {
  display: flex !important;
  flex-wrap: wrap;
  width: 70%;
}
main section.contacts .card div .address {
  font-family: "Pano Bold", sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
}
main section.contacts .card div .indiv {
  display: block;
  width: 50%;
  margin: 0.5em 0;
}

/* NAV */
nav {
  width: 100vw;
}
nav ul {
  display: flex !important;
  flex-wrap: wrap;
}
nav ul li {
  display: flex !important;
  flex-wrap: wrap;
  width: 100vw;
}
nav ul li a {
  display: block;
  width: 90vw;
  padding: 0.2em 0.66em 0;
  background-color: #8CEEEA;
  color: #000000;
  width: 100vw;
  font-family: "Pano Bold", sans-serif;
  font-size: 2em;
  line-height: 1.75em;
  text-align: left;
  background-image: url("../images/nav-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.66em) 50%;
  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;
}
nav ul li a.download {
  background-image: url("../images/nav-download-black.svg");
}
nav ul li a.download:hover {
  background-position: calc(100% - 0.66em) 55%;
}
nav ul li a:hover {
  background-position: calc(100% - 0.33em) 50%;
}
nav ul li:nth-of-type(odd) a {
  background-color: #000000;
  color: #8CEEEA;
  background-image: url("../images/nav-arrow-greenish.svg");
}
nav ul li:nth-of-type(odd) a.download {
  background-image: url("../images/nav-download-greenish.svg");
}

#subpage nav {
  position: fixed;
  bottom: 0;
}

/* FOOTER STYLES */
footer {
  background-color: #000000;
  color: #8CEEEA;
}

/* Desktop Styles */
/* Tablet Styles */
@media only screen and (max-width: 1024px) {
  main section#intro .inner .crest {
    margin: 5vw 0 160px;
  }
  main section.grid img {
    width: calc(33.33333vw - 5.33333px);
  }
  main section.grid img:nth-of-type(4n) {
    margin-right: 8px;
  }
  main section.grid img:nth-of-type(3n) {
    margin-right: 0;
  }
  main section.grid.videos img {
    width: 100vw;
  }
  main section.grid.videos img:nth-of-type(4n) {
    margin-right: 8px;
  }
  main section.grid.videos img:nth-of-type(odd) {
    margin-right: 0;
  }
  main section.grid.videos img:nth-of-type(even) {
    margin-right: 0;
  }
  nav ul li a {
    font-size: 1.5em;
  }
  footer h3 {
    font-size: 0.75em;
  }
}
/* Phone Styles */
@media only screen and (max-width: 819px) {
  header {
    width: 90vw;
    position: relative;
    padding: 0 5vw;
  }
  header h1 {
    font-size: 1em;
  }
  header .goback {
    top: 0.5em;
  }
  main section#intro .partner {
    height: 40px;
  }
  main section#video {
    height: 100vw;
  }
  main section#video video, main section#video img {
    height: 100vw;
  }
  main section#video .controls {
    width: 32px;
    height: 32px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-400vw);
    }
  }
  main section#slider-prod1 {
    height: 41.8308963727vw;
  }
  main section#slider-prod1 .slide-track {
    width: 800vw;
  }
  main section#slider-prod1 .slide-track img {
    width: 400vw;
    height: 41.8308963727vw;
  }
  main section#slider-logo {
    height: 43.5078178112vw;
  }
  main section#slider-logo .slide-track {
    width: 800vw;
  }
  main section#slider-logo .slide-track img {
    width: 400vw;
    height: 43.5078178112vw;
  }
  main section#slider-prod2 {
    height: 42.2065426556vw;
  }
  main section#slider-prod2 .slide-track {
    width: 800vw;
  }
  main section#slider-prod2 .slide-track img {
    width: 400vw;
    height: 42.2065426556vw;
  }
  main section.split {
    height: auto;
  }
  main section.split .imgframe {
    width: 100vw;
  }
  main section.split .imgframe .paraimg {
    width: 100vw;
  }
  main section.split .splitcont {
    width: 90vw;
    padding: 5vw;
    height: auto;
  }
  main section.sticky-split .col {
    width: 100vw;
  }
  main section.contacts .inner {
    padding: 0;
  }
  main section.contacts .inner .card {
    font-size: 0.5em;
  }
  main section.contacts .inner .card h3 {
    width: 100%;
  }
  main section.contacts .inner .card div {
    width: 100%;
  }
  main section.contacts .inner .card div .address {
    width: 100%;
  }
  main section.contacts .inner .card div .indiv {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.2em;
  }
  nav ul li a {
    font-size: 0.8em;
    line-height: 2em;
    text-align: left;
    background-size: 0.8em;
  }
  footer h3 {
    font-size: 0.33em;
  }
}/*# sourceMappingURL=styles.css.map */