.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.gris-1 {
  background-color: #302e2b !important; }

.grey-text.text-gris-1 {
  color: #302e2b !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

/* 2dp elevation modified*/
.z-depth-1, .btn, .btn-large, .btn-small, .btn-floating {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }

/* 24dp elevation */
.z-depth-5, .modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

.hoverable {
  transition: box-shadow .25s; }
  .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #ee6e73; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  table.striped tr {
    border-bottom: none; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5); }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: rgba(242, 242, 242, 0.5); }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      border-bottom: none;
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.12); } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar:not(.circle-clipper) > .circle,
      .collection .collection-item.avatar :not(.circle-clipper) > .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #26a69a;
      color: #eafaf9; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #26a69a; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #26a69a; }

.collapsible .collection {
  margin: 0;
  border: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #26a69a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
      animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 85%; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0; }

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 200; }

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem; } }

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem; } }

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem; } }

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem; } }

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem; } }

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem; } }

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem; } }

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem; } }

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem; } }

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem; } }

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem; } }

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem; } }

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem; } }

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem; } }

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem; } }

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem; } }

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem; } }

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem; } }

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem; } }

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem; } }

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }
  .scale-transition.scale-out {
    transform: scale(0);
    transition: transform .2s !important; }
  .scale-transition.scale-in {
    transform: scale(1); }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232; }

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden; }

.btn, .btn-large, .btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large, .disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-small.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-small:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-small:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-small[disabled]:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-small[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important; }

.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0; }
  .btn i, .btn-large i, .btn-small i,
  .btn-floating i,
  .btn-large i,
  .btn-small i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74; }

.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #2bbbad; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #26a69a; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0; }
    .btn-floating.btn-large.halfway-fab {
      bottom: -28px; }
    .btn-floating.btn-large i {
      line-height: 56px; }
  .btn-floating.btn-small {
    width: 32.4px;
    height: 32.4px; }
    .btn-floating.btn-small.halfway-fab {
      bottom: -16.2px; }
    .btn-floating.btn-small i {
      line-height: 32.4px; }
  .btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px; }
    .btn-floating.halfway-fab.left {
      right: auto;
      left: 24px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
    padding: 0 0 0 15px; }
    .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      /*width 100% only goes to width of button container */
      width: 500px; }
      .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
        display: inline-block;
        margin: 7.5px 15px 0 0; }
  .fixed-action-btn.direction-right {
    padding: 0 15px 0 0; }
    .fixed-action-btn.direction-right ul {
      text-align: left;
      direction: rtl;
      left: 64px;
      right: auto; }
      .fixed-action-btn.direction-right ul li {
        margin: 7.5px 0 0 15px; }
  .fixed-action-btn.direction-bottom {
    padding: 0 0 15px 0; }
    .fixed-action-btn.direction-bottom ul {
      top: 64px;
      bottom: auto;
      display: flex;
      flex-direction: column-reverse; }
      .fixed-action-btn.direction-bottom ul li {
        margin: 15px 0 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0;
      z-index: 1; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:hover {
    box-shadow: none; }
  .btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-flat.disabled, .btn-flat.btn-flat[disabled] {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px; }
  .btn-small i {
    font-size: 1.2rem; }

.btn-block {
  display: block; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
  .modal:focus {
    outline: none; }
  @media only screen and (max-width: 992px) {
    .modal {
      width: 80%; } }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-content {
    padding: 24px; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right; }
    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
      margin: 6px 0; }

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

.pulse {
  overflow: visible;
  position: relative; }
  .pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    transition: opacity .3s, transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1; }

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 0;
    transform: scale(1.5); } }

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 0;
    transform: scale(1.5); } }

html, body {
  height: 100%;
  min-height: 768px;
  width: 100%; }

.container {
  min-width: 1024px;
  width: 100%; }

.contenidoVideo {
  position: absolute;
  height: 100%;
  width: 100%; }
  .contenidoVideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover; }

.activarAudio {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 150px;
  transition: transform 0.5s;
  z-index: 99; }
  .activarAudio:hover {
    cursor: pointer;
    transform: scale(1.1); }

