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

/* FONTS */
@font-face {
  font-family: "gt";
  src: url("../fonts/gt-america-mono-regular-webfont.woff2") format("woff2"), url("../fonts/gt-america-mono-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "milling";
  src: url("../fonts/205TF-Milling-Triplex2mm.woff2") format("woff2"), url("../fonts/205TF-Milling-Triplex2mm.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 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: "milling", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #000000;
  line-height: 1.25em;
}

h1, h2, h3 {
  font-family: "milling", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  display: block;
  text-wrap: balance;
  color: #00132E;
}
h1 span, h2 span, h3 span {
  font-weight: 700;
}

p {
  text-wrap: balance;
}

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

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

input {
  line-height: 1em;
  padding: 0;
  margin-bottom: 0;
  outline: none;
  border: none;
  font-family: "milling", 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: #F7F7F7;
  border-color: #000000;
}
input:hover::-moz-placeholder {
  color: #F7F7F7 !important;
}
input:hover::placeholder {
  color: #F7F7F7 !important;
}
input:focus {
  border-color: #000000;
}
input:focus::-moz-placeholder {
  color: #F7F7F7 !important;
}
input:focus::placeholder {
  color: #F7F7F7 !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;
}

/* TRIGGER STYLES */
#trigger {
  color: #FFFFFF;
  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;
  z-index: 1;
  position: fixed;
  top: 2vw;
  right: 2vw;
  mix-blend-mode: difference;
}
#trigger:hover {
  opacity: 0.5;
}

/* 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: 99999;
  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;
  width: 100vw;
}
nav ul li {
  margin: 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;
  border-bottom: 1px solid #00132E;
}
nav 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;
  line-height: calc(16.6666666667vh - 1px);
  font-size: 10vh;
}
nav ul li a:hover {
  color: #F55725;
  opacity: 1;
}
nav ul li:last-of-type {
  border-bottom: none;
}
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 ul li:nth-child(5) {
  animation-delay: 0.5s;
}
nav.fadeup ul li:nth-child(6) {
  animation-delay: 0.6s;
}
nav.fadeup .sklogo {
  right: 2.5%;
}
nav.fadeup #goback {
  left: 2.5%;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* CONTENT STYLES */
main {
  position: relative;
  /* FOOTER STYLES */
}
main .heading {
  width: 100vw;
  height: 11vw;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
main .heading img {
  width: 100vw;
  height: 22vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main .heading h2 {
  line-height: 11vw;
  font-size: 6vw;
  position: relative;
  z-index: 1;
}
main section {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
main section .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: calc(100vw * 0.5625);*/
}
main section .insets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
main section .insets .insetwrap {
  margin: 8vw 0 8vw 8vw;
  width: calc(50% - 12vw);
  position: relative;
  display: block;
}
main section .insets .insetwrap img {
  width: 100%;
  height: calc(100vh - 16vw);
  -o-object-fit: cover;
     object-fit: cover;
}
main section .insets2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
main section .insets2 .insetwrap {
  position: relative;
  display: block;
  height: 80vh;
  aspect-ratio: 51/72;
}
main section .insets2 .insetwrap img {
  width: auto;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main section .annotation {
  line-height: 1.5em;
  padding: 0;
  text-transform: uppercase;
  font-family: "gt", sans-serif;
  color: #000000;
  border: 1px solid #000000;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  font-size: 0.6vw;
  width: calc(100% - 4vw - 2px);
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
main section .annotation span {
  padding: 0 1em;
  border-right: 1px solid #000000;
  flex-grow: 0;
}
main section .annotation span:first-of-type {
  flex-grow: 1;
}
main section .annotation span:last-of-type {
  border: none;
}
main section .fulls {
  width: 150vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
main section .fulls .fullwrap {
  width: 50vw;
  position: relative;
}
main section .fulls .fullwrap img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main section .fulls .fullwrap .annotation {
  right: 4vw;
  bottom: 2vw;
  width: calc(100% - 8vw - 2px);
}
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;
  position: relative;
  /*.sticky { position: sticky; top: 0; bottom: 0; }*/
}
main section.split .col .bordered {
  width: calc(100% - 8vw);
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin: 4vw;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}
main section.split .col .bordered span {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 4vw;
}
main section.split .col .bordered p {
  margin: 0.2em 0;
}
main section.split .col#sslogos {
  visibility: hidden;
}
main section.split .col#sslogos img {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
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%;
}
main section#sect1 .spinner {
  height: 100vh;
  width: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
main section#sect2 {
  background-color: #F55725;
}
main section#sect2 .inner {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: none;
}
main section#sect2 .inner img {
  width: auto;
  height: 20vw;
  -o-object-fit: contain;
     object-fit: contain;
}
main section#sect3 {
  height: auto;
  background-color: #F7F7F7;
}
main section#sect3 img {
  height: 20vw;
  aspect-ratio: 10.5/1;
}
main section.assets {
  position: relative;
  height: auto;
  min-height: auto;
}
main section.assets .header {
  width: 100vw;
}
main section.assets .header h2 {
  color: #FFFFFF;
  font-size: 6vw;
  margin: 0;
  line-height: 9vw;
}
main section.assets .header h2 a {
  display: inline-block;
}
main section.assets .header h2 a img {
  height: 5vw;
  width: 5vw;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 0.33vw;
}
main section.assets .grid {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.625vw;
  justify-content: start;
}
main section.assets .grid img {
  width: 19.5%;
  aspect-ratio: 4/6;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0.625vw 0.625vw 0;
}
main section.assets .grid img:nth-child(5n) {
  margin-right: 0;
}
main section.contacts {
  color: #283044;
}
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: 24%;
  margin: 0.5%;
}
main section.contacts .grid .card div {
  padding: 1em;
  font-size: 0.5em;
  line-height: 1.5em;
}
main section.contacts .grid .card div h3 {
  font-size: 0.75rem;
  margin: 1em 0;
  color: #283044;
}
main section.contacts .grid .card div a {
  color: #283044;
}
main footer {
  width: 100vw;
  height: calc(100vh - 2rem);
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 4vw;
  line-height: 1.25em;
  padding: 0 0 2rem;
  position: relative;
  z-index: 9;
}
main footer #ticker-reel {
  width: 100vw;
  height: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
}
main footer #ticker-reel .ticker-tape {
  display: flex;
  gap: 0;
  flex: 0 0 auto;
  margin-right: 0;
  min-width: 100%;
  align-items: center;
  animation: marquee 10s linear 0s infinite;
  animation-delay: 0s;
  animation-direction: normal;
}
main footer #ticker-reel .ticker-tape span {
  line-height: 2em;
  display: inline-block;
  text-wrap: nowrap;
}

