@charset "UTF-8";

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: 600;
}

hr {
  position: relative;
  height: 1px;
  width: 100%;
}

html {
  position: static !important;
  top: 0 !important;
  box-sizing: border-box;
}

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

/*Main*/
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

html, body {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html.scrollable,
html.scrollable body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
  display: inline-block;
}

img.rounded {
  border-radius: 6px;
}

.slides {
  color: #fff;
  fill: #fff;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  background: #111;
  -webkit-font-smoothing: antialiased;
}

/* Font */
 .slides,
        .slides p {
            font-family: 'Oxygen', sans-serif;
            font-weight: 400;
        }
        .slides h1,
        .slides h2,
        .slides h3,
        .slides h4,
        .slides h5,
        .slides h6 {
            font-family: 'Oxygen', sans-serif;
            font-weight: 700;
        }
        .slides .button,
        .slides .slides-form {
            font-family: 'Oxygen', sans-serif;
            font-weight: 700;
        }


/* buttons */
.button {
  display: inline-block;
  border-radius: 3px;
  padding: 14px 22px;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  background: #202020;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: normal !important;
  position: relative;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  margin-bottom: 10px;
  transition: 0.3s;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
@media (max-width: 767px) {
  .button {
    max-width: 100%;
    white-space: normal;
  }
}
.slide .button, .popup .button {
  margin-left: 5px;
  margin-right: 5px;
}
.slide .button.small, .popup .button.small {
  margin-left: 4px;
  margin-right: 4px;
}
.button.wide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.button .material-icons {
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px;
  top: -2px;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.button .material-icons.small {
  font-size: 17px;
  bottom: 1px;
}
.button .material-icons.right {
  margin-left: 8px;
  margin-right: 0px;
}
.button svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 10px;
  pointer-events: none !important;
  position: relative;
}
.button svg * {
  pointer-events: none !important;
}
.button svg.right {
  margin-right: 0;
  margin-left: 10px;
}
.button.actionButton {
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 12px;
  border-radius: 25px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: top;
}
.button.actionButton svg {
  width: 18px;
  height: 18px;
  fill: #fff !important;
  top: 2px;
  vertical-align: bottom;
}
.button.actionButton .material-icons {
  margin: 0;
  position: relative;
  left: -3px;
  top: -3px;
  font-size: 24px;
}
.button.actionButton.big {
  width: 50px;
  height: 50px;
  padding: 16px;
}
.button.actionButton.big .material-icons {
  font-size: 24px;
}
.button.actionButton.big svg {
  width: 22px;
  height: 22px;
  left: -2px;
  top: 0px;
}
.button.actionButton.stroke {
  box-shadow: none;
  padding: 10px;
}
.button.actionButton:hover:not(:active) {
  transform: translateY(0) !important;
}
.button.actionButton.rounded {
  border-radius: 6px;
}
.button.actionButton svg, .slide.whiteSlide .button.actionButton svg {
  fill: #fff;
}
.button.actionButton.sound [class*=sound-] {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  left: 13px;
  top: 16px;
}
.button.actionButton.sound.stroke [class*=sound-] {
  left: 11px;
  top: 14px;
}
.button.actionButton.sound.playing .sound-on, .button.actionButton.sound:not(.playing) .sound-off {
  opacity: 1;
}
.button.actionButton.transparent {
  background-color: transparent;
}
.button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transform: translateY(0px) !important;
  transition: 0.35s !important;
}
.button:hover:after {
  opacity: 0.5;
}
.button:active {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(2px) !important;
  transition: 0.35s !important;
}
.button:active:after {
  opacity: 1;
}
.button.uppercase {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button.lowercase {
  text-transform: lowercase;
  letter-spacing: 0em;
  font-weight: 300;
}
.button.round {
  border-radius: 99px;
  padding-left: 28px;
  padding-right: 28px;
}
.button.rounded {
  border-radius: 6px;
}
.button.rectangular {
  border-radius: 1px;
}
.button.square {
  border-radius: 0px;
}
.button.thin-stroke {
  color: #202020;
  font-weight: 300;
  border: 1px solid;
  background-color: transparent !important;
  padding: 13px 21px 13px;
}
.slide.whiteSlide .button.thin-stroke {
  color: #202020;
}
.button.thin-stroke.small {
  padding: 9px 15px;
}
.button.stroke {
  color: #202020;
  border: 2px solid;
  background-color: transparent !important;
  padding: 12px 20px;
}
.slide.whiteSlide .button.stroke {
  color: #202020;
}
.button.stroke.round {
  padding-left: 26px;
  padding-right: 26px;
}
.button.stroke.uppercase {
  padding-top: 13px;
  padding-bottom: 13px;
}
.button.stroke.uppercase svg {
  margin-bottom: -2px;
}
.button.stroke.uppercase.small {
  padding: 11px 15px;
}
.button.stroke.small {
  border: 1px solid;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 768px) {
  .button.stroke.big {
    padding: 14px 28px;
  }
  .button.stroke.big.uppercase {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.button.stroke:not(.flat):hover {
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.button.flat:not(:hover) {
  box-shadow: none;
}
.button:not(.stroke) svg {
  fill: #fff;
}
.button.small {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px 10px;
}
.button.small .material-icons {
  vertical-align: bottom;
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  bottom: 1px;
}
.button.small .material-icons.right {
  margin-left: 8px;
  margin-right: 0px;
}
.button.small svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  top: 0px;
}
.button.small svg.right {
  margin-right: 0;
  margin-left: 10px;
}
.button.small.round {
  padding-left: 18px;
  padding-right: 18px;
}
.button.small.rounded {
  border-radius: 6px;
}
.button.small.uppercase {
  font-size: 12px;
  padding: 12px 16px;
  letter-spacing: 0.125em;
}
.button.small.uppercase.round {
  padding-left: 19px;
  padding-right: 19px;
}
@media (min-width: 768px) {
  .button.big {
    font-size: 20px;
    padding: 16px 26px;
  }
  .button.big.round {
    padding-left: 28px;
    padding-right: 28px;
  }
  .button.big.rounded {
    border-radius: 7px;
  }
  .button.big.uppercase {
    font-size: 16px;
    padding: 19px 28px;
  }
  .button.big.uppercase.round {
    padding-left: 32px;
    padding-right: 32px;
  }
  .button.big .material-icons {
    margin-right: 10px;
    font-size: 24px;
    top: -2px;
  }
  .button.big .material-icons.right {
    margin-left: 10px;
    margin-right: 0px;
  }
  .button.big svg {
    width: 24px;
    height: 24px;
    margin-right: 11px;
    top: 0;
  }
  .button.big svg.right {
    margin-right: 0;
    margin-left: 11px;
  }
}
.button.empty {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  margin: 0;
  box-shadow: none;
}
.button.hollow {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
}
.button.hollow svg {
  margin: 0;
}
.button.shade {
  position: relative;
}
.button.shade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  transition: 0.25s;
}
.button.shade:hover:after {
  opacity: 0.15;
}
.button.shade:active:after {
  opacity: 0.2;
}
.button.play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 27px;
  margin-left: 0px;
  margin-right: 0px;
}
.button.play svg {
  fill: #fff;
  width: 35px;
  height: 36px;
  margin: 0;
}
.button.play.small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 22px 19px;
}
.button.play.small svg {
  fill: #fff;
  width: 23px;
  height: 23px;
  top: -3px;
}
.button.play:hover {
  transform: scale(1.05);
}
.button.gradient {
  position: relative;
}
.button.gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #000 100%);
  z-index: -1;
  opacity: 0.1;
}

/* form group */
/* new */
.form-group-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important;
}
.form-group-center {
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.form-group-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
}

.slide.whiteSlide .button.white:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.slide.whiteSlide .button.white:hover:after {
  opacity: 0.3;
}

.roundButton {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 14px;
  margin: 5px;
}
.roundButton svg {
  bottom: 2px;
}

@media (max-width: 319px) {
  .button.uppercase,
.uppercase {
    letter-spacing: 0.07em;
  }
}
.button.uppercase {
  letter-spacing: 0.125em !important;
  text-indent: -0.1em !important;
  font-weight: 700 !important;
}

/* stuff */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.slide.whiteSlide svg:not(.noFill) {
  fill: #202020;
}

.svgContainer,
.embedContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
}

.svgContainer svg.scale,
.embedContainer .scale {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.dots {
  font-size: 0;
}

.dot {
  padding: 7px;
  display: inline-block;
}
.dot:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.25s;
}
.dot.big .dot:after {
  width: 14px;
  height: 14px;
}

.slide.whiteSlide .dot:after {
  background: #202020;
}

.slides:not(.mobile).dot:hover:after {
  transform: scale(1.333333);
  opacity: 1;
}

.dot:active:after,
.dot.selected:after {
  opacity: 1;
  transform: scale(1.675);
}

