/* == @losdelvolcan - Styles == */
/* == @losdelvolcan - Mixins genéricos == */
/* 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;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == @losdelvolcan - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'ABCNormal';
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #fff;
}
/* == Text Styles == */
a {
  color: #007DC5;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
a,
a:active,
a:visited {
  color: #007DC5;
}
.noTouchDevice a:hover {
  color: #007DC5;
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-size: 1.357em;
  text-align: center;
  padding: .8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
/* == Heading Styles == */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
h3 {
  /* OK */
  font-size: 1.7143em;
  letter-spacing: -0.006em;
  line-height: 1.25em;
  word-spacing: -0.059em;
}
h4 {
  font-size: 1.3571em;
  line-height: 1.0416em;
  letter-spacing: -0.006em;
  word-spacing: -0.059em;
}
h5 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
h6 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'scotchMedium';
  src: url('../css/fonts/scotch_display_medium-webfont.woff2') format('woff2'), url('../css/fonts/scotch_display_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'scotchMedium';
  src: url('../css/fonts/scotch_display_medium_italic-webfont.woff2') format('woff2'), url('../css/fonts/scotch_display_medium_italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Normal.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Normal.woff') format('woff'), url('../css/fonts/ABCNormal-Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/abc_normal_medium-webfont.woff2') format('woff2'), url('../css/fonts/abc_normal_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Bold.woff') format('woff'), url('../css/fonts/ABCNormal-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-SemiBold.woff') format('woff'), url('../css/fonts/ScotchDisplay-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-SemiBoldItalic.woff') format('woff'), url('../css/fonts/ScotchDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-Bold.woff') format('woff'), url('../css/fonts/ScotchDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-Fat.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-Fat.woff') format('woff'), url('../css/fonts/ScotchDisplay-Fat.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Light.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Light.woff') format('woff'), url('../css/fonts/ABCNormal-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Thin.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Thin.woff') format('woff'), url('../css/fonts/ABCNormal-Thin.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Book.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Book.woff') format('woff'), url('../css/fonts/ABCNormal-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/abc_normal_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/abc_normal_heavy-webfont.woff') format('woff'), url('../css/fonts/abc_normal_heavy-webfont.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Black.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Black.woff') format('woff'), url('../css/fonts/ABCNormal-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'ScotchDeck';
  src: url('../css/fonts/ScotchDeck-Medium.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDeck-Medium.woff') format('woff'), url('../css/fonts/ScotchDeck-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
#general {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
.wrapper .col {
  width: 50%;
}
.wrapper .col p strong {
  font-weight: bold;
}
.wrapper .col.col-full {
  width: 100%;
}
#player--audio {
  height: 0;
  width: 0;
}
.speaker {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#music_toggle {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
music_toggle:hover,
#music_toggle.on {
  background: #000000;
}
#music_toggle > div {
  display: flex;
  padding-bottom: 3px;
  width: 20px;
  height: 21px;
  align-items: flex-end;
}
#music_toggle span {
  display: inline-flex;
  margin: 0 1px;
  width: 2px;
  height: 7px;
  background: #fff;
  -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
@keyframes music-bar {
  0% {
    height: 6px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 6px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 18px;
  }
  50% {
    height: 6px;
  }
  60% {
    height: 16px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 4px;
  }
  100% {
    height: 18px;
  }
}
#music_toggle.on span:nth-child(1) {
  -moz-animation: music-bar 2s 1s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 1s ease-out alternate infinite;
  animation: music-bar 2s 1s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(2) {
  -moz-animation: music-bar 2s 0.5s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 0.5s ease-out alternate infinite;
  animation: music-bar 2s 0.5s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(3) {
  -moz-animation: music-bar 2s 1.5s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 1.5s ease-out alternate infinite;
  animation: music-bar 2s 1.5s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(4) {
  -moz-animation: music-bar 2s 0.25s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 0.25s ease-out alternate infinite;
  animation: music-bar 2s 0.25s ease-out alternate infinite;
}
#music_toggle.on span:nth-child(5) {
  -moz-animation: music-bar 2s 0.75s ease-out alternate infinite;
  -webkit-animation: music-bar 2s 0.75s ease-out alternate infinite;
  animation: music-bar 2s 0.75s ease-out alternate infinite;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.large {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -220px, 0);
    transform: translate3d(0, -220px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -220px, 0);
    transform: translate3d(0, -220px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 220px, 0);
    transform: translate3d(0, 220px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 220px, 0);
    transform: translate3d(0, 220px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpS {
  -webkit-animation-name: fadeInUpS;
  animation-name: fadeInUpS;
}
@-webkit-keyframes fadeInUpS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 22px, 0);
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 22px, 0);
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownS {
  -webkit-animation-name: fadeInDownS;
  animation-name: fadeInDownS;
}
@-webkit-keyframes fadeInDownS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftS {
  -webkit-animation-name: fadeInLeftS;
  animation-name: fadeInLeftS;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightS {
  -webkit-animation-name: fadeInRightS;
  animation-name: fadeInRightS;
}
.overlay {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0;
  -moz-transition: all, 0;
  -o-transition: all, 0;
  transition: all, 0;
}
.overlay.hide {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  z-index: -5;
}
.nau-init {
  position: relative;
}
.nau-init .wrapper-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
}
.nau-init .wrapper-video:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.nau-init .wrapper-video video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: relative;
  background-size: cover;
}
.nau-init .inner {
  padding: 200px 20px;
  margin: 0 auto;
  max-width: 950px;
  height: 600px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.nau-init .inner .wrapper-init .info {
  max-width: 780px;
  margin: 0 auto;
}
.nau-init .inner .wrapper-init .info .title {
  display: block;
  line-height: 1em;
  font-family: 'ScotchDisplay';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 7.500em;
  text-align: center;
  color: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.nau-init .inner .wrapper-init .info .subtitle {
  display: block;
  line-height: 1.1em;
  text-align: center;
  font-size: 1.875em;
  font-family: 'ABCNormal';
  font-weight: bold;
  color: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.nau-form {
  position: relative;
  background: #01164B;
  z-index: 1;
}
.nau-form .inner {
  padding: 100px 20px;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.nau-form .inner .figure {
  position: relative;
}
.nau-form .inner .figure img {
  max-width: 433px;
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-animation: spin 14s linear infinite;
  -moz-animation: spin 14s linear infinite;
  animation: spin 14s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.nau-form .inner .figure .title {
  display: block;
  line-height: 1.2em;
  color: white;
  font-family: 'scotchMedium';
  font-weight: normal;
  font-size: 2.188em;
  max-width: 510px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-left: -255px;
  left: 50%;
  margin-top: -63px;
}
.nau-form .inner .info {
  max-width: 730px;
  margin: 80px auto 40px;
}
.nau-form .inner .info .txt {
  font-family: 'ABCNormal';
  font-weight: 300;
  display: block;
  line-height: 1.1em;
  color: white;
  text-align: center;
  font-size: 1.875em;
}
.nau-form .inner .info .txt + .txt {
  margin-top: 20px;
}
.nau-form .inner .form {
  background: white;
  max-width: 768px;
  margin: 80px auto 20px;
  padding: 40px;
}
.nau-form .inner .form .title {
  display: block;
  line-height: 1.1em;
  font-family: 'ABCNormal';
  font-weight: bold;
  font-size: 1.875em;
  color: black;
}
.nau-form .inner .form .subtitle {
  display: block;
  line-height: 1.1em;
  font-family: 'ABCNormal';
  font-weight: bold;
  font-size: 1.250em;
  color: black;
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 500px;
}
.nau-form .inner .form .row + .row {
  margin-top: 50px;
}
.nau-form .inner .form .row.row-col {
  display: flex;
}
.nau-form .inner .form .row.row-col .field {
  width: 49%;
}
.nau-form .inner .form .row.row-col .field + .field {
  margin-left: 2%;
}
.nau-form .inner .form .row.row-submit {
  display: flex;
  justify-content: space-between;
}
.nau-form .inner .form .row.row-submit .legal {
  width: 50%;
}
.nau-form .inner .form .row.row-submit .legal .container {
  display: flex;
  width: 100%;
  align-items: center;
}
.nau-form .inner .form .row.row-submit .legal .legal-txt {
  margin-top: 10px;
}
.nau-form .inner .form .row.row-submit .legal .legal-txt span {
  display: block;
  line-height: 1.1em;
  max-width: 310px;
  font-size: 1em;
  color: #999999;
  font-family: 'ABCNormal';
  font-weight: 300;
}
.nau-form .inner .form .row.row-submit .legal .radio-wrapper + .radio-wrapper {
  margin-left: 20px;
}
.nau-form .inner .form .row.row-submit .legal .radio-wrapper label {
  padding: 0 0 0 25px;
  position: relative;
  display: block;
  color: #7B7A7A;
  font-family: 'ABCNormal';
  font-weight: 300;
  font-size: 1.250em;
  line-height: 1.1em;
}
.nau-form .inner .form .row.row-submit .legal .radio-wrapper label:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ADB5BD;
  background: white;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
.nau-form .inner .form .row.row-submit .legal .radio-wrapper input[type="radio"] {
  position: relative;
  display: none;
}
.nau-form .inner .form .row.row-submit .legal .radio-wrapper input[type="radio"]:checked + label:before {
  background: #01164B;
  border-color: #01164B;
}
.nau-form .inner .form .row.row-submit .button {
  width: 50%;
}
.nau-form .inner .form .row.row-submit .button .btn {
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px 20px;
  max-width: 200px;
  background: #01164B;
  display: block;
  margin: 0 0 0 auto;
  color: white;
  height: 58px;
  font-size: 1.375em;
  font-family: 'ABCNormal';
  font-weight: 300;
  text-align: center;
}
.nau-form .inner .form .row .field {
  width: 100%;
}
.nau-form .inner .form .row .field label {
  padding: 0 0 .3em 0;
  display: block;
  line-height: 1.1em;
  font-size: 1.250em;
  font-family: 'ABCNormal';
  font-weight: 300;
  color: #7B7A7A;
}
.nau-form .inner .form .row .field input[type="text"],
.nau-form .inner .form .row .field input[type="email"] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 35px;
  padding: 0;
  border-bottom: 1px solid #CECECE;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 1em;
}
.nau-form .inner .form .row .field input[type="text"]:focus,
.nau-form .inner .form .row .field input[type="email"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-bottom: 1px solid black;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media screen and (max-width: 670px) {
  .nau-init .wrapper-video {
    height: 400px;
  }
  .nau-init .wrapper-video video {
    height: 400px;
  }
  .nau-init .inner {
    padding: 160px 20px;
    height: 400px;
  }
  .nau-init .inner .wrapper-init .info .title {
    font-size: 3.500em;
  }
  .nau-init .inner .wrapper-init .info .subtitle {
    font-size: 1.275em;
    margin-top: 10px;
  }
  .nau-form .inner .figure .title {
    padding: 0 20px;
    font-size: 1.5em;
    max-width: 370px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-left: -185px;
    left: 50%;
    margin-top: -43px;
  }
  .nau-form .inner .info .txt {
    font-size: 1.575em;
  }
  .nau-form .inner .form .title {
    font-size: 1.675em;
  }
  .nau-form .inner .form .subtitle {
    font-size: 1.150em;
  }
  .nau-form .inner .form .row + .row {
    margin-top: 20px;
  }
  .nau-form .inner .form .row.row-col {
    display: block;
  }
  .nau-form .inner .form .row.row-col .field {
    width: 100%;
  }
  .nau-form .inner .form .row.row-col .field + .field {
    margin-left: 0;
    margin-top: 20px;
  }
  .nau-form .inner .form .row.row-submit {
    display: block;
    margin-top: 50px;
  }
  .nau-form .inner .form .row.row-submit .legal {
    width: 100%;
  }
  .nau-form .inner .form .row.row-submit .button {
    width: 100%;
    margin-top: 40px;
  }
  .nau-form .inner .form .row.row-submit .button .btn {
    margin: 0 auto;
  }
  .nau-form .inner .form .row .field {
    width: 100%;
  }
  .nau-form .inner .form .row .field label {
    font-size: 1.150em;
  }
}
.header {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  padding: 34px 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  text-align: center;
}
.header .header-col {
  width: 33.3333%;
}
.header .header-col.name {
  text-align: left;
}
.header .header-col.name span {
  display: block;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
}
.header .header-col.logo {
  line-height: 0;
}
.header .header-col.logo a {
  display: inline-block;
}
.header .header-col.logo img {
  width: 23px;
}
.header .header-col.share {
  text-align: right;
  position: relative;
}
.header .header-col.share a span {
  font-size: 0.750em;
  color: white;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.header .header-col.share a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.header .header-col.share .social-content {
  display: none;
  position: absolute;
  right: 0;
  max-width: 80px;
  width: 100%;
  z-index: 1;
}
.header .header-col.share .social-content ul > li {
  padding: 1em 0 0;
  display: block;
  text-align: center;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header .header-col.share .social-content ul > li a {
  color: white;
  padding: .3em;
}
.header .header-col.share .social-content ul > li a .fab {
  font-size: 1.3em;
}
.header .header-col.share .social-content.show {
  display: block;
}
@media screen and (max-width: 670px) {
  .header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
  }
  .header .header-col {
    width: 50%;
    text-align: left;
  }
  .header .header-col.name {
    display: none;
  }
}
.footer {
  border-top: 1px solid #D1D1D1;
  position: relative;
  z-index: 1;
  background: white;
}
.footer .inner {
  display: flex;
  padding: 35px 40px 50px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.footer .inner .footer-left {
  width: 60%;
}
.footer .inner .footer-left .footer-left_list-top {
  margin-top: -5px;
  margin-bottom: 6px;
}
.footer .inner .footer-left .footer-left_list-top li {
  padding: 0;
  margin: 0;
}
.footer .inner .footer-left .footer-left_list-top li:first-child {
  font-weight: bold;
  margin-right: 40px;
}
.footer .inner .footer-left .footer-left_list-top li:first-child:after {
  content: none;
}
.footer .inner .footer-left .footer-left_list-top li:last-child:after {
  content: none;
}
.footer .inner .footer-left .footer-left_list-top li + li {
  padding: 0;
  margin: 0;
}
.footer .inner .footer-left .footer-left_list-top li + li:after {
  margin: 0 3px 0 5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #1A1A1A;
  display: inline-block;
  vertical-align: middle;
}
.footer .inner .footer-left span {
  display: block;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
  margin: 0 0 .5em 0;
}
.footer .inner .footer-left ul {
  line-height: 1em;
}
.footer .inner .footer-left ul li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
}
.footer .inner .footer-left ul li + li {
  margin-left: 1.2em;
}
.footer .inner .footer-right {
  width: 40%;
}
.footer .inner .footer-right ul {
  text-align: right;
  line-height: 0;
}
.footer .inner .footer-right ul li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
}
.footer .inner .footer-right ul li a {
  color: #1A1A1A;
}
.footer .inner .footer-right ul li + li {
  margin-left: 1.2em;
}
.footer .inner .footer-right span {
  margin: 1em 0 0 0;
  text-align: right;
  display: block;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 670px) {
  .footer .inner {
    display: block;
    padding: 40px 20px;
  }
  .footer .inner .footer-left {
    width: 100%;
  }
  .footer .inner .footer-left span {
    font-size: 0.788em;
  }
  .footer .inner .footer-left .footer-left_list-top {
    margin: 0 0 20px 0;
  }
  .footer .inner .footer-left .footer-left_list-top li:first-child {
    display: block;
    margin-bottom: 5px;
  }
  .footer .inner .footer-left ul li {
    font-size: 0.788em;
    margin-right: 10px;
  }
  .footer .inner .footer-left ul li:first-child {
    display: block;
    margin-bottom: 5px;
  }
  .footer .inner .footer-left ul li + li {
    margin-left: 0;
  }
  .footer .inner .footer-right {
    width: 100%;
    margin-top: 1em;
  }
  .footer .inner .footer-right ul {
    text-align: left;
  }
  .footer .inner .footer-right ul li {
    font-size: 0.788em;
    margin-right: 10px;
  }
  .footer .inner .footer-right ul li + li {
    margin-left: 0;
  }
  .footer .inner .footer-right span {
    text-align: left;
    font-size: 0.788em;
  }
}