/* Tablet Styles */
/* ipad Styles */
@media only screen and (max-width: 820px) {
  /* TRIGGER STYLES */
  #trigger {
    font-size: 4vw;
  }
  /* NAV STYLES */
  nav ul li a {
    font-size: 7vh;
  }
  main section#sect1 .spinner {
    height: 100vw;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main section .annotation {
    right: 1vw;
    bottom: 2vw;
    width: calc(100% - 2vw - 2px);
  }
  main section .annotation span {
    width: 100%;
    border-right: none;
    border-top: 1px solid #000000;
    flex-grow: 1;
    font-size: 4vw;
    line-height: 1.5em;
  }
  main section .annotation span:first-of-type {
    width: 100%;
    border-right: none;
    border-top: none;
    flex-grow: 1;
  }
  main section .annotation span:nth-of-type(2) {
    width: 100%;
    border-right: none;
    border-top: 1px solid #000000;
    flex-grow: 1;
  }
  main section .annotation span:nth-of-type(3) {
    width: 100%;
    border-right: none;
    border-top: 1px solid #000000;
    flex-grow: 1;
  }
  main section .annotation span:last-of-type {
    width: 100%;
    border-right: none;
    border-top: 1px solid #000000;
    flex-grow: 1;
  }
  main section .fulls {
    width: 150vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
  }
  main section .fulls .fullwrap .annotation {
    right: 4vw;
    bottom: 3vw;
    width: calc(100% - 8vw - 2px);
  }
  main section.split .col .bordered {
    font-size: 3vw;
    line-height: 1.25em;
  }
  main section.assets .grid {
    margin-bottom: -0.6666666667vw;
  }
  main section.assets .grid img {
    width: 24.5%;
    margin: 0 0.6666666667vw 0.6666666667vw 0;
  }
  main section.assets .grid img:nth-child(4n) {
    margin: 0 0 0.6666666667vw 0;
  }
  main section.assets .grid img:nth-child(5n) {
    margin-right: 0.6666666667vw;
  }
  main section.contacts .grid .card {
    width: 32.33333%;
    margin: 0.5%;
  }
  main section.contacts .grid .card div {
    font-size: 0.75em;
  }
}
/* Phone Styles */
@media only screen and (max-width: 819px) {
  /* NAV STYLES */
  nav ul li a {
    font-size: 9vw;
  }
  main {
    /* FOOTER STYLES */
  }
  main .heading {
    height: 22vw;
  }
  main .heading img {
    height: 44vw;
  }
  main .heading h2 {
    line-height: 22vw;
    font-size: 8vw;
  }
  main section .insets2 {
    align-content: flex-start;
  }
  main section .insets2 .insetwrap {
    margin: 8vw 8vw 0 8vw;
    width: calc(100% - 16vw);
    height: calc(50vh - 12vw);
  }
  main section .insets2 .insetwrap img {
    width: 100%;
    height: calc(50vh - 12vw);
  }
  main section .annotation {
    right: 4vw;
    bottom: 6vw;
    width: calc(100% - 8vw - 2px);
    -webkit-backdrop-filter: blur(10px) brightness(200%) saturate(10%);
            backdrop-filter: blur(10px) brightness(200%) saturate(10%);
  }
  main section .fulls {
    width: 300vw;
    height: 100vh;
  }
  main section .fulls .fullwrap {
    width: 100vw;
    position: relative;
  }
  main section .fulls .fullwrap .annotation {
    right: 8vw;
    bottom: 6vw;
    width: calc(100% - 16vw - 2px);
  }
  main section.split .col {
    width: 100%;
  }
  main section.split .col .bordered {
    font-size: 6vw;
    line-height: 1.25em;
  }
  main section#sect2 .inner {
    width: 60vw;
  }
  main section#sect2 .inner img {
    height: 50vw;
    margin: 5vw 0;
  }
  main section.assets .grid {
    margin-bottom: -1vw;
  }
  main section.assets .grid img {
    width: 49.5%;
    margin: 0 1vw 1vw 0 !important;
  }
  main section.assets .grid img:nth-child(even) {
    margin: 0 0 1vw 0 !important;
  }
  main section.contacts .grid .card {
    width: 90%;
    margin: 5%;
  }
  main section.contacts .grid .card div {
    font-size: 2em;
    padding: 0;
  }
  main section.contacts .grid .card div h3 {
    font-size: 3rem;
  }
  main footer {
    font-size: 6vw;
  }
}/*# sourceMappingURL=styles.css.map */