.tabs {
  color: #fff;
  max-width: 260px;
  border-radius: 5px;
}
.tabs li {
  padding: 16px 20px;
  letter-spacing: 2.5px;
  font-size: 12px;
  transition: 0.15s;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.tabs li:not(:last-child) {
  border-bottom: 0;
}
.tabs li:first-child {
  border-radius: 6px 6px 0 0;
}
.tabs li:last-child {
  border-radius: 0 0 6px 6px;
}
.tabs li.selected {
  background: #fff;
  color: #202020;
}

.slide.whiteSlide .tabs li {
  border-color: #e5e5e5;
  color: #202020;
}
.slide.whiteSlide .tabs li.selected {
  background: #202020;
  border-color: #202020;
  color: #fff;
}

.links li {
  font-size: 17px;
  letter-spacing: 0;
  padding: 4px 0;
}

/* forms */
.slides-form {
  font-family: inherit;
}
.slides-form button {
  font-family: inherit;
}
.slides-form label, .slides-form .label {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 2px;
}
.slides-form label.uppercase, .slides-form .label.uppercase {
  font-size: 14px;
}
.slides-form input[type=text],
.slides-form input[type=name],
.slides-form input[type=email],
.slides-form input[type=password],
.slides-form input[type=tel],
.slides-form input[type=number],
.slides-form textarea,
.slides-form select {
  font-family: inherit;
  background-color: #fff;
  position: relative;
  background: #fff;
  padding: 16px;
  border: none;
  font-size: 16px;
  color: #242424;
  outline: none;
  border-radius: 3px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.15s;
}
.slides-form input[type=text].flat, .slides-form input[type=text]:focus,
.slides-form input[type=name].flat,
.slides-form input[type=name]:focus,
.slides-form input[type=email].flat,
.slides-form input[type=email]:focus,
.slides-form input[type=password].flat,
.slides-form input[type=password]:focus,
.slides-form input[type=tel].flat,
.slides-form input[type=tel]:focus,
.slides-form input[type=number].flat,
.slides-form input[type=number]:focus,
.slides-form textarea.flat,
.slides-form textarea:focus,
.slides-form select.flat,
.slides-form select:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.slides-form input[type=text]:hover,
.slides-form input[type=name]:hover,
.slides-form input[type=email]:hover,
.slides-form input[type=password]:hover,
.slides-form input[type=tel]:hover,
.slides-form input[type=number]:hover,
.slides-form textarea:hover,
.slides-form select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.slides-form input[type=text]:focus,
.slides-form input[type=name]:focus,
.slides-form input[type=email]:focus,
.slides-form input[type=password]:focus,
.slides-form input[type=tel]:focus,
.slides-form input[type=number]:focus,
.slides-form textarea:focus,
.slides-form select:focus {
  border-color: #2196F3;
  z-index: 10;
}
.slides-form input[type=text]:focus::-webkit-input-placeholder,
.slides-form input[type=name]:focus::-webkit-input-placeholder,
.slides-form input[type=email]:focus::-webkit-input-placeholder,
.slides-form input[type=password]:focus::-webkit-input-placeholder,
.slides-form input[type=tel]:focus::-webkit-input-placeholder,
.slides-form input[type=number]:focus::-webkit-input-placeholder,
.slides-form textarea:focus::-webkit-input-placeholder,
.slides-form select:focus::-webkit-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0;
}
.slides-form input[type=text]:focus:-moz-placeholder,
.slides-form input[type=name]:focus:-moz-placeholder,
.slides-form input[type=email]:focus:-moz-placeholder,
.slides-form input[type=password]:focus:-moz-placeholder,
.slides-form input[type=tel]:focus:-moz-placeholder,
.slides-form input[type=number]:focus:-moz-placeholder,
.slides-form textarea:focus:-moz-placeholder,
.slides-form select:focus:-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0;
}
.slides-form input[type=text]:focus::-moz-placeholder,
.slides-form input[type=name]:focus::-moz-placeholder,
.slides-form input[type=email]:focus::-moz-placeholder,
.slides-form input[type=password]:focus::-moz-placeholder,
.slides-form input[type=tel]:focus::-moz-placeholder,
.slides-form input[type=number]:focus::-moz-placeholder,
.slides-form textarea:focus::-moz-placeholder,
.slides-form select:focus::-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0;
}
.slides-form input[type=text]:focus:-ms-input-placeholder,
.slides-form input[type=name]:focus:-ms-input-placeholder,
.slides-form input[type=email]:focus:-ms-input-placeholder,
.slides-form input[type=password]:focus:-ms-input-placeholder,
.slides-form input[type=tel]:focus:-ms-input-placeholder,
.slides-form input[type=number]:focus:-ms-input-placeholder,
.slides-form textarea:focus:-ms-input-placeholder,
.slides-form select:focus:-ms-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0;
}
.slides-form input[type=text]:not(textarea).round,
.slides-form input[type=name]:not(textarea).round,
.slides-form input[type=email]:not(textarea).round,
.slides-form input[type=password]:not(textarea).round,
.slides-form input[type=tel]:not(textarea).round,
.slides-form input[type=number]:not(textarea).round,
.slides-form textarea:not(textarea).round,
.slides-form select:not(textarea).round {
  border-radius: 22px;
  padding-left: 22px;
  padding-right: 22px;
}
.slides-form input[type=text].rounded,
.slides-form input[type=name].rounded,
.slides-form input[type=email].rounded,
.slides-form input[type=password].rounded,
.slides-form input[type=tel].rounded,
.slides-form input[type=number].rounded,
.slides-form textarea.rounded,
.slides-form select.rounded {
  border-radius: 6px;
}
.slides-form input[type=text]:after,
.slides-form input[type=name]:after,
.slides-form input[type=email]:after,
.slides-form input[type=password]:after,
.slides-form input[type=tel]:after,
.slides-form input[type=number]:after,
.slides-form textarea:after,
.slides-form select:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .slides-form input[type=text],
.slides-form input[type=name],
.slides-form input[type=email],
.slides-form input[type=password],
.slides-form input[type=tel],
.slides-form input[type=number],
.slides-form textarea,
.slides-form select {
    max-width: 300px;
  }
}
.slides-form input[type=text]::-webkit-input-placeholder,
.slides-form input[type=name]::-webkit-input-placeholder,
.slides-form input[type=email]::-webkit-input-placeholder,
.slides-form input[type=password]::-webkit-input-placeholder,
.slides-form input[type=tel]::-webkit-input-placeholder,
.slides-form input[type=number]::-webkit-input-placeholder,
.slides-form textarea::-webkit-input-placeholder,
.slides-form select::-webkit-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0.5;
}
.slides-form input[type=text]:-moz-placeholder,
.slides-form input[type=name]:-moz-placeholder,
.slides-form input[type=email]:-moz-placeholder,
.slides-form input[type=password]:-moz-placeholder,
.slides-form input[type=tel]:-moz-placeholder,
.slides-form input[type=number]:-moz-placeholder,
.slides-form textarea:-moz-placeholder,
.slides-form select:-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0.5;
}
.slides-form input[type=text]::-moz-placeholder,
.slides-form input[type=name]::-moz-placeholder,
.slides-form input[type=email]::-moz-placeholder,
.slides-form input[type=password]::-moz-placeholder,
.slides-form input[type=tel]::-moz-placeholder,
.slides-form input[type=number]::-moz-placeholder,
.slides-form textarea::-moz-placeholder,
.slides-form select::-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0.5;
}
.slides-form input[type=text]:-ms-input-placeholder,
.slides-form input[type=name]:-ms-input-placeholder,
.slides-form input[type=email]:-ms-input-placeholder,
.slides-form input[type=password]:-ms-input-placeholder,
.slides-form input[type=tel]:-ms-input-placeholder,
.slides-form input[type=number]:-ms-input-placeholder,
.slides-form textarea:-ms-input-placeholder,
.slides-form select:-ms-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0.5;
}
.slides-form input[type=text],
.slides-form input[type=name],
.slides-form input[type=email],
.slides-form input[type=password],
.slides-form input[type=tel],
.slides-form input[type=number],
.slides-form select {
  height: 52px;
  padding: 0 16px;
}
.slides-form textarea {
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px !important;
  max-height: 200px;
  max-width: 100%;
  min-height: 52px;
}
.slides-form textarea.d {
  border-radius: 15px !important;
}
.slides-form textarea.round {
  border-radius: 22px !important;
}
.slides-form select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="7"><path fill="rgb(23,23,23)" d="M14.022 0l5.978 6 6-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slides-form input[type=text],
.slides-form input[type=name],
.slides-form input[type=email],
.slides-form input[type=password],
.slides-form input[type=tel],
.slides-form input[type=number],
.slides-form input[type=submit],
.slides-form button[type=submit],
.slides-form select,
.slides-form textarea {
  margin: 5px;
}
@media (min-width: 768px) {
  .slides-form input[type=text],
.slides-form input[type=name],
.slides-form input[type=email],
.slides-form input[type=password],
.slides-form input[type=tel],
.slides-form input[type=number],
.slides-form input[type=submit],
.slides-form button[type=submit],
.slides-form select,
.slides-form textarea {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .slides-form input[type=text],
.slides-form input[type=name],
.slides-form input[type=email],
.slides-form input[type=password],
.slides-form input[type=tel],
.slides-form input[type=number],
.slides-form input[type=submit],
.slides-form button[type=submit],
.slides-form select,
.slides-form textarea {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    display: block !important;
  }
}
.slides-form input[type=text].wide,
.slides-form input[type=name].wide,
.slides-form input[type=email].wide,
.slides-form input[type=password].wide,
.slides-form input[type=tel].wide,
.slides-form input[type=submit].wide,
.slides-form input[type=number].wide,
.slides-form button[type=submit].wide,
.slides-form select.wide,
.slides-form textarea.wide,
.slides-form label.wide {
  max-width: 100%;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 769px) {
  .slides-form input.pair {
    width: 50% !important;
    max-width: 50% !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .slides-form input.pair + .pair {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: calc(50% + 1px) !important;
    max-width: calc(50% + 1px) !important;
    margin-left: -1px;
  }
}
.slides-form.center input, .slides-form.center textarea {
  text-align: center;
}

/***
 *       _____ _       _
 *      / ___/| ( )   | |
 *     | (___ | |_  __| | ________
 *      \___ \| | |/ _` |/ , / __/
 *      ____) | | | (_| |  __\__ \
 *     /_____/|_|_|\__,_|\___/___/
 *
 *
 */
.slide {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #202020;
  color: #fff;
  z-index: 10;
  overflow: hidden;
}
.slide.active {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile .slide {
  visibility: hidden;
}
.mobile .slide.active {
  visibility: visible;
}
.slide.whiteSlide {
  color: #202020;
  background: #fff;
}

.content {
  overflow: hidden;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}
.content.scrollBar {
  overflow-y: auto;
}
.windows .defaultScroll .content {
  overflow: auto;
  overflow-x: hidden;
}
.mobile .content {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Background Fade */
.fade .content {
  background: rgba(0, 0, 0, 0.6);
}

/*default*/
.fade-1 .content {
  background: rgba(0, 0, 0, 0.1);
}

.fade-2 .content {
  background: rgba(0, 0, 0, 0.2);
}

.fade-3 .content {
  background: rgba(0, 0, 0, 0.3);
}

.fade-4 .content {
  background: rgba(0, 0, 0, 0.4);
}

.fade-5 .content {
  background: rgba(0, 0, 0, 0.5);
}

.fade-6 .content {
  background: rgba(0, 0, 0, 0.6);
}

.fade-7 .content {
  background: rgba(0, 0, 0, 0.7);
}

.fade-8 .content {
  background: rgba(0, 0, 0, 0.8);
}

.fade-9 .content {
  background: rgba(0, 0, 0, 0.9);
}

.whiteSlide[class*=fade] .content {
  background: rgba(255, 255, 255, 0.85);
}

.container {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.container .wrap:not(.noSpaces), .container .wrap.spaceWrap,
.container .wrap .spaceWrap {
  padding: 120px calc(8% + 15px);
}
.container .wrap .overflowHidden {
  overflow: hidden;
}
.container .wrap * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slide .background,
.popup .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide .background iframe,
.popup .background iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slide:not(.youtube) .background iframe,
.popup:not(.youtube) .background iframe {
  width: 100%;
  height: 100%;
}

.fix-1-12 {
  max-width: 80px !important;
}

.fix-2-12 {
  max-width: 180px !important;
}

.fix-3-12 {
  max-width: 280px !important;
}

.fix-4-12 {
  max-width: 380px !important;
}

.fix-5-12 {
  max-width: 480px !important;
}

.fix-6-12 {
  max-width: 580px !important;
}

.fix-7-12 {
  max-width: 680px !important;
}

.fix-8-12 {
  max-width: 780px !important;
}

.fix-9-12 {
  max-width: 880px !important;
}

.fix-10-12 {
  max-width: 980px !important;
}

.fix-11-12 {
  max-width: 1080px !important;
}

.fix-12-12 {
  max-width: 1180px !important;
}

[class*=fix-] {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

.toLeft {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.toRight {
  margin-right: 0 !important;
  margin-left: auto !important;
  float: right;
}

.toCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.popupTrigger,
.dropdownTrigger,
.sidebarTrigger {
  cursor: pointer;
}

.shiftImage {
  margin-top: -15%;
  margin-bottom: -100%;
}

.shiftImageVertical {
  margin-right: -100%;
  max-width: none;
}

.slide.video .background {
  overflow: hidden;
}

.slide.video .background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.slide.video .background video::-webkit-media-controls {
  display: none !important;
}

.slide.video .background video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.slide.video .background video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

html:not(.mobile) .slide.video .background[style] {
  background: none !important;
}

.mobile .slide.video .background[style] video {
  display: none;
}

.videoThumbnail {
  cursor: pointer;
  position: relative;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
  transition: 0.5s;
}
.videoThumbnail.rounded {
  border-radius: 6px;
}
.videoThumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-position: center center;
  transition: 0.5s;
}
.videoThumbnail:not(.noTint):hover:after {
  background-color: rgba(0, 0, 0, 0.15);
}
.videoThumbnail:hover {
  transform: scale(1.025);
}
.videoThumbnail:hover:before {
  transform: scale(1.1);
  transition: 0.25s;
}
.videoThumbnail:active:before {
  opacity: 0.8;
}
.videoThumbnail.small {
  max-width: 200px;
  display: block;
}
.videoThumbnail.small:before {
  background-size: 44px;
}

.shadow,
.button.empty.shadow:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.pad {
  border-radius: 6px;
  padding: 40px;
  color: #202020;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
}
.pad.shadow {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.pad.shadow.stroke {
  background: transparent;
  transition: 0.15s;
  color: #fff;
}
.pad.shadow.stroke:hover {
  background: #fff;
  color: #202020;
  transition: 0.15s;
}
.pad.shadowHover {
  transition: 0.5s;
}
.pad.shadowHover:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.pad small {
  font-size: 15px;
  line-height: 1.45;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .pad.collapse {
    background: inherit;
    color: inherit;
    border: none;
    padding: 0 !important;
    overflow: inherit;
    border-radius: 0;
    box-shadow: none;
    transition: 0s !important;
  }
  .pad.shadow {
    box-shadow: none;
  }
}

.resizing .equalElement {
  transition: 0s !important;
}

.hr {
  position: relative;
  height: 1px;
  width: 100%;
}

/* smaller than tablet landscape */
@media (max-width: 1023px) {
  .shiftImage {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .shiftImageVertical {
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
/* desktop and bigger */
@media (min-width: 1024px) {
  .hideForDesktop {
    display: none !important;
  }
}
/* tablet landscape and smaller */
@media (min-width: 1024px) {
  .showForDesktop {
    display: block !important;
  }
}
/* tablet landscape and smaller */
@media (max-width: 1024px) {
  .hideForTablet {
    display: none !important;
  }
}
/* tablet landscape and smaller */
@media (max-width: 1024px) {
  .showForTablet {
    display: block !important;
  }

  .showForTabletInline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .hideForPhablet {
    display: none !important;
  }
}
/* tablet portrait and smaller */
@media (max-width: 768px) {
  .showForPhablet {
    display: block !important;
  }

  .showForPhabletInline {
    display: inline !important;
  }
}
/* phone portrait and smaller */
@media (max-width: 435px) {
  .hideForPhone {
    display: none !important;
  }
}
@media (max-width: 435px) {
  .showForPhone {
    display: block !important;
  }

  .showForPhoneInline {
    display: inline !important;
  }
}
/* show and hide for Mobile */
html.mobile .hideForMobile {
  display: none !important;
}

html.mobile .showForMobile {
  display: block !important;
}

html.mobile .showForMobileInline {
  display: inline !important;
}

.helpBubble {
  cursor: pointer;
}
.helpBubble:after {
  content: "?";
  font-size: 14px;
  width: 17px;
  height: 17px;
  line-height: 1.2;
  background: #202020;
  opacity: 0.3;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
  font-weight: 700;
  transition: 0.25s;
}
.helpBubble .helpMessage {
  background: rgba(255, 255, 255, 0.98);
  color: #202020;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07), 0 6px 8px rgba(0, 0, 0, 0.05);
  padding: 17px;
  text-align: left;
  bottom: 50%;
  margin-bottom: 10px;
  transform: translateY(10px) scale(0.95);
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
  color: rgba(48, 48, 48, 0.7);
}
.helpBubble .helpMessage strong {
  color: #303030;
}
.helpBubble:hover .helpMessage {
  pointer-events: all;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.helpBubble:hover:after {
  opacity: 1;
}

/***
 *      _____                 _
 *     |  __ \               | |
 *     | |__) __ _ _ __   ___| |____
 *     |  ___/ _` | '_ \ / _ | / __/
 *     | |  | (_| | | | |  __| \__ \
 *     |_|   \__,_|_| |_|\___|_/___/
 *
 *
 */
.panel {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  z-index: 200;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translate3d(0, 0, 0);
}
.panel.top {
  top: 0;
}
.panel.bottom {
  bottom: 0;
}
.panel.white {
  background: rgba(255, 255, 255, 0.975) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
.panel.black {
  background-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
.animated .panel.top, .animateOnEvent .panel.top, .hidePanel-top .panel.top.hideOnScroll, .slides:not(.firstSlide) .panel.top.firstSlideOnly, .slides:not(.lastSlide) .panel.top.lastSlideOnly, .slides:not(.firstSlide):not(.lastSlide) .panel.top.firstAndLastSlidesOnly, .slides.lastSlide .panel.top.exceptLastSlide, .slides.firstSlide .panel.top.exceptFirstSlide {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.animated .panel.bottom, .animateOnEvent .panel.bottom, .hidePanel-bottom .panel.bottom.hideOnScroll, .slides:not(.lastSlide) .panel.bottom.lastSlideOnly, .slides:not(.firstSlide) .panel.bottom.firstSlideOnly, .slides:not(.firstSlide):not(.lastSlide) .panel.bottom.firstAndLastSlidesOnly, .slides.lastSlide .panel.bottom.exceptLastSlide, .slides.firstSlide .panel.bottom.exceptFirstSlide {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.page-loaded .animated .panel, .page-loaded .animateOnEvent .panel {
  transition: transform 0.5s, opacity 0.5s, padding 0.5s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.slides.whiteSlide .panel {
  color: #202020;
}
.scroll .panel.hideOnScroll, .mobile .simplifiedMobile .panel.hideOnScroll {
  position: fixed;
}
.scroll .panel.hideOnScroll.top.hide, .mobile .simplifiedMobile .panel.hideOnScroll.top.hide {
  transform: translateY(-100%) !important;
  opacity: 0;
}
.scroll .panel.hideOnScroll.bottom.hide, .mobile .simplifiedMobile .panel.hideOnScroll.bottom.hide {
  transform: translateY(100%) !important;
  opacity: 0;
}
.panel .sections {
  display: table;
  width: 100%;
  font-size: 0;
}
.panel .sections > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 33.33333%;
  white-space: nowrap;
  font-size: 16px;
  height: 50px;
}
.panel .sections > div.auto {
  width: 0.1%;
}
.panel .sections > div * {
  pointer-events: all;
}
.panel .sections > div.left {
  text-align: left;
}
.panel .sections > div.left ul.crop {
  padding-left: 0;
}
.panel .sections > div.left ul.crop li:first-child {
  margin-left: 0;
}
.panel .sections > div.left.space {
  padding-right: 20px;
}
.panel .sections > div.right {
  text-align: right;
}
.panel .sections > div.right ul.crop {
  padding-right: 0;
}
.panel .sections > div.right ul.crop li:last-child {
  margin-right: 0;
}
.panel .sections > div.right.space {
  padding-left: 20px;
}
.panel .sections > div.center.space {
  padding: 0 20px;
}
.panel .sections.hidden {
  display: none;
}
.panel .sections .menu {
  white-space: nowrap;
  display: inline-block;
  padding: 0 12px;
  font-size: 0;
}
.panel .sections .menu svg {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.panel .sections .menu li {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px;
}
.panel .sections .menu li a {
  padding: 0 7px;
  opacity: 0.8;
}
.panel .sections .menu li a:hover {
  opacity: 1;
}
.panel .sections .menu.uppercase li {
  font-size: 12px;
  margin: 0 10px;
  letter-spacing: 0.125em;
  font-weight: 600 !important;
}
.panel .sections .menu.uppercase li svg {
  position: relative;
  top: 2px;
}
.panel .hidden,
.panel .hidden * {
  display: none;
}
.panel svg {
  vertical-align: text-bottom;
  transition: 0.35s;
}
.panel svg:not(.noFill) {
  fill: #fff;
}
.panel img {
  max-width: none;
}
.slides.whiteSlide .panel svg {
  fill: #202020;
}
.panel .button {
  margin: 0;
}
.panel .button + .button {
  margin-left: 10px;
}
.panel .button:not(.actionButton) {
  vertical-align: middle;
}
.panel .button:not(.actionButton):hover:not(:active) {
  transform: translateY(0) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.panel .nextSlide,
.panel .prevSlide {
  width: 24px;
  height: 24px;
}
.panel .nextSlide svg,
.panel .prevSlide svg {
  width: 18px;
  height: 18px;
}
.slides.whiteSlide .panel .actionButton svg {
  fill: #fff;
}
.panel .prevSlide,
.panel .nextSlide {
  transition: 0.25s;
}
.firstSlide .panel .prevSlide, .lastSlide .panel .nextSlide {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.firstSlide .panel.bottom .nextSlide svg {
  animation: animateArrow 4s infinite;
}
.panel .panelIcon {
  position: relative;
  top: 5px;
}

@keyframes animateArrow {
  80%, 100% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(10px);
  }
}
.nextSlide,
.prevSlide {
  cursor: pointer;
}
.nextSlide:hover,
.prevSlide:hover {
  transition: 0.15s;
}
.nextSlide:active,
.prevSlide:active {
  opacity: 0.75;
}
.firstSlide.lastSlide .nextSlide,
.firstSlide.lastSlide .prevSlide {
  opacity: 0;
}

/* Progress Bar */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  transition: width 1s, opacity 1s;
  z-index: 1000;
  opacity: 1;
}
.progress-bar.loaded {
  width: 100%;
  opacity: 0;
  transition: width 0s, opacity 0.25s 1s;
}

/***
 *       _____       _
 *      / ___/( )   | |
 *     | (___  _  __| | ___
 *      \___ \| |/ _` |/ _ \
 *      ____) | | (_| |  __/
 *     /_____/|_|\__,_|\___/
 *
 *
 */
.side {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  padding: 70px 4%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
  transform: translate3d(0, 0, 0);
  /* compact navigation */
  /* for nav in panel */
}
@media (min-width: 1380px) {
  .side {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.side.large {
  padding: calc(5.56% + 50px) 5%;
}
.side.left {
  left: 0;
  right: inherit;
}
.side.right {
  right: 0;
  left: inherit;
}
.side.compact {
  padding: 30px 4%;
}
.side.compact .navigation li {
  width: 15px;
  height: 7px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  opacity: 0.2;
  padding: 1px;
  cursor: pointer;
}
.side.compact .navigation li.selected, .side.compact .navigation li:hover {
  opacity: 1;
}
.side.compact .navigation li:after {
  display: none;
}
.side.compact .navigation li:before {
  margin: 0 8px !important;
  top: -10px;
}
.whiteSlide .side.compact .navigation li {
  background: #202020;
}
.side.compact:not(.square) .navigation li:first-child {
  border-radius: 10px 10px 0 0;
}
.side.compact:not(.square) .navigation li:last-child {
  border-radius: 0 0 10px 10px;
}
.panel .side {
  position: relative;
  display: inline;
  height: auto;
  padding: 0;
}
.slides.whiteSlide .side svg:not([fill]) {
  fill: #202020;
}

.navigation {
  display: table;
  height: 100%;
  /* Navigation style = default */
  /* nav colors for white slide */
  /* Navigation style = arrows */
  /* Navigation style = numbers */
}
.navigation ul {
  display: table-cell;
  vertical-align: middle;
}
.navigation * {
  pointer-events: all;
}
.navigation li {
  fill: #fff;
  display: block;
  background: transparent;
  padding: 9px;
  margin: 0 -9px;
  cursor: pointer;
  position: relative;
}
.navigation li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  opacity: 0.5;
  background: #fff;
  box-shadow: 0 0 1px #303030;
  transition: 0.25s;
}
.navigation li.selected:after {
  opacity: 1;
}
.navigation li:hover:after {
  opacity: 1;
}
.navigation li[data-title]:before {
  content: attr(data-title);
  position: absolute;
  right: 100%;
  top: 1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  min-width: 50px;
  border-radius: 6px;
  padding: 7px 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  visibility: hidden;
}
.navigation li:hover:before {
  visibility: visible;
}
.left .navigation li:before {
  left: 100%;
  right: auto;
}
.panel.bottom .navigation li:before {
  transform: translateY(-100%) translateX(-50%);
  left: 14px;
  top: -2px;
}
.navigation.default {
  /* sizes */
  /* stroke */
  /* square */
  /* diamond */
  /* line */
  /* pole */
}
.medium .navigation.default li:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.small .navigation.default li:after {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.stroke .navigation.default li:after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
}
.stroke.small .navigation.default li:after {
  border-width: 1px;
}
.stroke .navigation.default li.selected:after {
  background: #fff;
}
.stroke .navigation.default li:hover:after {
  background: #fff;
}
.square .navigation.default li:after {
  border-radius: 1px;
}
.square.small .navigation.default li:after {
  border-radius: 1px;
}
.diamond .navigation.default li:after {
  border-radius: 0px;
  transform: rotate(45deg) scale(0.72);
}
.diamond.medium .navigation.default li:after {
  transform: rotate(45deg) scale(0.88);
}
.diamond.small .navigation.default li:after {
  transform: rotate(45deg) scale(1);
}
.line .navigation.default li {
  margin: 0 -9px;
  padding: 5px 9px;
  text-align: right;
  font-size: 0;
}
.line .navigation.default li:after {
  height: 3px;
  display: inline-block;
  text-align: right;
  background: #fff;
  border: none;
}
.line .navigation.default li:before {
  margin-top: -10px;
}
.line .navigation.default li.selected:after {
  width: 25px;
}
.line.left .navigation.default li {
  text-align: left;
}
.line.medium .navigation.default li {
  margin: 0 -5px;
  padding: 4px 8px;
}
.line.medium .navigation.default li.selected:after {
  width: 19px;
}
.line.small .navigation.default li {
  margin: 0;
  padding: 4px 6px;
}
.line.small .navigation.default li.selected:after {
  width: 13px;
}
.pole .navigation.default li {
  margin: 0 1px 0 2px;
  padding: 2px 9px;
  text-align: right;
  font-size: 0;
}
.pole .navigation.default li:after {
  height: 20px;
  width: 4px;
  display: inline-block;
  transition: 0.5s;
  text-align: right;
  background: #fff;
  border-radius: 1px;
  border: none;
}
.pole .navigation.default li:before {
  margin-top: -3px;
}
.pole .navigation.default li.selected:after {
  height: 60px;
}
.pole .navigation.default li.selected:before {
  margin-top: 19px;
}
.pole.medium .navigation.default li {
  margin: 0 2px;
}
.pole.medium .navigation.default li:after {
  height: 15px;
  width: 3px;
}
.pole.medium .navigation.default li:before {
  margin-top: -5px;
}
.pole.medium .navigation.default li.selected:after {
  height: 45px;
}
.pole.medium .navigation.default li.selected:before {
  margin-top: 10px;
}
.pole.small .navigation.default li {
  margin: 0 2px;
}
.pole.small .navigation.default li:after {
  height: 10px;
  width: 3px;
}
.pole.small .navigation.default li:before {
  margin-top: -7px;
}
.pole.small .navigation.default li.selected:after {
  height: 30px;
}
.pole.small .navigation.default li.selected:before {
  margin-top: 2px;
}
.slides.whiteSlide .navigation li:after {
  background: #202020;
  box-shadow: 0 0 1px #fff;
}
.slides.whiteSlide .stroke .navigation li:after {
  border-color: #202020;
  background: transparent;
}
.slides.whiteSlide .stroke .navigation li:hover:after {
  background: #202020;
}
.slides.whiteSlide .stroke .navigation li.selected:after {
  border-color: #202020;
  background: #202020;
}
.slides.whiteSlide .navigation.numbers li:after {
  color: #202020;
  text-shadow: 0 0 2px #fff !important;
}
.panel .navigation, .panel .navigation ul {
  display: inline;
}
.panel .navigation li {
  display: inline-block;
  margin: -9px 0;
}
.panel .side.small .navigation li {
  margin: 0;
}
.navigation .sideArrow {
  width: 31px;
  height: 72px;
  margin: 0px -9px;
}
@media (max-width: 766px) {
  .navigation .sideArrow {
    width: 17px;
    height: 40px;
  }
}
.navigation.numbers ul {
  counter-reset: item;
  list-style-type: none;
}
.navigation.numbers li {
  display: block;
}
.navigation.numbers li:after {
  content: counter(item);
  counter-increment: item;
  background: none !important;
  box-shadow: none !important;
  text-shadow: 0 0 2px #202020;
  font-weight: bold;
  font-size: 20px;
  line-height: 0.7;
  text-align: center;
  transition: 0.25s;
}
.medium .navigation.numbers li:after {
  font-size: 17px;
}
.small .navigation.numbers li:after {
  font-size: 14px;
}

/* End of Side */
/***
 *       _____ _
 *      / ___/| |
 *     | (___ | |__   __ _ _ __ ___
 *      \___ \| '_ \ / _` | '__/ _ \
 *      ____) | | | | (_| | | |  __/
 *     /_____/|_| |_|\__,_|_|  \___/
 *
 *
 */
.dropdown {
  position: fixed;
  z-index: 300;
  color: #202020;
  width: 160px;
  background: #fff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15), 0 14px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  border-radius: 6px;
  text-align: center;
  cursor: default;
  transform: translateY(0) scale(0.9);
  transform-origin: top;
  transition: transform 0.35s, opacity 0.35s, box-shadow 0.35s;
  /* share */
}
.dropdown:not(.show) {
  pointer-events: none;
  opacity: 0;
}
.dropdown.rectangular {
  border-radius: 0;
}
.dropdown .title {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  opacity: 0.8;
}
.dropdown a {
  font-size: 15px;
  opacity: 0.6;
}
.dropdown a:hover {
  opacity: 0.8;
}
.dropdown:not(.noArrow):after, .dropdown:not(.noArrow):before {
  content: "";
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.dropdown:not(.noArrow):before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 8px;
  margin-left: -8px;
}
.dropdown.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(20px);
}
.dropdown.show.hide {
  opacity: 0;
  transform: translateY(40px);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.dropdown .hideDropdown {
  opacity: 0;
  pointer-events: none;
}
.dropdown.bottom {
  transform-origin: bottom;
}
.dropdown.bottom.show {
  transform: translateY(-20px);
}
.dropdown.bottom.show.hide {
  transform: translateY(-40px);
}
.dropdown.bottom:after, .dropdown.bottom:before {
  top: 100%;
  bottom: initial;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}
.dropdown.bottom:before {
  border-top-color: rgba(0, 0, 0, 0.06);
}
.dropdown.right:after, .dropdown.right:before {
  right: 18px;
  left: auto;
}
.dropdown.right:before {
  right: 17px;
}
.dropdown.center:after, .dropdown.center:before {
  left: 50%;
}
.dropdown.share li {
  float: left;
  text-align: center;
  display: block;
  width: 80px;
  height: 50px;
  padding: 14px 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.15s;
}
.dropdown.share li:hover {
  opacity: 1;
}
.dropdown.share li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}
.dropdown.share li:active:after {
  opacity: 1;
  transition: 0.1s;
}
.dropdown.share li svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.dropdown.share li.mail {
  width: 100%;
  height: auto;
  color: #202020;
  opacity: 0.6;
  font-size: 15px;
  padding: 20px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dropdown.share li.mail:hover {
  opacity: 0.8;
}
.scroll .dropdown {
  position: absolute;
  top: 0;
}

/***
 *       _____       _      _
 *      / ___/( )   | |    | |
 *     | (___  _  __| | ___| |__   __ _ _ ___
 *      \___ \| |/ _` |/ _ | '_ \ / _` | '__/
 *      ____) | | (_| |  __| |_) | (_| | |
 *     /_____/|_|\__,_|\___|_.__/ \__,_|_|
 *
 *
 */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90%;
  height: 100%;
  color: #fff;
  z-index: 500;
  background: #0E0E0E;
  transition: transform 0.5s, visibility 0s;
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* ELEMENTS */
  /* menu items */
  /* social */
}
html:not(.page-loaded) .sidebar {
  display: none;
}
.sidebar svg {
  fill: #fff;
}
.sidebarShown .sidebar.visible {
  transform: translateX(0%);
  opacity: 1;
}
.sidebar .content {
  padding: 40px;
  overflow-y: auto;
  position: relative;
}
.sidebar.small .content {
  padding: 30px;
}
.sidebar .wrap {
  padding: 0;
}
.sidebar.left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}
.sidebar.top {
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(-100%);
}
.sidebar.bottom {
  bottom: 0;
  top: inherit;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(100%);
}
.sidebar .logo {
  padding: 0;
  font-size: 0;
  margin-bottom: 35px;
}
.sidebar .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 14px;
  font-size: 0;
  opacity: 0.5;
  z-index: 101;
  transition: 0.25s;
}
.sidebar .close:hover {
  opacity: 1;
}
.sidebar .close svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.sidebar .close:active svg {
  transform: scale(0.92);
}
.sidebar ul.mainMenu,
.sidebar ul.subMenu,
.sidebar ul.social {
  line-height: 1.9;
  margin-bottom: 30px;
  display: block;
}
.sidebar .mainMenu li {
  font-size: 20px;
  line-height: 48px;
}
.sidebar .mainMenu.small li {
  font-size: 18px;
  line-height: 46px;
}
.sidebar .subMenu li {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 36px;
}
.sidebar .subMenu.small li {
  font-size: 16px;
  line-height: 34px;
}
.sidebar .social {
  margin-top: 40px;
}
.sidebar .social li {
  display: inline-block;
  margin-right: 20px;
}
.sidebar .social li:last-child {
  margin-right: 0;
}
.sidebar .social li a {
  font-size: 0;
  padding: 0;
}
.sidebar .social li a svg {
  width: 20px;
  height: 20px;
}
.sidebar .social.small li {
  margin-right: 12px;
}
.sidebar .social.small li a svg {
  width: 15px;
  height: 15px;
}
.sidebar .social.big li {
  margin-right: 12px;
}
.sidebar .social.big li a svg {
  width: 22px;
  height: 22px;
}
.sidebar.small .social {
  margin-top: 30px;
}
.sidebar .big li {
  font-size: 32px;
  line-height: 64px;
}
.sidebar .social.medium li a svg {
  width: 18px;
  height: 18px;
}
.sidebar .social.medium li {
  margin-right: 14px;
}

.sidebarShown .slide.selected .content {
  overflow: hidden;
}

/* SIDEBAR ANIMATION */
.page-loaded.sidebarShown .slide.selected {
  transform: scale(0.95) !important;
  pointer-events: none;
  opacity: 0.5 !important;
}

.sidebarShown .panel {
  opacity: 0;
}

.sidebarShown .panel.bottom {
  opacity: 0.5;
  transform: scale(0.95) translateY(-10%);
}

.page-loaded.sidebarShown .panel,
.page-loaded.sidebarShown .slide.selected,
.page-loaded.sidebarShown .slide.selected:after,
.sidebar {
  transition: transform 0.5s, opacity 0.5s !important;
}

/***
 *      _____
 *     |  __ \
 *     | |__) __  _ __  _   _ _ __
 *     |  ___/ _ \| '_ \| | | | '_ \
 *     | |  | (_) | |_) | |_| | |_) |
 *     |_|   \___/| .__/ \__,_| .__/
 *                | |         | |
 *                |_|         |_|
 */
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1000;
  transition: transform 0.5s, opacity 0.5s;
  overflow-y: auto;
  display: none;
  transform: translate3d(0, 0, 0);
}
.popup:not([class*=fade]) {
  background: rgba(17, 17, 17, 0.9);
}
.popupShown .popup.visible {
  display: block;
  animation: popupFadeIn 0.75s;
}
.popup.hidePopup {
  opacity: 0;
  pointer-events: none;
}
.popup .content {
  overflow-y: auto;
}
.popup .close:not(.button) {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 14px;
  font-size: 0;
  opacity: 0.5;
  z-index: 200;
  transition: 0.25s;
  margin: 0;
  transform: translate3d(0, 0, 0);
}
.popup .close:not(.button).left {
  right: inherit;
  left: 0;
}
.popup .close:not(.button):hover {
  opacity: 1;
}
.popup .close:not(.button) svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.popup .close.button {
  position: fixed;
  z-index: 200;
  margin: 15px;
}
.popup.white .close svg {
  fill: #202020;
}
.popup .container .wrap {
  padding: 18px 58px;
}
.popup.fullscreen .container .wrap {
  padding: 0;
}
.popup.fullscreen .embedVideo {
  height: 100vh;
  padding-bottom: 0;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
  }
}
.popupShown,
.popupShown body,
.sidebarShown,
.sidebarShown body {
  overflow-y: hidden !important;
}

/* embed video container for slides and popups */
.embedVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16x9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embedVideo.size-16x10 {
  padding-bottom: 62.5%;
}

.embedVideo.size-4x3 {
  padding-bottom: 75%;
}

.embedVideo.size-1x1,
.embedVideo.size-square {
  padding-bottom: 100%;
}

/***
 *      ______                       _____
 *     |___  /                      |_   _|
 *        / / ___   ___  _ __ ___     | |  _ __ ___   __ _  __ _  ___
 *       / / / _ \ / _ \| '_ ` _ \    | | | '_ ` _ \ / _` |/ _` |/ _ \
 *      / /_| (_) | (_) | | | | | |  _| |_| | | | | | (_| | (_| |  __/
 *     /_____\___/ \___/|_| |_| |_| |_____|_| |_| |_|\__,_|\__, |\___/
 *                                                          __/ |
 *                                                         |___/
 */
.zoom-img,
.zoom-img-wrap {
  position: relative;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1) !important;
  z-index: 100;
}
.zoom-img img.zoom-img,
.zoom-img-wrap img.zoom-img {
  margin: 0 !important;
}

.zoom-overlay {
  background: #111111;
  position: fixed;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 99;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 0.9;
}

.page-loaded .slides.zoom-overlay-open .side, .page-loaded .slides.zoom-overlay-open .panel {
  opacity: 0;
  transition-delay: 0s;
  transition: 0.25s;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-img-parent {
  position: relative;
  z-index: 1000;
}

/***
 *       _____ _ _     _
 *      / ___/| (_)   | |
 *     | (___ | |_  __| | ___ _ __
 *      \___ \| | |/ _` |/ _ \ '__/
 *      ____) | | | (_| |  __/ |
 *     /_____/|_|_|\__,_|\___/_|
 *
 *
 */
.slider {
  position: relative;
}
.slider.clickable {
  cursor: pointer;
}
.slider > li {
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.slider > li.selected {
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
  pointer-events: all;
}
.slider.rounded > li > img {
  border-radius: 6px;
  overflow: hidden;
}
.slider.autoHeight {
  transition: 0.5s;
}
.slider.autoHeight > li {
  display: block;
  position: absolute;
}

.controller li {
  cursor: pointer;
}
.controller li.selected {
  cursor: default;
  pointer-events: none;
}

.tooltip[data-tooltip-title] {
  position: relative;
}
.tooltip[data-tooltip-title]:before {
  content: attr(data-tooltip-title);
  position: absolute;
  background: rgba(40, 40, 40, 0.6);
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 6px 15px;
  visibility: hidden;
  white-space: nowrap;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07);
  transform: translateY(100%) translateX(-50%);
  left: 50%;
  top: 0;
}
.tooltip[data-tooltip-title]:hover:before {
  visibility: visible;
  animation: fadeIn 0.35s backwards;
}
.tooltip[data-tooltip-title].top:before {
  bottom: 0;
  top: auto;
  transform: translateY(-100%) translateX(-50%);
}

/*                   \                           /
    .           ,                              o
     *                 ¤     ~            ..
        ______  __  __          _       *
       |  ___/ / _// _|   *    | |
       | |___ | |_| |_ ___  ___| |_ ____
    .  |  __/ |  _|  _/ _ \/ __| __/ __/
   ¯   | |____| | | ||  __| (__| |_\__ \    ¨
  ´    |_____/|_| |_| \___|\___/\__/___/   '
                                 ¸         §
   ¸.*         ¤        *         .           .
                      .            °            /
.*/
/* DEFAULT */
.slide.before {
  transform: translate3d(0, -50%, 0);
}

.slide:not(.before):first-child,
.slide.after {
  transform: translate3d(0, 50%, 0);
}

.slide.before,
.slide.after {
  opacity: 0;
}

.slide.selected {
  transform: translate3d(0, 0, 0) !important;
  z-index: 11;
}
.scroll .slide.selected {
  z-index: 10;
}

.page-loaded .slide.selected {
  opacity: 1 !important;
}

/* horizontal */
.horizontal .slide,
.horizontal .slide.before {
  transform: translate3D(-50%, 0, 0);
}

.horizontal .slide.after {
  transform: translate3D(50%, 0, 0);
}

/* FILM */
.film .slide.before {
  transform: translate3D(0, -100%, 0);
}

.film .slide.after {
  transform: translate3D(0, 100%, 0);
}

/* Horizontal */
.film.horizontal .slide.before {
  transform: translate3D(-100%, 0, 0);
}

.film.horizontal .slide,
.film.horizontal .slide.after {
  transform: translate3D(100%, 0, 0);
}

/* CHAIN */
.chain .slide.before {
  transform: translate3D(0, -100%, 0);
  opacity: 1;
}

.chain .slide.after {
  transform: translate3D(0, 100%, 0);
  opacity: 1;
}

/* Horizontal */
.chain.horizontal .slide.before {
  transform: translate3D(-100%, 0, 0);
  opacity: 1;
}

.chain.horizontal .slide,
.chain.horizontal .slide.after {
  transform: translate3D(100%, 0, 0);
  opacity: 1;
}

/* ZEN */
.zen .slide.before {
  transform: translateY(-100%) scale(0.8);
}

.zen .slide,
.zen .slide.after {
  transform: translateY(100%) scale(0.8);
}

/* Horizontal */
.zen.horizontal .slide.before {
  transform: translateX(-100%) scale(0.8);
}

.zen.horizontal .slide,
.zen.horizontal .slide.after {
  transform: translateX(100%) scale(0.8);
}

/* STACK */
.stack .slide,
.stack .slide.after {
  transform: translateY(100%);
}

.stack .slide.after {
  opacity: initial;
}

.stack .slide.selected,
.stack .slide.after.active {
  z-index: 11 !important;
}

.stack .slide.before {
  transform: scale(0.9);
}

/* Horizontal */
.stack.horizontal .slide,
.stack.horizontal .slide.after {
  transform: translateX(100%);
}

.stack.horizontal .slide.before {
  transform: scale(0.9);
}

/* CARDS */
.cards .slide,
.cards .slide.after {
  transform: translateY(10%);
  opacity: initial;
}

.cards .slide.after {
  z-index: 8 !important;
  opacity: 0;
}

.cards .slide.selected {
  z-index: 9 !important;
}

.cards .slide.before {
  transform: translateY(-100%);
  z-index: 7;
}

.cards .slide.active.before {
  z-index: 10 !important;
}

/* Horizontal */
.cards.horizontal .slide,
.cards.horizontal .slide.after {
  transform: translateX(10%);
}

.cards.horizontal .slide.before {
  transform: translateX(-100%);
}

/* CARDS */
.cards2 .slide,
.cards2 .slide.after {
  transform: translateY(10%);
  opacity: initial;
}

.cards2 .slide.after {
  z-index: 8 !important;
  opacity: 0;
}

.cards2 .slide.selected {
  z-index: 9 !important;
}

.cards2 .slide.before {
  transform: translateY(-100%);
  z-index: 7;
}

.cards2 .slide.active.before {
  z-index: 10 !important;
}

/* Horizontal */
.cards2.horizontal .slide,
.cards2.horizontal .slide.after {
  transform: translateX(10%);
}

.cards2.horizontal .slide.before {
  transform: translateX(-100%);
}

/* ZOOM CHANGE */
.zoom .slide.before {
  transform: scale(1.4);
}

.zoom .slide,
.zoom .slide.after {
  transform: scale(0.8);
  opacity: 0;
}

/* VERTIGO */
.vertigo .slide.before {
  transform: scale(1.4) rotate(-2deg);
}

.vertigo .slide,
.vertigo .slide.after {
  transform: scale(0.8) rotate(2deg);
  opacity: 0;
}

/* PLAIN CHANGE */
.plain .slide.before {
  transform: scale(1);
}

.plain .slide,
.plain .slide.after {
  transform: scale(1);
}

.plain .slide.after:after,
.plain .slide.before:after {
  opacity: 1;
  background: #111;
}

/* SPEED */
.page-loaded .fast .slide.active,
.page-loaded .fast .slide.selected {
  transition: transform 0.7s, opacity 0.7s;
}

.page-loaded .slide.selected,
.page-loaded .slide.active {
  transition: transform 1s, opacity 1s;
}

.page-loaded .slow .slide.active,
.page-loaded .slow .slide.selected {
  transition: transform 1.4s, opacity 1.4s;
}

.page-loaded .slide.selected.entry,
.page-loaded .slide.active.entry {
  transition: transform 0s, opacity 1s;
}

/* panels */
.slides.animated .panel,
.slides.animateOnEvent .panel {
  transition: transform, opacity;
  transition-duration: 1s;
}

.slides.animated.fast .panel,
.slides.animateOnEvent.fast .panel {
  transition-duration: 0.7s;
}

.slides.animated.slow .panel,
.slides.animateOnEvent.slow .panel {
  transition-duration: 1.4s;
}

/* EASING */
.smooth .active,
.smooth .selected,
.smooth .panel,
.smooth .sidebar,
.smooth .rolling-element {
  transition-timing-function: cubic-bezier(0.55, 0.05, 0.35, 0.95) !important;
}

.bounce .active,
.bounce .selected,
.bounce .panel,
.bounce .sidebar,
.bounce .rolling-element {
  transition-timing-function: cubic-bezier(0.45, 1.15, 0.5, 1) !important;
}

/***
 *                                       _           _   ______ _                           _
 *         /\         ( )               | |         | | |  ___/| |                         | |
 *        /  \   _ __  _ _ __ ___   __ _| |_ ___  __| | | |___ | | ___ _ __ ___   ___ _ __ | |_ ___
 *       / /\ \ | '_ \| | '_ ` _ \ / _` | __/ _ \/ _` | |  __/ | |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __/
 *      / ____ \| | | | | | | | | | (_| | ||  __/ (_| | | |____| |  __/ | | | | |  __/ | | | |_\__ \
 *     /_/    \_\_| |_|_|_| |_| |_|\__,_|\__\___/\__,_| |_____/|_|\___/_| |_| |_|\___/_| |_|\__|___/
 *
 *
 */
.animated [class*=ae-]:not(.done) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
}

/* Speed */
.animated.fast .animate [class*=ae-]:not(.done),
.animated.fast .animate [class*=ae-]:not(.done),
.animated.animate .fast [class*=ae-]:not(.done),
.animated.animate [class*=ae-].fast:not(.done) {
  transition-duration: 700ms;
}

.animated .animate [class*=ae-]:not(.done),
.animated.animate [class*=ae-]:not(.done) {
  transition-duration: 800ms;
}

.animated.slow .animate [class*=ae-]:not(.done),
.animated .animate.slow [class*=ae-]:not(.done),
.animated .animate .slow [class*=ae-]:not(.done),
.animated .animate [class*=ae-].slow:not(.done) {
  transition-duration: 1000ms;
}

/* Delays */
.animated .animate .ae-1:not(.done),
.animated.animate .ae-1:not(.done) {
  transition-delay: 10ms;
}

.animated .animate .ae-2:not(.done),
.animated.animate .ae-2:not(.done) {
  transition-delay: 160ms;
}

.animated .animate .ae-3:not(.done),
.animated.animate .ae-3:not(.done) {
  transition-delay: 310ms;
}

.animated .animate .ae-4:not(.done),
.animated.animate .ae-4:not(.done) {
  transition-delay: 460ms;
}

.animated .animate .ae-5:not(.done),
.animated.animate .ae-5:not(.done) {
  transition-delay: 610ms;
}

.animated .animate .ae-6:not(.done),
.animated.animate .ae-6:not(.done) {
  transition-delay: 760ms;
}

.animated .animate .ae-7:not(.done),
.animated.animate .ae-7:not(.done) {
  transition-delay: 910ms;
}

.animated .animate .ae-8:not(.done),
.animated.animate .ae-8:not(.done) {
  transition-delay: 1060ms;
}

.animated .animate .ae-9:not(.done),
.animated.animate .ae-9:not(.done) {
  transition-delay: 1210ms;
}

.animated .animate .ae-10:not(.done),
.animated.animate .ae-10:not(.done) {
  transition-delay: 1360ms;
}

.animated.fast .animate .ae-1:not(.done),
.animated.fast.animate .ae-1:not(.done),
.animated.animate .ae-1.fast:not(.done),
.animated.animate .fast .ae-1:not(.done) {
  transition-delay: 10ms;
}

.animated.fast .animate .ae-2:not(.done),
.animated.fast.animate .ae-2:not(.done),
.animated.animate .ae-2.fast:not(.done),
.animated.animate .fast .ae-2:not(.done) {
  transition-delay: 110ms;
}

.animated.fast .animate .ae-3:not(.done),
.animated.fast.animate .ae-3:not(.done),
.animated.animate .ae-3.fast:not(.done),
.animated.animate .fast .ae-3:not(.done) {
  transition-delay: 210ms;
}

.animated.fast .animate .ae-4:not(.done),
.animated.fast.animate .ae-4:not(.done),
.animated.animate .ae-4.fast:not(.done),
.animated.animate .fast .ae-4:not(.done) {
  transition-delay: 310ms;
}

.animated.fast .animate .ae-5:not(.done),
.animated.fast.animate .ae-5:not(.done),
.animated.animate .ae-5.fast:not(.done),
.animated.animate .fast .ae-5:not(.done) {
  transition-delay: 410ms;
}

.animated.fast .animate .ae-6:not(.done),
.animated.fast.animate .ae-6:not(.done),
.animated.animate .ae-6.fast:not(.done),
.animated.animate .fast .ae-6:not(.done) {
  transition-delay: 510ms;
}

.animated.fast .animate .ae-7:not(.done),
.animated.fast.animate .ae-7:not(.done),
.animated.animate .ae-7.fast:not(.done),
.animated.animate .fast .ae-7:not(.done) {
  transition-delay: 610ms;
}

.animated.fast .animate .ae-8:not(.done),
.animated.fast.animate .ae-8:not(.done),
.animated.animate .ae-8.fast:not(.done),
.animated.animate .fast .ae-8:not(.done) {
  transition-delay: 710ms;
}

.animated.fast .animate .ae-9:not(.done),
.animated.fast.animate .ae-9:not(.done),
.animated.animate .ae-9.fast:not(.done),
.animated.animate .fast .ae-9:not(.done) {
  transition-delay: 810ms;
}

.animated.fast .animate .ae-10:not(.done),
.animated.fast.animate .ae-10:not(.done),
.animated.animate .ae-10.fast:not(.done),
.animated.animate .fast .ae-10:not(.done) {
  transition-delay: 910ms;
}

.animated.slow .animate .ae-1:not(.done),
.animated.slow.animate .ae-1:not(.done),
.animated.animate .ae-1.slow:not(.done),
.animated.animate .slow .ae-1:not(.done) {
  transition-delay: 10ms;
}

.animated.slow .animate .ae-2:not(.done),
.animated.slow.animate .ae-2:not(.done),
.animated.animate .ae-2.slow:not(.done),
.animated.animate .slow .ae-2:not(.done) {
  transition-delay: 210ms;
}

.animated.slow .animate .ae-3:not(.done),
.animated.slow.animate .ae-3:not(.done),
.animated.animate .ae-3.slow:not(.done),
.animated.animate .slow .ae-3:not(.done) {
  transition-delay: 410ms;
}

.animated.slow .animate .ae-4:not(.done),
.animated.slow.animate .ae-4:not(.done),
.animated.animate .ae-4.slow:not(.done),
.animated.animate .slow .ae-4:not(.done) {
  transition-delay: 610ms;
}

.animated.slow .animate .ae-5:not(.done),
.animated.slow.animate .ae-5:not(.done),
.animated.animate .ae-5.slow:not(.done),
.animated.animate .slow .ae-5:not(.done) {
  transition-delay: 810ms;
}

.animated.slow .animate .ae-6:not(.done),
.animated.slow.animate .ae-6:not(.done),
.animated.animate .ae-6.slow:not(.done),
.animated.animate .slow .ae-6:not(.done) {
  transition-delay: 1010ms;
}

.animated.slow .animate .ae-7:not(.done),
.animated.slow.animate .ae-7:not(.done),
.animated.animate .ae-7.slow:not(.done),
.animated.animate .slow .ae-7:not(.done) {
  transition-delay: 1210ms;
}

.animated.slow .animate .ae-8:not(.done),
.animated.slow.animate .ae-8:not(.done),
.animated.animate .ae-8.slow:not(.done),
.animated.animate .slow .ae-8:not(.done) {
  transition-delay: 1410ms;
}

.animated.slow .animate .ae-9:not(.done),
.animated.slow.animate .ae-9:not(.done),
.animated.animate .ae-9.slow:not(.done),
.animated.animate .slow .ae-9:not(.done) {
  transition-delay: 1610ms;
}

.animated.slow .animate .ae-10:not(.done),
.animated.slow.animate .ae-10:not(.done),
.animated.animate .ae-10.slow:not(.done),
.animated.animate .slow .ae-10:not(.done) {
  transition-delay: 1810ms;
}

/* Directions */
.animated:not(.animateOnEvent) [class*=ae-]:not(.done),
.animated:not(.animateOnEvent) .fromBottom [class*=ae-]:not(.done),
.animated:not(.animateOnEvent).fromBottom [class*=ae-]:not(.done),
.slides.animated:not(.animateOnEvent) [class*=ae-].fromBottom:not(.done),
.popup.animated:not(.animateOnEvent) [class*=ae-].fromBottom:not(.done) {
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.animated .fromTop [class*=ae-]:not(.done),
.animated.fromTop [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromTop:not(.done),
.popup.animated [class*=ae-].fromTop:not(.done) {
  transform: translate3d(0, -50px, 0);
}

.animated .fromLeft [class*=ae-]:not(.done),
.animated.fromLeft [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromLeft:not(.done),
.popup.animated [class*=ae-].fromLeft:not(.done) {
  transform: translate3d(-50px, 0, 0);
}

.animated .fromRight [class*=ae-]:not(.done),
.animated.fromRight [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromRight:not(.done),
.popup.animated [class*=ae-].fromRight:not(.done) {
  transform: translate3d(50px, 0, 0);
}

.animated .fromCenter [class*=ae-]:not(.done),
.animated.fromCenter [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromCenter:not(.done),
.popup.animated [class*=ae-].fromCenter:not(.done) {
  transform: scale(0.9) translate3d(0, 0, 0);
}

.animated .fromAbove [class*=ae-]:not(.done),
.animated.fromAbove [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromAbove:not(.done),
.popup.animated [class*=ae-].fromAbove:not(.done) {
  transform: scale(1.1) translate3d(0, 0, 0);
}

.animated .fromBottomLeft [class*=ae-]:not(.done),
.animated.fromBottomLeft [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBottomLeft:not(.done),
.popup.animated [class*=ae-].fromBottomLeft:not(.done) {
  transform: translate3d(-50px, 50px, 0);
}

.animated .fromTopLeft [class*=ae-]:not(.done),
.animated.fromTopLeft [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromTopLeft:not(.done),
.popup.animated [class*=ae-].fromTopLeft:not(.done) {
  transform: translate3d(-50px, -50px, 0);
}

.animated .fromBottomRight [class*=ae-]:not(.done),
.animated.fromBottomRight [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBottomRight:not(.done),
.popup.animated [class*=ae-].fromBottomRight:not(.done) {
  transform: translate3d(50px, 50px, 0);
}

.animated .fromTopRight [class*=ae-]:not(.done),
.animated.fromTopRight [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromTopRight:not(.done),
.popup.animated [class*=ae-].fromTopRight:not(.done) {
  transform: translate3d(50px, -50px, 0);
}

.animated .fadeIn [class*=ae-]:not(.done),
.animated.fadeIn [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fadeIn:not(.done),
.popup.animated [class*=ae-].fadeIn:not(.done) {
  transform: scale(1) translate3d(0, 0, 0);
}

.animated .fromBlur [class*=ae-]:not(.done),
.animated.fromBlur [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBlur:not(.done),
.popup.animated [class*=ae-].fromBlur:not(.done) {
  transform: scale(1) translate3d(0, 0, 0);
  filter: blur(10px);
}

/* Final Step */
.slides.animated .animate.active [class*=ae-]:not(.done),
.poup.animated .animate.active [class*=ae-]:not(.done),
.slides .animated.animate.active [class*=ae-]:not(.done) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  filter: none;
}

/* Animated on scroll */
.animateOnEvent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* hide elements */
.animateOnEvent [class*=ae-]:not(.done):not(.do) {
  opacity: 0;
  visibility: hidden;
}

/* Speed */
.animateOnEvent [class*=ae-].do {
  animation-fill-mode: backwards;
  animation-duration: 800ms;
  visibility: visible;
}

.animateOnEvent.fast [class*=ae-].do,
.animateOnEvent .fast [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fast {
  animation-duration: 700ms;
}

.animateOnEvent.slow [class*=ae-].do,
.animateOnEvent .slow [class*=ae-].do,
.animateOnEvent [class*=ae-].do.slow {
  animation-duration: 1000ms;
}

/* Directions */
.animateOnEvent [class*=ae-].do {
  animation-name: fromBottom;
}

/* generate directions */
.animateOnEvent.fromBottom [class*=ae-].do,
.animateOnEvent .fromBottom [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBottom {
  animation-name: fromBottom;
}

.animateOnEvent.fromTop [class*=ae-].do,
.animateOnEvent .fromTop [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromTop {
  animation-name: fromTop;
}

.animateOnEvent.fromLeft [class*=ae-].do,
.animateOnEvent .fromLeft [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromLeft {
  animation-name: fromLeft;
}

.animateOnEvent.fromRight [class*=ae-].do,
.animateOnEvent .fromRight [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromRight {
  animation-name: fromRight;
}

.animateOnEvent.fromCenter [class*=ae-].do,
.animateOnEvent .fromCenter [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromCenter {
  animation-name: fromCenter;
}

.animateOnEvent.fromAbove [class*=ae-].do,
.animateOnEvent .fromAbove [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromAbove {
  animation-name: fromAbove;
}

.animateOnEvent.fromBottomLeft [class*=ae-].do,
.animateOnEvent .fromBottomLeft [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBottomLeft {
  animation-name: fromBottomLeft;
}

.animateOnEvent.fromTopLeft [class*=ae-].do,
.animateOnEvent .fromTopLeft [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromTopLeft {
  animation-name: fromTopLeft;
}

.animateOnEvent.fromBottomRight [class*=ae-].do,
.animateOnEvent .fromBottomRight [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBottomRight {
  animation-name: fromBottomRight;
}

.animateOnEvent.fromTopRight [class*=ae-].do,
.animateOnEvent .fromTopRight [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromTopRight {
  animation-name: fromTopRight;
}

.animateOnEvent.fadeIn [class*=ae-].do,
.animateOnEvent .fadeIn [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fadeIn {
  animation-name: fadeIn;
}

.animateOnEvent.fromBlur [class*=ae-].do,
.animateOnEvent .fromBlur [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBlur {
  animation-name: fromBlur;
}

@keyframes fromBottom {
  from {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
}
@keyframes fromTop {
  from {
    transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
}
@keyframes fromLeft {
  from {
    transform: translate3d(-25px, 0, 0);
    opacity: 0;
  }
}
@keyframes fromRight {
  from {
    transform: translate3d(25px, 0, 0);
    opacity: 0;
  }
}
@keyframes fromCenter {
  from {
    transform: scale(0.9) translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes fromAbove {
  from {
    transform: scale(1.1) translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes fromBottomLeft {
  from {
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
}
@keyframes fromTopLeft {
  from {
    transform: translate3d(-50px, -50px, 0);
    opacity: 0;
  }
}
@keyframes fromBottomRight {
  from {
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
}
@keyframes fromTopRight {
  from {
    transform: translate3d(50px, -50px, 0);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes fromBlur {
  from {
    transform: scale(1) translate3d(0, 0, 0);
    filter: blur(10px);
    opacity: 0;
  }
}
/* Delays */
.animateOnEvent .ae-1 {
  animation-delay: 10ms;
}

.animateOnEvent .ae-2 {
  animation-delay: 160ms;
}

.animateOnEvent .ae-3 {
  animation-delay: 310ms;
}

.animateOnEvent .ae-4 {
  animation-delay: 460ms;
}

.animateOnEvent .ae-5 {
  animation-delay: 610ms;
}

.animateOnEvent .ae-6 {
  animation-delay: 760ms;
}

.animateOnEvent .ae-7 {
  animation-delay: 910ms;
}

.animateOnEvent .ae-8 {
  animation-delay: 1060ms;
}

.animateOnEvent .ae-9 {
  animation-delay: 1210ms;
}

.animateOnEvent .ae-10 {
  animation-delay: 1360ms;
}

.animateOnEvent.fast .ae-1,
.animateOnEvent .ae-1,
.animateOnEvent .fast .ae-1.fast,
.animateOnEvent .ae-1.fast {
  animation-delay: 10ms;
}

.animateOnEvent.fast .ae-2,
.animateOnEvent .ae-2,
.animateOnEvent .fast .ae-2.fast,
.animateOnEvent .ae-2.fast {
  animation-delay: 110ms;
}

.animateOnEvent.fast .ae-3,
.animateOnEvent .ae-3,
.animateOnEvent .fast .ae-3.fast,
.animateOnEvent .ae-3.fast {
  animation-delay: 210ms;
}

.animateOnEvent.fast .ae-4,
.animateOnEvent .ae-4,
.animateOnEvent .fast .ae-4.fast,
.animateOnEvent .ae-4.fast {
  animation-delay: 310ms;
}

.animateOnEvent.fast .ae-5,
.animateOnEvent .ae-5,
.animateOnEvent .fast .ae-5.fast,
.animateOnEvent .ae-5.fast {
  animation-delay: 410ms;
}

.animateOnEvent.fast .ae-6,
.animateOnEvent .ae-6,
.animateOnEvent .fast .ae-6.fast,
.animateOnEvent .ae-6.fast {
  animation-delay: 510ms;
}

.animateOnEvent.fast .ae-7,
.animateOnEvent .ae-7,
.animateOnEvent .fast .ae-7.fast,
.animateOnEvent .ae-7.fast {
  animation-delay: 610ms;
}

.animateOnEvent.fast .ae-8,
.animateOnEvent .ae-8,
.animateOnEvent .fast .ae-8.fast,
.animateOnEvent .ae-8.fast {
  animation-delay: 710ms;
}

.animateOnEvent.fast .ae-9,
.animateOnEvent .ae-9,
.animateOnEvent .fast .ae-9.fast,
.animateOnEvent .ae-9.fast {
  animation-delay: 810ms;
}

.animateOnEvent.fast .ae-10,
.animateOnEvent .ae-10,
.animateOnEvent .fast .ae-10.fast,
.animateOnEvent .ae-10.fast {
  animation-delay: 910ms;
}

.animateOnEvent.slow .ae-1,
.animateOnEvent .slow .ae-1,
.animateOnEvent .ae-1.slow {
  animation-delay: 10ms;
}

.animateOnEvent.slow .ae-2,
.animateOnEvent .slow .ae-2,
.animateOnEvent .ae-2.slow {
  animation-delay: 210ms;
}

.animateOnEvent.slow .ae-3,
.animateOnEvent .slow .ae-3,
.animateOnEvent .ae-3.slow {
  animation-delay: 410ms;
}

.animateOnEvent.slow .ae-4,
.animateOnEvent .slow .ae-4,
.animateOnEvent .ae-4.slow {
  animation-delay: 610ms;
}

.animateOnEvent.slow .ae-5,
.animateOnEvent .slow .ae-5,
.animateOnEvent .ae-5.slow {
  animation-delay: 810ms;
}

.animateOnEvent.slow .ae-6,
.animateOnEvent .slow .ae-6,
.animateOnEvent .ae-6.slow {
  animation-delay: 1010ms;
}

.animateOnEvent.slow .ae-7,
.animateOnEvent .slow .ae-7,
.animateOnEvent .ae-7.slow {
  animation-delay: 1210ms;
}

.animateOnEvent.slow .ae-8,
.animateOnEvent .slow .ae-8,
.animateOnEvent .ae-8.slow {
  animation-delay: 1410ms;
}

.animateOnEvent.slow .ae-9,
.animateOnEvent .slow .ae-9,
.animateOnEvent .ae-9.slow {
  animation-delay: 1610ms;
}

.animateOnEvent.slow .ae-10,
.animateOnEvent .slow .ae-10,
.animateOnEvent .ae-10.slow {
  animation-delay: 1810ms;
}

.slides:not(.scroll) .rolling-element {
  transition: 1s;
  transform: translate3d(0, 0, 0);
}
.slides:not(.scroll).fast .rolling-element {
  transition-duration: 0.7s;
}
.slides:not(.scroll).slow .rolling-element {
  transition-duration: 1.4s;
}
.slides:not(.scroll) .slide.before .rolling-element {
  transform: translateY(100%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-10 {
  transform: translateY(10%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-20 {
  transform: translateY(20%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-30 {
  transform: translateY(30%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-40 {
  transform: translateY(40%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-50 {
  transform: translateY(50%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-60 {
  transform: translateY(60%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-70 {
  transform: translateY(70%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-80 {
  transform: translateY(80%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-90 {
  transform: translateY(90%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse {
  transform: translateY(-100%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-10 {
  transform: translateY(-10%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-20 {
  transform: translateY(-20%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-30 {
  transform: translateY(-30%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-40 {
  transform: translateY(-40%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-50 {
  transform: translateY(-50%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-60 {
  transform: translateY(-60%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-70 {
  transform: translateY(-70%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-80 {
  transform: translateY(-80%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-90 {
  transform: translateY(-90%);
}
.slides:not(.scroll) .slide.after .rolling-element {
  transform: translateY(-100%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-10 {
  transform: translateY(-10%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-20 {
  transform: translateY(-20%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-30 {
  transform: translateY(-30%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-40 {
  transform: translateY(-40%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-50 {
  transform: translateY(-50%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-60 {
  transform: translateY(-60%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-70 {
  transform: translateY(-70%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-80 {
  transform: translateY(-80%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-90 {
  transform: translateY(-90%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse {
  transform: translateY(100%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-10 {
  transform: translateY(10%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-20 {
  transform: translateY(20%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-30 {
  transform: translateY(30%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-40 {
  transform: translateY(40%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-50 {
  transform: translateY(50%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-60 {
  transform: translateY(60%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-70 {
  transform: translateY(70%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-80 {
  transform: translateY(80%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-90 {
  transform: translateY(90%);
}

/***
 *      ____             _                                   _    ______  __  __          _
 *     |  _ \           | |                                 | |  |  ____|/ _|/ _|        | |
 *     | |_) | __ _  ___| | ____ _ _ __ ___  _   _ _ __   __| |  | |__  | |_| |_ ___  ___| |_ ___
 *     |  _ < / _` |/ __| |/ / _` | '__/ _ \| | | | '_ \ / _` |  |  __| |  _|  _/ _ \/ __| __/ __|
 *     | |_) | (_| | (__|   < (_| | | | (_) | |_| | | | | (_| |  | |____| | | ||  __/ (__| |_\__ \
 *     |____/ \__,_|\___|_|\_\__, |_|  \___/ \__,_|_| |_|\__,_|  |______|_| |_| \___|\___|\__|___/
 *                            __/ |
 *                           |___/
 */
/* KEN BURNS */
.slides.animated .kenBurns .background,
.slides.animated .kenBurns.zoomin .background,
.slides.animateOnEvent .kenBurns .background,
.slides.animateOnEvent .kenBurns.zoomin .background {
  transform: scale(1.08) rotate(-0.02deg);
  opacity: 0.2;
  z-index: 1;
}

.slides.animated .kenBurns:not(.video) .background,
.slides.animated .kenBurns.zoomin:not(.video) .background,
.slides.animateOnEvent .kenBurns:not(.video) .background,
.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
}

.animated .active.kenBurns:not(.video) .background,
.animated .active.kenBurns.zoomin:not(.video) .background,
.animated .active .kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns:not(.video) .background,
.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active .kenBurns.zoomin:not(.video) .background {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slides.animated .kenBurns.zoomin:not(.video) .background,
.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  transform: translate3d(0, 0, 0);
}

.animated .active.kenBurns.zoomin:not(.video) .background,
.windows .slides.animated .active.kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.windows .slides.animateOnEvent .active.kenBurns.zoomin:not(.video) .background {
  transform: scale(1.08) rotate(-0.02deg);
}

.mobile .kenBurns .background,
.mobile .kenBurns.zoomin .background {
  transition: 0s;
  transform: none;
}

/* PARALLAX */
.slides.animated .parallax:not(.video) .background,
.slides.animateOnEvent .parallax:not(.video) .background {
  transform: translate3d(0, 0, 0) scale(1.25);
  transition: transform-origin 1s, transform 1s;
}

.slides.animated.fast .parallax:not(.video) .background,
.slides.animateOnEvent.fast .parallax:not(.video) .background {
  transition: transform-origin 0.6s, transform 0.6s;
}

.slides.animated.slow .parallax:not(.video) .background,
.slides.animateOnEvent.slow .parallax:not(.video) .background {
  transition: transform-origin 1.4s, transform 1.4s;
}

.slides.animated .parallax.animate:not(.video) .background,
.slides.animateOnEvent .parallax.animate:not(.video) .background {
  transform-origin: center;
}

.slides.animated .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent .slide.after.parallax:not(.video) .background {
  transform-origin: top center;
}

.slides.animated .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent .slide.before.parallax:not(.video) .background {
  transform-origin: bottom center;
}

/* horizontal */
.slides.animated.horizontal .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.horizontal .slide.after.parallax:not(.video) .background {
  transform-origin: left center;
}

.slides.animated.horizontal .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.horizontal .slide.before.parallax:not(.video) .background {
  transform-origin: right center;
}

/* zoom */
.slides.animated.zoom .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.after.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1);
}

.slides.animated.zoom .slide.animate.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.animate.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1.1);
}

.slides.animated.zoom .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.before.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1);
}

/* plain */
.slides.animated.plain .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.after.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1);
}

.slides.animated.plain .slide.animate.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.animate.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1);
}

.slides.animated.plain .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.before.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1);
}

/* SCENIC */
.slides.animated .scenic:not(.video) .background,
.slides.animateOnEvent .scenic:not(.video) .background {
  animation: scenic 140s cubic-bezier(0.2, 0, 0.8, 1) infinite;
}

@keyframes scenic {
  50% {
    transform: scale(1.5) rotate(-0.02deg);
  }
}
/* SCROLL EFFECT */
.scroll,
.mobile .simplifiedMobile {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.scroll .content .mobile .simplifiedMobile .content {
  -webkit-overflow-scrolling: initial;
  overflow: hidden;
}

.scroll .wrap {
  overflow: hidden;
}

.scroll .slide,
.scroll .slide .content,
.scroll .container,
.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .content,
.mobile .simplifiedMobile .container {
  position: relative !important;
  height: auto;
  opacity: 1;
}

.mobile .simplifiedMobile .popup .content,
.mobile .simplifiedMobile .popup .container {
  position: absolute !important;
  height: 100%;
}

.scroll .container,
.mobile .simplifiedMobile .container {
  height: 100vh;
}

.scroll .slide.autoHeight .container,
.mobile .slide.autoHeight .simplifiedMobile .container,
.scroll .slide.auto .container,
.mobile .slide.auto .simplifiedMobile .container {
  height: auto;
}

.scroll .slide .background,
.mobile .simplifiedMobile .slide .background {
  position: absolute !important;
}

.scroll .slide:not(.autoHeight) .background,
.mobile .simplifiedMobile .slide:not(.autoHeight) .background {
  min-height: 100vh;
}

.scroll .slide,
.scroll .slide.after,
.scroll .slide.before,
.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
  visibility: visible;
  transform: none !important;
}

.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
  opacity: 1 !important;
}

.page-loaded.sidebarShown .scroll .slide,
.page-loaded.mobile.sidebarShown .simplifiedMobile .slide {
  transform: translate3d(0, 0, 0) !important;
  pointer-events: none;
  opacity: 0.5 !important;
}

.page-loaded .scroll .slide {
  transition: transform 0.5s, opacity 0.5s !important;
}

.mobile .simplifiedMobile .navigation {
  display: none;
}

.mobile .simplifiedMobile [class*=ae-] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.mobile .simplifiedMobile [class*=ae-] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.scroll .parallax:not(.video) .background {
  transform: translate3d(0, 0, 0) scale(1.45);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(0.86);
  }
}
@keyframes riseUp {
  from {
    opacity: 0;
    transform: scale(0.86) translateY(50px);
  }
}
/* Parallax Motion */
@media (max-width: 1023px) {
  .parallaxMotion:not(.responsive) .parallaxElement,
.parallaxMotion .parallaxElement:not(.responsive) {
    transform: none !important;
  }
}
/* End Effects */
.lightest,
.ultraLight,
.thin {
  font-weight: 100 !important;
}

.lighter {
  font-weight: 200 !important;
}

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

.normal {
  font-weight: 400 !important;
}

.semiBold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.bolder {
  font-weight: 700 !important;
}

.boldest {
  font-weight: 800 !important;
}

.ultraBold {
  font-weight: 900 !important;
}

.weight-1 {
  font-weight: 100 !important;
}

.weight-2 {
  font-weight: 200 !important;
}

.weight-3 {
  font-weight: 300 !important;
}

.weight-4 {
  font-weight: 400 !important;
}

.weight-5 {
  font-weight: 500 !important;
}

.weight-6 {
  font-weight: 600 !important;
}

.weight-7 {
  font-weight: 700 !important;
}

.weight-8 {
  font-weight: 800 !important;
}

.weight-9 {
  font-weight: 900 !important;
}

.italic {
  font-style: italic !important;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase !important;
  letter-spacing: 1.35px !important;
}

.condense {
  letter-spacing: -0.648px !important;
}

.expand {
  letter-spacing: 4.5px !important;
}

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

.fullWidth {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
}

.rule {
  margin-bottom: 72px;
}

.rule:after {
  content: "";
  height: 4px;
  width: 80%;
  background: rgba(0, 0, 0, 0.1);
  bottom: -36px;
  position: absolute;
  left: 10%;
  border-radius: 4px;
}

.slides {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

p, .p {
  font-size: 18px;
  letter-spacing: -0.014em;
}
p.largest, .p.largest {
  font-size: 27px;
  letter-spacing: -0.02em;
}
p.larger, .p.larger {
  font-size: 24px;
  letter-spacing: -0.019em;
}
p.large, .p.large {
  font-size: 21px;
  letter-spacing: -0.011em;
}
p.small, .p.small {
  font-size: 16px;
  letter-spacing: -0.011em;
}
p.smaller, .p.smaller {
  font-size: 14px;
  letter-spacing: -0.006em;
}
p.smallest, .p.smallest {
  font-size: 12px;
  letter-spacing: 0;
}
p.micro, .p.micro {
  font-size: 11px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  margin-bottom: 4.5px;
  letter-spacing: -0.015em;
}

.d1::before, .d2::before, .d3::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -2.25px;
}

.d1 {
  font-size: 54px;
}
@media (min-width: 436px) {
  .d1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .d1 {
    font-size: 69px;
  }
}
@media (min-width: 1240px) {
  .d1 {
    font-size: 75px;
  }
}

.d2 {
  font-size: 51px;
}
@media (min-width: 436px) {
  .d2 {
    font-size: 57px;
  }
}
@media (min-width: 1024px) {
  .d2 {
    font-size: 63px;
  }
}
@media (min-width: 1240px) {
  .d2 {
    font-size: 69px;
  }
}

.d3 {
  font-size: 45px;
}
@media (min-width: 436px) {
  .d3 {
    font-size: 51px;
  }
}
@media (min-width: 1024px) {
  .d3 {
    font-size: 57px;
  }
}
@media (min-width: 1240px) {
  .d3 {
    font-size: 63px;
  }
}

h1, .h1 {
  font-size: 33px;
  letter-spacing: -0.022em;
}
h1.largest, .h1.largest {
  font-size: 42px;
}
h1.larger, .h1.larger {
  font-size: 39px;
}
h1.large, .h1.large {
  font-size: 36px;
}
h1.small, .h1.small {
  font-size: 30px;
}
h1.smaller, .h1.smaller {
  font-size: 27px;
}
h1.smallest, .h1.smallest {
  font-size: 24px;
}
@media (min-width: 436px) {
  h1, .h1 {
    font-size: 42px;
  }
  h1.largest, .h1.largest {
    font-size: 51px;
  }
  h1.larger, .h1.larger {
    font-size: 48px;
  }
  h1.large, .h1.large {
    font-size: 45px;
  }
  h1.small, .h1.small {
    font-size: 39px;
  }
  h1.smaller, .h1.smaller {
    font-size: 36px;
  }
  h1.smallest, .h1.smallest {
    font-size: 33px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 51px;
  }
  h1.largest, .h1.largest {
    font-size: 60px;
  }
  h1.larger, .h1.larger {
    font-size: 57px;
  }
  h1.large, .h1.large {
    font-size: 54px;
  }
  h1.small, .h1.small {
    font-size: 48px;
  }
  h1.smaller, .h1.smaller {
    font-size: 45px;
  }
  h1.smallest, .h1.smallest {
    font-size: 42px;
  }
}
@media (min-width: 1240px) {
  h1, .h1 {
    font-size: 57px;
  }
  h1.largest, .h1.largest {
    font-size: 75px;
  }
  h1.larger, .h1.larger {
    font-size: 69px;
  }
  h1.large, .h1.large {
    font-size: 63px;
  }
  h1.small, .h1.small {
    font-size: 51px;
  }
  h1.smaller, .h1.smaller {
    font-size: 45px;
  }
  h1.smallest, .h1.smallest {
    font-size: 39px;
  }
}

h2, .h2 {
  font-size: 29px;
  letter-spacing: -0.021em;
}
h2.largest, .h2.largest {
  font-size: 38px;
}
h2.larger, .h2.larger {
  font-size: 35px;
}
h2.large, .h2.large {
  font-size: 32px;
}
h2.small, .h2.small {
  font-size: 26px;
}
h2.smaller, .h2.smaller {
  font-size: 23px;
}
h2.smallest, .h2.smallest {
  font-size: 20px;
}
@media (min-width: 436px) {
  h2, .h2 {
    font-size: 36px;
  }
  h2.largest, .h2.largest {
    font-size: 45px;
  }
  h2.larger, .h2.larger {
    font-size: 42px;
  }
  h2.large, .h2.large {
    font-size: 39px;
  }
  h2.small, .h2.small {
    font-size: 33px;
  }
  h2.smaller, .h2.smaller {
    font-size: 30px;
  }
  h2.smallest, .h2.smallest {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 43px;
  }
  h2.largest, .h2.largest {
    font-size: 52px;
  }
  h2.larger, .h2.larger {
    font-size: 49px;
  }
  h2.large, .h2.large {
    font-size: 46px;
  }
  h2.small, .h2.small {
    font-size: 40px;
  }
  h2.smaller, .h2.smaller {
    font-size: 37px;
  }
  h2.smallest, .h2.smallest {
    font-size: 34px;
  }
}
@media (min-width: 1240px) {
  h2, .h2 {
    font-size: 47px;
  }
  h2.largest, .h2.largest {
    font-size: 62px;
  }
  h2.larger, .h2.larger {
    font-size: 56.96px;
  }
  h2.large, .h2.large {
    font-size: 51.98px;
  }
  h2.small, .h2.small {
    font-size: 42.02px;
  }
  h2.smaller, .h2.smaller {
    font-size: 37.04px;
  }
  h2.smallest, .h2.smallest {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 25px;
  letter-spacing: -0.02em;
}
h3.largest, .h3.largest {
  font-size: 34px;
}
h3.larger, .h3.larger {
  font-size: 31px;
}
h3.large, .h3.large {
  font-size: 28px;
}
h3.small, .h3.small {
  font-size: 22px;
}
h3.smaller, .h3.smaller {
  font-size: 19px;
}
h3.smallest, .h3.smallest {
  font-size: 16px;
}
@media (min-width: 436px) {
  h3, .h3 {
    font-size: 30px;
  }
  h3.largest, .h3.largest {
    font-size: 39px;
  }
  h3.larger, .h3.larger {
    font-size: 36px;
  }
  h3.large, .h3.large {
    font-size: 33px;
  }
  h3.small, .h3.small {
    font-size: 27px;
  }
  h3.smaller, .h3.smaller {
    font-size: 24px;
  }
  h3.smallest, .h3.smallest {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 35px;
  }
  h3.largest, .h3.largest {
    font-size: 44px;
  }
  h3.larger, .h3.larger {
    font-size: 41px;
  }
  h3.large, .h3.large {
    font-size: 38px;
  }
  h3.small, .h3.small {
    font-size: 32px;
  }
  h3.smaller, .h3.smaller {
    font-size: 29px;
  }
  h3.smallest, .h3.smallest {
    font-size: 26px;
  }
}
@media (min-width: 1240px) {
  h3, .h3 {
    font-size: 37px;
  }
  h3.largest, .h3.largest {
    font-size: 49px;
  }
  h3.larger, .h3.larger {
    font-size: 44.98px;
  }
  h3.large, .h3.large {
    font-size: 40.99px;
  }
  h3.small, .h3.small {
    font-size: 33.01px;
  }
  h3.smaller, .h3.smaller {
    font-size: 29.02px;
  }
  h3.smallest, .h3.smallest {
    font-size: 25px;
  }
}

h4, .h4 {
  font-size: 21px;
  letter-spacing: -0.015em;
}
h4.largest, .h4.largest {
  font-size: 30px;
}
h4.larger, .h4.larger {
  font-size: 27px;
}
h4.large, .h4.large {
  font-size: 24px;
}
h4.small, .h4.small {
  font-size: 18px;
}
h4.smaller, .h4.smaller {
  font-size: 15px;
}




h4.smallest, .h4.smallest {
  font-size: 21px;
}
@media (min-width: 436px) {
  h4, .h4 {
    font-size: 24px;
  }
  h4.largest, .h4.largest {
    font-size: 33px;
  }
  h4.larger, .h4.larger {
    font-size: 30px;
  }
  h4.large, .h4.large {
    font-size: 27px;
  }
  h4.small, .h4.small {
    font-size: 21px;
  }
  h4.smaller, .h4.smaller {
    font-size: 18px;
  }
  h4.smallest, .h4.smallest {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 27px;
  }
  h4.largest, .h4.largest {
    font-size: 36px;
  }
  h4.larger, .h4.larger {
    font-size: 33px;
  }
  h4.large, .h4.large {
    font-size: 30px;
  }
  h4.small, .h4.small {
    font-size: 24px;
  }
  h4.smaller, .h4.smaller {
    font-size: 21px;
  }
  h4.smallest, .h4.smallest {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 20px;
  letter-spacing: -0.015em;
}
h5.largest, .h5.largest {
  font-size: 29px;
}
h5.larger, .h5.larger {
  font-size: 26px;
}
h5.large, .h5.large {
  font-size: 23px;
}
h5.small, .h5.small {
  font-size: 17px;
}
h5.smaller, .h5.smaller {
  font-size: 14px;
}
h5.smallest, .h5.smallest {
  font-size: 11px;
}
@media (min-width: 436px) {
  h5, .h5 {
    font-size: 22px;
  }
  h5.largest, .h5.largest {
    font-size: 31px;
  }
  h5.larger, .h5.larger {
    font-size: 28px;
  }
  h5.large, .h5.large {
    font-size: 25px;
  }
  h5.small, .h5.small {
    font-size: 19px;
  }
  h5.smaller, .h5.smaller {
    font-size: 16px;
  }
  h5.smallest, .h5.smallest {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 24px;
  }
  h5.largest, .h5.largest {
    font-size: 33px;
  }
  h5.larger, .h5.larger {
    font-size: 30px;
  }
  h5.large, .h5.large {
    font-size: 27px;
  }
  h5.small, .h5.small {
    font-size: 21px;
  }
  h5.smaller, .h5.smaller {
    font-size: 18px;
  }
  h5.smallest, .h5.smallest {
    font-size: 15px;
  }
}

h6, .h6 {
  font-size: 19px;
  letter-spacing: -0.015em;
}
h6.largest, .h6.largest {
  font-size: 28px;
}
h6.larger, .h6.larger {
  font-size: 25px;
}
h6.large, .h6.large {
  font-size: 22px;
}
h6.small, .h6.small {
  font-size: 16px;
}
h6.smaller, .h6.smaller {
  font-size: 13px;
}
h6.smallest, .h6.smallest {
  font-size: 10px;
}
@media (min-width: 436px) {
  h6, .h6 {
    font-size: 20px;
  }
  h6.largest, .h6.largest {
    font-size: 29px;
  }
  h6.larger, .h6.larger {
    font-size: 26px;
  }
  h6.large, .h6.large {
    font-size: 23px;
  }
  h6.small, .h6.small {
    font-size: 17px;
  }
  h6.smaller, .h6.smaller {
    font-size: 14px;
  }
  h6.smallest, .h6.smallest {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 20px;
  }
  h6.largest, .h6.largest {
    font-size: 29px;
  }
  h6.larger, .h6.larger {
    font-size: 26px;
  }
  h6.large, .h6.large {
    font-size: 23px;
  }
  h6.small, .h6.small {
    font-size: 17px;
  }
  h6.smaller, .h6.smaller {
    font-size: 14px;
  }
  h6.smallest, .h6.smallest {
    font-size: 11px;
  }
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.35s;
}
a:hover {
  transition: 0.15s;
  opacity: 0.8;
}

ol, p, blockquote, q {
  margin-bottom: 1em;
}


/* Colors */
.white {
  background: #fff !important;
  color: #202020 !important;
}
.white svg {
  fill: #202020 !important;
}

.text-white {
  color: #fff !important;
}
.text-white.button svg {
  fill: #fff !important;
}

.stroke.button.white {
  color: #fff !important;
  border-color: #fff !important;
}
.stroke.button.white svg {
  fill: #fff !important;
}

.black {
  background: #202020 !important;
  color: #fff !important;
}
.black svg {
  fill: #fff !important;
}

.text-black {
  color: #202020 !important;
}
.text-black.button svg {
  fill: #202020 !important;
}

.stroke.button.black {
  color: #202020 !important;
  border-color: #202020 !important;
}
.stroke.button.black svg {
  fill: #202020 !important;
}

/* Colors by Google Meterial Design (C) */

.indigo {
  background: #3F51B5 !important;
  color: #fff !important;
}
.indigo svg {
  fill: #fff !important;
}

.text-indigo {
  color: #3F51B5 !important;
}
.text-indigo.button svg {
  fill: #3F51B5 !important;
}

.stroke.button.indigo {
  color: #3F51B5 !important;
  border-color: #3F51B5 !important;
}
.stroke.button.indigo svg {
  fill: #3F51B5 !important;
}

.blue {
  background: #2196F3 !important;
  color: #fff !important;
}
.blue svg {
  fill: #fff !important;
}

.text-blue {
  color: #2196F3 !important;
}
.text-blue.button svg {
  fill: #2196F3 !important;
}

.stroke.button.blue {
  color: #2196F3 !important;
  border-color: #2196F3 !important;
}
.stroke.button.blue svg {
  fill: #2196F3 !important;
}

.cyan {
  background: #00BCD4 !important;
  color: #fff !important;
}
.cyan svg {
  fill: #fff !important;
}

.text-cyan {
  color: #00BCD4 !important;
}
.text-cyan.button svg {
  fill: #00BCD4 !important;
}

.stroke.button.cyan {
  color: #00BCD4 !important;
  border-color: #00BCD4 !important;
}
.stroke.button.cyan svg {
  fill: #00BCD4 !important;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  /* default spaces */
  /* alignments */
}
.flex > [class*=col-] {
  padding-left: 2%;
  padding-right: 2%;
}
.flex.fixedSpaces {
  margin-left: -10px;
  margin-right: -10px;
}
.flex.fixedSpaces > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.flex.noSpaces {
  margin-left: 0;
  margin-right: 0;
}
.flex.noSpaces > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.flex.verticalCenter {
  -ms-flex-align: center;
      align-items: center;
}
.flex.verticalBottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.flex.horizontalCenter {
  -ms-flex-pack: center;
      justify-content: center;
}
.flex.reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex.bottom [class*=col-], .flex.reverse.top [class*=col-] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.flex.top [class*=col-], .flex.reverse.bottom [class*=col-] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.flex > .col-1-12 {
  width: 8.3333333333%;
}
.flex > .col-2-12 {
  width: 16.6666666667%;
}
.flex > .col-3-12 {
  width: 25%;
}
.flex > .col-4-12 {
  width: 33.3333333333%;
}
.flex > .col-5-12 {
  width: 41.6666666667%;
}
.flex > .col-6-12 {
  width: 50%;
}
.flex > .col-7-12 {
  width: 58.3333333333%;
}
.flex > .col-8-12 {
  width: 66.6666666667%;
}
.flex > .col-9-12 {
  width: 75%;
}
.flex > .col-10-12 {
  width: 83.3333333333%;
}
.flex > .col-11-12 {
  width: 91.6666666667%;
}
.flex > .col-12-12 {
  width: 100%;
}
.flex > .col-1-10 {
  width: 10%;
}
.flex > .col-2-10 {
  width: 20%;
}
.flex > .col-3-10 {
  width: 30%;
}
.flex > .col-4-10 {
  width: 40%;
}
.flex > .col-5-10 {
  width: 50%;
}
.flex > .col-6-10 {
  width: 60%;
}
.flex > .col-7-10 {
  width: 70%;
}
.flex > .col-8-10 {
  width: 80%;
}
.flex > .col-9-10 {
  width: 90%;
}
.flex > .col-10-10 {
  width: 100%;
}

/* ipad landscape and > */
@media (max-width: 1023px) {
  .flex:not(.later) > [class*=col-]:not([class*=col-phablet-]):not([class*=col-phone-]) {
    width: 100%;
  }

  .flex > .col-tablet-1-1 {
    width: 100% !important;
  }

  .flex > .col-tablet-1-2 {
    width: 50% !important;
  }

  .flex > .col-tablet-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-tablet-2-3 {
    width: 66.66666666% !important;
  }

  .flex > .col-tablet-1-4 {
    width: 25% !important;
  }

  .flex > .col-tablet-3-4 {
    width: 75% !important;
  }

  .flex > .col-tablet-1-5 {
    width: 20% !important;
  }

  .flex > .col-tablet-2-5 {
    width: 40% !important;
  }

  .flex > .col-tablet-3-5 {
    width: 60% !important;
  }

  .flex > .col-tablet-4-5 {
    width: 80% !important;
  }
}
/* phablet landscape and ipad portrait and > */
@media (max-width: 767px) {
  .flex.later > [class*=col-]:not([class*=col-phone-]) {
    width: 100%;
  }

  .flex > .col-phablet-1-1 {
    width: 100% !important;
  }

  .flex > .col-phablet-1-2 {
    width: 50% !important;
  }

  .flex > .col-phablet-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-phablet-2-3 {
    width: 66.66666666% !important;
  }

  .flex > .col-phablet-1-4 {
    width: 25% !important;
  }

  .flex > .col-phablet-3-4 {
    width: 75% !important;
  }
}
/* phone portrait and > */
@media (max-width: 435px) {
  .flex > [class*=col-] {
    width: 100%;
  }

  .flex > .col-phone-1-1 {
    width: 100% !important;
  }

  .flex > .col-phone-1-2 {
    width: 50% !important;
  }

  .flex > .col-phone-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-phone-2-3 {
    width: 66.66666666% !important;
  }
}

.flex-68 a {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  opacity: 0.9;
  transition: opacity 0.1s ease-in, transform 0.15s cubic-bezier(0.5, 0, 0.25, 2.5);
}
.flex-68 a:hover {
  opacity: 1;
  transform: scale(1.05);
}

.slide.whiteSlide .tintLogos {
  filter: brightness(0.2);
}

.slide:not(.whiteSlide) .tintLogos {
  filter: brightness(1.3);
}

.info-70 {
  padding: 13%;
}

.flex-71 {
  padding-top: 15px;
}
.flex-71 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px;
}
.flex-71 > li:not(:last-child) {
  margin-bottom: 20px;
}
.flex-71 .cell-71 {
  padding: 20px 30px;
  position: relative;
  display: block;
  transition: 0.25s;
}
.flex-71 .cell-71.rounded {
  border-radius: 6px;
}
.flex-71 .cell-71:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}
.flex-71:not(:hover) li:first-child > .cell-71 {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}

a.box-99:active, a.box-99:focus {
  outline: none;
}

a.box-99:hover {
  opacity: 1;
}

.thumbnail-99 {
  position: relative;
}
.thumbnail-99 img {
  width: 100%;
  height: 100%;
}

.blackout-99 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  z-index: 10;
}

.title-slide-99 {
  position: absolute;
  text-align: left;
  width: 80%;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 26px;
  z-index: 15;
}

.more-99 {
  position: absolute;
  bottom: 5px;
  z-index: 15;
  text-align: left;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination {
  position: static !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  margin-top: 15px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #fff !important;
}

.whiteSlide .swiper-pagination-bullet-active, .whiteSlide .swiper-pagination-bullet {
  background-color: #000 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

.swiper-container-2, .swiper-container-3, .swiper-container-4 {
  overflow: hidden;
}

/* Re-usable stuff */
.table {
  display: table;
  width: 100%;
  height: 100%;
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.scroll-x {
  overflow-x: scroll;
}

.scroll-y {
  overflow-y: scroll;
}

.overflow-hidden, .scroll-hidden {
  overflow: hidden;
}

.overflow-reset {
  overflow: auto !important;
}

.noBorder {
  border: none !important;
}

.noText {
  font-size: 0;
}

.noBr, .nobr {
  white-space: nowrap;
}

.noShadow {
  box-shadow: none !important;
}

.noHoverShadow:hover, .noShadowHover:hover {
  box-shadow: none !important;
}

.top {
  vertical-align: top !important;
}

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

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

.center {
  text-align: center !important;
}

.align-top {
  vertical-align: top !important;
}

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

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

.align-center {
  text-align: center !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

.position-left {
  left: 0;
}

.position-top {
  top: 0;
}

.position-bottom {
  bottom: 0;
}

.position-right {
  right: 0;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.outline-none {
  outline: none !important;
}

.slides.firstSlide .hideForFirstSlide,
.slides.lastSlide .hideForLastSlide {
  display: none;
}

.block {
  display: block !important;
}

.inlineBlock {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.nowrap {
  white-space: nowrap;
}

.wide {
  width: 100% !important;
}

.hidden {
  display: none;
}

.round {
  border-radius: 999px !important;
}

.rounded {
  border-radius: 6px !important;
}

.rectangular {
  border-radius: 0 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10,
.opaque {
  opacity: 1 !important;
}

.transparent {
  background: transparent !important;
}

.crop {
  margin: 0 !important;
}

.cropBottom {
  margin-bottom: 0 !important;
}

.cropTop {
  margin-top: 0 !important;
}

.cropLeft, .cropSides {
  margin-left: 0 !important;
}

.cropRight, .cropSides {
  margin-right: 0 !important;
}

.margin-0 {
  margin: 0px !important;
}

.margin-1 {
  margin: 10px !important;
}

.margin-2 {
  margin: 20px !important;
}

.margin-3 {
  margin: 30px !important;
}

.margin-4 {
  margin: 40px !important;
}

.margin-5 {
  margin: 50px !important;
}

.margin-6 {
  margin: 60px !important;
}

.margin-7 {
  margin: 70px !important;
}

.margin-8 {
  margin: 80px !important;
}

.margin-9 {
  margin: 90px !important;
}

.margin-10 {
  margin: 100px !important;
}

.margin-11 {
  margin: 110px !important;
}

.margin-12 {
  margin: 120px !important;
}

.margin-13 {
  margin: 130px !important;
}

.margin-14 {
  margin: 140px !important;
}

.margin-15 {
  margin: 150px !important;
}

.margin-16 {
  margin: 160px !important;
}

.margin-17 {
  margin: 170px !important;
}

.margin-18 {
  margin: 180px !important;
}

.margin-19 {
  margin: 190px !important;
}

.margin-20 {
  margin: 200px !important;
}

.margin-auto {
  margin: auto !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-1 {
  margin-top: 10px !important;
}

.margin-top-2 {
  margin-top: 20px !important;
}

.margin-top-3 {
  margin-top: 30px !important;
}

.margin-top-4 {
  margin-top: 40px !important;
}

.margin-top-5 {
  margin-top: 50px !important;
}

.margin-top-6 {
  margin-top: 60px !important;
}

.margin-top-7 {
  margin-top: 70px !important;
}

.margin-top-8 {
  margin-top: 80px !important;
}

.margin-top-9 {
  margin-top: 90px !important;
}

.margin-top-10 {
  margin-top: 100px !important;
}

.margin-top-11 {
  margin-top: 110px !important;
}

.margin-top-12 {
  margin-top: 120px !important;
}

.margin-top-13 {
  margin-top: 130px !important;
}

.margin-top-14 {
  margin-top: 140px !important;
}

.margin-top-15 {
  margin-top: 150px !important;
}

.margin-top-16 {
  margin-top: 160px !important;
}

.margin-top-17 {
  margin-top: 170px !important;
}

.margin-top-18 {
  margin-top: 180px !important;
}

.margin-top-19 {
  margin-top: 190px !important;
}

.margin-top-20 {
  margin-top: 200px !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-1 {
  margin-right: 10px !important;
}

.margin-right-2 {
  margin-right: 20px !important;
}

.margin-right-3 {
  margin-right: 30px !important;
}

.margin-right-4 {
  margin-right: 40px !important;
}

.margin-right-5 {
  margin-right: 50px !important;
}

.margin-right-6 {
  margin-right: 60px !important;
}

.margin-right-7 {
  margin-right: 70px !important;
}

.margin-right-8 {
  margin-right: 80px !important;
}

.margin-right-9 {
  margin-right: 90px !important;
}

.margin-right-10 {
  margin-right: 100px !important;
}

.margin-right-11 {
  margin-right: 110px !important;
}

.margin-right-12 {
  margin-right: 120px !important;
}

.margin-right-13 {
  margin-right: 130px !important;
}

.margin-right-14 {
  margin-right: 140px !important;
}

.margin-right-15 {
  margin-right: 150px !important;
}

.margin-right-16 {
  margin-right: 160px !important;
}

.margin-right-17 {
  margin-right: 170px !important;
}

.margin-right-18 {
  margin-right: 180px !important;
}

.margin-right-19 {
  margin-right: 190px !important;
}

.margin-right-20 {
  margin-right: 200px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-1 {
  margin-bottom: 10px !important;
}

.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.margin-bottom-3 {
  margin-bottom: 30px !important;
}

.margin-bottom-4 {
  margin-bottom: 40px !important;
}

.margin-bottom-5 {
  margin-bottom: 50px !important;
}

.margin-bottom-6 {
  margin-bottom: 60px !important;
}

.margin-bottom-7 {
  margin-bottom: 70px !important;
}

.margin-bottom-8 {
  margin-bottom: 80px !important;
}

.margin-bottom-9 {
  margin-bottom: 90px !important;
}

.margin-bottom-10 {
  margin-bottom: 100px !important;
}

.margin-bottom-11 {
  margin-bottom: 110px !important;
}

.margin-bottom-12 {
  margin-bottom: 120px !important;
}

.margin-bottom-13 {
  margin-bottom: 130px !important;
}

.margin-bottom-14 {
  margin-bottom: 140px !important;
}

.margin-bottom-15 {
  margin-bottom: 150px !important;
}

.margin-bottom-16 {
  margin-bottom: 160px !important;
}

.margin-bottom-17 {
  margin-bottom: 170px !important;
}

.margin-bottom-18 {
  margin-bottom: 180px !important;
}

.margin-bottom-19 {
  margin-bottom: 190px !important;
}

.margin-bottom-20 {
  margin-bottom: 200px !important;
}

.margin-bottom-auto {
  margin-bottom: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-1 {
  margin-left: 10px !important;
}

.margin-left-2 {
  margin-left: 20px !important;
}

.margin-left-3 {
  margin-left: 30px !important;
}

.margin-left-4 {
  margin-left: 40px !important;
}

.margin-left-5 {
  margin-left: 50px !important;
}

.margin-left-6 {
  margin-left: 60px !important;
}

.margin-left-7 {
  margin-left: 70px !important;
}

.margin-left-8 {
  margin-left: 80px !important;
}

.margin-left-9 {
  margin-left: 90px !important;
}

.margin-left-10 {
  margin-left: 100px !important;
}

.margin-left-11 {
  margin-left: 110px !important;
}

.margin-left-12 {
  margin-left: 120px !important;
}

.margin-left-13 {
  margin-left: 130px !important;
}

.margin-left-14 {
  margin-left: 140px !important;
}

.margin-left-15 {
  margin-left: 150px !important;
}

.margin-left-16 {
  margin-left: 160px !important;
}

.margin-left-17 {
  margin-left: 170px !important;
}

.margin-left-18 {
  margin-left: 180px !important;
}

.margin-left-19 {
  margin-left: 190px !important;
}

.margin-left-20 {
  margin-left: 200px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.pointer-events {
  pointer-events: all !important;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.pointer,
.cursorPointer {
  cursor: pointer !important;
}

.cursorZoomIn, [data-action=zoom] {
  cursor: pointer;
  cursor: -webkit-zoom-in !important;
}

.cursorZoomOut, .zoom-img img.zoom-img,
.zoom-img-wrap img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out !important;
}

.cursorGrab {
  cursor: move;
  cursor: grab !important;
  cursor: -webkit-grab !important;
}

.cursorGrab:active {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}

.pattern .background {
  background-repeat: repeat;
  background-size: auto;
}

.attachment-fixed, .attachmentFixed {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.disableClick {
  pointer-events: none;
}

.cover {
  background-size: cover !important;
}

.noSelect, .noSelect *, .disableSelect, .disableSelect * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.selectable, .selectable *, .enableSelect, .enableSelect * {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.clearBoth:after {
  content: "";
  clear: both;
  display: table;
}

/*# sourceMappingURL=slides.css.map */