.loader {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .loader svg {
    width: 250px;
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

strong {
  font-weight: bold; }

.modal {
  padding: 30px 0; }
  .modal:before, .modal:after {
    content: '';
    display: block;
    height: 17px;
    width: 438px;
    background-color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .modal:before {
    background: url(../imagenes/pleca-modal.png) no-repeat center;
    top: 15px; }
  .modal:after {
    background: url(../imagenes/pleca-modal-dos.png) no-repeat center;
    bottom: 5px; }

b {
  font-weight: bold; }

header {
  width: 50px;
  min-height: 768px;
  height: 100vh;
  padding: 0 4.5px;
  position: absolute;
  z-index: 9;
  top: 0; }
  header:hover .submenu, header .active .submenu {
    opacity: 1;
    visibility: visible; }
  header.active .interior.menu {
    background-color: #302e2b; }
    header.active .interior.menu:hover {
      background-color: rgba(48, 46, 43, 0.9); }
    header.active .interior.menu svg {
      opacity: 0;
      visibility: hidden; }
      header.active .interior.menu svg:last-child {
        opacity: 1;
        visibility: visible; }
  header.active .submenu {
    opacity: 1;
    visibility: visible; }
  header.active nav {
    transform: translateX(0);
    opacity: 1; }
  header .interior {
    border-left: 2px solid #302e2b;
    border-right: 2px solid #302e2b;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2; }
    header .interior.menu {
      height: 100px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.5s background-color ease-in;
      position: relative;
      z-index: 1; }
      header .interior.menu:hover {
        background-color: #302e2b;
        cursor: pointer; }
        header .interior.menu:hover svg rect {
          fill: #FFFFFF; }
      header .interior.menu svg {
        width: 17px;
        transition: opacity 0.5s ease-in; }
        header .interior.menu svg rect {
          fill: #302e2b;
          transition: fill 0.5s ease-in; }
        header .interior.menu svg:last-child {
          visibility: hidden;
          opacity: 0;
          position: absolute; }
    header .interior.logotipo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 150px; }
      header .interior.logotipo svg {
        width: 15px; }
        header .interior.logotipo svg g {
          fill: #302e2b; }
    header .interior.redes-sociales {
      height: calc(100vh - 350px);
      min-height: 410px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 24px 0 12px 0; }
      header .interior.redes-sociales ul {
        margin: 0; }
        header .interior.redes-sociales ul li {
          margin-bottom: 27px; }
          header .interior.redes-sociales ul li:last-child {
            margin-bottom: 0; }
          header .interior.redes-sociales ul li a .icono {
            height: 21px;
            width: 21px;
            display: block;
            background-size: contain;
            transition: transform 0.5s; }
            header .interior.redes-sociales ul li a .icono:hover, header .interior.redes-sociales ul li a .icono.active {
              transform: translateY(-2px); }
              header .interior.redes-sociales ul li a .icono:hover.informacion, header .interior.redes-sociales ul li a .icono.active.informacion {
                background: url(../imagenes/header/informacion-hover.svg) no-repeat center; }
              header .interior.redes-sociales ul li a .icono:hover.instagram, header .interior.redes-sociales ul li a .icono.active.instagram {
                background: url(../imagenes/header/instagram-hover.svg) no-repeat center; }
              header .interior.redes-sociales ul li a .icono:hover.vimeo, header .interior.redes-sociales ul li a .icono.active.vimeo {
                background: url(../imagenes/header/vimeo-hover.svg) no-repeat center; }
            header .interior.redes-sociales ul li a .icono.active.audio {
              background: url(../imagenes/header/audio-hover.svg) no-repeat center; }
            header .interior.redes-sociales ul li a .icono.informacion {
              background: url(../imagenes/header/informacion.svg) no-repeat center; }
            header .interior.redes-sociales ul li a .icono.instagram {
              background: url(../imagenes/header/instagram.svg) no-repeat center; }
            header .interior.redes-sociales ul li a .icono.vimeo {
              background: url(../imagenes/header/vimeo.svg) no-repeat center; }
            header .interior.redes-sociales ul li a .icono.audio {
              background: url(../imagenes/header/audio.svg) no-repeat center; }
    header .interior.submenu-footer {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .interior.submenu-footer .icono {
        height: 21px;
        width: 21px;
        display: block;
        background-size: contain;
        transition: transform 0.5s; }
        header .interior.submenu-footer .icono:hover, header .interior.submenu-footer .icono.active {
          transform: translateY(-2px); }
        header .interior.submenu-footer .icono.active.menu-footer {
          background: url(../imagenes/header/menu-footer-hover.svg) no-repeat center; }
        header .interior.submenu-footer .icono.menu-footer {
          background: url(../imagenes/header/menu-footer.svg) no-repeat center; }
  header .submenu {
    min-height: 518px;
    height: calc(100vh - 250px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in; }
  header .separador {
    width: calc(100% + 9px);
    margin: -6px 0 -5px -4.5px;
    position: relative;
    z-index: 3; }
    header .separador svg {
      display: block;
      background: #FFFFFF; }
      header .separador svg .separador {
        fill: #302e2b; }
      header .separador svg rect:not(.principal) {
        width: 2px; }
  header nav {
    width: 300px;
    position: absolute;
    min-height: 768px;
    height: 100vh;
    top: 0;
    left: 50px;
    background-color: #302e2b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 27px 0;
    transform: translateX(-350px);
    opacity: 0;
    z-index: 1;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in; }
    header nav ul {
      margin: 0; }
      header nav ul.principal li {
        border-bottom: 1px solid #000000;
        height: 50px; }
        header nav ul.principal li:first-child {
          height: 100px;
          border-bottom: none; }
          header nav ul.principal li:first-child:hover {
            background-color: transparent; }
        header nav ul.principal li a {
          line-height: 50px; }
          header nav ul.principal li a img {
            width: 100px;
            max-width: 110px;
            display: block; }
      header nav ul:not(.principal) li:nth-child(3) {
        margin-bottom: 30px; }
      header nav ul li {
        display: flex;
        align-items: center;
        height: 30px;
        transition: background-color 0.5s ease-in; }
        header nav ul li:hover {
          background-color: rgba(255, 255, 255, 0.1); }
        header nav ul li a {
          font-weight: bold;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          color: #FFFFFF;
          padding: 0 32px;
          width: 100%;
          display: block;
          line-height: 30px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  padding: 12px 0; }
  footer .contenido-fluido {
    width: 90% !important; }
  footer .contenido {
    width: 875px;
    margin: auto; }
    footer .contenido .botones {
      padding-bottom: 20px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: flex-end;
      -webkit-animation-name: animacionFooter;
      animation-name: animacionFooter;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      position: relative;
      z-index: 2; }
      footer .contenido .botones .btn, footer .contenido .botones .btn-large, footer .contenido .botones .btn-small {
        width: 90px; }
    footer .contenido ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      margin: 0; }
      footer .contenido ul li a img.folksstudio {
        display: block;
        width: 67px;
        margin-right: 10px; }
      footer .contenido ul.menu-secundario {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 12px; }
        footer .contenido ul.menu-secundario li:last-child a:before {
          display: none; }
        footer .contenido ul.menu-secundario li:last-child a span {
          left: -100px; }
          footer .contenido ul.menu-secundario li:last-child a span:before {
            right: 0;
            background-position: 12px center;
            background-repeat: no-repeat; }
        footer .contenido ul.menu-secundario li:first-child a span {
          left: 0; }
          footer .contenido ul.menu-secundario li:first-child a span:before {
            left: 0;
            background-position: -12px center;
            background-repeat: no-repeat; }
        footer .contenido ul.menu-secundario li a {
          display: block;
          height: 15px;
          width: 15px;
          background-color: #302e2b;
          border: 3px solid #302e2b;
          border-radius: 50%;
          transition: background-color 0.5s ease-in;
          position: relative; }
          footer .contenido ul.menu-secundario li a:hover {
            background-color: #FFFFFF; }
            footer .contenido ul.menu-secundario li a:hover span {
              visibility: visible;
              opacity: 1; }
          footer .contenido ul.menu-secundario li a:before {
            content: '';
            display: block;
            height: 11px;
            width: 172px;
            background: url(../imagenes/footer/menu-secundario.svg) no-repeat center;
            background-size: contain;
            position: absolute;
            left: 50%;
            top: -1px;
            z-index: -1; }
          footer .contenido ul.menu-secundario li a span {
            position: absolute;
            width: 110px;
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            color: #FFFFFF;
            background-color: #302e2b;
            text-align: center;
            height: 30px;
            border-radius: 5px;
            line-height: 30px;
            top: -50px;
            left: -50px;
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.5s ease-in; }
            footer .contenido ul.menu-secundario li a span:before {
              display: block;
              content: '';
              height: 26px;
              width: 28px;
              position: absolute;
              bottom: -10px;
              background: url(../imagenes/footer/pestana.svg);
              z-index: -1; }

.btn, .btn-large, .btn-small {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border: 2px solid #302e2b;
  color: #302e2b;
  height: 30px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  box-shadow: none; }
  .btn:hover, .btn-large:hover, .btn-small:hover, .btn:focus, .btn-large:focus, .btn-small:focus {
    background-color: #302e2b !important;
    color: #FFFFFF; }
  .btn.btn-invertido, .btn-invertido.btn-large, .btn-invertido.btn-small {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .btn.btn-invertido:hover, .btn-invertido.btn-large:hover, .btn-invertido.btn-small:hover, .btn.btn-invertido:focus, .btn-invertido.btn-large:focus, .btn-invertido.btn-small:focus {
      background-color: #FFFFFF !important;
      color: #302e2b; }

body.home {
  overflow: hidden; }
  body.home header {
    opacity: 0;
    -webkit-animation-name: animacionHeader;
    animation-name: animacionHeader;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes animacionHeader {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes animacionHeader {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  body.home footer {
    opacity: 0;
    -webkit-animation-name: animacionFooter;
    animation-name: animacionFooter;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes animacionFooter {
  0% {
    transform: translateY(75px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes animacionFooter {
  0% {
    transform: translateY(75px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
  body.home main.home {
    min-height: 768px;
    min-width: 1024px;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden; }
    body.home main.home .animacion {
      position: absolute;
      width: 100%;
      min-width: 1024px;
      z-index: -1;
      left: 0; }
    body.home main.home svg.logo {
      max-width: 350px;
      width: 100%;
      margin: 0 auto;
      -webkit-animation-name: svg;
      animation-name: svg;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }
      body.home main.home svg.logo g {
        fill: #302e2b; }
    body.home main.home h1 {
      font-size: 14px;
      color: #302e2b;
      line-height: 20px;
      margin: 50px 0 10px 0;
      -webkit-animation-name: h1;
      animation-name: h1;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }
    body.home main.home .botones {
      display: flex;
      margin: 90px 0; }
      body.home main.home .botones .btn, body.home main.home .botones .btn-large, body.home main.home .botones .btn-small {
        height: 50px;
        -webkit-animation-name: btn;
        animation-name: btn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        position: relative; }
        body.home main.home .botones .btn:last-child, body.home main.home .botones .btn-large:last-child, body.home main.home .botones .btn-small:last-child {
          margin-left: 20px; }
        body.home main.home .botones .btn img, body.home main.home .botones .btn-large img, body.home main.home .botones .btn-small img {
          position: absolute;
          left: 5px; }
    body.home main.home .instrucciones {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      width: 560px;
      margin-top: 15px;
      margin-bottom: 20px;
      margin-left: -50px; }
      body.home main.home .instrucciones .instruccion {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column; }
        body.home main.home .instrucciones .instruccion .texto p {
          font-size: 13px;
          font-family: "Open Sans", sans-serif;
          text-align: center;
          margin-bottom: 15px;
          line-height: 14px; }
    body.home main.home p {
      font-family: "Open Sans", sans-serif;
      text-align: center;
      font-size: 14px;
      line-height: 20px; }

@-webkit-keyframes svg {
  0% {
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes svg {
  0% {
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes h1 {
  0% {
    transform: translateX(20px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes h1 {
  0% {
    transform: translateX(20px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes btn {
  0% {
    transform: translateY(100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes btn {
  0% {
    transform: translateY(100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

body.intro, body.anuncio {
  overflow: hidden; }
  body.intro header, body.anuncio header {
    opacity: 0;
    -webkit-animation-name: animacionHeader;
    animation-name: animacionHeader;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  body.intro footer, body.anuncio footer {
    opacity: 0;
    -webkit-animation-name: animacionFooter;
    animation-name: animacionFooter;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 3; }

@keyframes animacionHeader {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes animacionFooter {
  0% {
    transform: translateY(75px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

body main.intro:after {
  content: ''; }

body main.intro, body main.intro-animado {
  min-height: 768px;
  min-width: 1024px;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  body main.intro:before, body main.intro-animado:before {
    content: ''; }
  body main.intro .animacion-container, body main.intro-animado .animacion-container {
    min-width: 1024px;
    max-width: 1500px;
    max-height: 1000px;
    width: 100%;
    height: 100%;
    margin: auto 0;
    position: relative; }
    body main.intro .animacion-container .pulse, body main.intro-animado .animacion-container .pulse {
      position: absolute;
      bottom: 0; }
    body main.intro .animacion-container .animacion, body main.intro-animado .animacion-container .animacion {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 100%;
      z-index: 1;
      min-width: 1280px; }
      body main.intro .animacion-container .animacion#animacion, body main.intro-animado .animacion-container .animacion#animacion {
        z-index: 0; }
        body main.intro .animacion-container .animacion#animacion svg, body main.intro-animado .animacion-container .animacion#animacion svg {
          position: absolute;
          bottom: 0;
          left: 0; }
      body main.intro .animacion-container .animacion#animacionSeRenta svg, body main.intro-animado .animacion-container .animacion#animacionSeRenta svg {
        height: auto !important;
        position: absolute;
        bottom: 0; }

body .modal {
  bottom: 0;
  height: 300px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  width: 500px; }
  body .modal .modal-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    body .modal .modal-content p {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      color: #FFFFFF; }
    body .modal .modal-content .botonera {
      display: flex; }
      body .modal .modal-content .botonera .btn, body .modal .modal-content .botonera .btn-large, body .modal .modal-content .botonera .btn-small {
        width: 90px; }
        body .modal .modal-content .botonera .btn:last-child, body .modal .modal-content .botonera .btn-large:last-child, body .modal .modal-content .botonera .btn-small:last-child {
          margin-left: 50px; }

body.anuncio main.anuncio {
  min-height: 768px;
  min-width: 1024px;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

body.intro-elevador header {
  opacity: 0;
  -webkit-animation-name: animacionHeader;
  animation-name: animacionHeader;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

body.intro-elevador footer {
  opacity: 0;
  -webkit-animation-name: animacionFooter;
  animation-name: animacionFooter;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 3; }

@keyframes animacionHeader {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes animacionFooter {
  0% {
    transform: translateY(75px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

body.intro-elevador main.intro-elevador {
  min-height: 768px;
  min-width: 1024px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

body.elevador header {
  opacity: 0;
  -webkit-animation-name: animacionHeader;
  animation-name: animacionHeader;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

body.elevador footer {
  opacity: 0;
  -webkit-animation-name: animacionFooter;
  animation-name: animacionFooter;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 3; }

body.elevador main.elevador {
  height: 100vh;
  overflow: hidden; }
  body.elevador main.elevador .section.plantaBaja {
    padding-top: 0; }
    body.elevador main.elevador .section.plantaBaja .fp-tableCell {
      padding-bottom: 80px; }
    body.elevador main.elevador .section.plantaBaja .menu-principal {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      min-width: 1024px;
      opacity: 0;
      transform: translateY(100px);
      -webkit-animation-name: animacionEntrada;
      animation-name: animacionEntrada;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      body.elevador main.elevador .section.plantaBaja .menu-principal .puerta {
        width: 265px;
        height: 530px;
        background: #FFFFFF url(../imagenes/elevador/puerta.svg);
        transform-style: preserve-3d;
        transition: transform 3s ease;
        transform-origin: right;
        transform: rotateY(180deg);
        -webkit-animation-name: abriendoPuerta;
        animation-name: abriendoPuerta;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        padding: 55px;
        position: relative;
        z-index: 1;
        overflow: hidden; }
        body.elevador main.elevador .section.plantaBaja .menu-principal .puerta:last-of-type {
          transform: rotateY(-180deg);
          transform-origin: left; }
        body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          padding: 47px;
          opacity: 0;
          visibility: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info.active {
            opacity: 1;
            visibility: visible;
            -webkit-animation-name: animacionEntrada;
            animation-name: animacionEntrada;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info h1 {
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #302e2b;
            margin: 45px 0; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info h2 {
            font-family: "MarketDeco", sans-serif;
            font-size: 45px;
            text-align: center;
            text-transform: uppercase;
            line-height: 45px;
            margin: 0;
            color: #302e2b; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info h2 span {
              font-size: 100px;
              line-height: 100px; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info h3 {
            font-family: "MarketDeco", sans-serif;
            font-size: 15px;
            text-align: center;
            margin: 10px 0 0 0;
            color: #302e2b; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info p {
            font-family: "Open Sans", sans-serif;
            font-size: 15px;
            color: #302e2b;
            margin: 0 10px;
            text-align: center; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta .info.info-0 {
            -webkit-animation-name: informacionPuerta;
            animation-name: informacionPuerta;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
      body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal {
        width: 310px;
        height: 606px;
        background: url(../imagenes/elevador/puerta-principal.jpg);
        margin: 0 20px;
        padding: 150px 50px 70px 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          width: 180px;
          height: 225px;
          margin: 0;
          position: relative; }
          body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 60px; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(1) {
              order: 5; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(2) {
              order: 6; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(3) {
              order: 3; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(4) {
              order: 4; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(5) {
              order: 1; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(6) {
              order: 2; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(7) {
              position: absolute;
              bottom: -129px;
              left: 71px;
              display: flex;
              align-items: center;
              justify-content: center; }
              body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(7) a {
                background: transparent;
                height: 37px;
                width: 37px;
                display: flex;
                align-items: center;
                justify-content: center; }
                body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(7) a span {
                  height: 33px;
                  width: 33px;
                  color: #FFFFFF;
                  background-color: #302e2b;
                  font-size: 6px;
                  text-align: center; }
                  body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(7) a span:hover {
                    color: #302e2b; }
                    body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(7) a span:hover:before {
                      background-color: #FFFFFF; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(odd) {
              justify-content: flex-start; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li:nth-child(even) {
              justify-content: flex-end; }
            body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 60px;
              height: 60px;
              border: 1px solid #302e2b;
              border-radius: 50%;
              background: #FFFFFF; }
              body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li a span {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 50px;
                height: 50px;
                border: 1px solid #302e2b;
                border-radius: 50%;
                font-family: "MarketDeco", sans-serif;
                font-size: 12px;
                text-transform: uppercase;
                color: #302e2b;
                position: relative;
                z-index: 0;
                transition: color 0.5s ease-in; }
                body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li a span:before {
                  content: '';
                  height: 100%;
                  width: 100%;
                  border-radius: 50%;
                  background-color: #302e2b;
                  position: absolute;
                  z-index: -1;
                  transform: scale(0);
                  transition: transform 0.5s ease-in-out; }
                body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li a span:hover {
                  color: #FFFFFF; }
                  body.elevador main.elevador .section.plantaBaja .menu-principal .puerta-principal ul li a span:hover:before {
                    transform: scale(1); }
  body.elevador main.elevador .section.piso1 {
    padding: 0; }
    body.elevador main.elevador .section.piso1 .fp-tableCell {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    body.elevador main.elevador .section.piso1 .contenidoVideo {
      top: 0;
      left: 0; }
    body.elevador main.elevador .section.piso1 .owl-carousel {
      width: calc(100% - 190px);
      min-width: 838px;
      height: 150px; }
      body.elevador main.elevador .section.piso1 .owl-carousel .circulo {
        height: 150px;
        width: 150px;
        border: 1px solid #000000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden; }
        body.elevador main.elevador .section.piso1 .owl-carousel .circulo:hover img {
          transform: scale(1.1); }
        body.elevador main.elevador .section.piso1 .owl-carousel .circulo:hover span {
          transform: scale(0); }
        body.elevador main.elevador .section.piso1 .owl-carousel .circulo img {
          position: absolute;
          z-index: 0;
          transition: transform 0.5s ease-in; }
        body.elevador main.elevador .section.piso1 .owl-carousel .circulo span {
          height: 120px;
          width: 120px;
          border: 3px solid #000000;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "MarketDeco", sans-serif;
          font-size: 20px;
          color: #000000;
          z-index: 1;
          background-color: #FFFFFF;
          transition: transform 0.5s ease-in; }
      body.elevador main.elevador .section.piso1 .owl-carousel .owl-item:last-child:after, body.elevador main.elevador .section.piso1 .owl-carousel .owl-item:last-child:before {
        display: none; }
      body.elevador main.elevador .section.piso1 .owl-carousel .owl-item:after, body.elevador main.elevador .section.piso1 .owl-carousel .owl-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 100%;
        z-index: -1; }
      body.elevador main.elevador .section.piso1 .owl-carousel .owl-item:before {
        height: 5px;
        border: 1px solid #000000;
        border-right: none; }
      body.elevador main.elevador .section.piso1 .owl-carousel .owl-item:after {
        border-top: 1px solid #000000;
        height: 1px; }
      body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav {
        position: absolute;
        top: -105px;
        right: 170px; }
        body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button {
          height: 50px;
          width: 25px;
          background-color: #302e2b;
          border: 2px solid #302e2b;
          border-bottom-left-radius: 50px;
          border-top-left-radius: 50px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: background-color 0.5s ease-in; }
          body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button:hover, body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button:focus {
            background-color: #FFFFFF; }
            body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button:hover span path, body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button:focus span path {
              fill: #302e2b; }
          body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button.owl-next {
            transform: rotate(180deg); }
          body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button.disabled {
            visibility: hidden;
            opacity: 0; }
          body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button svg {
            width: 8px; }
            body.elevador main.elevador .section.piso1 .owl-carousel .owl-nav button svg path {
              fill: #FFFFFF;
              transition: fill 0.5s ease-in; }
  body.elevador main.elevador .section.piso2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; }
    body.elevador main.elevador .section.piso2 .contenidoVideo {
      max-width: 960px;
      margin: auto;
      width: 100%;
      height: 600px; }
  body.elevador main.elevador .section.piso3 {
    padding: 0;
    overflow: hidden; }
    body.elevador main.elevador .section.piso3 .panolens-infospot {
      background: #302e2b;
      padding: 10px;
      border-radius: 10px;
      top: -30px !important; }
      body.elevador main.elevador .section.piso3 .panolens-infospot:before {
        height: 10px;
        width: 10px;
        border-radius: 1px;
        content: '';
        display: block;
        background-color: #302e2b;
        position: absolute;
        bottom: -5px;
        transform: rotate(45deg) translateX(-50%);
        left: 50%; }
    body.elevador main.elevador .section.piso3 #container {
      height: 100vh;
      width: 100vw; }
    body.elevador main.elevador .section.piso3 .btn, body.elevador main.elevador .section.piso3 .btn-large, body.elevador main.elevador .section.piso3 .btn-small {
      position: absolute;
      bottom: 100px;
      left: 0;
      right: 0;
      margin: auto;
      width: 154px;
      height: 50px;
      border-radius: 5px;
      padding: 0;
      line-height: 14px;
      background-color: #302e2b;
      color: #FFFFFF; }
      body.elevador main.elevador .section.piso3 .btn:hover, body.elevador main.elevador .section.piso3 .btn-large:hover, body.elevador main.elevador .section.piso3 .btn-small:hover {
        background-color: #FFFFFF !important;
        color: #302e2b; }
    body.elevador main.elevador .section.piso3 .contenidoPisos {
      position: absolute;
      top: 100%;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: white;
      z-index: 3;
      transition: top 1s;
      overflow-y: auto; }
      body.elevador main.elevador .section.piso3 .contenidoPisos.activo {
        top: 0; }
      body.elevador main.elevador .section.piso3 .contenidoPisos a#ocultarMapaPisos {
        display: flex;
        margin: 10px auto 0 auto; }
      body.elevador main.elevador .section.piso3 .contenidoPisos .btn, body.elevador main.elevador .section.piso3 .contenidoPisos .btn-large, body.elevador main.elevador .section.piso3 .contenidoPisos .btn-small {
        position: relative;
        bottom: auto;
        margin: 40px 0 0 0; }
      body.elevador main.elevador .section.piso3 .contenidoPisos > p {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        text-align: center;
        max-width: 600px;
        margin: 5px auto; }
        body.elevador main.elevador .section.piso3 .contenidoPisos > p:first-of-type {
          margin-top: 50px; }
      body.elevador main.elevador .section.piso3 .contenidoPisos h3 {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        line-height: 25px;
        font-size: 20px;
        margin: 25px 0 50px 0; }
      body.elevador main.elevador .section.piso3 .contenidoPisos .informacion {
        width: 850px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 150px; }
        body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .texto {
          max-width: 290px; }
          body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .texto p {
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            line-height: 20px;
            color: #000000; }
            body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .texto p:last-of-type {
              margin-bottom: 0; }
          body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .texto ul {
            list-style-type: disc !important;
            margin: 0;
            padding-left: 10px; }
            body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .texto ul li {
              font-family: "Open Sans", sans-serif;
              font-size: 12px;
              line-height: 20px;
              color: #000000;
              position: relative;
              display: flex;
              align-items: center; }
              body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .texto ul li:before {
                content: '';
                display: block;
                height: 5px;
                width: 5px;
                background-color: #302e2b;
                border-radius: 50%;
                position: absolute;
                left: -10px; }
        body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .imagenes {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          padding-top: 20px; }
          body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .imagenes img {
            margin-bottom: 5px; }
        body.elevador main.elevador .section.piso3 .contenidoPisos .informacion .gif img {
          width: 250px; }
  body.elevador main.elevador .section.piso4 {
    padding: 0;
    background-color: #CA8D79;
    overflow: hidden;
    z-index: 5; }
    body.elevador main.elevador .section.piso4 .contenido {
      background-color: #CA8D79;
      padding-top: 300px;
      position: absolute;
      top: 0;
      left: 0;
      padding-bottom: 235px; }
      body.elevador main.elevador .section.piso4 .contenido #animacionMapa {
        width: 3000px !important; }
      body.elevador main.elevador .section.piso4 .contenido .punto {
        height: 25px;
        width: 25px;
        position: absolute;
        background-color: #FFFFFF;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center; }
        body.elevador main.elevador .section.piso4 .contenido .punto:after {
          content: '';
          height: 19px;
          width: 19px;
          position: absolute;
          background: #E33E29;
          border-radius: 50%; }
        body.elevador main.elevador .section.piso4 .contenido .punto:hover .informacion {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
          body.elevador main.elevador .section.piso4 .contenido .punto:hover .informacion:after {
            visibility: visible;
            transform: translateY(0); }
        body.elevador main.elevador .section.piso4 .contenido .punto .informacion {
          width: 375px;
          position: absolute;
          background-color: white;
          padding: 30px 35px 50px 35px;
          border-radius: 20px;
          bottom: 45px;
          visibility: hidden;
          transform: translateY(20px);
          opacity: 0;
          transition: transform 0.5s ease-in, opacity 0.5s ease-in;
          z-index: 0; }
          body.elevador main.elevador .section.piso4 .contenido .punto .informacion:before {
            content: '';
            display: block;
            height: 20px;
            width: 20px;
            background: url(../imagenes/elevador/flecha.svg) no-repeat center;
            background-size: contain;
            position: absolute;
            bottom: -16px;
            left: calc(50% - 10px);
            transform: rotate(180deg); }
          body.elevador main.elevador .section.piso4 .contenido .punto .informacion:after {
            display: block;
            content: '';
            position: relative;
            height: 100%;
            width: 100%;
            left: 5px;
            top: 5px;
            border-radius: 20px;
            z-index: -5;
            background: -ms-linear-gradient(0deg, white 0%, black 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000' ,GradientType=0)";
            background: linear-gradient(90deg, white 0%, black 100%);
            filter: alpha(opacity=29) progid:DXImageTransform.Microsoft.Alpha(opacity=29) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#000000' , GradientType=1);
            visibility: hidden;
            opacity: 0.29;
            transform: translateY(20px);
            transition: transform 0.5s ease-in; }
          body.elevador main.elevador .section.piso4 .contenido .punto .informacion.audio {
            width: 185px;
            min-height: 120px;
            padding-bottom: 35px; }
          body.elevador main.elevador .section.piso4 .contenido .punto .informacion h5 {
            font-family: "Helvetica", sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #E33E29;
            margin: 0 0 20px 0; }
          body.elevador main.elevador .section.piso4 .contenido .punto .informacion p {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            line-height: 25px;
            color: #000000; }
          body.elevador main.elevador .section.piso4 .contenido .punto .informacion svg.audio {
            width: 37px;
            display: block;
            margin: auto; }
            body.elevador main.elevador .section.piso4 .contenido .punto .informacion svg.audio g {
              fill: #e33e29; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto1 {
          left: 1153px;
          top: 483px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto2 {
          left: 1493px;
          top: 837px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto3 {
          left: 2160px;
          top: 707px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto4 {
          left: 2033px;
          top: 819px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto5 {
          left: 1786px;
          top: 834px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto6 {
          left: 1321px;
          top: 1019px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto7 {
          left: 1997px;
          top: 1131px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto8 {
          left: 1533px;
          top: 1164px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto9 {
          left: 1847px;
          top: 1309px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto10 {
          left: 1414px;
          top: 1391px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto11 {
          left: 1527px;
          top: 1488px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto12 {
          left: 1402px;
          top: 1570px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto13 {
          left: 2189px;
          top: 1767px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto14 {
          left: 1862px;
          top: 1772px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto15 {
          left: 1620px;
          top: 1852px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto16 {
          left: 1958px;
          top: 1848px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto17 {
          left: 1542px;
          top: 1964px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto18 {
          left: 1563px;
          top: 2298px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto19 {
          left: 1500px;
          top: 1980px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto20 {
          left: 1755px;
          top: 2014px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto21 {
          left: 1732px;
          top: 1277px; }
        body.elevador main.elevador .section.piso4 .contenido .punto.punto22 {
          left: 1725px;
          top: 2117px; }
  body.elevador main.elevador .section.piso5 {
    padding: 0;
    background-color: white;
    overflow: hidden;
    z-index: 6; }
    body.elevador main.elevador .section.piso5 .contenidoPiso5 {
      background-color: white;
      position: absolute;
      top: 0;
      left: 0; }
      body.elevador main.elevador .section.piso5 .contenidoPiso5 #animacionPiso5 {
        width: 3000px !important; }
    body.elevador main.elevador .section.piso5 .botonPrincipalPiso5 {
      position: absolute;
      z-index: 1;
      top: 45px;
      left: 50%;
      transform: translateX(-50%); }
      body.elevador main.elevador .section.piso5 .botonPrincipalPiso5:hover {
        background-color: white !important;
        color: black; }
      body.elevador main.elevador .section.piso5 .botonPrincipalPiso5 img:first-of-type {
        padding-right: 30px; }
      body.elevador main.elevador .section.piso5 .botonPrincipalPiso5 img:last-of-type {
        padding-left: 30px; }
    body.elevador main.elevador .section.piso5 .mapaSonoro {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: white;
      top: 100%;
      z-index: 2;
      transition: top 0.5s;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.elevador main.elevador .section.piso5 .mapaSonoro.active {
        top: 0; }
      body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro {
        position: relative;
        height: 667px;
        width: 1024px;
        overflow: hidden; }
        body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto {
          height: 25px;
          width: 25px;
          position: absolute;
          background-color: #FFFFFF;
          display: flex;
          border-radius: 50%;
          align-items: center;
          justify-content: center; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto:after {
            content: '';
            height: 19px;
            width: 19px;
            position: absolute;
            background: #E33E29;
            border-radius: 50%; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto:hover .informacion {
            visibility: visible;
            opacity: 1;
            transform: translateY(0); }
            body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto:hover .informacion:after {
              visibility: visible;
              transform: translateY(0); }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion {
            width: 200px;
            position: absolute;
            background-color: white;
            padding: 30px 10px 30px 30px;
            border-radius: 20px;
            bottom: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
            transform: translateY(20px);
            opacity: 0;
            transition: transform 0.5s ease-in, opacity 0.5s ease-in;
            z-index: 0; }
            body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion:before {
              content: '';
              display: block;
              height: 20px;
              width: 20px;
              background: url(../imagenes/elevador/flecha.svg) no-repeat center;
              background-size: contain;
              position: absolute;
              bottom: -16px;
              left: calc(50% - 10px);
              transform: rotate(180deg); }
            body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion:after {
              display: block;
              content: '';
              position: relative;
              height: 100%;
              width: 100%;
              left: 5px;
              top: 5px;
              border-radius: 20px;
              z-index: -5;
              background: -ms-linear-gradient(0deg, white 0%, black 100%);
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000' ,GradientType=0)";
              background: linear-gradient(90deg, white 0%, black 100%);
              filter: alpha(opacity=29) progid:DXImageTransform.Microsoft.Alpha(opacity=29) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#000000' , GradientType=1);
              visibility: hidden;
              opacity: 0.29;
              transform: translateY(20px);
              transition: transform 0.5s ease-in; }
            body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion.audio {
              width: 200px;
              min-height: 75px; }
            body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion h5 {
              font-family: "Helvetica", sans-serif;
              font-size: 14px;
              color: #000000;
              margin: 0;
              width: 150%; }
            body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion svg.audio {
              width: 60px;
              display: block;
              margin-right: 10px; }
              body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto .informacion svg.audio g {
                fill: #e33e29; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto1 {
            left: 407px;
            top: 225px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto2 {
            left: 670px;
            top: 225px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto3 {
            left: 735px;
            top: 220px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto4 {
            left: 334px;
            top: 337px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto5 {
            left: 517px;
            top: 333px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto6 {
            left: 822px;
            top: 364px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto7 {
            left: 101px;
            top: 490px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto8 {
            left: 696px;
            top: 570px; }
          body.elevador main.elevador .section.piso5 .mapaSonoro .contenidoMapaSonoro .punto.punto9 {
            left: 845px;
            top: 566px; }
  body.elevador main.elevador .section.piso6 {
    z-index: 7;
    background-color: white;
    padding: 0;
    overflow: scroll; }
    body.elevador main.elevador .section.piso6 ul h1 {
      display: none; }
    body.elevador main.elevador .section.piso6 ul li.juicer-ad {
      display: none; }
  body.elevador main.elevador .menuPisos {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    transition: opacity 0.5s ease-in; }
    body.elevador main.elevador .menuPisos#menuPisos {
      left: 75px; }
    body.elevador main.elevador .menuPisos.active {
      opacity: 1;
      visibility: visible; }
    body.elevador main.elevador .menuPisos li:first-child a, body.elevador main.elevador .menuPisos li:last-child a {
      height: 25px;
      width: 25px;
      background-color: #FFFFFF;
      border: 1px solid #302e2b;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      body.elevador main.elevador .menuPisos li:first-child a:hover span:before, body.elevador main.elevador .menuPisos li:last-child a:hover span:before {
        transform: scale(1); }
      body.elevador main.elevador .menuPisos li:first-child a:hover span svg, body.elevador main.elevador .menuPisos li:last-child a:hover span svg {
        position: relative;
        z-index: 1; }
        body.elevador main.elevador .menuPisos li:first-child a:hover span svg path, body.elevador main.elevador .menuPisos li:last-child a:hover span svg path {
          fill: #FFFFFF; }
      body.elevador main.elevador .menuPisos li:first-child a:after, body.elevador main.elevador .menuPisos li:first-child a:before, body.elevador main.elevador .menuPisos li:last-child a:after, body.elevador main.elevador .menuPisos li:last-child a:before {
        content: '';
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: #302e2b;
        border-radius: 50%; }
      body.elevador main.elevador .menuPisos li:first-child a span, body.elevador main.elevador .menuPisos li:last-child a span {
        height: 19px;
        width: 19px;
        border: 1px solid #302e2b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        body.elevador main.elevador .menuPisos li:first-child a span:before, body.elevador main.elevador .menuPisos li:last-child a span:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          border-radius: 50%;
          background-color: #302e2b;
          transform: scale(0);
          z-index: 0;
          transition: transform 0.5s ease-in; }
        body.elevador main.elevador .menuPisos li:first-child a span svg, body.elevador main.elevador .menuPisos li:last-child a span svg {
          width: 9px; }
          body.elevador main.elevador .menuPisos li:first-child a span svg path, body.elevador main.elevador .menuPisos li:last-child a span svg path {
            fill: #302e2b;
            transition: fill 0.5s ease-in; }
    body.elevador main.elevador .menuPisos li:first-child a {
      margin-bottom: 40px; }
      body.elevador main.elevador .menuPisos li:first-child a:before {
        bottom: -15px; }
      body.elevador main.elevador .menuPisos li:first-child a:after {
        bottom: -30px; }
    body.elevador main.elevador .menuPisos li:last-child a {
      margin-top: 40px; }
      body.elevador main.elevador .menuPisos li:last-child a:before {
        top: -15px; }
      body.elevador main.elevador .menuPisos li:last-child a:after {
        top: -30px; }
      body.elevador main.elevador .menuPisos li:last-child a svg {
        transform: rotate(180deg); }
    body.elevador main.elevador .menuPisos li.lector {
      height: 50px;
      width: 50px;
      background: url(../imagenes/elevador/circulo-menu.svg) center no-repeat;
      background-size: contain;
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.elevador main.elevador .menuPisos li.lector span {
        text-transform: uppercase;
        font-family: "MarketDeco", sans-serif;
        font-size: 9px;
        font-weight: bold; }
  body.elevador main.elevador .modalMapaInteractivo {
    height: 350px !important;
    width: 500px !important; }
    body.elevador main.elevador .modalMapaInteractivo h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: lighter;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      color: #FFFFFF; }
    body.elevador main.elevador .modalMapaInteractivo p {
      font-family: "Open Sans", sans-serif;
      font-weight: lighter;
      font-size: 15px;
      line-height: 20px;
      text-align: center; }
    body.elevador main.elevador .modalMapaInteractivo .btn, body.elevador main.elevador .modalMapaInteractivo .btn-large, body.elevador main.elevador .modalMapaInteractivo .btn-small {
      margin: 0 auto; }
    body.elevador main.elevador .modalMapaInteractivo.modal360 .paso {
      background: none !important; }
      body.elevador main.elevador .modalMapaInteractivo.modal360 .paso.paso-2 {
        flex-direction: row;
        align-items: flex-start; }
        body.elevador main.elevador .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion {
          width: 170px; }
          body.elevador main.elevador .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion:last-child {
            margin-left: 25px; }
          body.elevador main.elevador .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion p {
            font-size: 12px;
            font-family: "Open Sans", sans-serif; }
    body.elevador main.elevador .modalMapaInteractivo.modal360 .btn, body.elevador main.elevador .modalMapaInteractivo.modal360 .btn-large, body.elevador main.elevador .modalMapaInteractivo.modal360 .btn-small {
      width: 170px;
      padding: 0; }
    body.elevador main.elevador .modalMapaInteractivo .paso {
      min-height: 224px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 380px;
      margin: auto; }
      body.elevador main.elevador .modalMapaInteractivo .paso.paso-1 {
        background: url(../imagenes/elevador/piso-4/paso-1.png) no-repeat center; }
      body.elevador main.elevador .modalMapaInteractivo .paso.paso-2 {
        background: url(../imagenes/elevador/piso-4/paso-2.png) no-repeat center; }
      body.elevador main.elevador .modalMapaInteractivo .paso.paso-3 {
        background: url(../imagenes/elevador/piso-4/paso-3.png) no-repeat center; }
      body.elevador main.elevador .modalMapaInteractivo .paso.paso-4 {
        background: url(../imagenes/elevador/piso-4/paso-4.png) no-repeat center; }
    body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0; }
      body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transition: opacity 0.5s ease-in; }
        body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button.disabled {
          opacity: 0;
          visibility: hidden; }
        body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button.owl-next {
          transform: rotate(180deg);
          right: -450px; }
        body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button span {
          height: 24px;
          width: 24px;
          border-radius: 50%;
          border: 1px solid #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
          body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button span:hover:before {
            transform: scale(1); }
          body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button span:hover svg path {
            fill: #302e2b; }
          body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button span:before {
            content: '';
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            background-color: #FFFFFF;
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.5s ease-in;
            z-index: 0; }
          body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button span svg {
            width: 6px;
            position: relative;
            z-index: 1; }
            body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-nav button span svg path {
              fill: #FFFFFF; }
    body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 107px;
      margin: 7px auto 6px auto;
      height: 5px;
      border: 1px solid #FFFFFF;
      border-left: none;
      border-right: none;
      position: relative; }
      body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots:before {
        height: 1px;
        width: 100%;
        background-color: #FFFFFF;
        content: '';
        display: block;
        position: absolute; }
      body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots button, body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots span {
        display: block;
        border-radius: 50%;
        border: 1px solid #FFFFFF; }
      body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots button {
        height: 17px;
        width: 17px;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots button:hover span, body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots button.active span {
          background-color: #FFFFFF; }
        body.elevador main.elevador .modalMapaInteractivo .owl-carousel .owl-dots button span {
          height: 9px;
          width: 9px;
          transition: background-color 0.5s ease-in; }
  body.elevador main.elevador .modalAnos {
    height: calc(100% - 20px);
    max-height: calc(100% - 20px) !important;
    width: calc(100% - 20px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFFFFF;
    padding-right: 130px; }
    body.elevador main.elevador .modalAnos .modal-close {
      position: absolute;
      left: 30px;
      top: 30px;
      z-index: 9;
      width: 90px; }
    body.elevador main.elevador .modalAnos .menuPisos {
      visibility: visible;
      opacity: 1;
      right: 75px;
      margin: auto 0 auto auto; }
      body.elevador main.elevador .modalAnos .menuPisos li a {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s ease-in; }
        body.elevador main.elevador .modalAnos .menuPisos li a.disabled {
          visibility: hidden;
          opacity: 0; }
    body.elevador main.elevador .modalAnos .owl-carousel .owl-item {
      display: flex;
      align-items: center;
      justify-content: center; }
    body.elevador main.elevador .modalAnos .anoInformacion {
      display: flex;
      align-items: center; }
      body.elevador main.elevador .modalAnos .anoInformacion h3 {
        margin-top: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px;
        font-weight: bold; }
      body.elevador main.elevador .modalAnos .anoInformacion p {
        color: #302e2b;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        line-height: 25px;
        margin-top: 0;
        margin-bottom: 20px; }
        body.elevador main.elevador .modalAnos .anoInformacion p small {
          font-size: 8px;
          line-height: 10px; }
        body.elevador main.elevador .modalAnos .anoInformacion p a {
          color: #302e2b;
          transition: color 0.5s ease-in; }
          body.elevador main.elevador .modalAnos .anoInformacion p a:hover {
            color: #000000; }
      body.elevador main.elevador .modalAnos .anoInformacion .imagen {
        width: 50%; }
        body.elevador main.elevador .modalAnos .anoInformacion .imagen p {
          line-height: 14px;
          text-align: center; }
      body.elevador main.elevador .modalAnos .anoInformacion .informacion {
        width: 50%; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1868 .imagen {
        width: 443px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1868 .imagen #animacion1868 {
          width: 443px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1868 .informacion p {
        max-width: 331px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1870 {
        align-items: flex-start; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1870 .imagen {
          width: 416px;
          margin-top: 160px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1870 .imagen #animacion1870 {
            width: 416px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1870 .informacion p {
          max-width: 335px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1872 {
        flex-direction: row-reverse;
        align-items: flex-start; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1872 .imagen {
          width: 461px;
          margin-top: 250px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1872 .imagen #animacion1872 {
            width: 461px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1872 .informacion p {
          max-width: 315px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1873 {
        align-items: flex-start; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1873 .imagen {
          width: 350px;
          margin-top: 200px;
          margin-right: 20px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1873 .imagen .contenidoVideo {
            height: 350px;
            width: 350px;
            position: relative;
            overflow: hidden; }
            body.elevador main.elevador .modalAnos .anoInformacion.ano1873 .imagen .contenidoVideo video {
              height: 67%;
              top: -18px;
              left: -10px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1873 .imagen #animacion1873 {
            width: 518px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1873 .imagen p {
            margin-top: -120px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1873 .informacion p {
          max-width: 251px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1885 {
        align-items: flex-start; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1885 .imagen {
          width: 350px;
          margin-top: 200px;
          margin-right: 20px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1885 .imagen #animacion1885 {
            width: 350px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1885 .informacion p {
          max-width: 314px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1898 {
        align-items: flex-end;
        flex-direction: row-reverse; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1898 .imagen {
          width: 319px;
          margin-left: 20px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1898 .imagen #animacion1898 {
            width: 319px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1898 .informacion p {
          max-width: 351px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1899 .imagen {
        width: 350px;
        margin-right: 20px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1899 .imagen .contenidoVideo {
          height: 350px;
          width: 350px;
          position: relative;
          overflow: hidden; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1899 .imagen .contenidoVideo video {
            height: 94%;
            top: 0;
            left: -10px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1899 .imagen #animacion1899 {
          width: 350px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1899 .informacion p {
        max-width: 309px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1907 {
        flex-direction: row-reverse; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1907 .imagen {
          width: 364px;
          margin-left: 20px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1907 .imagen #animacion1907 {
            width: 364px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1907 .informacion p {
          max-width: 309px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1913 {
        flex-direction: row-reverse; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1913 .imagen {
          width: 190px;
          margin-left: 20px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1913 .imagen .contenidoVideo {
            height: 279px;
            width: 270px;
            position: relative;
            overflow: hidden; }
            body.elevador main.elevador .modalAnos .anoInformacion.ano1913 .imagen .contenidoVideo video {
              height: 120%;
              top: 0;
              left: -10px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1913 .imagen #animacion1913 {
            width: 190px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1913 .informacion p {
          max-width: 264px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1917 {
        flex-direction: column;
        width: 620px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1917 .imagen {
          width: 620px;
          height: 207px;
          display: flex;
          justify-content: flex-end; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1917 .imagen .contenidoVideo {
            width: 360px;
            height: 207px;
            position: relative;
            overflow: hidden; }
            body.elevador main.elevador .modalAnos .anoInformacion.ano1917 .imagen .contenidoVideo video {
              height: 120%;
              top: 0;
              left: -10px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1917 .imagen #animacion1917 {
            width: 360px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1917 .informacion {
          width: 620px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1917 .informacion p {
            max-width: 420px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1929 {
        align-items: flex-start; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1929 .imagen {
          width: 405px;
          margin-right: 20px;
          margin-top: 80px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1929 .imagen #animacion1929 {
            width: 405px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1929 .informacion p {
          max-width: 360px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1930 {
        flex-direction: row; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1930 .imagen {
          width: 400px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1930 .imagen #animacion1930 {
            width: 400px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1930 .imagen p {
            width: 400px;
            margin: 0; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1930 .informacion {
          width: 350px;
          display: flex;
          flex-direction: column;
          align-items: flex-end; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1930 .informacion h3 {
            width: 310px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1930 .informacion p {
            max-width: 310px;
            margin-right: 0; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1933 {
        flex-direction: row-reverse; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .imagen {
          margin-top: 80px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .imagen .contenidoVideo {
            height: 350px;
            width: 350px;
            position: relative;
            overflow: hidden; }
            body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .imagen .contenidoVideo video {
              height: 145%;
              top: -18px;
              left: -10px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .imagen p {
            width: 350px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .informacion {
          width: 690px;
          display: flex;
          flex-direction: column;
          align-items: flex-end; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .informacion h3 {
            width: 310px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1933 .informacion p {
            max-width: 310px;
            margin-right: 0; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1935 {
        align-items: flex-start; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1935 .imagen {
          height: 500px;
          width: 405px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1935 .imagen .contenidoVideo {
            height: 500px;
            width: 405px;
            position: relative;
            overflow: hidden; }
            body.elevador main.elevador .modalAnos .anoInformacion.ano1935 .imagen .contenidoVideo video {
              height: 145%;
              top: -109px;
              left: -10px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1935 .imagen p {
            width: 350px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1935 .informacion p {
          max-width: 600px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1936 {
        flex-direction: row-reverse; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1936 .imagen {
          margin-top: 80px;
          width: 430px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1936 .imagen #animacion1936 {
            width: 430px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1936 .imagen p {
            width: 430px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1936 .informacion p {
          max-width: 308px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1940 .imagen {
        margin-top: 80px;
        width: 442px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1940 .imagen #animacion1940 {
          width: 442px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1940 .imagen p {
          width: 442px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1940 .informacion p {
        max-width: 287px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano1960 {
        flex-direction: row-reverse; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1960 .imagen {
          margin-top: 140px;
          width: 450px;
          margin-left: 20px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1960 .imagen #animacion1960 {
            width: 450px; }
          body.elevador main.elevador .modalAnos .anoInformacion.ano1960 .imagen p {
            width: 350px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano1960 .informacion p {
          max-width: 242px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano2020 .imagen {
        margin-top: 100px;
        width: 350px;
        margin-right: 20px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano2020 .imagen #animacion2020 {
          width: 350px; }
        body.elevador main.elevador .modalAnos .anoInformacion.ano2020 .imagen p {
          width: 350px; }
      body.elevador main.elevador .modalAnos .anoInformacion.ano2020 .informacion p {
        max-width: 290px; }

@-webkit-keyframes animacionEntrada {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes animacionEntrada {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes abriendoPuerta {
  0% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0); } }

@keyframes abriendoPuerta {
  0% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0); } }

@-webkit-keyframes informacionPuerta {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes informacionPuerta {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes animacionHeader {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes animacionFooter {
  0% {
    transform: translateY(75px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

body.chat {
  height: calc(100% - 102px);
  position: relative; }
  body.chat.activo {
    overflow: hidden; }
  body.chat:before {
    height: calc(100% - 102px);
    content: '';
    display: block;
    width: 100%;
    position: fixed;
    background: #302e2b;
    opacity: 0.43;
    top: 0;
    left: 0;
    z-index: -1;
    filter: alpha(opacity=43) progid:DXImageTransform.Microsoft.Alpha(opacity=43); }
  body.chat header {
    position: fixed; }
  body.chat footer {
    padding-top: 40px;
    background-color: #FFFFFF; }
  body.chat main.chat {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    height: auto;
    padding-bottom: 150px; }
    body.chat main.chat .contenidoVideo {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      z-index: -1; }
    body.chat main.chat .modal {
      text-align: center; }
      body.chat main.chat .modal p {
        font-size: 16px; }
      body.chat main.chat .modal a {
        margin-left: 0 !important;
        width: auto !important; }
    body.chat main.chat .chat {
      width: 440px;
      padding-top: 45px;
      padding-bottom: 50px; }
      body.chat main.chat .chat .mensaje {
        opacity: 0;
        display: flex;
        align-items: flex-start;
        -webkit-animation-name: animacionMensaje;
        animation-name: animacionMensaje;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        margin-bottom: 20px; }
        body.chat main.chat .chat .mensaje .icono {
          height: 50px;
          width: 50px;
          background-color: #FFFFFF;
          border-radius: 5px; }
        body.chat main.chat .chat .mensaje .texto {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          min-height: 150px;
          height: auto;
          border-left: 1px solid white;
          padding-left: 19px;
          margin-left: 19px;
          width: calc(100% - 70px); }
          body.chat main.chat .chat .mensaje .texto p {
            font-family: "Open Sans", sans-serif;
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF; }
          body.chat main.chat .chat .mensaje .texto .informacion {
            border-bottom: 1px solid #FFFFFF;
            width: 100%; }
            body.chat main.chat .chat .mensaje .texto .informacion p {
              margin-top: 0;
              margin-bottom: 20px; }
          body.chat main.chat .chat .mensaje .texto .mensaje-texto p {
            margin-top: 20px; }
            body.chat main.chat .chat .mensaje .texto .mensaje-texto p strong {
              font-weight: bold; }
            body.chat main.chat .chat .mensaje .texto .mensaje-texto p img {
              max-width: 100%;
              border-radius: 5px; }
            body.chat main.chat .chat .mensaje .texto .mensaje-texto p.imagen-pie {
              background-color: #FFFFFF;
              border-radius: 5px;
              text-align: center;
              color: #302e2b; }
              body.chat main.chat .chat .mensaje .texto .mensaje-texto p.imagen-pie span {
                padding: 15px 10px;
                display: inline-flex; }
                body.chat main.chat .chat .mensaje .texto .mensaje-texto p.imagen-pie span a {
                  height: 31px;
                  width: 117px;
                  border-radius: 5px;
                  background-color: #302e2b;
                  color: #FFFFFF;
                  padding: 0; }
            body.chat main.chat .chat .mensaje .texto .mensaje-texto p.enlace a {
              display: flex;
              align-items: center;
              background-color: #FFFFFF;
              border-radius: 5px;
              font-size: 10px;
              font-family: "Open Sans", sans-serif;
              color: #302e2b;
              line-height: 12px;
              padding: 20px; }
              body.chat main.chat .chat .mensaje .texto .mensaje-texto p.enlace a img {
                display: block;
                margin-right: 20px; }

@-webkit-keyframes animacionMensaje {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes animacionMensaje {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
    body.chat main.chat .cargando-mensaje {
      position: fixed;
      bottom: 103px;
      right: 15px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease-in; }
      body.chat main.chat .cargando-mensaje.active {
        opacity: 1;
        visibility: visible; }
      body.chat main.chat .cargando-mensaje p {
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        color: #FFFFFF; }
    body.chat main.chat .galeria {
      position: absolute;
      bottom: 100vh;
      left: 0;
      height: 100vh;
      width: 100%;
      background-color: #FFFFFF;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      visibility: hidden;
      opacity: 0;
      transition: bottom 0.5s; }
      body.chat main.chat .galeria.activo {
        bottom: 0;
        visibility: visible;
        opacity: 1; }
      body.chat main.chat .galeria .btn, body.chat main.chat .galeria .btn-large, body.chat main.chat .galeria .btn-small {
        position: absolute;
        top: 45px;
        left: 75px; }
      body.chat main.chat .galeria .contenido {
        height: 554px;
        width: 675px;
        background: url(../imagenes/chat/fondo-galeria.jpg) no-repeat center;
        background-size: contain;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(8, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 13px; }
        body.chat main.chat .galeria .contenido a {
          display: block; }
          body.chat main.chat .galeria .contenido a:nth-child(1) {
            grid-column: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 2 / 3; }
          body.chat main.chat .galeria .contenido a:nth-child(4) {
            grid-column: 3 / 4;
            grid-row: 2 / 3; }
          body.chat main.chat .galeria .contenido a:nth-child(5) {
            grid-column: 4 / 5;
            grid-row: 2 / 3; }
          body.chat main.chat .galeria .contenido a:nth-child(6) {
            grid-column: 5 / 6;
            grid-row: 2 / 3; }
          body.chat main.chat .galeria .contenido a:nth-child(7) {
            grid-column: 1 / 2;
            grid-row: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(8) {
            grid-column: 2 / 3;
            grid-row: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(9) {
            grid-column: 3 / 4;
            grid-row: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(10) {
            grid-column: 4 / 5;
            grid-row: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(11) {
            grid-column: 5 / 6;
            grid-row: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(12) {
            grid-column: 6 / 7;
            grid-row: 3 / 4; }
          body.chat main.chat .galeria .contenido a:nth-child(13) {
            grid-column: 1 / 2;
            grid-row: 4 / 5; }
          body.chat main.chat .galeria .contenido a:nth-child(14) {
            grid-column: 2 / 3;
            grid-row: 4 / 5; }
          body.chat main.chat .galeria .contenido a:nth-child(33) {
            grid-column: 3 / 5;
            grid-row: 4 / 6; }
          body.chat main.chat .galeria .contenido a:nth-child(15) {
            grid-column: 5 / 6;
            grid-row: 4 / 5; }
          body.chat main.chat .galeria .contenido a:nth-child(16) {
            grid-column: 6 / 7;
            grid-row: 4 / 5; }
          body.chat main.chat .galeria .contenido a:nth-child(17) {
            grid-column: 1 / 2;
            grid-row: 5 / 6; }
          body.chat main.chat .galeria .contenido a:nth-child(18) {
            grid-column: 2 / 3;
            grid-row: 5 / 6; }
          body.chat main.chat .galeria .contenido a:nth-child(19) {
            grid-column: 5 / 6;
            grid-row: 5 / 6; }
          body.chat main.chat .galeria .contenido a:nth-child(20) {
            grid-column: 6 / 7;
            grid-row: 5 / 6; }
          body.chat main.chat .galeria .contenido a:nth-child(21) {
            grid-column: 1 / 2;
            grid-row: 6 / 7; }
          body.chat main.chat .galeria .contenido a:nth-child(22) {
            grid-column: 2 / 3;
            grid-row: 6 / 7; }
          body.chat main.chat .galeria .contenido a:nth-child(23) {
            grid-column: 3 / 4;
            grid-row: 6 / 7; }
          body.chat main.chat .galeria .contenido a:nth-child(24) {
            grid-column: 4 / 5;
            grid-row: 6 / 7; }
          body.chat main.chat .galeria .contenido a:nth-child(25) {
            grid-column: 5 / 6;
            grid-row: 6 / 7; }
          body.chat main.chat .galeria .contenido a:nth-child(26) {
            grid-column: 6 / 7;
            grid-row: 6 / 7; }
          body.chat main.chat .galeria .contenido a:nth-child(27) {
            grid-column: 2 / 3;
            grid-row: 8 / 9; }
          body.chat main.chat .galeria .contenido a:nth-child(28) {
            grid-column: 3 / 4;
            grid-row: 8 / 9; }
          body.chat main.chat .galeria .contenido a:nth-child(29) {
            grid-column: 4 / 5;
            grid-row: 8 / 9; }
          body.chat main.chat .galeria .contenido a:nth-child(30) {
            grid-column: 5 / 6;
            grid-row: 8 / 9; }
          body.chat main.chat .galeria .contenido a:nth-child(31) {
            grid-column: 3 / 4;
            grid-row: 9 / 10; }
          body.chat main.chat .galeria .contenido a:nth-child(32) {
            grid-column: 4 / 5;
            grid-row: 9 / 10; }
          body.chat main.chat .galeria .contenido a img {
            display: block;
            max-width: 100%; }

body.descansar {
  overflow: hidden; }
  body.descansar main.descansar {
    overflow: hidden; }
    body.descansar main.descansar .animacion {
      width: 100vw;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      body.descansar main.descansar .animacion svg {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto; }
      body.descansar main.descansar .animacion .puerta {
        height: 65%;
        top: 2%;
        width: 19%;
        left: 8%;
        position: absolute;
        z-index: 9;
        cursor: pointer; }
      body.descansar main.descansar .animacion .celular {
        width: 5%;
        height: 26%;
        left: 53%;
        top: 38%;
        position: absolute;
        z-index: 9;
        transform: rotate(-12deg);
        cursor: pointer; }
      body.descansar main.descansar .animacion .bano {
        width: 19%;
        height: 60%;
        right: 6%;
        top: 5%;
        position: absolute;
        z-index: 9;
        cursor: pointer; }
      body.descansar main.descansar .animacion .gato {
        width: 30%;
        height: 30%;
        right: 10%;
        bottom: 5%;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        transform: rotate(-15deg); }

main.acerca-de-ermitanos {
  padding-top: 95px;
  padding-bottom: 115px; }
  main.acerca-de-ermitanos .contenido {
    width: 100%;
    min-width: 780px;
    max-width: 780px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    main.acerca-de-ermitanos .contenido:first-child {
      margin-bottom: 185px; }
      main.acerca-de-ermitanos .contenido:first-child .imagen {
        padding-top: 25px; }
    main.acerca-de-ermitanos .contenido:nth-child(3) {
      margin-bottom: 90px; }
    main.acerca-de-ermitanos .contenido .texto {
      max-width: 342px; }
      main.acerca-de-ermitanos .contenido .texto h1, main.acerca-de-ermitanos .contenido .texto h2 {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        color: #302e2b;
        margin: 0 0 25px 0; }
      main.acerca-de-ermitanos .contenido .texto p {
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        color: #302e2b;
        line-height: 20px;
        text-align: justify;
        margin: 0 0 25px 0; }
        main.acerca-de-ermitanos .contenido .texto p b {
          font-weight: bold;
          color: #000000; }
      main.acerca-de-ermitanos .contenido .texto ul {
        list-style-type: disc; }
        main.acerca-de-ermitanos .contenido .texto ul li {
          font-size: 15px; }
    main.acerca-de-ermitanos .contenido .separador {
      height: 1px;
      background-color: #302e2b;
      display: block;
      margin-bottom: 50px;
      width: 100%; }
  main.acerca-de-ermitanos.creditos-webdoc .contenido {
    max-width: 630px;
    min-width: 630px;
    align-items: flex-start; }
    main.acerca-de-ermitanos.creditos-webdoc .contenido:first-child {
      margin-bottom: 0; }
      main.acerca-de-ermitanos.creditos-webdoc .contenido:first-child .imagen {
        padding-top: 0; }
    main.acerca-de-ermitanos.creditos-webdoc .contenido .imagen {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      main.acerca-de-ermitanos.creditos-webdoc .contenido .imagen .personaje {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        main.acerca-de-ermitanos.creditos-webdoc .contenido .imagen .personaje p {
          font-family: "Open Sans", sans-serif;
          font-size: 10px;
          color: #302e2b;
          line-height: 20px;
          text-align: justify;
          margin: 12px 0 22px 0; }
  main.acerca-de-ermitanos.creditos-pelicula .contenido {
    margin-bottom: 0; }
    main.acerca-de-ermitanos.creditos-pelicula .contenido .imagen {
      padding-top: 0;
      width: 342px; }
      main.acerca-de-ermitanos.creditos-pelicula .contenido .imagen img {
        margin-bottom: 10px; }

body.acerca-de-ermitanos header {
  position: fixed; }

body.acerca-de-ermitanos footer {
  position: relative; }

body.juego {
  overflow-x: hidden; }
  body.juego header {
    z-index: 99; }
  body.juego footer {
    z-index: 99; }

main.juego {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  main.juego section.juego .contenido {
    display: flex;
    justify-content: space-between; }
  main.juego section.juego .juego {
    width: 950px;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between; }
    main.juego section.juego .juego .piso {
      display: flex;
      flex-wrap: wrap;
      width: 364px;
      height: 608px;
      background: url(../imagenes/juego/habitaciones.jpg) no-repeat center;
      padding: 57px 55px 59px 34px;
      overflow: hidden; }
      main.juego section.juego .juego .piso .droppable {
        width: calc(50% - 2px);
        height: 34%; }
        main.juego section.juego .juego .piso .droppable:first-child {
          width: 100%;
          height: 250px; }
        main.juego section.juego .juego .piso .droppable:nth-child(2) {
          margin-top: 8px;
          width: 122px;
          height: 128px; }
        main.juego section.juego .juego .piso .droppable:nth-child(3) {
          margin-top: 8px;
          width: 145px;
          height: 128px;
          margin-left: 8px; }
        main.juego section.juego .juego .piso .droppable:nth-child(4) {
          margin-top: 8px;
          margin-left: 78px;
          width: 108px;
          height: 105px; }
        main.juego section.juego .juego .piso .droppable:nth-child(5) {
          margin-top: 8px;
          margin-left: 8px;
          width: 80px;
          height: 105px; }
      main.juego section.juego .juego .piso .piso-interno {
        height: 500px;
        width: 275px;
        position: absolute;
        top: 58px;
        left: 33px; }
    main.juego section.juego .juego .muebles {
      display: flex;
      flex-wrap: wrap;
      width: 560px;
      margin-bottom: 150px; }
      main.juego section.juego .juego .muebles > p {
        font-size: 15px;
        line-height: 14px;
        font-family: "Open Sans", sans-serif;
        text-align: center; }
      main.juego section.juego .juego .muebles .contador {
        height: 93px;
        width: 560px;
        background: url(../imagenes/juego/separador.jpg) no-repeat center;
        display: flex; }
        main.juego section.juego .juego .muebles .contador .tiempo {
          width: 50%; }
          main.juego section.juego .juego .muebles .contador .tiempo p {
            margin: 0; }
          main.juego section.juego .juego .muebles .contador .tiempo .titulo {
            font-size: 16px;
            font-family: "MarketDeco", sans-serif; }
          main.juego section.juego .juego .muebles .contador .tiempo .hora {
            font-size: 32px;
            font-family: "MarketDeco", sans-serif; }
        main.juego section.juego .juego .muebles .contador .presupuesto {
          width: 50%; }
          main.juego section.juego .juego .muebles .contador .presupuesto p {
            margin: 0; }
          main.juego section.juego .juego .muebles .contador .presupuesto .titulo {
            font-size: 16px;
            font-family: "MarketDeco", sans-serif;
            text-transform: uppercase;
            text-align: right; }
          main.juego section.juego .juego .muebles .contador .presupuesto .cantidad {
            font-size: 32px;
            font-family: "MarketDeco", sans-serif;
            text-align: right; }
      main.juego section.juego .juego .muebles .renglon {
        width: 100%;
        display: flex;
        justify-content: space-between; }
      main.juego section.juego .juego .muebles .mueble {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 156px;
        margin-top: -1px;
        margin-left: -1px;
        flex-direction: column; }
        main.juego section.juego .juego .muebles .mueble:before {
          content: ''; }
        main.juego section.juego .juego .muebles .mueble .menu {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: column-reverse;
          width: 100%;
          padding: 0 10px 10px 10px; }
          main.juego section.juego .juego .muebles .mueble .menu img {
            transform: scaleX(-1); }
          main.juego section.juego .juego .muebles .mueble .menu p {
            margin: 0; }
        main.juego section.juego .juego .muebles .mueble .sinrotar .draggable .rototeable .rotate {
          display: none !important; }
        main.juego section.juego .juego .muebles .mueble:hover .draggable .rototeable .rotate {
          display: block; }
        main.juego section.juego .juego .muebles .mueble .draggable p {
          height: 100px;
          width: 100px;
          background-color: white;
          border: 1px solid gray;
          margin: 0; }
        main.juego section.juego .juego .muebles .mueble .draggable .rototeable {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
          main.juego section.juego .juego .muebles .mueble .draggable .rototeable .rotate {
            position: absolute;
            bottom: -20px;
            right: -20px;
            height: 20px;
            width: 20px;
            background-color: red;
            display: none; }
        main.juego section.juego .juego .muebles .mueble .draggable .drag {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
  main.juego .modalMapaInteractivo {
    height: 300px !important;
    width: 500px !important; }
    main.juego .modalMapaInteractivo h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: lighter;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      color: #FFFFFF; }
    main.juego .modalMapaInteractivo p {
      font-family: "Open Sans", sans-serif;
      font-weight: lighter;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 10px;
      margin-top: 0; }
      main.juego .modalMapaInteractivo p strong {
        font-weight: bold; }
    main.juego .modalMapaInteractivo .btn, main.juego .modalMapaInteractivo .btn-large, main.juego .modalMapaInteractivo .btn-small {
      width: 130px;
      margin: 0 auto; }
    main.juego .modalMapaInteractivo.modal360 .paso {
      background: none !important; }
      main.juego .modalMapaInteractivo.modal360 .paso.paso-2 {
        flex-direction: column;
        align-items: center; }
        main.juego .modalMapaInteractivo.modal360 .paso.paso-2 > p {
          text-align: center;
          margin-bottom: 20px; }
        main.juego .modalMapaInteractivo.modal360 .paso.paso-2 .instrucciones {
          display: flex;
          flex-direction: row; }
        main.juego .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion {
          width: 170px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          main.juego .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion:last-child {
            margin-left: 25px; }
          main.juego .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion p {
            font-size: 15px;
            font-family: "Open Sans", sans-serif; }
          main.juego .modalMapaInteractivo.modal360 .paso.paso-2 .instruccion img {
            max-width: 90px; }
    main.juego .modalMapaInteractivo.modal360 .btn, main.juego .modalMapaInteractivo.modal360 .btn-large, main.juego .modalMapaInteractivo.modal360 .btn-small {
      width: 170px;
      padding: 0; }
    main.juego .modalMapaInteractivo .paso {
      min-height: 224px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 380px;
      margin: auto; }
      main.juego .modalMapaInteractivo .paso.paso-1 {
        background: url(../imagenes/elevador/piso-4/paso-1.png) no-repeat center; }
      main.juego .modalMapaInteractivo .paso.paso-2 {
        background: url(../imagenes/elevador/piso-4/paso-2.png) no-repeat center; }
      main.juego .modalMapaInteractivo .paso.paso-3 {
        background: url(../imagenes/elevador/piso-4/paso-3.png) no-repeat center; }
      main.juego .modalMapaInteractivo .paso.paso-4 {
        background: url(../imagenes/elevador/piso-4/paso-4.png) no-repeat center; }
    main.juego .modalMapaInteractivo .owl-carousel .owl-nav {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0; }
      main.juego .modalMapaInteractivo .owl-carousel .owl-nav button {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transition: opacity 0.5s ease-in; }
        main.juego .modalMapaInteractivo .owl-carousel .owl-nav button.disabled {
          opacity: 0;
          visibility: hidden; }
        main.juego .modalMapaInteractivo .owl-carousel .owl-nav button.owl-next {
          transform: rotate(180deg);
          right: -450px; }
        main.juego .modalMapaInteractivo .owl-carousel .owl-nav button span {
          height: 24px;
          width: 24px;
          border-radius: 50%;
          border: 1px solid #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
          main.juego .modalMapaInteractivo .owl-carousel .owl-nav button span:hover:before {
            transform: scale(1); }
          main.juego .modalMapaInteractivo .owl-carousel .owl-nav button span:hover svg path {
            fill: #302e2b; }
          main.juego .modalMapaInteractivo .owl-carousel .owl-nav button span:before {
            content: '';
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            background-color: #FFFFFF;
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.5s ease-in;
            z-index: 0; }
          main.juego .modalMapaInteractivo .owl-carousel .owl-nav button span svg {
            width: 6px;
            position: relative;
            z-index: 1; }
            main.juego .modalMapaInteractivo .owl-carousel .owl-nav button span svg path {
              fill: #FFFFFF; }
    main.juego .modalMapaInteractivo .owl-carousel .owl-dots {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 107px;
      margin: 7px auto 6px auto;
      height: 5px;
      border: 1px solid #FFFFFF;
      border-left: none;
      border-right: none;
      position: relative; }
      main.juego .modalMapaInteractivo .owl-carousel .owl-dots:before {
        height: 1px;
        width: 100%;
        background-color: #FFFFFF;
        content: '';
        display: block;
        position: absolute; }
      main.juego .modalMapaInteractivo .owl-carousel .owl-dots button, main.juego .modalMapaInteractivo .owl-carousel .owl-dots span {
        display: block;
        border-radius: 50%;
        border: 1px solid #FFFFFF; }
      main.juego .modalMapaInteractivo .owl-carousel .owl-dots button {
        height: 17px;
        width: 17px;
        display: flex;
        align-items: center;
        justify-content: center; }
        main.juego .modalMapaInteractivo .owl-carousel .owl-dots button:hover span, main.juego .modalMapaInteractivo .owl-carousel .owl-dots button.active span {
          background-color: #FFFFFF; }
        main.juego .modalMapaInteractivo .owl-carousel .owl-dots button span {
          height: 9px;
          width: 9px;
          transition: background-color 0.5s ease-in; }
    main.juego .modalMapaInteractivo .boton-final {
      margin-bottom: 20px; }
  main.juego .simulacion-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    top: -100%;
    transition: top 0.5s;
    z-index: 98; }
    main.juego .simulacion-slider.active {
      top: 0; }
    main.juego .simulacion-slider p {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      line-height: 35px;
      max-width: 600px;
      text-align: center;
      margin-bottom: 30px; }

html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  box-sizing: border-box; }

.fp-slide {
  float: left;
  height: 100%;
  display: block; }

.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.fp-right {
    right: 17px; }
  #fp-nav.fp-left {
    left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }
  .fp-slidesNav.fp-bottom {
    bottom: 17px; }
  .fp-slidesNav.fp-top {
    top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-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);
    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);
    transform: translate3d(0, -30px, 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);
    transform: translate3d(0, -15px, 0); }
  90% {
    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);
    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);
    transform: translate3d(0, -30px, 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);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  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); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  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); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  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); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  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); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  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); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  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); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  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); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  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); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  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); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  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); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.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; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
