/* == @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=99);
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
  -khtml-opacity: 0.99;
  opacity: 0.99;
  -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: 0.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;
  height: 330px;
  width: auto;
  margin: 0 auto;
}
.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;
}
.slick-arrow.slick-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
@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: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-Roman.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-Roman.woff') format('woff'), url('../css/fonts/ScotchDisplay-Roman.ttf') format('truetype');
  font-weight: 100;
  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;
}
@font-face {
  font-family: 'brice';
  src: url('../css/fonts/studio_sun_brice_light-webfont.woff2') format('woff2'), url('../css/fonts/studio_sun_brice_light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'brice';
  src: url('../css/fonts/studio_sun_brice_bold-webfont.woff2') format('woff2'), url('../css/fonts/studio_sun_brice_bold-webfont.woff') format('woff');
  font-weight: bold;
  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;
}
.animated {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.prp-init {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 120px 0px 40px;
}
.prp-init .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1190px;
  width: 100%;
}
.prp-init .wrapper-head {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.prp-init .wrapper-head .bullet {
  right: 180px;
  top: 0px;
  position: absolute;
  width: 120px;
}
.prp-init .wrapper-head .bullet img {
  width: 100%;
  height: auto;
  display: block;
}
.prp-init .wrapper-head .staff {
  margin: 0 auto;
  background: url('../../img/staff.jpg') no-repeat center center white;
  background-size: 100% 100%;
  height: 360px;
}
.prp-init .wrapper-head .title {
  max-width: 1000px;
  padding: 105px 0 20px 50px;
  width: 100%;
  height: 360px;
  margin: 0 auto;
}
.prp-init .wrapper-head .title .pre {
  font-size: 1.875em;
  display: block;
  line-height: 1.1em;
  color: black;
  font-family: 'ScotchDisplay';
  font-weight: 500;
}
.prp-init .wrapper-head .title .main {
  display: block;
  line-height: 0.9em;
  color: black;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  font-size: 9.375em;
  margin: 10px 0 0;
  position: relative;
  padding-right: 50px;
}
.prp-init .wrapper-head .title .main:after {
  content: "";
  display: block;
  width: 10px;
  height: 67px;
  background: #000;
  bottom: 17px;
  right: 0;
  position: absolute;
}
.prp-init .wrapper-head .title .main:before {
  content: "";
  display: block;
  width: 3px;
  height: 67px;
  background: #000;
  bottom: 17px;
  right: 17px;
  position: absolute;
}
.prp-init .wrapper-head .info {
  max-width: 600px;
  width: 100%;
  margin: 30px 110px 60px auto;
  position: relative;
}
.prp-init .wrapper-head .info .deco {
  position: absolute;
  width: 28px;
  display: block;
  left: -40px;
  top: 0;
}
.prp-init .wrapper-head .info .decor {
  position: absolute;
  top: 0;
  width: 28px;
  display: block;
  right: -30px;
}
.prp-init .wrapper-head .info p {
  font-size: 1.15em;
  color: black;
  line-height: 1.4em;
  font-weight: normal;
}
.prp-init .wrapper-head .info p em {
  font-style: italic;
}
.prp-init .wrapper-head .info .wrapper-btn {
  margin: 40px 0 0;
}
.prp-init .wrapper-head .info .wrapper-btn .btn {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  height: 46px;
  padding: 6px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-init .wrapper-head .info .wrapper-btn .btn + .btn {
  margin-left: 30px;
}
.prp-init .wrapper-head .info .wrapper-btn .btn:hover {
  -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: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-init .wrapper-head .info .wrapper-btn .btn-primary {
  background: #F0DB3F;
  border: 2px solid #F0DB3F;
  display: inline-block;
  color: black;
}
.prp-init .wrapper-head .info .wrapper-btn .btn-secondary {
  background: white;
  border: 2px solid #F0DB3F;
  display: inline-block;
  color: black;
}
.prp-data {
  position: relative;
  width: 100%;
  background: #000;
}
.prp-data .inner {
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 1190px;
  width: 100%;
}
.prp-data .inner ul {
  margin: 0 60px;
  display: flex;
  justify-content: space-around;
}
.prp-data .inner ul > li {
  padding: 0;
}
.prp-data .inner ul > li .data {
  display: block;
  line-height: 1em;
  color: white;
  font-family: 'scotchMedium';
  font-weight: normal;
  font-size: 5em;
  text-align: center;
}
.prp-data .inner ul > li .lbl {
  display: block;
  line-height: 1.3em;
  color: white;
  max-width: 118px;
  margin: 8px auto 0;
  text-align: center;
  font-size: 1.125em;
}
.prp-white {
  background: white;
}
.prp-white .inner {
  padding: 80px 20px 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.prp-white .inner .wrapper {
  display: flex;
  position: relative;
  z-index: 0;
}
.prp-white .inner .wrapper.wrapper_image {
  padding-bottom: 135px;
}
.prp-white .inner .wrapper.wrapper_image .col p {
  max-width: 508px;
}
.prp-white .inner .wrapper .col {
  width: 45%;
  position: relative;
}
.prp-white .inner .wrapper .col + .col {
  width: 55%;
}
.prp-white .inner .wrapper .col .dropdown {
  position: relative;
}
.prp-white .inner .wrapper .col .dropdown > a {
  height: 48px;
  background: #F0DB3F;
  display: block;
  max-width: 310px;
  width: 100%;
  font-family: 'ABCNormal';
  font-weight: 500;
  color: black;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.25em;
  position: relative;
  z-index: 2;
}
.prp-white .inner .wrapper .col .dropdown > a.active .arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.prp-white .inner .wrapper .col .dropdown > a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}
.prp-white .inner .wrapper .col .dropdown .dropdown--menu {
  background: #D4E8E2;
  max-width: 310px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 43px;
  display: none;
}
.prp-white .inner .wrapper .col .dropdown .dropdown--menu li {
  padding: 0;
}
.prp-white .inner .wrapper .col .dropdown .dropdown--menu li > a {
  padding: 16px 20px;
  font-family: 'ABCNormal';
  font-weight: 500;
  color: black;
  display: block;
}
.prp-white .inner .wrapper .col .box--option.hide {
  display: none;
}
.prp-white .inner .wrapper .col .graph {
  position: relative;
  padding: 50px 100px;
}
.prp-white .inner .wrapper .col .graph .data.data-y {
  position: absolute;
  right: 40px;
  top: 40px;
}
.prp-white .inner .wrapper .col .graph .data.data-g {
  position: absolute;
  left: 0;
  bottom: 0;
}
.prp-white .inner .wrapper .col .graph .data .num {
  display: block;
  line-height: 0.9em;
  font-family: 'scotchMedium';
  font-weight: normal;
  font-size: 5em;
  color: black;
  text-align: left;
}
.prp-white .inner .wrapper .col .graph .data .lbl {
  display: block;
  line-height: 1.1em;
  font-size: 1.125em;
  color: black;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
  max-width: 170px;
}
.prp-white .inner .wrapper .col .graph .canvas-wrap {
  position: relative;
  width: 255px;
  height: 255px;
}
.prp-white .inner .wrapper .col > .metronome {
  display: block;
  max-width: 420px;
  width: 100%;
  position: absolute;
  top: -160px;
  left: -80px;
}
.prp-white .inner .wrapper .col > .title {
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  color: black;
  font-size: 3em;
  line-height: 1.1em;
  margin: 0 0 30px 0;
  max-width: 508px;
}
.prp-white .inner .wrapper .col p {
  font-size: 1.15em;
  color: black;
  line-height: 1.4em;
  font-weight: normal;
  max-width: 390px;
  margin: 0;
}
.prp-white .inner .wrapper .col p + p {
  margin-top: 10px;
}
.prp-white .inner .box-green {
  margin: 40px 0 60px;
  position: relative;
  z-index: 1;
}
.prp-white .inner .box-green .inner-green {
  padding: 40px;
  background: #D4E8E2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.prp-white .inner .box-green .inner-green .title {
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  color: black;
  font-size: 3em;
  max-width: 425px;
  line-height: 1.1em;
  margin: 0 0 30px 0;
}
.prp-white .inner .box-green .inner-green .input-search {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 10px 10px 15px;
  border-bottom: 1px solid #979797;
  width: 100%;
  background: none;
  font-size: 1.25em;
  font-weight: normal;
}
.prp-white .inner .box-green .inner-green .input-search:focus {
  outline: none;
}
.prp-white .inner .box-green .inner-green .box-white {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  margin: 40px 0 0;
  display: none;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white {
  padding: 25px;
  display: flex;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .info {
  padding-left: 30px;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .name {
  display: block;
  font-size: 1.25em;
  line-height: 1.1em;
  color: black;
  font-weight: normal;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .name.hide {
  display: none;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .name.hide + .purpose {
  margin-top: 0;
  max-width: 280px;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .name + .purpose {
  margin-top: 8px;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .purpose {
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  line-height: 1.2em;
  color: black;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .contact {
  display: block;
  line-height: 1.1em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  font-size: 1.125em;
  margin: 60px 0 0;
}
.prp-white .inner .box-green .inner-green .box-white .inner-white .contact > a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  text-decoration: underline;
}
.prp-piano {
  background: url('gfx/bg-piano.jpg') no-repeat center center black;
  background-size: cover;
}
.prp-piano .inner {
  padding: 120px 20px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
.prp-piano .inner .title {
  text-align: center;
  max-width: 578px;
  margin: 0 auto;
  color: white;
  font-family: 'ABCNormal';
  font-weight: 300;
  line-height: 1.2em;
  display: block;
  font-size: 1.875em;
}
.prp-piano .inner .btn {
  margin: 30px auto 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  height: 46px;
  padding: 6px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-piano .inner .btn + .btn {
  margin-left: 30px;
}
.prp-piano .inner .btn:hover {
  -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: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-piano .inner .btn-primary {
  background: #F0DB3F;
  border: 2px solid #F0DB3F;
  display: inline-block;
  color: black;
}
.prp-dots {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  width: 100%;
}
.prp-dots .inner {
  padding: 60px 0 70px;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.prp-dots .inner .dropdown {
  position: relative;
}
.prp-dots .inner .dropdown > a {
  height: 48px;
  background: #F0DB3F;
  display: block;
  max-width: 310px;
  width: 100%;
  font-family: 'ABCNormal';
  font-weight: 500;
  color: black;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.25em;
  position: relative;
  z-index: 2;
}
.prp-dots .inner .dropdown > a.active .arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.prp-dots .inner .dropdown > a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}
.prp-dots .inner .dropdown .dropdown--menu {
  background: #D4E8E2;
  max-width: 310px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 43px;
  display: none;
}
.prp-dots .inner .dropdown .dropdown--menu li {
  padding: 0;
}
.prp-dots .inner .dropdown .dropdown--menu li > a {
  padding: 16px 20px;
  font-family: 'ABCNormal';
  font-weight: 500;
  color: black;
  display: block;
}
.prp-dots .inner .box--option.hide {
  display: none;
}
.prp-dots .inner .info--options .title {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}
.prp-dots .inner .info--options .title span {
  display: block;
  line-height: 1.1em;
  font-weight: normal;
  font-size: 1em;
  color: #636363;
  margin: 0 0 0 10px;
}
.prp-dots .inner .dots {
  margin: 100px 0 150px;
}
.prp-dots .inner .dots ul > li {
  padding: 0 0 0 100px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  position: relative;
}
.prp-dots .inner .dots ul > li:nth-child(2n+2) {
  padding: 0 0 0 200px;
}
.prp-dots .inner .dots ul > li:nth-child(2n+2):before {
  width: 200px;
}
.prp-dots .inner .dots ul > li:nth-child(2n+2).sm {
  padding-left: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(2n+2).sm:before {
  width: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(3n+3) {
  padding: 0 0 0 300px;
}
.prp-dots .inner .dots ul > li:nth-child(3n+3):before {
  width: 300px;
}
.prp-dots .inner .dots ul > li:nth-child(3n+3).sm {
  padding-left: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(3n+3).sm:before {
  width: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(4n+4) {
  padding: 0 0 0 400px;
}
.prp-dots .inner .dots ul > li:nth-child(4n+4):before {
  width: 400px;
}
.prp-dots .inner .dots ul > li:nth-child(4n+4).sm {
  padding-left: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(4n+4).sm:before {
  width: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(5n+5) {
  padding: 0 0 0 500px;
}
.prp-dots .inner .dots ul > li:nth-child(5n+5):before {
  width: 500px;
}
.prp-dots .inner .dots ul > li:nth-child(5n+5).sm {
  padding-left: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(5n+5).sm:before {
  width: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(6n+6) {
  padding: 0 0 0 600px;
}
.prp-dots .inner .dots ul > li:nth-child(6n+6):before {
  width: 600px;
}
.prp-dots .inner .dots ul > li:nth-child(6n+6).sm {
  padding-left: 100px;
}
.prp-dots .inner .dots ul > li:nth-child(6n+6).sm:before {
  width: 100px;
}
.prp-dots .inner .dots ul > li.active {
  padding-left: 500px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-dots .inner .dots ul > li.active:before {
  width: 500px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-dots .inner .dots ul > li.active a {
  color: black;
}
.prp-dots .inner .dots ul > li:before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  height: 1px;
  width: 100px;
  background: #000;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-dots .inner .dots ul > li + li {
  margin-top: 30px;
}
.prp-dots .inner .dots ul > li a {
  display: block;
  font-family: 'ABCNormal';
  font-weight: 500;
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.25em;
  position: relative;
  padding-left: 40px;
}
.prp-dots .inner .dots ul > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  display: block;
  background: black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-dots .inner .dots ul > li a:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.prp-dots .inner .dots ul > li .container {
  display: none;
  position: absolute;
}
.prp-dots .inner .dots ul > li .container.show {
  display: block;
}
.prp-dots .inner .dots ul > li .container .sbtitle {
  display: block;
  line-height: 1.1em;
  font-size: 1.125em;
  font-weight: normal;
  padding: 5px 0 0 40px;
}
.prp-dots .inner .dots ul > li .container .wrapper {
  display: flex;
  margin: 20px 0 0;
  padding-left: 40px;
  flex-wrap: wrap;
}
.prp-dots .inner .dots ul > li .container .wrapper .box--value {
  width: 50%;
  padding-right: 20px;
  margin: 0 0 20px 0;
}
.prp-dots .inner .dots ul > li .container .wrapper .box--value .num {
  display: block;
  line-height: 0.9em;
  font-family: 'ABCNormal';
  font-weight: 100;
  font-size: 2em;
  color: black;
}
.prp-dots .inner .dots ul > li .container .wrapper .box--value .lbl {
  margin: 10px 0 0;
  display: block;
  line-height: 1em;
  color: black;
  font-size: 1em;
  font-weight: normal;
  max-width: 200px;
}
.prp-text .inner {
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.prp-text .inner .wrapper {
  display: flex;
  position: relative;
}
.prp-text .inner .wrapper .col {
  width: 50%;
  position: relative;
}
.prp-text .inner .wrapper .col + .col {
  width: 50%;
}
.prp-text .inner .wrapper .col > .title {
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  color: black;
  font-size: 3em;
  line-height: 1.1em;
  margin: 0 0 30px 0;
  max-width: 346px;
}
.prp-text .inner .wrapper .col p {
  font-size: 1.15em;
  color: black;
  line-height: 1.4em;
  font-weight: normal;
  max-width: 346px;
  margin: 0;
}
.prp-text .inner .wrapper .col p em {
  font-style: italic;
}
.prp-text .inner .wrapper .col p + p {
  margin-top: 10px;
}
.prp-text .inner .wrapper .col .video-wrapper img {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0 0 0 auto;
}
.prp-slider {
  background: black;
}
.prp-slider .inner {
  padding: 80px 0 40px;
}
.prp-slider .inner .slider .prev {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.prp-slider .inner .slider .prev > img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.prp-slider .inner .slider .prev:hover {
  cursor: pointer;
}
.prp-slider .inner .slider .next {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.prp-slider .inner .slider .next > img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.prp-slider .inner .slider .next:hover {
  cursor: pointer;
}
.prp-slider .inner .slider .slick-dots {
  text-align: center;
  top: -70px;
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.prp-slider .inner .slider .slick-dots > li {
  width: 20%;
  padding: 0;
  display: inline-block;
}
.prp-slider .inner .slider .slick-dots > li button {
  display: block;
  font-size: 0;
  height: 4px;
  padding: 0;
  width: 95%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.prp-slider .inner .slider .slick-dots > li.slick-active button {
  background: #ffffff;
}
.prp-slider .inner .wrapper {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.prp-slider .inner .wrapper .col {
  width: 50%;
}
.prp-slider .inner .wrapper .col > img.mini {
  height: 200px;
  margin-top: 80px;
}
.prp-slider .inner .wrapper .col .info .pretitle {
  font-weight: bold;
  max-width: 295px;
  display: block;
  line-height: 1.2em;
  font-size: 1.5em;
  color: white;
}
.prp-slider .inner .wrapper .col .info .title {
  font-family: 'ScotchDisplay';
  font-weight: 100;
  font-size: 2.2em;
  color: white;
  max-width: 400px;
  display: block;
  margin: 20px 0;
  line-height: 1.2em;
}
.prp-slider .inner .wrapper .col .info p {
  font-weight: 100;
  line-height: 1.4em;
  color: white;
  font-size: 1.25em;
  max-width: 400px;
}
.prp-form .inner {
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.prp-form .inner .title {
  display: flex;
  justify-content: center;
  line-height: 1.1em;
  color: black;
  font-size: 3em;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  text-align: center;
  margin: 0 0 70px 0;
  position: relative;
  align-items: flex-end;
}
.prp-form .inner .title .deco img {
  width: 41px;
  height: auto;
  display: block;
  position: relative;
  top: 20px;
}
.prp-form .inner .title .deco.decor img {
  top: 40px;
}
.prp-form .inner p {
  font-size: 1.25em;
  line-height: 1.4em;
  color: black;
  max-width: 578px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: normal;
}
.prp-form .inner p em {
  font-style: italic;
}
.prp-form .inner .title-bck {
  font-size: 3em;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}
.prp-form .inner .wrapper {
  display: flex;
  margin: 50px 0 0;
}
.prp-form .inner .wrapper .col {
  width: 40%;
  padding-right: 20px;
}
.prp-form .inner .wrapper .col > img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.prp-form .inner .wrapper .col + .col {
  width: 60%;
  padding-right: 0;
  padding-left: 20px;
}
.prp-form .inner .wrapper .col p {
  font-size: 1em;
  text-align: left;
  margin-bottom: 20px;
}
.prp-form .inner .wrapper .col .wrapper-btn {
  margin-bottom: 20px;
}
.prp-form .inner .wrapper .col .wrapper-btn .btn {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  height: 46px;
  padding: 6px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.prp-form .inner .wrapper .col .wrapper-btn .btn.disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
}
.prp-form .inner .wrapper .col .wrapper-btn .btn + .btn {
  margin-left: 30px;
}
.prp-form .inner .wrapper .col .wrapper-btn .btn-primary {
  background: #F0DB3F;
  border: 2px solid #F0DB3F;
  display: inline-block;
  color: black;
}
.prp-form .inner .wrapper .col .wrapper-btn .btn-secondary {
  background: black;
  border: 2px solid black;
  display: inline-block;
  color: white;
}
.prp-form .inner .form {
  margin: 40px 0 0;
}
.prp-form .inner .form .form-intro {
  font-size: 1.25em;
  color: black;
  font-family: 'ABCNormal';
  font-weight: normal;
  max-width: 535px;
  margin: 80px auto;
  text-align: center;
  display: block;
}
.prp-form .inner .form .form-intro strong {
  font-weight: 500;
}
.prp-form .inner .form .form-intro em {
  font-style: italic;
}
.prp-form .inner .form .row {
  display: flex;
}
.prp-form .inner .form .row + .row {
  margin-top: 50px;
}
.prp-form .inner .form .row .field {
  width: 50%;
  padding-right: 20px;
  position: relative;
}
.prp-form .inner .form .row .field.field-submit {
  text-align: right;
}
.prp-form .inner .form .row .field.field-fw {
  width: 100%;
  padding-right: 0;
}
.prp-form .inner .form .row .field > img {
  position: absolute;
  right: 30px;
  top: 10px;
  pointer-events: none;
}
.prp-form .inner .form .row .field + .field {
  padding-left: 20px;
  padding-right: 0;
}
.prp-form .inner .form .row .field label {
  display: block;
  padding: 0;
  font-size: 1.25em;
  font-weight: normal;
  color: #979797;
}
.prp-form .inner .form .row .field input[type="text"],
.prp-form .inner .form .row .field input[type="email"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 1.25em;
  font-weight: normal;
  border-bottom: 1px solid #979797;
  width: 100%;
}
.prp-form .inner .form .row .field input[type="text"]:focus,
.prp-form .inner .form .row .field input[type="email"]:focus {
  outline: none;
}
.prp-form .inner .form .row .field input[type="file"] {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.prp-form .inner .form .row .field input[type="file"]:focus {
  outline: none;
}
.prp-form .inner .form .row .field input[type="file"]:-webkit-file-upload-button {
  visibility: hidden;
}
.prp-form .inner .form .row .field input[type="file"]:before {
  position: absolute;
  left: 0;
  top: -20px;
  height: 40px;
  background: white;
  content: "";
  border-bottom: 3px solid #979797;
  width: 100%;
  display: block;
  pointer-events: none;
  cursor: pointer;
}
.prp-form .inner .form .row .field .wrapper-btn .btn {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  height: 46px;
  padding: 6px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.prp-form .inner .form .row .field .wrapper-btn .btn.disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
}
.prp-form .inner .form .row .field .wrapper-btn .btn + .btn {
  margin-left: 30px;
}
.prp-form .inner .form .row .field .wrapper-btn .btn-primary {
  background: #F0DB3F;
  border: 2px solid #F0DB3F;
  display: inline-block;
  color: black;
}
.prp-form .inner .form .row .field .doc {
  display: inline-block;
  color: #FF6464;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: underline;
  margin: 20px 0 0 auto;
}
.prp-form .inner .form .row .field .check {
  display: flex;
  align-items: flex-start;
}
.prp-form .inner .form .row .field .check input[type="checkbox"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.prp-form .inner .form .row .field .check label {
  padding: 0 0 0 10px;
  font-size: 0.875em;
  display: block;
  line-height: 1.5em;
  max-width: 477px;
}
.ui-menu {
  background-color: #111;
}
.ui-menu .ui-menu-item {
  padding: 0;
  border: none;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 10px;
  border: none;
  font-family: 'ABCNormal';
  font-weight: normal;
  color: white;
}
@media screen and (max-width: 1200px) {
  .prp-init .wrapper-head {
    padding: 0;
  }
  .prp-init .wrapper-head .info {
    margin: 30px auto 60px auto;
    position: relative;
  }
}
@media screen and (max-width: 970px) {
  .prp-init .wrapper-head .bullet {
    right: 40px;
    width: 80px;
  }
  .prp-init .wrapper-head .title {
    max-width: 1000px;
    padding: 155px 20px 20px 100px;
  }
  .prp-init .wrapper-head .title .pre {
    font-size: 1.2em;
  }
  .prp-init .wrapper-head .title .main {
    font-size: 6.375em;
    padding-right: 0;
  }
  .prp-init .wrapper-head .title .main:after {
    content: none;
  }
  .prp-init .wrapper-head .title .main:before {
    content: none;
  }
  .prp-dots .inner {
    padding: 60px 20px;
  }
  .prp-dots .inner .dots ul > li {
    padding-left: 150px;
  }
  .prp-dots .inner .dots ul > li:before {
    width: 150px;
  }
  .prp-dots .inner .dots ul > li.sm {
    padding-left: 100px;
  }
  .prp-dots .inner .dots ul > li.sm:before {
    width: 100px;
  }
  .prp-dots .inner .dots ul > li a {
    font-size: 1em;
    line-height: 1.2em;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2) {
    padding: 0 0 0 200px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2):before {
    width: 200px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2).sm {
    padding-left: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2).sm:before {
    width: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3) {
    padding: 0 0 0 250px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3):before {
    width: 250px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3).sm {
    padding-left: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3).sm:before {
    width: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4) {
    padding: 0 0 0 300px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4):before {
    width: 300px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4).sm {
    padding-left: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4).sm:before {
    width: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5) {
    padding: 0 0 0 350px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5):before {
    width: 350px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5).sm {
    padding-left: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5).sm:before {
    width: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6) {
    padding: 0 0 0 400px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6):before {
    width: 400px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6).sm {
    padding-left: 100px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6).sm:before {
    width: 100px;
  }
  .prp-dots .inner .dots ul > li.active {
    padding-left: 300px;
    -webkit-transition: all, 0.9s;
    -moz-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
  }
  .prp-dots .inner .dots ul > li.active:before {
    width: 300px;
    -webkit-transition: all, 0.9s;
    -moz-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
  }
  .prp-dots .inner .dots ul > li .container .wrapper .box--value .num {
    font-size: 1.8em;
  }
  .prp-dots .inner .dots ul > li .container .wrapper .box--value .lbl {
    font-size: 1em;
  }
  .prp-white .inner .wrapper .col {
    width: 50%;
  }
  .prp-white .inner .wrapper .col + .col {
    width: 50%;
    margin-top: 40px;
  }
  .prp-white .inner .wrapper .col .graph {
    padding: 50px 20px;
  }
  .prp-white .inner .wrapper .col .graph .data.data-y {
    right: 0;
  }
  .prp-white .inner .wrapper .col .graph .data .num {
    font-size: 3em;
  }
  .prp-white .inner .wrapper .col .graph .data .lbl {
    font-size: 1em;
  }
}
@media screen and (max-width: 780px) {
  .prp-init {
    display: block;
    height: auto;
  }
  .prp-init .wrapper-head .bullet {
    right: 30px;
    width: 60px;
  }
  .prp-init .wrapper-head .staff {
    height: 175px;
  }
  .prp-init .wrapper-head .title {
    height: auto;
    padding: 56px 20px 50px 50px;
  }
  .prp-init .wrapper-head .title .pre {
    font-size: 1.2em;
  }
  .prp-init .wrapper-head .title .main {
    font-size: 3.375em;
  }
  .prp-init .wrapper-head .info {
    padding: 0 20px;
  }
  .prp-init .wrapper-head .info .deco,
  .prp-init .wrapper-head .info .decor {
    display: none;
  }
  .prp-init .wrapper-head .info .wrapper-btn .btn {
    display: block;
    max-width: 265px;
  }
  .prp-init .wrapper-head .info .wrapper-btn .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .prp-slider .inner .slider .prev {
    left: 10px;
  }
  .prp-slider .inner .slider .next {
    right: 10px;
  }
  .prp-slider .inner .wrapper {
    display: block;
  }
  .prp-slider .inner .wrapper .col {
    width: 100%;
    padding: 20px;
  }
  .prp-slider .inner .wrapper .col > img {
    width: 50%;
    margin: 0 auto;
    height: auto;
  }
  .prp-slider .inner .wrapper .col > img.mini {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
  .prp-slider .inner .wrapper .col + .col {
    margin-top: 40px;
  }
  .prp-white .inner .wrapper {
    display: block;
  }
  .prp-white .inner .wrapper.wrapper_image {
    padding-bottom: 83px;
  }
  .prp-white .inner .wrapper.wrapper_image .col > .metronome {
    height: 511px;
    width: auto;
  }
  .prp-white .inner .wrapper.wrapper_image .col > .title {
    font-size: 2em;
  }
  .prp-white .inner .wrapper.wrapper_image .col + .col {
    padding-top: 380px;
  }
  .prp-white .inner .wrapper .col {
    width: 100%;
  }
  .prp-white .inner .wrapper .col + .col {
    width: 100%;
    max-width: 400px;
  }
  .prp-white .inner .box-green .inner-green {
    padding: 20px;
  }
  .prp-white .inner .box-green .inner-green .title {
    font-size: 2em;
  }
  .prp-white .inner .box-green .inner-green .input-search {
    font-size: 1em;
  }
  .prp-white .inner .box-green .inner-green .box-white .inner-white .icon {
    width: 50px;
  }
  .prp-white .inner .box-green .inner-green .box-white .inner-white .icon img {
    width: 100%;
    display: block;
    height: auto;
  }
  .prp-white .inner .box-green .inner-green .box-white .inner-white .info {
    width: 100%;
    padding-left: 20px;
  }
  .prp-white .inner .box-green .inner-green .box-white .inner-white .name {
    font-size: 1em;
  }
  .prp-white .inner .box-green .inner-green .box-white .inner-white .purpose {
    font-size: 1.1em;
  }
  .prp-white .inner .box-green .inner-green .box-white .inner-white .contact {
    font-size: 1em;
  }
  .prp-data .inner ul {
    margin: 0 20px;
    flex-wrap: wrap;
  }
  .prp-data .inner ul > li {
    width: 50%;
    margin: 0 0 30px 0;
  }
  .prp-data .inner ul > li .data {
    font-size: 4em;
  }
  .prp-data .inner ul > li .lbl {
    font-size: 1em;
  }
  .prp-piano .inner .title {
    font-size: 1.475em;
  }
  .prp-dots .inner {
    padding: 40px 20px;
  }
  .prp-dots .inner .info--options .title {
    display: none;
  }
  .prp-dots .inner .dots {
    margin: 40px 0;
  }
  .prp-dots .inner .dots ul > li {
    padding: 0 0 0 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2) {
    padding: 0 0 0 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2):before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2).sm {
    padding-left: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(2n+2).sm:before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3) {
    padding: 0 0 0 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3):before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3).sm {
    padding-left: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(3n+3).sm:before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4) {
    padding: 0 0 0 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4):before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4).sm {
    padding-left: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(4n+4).sm:before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5) {
    padding: 0 0 0 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5):before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5).sm {
    padding-left: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(5n+5).sm:before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6) {
    padding: 0 0 0 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6):before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6).sm {
    padding-left: 50px;
  }
  .prp-dots .inner .dots ul > li:nth-child(6n+6).sm:before {
    width: 50px;
  }
  .prp-dots .inner .dots ul > li.active {
    padding-left: 50px;
    -webkit-transition: all, 0.9s;
    -moz-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
  }
  .prp-dots .inner .dots ul > li.active:before {
    width: 50px;
    -webkit-transition: all, 0.9s;
    -moz-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
  }
  .prp-dots .inner .dots ul > li:before {
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    height: 1px;
    width: 50px;
    background: #000;
    -webkit-transition: all, 0.9s;
    -moz-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
  }
  .prp-dots .inner .dots ul > li + li {
    margin-top: 30px;
  }
  .prp-dots .inner .dots ul > li a {
    font-size: 1.25em;
    pointer-events: none;
  }
  .prp-dots .inner .dots ul > li .container {
    display: block;
    position: relative;
  }
  .prp-dots .inner .dots ul > li .container .sbtitle {
    font-size: 1em;
  }
  .prp-dots .inner .dots ul > li .container .wrapper .box--value {
    width: 100%;
    padding-right: 0;
  }
  .prp-dots .inner .dots ul > li .container .wrapper .box--value .num {
    font-size: 1.75em;
  }
  .prp-dots .inner .dots ul > li .container .wrapper .box--value .lbl {
    font-size: 1em;
  }
  .prp-text .inner {
    padding: 40px 20px;
  }
  .prp-text .inner .wrapper {
    display: block;
  }
  .prp-text .inner .wrapper .col {
    width: 100%;
  }
  .prp-text .inner .wrapper .col + .col {
    width: 100%;
    margin-top: 30px;
  }
  .prp-text .inner .wrapper .col > .title {
    font-size: 2em;
  }
  .prp-text .inner .wrapper .col p {
    font-size: 1em;
  }
  .prp-text .inner .wrapper .col .video-wrapper img {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .prp-form .inner {
    padding: 40px 20px;
  }
  .prp-form .inner .title {
    font-size: 2em;
  }
  .prp-form .inner p {
    font-size: 1.1em;
  }
  .prp-form .inner .wrapper {
    display: block;
  }
  .prp-form .inner .wrapper .col {
    width: 100%;
    padding-right: 0;
  }
  .prp-form .inner .wrapper .col + .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
  }
  .prp-form .inner .form {
    margin: 40px 0 0;
  }
  .prp-form .inner .form .row {
    display: block;
  }
  .prp-form .inner .form .row + .row {
    margin-top: 50px;
  }
  .prp-form .inner .form .row .field {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .prp-form .inner .form .row .field.field-submit {
    text-align: left;
  }
  .prp-form .inner .form .row .field.field-fw {
    width: 100%;
    padding-right: 0;
  }
  .prp-form .inner .form .row .field > img {
    position: absolute;
    right: 30px;
    top: 10px;
    pointer-events: none;
  }
  .prp-form .inner .form .row .field + .field {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }
  .prp-form .inner .form .row .field label {
    font-size: 1.15em;
  }
  .prp-form .inner .form .row .field input[type="text"],
  .prp-form .inner .form .row .field input[type="email"] {
    font-size: 1em;
  }
}
.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: black;
  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.75em;
  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: 0.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: black;
  padding: 0.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: 780px) {
  .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 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: 780px) {
  .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;
  }
}
