/*! ------------------------------------------------
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Template Backgrounds
 *  2. Fonts
 *  3. Base CSS Styles
 *  4. Loading Animation
 *  5. Typography
 *  6. Buttons & Controls
 *  7. Forms and Forms Reply Groups
 *  8. Animated Backgrounds
 *  9. Header
 *  10. Main Section
 *  11. Menu
 *  12. Socials
 *  13. Countdown
 *  14. Swiper Slider
 *  15. Popup Dialogs
 *  16. Inner Sections
 *  17. Skillbars
 *  18. Features
 *  19. Partners
 *  20. Inner Video
 *  21. Contact Data
 *  22. Footer
 *  23. Gallery
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
.media-image-1 {
  background-image: url("https://www.anxovizcaino.com/img/video-poster.jpg");
}

.media-image-2 {
  background-image: url("https://www.anxovizcaino.com/img/video-poster.jpg");
}

/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light/OpenSans-Light.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic/OpenSans-LightItalic.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/OpenSans-Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic/OpenSans-Italic.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "OldStandardTT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.woff") format("woff"), url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.ttf") format("truetype"), url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.svg#OldStandardTT") format("svg");
}
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: rgb(40.8, 40.8, 40.8);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: rgb(40.8, 40.8, 40.8);
  color: #ffffff;
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(30.6, 30.6, 30.6);
  border-radius: 10px;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  overflow-y: auto;
  font: normal 400 1.6rem/1.7 "OpenSans", sans-serif;
  color: #444444;
  background-color: #120e10;
}

section {
  position: relative;
  min-width: 320px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .fullheight {
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.column {
  padding: 0 3vw;
}

.column-padding-s {
  padding: 0 3vw;
}
@media only screen and (min-width: 768px) {
  .column-padding-s {
    padding: 0 -moz-calc(3vw - 2rem);
    padding: 0 calc(3vw - 2rem);
  }
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #f4f4f4;
}

.bg-dark {
  background-color: #120e10;
}

.bg-medium {
  background-color: rgb(25.33, 25.33, 25.33);
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-layer-black-06 {
  background-color: rgba(0, 0, 0, 0.6);
}

.color-layer-black-04 {
  background-color: rgba(0, 0, 0, 0.4);
}

.color-layer-black-04-mobile {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .color-layer-black-04-mobile {
    display: none;
  }
}

.color-layer-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.color-layer-white-mobile {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) {
  .color-layer-white-mobile {
    background-color: transparent;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Loading Animation Start */
/* ------------------------------------------------*/
body.loaded .headline__text {
  -webkit-animation: 1s ease-in-out 0.8s 1 both fadeIn;
     -moz-animation: 1s ease-in-out 0.8s 1 both fadeIn;
          animation: 1s ease-in-out 0.8s 1 both fadeIn;
}
body.loaded .headline__btnholder {
  -webkit-animation: 1s ease-in-out 0.8s 1 both fadeIn;
     -moz-animation: 1s ease-in-out 0.8s 1 both fadeIn;
          animation: 1s ease-in-out 0.8s 1 both fadeIn;
}
body.loaded .header,
body.loaded .main-countdown,
body.loaded .intro__controls {
  -webkit-animation: 1s ease-in-out 1s 1 both fadeIn;
     -moz-animation: 1s ease-in-out 1s 1 both fadeIn;
          animation: 1s ease-in-out 1s 1 both fadeIn;
}

