/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300");
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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    stroke-dashoffset: 3300;
  }
  30% {
    opacity: 10;
    stroke-dashoffset: 3300;
  }
  100% {
    opacity: 10;
    stroke-dashoffset: 0;
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    stroke-dashoffset: 3300;
  }
  30% {
    opacity: 10;
    stroke-dashoffset: 3300;
  }
  100% {
    opacity: 10;
    stroke-dashoffset: 0;
  }
}

.content-hidden .content-wrap .fly-in-text li:nth-child(1) {
  -webkit-transform: translate3d(-90px, 0, 0);
          transform: translate3d(-90px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text li:nth-child(2) {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text li:nth-child(3) {
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text li:nth-child(4) {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text li:nth-child(5) {
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text li:nth-child(6) {
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text li:nth-child(7) {
  -webkit-transform: translate3d(90px, 0, 0);
          transform: translate3d(90px, 0, 0);
}

.content-hidden .content-wrap .fly-in-text .comPart {
  opacity: 0 !important;
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}

.content-hidden .content-wrap .enter-button {
  opacity: 0 !important;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
}

body {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  color: white;
  background-color: black;
  display: table;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  overflow: hidden;
}

.welcome-section {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  background: black;
  overflow: hidden;
  z-index: 5;
}

.welcome-section .wrapper-img {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 250px;
  max-width: 250px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

@media (min-width: 576px) {
  .welcome-section .wrapper-img {
    width: 40%;
    max-width: 45%;
  }
}

@media (min-width: 768px) {
  .welcome-section .wrapper-img {
    max-width: 30%;
    width: 30%;
  }
}

@media (min-width: 992px) {
  .welcome-section .wrapper-img {
    max-width: 30%;
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .welcome-section .wrapper-img {
    max-width: 25%;
    width: 25%;
  }
}

.welcome-section .wrapper-img path {
  stroke: #fff;
  stroke-dasharray: 3300;
  opacity: 10;
  -webkit-animation: animate 3s cubic-bezier(0.65, 0.05, 0.36, 1);
          animation: animate 3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.welcome-section .content-wrap {
  margin: auto;
  position: absolute;
  top: 62.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
}

@media (min-width: 576px) {
  .welcome-section .content-wrap {
    top: 55%;
  }
}

@media (min-width: 992px) {
  .welcome-section .content-wrap {
    top: 57%;
  }
}

@media (min-width: 1200px) {
  .welcome-section .content-wrap {
    top: 65%;
  }
}

.welcome-section .content-wrap .fly-in-text {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.welcome-section .content-wrap .fly-in-text li {
  display: inline-block;
  margin-right: 0.5%;
  font-size: 2rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@media (min-width: 992px) {
  .welcome-section .content-wrap .fly-in-text li {
    font-size: 3rem;
  }
}

.welcome-section .content-wrap .fly-in-text li:nth-child(7) {
  margin-right: 0;
}

.welcome-section .content-wrap .fly-in-text .comPart {
  display: inline-block;
  text-align: center;
  font-size: .5em;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  margin-top: 30px;
  -webkit-transition: all 1s ease 2s;
  transition: all 1s ease 2s;
}

@media (min-width: 992px) {
  .welcome-section .content-wrap .fly-in-text .comPart {
    font-size: 1em;
  }
}

.welcome-section .content-wrap .enter-button {
  display: inline-block;
  text-align: center;
  font-size: .7em;
  text-decoration: none;
  color: #e08b1d;
  opacity: 1;
  margin-top: 30px;
  -webkit-transition: all 1s ease 2s;
  transition: all 1s ease 2s;
}

@media (min-width: 992px) {
  .welcome-section .content-wrap .enter-button {
    font-size: 1.2em;
  }
}

.content-hidden li {
  opacity: 0 !important;
}

.wrapper {
  background-color: black;
  text-align: center;
}

.wrapper .bg {
  min-width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: background-position .5s ease-in-out, -webkit-filter .5s ease-in-out;
  transition: background-position .5s ease-in-out, -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out, background-position .5s ease-in-out;
  transition: filter .5s ease-in-out, background-position .5s ease-in-out, -webkit-filter .5s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrapper .bg video {
  min-height: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .wrapper .bg {
    background-position: center !important;
  }
}

.wrapper .bg .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.wrapper .bg .copyright {
  position: absolute;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .6em;
  font-weight: 100;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .wrapper .bg .copyright {
    font-size: .8em;
  }
}

@media (min-width: 1200px) {
  .wrapper .bg .copyright {
    font-size: 1em;
  }
}

.wrapper .blur {
  -webkit-filter: blur(5px) !important;
          filter: blur(5px) !important;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
}

.wrapper .shrink {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
}

.wrapper .expand {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: none;
  overflow: hidden;
}

.wrapper .content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-filter: blur(0);
          filter: blur(0);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 10%;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: opacity 0.325s ease-in-out, width .5s ease-in-out, -webkit-filter .5s ease-in-out, -webkit-transform 0.325s ease-in-out;
  transition: opacity 0.325s ease-in-out, width .5s ease-in-out, -webkit-filter .5s ease-in-out, -webkit-transform 0.325s ease-in-out;
  transition: filter .5s ease-in-out, transform 0.325s ease-in-out, opacity 0.325s ease-in-out, width .5s ease-in-out;
  transition: filter .5s ease-in-out, transform 0.325s ease-in-out, opacity 0.325s ease-in-out, width .5s ease-in-out, -webkit-filter .5s ease-in-out, -webkit-transform 0.325s ease-in-out;
}

@media (min-width: 576px) {
  .wrapper .content .header {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .wrapper .content .header {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .wrapper .content .header {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .header {
    width: 20%;
  }
}

.wrapper .content .header span {
  position: absolute;
}

.wrapper .content .header span:nth-child(2), .wrapper .content .header span:nth-child(4) {
  background: white;
  width: 20%;
  height: 1px;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

@media (min-width: 768px) {
  .wrapper .content .header span:nth-child(2), .wrapper .content .header span:nth-child(4) {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .wrapper .content .header span:nth-child(2), .wrapper .content .header span:nth-child(4) {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .header span:nth-child(2), .wrapper .content .header span:nth-child(4) {
    width: 30%;
  }
}

.wrapper .content .header span:nth-child(3), .wrapper .content .header span:nth-child(5) {
  background: white;
  width: 1px;
  height: 25%;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

@media (min-width: 768px) {
  .wrapper .content .header span:nth-child(3), .wrapper .content .header span:nth-child(5) {
    height: 30%;
  }
}

@media (min-width: 992px) {
  .wrapper .content .header span:nth-child(3), .wrapper .content .header span:nth-child(5) {
    height: 35%;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .header span:nth-child(3), .wrapper .content .header span:nth-child(5) {
    height: 35%;
  }
}

.wrapper .content .header span:nth-child(2), .wrapper .content .header span:nth-child(3) {
  top: 0;
  right: 0;
}

.wrapper .content .header span:nth-child(4), .wrapper .content .header span:nth-child(5) {
  bottom: 0;
  left: 0;
}

.wrapper .content .header p {
  white-space: nowrap;
}

.wrapper .content .header h5 {
  margin-top: 0.3em;
  font-size: 0.7em;
  font-weight: 300;
  white-space: nowrap;
}

.wrapper .content .menu {
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-height: 15vh;
  -webkit-transition: top .5s;
  transition: top .5s;
}

.wrapper .content .menu .arrow {
  position: absolute;
  top: -60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper .content .menu .arrow .limiter {
  width: 4em;
  height: 4em;
  border: 1px solid #636363;
  border-radius: 100%;
  position: relative;
  outline: none;
  display: block;
}

.wrapper .content .menu .arrow .limiter a {
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  height: 4em;
  width: 4em;
  margin-top: -1px;
  margin-left: -1px;
}

.wrapper .content .menu .arrow .limiter a svg {
  position: absolute;
  height: 3em;
  width: 3em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wrapper .content .menu .arrow .limiter a svg.upside-down {
  top: -25%;
  -webkit-transform: scaleY(-1) translate(-50%, -50%);
          transform: scaleY(-1) translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wrapper .content .menu .menu-box {
  position: absolute;
  top: 40%;
  left: 47.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .wrapper .content .menu .menu-box {
    left: 49%;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .menu .menu-box {
    left: 49.5%;
  }
}

.wrapper .content .menu .menu-box ul {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.wrapper .content .menu .menu-box ul li {
  display: inline-block;
}

.wrapper .content .menu .menu-box ul li .limiter {
  width: 4em;
  height: 4em;
  border: 1px solid #636363;
  border-radius: 100%;
  position: relative;
  outline: none;
  display: block;
}

.wrapper .content .menu .menu-box ul li .limiter h6 {
  margin-top: 0.3em;
  font-size: 0.7em;
  font-weight: 300;
  white-space: nowrap;
}

.wrapper .content .menu .menu-box ul li .limiter .button {
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  height: 4em;
  width: 4em;
  margin-top: -1px;
  margin-left: -1px;
}

.wrapper .content .menu .menu-box ul li .limiter .button svg {
  position: absolute;
  height: 3em;
  fill: white;
  width: 3em;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wrapper .content .menu .menu-box ul li:nth-child(1) {
  margin-right: 5%;
}

.wrapper .content .menu .menu-box ul li:nth-child(3) {
  margin-left: 5%;
}

.wrapper .content .menu.closed {
  top: 110%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: top .5s;
  transition: top .5s;
}

.wrapper .content .articles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1.25em;
}

.wrapper .content .articles article {
  position: relative;
  max-width: 100%;
  min-height: 50%;
  background-color: rgba(255, 255, 255, 0.175);
  border-radius: 4px;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
  -webkit-transition: opacity 0.325s ease-in-out, max-width .5s ease-in-out, padding .5s ease-in-out, -webkit-transform 0.325s ease-in-out;
  transition: opacity 0.325s ease-in-out, max-width .5s ease-in-out, padding .5s ease-in-out, -webkit-transform 0.325s ease-in-out;
  transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out, max-width .5s ease-in-out, padding .5s ease-in-out;
  transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out, max-width .5s ease-in-out, padding .5s ease-in-out, -webkit-transform 0.325s ease-in-out;
  padding: 5%;
  margin: auto;
}

@media (min-width: 768px) {
  .wrapper .content .articles article {
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .wrapper .content .articles article {
    padding: 2.5%;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .articles article {
    padding: 2.5%;
    max-width: 70%;
  }
}

@media (min-width: 1600px) {
  .wrapper .content .articles article {
    max-width: 55%;
  }
}

.wrapper .content .articles article h2 {
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 5%;
  padding-bottom: .05em;
  border-bottom: 1px solid white;
  width: 5.5em;
}

.wrapper .content .articles article p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  -webkit-transition: font-size .5s ease-in-out;
  transition: font-size .5s ease-in-out;
}

@media (min-width: 992px) {
  .wrapper .content .articles article p {
    font-size: 1.3em;
  }
}

.wrapper .content .articles article .contact-icons {
  text-align: center;
  margin-top: 15%;
  -webkit-transition: margin-top .5s;
  transition: margin-top .5s;
}

@media (min-width: 576px) {
  .wrapper .content .articles article .contact-icons {
    margin-top: 10%;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .articles article .contact-icons {
    margin-top: 5%;
  }
}

.wrapper .content .articles article .contact-icons ul a {
  text-decoration: none;
  color: inherit;
}

.wrapper .content .articles article .contact-icons ul li {
  position: relative;
  list-style: none;
  margin: .2em .3em;
  display: inline-block;
  width: 4em;
  height: 4em;
  padding: .4em .4em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 576px) {
  .wrapper .content .articles article .contact-icons ul li {
    height: 5em;
    width: 5em;
    margin: .2em 1em;
  }
}

@media (min-width: 992px) {
  .wrapper .content .articles article .contact-icons ul li {
    height: 5.5em;
    width: 5.5em;
    margin: .2em 1.5em;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .articles article .contact-icons ul li {
    height: 6em;
    width: 6em;
    margin: .2em 1.75em;
  }
}

.wrapper .content .articles article .contact-icons ul li .icon-limiter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2em;
  -webkit-transition: font-size .5s;
  transition: font-size .5s;
}

@media (min-width: 576px) {
  .wrapper .content .articles article .contact-icons ul li .icon-limiter {
    font-size: 2.5em;
  }
}

@media (min-width: 992px) {
  .wrapper .content .articles article .contact-icons ul li .icon-limiter {
    font-size: 3em;
  }
}

@media (min-width: 1200px) {
  .wrapper .content .articles article .contact-icons ul li .icon-limiter {
    font-size: 3.5em;
  }
}

.wrapper .content .articles article .contact-icons ul li:nth-child(1) {
  margin-left: auto;
}

.wrapper .content .articles article .contact-icons ul li:nth-child(4) {
  margin-right: auto;
}

.wrapper .content .articles article .contact-icons ul li:hover {
  color: #000;
  background-color: #fff;
  border-radius: 20%;
}

.wrapper .content .articles article .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-indent: 4rem;
  overflow: hidden;
  white-space: nowrap;
}

.wrapper .content .articles article .close:before {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.wrapper .content .articles article .close:hover:before {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper .content .articles article .close:active:before {
  background-color: rgba(255, 255, 255, 0.175);
}

.wrapper .content .articles .active {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 5;
}

.wrapper .preloader {
  max-width: 70vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  position: relative;
  z-index: 2;
}

.wrapper .preloader .text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.wrapper .preloader .text .header {
  color: white;
}

.wrapper .preloader .text .percentage {
  color: white;
  margin-top: 1em;
  margin-bottom: 1.5em;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

@media (min-width: 576px) {
  .wrapper .preloader .text .percentage {
    margin-bottom: .5em;
  }
}

.wrapper .preloader .progress {
  height: 2px;
  background: #e08b1d;
  border-radius: 2px;
  position: absolute;
  top: 45%;
  opacity: 1;
  z-index: 2;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
/*# sourceMappingURL=main.css.map */