<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* BEGIN STYLESHEET */
/** Breakpoints */
/** Colors */
/** Containers */
/** Unit spacers */
/* MEDIA QUERIES */
/* FLUID TYPE */
/* TYPOGRAPHY */
@font-face {
  font-family: "noir_prolight";
  src: url("../assets/fonts/noirpro-light-webfont.woff2") format("woff2"), url("../assets/fonts/noirpro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "noir_proregular";
  src: url("../assets/fonts/noirpro-regular-webfont.woff2") format("woff2"), url("../assets/fonts/noirpro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "noir_promedium";
  src: url("../assets/fonts/noirpro-medium-webfont.woff2") format("woff2"), url("../assets/fonts/noirpro-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "noir_prosemi_bold";
  src: url("../assets/fonts/noirpro-semibold-webfont.woff2") format("woff2"), url("../assets/fonts/noirpro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
strong {
  font-weight: 600;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.menu {
  position: fixed;
  z-index: 6;
  top: 0;
  width: 100%;
}
.menu .inner-container {
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.menu__logo {
  width: auto;
  padding: 10px 20px;
  background-color: #fff;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.menu__logo {
  height: 120px;
}
@media screen and (min-width: 320px) {
  .menu__logo {
    height: calc(5.46875vw + 102.5px);
  }
}
@media screen and (min-width: 1600px) {
  .menu__logo {
    height: 190px;
  }
}
.menu--opaque .inner-container {
  max-width: 100vw;
  padding-left: 0;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.menu--opaque .menu__logo {
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
  padding: 10px 15px;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1607843137);
}
.menu--opaque .menu__logo {
  height: 90px;
}
@media screen and (min-width: 320px) {
  .menu--opaque .menu__logo {
    height: calc(4.6875vw + 75px);
  }
}
@media screen and (min-width: 1600px) {
  .menu--opaque .menu__logo {
    height: 150px;
  }
}

.wrapper-languages {
  position: fixed;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
@media screen and (min-width: 767px) {
  .wrapper-languages {
    top: 20px;
    right: 20px;
  }
}
.wrapper-languages__single-lang {
  font-family: "noir_proregular";
  font-weight: 400;
  color: #39393a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.wrapper-languages__single-lang {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .wrapper-languages__single-lang {
    font-size: calc(0.234375vw + 15.25px);
  }
}
@media screen and (min-width: 1600px) {
  .wrapper-languages__single-lang {
    font-size: 20px;
  }
}
.wrapper-languages__single-lang.active {
  color: #e47c24;
}
.wrapper-languages__single-lang:hover {
  color: #e47c24;
}
.wrapper-languages__single-lang:hover::after {
  color: #39393a;
}
.wrapper-languages__single-lang:not(:last-of-type)::after {
  content: "/";
  display: block;
  padding: 0 2px;
  color: #39393a;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 70px 10px 70px;
}
.hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.hero__countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero__countdown {
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .hero__countdown {
    margin-bottom: calc(1.5625vw + 15px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__countdown {
    margin-bottom: 40px;
  }
}
.hero__countdown .animated-text {
  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;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #39393a;
  font-family: "noir_promedium";
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.hero__countdown .animated-text {
  font-size: 50px;
}
@media screen and (min-width: 320px) {
  .hero__countdown .animated-text {
    font-size: calc(7.8125vw + 25px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__countdown .animated-text {
    font-size: 150px;
  }
}
.hero__countdown .animated-text.start-animation {
  -webkit-animation: animate 1s forwards;
  animation: animate 1s forwards;
}
.hero__countdown .animated-text:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  color: #e47c24;
}
.hero__countdown .animated-text:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #e47c24;
}
.hero__countdown .animated-text:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  color: #e47c24;
}
.hero__countdown .animated-text:nth-child(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.hero__countdown .animated-text:nth-child(5) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.hero__countdown .animated-text:nth-child(6) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.hero__countdown .animated-text:nth-child(7) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
.hero__countdown .animated-text:nth-child(8) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.hero__countdown .animated-text:nth-child(9) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.hero__countdown .animated-text:nth-child(10) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}
.hero__countdown .animated-text:nth-child(11) {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
  }
  70%, 100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
  }
  70%, 100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero__single-button {
  color: white;
  text-align: center;
  background-color: #e47c24;
  line-height: 1.2;
  text-decoration: none;
  font-family: "noir_proregular";
  font-weight: 400;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__single-button {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .hero__single-button {
    font-size: calc(0.3125vw + 13px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__single-button {
    font-size: 18px;
  }
}
.hero__single-button {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 320px) {
  .hero__single-button {
    padding-left: calc(0.9375vw + 5px);
    padding-right: calc(0.9375vw + 5px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__single-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__single-button {
  padding-top: 8px;
}
@media screen and (min-width: 320px) {
  .hero__single-button {
    padding-top: calc(0.546875vw + 6.25px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__single-button {
    padding-top: 15px;
  }
}
.hero__single-button {
  padding-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .hero__single-button {
    padding-bottom: calc(0.625vw + 8px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__single-button {
    padding-bottom: 18px;
  }
}
.hero__single-button {
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (min-width: 320px) {
  .hero__single-button {
    margin-left: calc(0.234375vw + 6.25px);
    margin-right: calc(0.234375vw + 6.25px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__single-button {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.hero__single-button.start-animation {
  -webkit-animation: animate-button 500ms forwards;
  animation: animate-button 500ms forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.hero__single-button:hover {
  background-color: #be6417;
}
.hero__single-button:last-of-type {
  background-color: #39393a;
}
.hero__single-button:last-of-type:hover {
  background-color: #202020;
}
@-webkit-keyframes animate-button {
  0% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-button {
  0% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hero__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hero__single-logo {
  max-width: 240px;
  width: 100%;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  opacity: 0;
}
.hero__single-logo {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 320px) {
  .hero__single-logo {
    margin-left: calc(1.171875vw + 6.25px);
    margin-right: calc(1.171875vw + 6.25px);
  }
}
@media screen and (min-width: 1600px) {
  .hero__single-logo {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.hero__single-logo.start-animation {
  -webkit-animation: animate-fade-in 0.5s forwards;
  animation: animate-fade-in 0.5s forwards;
}
.hero__single-logo:nth-of-type(1) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.hero__single-logo:nth-of-type(2) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.hero__single-logo img {
  max-width: 100%;
}
@-webkit-keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fixed-footer {
  position: relative;
  bottom: 30px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  opacity: 0;
}
.fixed-footer.start-animation {
  -webkit-animation: animate-fade-in 1s forwards;
  animation: animate-fade-in 1s forwards;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.fixed-footer__text {
  font-family: "noir_proregular";
  font-weight: 400;
  color: #39393a;
  margin-right: 5px;
}
.fixed-footer__text {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .fixed-footer__text {
    font-size: calc(0.234375vw + 12.25px);
  }
}
@media screen and (min-width: 1600px) {
  .fixed-footer__text {
    font-size: 16px;
  }
}
.fixed-footer a {
  font-family: "noir_proregular";
  font-weight: 400;
  color: #e47c24;
  text-decoration: none;
}
.fixed-footer a {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .fixed-footer a {
    font-size: calc(0.234375vw + 12.25px);
  }
}
@media screen and (min-width: 1600px) {
  .fixed-footer a {
    font-size: 16px;
  }
}
.fixed-footer a:hover {
  text-decoration: underline;
}

.overlay {
  position: fixed;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.52);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.overlay .close-button {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 25px;
  cursor: pointer;
}

.popup {
  position: fixed;
  display: none;
  -webkit-box-shadow: inset 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 99;
  top: 60px;
  left: 50%;
  width: 90vw;
  max-width: 600px;
  max-height: calc(90% - 60px);
  overflow: auto;
  background-color: #FFF;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 40px 25px;
  line-height: 1.5;
  font-family: "noir_proregular";
}
.popup {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .popup {
    font-size: calc(0.15625vw + 13.5px);
  }
}
@media screen and (min-width: 1600px) {
  .popup {
    font-size: 16px;
  }
}
.popup__title {
  font-weight: 400;
  font-family: "noir_proregular";
  text-align: center;
  color: #39393a;
}
.popup__title {
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) {
  .popup__title {
    margin-bottom: calc(0.390625vw + 13.75px);
  }
}
@media screen and (min-width: 1600px) {
  .popup__title {
    margin-bottom: 20px;
  }
}
.popup__title {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .popup__title {
    font-size: calc(0.3125vw + 17px);
  }
}
@media screen and (min-width: 1600px) {
  .popup__title {
    font-size: 22px;
  }
}
.popup__form-field input, .popup__form-field textarea {
  width: 100%;
  padding: 5px 10px;
  font-family: "noir_prolight";
  font-weight: 300;
  margin-bottom: 14px;
  border-radius: 0;
  border-color: #d2d2d3 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
}
.popup__form-field input, .popup__form-field textarea {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .popup__form-field input, .popup__form-field textarea {
    font-size: calc(0.15625vw + 15.5px);
  }
}
@media screen and (min-width: 1600px) {
  .popup__form-field input, .popup__form-field textarea {
    font-size: 18px;
  }
}
.popup__form-field textarea {
  resize: none;
}
.popup__form-submit {
  text-align: right;
}
.popup__form-submit input {
  padding: 12px 30px;
  color: white;
  text-align: center;
  background-color: #e47c24;
  line-height: 1.2;
  text-decoration: none;
  font-family: "noir_proregular";
  font-weight: 400;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  border: none;
}
.popup__form-submit input {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .popup__form-submit input {
    font-size: calc(0.078125vw + 16.75px);
  }
}
@media screen and (min-width: 1600px) {
  .popup__form-submit input {
    font-size: 18px;
  }
}
.popup__form-submit input:hover {
  background-color: #be6417;
}
@media (min-width: 992px) {
  .popup {
    width: 80vw;
    top: 80px;
    padding: 40px 35px;
  }
}</pre></body></html>