/* ------------------------------------------------*/
/* Loading Animation End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 400 4.6rem/1.06 "OldStandardTT", serif;
  margin: 2.4rem 0 2.8rem 0;
  color: #111111;
}
h1 span {
  display: block;
}
h1.large {
  font-size: 7rem;
  line-height: 1;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6rem;
    max-width: 460px;
  }
  h1.small {
    font-size: 6rem;
    max-width: none;
  }
  h1.large {
    font-size: 8rem;
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  h1.large {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 8rem;
    max-width: 560px;
  }
  h1.small {
    font-size: 8rem;
  }
  h1.large {
    font-size: 13rem;
  }
}

.headline__text,
.headline__btnholder {
  padding-left: 2px;
}

.headline__text {
  font: 300 1.5rem/1.7 "OpenSans", sans-serif;
  margin-bottom: 4.2rem;
  color: #ffffff;
}
.headline__text.bottom {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .headline__text {
    font-size: 1.6rem;
    max-width: 420px;
  }
  .headline__text.bottom {
    margin-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline__text {
    font-size: 2rem;
    margin-bottom: 5rem;
    max-width: 480px;
  }
  .headline__text.small {
    font-size: 1.8rem;
  }
  .headline__text.bottom {
    margin-bottom: 4rem;
  }
}

.headline__btnholder.bottom a {
  margin-right: 3rem;
}
.headline__btnholder.bottom a:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .headline__btnholder.bottom a {
    margin-right: 6rem;
  }
}

h2 {
  font: normal 400 4rem/1.1 "OldStandardTT", serif;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 6rem;
  }
}

.info__title .title-content {
  position: relative;
  font: normal 400 1.4rem/1 "OpenSans", sans-serif;
}
.info__title .title-content .section-title {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  margin-bottom: 4.4rem;
}
@media only screen and (min-width: 992px) {
  .info__title .title-content .section-title {
    display: inline-block;
    position: relative;
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: translateX(-100%) rotate(-90deg);
       -moz-transform: translateX(-100%) rotate(-90deg);
        -ms-transform: translateX(-100%) rotate(-90deg);
            transform: translateX(-100%) rotate(-90deg);
    margin-bottom: 0;
  }
}

h3 {
  font: normal 400 3rem/1.1 "OldStandardTT", serif;
}
h3 small {
  display: block;
  font: normal 400 1.2rem/1.2 "OpenSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  margin-bottom: 1rem;
}

h4 {
  font: normal 400 2.8rem/1.2 "OldStandardTT", serif;
  margin-bottom: 2.4rem;
}

h5 {
  font: normal 400 2.4rem/1.2 "OldStandardTT", serif;
}

p {
  font: normal 300 1.6rem/1.7 "OpenSans", sans-serif;
  color: #444444;
}
p.section-text {
  padding-left: 0.2rem;
  margin-bottom: 3.4rem;
}
p.section-text:last-of-type {
  margin-bottom: 0;
}

.feature-item p {
  font-size: 1.5rem;
}

.contact-data__item p {
  font-size: 1.5rem;
  color: #444444;
  margin-top: 0.2rem;
}
.contact-data__item p a {
  position: relative;
  display: inline-block;
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-data__item p a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.no-touch .contact-data__item p a:hover {
  color: #111111;
}
.no-touch .contact-data__item p a:hover::after {
  width: 100%;
}
.contact-data__item p a.light {
  color: rgba(255, 255, 255, 0.7);
}
.contact-data__item p a.light::after {
  background-color: #ffffff;
}
.no-touch .contact-data__item p a.light:hover {
  color: #ffffff;
}
.contact-data__item ul {
  font: normal 300 1.5rem/1.7 "OpenSans", sans-serif;
  margin-top: 0.2rem;
}
.contact-data__item ul a {
  position: relative;
  display: inline-block;
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-data__item ul a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.contact-data__item ul a.light {
  color: rgba(255, 255, 255, 0.5);
}
.contact-data__item ul a.light::after {
  background-color: #ffffff;
}
.no-touch .contact-data__item ul li:hover a {
  color: #111111;
}
.no-touch .contact-data__item ul li:hover a::after {
  width: 100%;
}
.no-touch .contact-data__item ul li:hover a.light {
  color: #ffffff;
}

.footer__slogan p {
  font: italic 400 1.5rem/1.7 "OpenSans", sans-serif;
  max-width: 400px;
  margin: 0 auto 3rem;
}

.footer__socials ul {
  display: block;
  position: relative;
}
.footer__socials ul li {
  display: inline-block;
  line-height: 1.3;
  margin-right: 2rem;
}
.footer__socials ul li:last-of-type {
  margin-right: 0;
}
.footer__socials ul li a {
  font-size: 1.8rem;
  color: #111111;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__socials ul li a.light {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .footer__socials ul li a {
    color: #444444;
  }
  .no-touch .footer__socials ul li a:hover {
    color: #111111;
  }
  .footer__socials ul li a.light {
    color: #ffffff;
  }
  .no-touch .footer__socials ul li a.light:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.popup-title__title {
  font: normal 400 3rem/1.2 "OldStandardTT", serif;
  margin-bottom: 3rem;
  color: #111111;
}
@media only screen and (min-width: 768px) {
  .popup-title__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .popup-title__title {
    font-size: 5rem;
  }
}

.popup-title__text {
  font: normal 300 1.5rem/1.7 "OpenSans", sans-serif;
  color: #444444;
}
@media only screen and (min-width: 768px) {
  .popup-title__text {
    font-size: 1.6rem;
  }
}

.text-dark {
  color: #111111;
}

.text-base {
  color: #444444;
}

.text-mute {
  color: #707070;
}

.text-light {
  color: #ffffff;
}

.text-light-base {
  color: rgba(255, 255, 255, 0.7);
}

.text-light-mute {
  color: rgba(255, 255, 255, 0.5);
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Controls Start */
/* ------------------------------------------------*/
.menu-trigger {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.menu-trigger .menu-caption {
  font: normal 600 1.2rem/1 "OpenSans", sans-serif;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  margin-right: 5rem;
  color: #ffffff;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.menu-trigger .menu-burger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.menu-trigger .menu-burger::before, .menu-trigger .menu-burger::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: 32px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1), -moz-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1), -webkit-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1), -moz-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
}
.menu-trigger .menu-burger::before {
  top: 17px;
}
.menu-trigger .menu-burger::after {
  top: 24px;
}
.no-touch .menu-trigger:hover .menu-burger::before {
  -webkit-transform: translateX(4px);
     -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.no-touch .menu-trigger:hover .menu-burger::after {
  -webkit-transform: translateX(-4px);
     -moz-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

.close-button {
  position: absolute;
  right: 3vw;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-close,
.popup-close {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #111111;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-filter 0.5s;
  transition: opacity 0.5s ease-in-out, -webkit-filter 0.5s;
  -o-transition: filter 0.5s, opacity 0.5s ease-in-out;
  -moz-transition: filter 0.5s, opacity 0.5s ease-in-out;
  transition: filter 0.5s, opacity 0.5s ease-in-out;
  transition: filter 0.5s, opacity 0.5s ease-in-out, -webkit-filter 0.5s;
}
.menu-close .close-caption,
.popup-close .close-caption {
  font: normal 600 1.2rem/1 "OpenSans", sans-serif;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  margin-right: 5rem;
  color: #111111;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menu-close .close-x,
.popup-close .close-x {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.menu-close .close-x::before, .menu-close .close-x::after,
.popup-close .close-x::before,
.popup-close .close-x::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 20px;
  width: 32px;
  height: 1px;
  background-color: #111111;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.menu-close .close-x::before,
.popup-close .close-x::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-close .close-x::after,
.popup-close .close-x::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-close.light,
.popup-close.light {
  font-weight: 400;
  color: #ffffff;
}
.menu-close.light .close-caption,
.popup-close.light .close-caption {
  color: #ffffff;
}
.menu-close.light .close-x::before, .menu-close.light .close-x::after,
.popup-close.light .close-x::before,
.popup-close.light .close-x::after {
  background-color: #ffffff;
}
.menu-close.is-visible,
.popup-close.is-visible {
  opacity: 1;
}
.no-touch .menu-close:hover .close-caption,
.no-touch .popup-close:hover .close-caption {
  color: #707070;
}
.no-touch .menu-close:hover .close-x::before, .no-touch .menu-close:hover .close-x::after,
.no-touch .popup-close:hover .close-x::before,
.no-touch .popup-close:hover .close-x::after {
  background-color: #707070;
}
.no-touch .menu-close:hover.light .close-caption,
.no-touch .popup-close:hover.light .close-caption {
  color: rgba(255, 255, 255, 0.5);
}
.no-touch .menu-close:hover.light .close-x::before, .no-touch .menu-close:hover.light .close-x::after,
.no-touch .popup-close:hover.light .close-x::before,
.no-touch .popup-close:hover.light .close-x::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  text-align: center;
}

.btn-s {
  height: 16px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-s span {
  font-size: 1.4rem;
}
.btn-s .btn-caption {
  font: normal 600 1.2rem/1.8 "OpenSans", sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-right: 0.6rem;
}

.btn-s-light {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .no-touch .btn-s-light:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.btn-s-dark {
  color: #111111;
}
@media only screen and (min-width: 1200px) {
  .no-touch .btn-s-dark:hover {
    color: #707070;
  }
}

.btn-l {
  height: 52px;
  line-height: 52px;
  padding: 0 4rem;
  font: normal 600 1.2rem/52px "OpenSans", sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-light {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #111111;
}
.no-touch .btn-light:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-dark {
  border: 1px solid #111111;
  background-color: #111111;
  color: #ffffff;
}
.no-touch .btn-dark:hover {
  background-color: transparent;
  color: #111111;
}

.inner-video-trigger {
  display: block;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  font: normal 400 1.6rem/100px "OpenSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.no-touch .inner-video-trigger:hover {
  color: #000000;
  background-color: #ffffff;
}

.to-top {
  position: fixed;
  right: 8vw;
  bottom: 30px;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s, 0.3s;
}
.no-touch .to-top:hover {
  -webkit-transition: opasity 0.3s 0s, visibility 0s 0s;
  -o-transition: opasity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opasity 0.3s 0s, visibility 0s 0s;
  transition: opasity 0.3s 0s, visibility 0s 0s;
  opacity: 1;
}
.to-top.is-visible {
  visibility: visible;
  opacity: 1;
}
.to-top.fade-out {
  opacity: 0.5;
  -webkit-transition: opasity 0.3s 0s, visibility 0s 0s;
  -o-transition: opasity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opasity 0.3s 0s, visibility 0s 0s;
  transition: opasity 0.3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .to-top {
    bottom: 50px;
    -webkit-transition: opasity 0.3s 0s, visibility 0s 0s;
    -o-transition: opasity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opasity 0.3s 0s, visibility 0s 0s;
    transition: opasity 0.3s 0s, visibility 0s 0s;
  }
}

/* ------------------------------------------------*/
/* Buttons & Controls End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animated Backgrounds Start */
/* ------------------------------------------------*/
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#main-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  -moz-background-size: contain;
       background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

#bgndKenburns,
#bgndKenburnsFull {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#nightsky-js,
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-color: transparent;
}

/* ------------------------------------------------*/
/* Animated Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Header Start */
/* ------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 5vw;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  z-index: 4;
  -webkit-transition: height 0.3s, background-color 0.3s ease-in-out;
  -o-transition: height 0.3s, background-color 0.3s ease-in-out;
  -moz-transition: height 0.3s, background-color 0.3s ease-in-out;
  transition: height 0.3s, background-color 0.3s ease-in-out;
  background-color: transparent;
}
.header.reduced {
  height: 70px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
  background-color: rgb(25.33, 25.33, 25.33);
}
@media only screen and (min-width: 768px) {
  .header {
    height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    background-color: #120e10;
  }
  .header.transparent {
    background-color: transparent;
  }
  .header.transparent.reduced {
    background-color: rgb(25.33, 25.33, 25.33);
  }
}

.header__content {
  position: relative;
  height: 100%;
  padding: 0 3vw;
}

.logo {
  position: absolute;
  top: 0;
  left: 3vw;
  height: 100%;
}
.logo img {
  display: block;
  width: 50px;
  position: relative;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-button {
  position: absolute;
  right: 3vw;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}

/* ------------------------------------------------*/
/* Header End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  background-color: #120e10;
}
@media only screen and (min-width: 1200px) {
  .main {
    min-height: 600px;
  }
}

.main__content {
  position: relative;
  padding: 0 5vw;
  height: 100%;
}
.main__content.fullscreen {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.main__intro {
  position: relative;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}

.intro__content {
  position: relative;
  height: 100%;
}

.headline {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.headline.bottom {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .headline.bottom {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .headline.bottom {
    bottom: 80px;
  }
}

.intro__controls {
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .intro__controls {
    bottom: 40px;
  }
}

.main__media {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.media__content {
  position: absolute;
  bottom: 0;
  left: -5vw;
  width: -moz-calc(100% + 10vw);
  width: calc(100% + 10vw);
  height: 100%;
  background-color: #120e10;
}
@media only screen and (min-width: 1200px) {
  .media__content.split {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: -moz-calc(100% + 5vw);
    width: calc(100% + 5vw);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
  }
  .media__content.half {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: -moz-calc(100% + 5vw);
    width: calc(100% + 5vw);
    height: 100%;
  }
  .media__content.fullscreen {
    position: absolute;
    bottom: 0;
    left: -5vw;
    width: -moz-calc(100% + 10vw);
    width: calc(100% + 10vw);
    height: 100%;
  }
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}

.main-countdown {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 0 5vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .main-countdown {
    bottom: 40px;
  }
}

/* ------------------------------------------------*/
/* Main Section End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Popup Dialogs Start */
/* ------------------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.popup .popup-title__title,
.popup .popup-title__text,
.popup .form-container {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  -o-transition: opacity 0.3s, filter 0.3s;
  -moz-transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
.popup.animate-in {
  opacity: 1;
  visibility: visible;
}
.popup.animate-in .popup-title__title {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  -o-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s;
  -moz-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s, -moz-transform 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s, -webkit-filter 0.5s 0.8s, -webkit-transform 0.5s 0.8s, -moz-transform 0.5s 0.8s;
}
.popup.animate-in .popup-title__text {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  -o-transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s;
  -moz-transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s, -moz-transform 0.5s 0.9s;
  transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s;
  transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s, -webkit-filter 0.5s 0.9s, -webkit-transform 0.5s 0.9s, -moz-transform 0.5s 0.9s;
}
.popup.animate-in .form-container {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 1s, -webkit-filter 0.5s 1s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s 1s, -webkit-filter 0.5s 1s, -webkit-transform 0.5s 1s;
  -o-transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s;
  -moz-transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s, -moz-transform 0.5s 1s;
  transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s;
  transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s, -webkit-filter 0.5s 1s, -webkit-transform 0.5s 1s, -moz-transform 0.5s 1s;
}
.popup.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s 0.8s ease-in-out;
  -o-transition: all 0.6s 0.8s ease-in-out;
  -moz-transition: all 0.6s 0.8s ease-in-out;
  transition: all 0.6s 0.8s ease-in-out;
}
.popup.animate-out .popup-title__title {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
  -o-transition: filter 0.5s, opacity 0.5s, transform 0.5s;
  -moz-transition: filter 0.5s, opacity 0.5s, transform 0.5s, -moz-transform 0.5s;
  transition: filter 0.5s, opacity 0.5s, transform 0.5s;
  transition: filter 0.5s, opacity 0.5s, transform 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.popup.animate-out .popup-title__text {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.1s, -webkit-filter 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, -webkit-filter 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  -o-transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
  -moz-transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s, -moz-transform 0.5s 0.1s;
  transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-filter 0.5s 0.1s, -webkit-transform 0.5s 0.1s, -moz-transform 0.5s 0.1s;
}
.popup.animate-out .form-container {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.2s, -webkit-filter 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-filter 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -o-transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
  -moz-transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s, -moz-transform 0.5s 0.2s;
  transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-filter 0.5s 0.2s, -webkit-transform 0.5s 0.2s, -moz-transform 0.5s 0.2s;
}
@media only screen and (min-width: 992px) {
  .popup {
    min-height: 600px;
    overflow: hidden;
  }
}

.popup__header {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 5vw;
}
.popup__header .header-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
}
@media only screen and (min-width: 768px) {
  .popup__header {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .popup__header {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    background-color: transparent;
    z-index: 4;
  }
}
@media only screen and (min-width: 1400px) {
  .popup__header {
    height: 140px;
  }
}

.popup__content {
  position: relative;
  height: auto;
  padding: 0 5vw;
}
@media only screen and (min-width: 992px) {
  .popup__content {
    height: 100%;
  }
}

.popup-container {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .popup-container {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .popup-container {
    padding: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
}

.popup-title,
.popup-form {
  position: relative;
  text-align: center;
}

.popup-form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .popup-form {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------*/
/* Popup Dialogs End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Footer Start */
/* ------------------------------------------------*/
.footer {
  position: relative;
  padding: 100px 0;
}

.footer__content {
  position: relative;
  padding: 0 5vw;
}

.footer__logo {
  text-align: center;
  margin-bottom: 3.6rem;
}
.footer__logo img {
  width: auto;
  margin: 0 auto;
}

.footer__slogan,
.footer__socials {
  text-align: left;
  margin-left: 4px;
}

/* ------------------------------------------------*/
/* Footer End */
/* ------------------------------------------------*/