/* == @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: #414648;
  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/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%;
}
.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;
}
.ad-init {
  position: relative;
}
.ad-init .inner {
  padding: 120px 20px;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  overflow: hidden;
}
.ad-init .inner .wrapper-init .pretitle {
  display: block;
  line-height: 1.1em;
  color: black;
  font-size: 1.563em;
  font-weight: normal;
  margin-bottom: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ad-init .inner .wrapper-init .title {
  display: block;
  line-height: 1em;
  color: #AEEBFB;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  font-size: 6.000em;
  margin-bottom: 50px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ad-init .inner .wrapper-init .title em {
  font-size: 1.15em;
  display: block;
  margin-left: 40px;
}
.ad-init .inner .wrapper-init .info {
  width: 50%;
}
.ad-init .inner .wrapper-init .info .highlight {
  display: block;
  line-height: 1.5em;
  font-size: 1.250em;
  font-family: 'ScotchDeck';
  font-weight: 400;
  max-width: 400px;
}
.ad-init .inner .wrapper-init .info .highlight + .highlight {
  margin-top: 30px;
}
.ad-init .inner .wrapper-init .info .btn {
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  background: #64CBF4;
  padding: 5px 40px;
  display: inline-block;
  margin-top: 20px;
}
.ad-init svg {
  position: absolute;
  right: 0;
  bottom: 80px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ad-blue {
  position: relative;
  background: #64CBF4;
  overflow: hidden;
}
.ad-blue .inner {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.ad-blue .inner .wrapper {
  align-items: center;
}
.ad-blue .inner .wrapper .col {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ad-blue .inner .wrapper .col img {
  width: 100%;
  display: block;
  left: -180px;
  position: relative;
}
.ad-blue .inner .wrapper .col .txt {
  display: block;
  line-height: 1.4em;
  font-size: 1.250em;
  font-family: 'ScotchDeck';
  font-weight: 400;
  color: black;
  max-width: 363px;
}
.ad-steps {
  position: relative;
  overflow: hidden;
  background: #E8F7FE;
}
.ad-steps .inner {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.ad-steps .inner .title {
  display: block;
  color: black;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  max-width: 462px;
  margin: 0 auto 40px;
  font-size: 3.125em;
  text-align: center;
  line-height: 1em;
}
.ad-steps .inner .wrapper-steps {
  display: flex;
}
.ad-steps .inner .wrapper-steps .step {
  width: 33%;
  padding-right: 60px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ad-steps .inner .wrapper-steps .step .num {
  display: block;
  line-height: 1.1em;
  color: black;
  color: #64CBF4;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  font-size: 4.375em;
}
.ad-steps .inner .wrapper-steps .step .name {
  display: block;
  line-height: 1.1em;
  color: black;
  font-size: 2.000em;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  margin: 15px 0 30px;
}
.ad-steps .inner .wrapper-steps .step .info {
  font-size: 1.250em;
  color: black;
  font-weight: normal;
  line-height: 1.4em;
  max-width: 269px;
}
.ad-steps .inner .btn {
  height: 50px;
  background: #64CBF4;
  color: white;
  font-size: 1.125em;
  display: block;
  padding: 10px 40px;
  text-align: center;
  font-weight: normal;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 50px 0 10px;
  max-width: 215px;
}
.ad-prefooter .inner {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.ad-prefooter .inner .wrapper .col img {
  width: 100%;
  display: block;
  padding-right: 40px;
}
.ad-prefooter .inner .wrapper .col .title {
  display: block;
  line-height: 1.1em;
  color: black;
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 15px;
}
.ad-prefooter .inner .wrapper .col p {
  display: block;
  line-height: 1.4em;
  font-size: 1em;
  font-weight: normal;
  max-width: 400px;
  margin-bottom: 15px;
}
.ad-prefooter .inner .wrapper .col .btn {
  height: 50px;
  background: none;
  border: 1px solid black;
  color: black;
  font-size: 1.125em;
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  font-weight: normal;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media screen and (max-width: 970px) {
  .ad-init .inner .wrapper-init .pretitle {
    font-size: 1.3em;
  }
  .ad-init .inner .wrapper-init .title {
    font-size: 4.3em;
  }
  .ad-init .inner .wrapper-init .title em {
    margin-left: 0;
  }
  .ad-init .inner .wrapper-init .info {
    width: 80%;
  }
  .ad-init .inner .wrapper-init .info .highlight {
    font-size: 1.250em;
  }
  .ad-init svg {
    right: -50%;
  }
  .ad-blue .inner .wrapper {
    display: block;
  }
  .ad-blue .inner .wrapper .col {
    width: 100%;
  }
  .ad-blue .inner .wrapper .col + .col {
    width: 100%;
  }
  .ad-blue .inner .wrapper .col img {
    width: 100%;
    left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .ad-blue .inner .wrapper .col .txt {
    font-size: 1.150em;
    margin: 30px auto;
  }
  .ad-steps .inner .title {
    font-size: 2em;
  }
  .ad-steps .inner .wrapper-steps {
    display: block;
  }
  .ad-steps .inner .wrapper-steps .step {
    width: 100%;
    padding-right: 0;
  }
  .ad-steps .inner .wrapper-steps .step + .step {
    margin-top: 30px;
  }
  .ad-steps .inner .wrapper-steps .step .num {
    font-size: 4em;
  }
  .ad-steps .inner .wrapper-steps .step .name {
    font-size: 1.5em;
  }
  .ad-steps .inner .wrapper-steps .step .info {
    font-size: 1.150em;
    max-width: 100%;
  }
  .ad-steps .inner .btn {
    height: 50px;
    background: #64CBF4;
    color: white;
    font-size: 1.125em;
    display: block;
    padding: 10px 40px;
    text-align: center;
    font-weight: normal;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 50px 0 10px;
    max-width: 215px;
  }
}
@media screen and (max-width: 670px) {
  .ad-init .inner {
    position: relative;
    z-index: 1;
  }
  .ad-init .inner .wrapper-init .pretitle {
    font-size: 1.1em;
  }
  .ad-init .inner .wrapper-init .title {
    font-size: 2.2em;
    line-height: 1.3em;
  }
  .ad-init .inner .wrapper-init .info {
    width: 90%;
  }
  .ad-init .inner .wrapper-init .info .highlight {
    font-size: 1.150em;
  }
  .ad-init svg {
    right: -95%;
  }
  .ad-blue .inner .wrapper {
    display: block;
  }
  .ad-blue .inner .wrapper .col {
    width: 100%;
  }
  .ad-blue .inner .wrapper .col + .col {
    width: 100%;
  }
  .ad-blue .inner .wrapper .col img {
    width: 100%;
    left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .ad-blue .inner .wrapper .col .txt {
    font-size: 1.150em;
    margin: 30px auto;
  }
  .ad-steps .inner .title {
    font-size: 2em;
  }
  .ad-steps .inner .wrapper-steps {
    display: block;
  }
  .ad-steps .inner .wrapper-steps .step {
    width: 100%;
    padding-right: 0;
  }
  .ad-steps .inner .wrapper-steps .step + .step {
    margin-top: 30px;
  }
  .ad-steps .inner .wrapper-steps .step .num {
    font-size: 4em;
  }
  .ad-steps .inner .wrapper-steps .step .name {
    font-size: 1.5em;
  }
  .ad-steps .inner .wrapper-steps .step .info {
    font-size: 1.150em;
    max-width: 100%;
  }
  .ad-steps .inner .btn {
    height: 50px;
    background: #64CBF4;
    color: white;
    font-size: 1.125em;
    display: block;
    padding: 10px 40px;
    text-align: center;
    font-weight: normal;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 50px 0 10px;
    max-width: 215px;
  }
  .ad-prefooter .inner .wrapper {
    display: block;
  }
  .ad-prefooter .inner .wrapper .col {
    width: 100%;
  }
  .ad-prefooter .inner .wrapper .col + .col {
    width: 100%;
    margin-top: 20px;
  }
  .ad-prefooter .inner .wrapper .col img {
    padding-right: 0;
  }
  .ad-prefooter .inner .wrapper .col .title {
    font-size: 1.275em;
  }
}
.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: #000;
  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: black;
  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: #000;
  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;
  }
}
