/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, sup, 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;
}

@font-face {
  font-family: "nohemi-light";
  src: URL("../../fonts/nohemi-light.ttf") format("truetype");
}
@font-face {
  font-family: "neue-haas-display-roman";
  src: URL("../../fonts/neue-haas-display-roman.ttf") format("truetype");
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-size: 17px;
  background-color: #000000;
  font-family: "neue-haas-display-roman";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

#wrap {
  right: 0;
  flex: 1 0 0;
  width: 100%;
  position: relative;
  transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-flex: 1 0 0;
  -o-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 16px;
}

p {
  margin: 0 0 20px 0;
}

a {
  text-decoration: none;
}
a.btn-default {
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 30px;
  display: inline-block;
  background-color: #000000;
}

b,
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.padded {
  padding: 100px 0px;
}

#banner {
  height: 100vh;
  position: relative;
}
#banner #banner-slider .slide-wrap {
  position: relative;
  overflow: hidden;
}
#banner #banner-slider .slide-wrap.in-view .slide {
  transform: scale(1);
}
#banner #banner-slider .slide-wrap .slide {
  width: 100%;
  height: 100vh;
  position: relative;
  transform: scale(1.1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 1.5s all;
}
#banner .slider-overlay {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 9;
  left: 0px;
  top: 0px;
}
#banner .slider-overlay .container {
  height: 100%;
}
#banner .slider-overlay .slider-overlay-inner {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
  display: flex;
  height: 100%;
}
#banner .slider-overlay .slider-overlay-inner .heading h1 {
  color: #FFFFFF;
  line-height: 0.95;
  font-size: 45px;
  font-weight: unset;
  text-transform: uppercase;
  font-family: "nohemi-light";
}
#banner .slider-overlay .slider-overlay-inner .heading h1 span {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  display: block;
}
#banner .slider-overlay .slider-overlay-inner .heading h1 span:nth-of-type(1) {
  transform: translateY(0px);
}
#banner .slider-overlay .slider-overlay-inner .heading h1 span:nth-of-type(2) {
  transform: translateY(0px);
}
#banner .slider-overlay .slider-overlay-inner .heading h1 span:nth-of-type(3) {
  transform: translateY(0px);
}
@media (min-width: 768px) {
  #banner .slider-overlay .slider-overlay-inner .heading h1 {
    font-size: 65px;
  }
}
@media (min-width: 1300px) {
  #banner .slider-overlay .slider-overlay-inner .heading h1 {
    font-size: 100px;
  }
}
#banner .slider-overlay .slider-overlay-inner .heading.v2 h1 {
  font-size: 45px;
}
@media (min-width: 768px) {
  #banner .slider-overlay .slider-overlay-inner .heading.v2 h1 {
    font-size: 55px;
  }
}
@media (min-width: 1300px) {
  #banner .slider-overlay .slider-overlay-inner .heading.v2 h1 {
    font-size: 70px;
  }
}
#banner .slider-overlay .slider-overlay-inner .logo-wrap img,
#banner .slider-overlay .slider-overlay-inner .logo-wrap svg {
  display: block;
  width: 250px;
  height: auto;
}
@media (min-width: 768px) {
  #banner .slider-overlay .slider-overlay-inner .logo-wrap img,
  #banner .slider-overlay .slider-overlay-inner .logo-wrap svg {
    width: 300px;
  }
}
@media (min-width: 1300px) {
  #banner .slider-overlay .slider-overlay-inner .logo-wrap img,
  #banner .slider-overlay .slider-overlay-inner .logo-wrap svg {
    width: unset;
  }
}
@media (min-width: 768px) {
  #banner .slider-overlay .slider-overlay-inner {
    padding: 40px 0px;
  }
}
#banner.in-view .slider-overlay .slider-overlay-inner .heading h1 span {
  opacity: 1;
}
#banner.in-view .slider-overlay .slider-overlay-inner .heading h1 span:nth-of-type(1) {
  transition-delay: 0s;
  transform: translateY(0px);
}
#banner.in-view .slider-overlay .slider-overlay-inner .heading h1 span:nth-of-type(2) {
  transition-delay: 0.25s;
  transform: translateY(0px);
}
#banner.in-view .slider-overlay .slider-overlay-inner .heading h1 span:nth-of-type(3) {
  transition-delay: 0.5s;
  transform: translateY(0px);
}
#banner.in-view .slider-overlay .slider-overlay-inner .logo-wrap {
  opacity: 1;
  transform: translateY(0px);
}

#footer {
  background-color: #000000;
  color: #FFFFFF;
}
#footer #footer-main .footer-main-inner {
  width: 650px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 75px 0px;
}
#footer #footer-main .footer-main-inner .row {
  margin: 0px 0px;
  justify-content: center;
}
#footer #footer-main .footer-main-inner .row .footer-main-col.footer-main-col-top {
  width: 100%;
}
#footer #footer-main .footer-main-inner .row .footer-main-col.footer-main-col-left {
  width: 100%;
}
@media (min-width: 768px) {
  #footer #footer-main .footer-main-inner .row .footer-main-col.footer-main-col-left {
    width: 50%;
  }
}
#footer #footer-main .footer-main-inner .row .footer-main-col.footer-main-col-right {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #footer #footer-main .footer-main-inner .row .footer-main-col.footer-main-col-right {
    width: 50%;
    margin-top: 0px;
  }
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner {
  text-align: center;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .caption {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1s, transform 1s;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .caption p {
  margin: 0px 0px 50px 0px;
}
@media (min-width: 992px) {
  #footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .caption p {
    margin: 0px 0px 70px 0px;
  }
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1s, transform 1s;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data.data-name p {
  margin-bottom: 10px;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data.data-email a {
  text-decoration: underline;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data-wrap .data p {
  margin-bottom: 0px;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card p {
  color: #FFFFFF;
  margin-bottom: 10px;
}
#footer #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card a {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  #footer #footer-main .footer-main-inner {
    padding: 180px 0px 100px 0px;
  }
}
#footer #footer-bottom .footer-bottom-inner .row {
  margin: 0px 0px;
  justify-content: space-between;
}
#footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col {
  width: 100%;
}
#footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner {
  text-align: center;
}
#footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner .tagline p {
  line-height: 0.95;
  margin: 0px 0px;
  font-size: 30px;
  font-weight: unset;
  text-transform: uppercase;
  font-family: "nohemi-light";
}
#footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner .tagline p br {
  display: block;
}
@media (min-width: 1300px) {
  #footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner .tagline p br {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner .tagline p {
    font-size: 35px;
  }
}
@media (min-width: 1300px) {
  #footer #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner .tagline p {
    font-size: 45px;
  }
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .caption {
  opacity: 1;
  transform: translateY(0px);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data {
  opacity: 1;
  transform: translateY(0px);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 1) {
  transition-delay: calc(1s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 2) {
  transition-delay: calc(2s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 3) {
  transition-delay: calc(3s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 4) {
  transition-delay: calc(4s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 5) {
  transition-delay: calc(5s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 6) {
  transition-delay: calc(6s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 7) {
  transition-delay: calc(7s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 8) {
  transition-delay: calc(8s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 9) {
  transition-delay: calc(9s * 0.1);
}
#footer.in-view #footer-main .footer-main-inner .row .footer-main-col .footer-main-col-inner .contact-card .data:nth-of-type(1n + 10) {
  transition-delay: calc(10s * 0.1);
}
#footer.in-view #footer-bottom .footer-bottom-inner .row .footer-bottom-col .footer-bottom-col-inner .tagline {
  opacity: 1;
  transform: translateY(0px);
}
