@charset "utf-8";
/*!
Theme Name: Alexandra Martini
Theme URI: https://amartini.io
Author: Chris Magiera
Author URI: https://chrismagiera.de
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amartini

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/* ------------------------------------------------------------------------------------
 *
 * Temp
 *
 * ---------------------------------------------------------------------------------- */
/* 
 * Size badge
 * ---------------------------------------------------------------------------------- */
.size {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ad0000;
  color: #fff;
  z-index: 1000;
  font-size: 1.6rem;
  font-weight: 800;
}
.size-xxl {
  display: flex;
}
.size-xl,
.size-lg,
.size-md,
.size-sm,
.size-xs,
.size-xxs {
  display: none;
}
@media only screen and ( max-width: 1440px ) {
  .size-xl {
    display: flex;
  }
  .size-xxl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and ( max-width: 1280px ) {
  .size-lg {
    display: flex;
  }
  .size-xxl,
  .size-xl,
  .size-md,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and ( max-width:  992px ) {
  .size-md {
    display: flex;
  }
  .size-xxl,
  .size-xl,
  .size-lg,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and ( max-width:  768px ) {
  .size-sm {
    display: flex;
  }
  .size-xxl,
  .size-xl,
  .size-lg,
  .size-md,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and ( max-width:  768px ) {
  .size-sm {
    display: flex;
  }
  .size-xxl,
  .size-xl,
  .size-lg,
  .size-md,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media only screen and ( max-width:  620px ) {
  .size-xs {
    display: flex;
  }
  .size-xxl,
  .size-xl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xxs {
    display: none;
  }
}
@media only screen and ( max-width:  480px ) {
  .size-xxs {
    display: flex;
  }
  .size-xxl,
  .size-xl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xs {
    display: none;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.4);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.4);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
body[data-aos-duration='50'] [data-aos],
[data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}
body[data-aos-delay='50'] [data-aos],
[data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s;
}
body[data-aos-delay='50'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration='100'] [data-aos],
[data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}
body[data-aos-delay='100'] [data-aos],
[data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s;
}
body[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration='150'] [data-aos],
[data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}
body[data-aos-delay='150'] [data-aos],
[data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s;
}
body[data-aos-delay='150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration='200'] [data-aos],
[data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}
body[data-aos-delay='200'] [data-aos],
[data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s;
}
body[data-aos-delay='200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration='250'] [data-aos],
[data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}
body[data-aos-delay='250'] [data-aos],
[data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s;
}
body[data-aos-delay='250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration='300'] [data-aos],
[data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}
body[data-aos-delay='300'] [data-aos],
[data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s;
}
body[data-aos-delay='300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration='350'] [data-aos],
[data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}
body[data-aos-delay='350'] [data-aos],
[data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s;
}
body[data-aos-delay='350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration='400'] [data-aos],
[data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}
body[data-aos-delay='400'] [data-aos],
[data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s;
}
body[data-aos-delay='400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration='450'] [data-aos],
[data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}
body[data-aos-delay='450'] [data-aos],
[data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s;
}
body[data-aos-delay='450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration='500'] [data-aos],
[data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}
body[data-aos-delay='500'] [data-aos],
[data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s;
}
body[data-aos-delay='500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration='550'] [data-aos],
[data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}
body[data-aos-delay='550'] [data-aos],
[data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s;
}
body[data-aos-delay='550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration='600'] [data-aos],
[data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}
body[data-aos-delay='600'] [data-aos],
[data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s;
}
body[data-aos-delay='600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration='650'] [data-aos],
[data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}
body[data-aos-delay='650'] [data-aos],
[data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s;
}
body[data-aos-delay='650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration='700'] [data-aos],
[data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}
body[data-aos-delay='700'] [data-aos],
[data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s;
}
body[data-aos-delay='700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration='750'] [data-aos],
[data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}
body[data-aos-delay='750'] [data-aos],
[data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s;
}
body[data-aos-delay='750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration='800'] [data-aos],
[data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}
body[data-aos-delay='800'] [data-aos],
[data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s;
}
body[data-aos-delay='800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration='850'] [data-aos],
[data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}
body[data-aos-delay='850'] [data-aos],
[data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s;
}
body[data-aos-delay='850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration='900'] [data-aos],
[data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}
body[data-aos-delay='900'] [data-aos],
[data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s;
}
body[data-aos-delay='900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration='950'] [data-aos],
[data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}
body[data-aos-delay='950'] [data-aos],
[data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s;
}
body[data-aos-delay='950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}
body[data-aos-delay='1000'] [data-aos],
[data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s;
}
body[data-aos-delay='1000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration='1050'] [data-aos],
[data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}
body[data-aos-delay='1050'] [data-aos],
[data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s;
}
body[data-aos-delay='1050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration='1100'] [data-aos],
[data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}
body[data-aos-delay='1100'] [data-aos],
[data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s;
}
body[data-aos-delay='1100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration='1150'] [data-aos],
[data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}
body[data-aos-delay='1150'] [data-aos],
[data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s;
}
body[data-aos-delay='1150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}
body[data-aos-delay='1200'] [data-aos],
[data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s;
}
body[data-aos-delay='1200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration='1250'] [data-aos],
[data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}
body[data-aos-delay='1250'] [data-aos],
[data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s;
}
body[data-aos-delay='1250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration='1300'] [data-aos],
[data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}
body[data-aos-delay='1300'] [data-aos],
[data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s;
}
body[data-aos-delay='1300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration='1350'] [data-aos],
[data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}
body[data-aos-delay='1350'] [data-aos],
[data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s;
}
body[data-aos-delay='1350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration='1400'] [data-aos],
[data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}
body[data-aos-delay='1400'] [data-aos],
[data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s;
}
body[data-aos-delay='1400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration='1450'] [data-aos],
[data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}
body[data-aos-delay='1450'] [data-aos],
[data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s;
}
body[data-aos-delay='1450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration='1500'] [data-aos],
[data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}
body[data-aos-delay='1500'] [data-aos],
[data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s;
}
body[data-aos-delay='1500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration='1550'] [data-aos],
[data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}
body[data-aos-delay='1550'] [data-aos],
[data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s;
}
body[data-aos-delay='1550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration='1600'] [data-aos],
[data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}
body[data-aos-delay='1600'] [data-aos],
[data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s;
}
body[data-aos-delay='1600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration='1650'] [data-aos],
[data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}
body[data-aos-delay='1650'] [data-aos],
[data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s;
}
body[data-aos-delay='1650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration='1700'] [data-aos],
[data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}
body[data-aos-delay='1700'] [data-aos],
[data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s;
}
body[data-aos-delay='1700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration='1750'] [data-aos],
[data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}
body[data-aos-delay='1750'] [data-aos],
[data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s;
}
body[data-aos-delay='1750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration='1800'] [data-aos],
[data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}
body[data-aos-delay='1800'] [data-aos],
[data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s;
}
body[data-aos-delay='1800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration='1850'] [data-aos],
[data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}
body[data-aos-delay='1850'] [data-aos],
[data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s;
}
body[data-aos-delay='1850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration='1900'] [data-aos],
[data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}
body[data-aos-delay='1900'] [data-aos],
[data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s;
}
body[data-aos-delay='1900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration='1950'] [data-aos],
[data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}
body[data-aos-delay='1950'] [data-aos],
[data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s;
}
body[data-aos-delay='1950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}
body[data-aos-delay='2000'] [data-aos],
[data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s;
}
body[data-aos-delay='2000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration='2050'] [data-aos],
[data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}
body[data-aos-delay='2050'] [data-aos],
[data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s;
}
body[data-aos-delay='2050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration='2100'] [data-aos],
[data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}
body[data-aos-delay='2100'] [data-aos],
[data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s;
}
body[data-aos-delay='2100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration='2150'] [data-aos],
[data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}
body[data-aos-delay='2150'] [data-aos],
[data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s;
}
body[data-aos-delay='2150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration='2200'] [data-aos],
[data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}
body[data-aos-delay='2200'] [data-aos],
[data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s;
}
body[data-aos-delay='2200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration='2250'] [data-aos],
[data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}
body[data-aos-delay='2250'] [data-aos],
[data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s;
}
body[data-aos-delay='2250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration='2300'] [data-aos],
[data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}
body[data-aos-delay='2300'] [data-aos],
[data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s;
}
body[data-aos-delay='2300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration='2350'] [data-aos],
[data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}
body[data-aos-delay='2350'] [data-aos],
[data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s;
}
body[data-aos-delay='2350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration='2400'] [data-aos],
[data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}
body[data-aos-delay='2400'] [data-aos],
[data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s;
}
body[data-aos-delay='2400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration='2450'] [data-aos],
[data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}
body[data-aos-delay='2450'] [data-aos],
[data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s;
}
body[data-aos-delay='2450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration='2500'] [data-aos],
[data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}
body[data-aos-delay='2500'] [data-aos],
[data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s;
}
body[data-aos-delay='2500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration='2550'] [data-aos],
[data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}
body[data-aos-delay='2550'] [data-aos],
[data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s;
}
body[data-aos-delay='2550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration='2600'] [data-aos],
[data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}
body[data-aos-delay='2600'] [data-aos],
[data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s;
}
body[data-aos-delay='2600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration='2650'] [data-aos],
[data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}
body[data-aos-delay='2650'] [data-aos],
[data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s;
}
body[data-aos-delay='2650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration='2700'] [data-aos],
[data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}
body[data-aos-delay='2700'] [data-aos],
[data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s;
}
body[data-aos-delay='2700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration='2750'] [data-aos],
[data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}
body[data-aos-delay='2750'] [data-aos],
[data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s;
}
body[data-aos-delay='2750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration='2800'] [data-aos],
[data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}
body[data-aos-delay='2800'] [data-aos],
[data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s;
}
body[data-aos-delay='2800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration='2850'] [data-aos],
[data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}
body[data-aos-delay='2850'] [data-aos],
[data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s;
}
body[data-aos-delay='2850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration='2900'] [data-aos],
[data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}
body[data-aos-delay='2900'] [data-aos],
[data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s;
}
body[data-aos-delay='2900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration='2950'] [data-aos],
[data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}
body[data-aos-delay='2950'] [data-aos],
[data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s;
}
body[data-aos-delay='2950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration='3000'] [data-aos],
[data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}
body[data-aos-delay='3000'] [data-aos],
[data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s;
}
body[data-aos-delay='3000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos='fade-up'] {
    transform: translate3d(0, 30px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    transform: translate3d(0, -30px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos='zoom-in'] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-up'] {
    transform: translate3d(0, 30px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out'] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-up'] {
    transform: translate3d(0, 30px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) stage_frontpage[data-aos^='slide'][data-aos^='slide'].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-up'] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos='slide-down'] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-left'] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
body[data-aos-duration='50'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='50'] {
  transition-duration: 50ms;
}
body[data-aos-delay='50'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='50'] {
  transition-delay: 0s;
}
body[data-aos-delay='50'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration='100'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='100'] {
  transition-duration: 100ms;
}
body[data-aos-delay='100'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration='150'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='150'] {
  transition-duration: 150ms;
}
body[data-aos-delay='150'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration='200'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='200'] {
  transition-duration: 200ms;
}
body[data-aos-delay='200'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration='250'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='250'] {
  transition-duration: 250ms;
}
body[data-aos-delay='250'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration='300'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='300'] {
  transition-duration: 300ms;
}
body[data-aos-delay='300'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='300'] {
  transition-delay: 0s;
}
body[data-aos-delay='300'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration='350'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='350'] {
  transition-duration: 350ms;
}
body[data-aos-delay='350'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='350'] {
  transition-delay: 0s;
}
body[data-aos-delay='350'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration='400'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='400'] {
  transition-duration: 400ms;
}
body[data-aos-delay='400'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='400'] {
  transition-delay: 0s;
}
body[data-aos-delay='400'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration='450'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='450'] {
  transition-duration: 450ms;
}
body[data-aos-delay='450'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='450'] {
  transition-delay: 0s;
}
body[data-aos-delay='450'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration='500'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='500'] {
  transition-duration: 500ms;
}
body[data-aos-delay='500'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='500'] {
  transition-delay: 0s;
}
body[data-aos-delay='500'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration='550'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='550'] {
  transition-duration: 550ms;
}
body[data-aos-delay='550'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='550'] {
  transition-delay: 0s;
}
body[data-aos-delay='550'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration='600'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='600'] {
  transition-duration: 600ms;
}
body[data-aos-delay='600'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='600'] {
  transition-delay: 0s;
}
body[data-aos-delay='600'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration='650'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='650'] {
  transition-duration: 650ms;
}
body[data-aos-delay='650'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='650'] {
  transition-delay: 0s;
}
body[data-aos-delay='650'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration='700'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='700'] {
  transition-duration: 700ms;
}
body[data-aos-delay='700'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='700'] {
  transition-delay: 0s;
}
body[data-aos-delay='700'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration='750'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='750'] {
  transition-duration: 750ms;
}
body[data-aos-delay='750'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='750'] {
  transition-delay: 0s;
}
body[data-aos-delay='750'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration='800'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='800'] {
  transition-duration: 800ms;
}
body[data-aos-delay='800'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='800'] {
  transition-delay: 0s;
}
body[data-aos-delay='800'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration='850'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='850'] {
  transition-duration: 850ms;
}
body[data-aos-delay='850'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='850'] {
  transition-delay: 0s;
}
body[data-aos-delay='850'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration='900'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='900'] {
  transition-duration: 900ms;
}
body[data-aos-delay='900'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='900'] {
  transition-delay: 0s;
}
body[data-aos-delay='900'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration='950'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='950'] {
  transition-duration: 950ms;
}
body[data-aos-delay='950'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='950'] {
  transition-delay: 0s;
}
body[data-aos-delay='950'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration='1000'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}
body[data-aos-delay='1000'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1000'] {
  transition-delay: 0s;
}
body[data-aos-delay='1000'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration='1050'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}
body[data-aos-delay='1050'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1050'] {
  transition-delay: 0s;
}
body[data-aos-delay='1050'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration='1100'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}
body[data-aos-delay='1100'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1100'] {
  transition-delay: 0s;
}
body[data-aos-delay='1100'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration='1150'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}
body[data-aos-delay='1150'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1150'] {
  transition-delay: 0s;
}
body[data-aos-delay='1150'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration='1200'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}
body[data-aos-delay='1200'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1200'] {
  transition-delay: 0s;
}
body[data-aos-delay='1200'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration='1250'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}
body[data-aos-delay='1250'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1250'] {
  transition-delay: 0s;
}
body[data-aos-delay='1250'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration='1300'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}
body[data-aos-delay='1300'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1300'] {
  transition-delay: 0s;
}
body[data-aos-delay='1300'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration='1350'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}
body[data-aos-delay='1350'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1350'] {
  transition-delay: 0s;
}
body[data-aos-delay='1350'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration='1400'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}
body[data-aos-delay='1400'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1400'] {
  transition-delay: 0s;
}
body[data-aos-delay='1400'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration='1450'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}
body[data-aos-delay='1450'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1450'] {
  transition-delay: 0s;
}
body[data-aos-delay='1450'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration='1500'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}
body[data-aos-delay='1500'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1500'] {
  transition-delay: 0s;
}
body[data-aos-delay='1500'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration='1550'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}
body[data-aos-delay='1550'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1550'] {
  transition-delay: 0s;
}
body[data-aos-delay='1550'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration='1600'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}
body[data-aos-delay='1600'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1600'] {
  transition-delay: 0s;
}
body[data-aos-delay='1600'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration='1650'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}
body[data-aos-delay='1650'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1650'] {
  transition-delay: 0s;
}
body[data-aos-delay='1650'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration='1700'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}
body[data-aos-delay='1700'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1700'] {
  transition-delay: 0s;
}
body[data-aos-delay='1700'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration='1750'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}
body[data-aos-delay='1750'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1750'] {
  transition-delay: 0s;
}
body[data-aos-delay='1750'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration='1800'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}
body[data-aos-delay='1800'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1800'] {
  transition-delay: 0s;
}
body[data-aos-delay='1800'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration='1850'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}
body[data-aos-delay='1850'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1850'] {
  transition-delay: 0s;
}
body[data-aos-delay='1850'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration='1900'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}
body[data-aos-delay='1900'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1900'] {
  transition-delay: 0s;
}
body[data-aos-delay='1900'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration='1950'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}
body[data-aos-delay='1950'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='1950'] {
  transition-delay: 0s;
}
body[data-aos-delay='1950'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration='2000'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}
body[data-aos-delay='2000'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2000'] {
  transition-delay: 0s;
}
body[data-aos-delay='2000'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration='2050'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}
body[data-aos-delay='2050'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2050'] {
  transition-delay: 0s;
}
body[data-aos-delay='2050'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration='2100'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}
body[data-aos-delay='2100'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2100'] {
  transition-delay: 0s;
}
body[data-aos-delay='2100'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration='2150'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}
body[data-aos-delay='2150'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2150'] {
  transition-delay: 0s;
}
body[data-aos-delay='2150'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration='2200'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}
body[data-aos-delay='2200'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2200'] {
  transition-delay: 0s;
}
body[data-aos-delay='2200'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration='2250'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}
body[data-aos-delay='2250'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2250'] {
  transition-delay: 0s;
}
body[data-aos-delay='2250'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration='2300'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}
body[data-aos-delay='2300'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2300'] {
  transition-delay: 0s;
}
body[data-aos-delay='2300'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration='2350'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}
body[data-aos-delay='2350'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2350'] {
  transition-delay: 0s;
}
body[data-aos-delay='2350'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration='2400'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}
body[data-aos-delay='2400'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2400'] {
  transition-delay: 0s;
}
body[data-aos-delay='2400'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration='2450'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}
body[data-aos-delay='2450'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2450'] {
  transition-delay: 0s;
}
body[data-aos-delay='2450'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration='2500'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}
body[data-aos-delay='2500'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2500'] {
  transition-delay: 0s;
}
body[data-aos-delay='2500'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration='2550'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}
body[data-aos-delay='2550'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2550'] {
  transition-delay: 0s;
}
body[data-aos-delay='2550'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration='2600'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}
body[data-aos-delay='2600'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2600'] {
  transition-delay: 0s;
}
body[data-aos-delay='2600'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration='2650'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}
body[data-aos-delay='2650'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2650'] {
  transition-delay: 0s;
}
body[data-aos-delay='2650'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration='2700'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}
body[data-aos-delay='2700'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2700'] {
  transition-delay: 0s;
}
body[data-aos-delay='2700'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration='2750'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}
body[data-aos-delay='2750'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2750'] {
  transition-delay: 0s;
}
body[data-aos-delay='2750'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration='2800'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}
body[data-aos-delay='2800'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2800'] {
  transition-delay: 0s;
}
body[data-aos-delay='2800'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration='2850'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}
body[data-aos-delay='2850'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2850'] {
  transition-delay: 0s;
}
body[data-aos-delay='2850'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration='2900'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}
body[data-aos-delay='2900'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2900'] {
  transition-delay: 0s;
}
body[data-aos-delay='2900'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration='2950'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}
body[data-aos-delay='2950'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='2950'] {
  transition-delay: 0s;
}
body[data-aos-delay='2950'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration='3000'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}
body[data-aos-delay='3000'] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-delay='3000'] {
  transition-delay: 0s;
}
body[data-aos-delay='3000'] [data-aos-overlay].aos-animate,
[data-aos-overlay][data-aos-overlay][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}
[data-aos-overlay] {
  pointer-events: none;
}
[data-aos-overlay].aos-animate {
  pointer-events: auto;
}
body[data-aos-easing="linear"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing="ease"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing="ease-in"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing="ease-out"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-out"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-back"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing="ease-out-back"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing="ease-in-out-back"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing="ease-in-sine"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing="ease-out-sine"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing="ease-in-out-sine"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing="ease-in-quad"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quad"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quad"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-cubic"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-cubic"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-cubic"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-quart"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quart"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quart"] [data-aos-overlay],
[data-aos-overlay][data-aos-overlay][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos-overlay^='fade'][data-aos-overlay^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos-overlay^='fade'][data-aos-overlay^='fade'].aos-animate,
  html:not(.no-js) [data-aos='slide-down'].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos-overlay='fade-up'] {
    transform: translate3d(0, 30px, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-down'] {
    transform: translate3d(0, -30px, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-right'] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-left'] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-up-right'] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-up-left'] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-down-right'] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos-overlay='fade-down-left'] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos-overlay='zoom-in'] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos-overlay='zoom-in-up'] {
    transform: translate3d(0, 30px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos-overlay='zoom-in-down'] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos-overlay='zoom-in-right'] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos-overlay='zoom-in-left'] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos-overlay='zoom-out'] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos-overlay='zoom-out-up'] {
    transform: translate3d(0, 30px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos-overlay='zoom-out-down'] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos-overlay='zoom-out-right'] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos-overlay='zoom-out-left'] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos-overlay='slide-up'] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos-overlay='slide-down'] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos-overlay='slide-right'] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos-overlay='slide-left'] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos-overlay='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos-overlay='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos-overlay='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos-overlay='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos-overlay='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos-overlay='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos-overlay='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos-overlay='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* ------------------------------------------------------------------------------------
 *
 * Basics – Media queries
 *
 * ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------
 *
 * Colors
 *
 * ---------------------------------------------------------------------------------- */
/* 
 * Deep blue
 * ---------------------------------------------------------------------------------- */
/* 
 * Ocean blue
 * ---------------------------------------------------------------------------------- */
/* 
 * Coral blue
 * ---------------------------------------------------------------------------------- */
/* 
 * Petrol blue
 * ---------------------------------------------------------------------------------- */
/* 
 * Shiny yellow
 * ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------
 *
 * Fonts
 *
 * ---------------------------------------------------------------------------------- */
@font-face {
  font-family: 'source-sans';
  src: url('assets/fonts/sourcesanspro-regular.eot');
  src: url('assets/fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sourcesanspro-regular.woff') format('woff'), url('assets/fonts/sourcesanspro-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'source-sans';
  src: url('assets/fonts/sourcesanspro-regularitalic.eot');
  src: url('assets/fonts/sourcesanspro-regularitalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sourcesanspro-regularitalic.woff') format('woff'), url('assets/fonts/sourcesanspro-regularitalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'source-sans';
  src: url('assets/fonts/sourcesanspro-bold.woff.eot');
  src: url('assets/fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sourcesanspro-bold.woff') format('woff'), url('assets/fonts/sourcesanspro-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'source-sans';
  src: url('assets/fonts/sourcesanspro-bolditalic.eot');
  src: url('assets/fonts/sourcesanspro-bolditalic.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sourcesanspro-bolditalic.woff') format('woff'), url('assets/fonts/sourcesanspro-bolditalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 800;
}
/* ------------------------------------------------------------------------------------
 *
 * Typography
 *
 * ---------------------------------------------------------------------------------- */
body {
  font-family: 'source-sans', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #000;
}
@media only screen and ( max-width: 1440px ) {
  body {
    font-size: 1.8rem;
  }
}
@media only screen and ( max-width:  620px ) {
  body {
    font-size: 1.6rem;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
/*
 * Headlines
 * ---------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.t-h1,
.t-h2,
.t-h3,
.t-h4,
.t-h5,
.t-h6 {
  margin: 0;
  padding-top: 1.5em;
  padding-bottom: 0.75em;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
h1,
.t-h1,
.t-h1-wrapper,
.t-h1-text {
  display: inline-block;
  font-size: 4rem;
  padding: 0;
  padding-right: 0.3em;
}
@media all and (max-width: 1570px) {
  h1,
  .t-h1,
  .t-h1-wrapper,
  .t-h1-text {
    font-size: 3.6rem;
  }
}
@media only screen and ( max-width: 1280px ) {
  h1,
  .t-h1,
  .t-h1-wrapper,
  .t-h1-text {
    font-size: 3rem;
  }
}
@media only screen and ( max-width:  992px ) {
  h1,
  .t-h1,
  .t-h1-wrapper,
  .t-h1-text {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width:  620px ) {
  h1,
  .t-h1,
  .t-h1-wrapper,
  .t-h1-text {
    font-size: 2.2rem;
  }
}
@media only screen and ( max-width:  480px ) {
  h1,
  .t-h1,
  .t-h1-wrapper,
  .t-h1-text {
    font-size: 2rem;
  }
}
.t-h1-wrapper {
  width: 100%;
  text-indent: calc(-30px / 2);
  padding-left: 30px;
  line-height: 1.25;
}
@media only screen and ( max-width:  992px ) {
  .t-h1-wrapper {
    text-indent: calc(-24px / 2);
    padding-left: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .t-h1-wrapper {
    text-indent: calc(-18px / 2);
    padding-left: 18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .t-h1-wrapper {
    text-indent: calc(-16px / 2);
    padding-left: 16px;
  }
}
.t-h1-text {
  display: inline;
  font-weight: 400;
}
h2,
.t-h2 {
  font-size: 2.8rem;
}
@media only screen and ( max-width: 1440px ) {
  h2,
  .t-h2 {
    font-size: 2.4rem;
  }
}
@media only screen and ( max-width:  992px ) {
  h2,
  .t-h2 {
    font-size: 2.2rem;
  }
}
@media only screen and ( max-width:  620px ) {
  h2,
  .t-h2 {
    font-size: 2rem;
  }
}
h3,
.t-h3,
h4,
.t-h4 {
  font-size: 2rem;
}
@media only screen and ( max-width: 1440px ) {
  h3,
  .t-h3,
  h4,
  .t-h4 {
    font-size: 1.8rem;
  }
}
@media only screen and ( max-width:  620px ) {
  h3,
  .t-h3,
  h4,
  .t-h4 {
    font-size: 1.6rem;
  }
}
h4,
.t-h4 {
  font-style: italic;
}
/*
 * Paragraphs
 * ---------------------------------------------------------------------------------- */
.module p,
.module ul,
.module ol {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.module .p-indent-wrapper p {
  padding: 0;
}
.module .p-indent-wrapper p:not( :first-of-type ) {
  text-indent: 30px;
}
@media only screen and ( max-width:  992px ) {
  .module .p-indent-wrapper p:not( :first-of-type ) {
    text-indent: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .module .p-indent-wrapper p:not( :first-of-type ) {
    text-indent: 18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .module .p-indent-wrapper p:not( :first-of-type ) {
    text-indent: 16px;
  }
}
p,
.t-p1,
ul,
ol,
li {
  margin: 0;
  line-height: 1.5;
}
p,
.t-p1,
ul,
ol,
li {
  font-size: 2rem;
}
@media only screen and ( max-width: 1440px ) {
  p,
  .t-p1,
  ul,
  ol,
  li {
    font-size: 1.8rem;
  }
}
@media only screen and ( max-width:  620px ) {
  p,
  .t-p1,
  ul,
  ol,
  li {
    font-size: 1.6rem;
  }
}
.t-p2 {
  font-size: 1.4rem;
  line-height: 1.3;
}
* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > p:first-child,
* > .t-p1:first-child,
* > ul:first-child,
* > ol:first-child {
  padding-top: 0;
}
.t-indent {
  padding-left: 30px;
}
@media only screen and ( max-width:  992px ) {
  .t-indent {
    padding-left: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .t-indent {
    padding-left: 18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .t-indent {
    padding-left: 16px;
  }
}
@media only screen and ( max-width:  992px ) {
  .t-indent-md {
    padding-left: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .t-indent-md {
    padding-left: 18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .t-indent-md {
    padding-left: 16px;
  }
}
.module-text h2:not( :first-of-type ) {
  padding-top: 2.5em;
}
.module-text h3 {
  padding-top: 2em;
}
.module-text h4 {
  padding-top: 1em;
}
.module-text h2 + h3 {
  padding-top: 0.75em;
}
.module-text h3 + h4 {
  padding-top: 0.5em;
}
.module-text h4 + p {
  padding-top: 0;
}
.module-text p {
  padding: 0.25em 0;
}
/*
 * Lists
 * ---------------------------------------------------------------------------------- */
.module-text ul {
  padding-left: 1.2em;
  list-style: none;
}
.module-text ul li {
  position: relative;
}
.module-text ul li:before,
.module-text ul li:after {
  content: '';
  position: absolute;
  display: inline-block;
  mix-blend-mode: multiply;
  top: 0.6em;
}
.module-text ul li:before {
  left: -24px;
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  border: 3px solid #FFDD00;
  border-radius: 100%;
}
.module-text ul li:after {
  display: none;
  top: calc(4px + 0.6em);
  right: calc(100% + 24px - 3px);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #FFDD00;
}
@media only screen and ( max-width:  768px ) {
  .module-text ul li:after {
    display: inline-block;
  }
}
.module-text ol {
  padding-left: 1.2em;
  counter-reset: item;
  font-feature-settings: "tnum";
}
.module-text ol > li {
  counter-increment: item;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  text-indent: -1.5em;
}
.module-text ol > li:before {
  content: counter(item) '.';
  display: inline-block;
  padding-right: 0.5em;
  text-align: right;
  width: 1em;
}
.module-text ol.list-strong-titles > li:before {
  font-weight: 800;
}
.module-text ol.list-items-pb > li {
  padding-bottom: 0.75em;
}
.module-text ol.list-items-pb > li:last-of-type {
  padding-bottom: 0;
}
/*
 * Et cetera
 * ---------------------------------------------------------------------------------- */
strong {
  font-weight: 800;
}
/*
 * Links
 * ---------------------------------------------------------------------------------- */
.tlink-underline,
footer a,
.lang-switch a {
  position: relative;
  display: inline-block;
  color: #000;
}
.tlink-underline:before,
footer a:before,
.lang-switch a:before,
.tlink-underline:after,
footer a:after,
.lang-switch a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.tlink-underline:before,
footer a:before,
.lang-switch a:before {
  transform: scaleX(0);
  transition: 0.3s 0s;
  transform-origin: left center;
}
.tlink-underline:after,
footer a:after,
.lang-switch a:after {
  transition: 0s 0s;
  transform: scaleX(1);
  transform-origin: right center;
}
.tlink-underline:hover:before,
footer a:hover:before,
.lang-switch a:hover:before {
  transform: scaleX(1);
  transition: 0.3s 0.3s;
}
.tlink-underline:hover:after,
footer a:hover:after,
.lang-switch a:hover:after {
  transform: scaleX(0);
  transition: 0.3s 0s;
}
.tlink-underline-hover:before,
footer a:before,
.lang-switch a:before {
  transform: scaleX(0);
  transition: 0s 0s;
}
.tlink-underline-hover:after,
footer a:after,
.lang-switch a:after {
  transform: scaleX(0);
  transform-origin: right center;
  transition: 0.3s 0s;
}
.tlink-underline-hover:hover:before,
footer a:hover:before,
.lang-switch a:hover:before {
  transform: scaleX(1);
  transition: 0.3s 0s;
}
.tlink-underline-hover:hover:after,
footer a:hover:after,
.lang-switch a:hover:after {
  transform: scaleX(1);
  transition: 0s 0.3s;
}
.module-single-intro a,
.tlink-underline-bb {
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.module-single-intro a:hover,
.tlink-underline-bb:hover {
  border-bottom-color: transparent;
}
.module a {
  position: relative;
  color: #000;
}
.module a .link-external {
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: 7px;
  width: 16px;
  height: 16px;
  background-image: url('assets/img/icon-arrow-top-right.svg');
  background-size: cover;
}
@media only screen and ( max-width: 1440px ) {
  .module a .link-external {
    bottom: 5px;
  }
}
/*
 * Text colors
 * ---------------------------------------------------------------------------------- */
.tcolor-white {
  color: #fff;
}
/* ------------------------------------------------------------------------------------
 *
 * Basics – Touch
 *
 * ---------------------------------------------------------------------------------- */
.touchevents .img-zoom-wrapper:after {
  display: none;
}
/* ------------------------------------------------------------------------------------
 *
 * Layout – Grid
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Variables
 * ---------------------------------------------------------------------------------- */
/*
 * Cols – Loop for normal cols
 * ---------------------------------------------------------------------------------- */
/*
 * Cols – Loop for responsive cols
 * ---------------------------------------------------------------------------------- */
/*
 * Grid
 * ---------------------------------------------------------------------------------- */
.container {
  width: 100%;
  display: block;
  margin: auto;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin-right: 40px;
  margin-left: 40px;
  width: calc(100% - calc(2 * 200px - 40px));
  max-width: 1680px;
  margin: 0 auto;
}
@media only screen and ( max-width: 1440px ) {
  .row {
    width: calc(100% - calc(2 * 160px - 30px));
  }
}
@media only screen and ( max-width: 1280px ) {
  .row {
    width: calc(100% - calc(2 * 120px - 30px));
  }
}
@media only screen and ( max-width:  768px ) {
  .row {
    width: calc(100% - calc(2 * 80px - 20px));
  }
}
@media only screen and ( max-width:  620px ) {
  .row {
    width: calc(100% - 40px);
  }
}
@media only screen and ( max-width:  480px ) {
  .row {
    width: calc(100% - 20px);
  }
}
.row.no-wrap {
  flex-wrap: nowrap;
}
.col {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: calc(40px / 2);
  margin-left: calc(40px / 2);
}
@media only screen and ( max-width: 1280px ) {
  .col {
    margin-right: calc(30px / 2);
    margin-left: calc(30px / 2);
  }
}
@media only screen and ( max-width:  768px ) {
  .col {
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
}
.col-12 {
  width: calc(100% - 40px);
}
.col-offset-12 {
  margin-left: calc(100% + 40px/2);
}
.col-11 {
  width: calc(91.66666666666666% - 40px);
}
.col-offset-11 {
  margin-left: calc(91.66666666666666% + 40px/2);
}
.col-10 {
  width: calc(83.33333333333334% - 40px);
}
.col-offset-10 {
  margin-left: calc(83.33333333333334% + 40px/2);
}
.col-9 {
  width: calc(75% - 40px);
}
.col-offset-9 {
  margin-left: calc(75% + 40px/2);
}
.col-8 {
  width: calc(66.66666666666666% - 40px);
}
.col-offset-8 {
  margin-left: calc(66.66666666666666% + 40px/2);
}
.col-7 {
  width: calc(58.333333333333336% - 40px);
}
.col-offset-7 {
  margin-left: calc(58.333333333333336% + 40px/2);
}
.col-6 {
  width: calc(50% - 40px);
}
.col-offset-6 {
  margin-left: calc(50% + 40px/2);
}
.col-5 {
  width: calc(41.66666666666667% - 40px);
}
.col-offset-5 {
  margin-left: calc(41.66666666666667% + 40px/2);
}
.col-4 {
  width: calc(33.33333333333333% - 40px);
}
.col-offset-4 {
  margin-left: calc(33.33333333333333% + 40px/2);
}
.col-3 {
  width: calc(25% - 40px);
}
.col-offset-3 {
  margin-left: calc(25% + 40px/2);
}
.col-2 {
  width: calc(16.666666666666664% - 40px);
}
.col-offset-2 {
  margin-left: calc(16.666666666666664% + 40px/2);
}
.col-1 {
  width: calc(8.333333333333332% - 40px);
}
.col-offset-1 {
  margin-left: calc(8.333333333333332% + 40px/2);
}
.col-0 {
  width: calc(0% - 40px);
}
.col-offset-0 {
  margin-left: calc(0% + 40px/2);
}
@media only screen and ( max-width: 1280px ) {
  .col-12 {
    width: calc(100% - 30px);
  }
  .col-offset-12 {
    margin-left: calc(100% + 30px/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - 30px);
  }
  .col-offset-11 {
    margin-left: calc(91.66666666666666% + 30px/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - 30px);
  }
  .col-offset-10 {
    margin-left: calc(83.33333333333334% + 30px/2);
  }
  .col-9 {
    width: calc(75% - 30px);
  }
  .col-offset-9 {
    margin-left: calc(75% + 30px/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - 30px);
  }
  .col-offset-8 {
    margin-left: calc(66.66666666666666% + 30px/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - 30px);
  }
  .col-offset-7 {
    margin-left: calc(58.333333333333336% + 30px/2);
  }
  .col-6 {
    width: calc(50% - 30px);
  }
  .col-offset-6 {
    margin-left: calc(50% + 30px/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - 30px);
  }
  .col-offset-5 {
    margin-left: calc(41.66666666666667% + 30px/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - 30px);
  }
  .col-offset-4 {
    margin-left: calc(33.33333333333333% + 30px/2);
  }
  .col-3 {
    width: calc(25% - 30px);
  }
  .col-offset-3 {
    margin-left: calc(25% + 30px/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - 30px);
  }
  .col-offset-2 {
    margin-left: calc(16.666666666666664% + 30px/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - 30px);
  }
  .col-offset-1 {
    margin-left: calc(8.333333333333332% + 30px/2);
  }
  .col-0 {
    width: calc(0% - 30px);
  }
  .col-offset-0 {
    margin-left: calc(0% + 30px/2);
  }
  .col-12-lg {
    width: calc(100% - 30px);
  }
  .col-offset-12-lg {
    margin-left: calc(100% + 30px/2);
  }
  .col-11-lg {
    width: calc(91.66666666666666% - 30px);
  }
  .col-offset-11-lg {
    margin-left: calc(91.66666666666666% + 30px/2);
  }
  .col-10-lg {
    width: calc(83.33333333333334% - 30px);
  }
  .col-offset-10-lg {
    margin-left: calc(83.33333333333334% + 30px/2);
  }
  .col-9-lg {
    width: calc(75% - 30px);
  }
  .col-offset-9-lg {
    margin-left: calc(75% + 30px/2);
  }
  .col-8-lg {
    width: calc(66.66666666666666% - 30px);
  }
  .col-offset-8-lg {
    margin-left: calc(66.66666666666666% + 30px/2);
  }
  .col-7-lg {
    width: calc(58.333333333333336% - 30px);
  }
  .col-offset-7-lg {
    margin-left: calc(58.333333333333336% + 30px/2);
  }
  .col-6-lg {
    width: calc(50% - 30px);
  }
  .col-offset-6-lg {
    margin-left: calc(50% + 30px/2);
  }
  .col-5-lg {
    width: calc(41.66666666666667% - 30px);
  }
  .col-offset-5-lg {
    margin-left: calc(41.66666666666667% + 30px/2);
  }
  .col-4-lg {
    width: calc(33.33333333333333% - 30px);
  }
  .col-offset-4-lg {
    margin-left: calc(33.33333333333333% + 30px/2);
  }
  .col-3-lg {
    width: calc(25% - 30px);
  }
  .col-offset-3-lg {
    margin-left: calc(25% + 30px/2);
  }
  .col-2-lg {
    width: calc(16.666666666666664% - 30px);
  }
  .col-offset-2-lg {
    margin-left: calc(16.666666666666664% + 30px/2);
  }
  .col-1-lg {
    width: calc(8.333333333333332% - 30px);
  }
  .col-offset-1-lg {
    margin-left: calc(8.333333333333332% + 30px/2);
  }
  .col-0-lg {
    width: calc(0% - 30px);
  }
  .col-offset-0-lg {
    margin-left: calc(0% + 30px/2);
  }
}
@media only screen and ( max-width:  992px ) {
  .col-12-md {
    width: calc(100% - 30px);
  }
  .col-offset-12-md {
    margin-left: calc(100% + 30px/2);
  }
  .col-11-md {
    width: calc(91.66666666666666% - 30px);
  }
  .col-offset-11-md {
    margin-left: calc(91.66666666666666% + 30px/2);
  }
  .col-10-md {
    width: calc(83.33333333333334% - 30px);
  }
  .col-offset-10-md {
    margin-left: calc(83.33333333333334% + 30px/2);
  }
  .col-9-md {
    width: calc(75% - 30px);
  }
  .col-offset-9-md {
    margin-left: calc(75% + 30px/2);
  }
  .col-8-md {
    width: calc(66.66666666666666% - 30px);
  }
  .col-offset-8-md {
    margin-left: calc(66.66666666666666% + 30px/2);
  }
  .col-7-md {
    width: calc(58.333333333333336% - 30px);
  }
  .col-offset-7-md {
    margin-left: calc(58.333333333333336% + 30px/2);
  }
  .col-6-md {
    width: calc(50% - 30px);
  }
  .col-offset-6-md {
    margin-left: calc(50% + 30px/2);
  }
  .col-5-md {
    width: calc(41.66666666666667% - 30px);
  }
  .col-offset-5-md {
    margin-left: calc(41.66666666666667% + 30px/2);
  }
  .col-4-md {
    width: calc(33.33333333333333% - 30px);
  }
  .col-offset-4-md {
    margin-left: calc(33.33333333333333% + 30px/2);
  }
  .col-3-md {
    width: calc(25% - 30px);
  }
  .col-offset-3-md {
    margin-left: calc(25% + 30px/2);
  }
  .col-2-md {
    width: calc(16.666666666666664% - 30px);
  }
  .col-offset-2-md {
    margin-left: calc(16.666666666666664% + 30px/2);
  }
  .col-1-md {
    width: calc(8.333333333333332% - 30px);
  }
  .col-offset-1-md {
    margin-left: calc(8.333333333333332% + 30px/2);
  }
  .col-0-md {
    width: calc(0% - 30px);
  }
  .col-offset-0-md {
    margin-left: calc(0% + 30px/2);
  }
}
@media only screen and ( max-width:  768px ) {
  .col-12 {
    width: calc(100% - 20px);
  }
  .col-offset-12 {
    margin-left: calc(100% + 20px/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - 20px);
  }
  .col-offset-11 {
    margin-left: calc(91.66666666666666% + 20px/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - 20px);
  }
  .col-offset-10 {
    margin-left: calc(83.33333333333334% + 20px/2);
  }
  .col-9 {
    width: calc(75% - 20px);
  }
  .col-offset-9 {
    margin-left: calc(75% + 20px/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - 20px);
  }
  .col-offset-8 {
    margin-left: calc(66.66666666666666% + 20px/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - 20px);
  }
  .col-offset-7 {
    margin-left: calc(58.333333333333336% + 20px/2);
  }
  .col-6 {
    width: calc(50% - 20px);
  }
  .col-offset-6 {
    margin-left: calc(50% + 20px/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - 20px);
  }
  .col-offset-5 {
    margin-left: calc(41.66666666666667% + 20px/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - 20px);
  }
  .col-offset-4 {
    margin-left: calc(33.33333333333333% + 20px/2);
  }
  .col-3 {
    width: calc(25% - 20px);
  }
  .col-offset-3 {
    margin-left: calc(25% + 20px/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - 20px);
  }
  .col-offset-2 {
    margin-left: calc(16.666666666666664% + 20px/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - 20px);
  }
  .col-offset-1 {
    margin-left: calc(8.333333333333332% + 20px/2);
  }
  .col-0 {
    width: calc(0% - 20px);
  }
  .col-offset-0 {
    margin-left: calc(0% + 20px/2);
  }
  .col-12-lg {
    width: calc(100% - 20px);
  }
  .col-offset-12-lg {
    margin-left: calc(100% + 20px/2);
  }
  .col-11-lg {
    width: calc(91.66666666666666% - 20px);
  }
  .col-offset-11-lg {
    margin-left: calc(91.66666666666666% + 20px/2);
  }
  .col-10-lg {
    width: calc(83.33333333333334% - 20px);
  }
  .col-offset-10-lg {
    margin-left: calc(83.33333333333334% + 20px/2);
  }
  .col-9-lg {
    width: calc(75% - 20px);
  }
  .col-offset-9-lg {
    margin-left: calc(75% + 20px/2);
  }
  .col-8-lg {
    width: calc(66.66666666666666% - 20px);
  }
  .col-offset-8-lg {
    margin-left: calc(66.66666666666666% + 20px/2);
  }
  .col-7-lg {
    width: calc(58.333333333333336% - 20px);
  }
  .col-offset-7-lg {
    margin-left: calc(58.333333333333336% + 20px/2);
  }
  .col-6-lg {
    width: calc(50% - 20px);
  }
  .col-offset-6-lg {
    margin-left: calc(50% + 20px/2);
  }
  .col-5-lg {
    width: calc(41.66666666666667% - 20px);
  }
  .col-offset-5-lg {
    margin-left: calc(41.66666666666667% + 20px/2);
  }
  .col-4-lg {
    width: calc(33.33333333333333% - 20px);
  }
  .col-offset-4-lg {
    margin-left: calc(33.33333333333333% + 20px/2);
  }
  .col-3-lg {
    width: calc(25% - 20px);
  }
  .col-offset-3-lg {
    margin-left: calc(25% + 20px/2);
  }
  .col-2-lg {
    width: calc(16.666666666666664% - 20px);
  }
  .col-offset-2-lg {
    margin-left: calc(16.666666666666664% + 20px/2);
  }
  .col-1-lg {
    width: calc(8.333333333333332% - 20px);
  }
  .col-offset-1-lg {
    margin-left: calc(8.333333333333332% + 20px/2);
  }
  .col-0-lg {
    width: calc(0% - 20px);
  }
  .col-offset-0-lg {
    margin-left: calc(0% + 20px/2);
  }
  .col-12-md {
    width: calc(100% - 20px);
  }
  .col-offset-12-md {
    margin-left: calc(100% + 20px/2);
  }
  .col-11-md {
    width: calc(91.66666666666666% - 20px);
  }
  .col-offset-11-md {
    margin-left: calc(91.66666666666666% + 20px/2);
  }
  .col-10-md {
    width: calc(83.33333333333334% - 20px);
  }
  .col-offset-10-md {
    margin-left: calc(83.33333333333334% + 20px/2);
  }
  .col-9-md {
    width: calc(75% - 20px);
  }
  .col-offset-9-md {
    margin-left: calc(75% + 20px/2);
  }
  .col-8-md {
    width: calc(66.66666666666666% - 20px);
  }
  .col-offset-8-md {
    margin-left: calc(66.66666666666666% + 20px/2);
  }
  .col-7-md {
    width: calc(58.333333333333336% - 20px);
  }
  .col-offset-7-md {
    margin-left: calc(58.333333333333336% + 20px/2);
  }
  .col-6-md {
    width: calc(50% - 20px);
  }
  .col-offset-6-md {
    margin-left: calc(50% + 20px/2);
  }
  .col-5-md {
    width: calc(41.66666666666667% - 20px);
  }
  .col-offset-5-md {
    margin-left: calc(41.66666666666667% + 20px/2);
  }
  .col-4-md {
    width: calc(33.33333333333333% - 20px);
  }
  .col-offset-4-md {
    margin-left: calc(33.33333333333333% + 20px/2);
  }
  .col-3-md {
    width: calc(25% - 20px);
  }
  .col-offset-3-md {
    margin-left: calc(25% + 20px/2);
  }
  .col-2-md {
    width: calc(16.666666666666664% - 20px);
  }
  .col-offset-2-md {
    margin-left: calc(16.666666666666664% + 20px/2);
  }
  .col-1-md {
    width: calc(8.333333333333332% - 20px);
  }
  .col-offset-1-md {
    margin-left: calc(8.333333333333332% + 20px/2);
  }
  .col-0-md {
    width: calc(0% - 20px);
  }
  .col-offset-0-md {
    margin-left: calc(0% + 20px/2);
  }
  .col-12-sm {
    width: calc(100% - 20px);
  }
  .col-offset-12-sm {
    margin-left: calc(100% + 20px/2);
  }
  .col-11-sm {
    width: calc(91.66666666666666% - 20px);
  }
  .col-offset-11-sm {
    margin-left: calc(91.66666666666666% + 20px/2);
  }
  .col-10-sm {
    width: calc(83.33333333333334% - 20px);
  }
  .col-offset-10-sm {
    margin-left: calc(83.33333333333334% + 20px/2);
  }
  .col-9-sm {
    width: calc(75% - 20px);
  }
  .col-offset-9-sm {
    margin-left: calc(75% + 20px/2);
  }
  .col-8-sm {
    width: calc(66.66666666666666% - 20px);
  }
  .col-offset-8-sm {
    margin-left: calc(66.66666666666666% + 20px/2);
  }
  .col-7-sm {
    width: calc(58.333333333333336% - 20px);
  }
  .col-offset-7-sm {
    margin-left: calc(58.333333333333336% + 20px/2);
  }
  .col-6-sm {
    width: calc(50% - 20px);
  }
  .col-offset-6-sm {
    margin-left: calc(50% + 20px/2);
  }
  .col-5-sm {
    width: calc(41.66666666666667% - 20px);
  }
  .col-offset-5-sm {
    margin-left: calc(41.66666666666667% + 20px/2);
  }
  .col-4-sm {
    width: calc(33.33333333333333% - 20px);
  }
  .col-offset-4-sm {
    margin-left: calc(33.33333333333333% + 20px/2);
  }
  .col-3-sm {
    width: calc(25% - 20px);
  }
  .col-offset-3-sm {
    margin-left: calc(25% + 20px/2);
  }
  .col-2-sm {
    width: calc(16.666666666666664% - 20px);
  }
  .col-offset-2-sm {
    margin-left: calc(16.666666666666664% + 20px/2);
  }
  .col-1-sm {
    width: calc(8.333333333333332% - 20px);
  }
  .col-offset-1-sm {
    margin-left: calc(8.333333333333332% + 20px/2);
  }
  .col-0-sm {
    width: calc(0% - 20px);
  }
  .col-offset-0-sm {
    margin-left: calc(0% + 20px/2);
  }
}
@media only screen and ( max-width:  620px ) {
  .col-12-xs {
    width: calc(100% - 20px);
  }
  .col-offset-12-xs {
    margin-left: calc(100% + 20px/2);
  }
  .col-11-xs {
    width: calc(91.66666666666666% - 20px);
  }
  .col-offset-11-xs {
    margin-left: calc(91.66666666666666% + 20px/2);
  }
  .col-10-xs {
    width: calc(83.33333333333334% - 20px);
  }
  .col-offset-10-xs {
    margin-left: calc(83.33333333333334% + 20px/2);
  }
  .col-9-xs {
    width: calc(75% - 20px);
  }
  .col-offset-9-xs {
    margin-left: calc(75% + 20px/2);
  }
  .col-8-xs {
    width: calc(66.66666666666666% - 20px);
  }
  .col-offset-8-xs {
    margin-left: calc(66.66666666666666% + 20px/2);
  }
  .col-7-xs {
    width: calc(58.333333333333336% - 20px);
  }
  .col-offset-7-xs {
    margin-left: calc(58.333333333333336% + 20px/2);
  }
  .col-6-xs {
    width: calc(50% - 20px);
  }
  .col-offset-6-xs {
    margin-left: calc(50% + 20px/2);
  }
  .col-5-xs {
    width: calc(41.66666666666667% - 20px);
  }
  .col-offset-5-xs {
    margin-left: calc(41.66666666666667% + 20px/2);
  }
  .col-4-xs {
    width: calc(33.33333333333333% - 20px);
  }
  .col-offset-4-xs {
    margin-left: calc(33.33333333333333% + 20px/2);
  }
  .col-3-xs {
    width: calc(25% - 20px);
  }
  .col-offset-3-xs {
    margin-left: calc(25% + 20px/2);
  }
  .col-2-xs {
    width: calc(16.666666666666664% - 20px);
  }
  .col-offset-2-xs {
    margin-left: calc(16.666666666666664% + 20px/2);
  }
  .col-1-xs {
    width: calc(8.333333333333332% - 20px);
  }
  .col-offset-1-xs {
    margin-left: calc(8.333333333333332% + 20px/2);
  }
  .col-0-xs {
    width: calc(0% - 20px);
  }
  .col-offset-0-xs {
    margin-left: calc(0% + 20px/2);
  }
}
@media only screen and ( max-width:  480px ) {
  .col-12-xxs {
    width: calc(100% - 20px);
  }
  .col-offset-12-xxs {
    margin-left: calc(100% + 20px/2);
  }
  .col-11-xxs {
    width: calc(91.66666666666666% - 20px);
  }
  .col-offset-11-xxs {
    margin-left: calc(91.66666666666666% + 20px/2);
  }
  .col-10-xxs {
    width: calc(83.33333333333334% - 20px);
  }
  .col-offset-10-xxs {
    margin-left: calc(83.33333333333334% + 20px/2);
  }
  .col-9-xxs {
    width: calc(75% - 20px);
  }
  .col-offset-9-xxs {
    margin-left: calc(75% + 20px/2);
  }
  .col-8-xxs {
    width: calc(66.66666666666666% - 20px);
  }
  .col-offset-8-xxs {
    margin-left: calc(66.66666666666666% + 20px/2);
  }
  .col-7-xxs {
    width: calc(58.333333333333336% - 20px);
  }
  .col-offset-7-xxs {
    margin-left: calc(58.333333333333336% + 20px/2);
  }
  .col-6-xxs {
    width: calc(50% - 20px);
  }
  .col-offset-6-xxs {
    margin-left: calc(50% + 20px/2);
  }
  .col-5-xxs {
    width: calc(41.66666666666667% - 20px);
  }
  .col-offset-5-xxs {
    margin-left: calc(41.66666666666667% + 20px/2);
  }
  .col-4-xxs {
    width: calc(33.33333333333333% - 20px);
  }
  .col-offset-4-xxs {
    margin-left: calc(33.33333333333333% + 20px/2);
  }
  .col-3-xxs {
    width: calc(25% - 20px);
  }
  .col-offset-3-xxs {
    margin-left: calc(25% + 20px/2);
  }
  .col-2-xxs {
    width: calc(16.666666666666664% - 20px);
  }
  .col-offset-2-xxs {
    margin-left: calc(16.666666666666664% + 20px/2);
  }
  .col-1-xxs {
    width: calc(8.333333333333332% - 20px);
  }
  .col-offset-1-xxs {
    margin-left: calc(8.333333333333332% + 20px/2);
  }
  .col-0-xxs {
    width: calc(0% - 20px);
  }
  .col-offset-0-xxs {
    margin-left: calc(0% + 20px/2);
  }
}
.col-full {
  width: 100%;
}
.col-half {
  width: 50%;
}
@media only screen and ( max-width: 1280px ) {
  .col-full-lg {
    width: 100%;
  }
  .col-half-lg {
    width: 50%;
  }
}
@media only screen and ( max-width:  992px ) {
  .col-full-md {
    width: 100%;
  }
  .col-half-md {
    width: 50%;
  }
}
@media only screen and ( max-width:  768px ) {
  .col-full-sm {
    width: 100%;
  }
  .col-half-sm {
    width: 50%;
  }
}
@media only screen and ( max-width:  620px ) {
  .col-full-xs {
    width: 100%;
  }
  .col-half-xs {
    width: 50%;
  }
}
@media only screen and ( max-width:  480px ) {
  .col-full-xxs {
    width: 100%;
  }
  .col-half-xxs {
    width: 50%;
  }
}
/* ------------------------------------------------------------------------------------
 *
 * Layout – Spacings
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Variables
 * ---------------------------------------------------------------------------------- */
/*
 * Spacings – Loop for normal spacings 
 * ---------------------------------------------------------------------------------- */
.mb-neg {
  margin-bottom: -210px;
}
@media only screen and ( max-width: 1440px ) {
  .mb-neg {
    margin-bottom: -180px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .mb-neg {
    margin-bottom: -150px;
  }
}
@media only screen and ( max-width:  768px ) {
  .mb-neg {
    margin-bottom: 0;
  }
}
.mb-neg-2 {
  margin-bottom: -270px;
}
@media only screen and ( max-width: 1440px ) {
  .mb-neg-2 {
    margin-bottom: -240px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .mb-neg-2 {
    margin-bottom: -210px;
  }
}
@media only screen and ( max-width:  768px ) {
  .mb-neg-2 {
    margin-bottom: 0;
  }
}
/*
 * Spacings – Loop for normal spacings – lg
 * ---------------------------------------------------------------------------------- */
/*
 * Spacings – Loop for normal spacings – md
 * ---------------------------------------------------------------------------------- */
/*
 * Spacings – Loop for normal spacings – sm
 * ---------------------------------------------------------------------------------- */
/*
 * Spacings – Loop for normal spacings – xs
 * ---------------------------------------------------------------------------------- */
/*
 * Spacings – Loop for normal spacings – xxs
 * ---------------------------------------------------------------------------------- */
/*
 * Loop for responsive spacings – lg
 * ---------------------------------------------------------------------------------- */
/*
 * Loop for responsive spacings – md
 * ---------------------------------------------------------------------------------- */
/*
 * Loop for responsive spacings – sm
 * ---------------------------------------------------------------------------------- */
/*
 * Loop for responsive spacings – xs
 * ---------------------------------------------------------------------------------- */
/*
 * Loop for responsive spacings – xxs
 * ---------------------------------------------------------------------------------- */
.mt-16 {
  margin-top: 160px;
}
.mb-16 {
  margin-bottom: 160px;
}
.pt-16 {
  padding-top: 160px;
}
.pb-16 {
  padding-bottom: 160px;
}
.mt-15 {
  margin-top: 150px;
}
.mb-15 {
  margin-bottom: 150px;
}
.pt-15 {
  padding-top: 150px;
}
.pb-15 {
  padding-bottom: 150px;
}
.mt-14 {
  margin-top: 140px;
}
.mb-14 {
  margin-bottom: 140px;
}
.pt-14 {
  padding-top: 140px;
}
.pb-14 {
  padding-bottom: 140px;
}
.mt-13 {
  margin-top: 130px;
}
.mb-13 {
  margin-bottom: 130px;
}
.pt-13 {
  padding-top: 130px;
}
.pb-13 {
  padding-bottom: 130px;
}
.mt-12 {
  margin-top: 120px;
}
.mb-12 {
  margin-bottom: 120px;
}
.pt-12 {
  padding-top: 120px;
}
.pb-12 {
  padding-bottom: 120px;
}
.mt-11 {
  margin-top: 110px;
}
.mb-11 {
  margin-bottom: 110px;
}
.pt-11 {
  padding-top: 110px;
}
.pb-11 {
  padding-bottom: 110px;
}
.mt-10 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 100px;
}
.pt-10 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 100px;
}
.mt-9 {
  margin-top: 90px;
}
.mb-9 {
  margin-bottom: 90px;
}
.pt-9 {
  padding-top: 90px;
}
.pb-9 {
  padding-bottom: 90px;
}
.mt-8 {
  margin-top: 80px;
}
.mb-8 {
  margin-bottom: 80px;
}
.pt-8 {
  padding-top: 80px;
}
.pb-8 {
  padding-bottom: 80px;
}
.mt-7 {
  margin-top: 70px;
}
.mb-7 {
  margin-bottom: 70px;
}
.pt-7 {
  padding-top: 70px;
}
.pb-7 {
  padding-bottom: 70px;
}
.mt-6 {
  margin-top: 60px;
}
.mb-6 {
  margin-bottom: 60px;
}
.pt-6 {
  padding-top: 60px;
}
.pb-6 {
  padding-bottom: 60px;
}
.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-5 {
  padding-bottom: 50px;
}
.mt-4 {
  margin-top: 40px;
}
.mb-4 {
  margin-bottom: 40px;
}
.pt-4 {
  padding-top: 40px;
}
.pb-4 {
  padding-bottom: 40px;
}
.mt-3 {
  margin-top: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}
.pt-3 {
  padding-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-2 {
  margin-bottom: 20px;
}
.pt-2 {
  padding-top: 20px;
}
.pb-2 {
  padding-bottom: 20px;
}
.mt-1 {
  margin-top: 10px;
}
.mb-1 {
  margin-bottom: 10px;
}
.pt-1 {
  padding-top: 10px;
}
.pb-1 {
  padding-bottom: 10px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
@media only screen and ( max-width: 1280px ) {
  .mt-16 {
    margin-top: 160px;
  }
  .mb-16 {
    margin-bottom: 160px;
  }
  .pt-16 {
    padding-top: 160px;
  }
  .pb-16 {
    padding-bottom: 160px;
  }
  .mt-15 {
    margin-top: 150px;
  }
  .mb-15 {
    margin-bottom: 150px;
  }
  .pt-15 {
    padding-top: 150px;
  }
  .pb-15 {
    padding-bottom: 150px;
  }
  .mt-14 {
    margin-top: 140px;
  }
  .mb-14 {
    margin-bottom: 140px;
  }
  .pt-14 {
    padding-top: 140px;
  }
  .pb-14 {
    padding-bottom: 140px;
  }
  .mt-13 {
    margin-top: 130px;
  }
  .mb-13 {
    margin-bottom: 130px;
  }
  .pt-13 {
    padding-top: 130px;
  }
  .pb-13 {
    padding-bottom: 130px;
  }
  .mt-12 {
    margin-top: 120px;
  }
  .mb-12 {
    margin-bottom: 120px;
  }
  .pt-12 {
    padding-top: 120px;
  }
  .pb-12 {
    padding-bottom: 120px;
  }
  .mt-11 {
    margin-top: 110px;
  }
  .mb-11 {
    margin-bottom: 110px;
  }
  .pt-11 {
    padding-top: 110px;
  }
  .pb-11 {
    padding-bottom: 110px;
  }
  .mt-10 {
    margin-top: 100px;
  }
  .mb-10 {
    margin-bottom: 100px;
  }
  .pt-10 {
    padding-top: 100px;
  }
  .pb-10 {
    padding-bottom: 100px;
  }
  .mt-9 {
    margin-top: 90px;
  }
  .mb-9 {
    margin-bottom: 90px;
  }
  .pt-9 {
    padding-top: 90px;
  }
  .pb-9 {
    padding-bottom: 90px;
  }
  .mt-8 {
    margin-top: 80px;
  }
  .mb-8 {
    margin-bottom: 80px;
  }
  .pt-8 {
    padding-top: 80px;
  }
  .pb-8 {
    padding-bottom: 80px;
  }
  .mt-7 {
    margin-top: 70px;
  }
  .mb-7 {
    margin-bottom: 70px;
  }
  .pt-7 {
    padding-top: 70px;
  }
  .pb-7 {
    padding-bottom: 70px;
  }
  .mt-6 {
    margin-top: 60px;
  }
  .mb-6 {
    margin-bottom: 60px;
  }
  .pt-6 {
    padding-top: 60px;
  }
  .pb-6 {
    padding-bottom: 60px;
  }
  .mt-5 {
    margin-top: 50px;
  }
  .mb-5 {
    margin-bottom: 50px;
  }
  .pt-5 {
    padding-top: 50px;
  }
  .pb-5 {
    padding-bottom: 50px;
  }
  .mt-4 {
    margin-top: 40px;
  }
  .mb-4 {
    margin-bottom: 40px;
  }
  .pt-4 {
    padding-top: 40px;
  }
  .pb-4 {
    padding-bottom: 40px;
  }
  .mt-3 {
    margin-top: 30px;
  }
  .mb-3 {
    margin-bottom: 30px;
  }
  .pt-3 {
    padding-top: 30px;
  }
  .pb-3 {
    padding-bottom: 30px;
  }
  .mt-2 {
    margin-top: 20px;
  }
  .mb-2 {
    margin-bottom: 20px;
  }
  .pt-2 {
    padding-top: 20px;
  }
  .pb-2 {
    padding-bottom: 20px;
  }
  .mt-1 {
    margin-top: 10px;
  }
  .mb-1 {
    margin-bottom: 10px;
  }
  .pt-1 {
    padding-top: 10px;
  }
  .pb-1 {
    padding-bottom: 10px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .mt-16-lg {
    margin-top: 160px;
  }
  .mb-16-lg {
    margin-bottom: 160px;
  }
  .pt-16-lg {
    padding-top: 160px;
  }
  .pb-16-lg {
    padding-bottom: 160px;
  }
  .mt-15-lg {
    margin-top: 150px;
  }
  .mb-15-lg {
    margin-bottom: 150px;
  }
  .pt-15-lg {
    padding-top: 150px;
  }
  .pb-15-lg {
    padding-bottom: 150px;
  }
  .mt-14-lg {
    margin-top: 140px;
  }
  .mb-14-lg {
    margin-bottom: 140px;
  }
  .pt-14-lg {
    padding-top: 140px;
  }
  .pb-14-lg {
    padding-bottom: 140px;
  }
  .mt-13-lg {
    margin-top: 130px;
  }
  .mb-13-lg {
    margin-bottom: 130px;
  }
  .pt-13-lg {
    padding-top: 130px;
  }
  .pb-13-lg {
    padding-bottom: 130px;
  }
  .mt-12-lg {
    margin-top: 120px;
  }
  .mb-12-lg {
    margin-bottom: 120px;
  }
  .pt-12-lg {
    padding-top: 120px;
  }
  .pb-12-lg {
    padding-bottom: 120px;
  }
  .mt-11-lg {
    margin-top: 110px;
  }
  .mb-11-lg {
    margin-bottom: 110px;
  }
  .pt-11-lg {
    padding-top: 110px;
  }
  .pb-11-lg {
    padding-bottom: 110px;
  }
  .mt-10-lg {
    margin-top: 100px;
  }
  .mb-10-lg {
    margin-bottom: 100px;
  }
  .pt-10-lg {
    padding-top: 100px;
  }
  .pb-10-lg {
    padding-bottom: 100px;
  }
  .mt-9-lg {
    margin-top: 90px;
  }
  .mb-9-lg {
    margin-bottom: 90px;
  }
  .pt-9-lg {
    padding-top: 90px;
  }
  .pb-9-lg {
    padding-bottom: 90px;
  }
  .mt-8-lg {
    margin-top: 80px;
  }
  .mb-8-lg {
    margin-bottom: 80px;
  }
  .pt-8-lg {
    padding-top: 80px;
  }
  .pb-8-lg {
    padding-bottom: 80px;
  }
  .mt-7-lg {
    margin-top: 70px;
  }
  .mb-7-lg {
    margin-bottom: 70px;
  }
  .pt-7-lg {
    padding-top: 70px;
  }
  .pb-7-lg {
    padding-bottom: 70px;
  }
  .mt-6-lg {
    margin-top: 60px;
  }
  .mb-6-lg {
    margin-bottom: 60px;
  }
  .pt-6-lg {
    padding-top: 60px;
  }
  .pb-6-lg {
    padding-bottom: 60px;
  }
  .mt-5-lg {
    margin-top: 50px;
  }
  .mb-5-lg {
    margin-bottom: 50px;
  }
  .pt-5-lg {
    padding-top: 50px;
  }
  .pb-5-lg {
    padding-bottom: 50px;
  }
  .mt-4-lg {
    margin-top: 40px;
  }
  .mb-4-lg {
    margin-bottom: 40px;
  }
  .pt-4-lg {
    padding-top: 40px;
  }
  .pb-4-lg {
    padding-bottom: 40px;
  }
  .mt-3-lg {
    margin-top: 30px;
  }
  .mb-3-lg {
    margin-bottom: 30px;
  }
  .pt-3-lg {
    padding-top: 30px;
  }
  .pb-3-lg {
    padding-bottom: 30px;
  }
  .mt-2-lg {
    margin-top: 20px;
  }
  .mb-2-lg {
    margin-bottom: 20px;
  }
  .pt-2-lg {
    padding-top: 20px;
  }
  .pb-2-lg {
    padding-bottom: 20px;
  }
  .mt-1-lg {
    margin-top: 10px;
  }
  .mb-1-lg {
    margin-bottom: 10px;
  }
  .pt-1-lg {
    padding-top: 10px;
  }
  .pb-1-lg {
    padding-bottom: 10px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
}
@media only screen and ( max-width:  992px ) {
  .mt-16 {
    margin-top: 128px;
  }
  .mb-16 {
    margin-bottom: 128px;
  }
  .pt-16 {
    padding-top: 128px;
  }
  .pb-16 {
    padding-bottom: 128px;
  }
  .mt-15 {
    margin-top: 120px;
  }
  .mb-15 {
    margin-bottom: 120px;
  }
  .pt-15 {
    padding-top: 120px;
  }
  .pb-15 {
    padding-bottom: 120px;
  }
  .mt-14 {
    margin-top: 112px;
  }
  .mb-14 {
    margin-bottom: 112px;
  }
  .pt-14 {
    padding-top: 112px;
  }
  .pb-14 {
    padding-bottom: 112px;
  }
  .mt-13 {
    margin-top: 104px;
  }
  .mb-13 {
    margin-bottom: 104px;
  }
  .pt-13 {
    padding-top: 104px;
  }
  .pb-13 {
    padding-bottom: 104px;
  }
  .mt-12 {
    margin-top: 96px;
  }
  .mb-12 {
    margin-bottom: 96px;
  }
  .pt-12 {
    padding-top: 96px;
  }
  .pb-12 {
    padding-bottom: 96px;
  }
  .mt-11 {
    margin-top: 88px;
  }
  .mb-11 {
    margin-bottom: 88px;
  }
  .pt-11 {
    padding-top: 88px;
  }
  .pb-11 {
    padding-bottom: 88px;
  }
  .mt-10 {
    margin-top: 80px;
  }
  .mb-10 {
    margin-bottom: 80px;
  }
  .pt-10 {
    padding-top: 80px;
  }
  .pb-10 {
    padding-bottom: 80px;
  }
  .mt-9 {
    margin-top: 72px;
  }
  .mb-9 {
    margin-bottom: 72px;
  }
  .pt-9 {
    padding-top: 72px;
  }
  .pb-9 {
    padding-bottom: 72px;
  }
  .mt-8 {
    margin-top: 64px;
  }
  .mb-8 {
    margin-bottom: 64px;
  }
  .pt-8 {
    padding-top: 64px;
  }
  .pb-8 {
    padding-bottom: 64px;
  }
  .mt-7 {
    margin-top: 56px;
  }
  .mb-7 {
    margin-bottom: 56px;
  }
  .pt-7 {
    padding-top: 56px;
  }
  .pb-7 {
    padding-bottom: 56px;
  }
  .mt-6 {
    margin-top: 48px;
  }
  .mb-6 {
    margin-bottom: 48px;
  }
  .pt-6 {
    padding-top: 48px;
  }
  .pb-6 {
    padding-bottom: 48px;
  }
  .mt-5 {
    margin-top: 40px;
  }
  .mb-5 {
    margin-bottom: 40px;
  }
  .pt-5 {
    padding-top: 40px;
  }
  .pb-5 {
    padding-bottom: 40px;
  }
  .mt-4 {
    margin-top: 32px;
  }
  .mb-4 {
    margin-bottom: 32px;
  }
  .pt-4 {
    padding-top: 32px;
  }
  .pb-4 {
    padding-bottom: 32px;
  }
  .mt-3 {
    margin-top: 24px;
  }
  .mb-3 {
    margin-bottom: 24px;
  }
  .pt-3 {
    padding-top: 24px;
  }
  .pb-3 {
    padding-bottom: 24px;
  }
  .mt-2 {
    margin-top: 16px;
  }
  .mb-2 {
    margin-bottom: 16px;
  }
  .pt-2 {
    padding-top: 16px;
  }
  .pb-2 {
    padding-bottom: 16px;
  }
  .mt-1 {
    margin-top: 8px;
  }
  .mb-1 {
    margin-bottom: 8px;
  }
  .pt-1 {
    padding-top: 8px;
  }
  .pb-1 {
    padding-bottom: 8px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .mt-16-lg {
    margin-top: 128px;
  }
  .mb-16-lg {
    margin-bottom: 128px;
  }
  .pt-16-lg {
    padding-top: 128px;
  }
  .pb-16-lg {
    padding-bottom: 128px;
  }
  .mt-15-lg {
    margin-top: 120px;
  }
  .mb-15-lg {
    margin-bottom: 120px;
  }
  .pt-15-lg {
    padding-top: 120px;
  }
  .pb-15-lg {
    padding-bottom: 120px;
  }
  .mt-14-lg {
    margin-top: 112px;
  }
  .mb-14-lg {
    margin-bottom: 112px;
  }
  .pt-14-lg {
    padding-top: 112px;
  }
  .pb-14-lg {
    padding-bottom: 112px;
  }
  .mt-13-lg {
    margin-top: 104px;
  }
  .mb-13-lg {
    margin-bottom: 104px;
  }
  .pt-13-lg {
    padding-top: 104px;
  }
  .pb-13-lg {
    padding-bottom: 104px;
  }
  .mt-12-lg {
    margin-top: 96px;
  }
  .mb-12-lg {
    margin-bottom: 96px;
  }
  .pt-12-lg {
    padding-top: 96px;
  }
  .pb-12-lg {
    padding-bottom: 96px;
  }
  .mt-11-lg {
    margin-top: 88px;
  }
  .mb-11-lg {
    margin-bottom: 88px;
  }
  .pt-11-lg {
    padding-top: 88px;
  }
  .pb-11-lg {
    padding-bottom: 88px;
  }
  .mt-10-lg {
    margin-top: 80px;
  }
  .mb-10-lg {
    margin-bottom: 80px;
  }
  .pt-10-lg {
    padding-top: 80px;
  }
  .pb-10-lg {
    padding-bottom: 80px;
  }
  .mt-9-lg {
    margin-top: 72px;
  }
  .mb-9-lg {
    margin-bottom: 72px;
  }
  .pt-9-lg {
    padding-top: 72px;
  }
  .pb-9-lg {
    padding-bottom: 72px;
  }
  .mt-8-lg {
    margin-top: 64px;
  }
  .mb-8-lg {
    margin-bottom: 64px;
  }
  .pt-8-lg {
    padding-top: 64px;
  }
  .pb-8-lg {
    padding-bottom: 64px;
  }
  .mt-7-lg {
    margin-top: 56px;
  }
  .mb-7-lg {
    margin-bottom: 56px;
  }
  .pt-7-lg {
    padding-top: 56px;
  }
  .pb-7-lg {
    padding-bottom: 56px;
  }
  .mt-6-lg {
    margin-top: 48px;
  }
  .mb-6-lg {
    margin-bottom: 48px;
  }
  .pt-6-lg {
    padding-top: 48px;
  }
  .pb-6-lg {
    padding-bottom: 48px;
  }
  .mt-5-lg {
    margin-top: 40px;
  }
  .mb-5-lg {
    margin-bottom: 40px;
  }
  .pt-5-lg {
    padding-top: 40px;
  }
  .pb-5-lg {
    padding-bottom: 40px;
  }
  .mt-4-lg {
    margin-top: 32px;
  }
  .mb-4-lg {
    margin-bottom: 32px;
  }
  .pt-4-lg {
    padding-top: 32px;
  }
  .pb-4-lg {
    padding-bottom: 32px;
  }
  .mt-3-lg {
    margin-top: 24px;
  }
  .mb-3-lg {
    margin-bottom: 24px;
  }
  .pt-3-lg {
    padding-top: 24px;
  }
  .pb-3-lg {
    padding-bottom: 24px;
  }
  .mt-2-lg {
    margin-top: 16px;
  }
  .mb-2-lg {
    margin-bottom: 16px;
  }
  .pt-2-lg {
    padding-top: 16px;
  }
  .pb-2-lg {
    padding-bottom: 16px;
  }
  .mt-1-lg {
    margin-top: 8px;
  }
  .mb-1-lg {
    margin-bottom: 8px;
  }
  .pt-1-lg {
    padding-top: 8px;
  }
  .pb-1-lg {
    padding-bottom: 8px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .mt-16-md {
    margin-top: 128px;
  }
  .mb-16-md {
    margin-bottom: 128px;
  }
  .pt-16-md {
    padding-top: 128px;
  }
  .pb-16-md {
    padding-bottom: 128px;
  }
  .mt-15-md {
    margin-top: 120px;
  }
  .mb-15-md {
    margin-bottom: 120px;
  }
  .pt-15-md {
    padding-top: 120px;
  }
  .pb-15-md {
    padding-bottom: 120px;
  }
  .mt-14-md {
    margin-top: 112px;
  }
  .mb-14-md {
    margin-bottom: 112px;
  }
  .pt-14-md {
    padding-top: 112px;
  }
  .pb-14-md {
    padding-bottom: 112px;
  }
  .mt-13-md {
    margin-top: 104px;
  }
  .mb-13-md {
    margin-bottom: 104px;
  }
  .pt-13-md {
    padding-top: 104px;
  }
  .pb-13-md {
    padding-bottom: 104px;
  }
  .mt-12-md {
    margin-top: 96px;
  }
  .mb-12-md {
    margin-bottom: 96px;
  }
  .pt-12-md {
    padding-top: 96px;
  }
  .pb-12-md {
    padding-bottom: 96px;
  }
  .mt-11-md {
    margin-top: 88px;
  }
  .mb-11-md {
    margin-bottom: 88px;
  }
  .pt-11-md {
    padding-top: 88px;
  }
  .pb-11-md {
    padding-bottom: 88px;
  }
  .mt-10-md {
    margin-top: 80px;
  }
  .mb-10-md {
    margin-bottom: 80px;
  }
  .pt-10-md {
    padding-top: 80px;
  }
  .pb-10-md {
    padding-bottom: 80px;
  }
  .mt-9-md {
    margin-top: 72px;
  }
  .mb-9-md {
    margin-bottom: 72px;
  }
  .pt-9-md {
    padding-top: 72px;
  }
  .pb-9-md {
    padding-bottom: 72px;
  }
  .mt-8-md {
    margin-top: 64px;
  }
  .mb-8-md {
    margin-bottom: 64px;
  }
  .pt-8-md {
    padding-top: 64px;
  }
  .pb-8-md {
    padding-bottom: 64px;
  }
  .mt-7-md {
    margin-top: 56px;
  }
  .mb-7-md {
    margin-bottom: 56px;
  }
  .pt-7-md {
    padding-top: 56px;
  }
  .pb-7-md {
    padding-bottom: 56px;
  }
  .mt-6-md {
    margin-top: 48px;
  }
  .mb-6-md {
    margin-bottom: 48px;
  }
  .pt-6-md {
    padding-top: 48px;
  }
  .pb-6-md {
    padding-bottom: 48px;
  }
  .mt-5-md {
    margin-top: 40px;
  }
  .mb-5-md {
    margin-bottom: 40px;
  }
  .pt-5-md {
    padding-top: 40px;
  }
  .pb-5-md {
    padding-bottom: 40px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .mt-3-md {
    margin-top: 24px;
  }
  .mb-3-md {
    margin-bottom: 24px;
  }
  .pt-3-md {
    padding-top: 24px;
  }
  .pb-3-md {
    padding-bottom: 24px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .mt-1-md {
    margin-top: 8px;
  }
  .mb-1-md {
    margin-bottom: 8px;
  }
  .pt-1-md {
    padding-top: 8px;
  }
  .pb-1-md {
    padding-bottom: 8px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
}
@media only screen and ( max-width:  768px ) {
  .mt-16 {
    margin-top: 128px;
  }
  .mb-16 {
    margin-bottom: 128px;
  }
  .pt-16 {
    padding-top: 128px;
  }
  .pb-16 {
    padding-bottom: 128px;
  }
  .mt-15 {
    margin-top: 120px;
  }
  .mb-15 {
    margin-bottom: 120px;
  }
  .pt-15 {
    padding-top: 120px;
  }
  .pb-15 {
    padding-bottom: 120px;
  }
  .mt-14 {
    margin-top: 112px;
  }
  .mb-14 {
    margin-bottom: 112px;
  }
  .pt-14 {
    padding-top: 112px;
  }
  .pb-14 {
    padding-bottom: 112px;
  }
  .mt-13 {
    margin-top: 104px;
  }
  .mb-13 {
    margin-bottom: 104px;
  }
  .pt-13 {
    padding-top: 104px;
  }
  .pb-13 {
    padding-bottom: 104px;
  }
  .mt-12 {
    margin-top: 96px;
  }
  .mb-12 {
    margin-bottom: 96px;
  }
  .pt-12 {
    padding-top: 96px;
  }
  .pb-12 {
    padding-bottom: 96px;
  }
  .mt-11 {
    margin-top: 88px;
  }
  .mb-11 {
    margin-bottom: 88px;
  }
  .pt-11 {
    padding-top: 88px;
  }
  .pb-11 {
    padding-bottom: 88px;
  }
  .mt-10 {
    margin-top: 80px;
  }
  .mb-10 {
    margin-bottom: 80px;
  }
  .pt-10 {
    padding-top: 80px;
  }
  .pb-10 {
    padding-bottom: 80px;
  }
  .mt-9 {
    margin-top: 72px;
  }
  .mb-9 {
    margin-bottom: 72px;
  }
  .pt-9 {
    padding-top: 72px;
  }
  .pb-9 {
    padding-bottom: 72px;
  }
  .mt-8 {
    margin-top: 64px;
  }
  .mb-8 {
    margin-bottom: 64px;
  }
  .pt-8 {
    padding-top: 64px;
  }
  .pb-8 {
    padding-bottom: 64px;
  }
  .mt-7 {
    margin-top: 56px;
  }
  .mb-7 {
    margin-bottom: 56px;
  }
  .pt-7 {
    padding-top: 56px;
  }
  .pb-7 {
    padding-bottom: 56px;
  }
  .mt-6 {
    margin-top: 48px;
  }
  .mb-6 {
    margin-bottom: 48px;
  }
  .pt-6 {
    padding-top: 48px;
  }
  .pb-6 {
    padding-bottom: 48px;
  }
  .mt-5 {
    margin-top: 40px;
  }
  .mb-5 {
    margin-bottom: 40px;
  }
  .pt-5 {
    padding-top: 40px;
  }
  .pb-5 {
    padding-bottom: 40px;
  }
  .mt-4 {
    margin-top: 32px;
  }
  .mb-4 {
    margin-bottom: 32px;
  }
  .pt-4 {
    padding-top: 32px;
  }
  .pb-4 {
    padding-bottom: 32px;
  }
  .mt-3 {
    margin-top: 24px;
  }
  .mb-3 {
    margin-bottom: 24px;
  }
  .pt-3 {
    padding-top: 24px;
  }
  .pb-3 {
    padding-bottom: 24px;
  }
  .mt-2 {
    margin-top: 16px;
  }
  .mb-2 {
    margin-bottom: 16px;
  }
  .pt-2 {
    padding-top: 16px;
  }
  .pb-2 {
    padding-bottom: 16px;
  }
  .mt-1 {
    margin-top: 8px;
  }
  .mb-1 {
    margin-bottom: 8px;
  }
  .pt-1 {
    padding-top: 8px;
  }
  .pb-1 {
    padding-bottom: 8px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .mt-16-lg {
    margin-top: 128px;
  }
  .mb-16-lg {
    margin-bottom: 128px;
  }
  .pt-16-lg {
    padding-top: 128px;
  }
  .pb-16-lg {
    padding-bottom: 128px;
  }
  .mt-15-lg {
    margin-top: 120px;
  }
  .mb-15-lg {
    margin-bottom: 120px;
  }
  .pt-15-lg {
    padding-top: 120px;
  }
  .pb-15-lg {
    padding-bottom: 120px;
  }
  .mt-14-lg {
    margin-top: 112px;
  }
  .mb-14-lg {
    margin-bottom: 112px;
  }
  .pt-14-lg {
    padding-top: 112px;
  }
  .pb-14-lg {
    padding-bottom: 112px;
  }
  .mt-13-lg {
    margin-top: 104px;
  }
  .mb-13-lg {
    margin-bottom: 104px;
  }
  .pt-13-lg {
    padding-top: 104px;
  }
  .pb-13-lg {
    padding-bottom: 104px;
  }
  .mt-12-lg {
    margin-top: 96px;
  }
  .mb-12-lg {
    margin-bottom: 96px;
  }
  .pt-12-lg {
    padding-top: 96px;
  }
  .pb-12-lg {
    padding-bottom: 96px;
  }
  .mt-11-lg {
    margin-top: 88px;
  }
  .mb-11-lg {
    margin-bottom: 88px;
  }
  .pt-11-lg {
    padding-top: 88px;
  }
  .pb-11-lg {
    padding-bottom: 88px;
  }
  .mt-10-lg {
    margin-top: 80px;
  }
  .mb-10-lg {
    margin-bottom: 80px;
  }
  .pt-10-lg {
    padding-top: 80px;
  }
  .pb-10-lg {
    padding-bottom: 80px;
  }
  .mt-9-lg {
    margin-top: 72px;
  }
  .mb-9-lg {
    margin-bottom: 72px;
  }
  .pt-9-lg {
    padding-top: 72px;
  }
  .pb-9-lg {
    padding-bottom: 72px;
  }
  .mt-8-lg {
    margin-top: 64px;
  }
  .mb-8-lg {
    margin-bottom: 64px;
  }
  .pt-8-lg {
    padding-top: 64px;
  }
  .pb-8-lg {
    padding-bottom: 64px;
  }
  .mt-7-lg {
    margin-top: 56px;
  }
  .mb-7-lg {
    margin-bottom: 56px;
  }
  .pt-7-lg {
    padding-top: 56px;
  }
  .pb-7-lg {
    padding-bottom: 56px;
  }
  .mt-6-lg {
    margin-top: 48px;
  }
  .mb-6-lg {
    margin-bottom: 48px;
  }
  .pt-6-lg {
    padding-top: 48px;
  }
  .pb-6-lg {
    padding-bottom: 48px;
  }
  .mt-5-lg {
    margin-top: 40px;
  }
  .mb-5-lg {
    margin-bottom: 40px;
  }
  .pt-5-lg {
    padding-top: 40px;
  }
  .pb-5-lg {
    padding-bottom: 40px;
  }
  .mt-4-lg {
    margin-top: 32px;
  }
  .mb-4-lg {
    margin-bottom: 32px;
  }
  .pt-4-lg {
    padding-top: 32px;
  }
  .pb-4-lg {
    padding-bottom: 32px;
  }
  .mt-3-lg {
    margin-top: 24px;
  }
  .mb-3-lg {
    margin-bottom: 24px;
  }
  .pt-3-lg {
    padding-top: 24px;
  }
  .pb-3-lg {
    padding-bottom: 24px;
  }
  .mt-2-lg {
    margin-top: 16px;
  }
  .mb-2-lg {
    margin-bottom: 16px;
  }
  .pt-2-lg {
    padding-top: 16px;
  }
  .pb-2-lg {
    padding-bottom: 16px;
  }
  .mt-1-lg {
    margin-top: 8px;
  }
  .mb-1-lg {
    margin-bottom: 8px;
  }
  .pt-1-lg {
    padding-top: 8px;
  }
  .pb-1-lg {
    padding-bottom: 8px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .mt-16-md {
    margin-top: 128px;
  }
  .mb-16-md {
    margin-bottom: 128px;
  }
  .pt-16-md {
    padding-top: 128px;
  }
  .pb-16-md {
    padding-bottom: 128px;
  }
  .mt-15-md {
    margin-top: 120px;
  }
  .mb-15-md {
    margin-bottom: 120px;
  }
  .pt-15-md {
    padding-top: 120px;
  }
  .pb-15-md {
    padding-bottom: 120px;
  }
  .mt-14-md {
    margin-top: 112px;
  }
  .mb-14-md {
    margin-bottom: 112px;
  }
  .pt-14-md {
    padding-top: 112px;
  }
  .pb-14-md {
    padding-bottom: 112px;
  }
  .mt-13-md {
    margin-top: 104px;
  }
  .mb-13-md {
    margin-bottom: 104px;
  }
  .pt-13-md {
    padding-top: 104px;
  }
  .pb-13-md {
    padding-bottom: 104px;
  }
  .mt-12-md {
    margin-top: 96px;
  }
  .mb-12-md {
    margin-bottom: 96px;
  }
  .pt-12-md {
    padding-top: 96px;
  }
  .pb-12-md {
    padding-bottom: 96px;
  }
  .mt-11-md {
    margin-top: 88px;
  }
  .mb-11-md {
    margin-bottom: 88px;
  }
  .pt-11-md {
    padding-top: 88px;
  }
  .pb-11-md {
    padding-bottom: 88px;
  }
  .mt-10-md {
    margin-top: 80px;
  }
  .mb-10-md {
    margin-bottom: 80px;
  }
  .pt-10-md {
    padding-top: 80px;
  }
  .pb-10-md {
    padding-bottom: 80px;
  }
  .mt-9-md {
    margin-top: 72px;
  }
  .mb-9-md {
    margin-bottom: 72px;
  }
  .pt-9-md {
    padding-top: 72px;
  }
  .pb-9-md {
    padding-bottom: 72px;
  }
  .mt-8-md {
    margin-top: 64px;
  }
  .mb-8-md {
    margin-bottom: 64px;
  }
  .pt-8-md {
    padding-top: 64px;
  }
  .pb-8-md {
    padding-bottom: 64px;
  }
  .mt-7-md {
    margin-top: 56px;
  }
  .mb-7-md {
    margin-bottom: 56px;
  }
  .pt-7-md {
    padding-top: 56px;
  }
  .pb-7-md {
    padding-bottom: 56px;
  }
  .mt-6-md {
    margin-top: 48px;
  }
  .mb-6-md {
    margin-bottom: 48px;
  }
  .pt-6-md {
    padding-top: 48px;
  }
  .pb-6-md {
    padding-bottom: 48px;
  }
  .mt-5-md {
    margin-top: 40px;
  }
  .mb-5-md {
    margin-bottom: 40px;
  }
  .pt-5-md {
    padding-top: 40px;
  }
  .pb-5-md {
    padding-bottom: 40px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .mt-3-md {
    margin-top: 24px;
  }
  .mb-3-md {
    margin-bottom: 24px;
  }
  .pt-3-md {
    padding-top: 24px;
  }
  .pb-3-md {
    padding-bottom: 24px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .mt-1-md {
    margin-top: 8px;
  }
  .mb-1-md {
    margin-bottom: 8px;
  }
  .pt-1-md {
    padding-top: 8px;
  }
  .pb-1-md {
    padding-bottom: 8px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .mt-16-sm {
    margin-top: 128px;
  }
  .mb-16-sm {
    margin-bottom: 128px;
  }
  .pt-16-sm {
    padding-top: 128px;
  }
  .pb-16-sm {
    padding-bottom: 128px;
  }
  .mt-15-sm {
    margin-top: 120px;
  }
  .mb-15-sm {
    margin-bottom: 120px;
  }
  .pt-15-sm {
    padding-top: 120px;
  }
  .pb-15-sm {
    padding-bottom: 120px;
  }
  .mt-14-sm {
    margin-top: 112px;
  }
  .mb-14-sm {
    margin-bottom: 112px;
  }
  .pt-14-sm {
    padding-top: 112px;
  }
  .pb-14-sm {
    padding-bottom: 112px;
  }
  .mt-13-sm {
    margin-top: 104px;
  }
  .mb-13-sm {
    margin-bottom: 104px;
  }
  .pt-13-sm {
    padding-top: 104px;
  }
  .pb-13-sm {
    padding-bottom: 104px;
  }
  .mt-12-sm {
    margin-top: 96px;
  }
  .mb-12-sm {
    margin-bottom: 96px;
  }
  .pt-12-sm {
    padding-top: 96px;
  }
  .pb-12-sm {
    padding-bottom: 96px;
  }
  .mt-11-sm {
    margin-top: 88px;
  }
  .mb-11-sm {
    margin-bottom: 88px;
  }
  .pt-11-sm {
    padding-top: 88px;
  }
  .pb-11-sm {
    padding-bottom: 88px;
  }
  .mt-10-sm {
    margin-top: 80px;
  }
  .mb-10-sm {
    margin-bottom: 80px;
  }
  .pt-10-sm {
    padding-top: 80px;
  }
  .pb-10-sm {
    padding-bottom: 80px;
  }
  .mt-9-sm {
    margin-top: 72px;
  }
  .mb-9-sm {
    margin-bottom: 72px;
  }
  .pt-9-sm {
    padding-top: 72px;
  }
  .pb-9-sm {
    padding-bottom: 72px;
  }
  .mt-8-sm {
    margin-top: 64px;
  }
  .mb-8-sm {
    margin-bottom: 64px;
  }
  .pt-8-sm {
    padding-top: 64px;
  }
  .pb-8-sm {
    padding-bottom: 64px;
  }
  .mt-7-sm {
    margin-top: 56px;
  }
  .mb-7-sm {
    margin-bottom: 56px;
  }
  .pt-7-sm {
    padding-top: 56px;
  }
  .pb-7-sm {
    padding-bottom: 56px;
  }
  .mt-6-sm {
    margin-top: 48px;
  }
  .mb-6-sm {
    margin-bottom: 48px;
  }
  .pt-6-sm {
    padding-top: 48px;
  }
  .pb-6-sm {
    padding-bottom: 48px;
  }
  .mt-5-sm {
    margin-top: 40px;
  }
  .mb-5-sm {
    margin-bottom: 40px;
  }
  .pt-5-sm {
    padding-top: 40px;
  }
  .pb-5-sm {
    padding-bottom: 40px;
  }
  .mt-4-sm {
    margin-top: 32px;
  }
  .mb-4-sm {
    margin-bottom: 32px;
  }
  .pt-4-sm {
    padding-top: 32px;
  }
  .pb-4-sm {
    padding-bottom: 32px;
  }
  .mt-3-sm {
    margin-top: 24px;
  }
  .mb-3-sm {
    margin-bottom: 24px;
  }
  .pt-3-sm {
    padding-top: 24px;
  }
  .pb-3-sm {
    padding-bottom: 24px;
  }
  .mt-2-sm {
    margin-top: 16px;
  }
  .mb-2-sm {
    margin-bottom: 16px;
  }
  .pt-2-sm {
    padding-top: 16px;
  }
  .pb-2-sm {
    padding-bottom: 16px;
  }
  .mt-1-sm {
    margin-top: 8px;
  }
  .mb-1-sm {
    margin-bottom: 8px;
  }
  .pt-1-sm {
    padding-top: 8px;
  }
  .pb-1-sm {
    padding-bottom: 8px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
}
@media only screen and ( max-width:  620px ) {
  .mt-16 {
    margin-top: 96px;
  }
  .mb-16 {
    margin-bottom: 96px;
  }
  .pt-16 {
    padding-top: 96px;
  }
  .pb-16 {
    padding-bottom: 96px;
  }
  .mt-15 {
    margin-top: 90px;
  }
  .mb-15 {
    margin-bottom: 90px;
  }
  .pt-15 {
    padding-top: 90px;
  }
  .pb-15 {
    padding-bottom: 90px;
  }
  .mt-14 {
    margin-top: 84px;
  }
  .mb-14 {
    margin-bottom: 84px;
  }
  .pt-14 {
    padding-top: 84px;
  }
  .pb-14 {
    padding-bottom: 84px;
  }
  .mt-13 {
    margin-top: 78px;
  }
  .mb-13 {
    margin-bottom: 78px;
  }
  .pt-13 {
    padding-top: 78px;
  }
  .pb-13 {
    padding-bottom: 78px;
  }
  .mt-12 {
    margin-top: 72px;
  }
  .mb-12 {
    margin-bottom: 72px;
  }
  .pt-12 {
    padding-top: 72px;
  }
  .pb-12 {
    padding-bottom: 72px;
  }
  .mt-11 {
    margin-top: 66px;
  }
  .mb-11 {
    margin-bottom: 66px;
  }
  .pt-11 {
    padding-top: 66px;
  }
  .pb-11 {
    padding-bottom: 66px;
  }
  .mt-10 {
    margin-top: 60px;
  }
  .mb-10 {
    margin-bottom: 60px;
  }
  .pt-10 {
    padding-top: 60px;
  }
  .pb-10 {
    padding-bottom: 60px;
  }
  .mt-9 {
    margin-top: 54px;
  }
  .mb-9 {
    margin-bottom: 54px;
  }
  .pt-9 {
    padding-top: 54px;
  }
  .pb-9 {
    padding-bottom: 54px;
  }
  .mt-8 {
    margin-top: 48px;
  }
  .mb-8 {
    margin-bottom: 48px;
  }
  .pt-8 {
    padding-top: 48px;
  }
  .pb-8 {
    padding-bottom: 48px;
  }
  .mt-7 {
    margin-top: 42px;
  }
  .mb-7 {
    margin-bottom: 42px;
  }
  .pt-7 {
    padding-top: 42px;
  }
  .pb-7 {
    padding-bottom: 42px;
  }
  .mt-6 {
    margin-top: 36px;
  }
  .mb-6 {
    margin-bottom: 36px;
  }
  .pt-6 {
    padding-top: 36px;
  }
  .pb-6 {
    padding-bottom: 36px;
  }
  .mt-5 {
    margin-top: 30px;
  }
  .mb-5 {
    margin-bottom: 30px;
  }
  .pt-5 {
    padding-top: 30px;
  }
  .pb-5 {
    padding-bottom: 30px;
  }
  .mt-4 {
    margin-top: 24px;
  }
  .mb-4 {
    margin-bottom: 24px;
  }
  .pt-4 {
    padding-top: 24px;
  }
  .pb-4 {
    padding-bottom: 24px;
  }
  .mt-3 {
    margin-top: 18px;
  }
  .mb-3 {
    margin-bottom: 18px;
  }
  .pt-3 {
    padding-top: 18px;
  }
  .pb-3 {
    padding-bottom: 18px;
  }
  .mt-2 {
    margin-top: 12px;
  }
  .mb-2 {
    margin-bottom: 12px;
  }
  .pt-2 {
    padding-top: 12px;
  }
  .pb-2 {
    padding-bottom: 12px;
  }
  .mt-1 {
    margin-top: 6px;
  }
  .mb-1 {
    margin-bottom: 6px;
  }
  .pt-1 {
    padding-top: 6px;
  }
  .pb-1 {
    padding-bottom: 6px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .mt-16-lg {
    margin-top: 96px;
  }
  .mb-16-lg {
    margin-bottom: 96px;
  }
  .pt-16-lg {
    padding-top: 96px;
  }
  .pb-16-lg {
    padding-bottom: 96px;
  }
  .mt-15-lg {
    margin-top: 90px;
  }
  .mb-15-lg {
    margin-bottom: 90px;
  }
  .pt-15-lg {
    padding-top: 90px;
  }
  .pb-15-lg {
    padding-bottom: 90px;
  }
  .mt-14-lg {
    margin-top: 84px;
  }
  .mb-14-lg {
    margin-bottom: 84px;
  }
  .pt-14-lg {
    padding-top: 84px;
  }
  .pb-14-lg {
    padding-bottom: 84px;
  }
  .mt-13-lg {
    margin-top: 78px;
  }
  .mb-13-lg {
    margin-bottom: 78px;
  }
  .pt-13-lg {
    padding-top: 78px;
  }
  .pb-13-lg {
    padding-bottom: 78px;
  }
  .mt-12-lg {
    margin-top: 72px;
  }
  .mb-12-lg {
    margin-bottom: 72px;
  }
  .pt-12-lg {
    padding-top: 72px;
  }
  .pb-12-lg {
    padding-bottom: 72px;
  }
  .mt-11-lg {
    margin-top: 66px;
  }
  .mb-11-lg {
    margin-bottom: 66px;
  }
  .pt-11-lg {
    padding-top: 66px;
  }
  .pb-11-lg {
    padding-bottom: 66px;
  }
  .mt-10-lg {
    margin-top: 60px;
  }
  .mb-10-lg {
    margin-bottom: 60px;
  }
  .pt-10-lg {
    padding-top: 60px;
  }
  .pb-10-lg {
    padding-bottom: 60px;
  }
  .mt-9-lg {
    margin-top: 54px;
  }
  .mb-9-lg {
    margin-bottom: 54px;
  }
  .pt-9-lg {
    padding-top: 54px;
  }
  .pb-9-lg {
    padding-bottom: 54px;
  }
  .mt-8-lg {
    margin-top: 48px;
  }
  .mb-8-lg {
    margin-bottom: 48px;
  }
  .pt-8-lg {
    padding-top: 48px;
  }
  .pb-8-lg {
    padding-bottom: 48px;
  }
  .mt-7-lg {
    margin-top: 42px;
  }
  .mb-7-lg {
    margin-bottom: 42px;
  }
  .pt-7-lg {
    padding-top: 42px;
  }
  .pb-7-lg {
    padding-bottom: 42px;
  }
  .mt-6-lg {
    margin-top: 36px;
  }
  .mb-6-lg {
    margin-bottom: 36px;
  }
  .pt-6-lg {
    padding-top: 36px;
  }
  .pb-6-lg {
    padding-bottom: 36px;
  }
  .mt-5-lg {
    margin-top: 30px;
  }
  .mb-5-lg {
    margin-bottom: 30px;
  }
  .pt-5-lg {
    padding-top: 30px;
  }
  .pb-5-lg {
    padding-bottom: 30px;
  }
  .mt-4-lg {
    margin-top: 24px;
  }
  .mb-4-lg {
    margin-bottom: 24px;
  }
  .pt-4-lg {
    padding-top: 24px;
  }
  .pb-4-lg {
    padding-bottom: 24px;
  }
  .mt-3-lg {
    margin-top: 18px;
  }
  .mb-3-lg {
    margin-bottom: 18px;
  }
  .pt-3-lg {
    padding-top: 18px;
  }
  .pb-3-lg {
    padding-bottom: 18px;
  }
  .mt-2-lg {
    margin-top: 12px;
  }
  .mb-2-lg {
    margin-bottom: 12px;
  }
  .pt-2-lg {
    padding-top: 12px;
  }
  .pb-2-lg {
    padding-bottom: 12px;
  }
  .mt-1-lg {
    margin-top: 6px;
  }
  .mb-1-lg {
    margin-bottom: 6px;
  }
  .pt-1-lg {
    padding-top: 6px;
  }
  .pb-1-lg {
    padding-bottom: 6px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .mt-16-md {
    margin-top: 96px;
  }
  .mb-16-md {
    margin-bottom: 96px;
  }
  .pt-16-md {
    padding-top: 96px;
  }
  .pb-16-md {
    padding-bottom: 96px;
  }
  .mt-15-md {
    margin-top: 90px;
  }
  .mb-15-md {
    margin-bottom: 90px;
  }
  .pt-15-md {
    padding-top: 90px;
  }
  .pb-15-md {
    padding-bottom: 90px;
  }
  .mt-14-md {
    margin-top: 84px;
  }
  .mb-14-md {
    margin-bottom: 84px;
  }
  .pt-14-md {
    padding-top: 84px;
  }
  .pb-14-md {
    padding-bottom: 84px;
  }
  .mt-13-md {
    margin-top: 78px;
  }
  .mb-13-md {
    margin-bottom: 78px;
  }
  .pt-13-md {
    padding-top: 78px;
  }
  .pb-13-md {
    padding-bottom: 78px;
  }
  .mt-12-md {
    margin-top: 72px;
  }
  .mb-12-md {
    margin-bottom: 72px;
  }
  .pt-12-md {
    padding-top: 72px;
  }
  .pb-12-md {
    padding-bottom: 72px;
  }
  .mt-11-md {
    margin-top: 66px;
  }
  .mb-11-md {
    margin-bottom: 66px;
  }
  .pt-11-md {
    padding-top: 66px;
  }
  .pb-11-md {
    padding-bottom: 66px;
  }
  .mt-10-md {
    margin-top: 60px;
  }
  .mb-10-md {
    margin-bottom: 60px;
  }
  .pt-10-md {
    padding-top: 60px;
  }
  .pb-10-md {
    padding-bottom: 60px;
  }
  .mt-9-md {
    margin-top: 54px;
  }
  .mb-9-md {
    margin-bottom: 54px;
  }
  .pt-9-md {
    padding-top: 54px;
  }
  .pb-9-md {
    padding-bottom: 54px;
  }
  .mt-8-md {
    margin-top: 48px;
  }
  .mb-8-md {
    margin-bottom: 48px;
  }
  .pt-8-md {
    padding-top: 48px;
  }
  .pb-8-md {
    padding-bottom: 48px;
  }
  .mt-7-md {
    margin-top: 42px;
  }
  .mb-7-md {
    margin-bottom: 42px;
  }
  .pt-7-md {
    padding-top: 42px;
  }
  .pb-7-md {
    padding-bottom: 42px;
  }
  .mt-6-md {
    margin-top: 36px;
  }
  .mb-6-md {
    margin-bottom: 36px;
  }
  .pt-6-md {
    padding-top: 36px;
  }
  .pb-6-md {
    padding-bottom: 36px;
  }
  .mt-5-md {
    margin-top: 30px;
  }
  .mb-5-md {
    margin-bottom: 30px;
  }
  .pt-5-md {
    padding-top: 30px;
  }
  .pb-5-md {
    padding-bottom: 30px;
  }
  .mt-4-md {
    margin-top: 24px;
  }
  .mb-4-md {
    margin-bottom: 24px;
  }
  .pt-4-md {
    padding-top: 24px;
  }
  .pb-4-md {
    padding-bottom: 24px;
  }
  .mt-3-md {
    margin-top: 18px;
  }
  .mb-3-md {
    margin-bottom: 18px;
  }
  .pt-3-md {
    padding-top: 18px;
  }
  .pb-3-md {
    padding-bottom: 18px;
  }
  .mt-2-md {
    margin-top: 12px;
  }
  .mb-2-md {
    margin-bottom: 12px;
  }
  .pt-2-md {
    padding-top: 12px;
  }
  .pb-2-md {
    padding-bottom: 12px;
  }
  .mt-1-md {
    margin-top: 6px;
  }
  .mb-1-md {
    margin-bottom: 6px;
  }
  .pt-1-md {
    padding-top: 6px;
  }
  .pb-1-md {
    padding-bottom: 6px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .mt-16-sm {
    margin-top: 96px;
  }
  .mb-16-sm {
    margin-bottom: 96px;
  }
  .pt-16-sm {
    padding-top: 96px;
  }
  .pb-16-sm {
    padding-bottom: 96px;
  }
  .mt-15-sm {
    margin-top: 90px;
  }
  .mb-15-sm {
    margin-bottom: 90px;
  }
  .pt-15-sm {
    padding-top: 90px;
  }
  .pb-15-sm {
    padding-bottom: 90px;
  }
  .mt-14-sm {
    margin-top: 84px;
  }
  .mb-14-sm {
    margin-bottom: 84px;
  }
  .pt-14-sm {
    padding-top: 84px;
  }
  .pb-14-sm {
    padding-bottom: 84px;
  }
  .mt-13-sm {
    margin-top: 78px;
  }
  .mb-13-sm {
    margin-bottom: 78px;
  }
  .pt-13-sm {
    padding-top: 78px;
  }
  .pb-13-sm {
    padding-bottom: 78px;
  }
  .mt-12-sm {
    margin-top: 72px;
  }
  .mb-12-sm {
    margin-bottom: 72px;
  }
  .pt-12-sm {
    padding-top: 72px;
  }
  .pb-12-sm {
    padding-bottom: 72px;
  }
  .mt-11-sm {
    margin-top: 66px;
  }
  .mb-11-sm {
    margin-bottom: 66px;
  }
  .pt-11-sm {
    padding-top: 66px;
  }
  .pb-11-sm {
    padding-bottom: 66px;
  }
  .mt-10-sm {
    margin-top: 60px;
  }
  .mb-10-sm {
    margin-bottom: 60px;
  }
  .pt-10-sm {
    padding-top: 60px;
  }
  .pb-10-sm {
    padding-bottom: 60px;
  }
  .mt-9-sm {
    margin-top: 54px;
  }
  .mb-9-sm {
    margin-bottom: 54px;
  }
  .pt-9-sm {
    padding-top: 54px;
  }
  .pb-9-sm {
    padding-bottom: 54px;
  }
  .mt-8-sm {
    margin-top: 48px;
  }
  .mb-8-sm {
    margin-bottom: 48px;
  }
  .pt-8-sm {
    padding-top: 48px;
  }
  .pb-8-sm {
    padding-bottom: 48px;
  }
  .mt-7-sm {
    margin-top: 42px;
  }
  .mb-7-sm {
    margin-bottom: 42px;
  }
  .pt-7-sm {
    padding-top: 42px;
  }
  .pb-7-sm {
    padding-bottom: 42px;
  }
  .mt-6-sm {
    margin-top: 36px;
  }
  .mb-6-sm {
    margin-bottom: 36px;
  }
  .pt-6-sm {
    padding-top: 36px;
  }
  .pb-6-sm {
    padding-bottom: 36px;
  }
  .mt-5-sm {
    margin-top: 30px;
  }
  .mb-5-sm {
    margin-bottom: 30px;
  }
  .pt-5-sm {
    padding-top: 30px;
  }
  .pb-5-sm {
    padding-bottom: 30px;
  }
  .mt-4-sm {
    margin-top: 24px;
  }
  .mb-4-sm {
    margin-bottom: 24px;
  }
  .pt-4-sm {
    padding-top: 24px;
  }
  .pb-4-sm {
    padding-bottom: 24px;
  }
  .mt-3-sm {
    margin-top: 18px;
  }
  .mb-3-sm {
    margin-bottom: 18px;
  }
  .pt-3-sm {
    padding-top: 18px;
  }
  .pb-3-sm {
    padding-bottom: 18px;
  }
  .mt-2-sm {
    margin-top: 12px;
  }
  .mb-2-sm {
    margin-bottom: 12px;
  }
  .pt-2-sm {
    padding-top: 12px;
  }
  .pb-2-sm {
    padding-bottom: 12px;
  }
  .mt-1-sm {
    margin-top: 6px;
  }
  .mb-1-sm {
    margin-bottom: 6px;
  }
  .pt-1-sm {
    padding-top: 6px;
  }
  .pb-1-sm {
    padding-bottom: 6px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .mt-16-xs {
    margin-top: 96px;
  }
  .mb-16-xs {
    margin-bottom: 96px;
  }
  .pt-16-xs {
    padding-top: 96px;
  }
  .pb-16-xs {
    padding-bottom: 96px;
  }
  .mt-15-xs {
    margin-top: 90px;
  }
  .mb-15-xs {
    margin-bottom: 90px;
  }
  .pt-15-xs {
    padding-top: 90px;
  }
  .pb-15-xs {
    padding-bottom: 90px;
  }
  .mt-14-xs {
    margin-top: 84px;
  }
  .mb-14-xs {
    margin-bottom: 84px;
  }
  .pt-14-xs {
    padding-top: 84px;
  }
  .pb-14-xs {
    padding-bottom: 84px;
  }
  .mt-13-xs {
    margin-top: 78px;
  }
  .mb-13-xs {
    margin-bottom: 78px;
  }
  .pt-13-xs {
    padding-top: 78px;
  }
  .pb-13-xs {
    padding-bottom: 78px;
  }
  .mt-12-xs {
    margin-top: 72px;
  }
  .mb-12-xs {
    margin-bottom: 72px;
  }
  .pt-12-xs {
    padding-top: 72px;
  }
  .pb-12-xs {
    padding-bottom: 72px;
  }
  .mt-11-xs {
    margin-top: 66px;
  }
  .mb-11-xs {
    margin-bottom: 66px;
  }
  .pt-11-xs {
    padding-top: 66px;
  }
  .pb-11-xs {
    padding-bottom: 66px;
  }
  .mt-10-xs {
    margin-top: 60px;
  }
  .mb-10-xs {
    margin-bottom: 60px;
  }
  .pt-10-xs {
    padding-top: 60px;
  }
  .pb-10-xs {
    padding-bottom: 60px;
  }
  .mt-9-xs {
    margin-top: 54px;
  }
  .mb-9-xs {
    margin-bottom: 54px;
  }
  .pt-9-xs {
    padding-top: 54px;
  }
  .pb-9-xs {
    padding-bottom: 54px;
  }
  .mt-8-xs {
    margin-top: 48px;
  }
  .mb-8-xs {
    margin-bottom: 48px;
  }
  .pt-8-xs {
    padding-top: 48px;
  }
  .pb-8-xs {
    padding-bottom: 48px;
  }
  .mt-7-xs {
    margin-top: 42px;
  }
  .mb-7-xs {
    margin-bottom: 42px;
  }
  .pt-7-xs {
    padding-top: 42px;
  }
  .pb-7-xs {
    padding-bottom: 42px;
  }
  .mt-6-xs {
    margin-top: 36px;
  }
  .mb-6-xs {
    margin-bottom: 36px;
  }
  .pt-6-xs {
    padding-top: 36px;
  }
  .pb-6-xs {
    padding-bottom: 36px;
  }
  .mt-5-xs {
    margin-top: 30px;
  }
  .mb-5-xs {
    margin-bottom: 30px;
  }
  .pt-5-xs {
    padding-top: 30px;
  }
  .pb-5-xs {
    padding-bottom: 30px;
  }
  .mt-4-xs {
    margin-top: 24px;
  }
  .mb-4-xs {
    margin-bottom: 24px;
  }
  .pt-4-xs {
    padding-top: 24px;
  }
  .pb-4-xs {
    padding-bottom: 24px;
  }
  .mt-3-xs {
    margin-top: 18px;
  }
  .mb-3-xs {
    margin-bottom: 18px;
  }
  .pt-3-xs {
    padding-top: 18px;
  }
  .pb-3-xs {
    padding-bottom: 18px;
  }
  .mt-2-xs {
    margin-top: 12px;
  }
  .mb-2-xs {
    margin-bottom: 12px;
  }
  .pt-2-xs {
    padding-top: 12px;
  }
  .pb-2-xs {
    padding-bottom: 12px;
  }
  .mt-1-xs {
    margin-top: 6px;
  }
  .mb-1-xs {
    margin-bottom: 6px;
  }
  .pt-1-xs {
    padding-top: 6px;
  }
  .pb-1-xs {
    padding-bottom: 6px;
  }
  .mt-0-xs {
    margin-top: 0px;
  }
  .mb-0-xs {
    margin-bottom: 0px;
  }
  .pt-0-xs {
    padding-top: 0px;
  }
  .pb-0-xs {
    padding-bottom: 0px;
  }
}
@media only screen and ( max-width:  480px ) {
  .mt-16 {
    margin-top: 96px;
  }
  .mb-16 {
    margin-bottom: 96px;
  }
  .pt-16 {
    padding-top: 96px;
  }
  .pb-16 {
    padding-bottom: 96px;
  }
  .mt-15 {
    margin-top: 90px;
  }
  .mb-15 {
    margin-bottom: 90px;
  }
  .pt-15 {
    padding-top: 90px;
  }
  .pb-15 {
    padding-bottom: 90px;
  }
  .mt-14 {
    margin-top: 84px;
  }
  .mb-14 {
    margin-bottom: 84px;
  }
  .pt-14 {
    padding-top: 84px;
  }
  .pb-14 {
    padding-bottom: 84px;
  }
  .mt-13 {
    margin-top: 78px;
  }
  .mb-13 {
    margin-bottom: 78px;
  }
  .pt-13 {
    padding-top: 78px;
  }
  .pb-13 {
    padding-bottom: 78px;
  }
  .mt-12 {
    margin-top: 72px;
  }
  .mb-12 {
    margin-bottom: 72px;
  }
  .pt-12 {
    padding-top: 72px;
  }
  .pb-12 {
    padding-bottom: 72px;
  }
  .mt-11 {
    margin-top: 66px;
  }
  .mb-11 {
    margin-bottom: 66px;
  }
  .pt-11 {
    padding-top: 66px;
  }
  .pb-11 {
    padding-bottom: 66px;
  }
  .mt-10 {
    margin-top: 60px;
  }
  .mb-10 {
    margin-bottom: 60px;
  }
  .pt-10 {
    padding-top: 60px;
  }
  .pb-10 {
    padding-bottom: 60px;
  }
  .mt-9 {
    margin-top: 54px;
  }
  .mb-9 {
    margin-bottom: 54px;
  }
  .pt-9 {
    padding-top: 54px;
  }
  .pb-9 {
    padding-bottom: 54px;
  }
  .mt-8 {
    margin-top: 48px;
  }
  .mb-8 {
    margin-bottom: 48px;
  }
  .pt-8 {
    padding-top: 48px;
  }
  .pb-8 {
    padding-bottom: 48px;
  }
  .mt-7 {
    margin-top: 42px;
  }
  .mb-7 {
    margin-bottom: 42px;
  }
  .pt-7 {
    padding-top: 42px;
  }
  .pb-7 {
    padding-bottom: 42px;
  }
  .mt-6 {
    margin-top: 36px;
  }
  .mb-6 {
    margin-bottom: 36px;
  }
  .pt-6 {
    padding-top: 36px;
  }
  .pb-6 {
    padding-bottom: 36px;
  }
  .mt-5 {
    margin-top: 30px;
  }
  .mb-5 {
    margin-bottom: 30px;
  }
  .pt-5 {
    padding-top: 30px;
  }
  .pb-5 {
    padding-bottom: 30px;
  }
  .mt-4 {
    margin-top: 24px;
  }
  .mb-4 {
    margin-bottom: 24px;
  }
  .pt-4 {
    padding-top: 24px;
  }
  .pb-4 {
    padding-bottom: 24px;
  }
  .mt-3 {
    margin-top: 18px;
  }
  .mb-3 {
    margin-bottom: 18px;
  }
  .pt-3 {
    padding-top: 18px;
  }
  .pb-3 {
    padding-bottom: 18px;
  }
  .mt-2 {
    margin-top: 12px;
  }
  .mb-2 {
    margin-bottom: 12px;
  }
  .pt-2 {
    padding-top: 12px;
  }
  .pb-2 {
    padding-bottom: 12px;
  }
  .mt-1 {
    margin-top: 6px;
  }
  .mb-1 {
    margin-bottom: 6px;
  }
  .pt-1 {
    padding-top: 6px;
  }
  .pb-1 {
    padding-bottom: 6px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .mt-16-lg {
    margin-top: 96px;
  }
  .mb-16-lg {
    margin-bottom: 96px;
  }
  .pt-16-lg {
    padding-top: 96px;
  }
  .pb-16-lg {
    padding-bottom: 96px;
  }
  .mt-15-lg {
    margin-top: 90px;
  }
  .mb-15-lg {
    margin-bottom: 90px;
  }
  .pt-15-lg {
    padding-top: 90px;
  }
  .pb-15-lg {
    padding-bottom: 90px;
  }
  .mt-14-lg {
    margin-top: 84px;
  }
  .mb-14-lg {
    margin-bottom: 84px;
  }
  .pt-14-lg {
    padding-top: 84px;
  }
  .pb-14-lg {
    padding-bottom: 84px;
  }
  .mt-13-lg {
    margin-top: 78px;
  }
  .mb-13-lg {
    margin-bottom: 78px;
  }
  .pt-13-lg {
    padding-top: 78px;
  }
  .pb-13-lg {
    padding-bottom: 78px;
  }
  .mt-12-lg {
    margin-top: 72px;
  }
  .mb-12-lg {
    margin-bottom: 72px;
  }
  .pt-12-lg {
    padding-top: 72px;
  }
  .pb-12-lg {
    padding-bottom: 72px;
  }
  .mt-11-lg {
    margin-top: 66px;
  }
  .mb-11-lg {
    margin-bottom: 66px;
  }
  .pt-11-lg {
    padding-top: 66px;
  }
  .pb-11-lg {
    padding-bottom: 66px;
  }
  .mt-10-lg {
    margin-top: 60px;
  }
  .mb-10-lg {
    margin-bottom: 60px;
  }
  .pt-10-lg {
    padding-top: 60px;
  }
  .pb-10-lg {
    padding-bottom: 60px;
  }
  .mt-9-lg {
    margin-top: 54px;
  }
  .mb-9-lg {
    margin-bottom: 54px;
  }
  .pt-9-lg {
    padding-top: 54px;
  }
  .pb-9-lg {
    padding-bottom: 54px;
  }
  .mt-8-lg {
    margin-top: 48px;
  }
  .mb-8-lg {
    margin-bottom: 48px;
  }
  .pt-8-lg {
    padding-top: 48px;
  }
  .pb-8-lg {
    padding-bottom: 48px;
  }
  .mt-7-lg {
    margin-top: 42px;
  }
  .mb-7-lg {
    margin-bottom: 42px;
  }
  .pt-7-lg {
    padding-top: 42px;
  }
  .pb-7-lg {
    padding-bottom: 42px;
  }
  .mt-6-lg {
    margin-top: 36px;
  }
  .mb-6-lg {
    margin-bottom: 36px;
  }
  .pt-6-lg {
    padding-top: 36px;
  }
  .pb-6-lg {
    padding-bottom: 36px;
  }
  .mt-5-lg {
    margin-top: 30px;
  }
  .mb-5-lg {
    margin-bottom: 30px;
  }
  .pt-5-lg {
    padding-top: 30px;
  }
  .pb-5-lg {
    padding-bottom: 30px;
  }
  .mt-4-lg {
    margin-top: 24px;
  }
  .mb-4-lg {
    margin-bottom: 24px;
  }
  .pt-4-lg {
    padding-top: 24px;
  }
  .pb-4-lg {
    padding-bottom: 24px;
  }
  .mt-3-lg {
    margin-top: 18px;
  }
  .mb-3-lg {
    margin-bottom: 18px;
  }
  .pt-3-lg {
    padding-top: 18px;
  }
  .pb-3-lg {
    padding-bottom: 18px;
  }
  .mt-2-lg {
    margin-top: 12px;
  }
  .mb-2-lg {
    margin-bottom: 12px;
  }
  .pt-2-lg {
    padding-top: 12px;
  }
  .pb-2-lg {
    padding-bottom: 12px;
  }
  .mt-1-lg {
    margin-top: 6px;
  }
  .mb-1-lg {
    margin-bottom: 6px;
  }
  .pt-1-lg {
    padding-top: 6px;
  }
  .pb-1-lg {
    padding-bottom: 6px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .mt-16-md {
    margin-top: 96px;
  }
  .mb-16-md {
    margin-bottom: 96px;
  }
  .pt-16-md {
    padding-top: 96px;
  }
  .pb-16-md {
    padding-bottom: 96px;
  }
  .mt-15-md {
    margin-top: 90px;
  }
  .mb-15-md {
    margin-bottom: 90px;
  }
  .pt-15-md {
    padding-top: 90px;
  }
  .pb-15-md {
    padding-bottom: 90px;
  }
  .mt-14-md {
    margin-top: 84px;
  }
  .mb-14-md {
    margin-bottom: 84px;
  }
  .pt-14-md {
    padding-top: 84px;
  }
  .pb-14-md {
    padding-bottom: 84px;
  }
  .mt-13-md {
    margin-top: 78px;
  }
  .mb-13-md {
    margin-bottom: 78px;
  }
  .pt-13-md {
    padding-top: 78px;
  }
  .pb-13-md {
    padding-bottom: 78px;
  }
  .mt-12-md {
    margin-top: 72px;
  }
  .mb-12-md {
    margin-bottom: 72px;
  }
  .pt-12-md {
    padding-top: 72px;
  }
  .pb-12-md {
    padding-bottom: 72px;
  }
  .mt-11-md {
    margin-top: 66px;
  }
  .mb-11-md {
    margin-bottom: 66px;
  }
  .pt-11-md {
    padding-top: 66px;
  }
  .pb-11-md {
    padding-bottom: 66px;
  }
  .mt-10-md {
    margin-top: 60px;
  }
  .mb-10-md {
    margin-bottom: 60px;
  }
  .pt-10-md {
    padding-top: 60px;
  }
  .pb-10-md {
    padding-bottom: 60px;
  }
  .mt-9-md {
    margin-top: 54px;
  }
  .mb-9-md {
    margin-bottom: 54px;
  }
  .pt-9-md {
    padding-top: 54px;
  }
  .pb-9-md {
    padding-bottom: 54px;
  }
  .mt-8-md {
    margin-top: 48px;
  }
  .mb-8-md {
    margin-bottom: 48px;
  }
  .pt-8-md {
    padding-top: 48px;
  }
  .pb-8-md {
    padding-bottom: 48px;
  }
  .mt-7-md {
    margin-top: 42px;
  }
  .mb-7-md {
    margin-bottom: 42px;
  }
  .pt-7-md {
    padding-top: 42px;
  }
  .pb-7-md {
    padding-bottom: 42px;
  }
  .mt-6-md {
    margin-top: 36px;
  }
  .mb-6-md {
    margin-bottom: 36px;
  }
  .pt-6-md {
    padding-top: 36px;
  }
  .pb-6-md {
    padding-bottom: 36px;
  }
  .mt-5-md {
    margin-top: 30px;
  }
  .mb-5-md {
    margin-bottom: 30px;
  }
  .pt-5-md {
    padding-top: 30px;
  }
  .pb-5-md {
    padding-bottom: 30px;
  }
  .mt-4-md {
    margin-top: 24px;
  }
  .mb-4-md {
    margin-bottom: 24px;
  }
  .pt-4-md {
    padding-top: 24px;
  }
  .pb-4-md {
    padding-bottom: 24px;
  }
  .mt-3-md {
    margin-top: 18px;
  }
  .mb-3-md {
    margin-bottom: 18px;
  }
  .pt-3-md {
    padding-top: 18px;
  }
  .pb-3-md {
    padding-bottom: 18px;
  }
  .mt-2-md {
    margin-top: 12px;
  }
  .mb-2-md {
    margin-bottom: 12px;
  }
  .pt-2-md {
    padding-top: 12px;
  }
  .pb-2-md {
    padding-bottom: 12px;
  }
  .mt-1-md {
    margin-top: 6px;
  }
  .mb-1-md {
    margin-bottom: 6px;
  }
  .pt-1-md {
    padding-top: 6px;
  }
  .pb-1-md {
    padding-bottom: 6px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .mt-16-sm {
    margin-top: 96px;
  }
  .mb-16-sm {
    margin-bottom: 96px;
  }
  .pt-16-sm {
    padding-top: 96px;
  }
  .pb-16-sm {
    padding-bottom: 96px;
  }
  .mt-15-sm {
    margin-top: 90px;
  }
  .mb-15-sm {
    margin-bottom: 90px;
  }
  .pt-15-sm {
    padding-top: 90px;
  }
  .pb-15-sm {
    padding-bottom: 90px;
  }
  .mt-14-sm {
    margin-top: 84px;
  }
  .mb-14-sm {
    margin-bottom: 84px;
  }
  .pt-14-sm {
    padding-top: 84px;
  }
  .pb-14-sm {
    padding-bottom: 84px;
  }
  .mt-13-sm {
    margin-top: 78px;
  }
  .mb-13-sm {
    margin-bottom: 78px;
  }
  .pt-13-sm {
    padding-top: 78px;
  }
  .pb-13-sm {
    padding-bottom: 78px;
  }
  .mt-12-sm {
    margin-top: 72px;
  }
  .mb-12-sm {
    margin-bottom: 72px;
  }
  .pt-12-sm {
    padding-top: 72px;
  }
  .pb-12-sm {
    padding-bottom: 72px;
  }
  .mt-11-sm {
    margin-top: 66px;
  }
  .mb-11-sm {
    margin-bottom: 66px;
  }
  .pt-11-sm {
    padding-top: 66px;
  }
  .pb-11-sm {
    padding-bottom: 66px;
  }
  .mt-10-sm {
    margin-top: 60px;
  }
  .mb-10-sm {
    margin-bottom: 60px;
  }
  .pt-10-sm {
    padding-top: 60px;
  }
  .pb-10-sm {
    padding-bottom: 60px;
  }
  .mt-9-sm {
    margin-top: 54px;
  }
  .mb-9-sm {
    margin-bottom: 54px;
  }
  .pt-9-sm {
    padding-top: 54px;
  }
  .pb-9-sm {
    padding-bottom: 54px;
  }
  .mt-8-sm {
    margin-top: 48px;
  }
  .mb-8-sm {
    margin-bottom: 48px;
  }
  .pt-8-sm {
    padding-top: 48px;
  }
  .pb-8-sm {
    padding-bottom: 48px;
  }
  .mt-7-sm {
    margin-top: 42px;
  }
  .mb-7-sm {
    margin-bottom: 42px;
  }
  .pt-7-sm {
    padding-top: 42px;
  }
  .pb-7-sm {
    padding-bottom: 42px;
  }
  .mt-6-sm {
    margin-top: 36px;
  }
  .mb-6-sm {
    margin-bottom: 36px;
  }
  .pt-6-sm {
    padding-top: 36px;
  }
  .pb-6-sm {
    padding-bottom: 36px;
  }
  .mt-5-sm {
    margin-top: 30px;
  }
  .mb-5-sm {
    margin-bottom: 30px;
  }
  .pt-5-sm {
    padding-top: 30px;
  }
  .pb-5-sm {
    padding-bottom: 30px;
  }
  .mt-4-sm {
    margin-top: 24px;
  }
  .mb-4-sm {
    margin-bottom: 24px;
  }
  .pt-4-sm {
    padding-top: 24px;
  }
  .pb-4-sm {
    padding-bottom: 24px;
  }
  .mt-3-sm {
    margin-top: 18px;
  }
  .mb-3-sm {
    margin-bottom: 18px;
  }
  .pt-3-sm {
    padding-top: 18px;
  }
  .pb-3-sm {
    padding-bottom: 18px;
  }
  .mt-2-sm {
    margin-top: 12px;
  }
  .mb-2-sm {
    margin-bottom: 12px;
  }
  .pt-2-sm {
    padding-top: 12px;
  }
  .pb-2-sm {
    padding-bottom: 12px;
  }
  .mt-1-sm {
    margin-top: 6px;
  }
  .mb-1-sm {
    margin-bottom: 6px;
  }
  .pt-1-sm {
    padding-top: 6px;
  }
  .pb-1-sm {
    padding-bottom: 6px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .mt-16-xs {
    margin-top: 96px;
  }
  .mb-16-xs {
    margin-bottom: 96px;
  }
  .pt-16-xs {
    padding-top: 96px;
  }
  .pb-16-xs {
    padding-bottom: 96px;
  }
  .mt-15-xs {
    margin-top: 90px;
  }
  .mb-15-xs {
    margin-bottom: 90px;
  }
  .pt-15-xs {
    padding-top: 90px;
  }
  .pb-15-xs {
    padding-bottom: 90px;
  }
  .mt-14-xs {
    margin-top: 84px;
  }
  .mb-14-xs {
    margin-bottom: 84px;
  }
  .pt-14-xs {
    padding-top: 84px;
  }
  .pb-14-xs {
    padding-bottom: 84px;
  }
  .mt-13-xs {
    margin-top: 78px;
  }
  .mb-13-xs {
    margin-bottom: 78px;
  }
  .pt-13-xs {
    padding-top: 78px;
  }
  .pb-13-xs {
    padding-bottom: 78px;
  }
  .mt-12-xs {
    margin-top: 72px;
  }
  .mb-12-xs {
    margin-bottom: 72px;
  }
  .pt-12-xs {
    padding-top: 72px;
  }
  .pb-12-xs {
    padding-bottom: 72px;
  }
  .mt-11-xs {
    margin-top: 66px;
  }
  .mb-11-xs {
    margin-bottom: 66px;
  }
  .pt-11-xs {
    padding-top: 66px;
  }
  .pb-11-xs {
    padding-bottom: 66px;
  }
  .mt-10-xs {
    margin-top: 60px;
  }
  .mb-10-xs {
    margin-bottom: 60px;
  }
  .pt-10-xs {
    padding-top: 60px;
  }
  .pb-10-xs {
    padding-bottom: 60px;
  }
  .mt-9-xs {
    margin-top: 54px;
  }
  .mb-9-xs {
    margin-bottom: 54px;
  }
  .pt-9-xs {
    padding-top: 54px;
  }
  .pb-9-xs {
    padding-bottom: 54px;
  }
  .mt-8-xs {
    margin-top: 48px;
  }
  .mb-8-xs {
    margin-bottom: 48px;
  }
  .pt-8-xs {
    padding-top: 48px;
  }
  .pb-8-xs {
    padding-bottom: 48px;
  }
  .mt-7-xs {
    margin-top: 42px;
  }
  .mb-7-xs {
    margin-bottom: 42px;
  }
  .pt-7-xs {
    padding-top: 42px;
  }
  .pb-7-xs {
    padding-bottom: 42px;
  }
  .mt-6-xs {
    margin-top: 36px;
  }
  .mb-6-xs {
    margin-bottom: 36px;
  }
  .pt-6-xs {
    padding-top: 36px;
  }
  .pb-6-xs {
    padding-bottom: 36px;
  }
  .mt-5-xs {
    margin-top: 30px;
  }
  .mb-5-xs {
    margin-bottom: 30px;
  }
  .pt-5-xs {
    padding-top: 30px;
  }
  .pb-5-xs {
    padding-bottom: 30px;
  }
  .mt-4-xs {
    margin-top: 24px;
  }
  .mb-4-xs {
    margin-bottom: 24px;
  }
  .pt-4-xs {
    padding-top: 24px;
  }
  .pb-4-xs {
    padding-bottom: 24px;
  }
  .mt-3-xs {
    margin-top: 18px;
  }
  .mb-3-xs {
    margin-bottom: 18px;
  }
  .pt-3-xs {
    padding-top: 18px;
  }
  .pb-3-xs {
    padding-bottom: 18px;
  }
  .mt-2-xs {
    margin-top: 12px;
  }
  .mb-2-xs {
    margin-bottom: 12px;
  }
  .pt-2-xs {
    padding-top: 12px;
  }
  .pb-2-xs {
    padding-bottom: 12px;
  }
  .mt-1-xs {
    margin-top: 6px;
  }
  .mb-1-xs {
    margin-bottom: 6px;
  }
  .pt-1-xs {
    padding-top: 6px;
  }
  .pb-1-xs {
    padding-bottom: 6px;
  }
  .mt-0-xs {
    margin-top: 0px;
  }
  .mb-0-xs {
    margin-bottom: 0px;
  }
  .pt-0-xs {
    padding-top: 0px;
  }
  .pb-0-xs {
    padding-bottom: 0px;
  }
  .mt-16-xxs {
    margin-top: 96px;
  }
  .mb-16-xxs {
    margin-bottom: 96px;
  }
  .pt-16-xxs {
    padding-top: 96px;
  }
  .pb-16-xxs {
    padding-bottom: 96px;
  }
  .mt-15-xxs {
    margin-top: 90px;
  }
  .mb-15-xxs {
    margin-bottom: 90px;
  }
  .pt-15-xxs {
    padding-top: 90px;
  }
  .pb-15-xxs {
    padding-bottom: 90px;
  }
  .mt-14-xxs {
    margin-top: 84px;
  }
  .mb-14-xxs {
    margin-bottom: 84px;
  }
  .pt-14-xxs {
    padding-top: 84px;
  }
  .pb-14-xxs {
    padding-bottom: 84px;
  }
  .mt-13-xxs {
    margin-top: 78px;
  }
  .mb-13-xxs {
    margin-bottom: 78px;
  }
  .pt-13-xxs {
    padding-top: 78px;
  }
  .pb-13-xxs {
    padding-bottom: 78px;
  }
  .mt-12-xxs {
    margin-top: 72px;
  }
  .mb-12-xxs {
    margin-bottom: 72px;
  }
  .pt-12-xxs {
    padding-top: 72px;
  }
  .pb-12-xxs {
    padding-bottom: 72px;
  }
  .mt-11-xxs {
    margin-top: 66px;
  }
  .mb-11-xxs {
    margin-bottom: 66px;
  }
  .pt-11-xxs {
    padding-top: 66px;
  }
  .pb-11-xxs {
    padding-bottom: 66px;
  }
  .mt-10-xxs {
    margin-top: 60px;
  }
  .mb-10-xxs {
    margin-bottom: 60px;
  }
  .pt-10-xxs {
    padding-top: 60px;
  }
  .pb-10-xxs {
    padding-bottom: 60px;
  }
  .mt-9-xxs {
    margin-top: 54px;
  }
  .mb-9-xxs {
    margin-bottom: 54px;
  }
  .pt-9-xxs {
    padding-top: 54px;
  }
  .pb-9-xxs {
    padding-bottom: 54px;
  }
  .mt-8-xxs {
    margin-top: 48px;
  }
  .mb-8-xxs {
    margin-bottom: 48px;
  }
  .pt-8-xxs {
    padding-top: 48px;
  }
  .pb-8-xxs {
    padding-bottom: 48px;
  }
  .mt-7-xxs {
    margin-top: 42px;
  }
  .mb-7-xxs {
    margin-bottom: 42px;
  }
  .pt-7-xxs {
    padding-top: 42px;
  }
  .pb-7-xxs {
    padding-bottom: 42px;
  }
  .mt-6-xxs {
    margin-top: 36px;
  }
  .mb-6-xxs {
    margin-bottom: 36px;
  }
  .pt-6-xxs {
    padding-top: 36px;
  }
  .pb-6-xxs {
    padding-bottom: 36px;
  }
  .mt-5-xxs {
    margin-top: 30px;
  }
  .mb-5-xxs {
    margin-bottom: 30px;
  }
  .pt-5-xxs {
    padding-top: 30px;
  }
  .pb-5-xxs {
    padding-bottom: 30px;
  }
  .mt-4-xxs {
    margin-top: 24px;
  }
  .mb-4-xxs {
    margin-bottom: 24px;
  }
  .pt-4-xxs {
    padding-top: 24px;
  }
  .pb-4-xxs {
    padding-bottom: 24px;
  }
  .mt-3-xxs {
    margin-top: 18px;
  }
  .mb-3-xxs {
    margin-bottom: 18px;
  }
  .pt-3-xxs {
    padding-top: 18px;
  }
  .pb-3-xxs {
    padding-bottom: 18px;
  }
  .mt-2-xxs {
    margin-top: 12px;
  }
  .mb-2-xxs {
    margin-bottom: 12px;
  }
  .pt-2-xxs {
    padding-top: 12px;
  }
  .pb-2-xxs {
    padding-bottom: 12px;
  }
  .mt-1-xxs {
    margin-top: 6px;
  }
  .mb-1-xxs {
    margin-bottom: 6px;
  }
  .pt-1-xxs {
    padding-top: 6px;
  }
  .pb-1-xxs {
    padding-bottom: 6px;
  }
  .mt-0-xxs {
    margin-top: 0px;
  }
  .mb-0-xxs {
    margin-bottom: 0px;
  }
  .pt-0-xxs {
    padding-top: 0px;
  }
  .pb-0-xxs {
    padding-bottom: 0px;
  }
}
/* ------------------------------------------------------------------------------------
 *
 * Aligns
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Text align
 * ---------------------------------------------------------------------------------- */
.talign-left {
  text-align: left;
}
.talign-center {
  text-align: center;
}
.talign-right {
  text-align: right;
}
@media only screen and ( max-width: 1280px ) {
  .talign-left-lg {
    text-align: left;
  }
  .talign-center-lg {
    text-align: center;
  }
  .talign-right-lg {
    text-align: right;
  }
}
@media only screen and ( max-width:  992px ) {
  .talign-left-md {
    text-align: left;
  }
  .talign-center-md {
    text-align: center;
  }
  .talign-right-md {
    text-align: right;
  }
}
@media only screen and ( max-width:  768px ) {
  .talign-left-sm {
    text-align: left;
  }
  .talign-center-sm {
    text-align: center;
  }
  .talign-right-sm {
    text-align: right;
  }
}
@media only screen and ( max-width:  620px ) {
  .talign-left-xs {
    text-align: left;
  }
  .talign-center-xs {
    text-align: center;
  }
  .talign-right-xs {
    text-align: right;
  }
}
@media only screen and ( max-width:  480px ) {
  .talign-left-xxs {
    text-align: left;
  }
  .talign-center-xxs {
    text-align: center;
  }
  .talign-right-xxs {
    text-align: right;
  }
}
/*
 * Horizontal / vertical aligns
 * ---------------------------------------------------------------------------------- */
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.halign-center {
  justify-content: center;
}
@media only screen and ( max-width: 1280px ) {
  .halign-center-lg {
    justify-content: center;
  }
}
@media only screen and ( max-width:  992px ) {
  .halign-center-md {
    justify-content: center;
  }
}
@media only screen and ( max-width:  768px ) {
  .display-flex-sm {
    display: flex;
  }
  .halign-center-sm {
    justify-content: center;
  }
}
@media only screen and ( max-width:  620px ) {
  .halign-center-xs {
    justify-content: center;
  }
}
.halign-right {
  justify-content: flex-end;
}
@media only screen and ( max-width: 1280px ) {
  .halign-right-md {
    justify-content: flex-end;
  }
}
@media only screen and ( max-width:  768px ) {
  .halign-right-sm {
    justify-content: flex-end;
  }
}
@media only screen and ( max-width:  620px ) {
  .halign-right-xs {
    justify-content: flex-end;
  }
}
.valign-center {
  display: flex;
  align-items: center;
}
@media only screen and ( max-width: 1280px ) {
  .valign-center-md {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and ( max-width:  768px ) {
  .valign-center-sm {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and ( max-width:  620px ) {
  .valign-center-xs {
    display: flex;
    align-items: flex-start;
  }
}
.valign-bottom {
  display: flex;
  align-items: flex-end;
}
@media only screen and ( max-width: 1280px ) {
  .valign-bottom-lg {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and ( max-width:  992px ) {
  .valign-bottom-md {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and ( max-width:  768px ) {
  .valign-bottom-sm {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and ( max-width:  620px ) {
  .valign-bottom-xs {
    display: flex;
    align-items: flex-end;
  }
}
.valign-top {
  display: flex;
  align-items: flex-start;
}
@media only screen and ( max-width: 1280px ) {
  .valign-top-lg {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and ( max-width:  992px ) {
  .valign-top-md {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and ( max-width:  768px ) {
  .valign-top-sm {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and ( max-width:  620px ) {
  .valign-top-xs {
    display: flex;
    align-items: flex-start;
  }
}
/*
 * Flex order
 * ---------------------------------------------------------------------------------- */
.flex-order-1 {
  order: 1;
}
.flex-order-2 {
  order: 2;
}
.flex-order-3 {
  order: 3;
}
@media only screen and ( max-width: 1280px ) {
  .flex-order-1-lg {
    order: 1;
  }
  .flex-order-2-lg {
    order: 2;
  }
  .flex-order-3-lg {
    order: 3;
  }
}
@media only screen and ( max-width:  992px ) {
  .flex-order-1-md {
    order: 1;
  }
  .flex-order-2-md {
    order: 2;
  }
  .flex-order-3-md {
    order: 3;
  }
}
@media only screen and ( max-width:  768px ) {
  .flex-order-1-sm {
    order: 1;
  }
  .flex-order-2-sm {
    order: 2;
  }
  .flex-order-3-sm {
    order: 3;
  }
}
@media only screen and ( max-width:  620px ) {
  .flex-order-1-xs {
    order: 1;
  }
  .flex-order-2-xs {
    order: 2;
  }
  .flex-order-3-xs {
    order: 3;
  }
}
/*
 * Flex wrap
 * ---------------------------------------------------------------------------------- */
.flex-wrap {
  flex-wrap: wrap;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-align-self-flex-end {
  align-self: flex-end;
}
/* ------------------------------------------------------------------------------------
 *
 * Site
 *
 * ---------------------------------------------------------------------------------- */
html {
  font-size: 10px;
}
html.is-locked {
  overflow: hidden;
}
html.is-locked body {
  overflow: hidden;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
.animsition {
  overflow: hidden;
}
/* ------------------------------------------------------------------------------------
 *
 * Partial – Modules
 *
 * ---------------------------------------------------------------------------------- */
.module {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.module:first-of-type {
  padding-top: 80px;
}
@media only screen and ( max-width:  992px ) {
  .module:first-of-type {
    padding-top: 90px;
  }
}
@media only screen and ( max-width:  620px ) {
  .module:first-of-type {
    padding-top: 70px;
  }
}
.module:first-of-type .home {
  min-height: 100vh;
}
.col-inner .img-text {
  transition: 0.6s;
}
.col-inner:hover .img-text {
  transform: translateY(-10px);
}
.img-text {
  padding-top: 40px;
  padding-left: 30px;
}
@media only screen and ( max-width: 1280px ) {
  .img-text {
    padding-top: 36px;
  }
}
@media only screen and ( max-width:  992px ) {
  .img-text {
    padding-top: 24px;
    padding-left: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .img-text {
    padding-top: 20px;
    padding-left: 0;
  }
}
.img-text h2 {
  padding-bottom: 0;
}
.img-text p {
  margin-top: -3px;
  padding: 0;
}
.module-bibliography .row:last-of-type,
.module-press .row:last-of-type,
.module-template .row:last-of-type {
  margin-bottom: 0 !important;
}
.module-template-2 .row:last-of-type {
  margin-bottom: 100px !important;
}
@media only screen and ( max-width:  992px ) {
  .module-template-2 .row:last-of-type {
    margin-bottom: 80px !important;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-template-2 .row:last-of-type {
    margin-bottom: 60px !important;
  }
}
.col-short-info {
  margin-top: -5px;
}
.col-short-info h3 {
  padding: 0;
}
.module-single {
  padding-top: 0;
}
.module-single:not( :last-of-type ) img,
.module-single:not( :last-of-type ) video {
  margin-bottom: 40px;
}
@media only screen and ( max-width: 1280px ) {
  .module-single:not( :last-of-type ) img,
  .module-single:not( :last-of-type ) video {
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width:  768px ) {
  .module-single:not( :last-of-type ) img,
  .module-single:not( :last-of-type ) video {
    margin-bottom: 20px;
  }
}
.module-single .col {
  line-height: 0;
}
.module-bibliography .book-wrapper {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f8f8f8;
  background-size: auto 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and ( max-width: 1440px ) {
  .module-bibliography .book-wrapper {
    background-size: auto 66.666%;
  }
}
.module-press .accordion-item {
  border-top: 1px solid #000;
  width: 100%;
}
.module-press .accordion-item:last-of-type {
  border-bottom: 1px solid #000;
}
.module-press .accordion-title,
.module-press .accordion-content-inner {
  display: flex;
  flex-wrap: wrap;
}
.module-press [class*='td'] {
  padding: 26px 30px 26px 0;
  box-sizing: border-box;
}
.module-press [class*='td'].td-publication {
  width: 380px;
  padding-right: 40px;
}
@media all and (max-width: 1680px) {
  .module-press [class*='td'].td-publication {
    width: 320px;
  }
}
@media only screen and ( max-width: 1440px ) {
  .module-press [class*='td'].td-publication {
    width: 280px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-press [class*='td'].td-publication {
    width: 240px;
  }
}
@media only screen and ( max-width:  992px ) {
  .module-press [class*='td'].td-publication {
    width: calc(100% - 24px - 85px);
  }
}
@media only screen and ( max-width:  620px ) {
  .module-press [class*='td'].td-publication {
    width: calc(100% - 18px);
    padding-right: 0;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-press [class*='td'].td-publication {
    width: calc(100% - 16px);
  }
}
@media only screen and ( max-width:  768px ) {
  .module-press [class*='td'].td-publication .year {
    display: block;
  }
}
@media only screen and ( max-width:  992px ) {
  .module-press [class*='td'].td-publication .title {
    margin-top: 6px;
    display: block;
  }
}
.module-press [class*='td'].td-title {
  width: calc(100% - 380px - 115px - 30px - 65px - 16px - 2*30px);
  padding-right: 80px;
}
@media all and (max-width: 1680px) {
  .module-press [class*='td'].td-title {
    width: calc(100% - 320px - 115px - 30px - 65px - 16px - 2*30px);
    padding-right: 50px;
  }
}
@media only screen and ( max-width: 1440px ) {
  .module-press [class*='td'].td-title {
    width: calc(100% - 280px - 85px - 30px - 45px - 16px - 2*30px);
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-press [class*='td'].td-title {
    width: calc(100% - 240px - 85px - 30px - 16px - 30px);
  }
}
.module-press [class*='td'].td-year {
  width: calc(180px + 30px);
  white-space: nowrap;
}
@media only screen and ( max-width: 1440px ) {
  .module-press [class*='td'].td-year {
    width: calc(130px + 30px);
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-press [class*='td'].td-year {
    width: 85px;
  }
}
.module-press [class*='td'].td-toggle-down {
  text-align: center;
  margin-top: 7px;
  width: calc(30px*2 + 16px);
  padding-right: 0;
}
@media only screen and ( max-width: 1440px ) {
  .module-press [class*='td'].td-toggle-down {
    margin-top: 5px;
  }
}
@media only screen and ( max-width:  992px ) {
  .module-press [class*='td'].td-toggle-down {
    width: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-press [class*='td'].td-toggle-down {
    width: 18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-press [class*='td'].td-toggle-down {
    width: 16px;
  }
}
.module-press [class*='td'].td-related-project {
  width: calc(65px + 115px + 30px + 30px*2 + 16px);
}
@media only screen and ( max-width: 1440px ) {
  .module-press [class*='td'].td-related-project {
    width: calc(45px + 85px + 30px + 30px*2 + 16px);
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-press [class*='td'].td-related-project {
    width: calc(85px + 30px*2 + 16px);
  }
}
@media only screen and ( max-width:  992px ) {
  .module-press [class*='td'].td-related-project {
    width: calc(100% - 230px - 40px + 16px - 24px);
  }
}
.module-press [class*='td']:first-of-type {
  padding-left: 30px;
}
@media only screen and ( max-width:  992px ) {
  .module-press [class*='td']:first-of-type {
    padding-left: 24px;
  }
}
@media only screen and ( max-width:  768px ) {
  .module-press [class*='td']:first-of-type {
    padding-left: 0;
  }
}
.module-press .link-related-project {
  display: inline-block;
  font-weight: 400;
}
.module-press p:first-of-type > img {
  left: 0;
  margin-top: 0;
}
.module-press p > img {
  position: relative;
  left: -30px;
  margin: 30px 0;
}
@media only screen and ( max-width:  992px ) {
  .module-press p > img {
    left: -24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-press p > img {
    left: -18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-press p > img {
    left: -16px;
  }
}
.module-press p:last-of-type > img {
  margin-bottom: 0;
}
.module-press .accordion-content [class*='td'] {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and ( max-width:  992px ) {
  .module-press .accordion-content .td-publication,
  .module-press .accordion-content .td-title,
  .module-press .accordion-content .td-related-project {
    margin-left: calc(85px + 24px*2);
    width: calc(100% - 24px - 75px);
    padding: 0;
  }
}
@media only screen and ( max-width:  768px ) {
  .module-press .accordion-content .td-publication,
  .module-press .accordion-content .td-title,
  .module-press .accordion-content .td-related-project {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
@media only screen and ( max-width:  620px ) {
  .module-press .accordion-content .td-publication,
  .module-press .accordion-content .td-title,
  .module-press .accordion-content .td-related-project {
    margin-left: 18px;
    width: calc(100% - 18px);
  }
}
@media only screen and ( max-width:  620px ) {
  .module-press .accordion-content .td-publication,
  .module-press .accordion-content .td-title,
  .module-press .accordion-content .td-related-project {
    margin-left: 16px;
    width: calc(100% - 16px);
  }
}
.module-more-projects {
  line-height: 0;
}
.module-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.module-text p {
  padding-left: 30px;
}
@media only screen and ( max-width:  992px ) {
  .module-text p {
    padding-left: 24px;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-text p {
    padding-left: 18px;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-text p {
    padding-left: 16px;
  }
}
.accordion-item .accordion-title {
  transition: 0.3s;
}
.accordion-item .accordion-title.toggle-down:hover {
  transform: translateX(8px);
}
.accordion-item .accordion-content {
  display: none;
}
.accordion-item .toggle-arrow {
  margin: 0 auto;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  background-image: url('assets/img/icon-arrow-down.svg');
  background-size: cover;
  transition: 0.5s;
}
@media only screen and ( max-width:  992px ) {
  .accordion-item .toggle-arrow {
    margin-top: -2px;
    margin-left: -5px;
  }
}
@media only screen and ( max-width:  768px ) {
  .accordion-item .toggle-arrow {
    width: 16px;
    height: 16px;
    margin-top: 0px;
  }
}
@media only screen and ( max-width:  620px ) {
  .accordion-item .toggle-arrow {
    margin-top: -1px;
  }
}
.accordion-item.is-expanded .toggle-arrow {
  transform: rotate(180deg);
}
.short-facts {
  padding-bottom: 0.75em;
}
.press-list p {
  padding-top: 0.5em;
  padding-bottom: 0;
}
.press-list p:first-of-type {
  margin-bottom: -0.333em;
}
.press-list p.press-item:last-of-type {
  padding-bottom: 0.75em;
}
.home .menu-desktop .menu-item.menu-item-has-children .sub-menu {
  padding-top: 38px;
}
@media only screen and ( max-width:  768px ) {
  .home .menu-desktop .menu-item.menu-item-has-children .sub-menu {
    padding-top: 32px;
  }
}
.home .menu-desktop .menu-item.menu-item-has-children .sub-menu a {
  color: #fff;
}
.module-frontpage {
  padding-top: 0 !important;
  height: calc(100vh + 16px - 120px);
}
@media only screen and ( max-width: 1280px ) {
  .module-frontpage {
    height: calc(100vh + 16px - 100px);
  }
}
@media only screen and ( max-width:  992px ) {
  .module-frontpage {
    height: calc(100vh + 16px - 80px);
  }
}
.module-frontpage .bg-img {
  position: absolute;
  left: calc(36px + 12px + 8px - 30px);
  top: -16px;
  width: calc(100% - 36px - 12px - 8px + 30px - 200px);
  height: 100%;
  background-size: cover;
  background-position: top right;
  text-align: center;
  padding: 80px;
  box-sizing: border-box;
}
@media only screen and ( max-width: 1440px ) {
  .module-frontpage .bg-img {
    width: calc(100% - 36px - 12px - 8px + 30px - 160px);
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-frontpage .bg-img {
    top: -6px;
    left: calc(26px + 12px + 8px - 30px);
    width: calc(100% - 26px - 12px - 8px + 30px - 120px);
  }
}
@media only screen and ( max-width:  992px ) {
  .module-frontpage .bg-img {
    text-align: left;
    left: calc(16px + 12px + 8px - 24px);
    width: calc(100% - 16px - 12px - 8px + 24px - 120px);
    padding: 110px 60px;
  }
}
@media only screen and ( max-width:  768px ) {
  .module-frontpage .bg-img {
    left: calc(16px + 8px + 6px - 16px);
    width: calc(100% - 16px - 8px - 6px + 16px - 80px);
    padding: 110px 40px;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-frontpage .bg-img {
    top: 20px;
    left: calc(16px + 8px + 6px);
    width: calc(100% - (16px + 8px + 6px) * 2);
    padding: 30px;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-frontpage .bg-img {
    left: 20px;
    width: calc(100% - 20px * 2);
    padding: 20px;
  }
}
.module-frontpage h1 {
  font-size: 4.5vw;
  line-height: 1.1;
  margin-left: -10%;
}
@media only screen and ( max-width: 1280px ) {
  .module-frontpage h1 {
    font-size: 5vw;
    margin-left: -30%;
  }
}
@media only screen and ( max-width:  992px ) {
  .module-frontpage h1 {
    margin-left: 0;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-frontpage h1 {
    font-size: 6vw;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-frontpage h1 {
    font-size: 8vw;
  }
}
.module-frontpage h1 .text-1 {
  font-weight: 400;
}
.module-frontpage h1 .text-2 {
  margin-left: 52%;
}
.module-frontpage h1 .text-3 {
  margin-left: 23%;
}
.module-frontpage .text-wrapper {
  color: #fff;
}
.module-contact {
  min-height: calc(100vh - 120px - 180px - 80px);
}
@media only screen and ( max-width: 1440px ) {
  .module-contact {
    min-height: calc(100vh - 120px - 177px - 80px);
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-contact {
    min-height: calc(100vh - 100px - 167px - 80px);
  }
}
@media only screen and ( max-width:  992px ) {
  .module-contact {
    min-height: calc(100vh - 80px - 157px - 80px);
  }
}
@media only screen and ( max-width:  768px ) {
  .module-contact {
    min-height: calc(100vh - 80px - 147px - 80px);
  }
}
@media only screen and ( max-width:  620px ) {
  .module-contact {
    min-height: 0;
  }
}
.module-contact .col-img {
  line-height: 0;
}
.module-contact .col-text {
  margin-top: -0.75em;
}
@media only screen and ( max-width:  992px ) {
  .module-contact .col-text {
    margin-top: 0;
  }
}
.module-contact .t-h1,
.module-contact .t-h1-wrapper,
.module-contact .t-h1-text {
  font-size: 3.6rem;
  white-space: nowrap;
}
@media all and (max-width: 1570px) {
  .module-contact .t-h1,
  .module-contact .t-h1-wrapper,
  .module-contact .t-h1-text {
    font-size: 3rem;
  }
}
@media only screen and ( max-width: 1440px ) {
  .module-contact .t-h1,
  .module-contact .t-h1-wrapper,
  .module-contact .t-h1-text {
    font-size: 2.8rem;
  }
}
@media only screen and ( max-width: 1280px ) {
  .module-contact .t-h1,
  .module-contact .t-h1-wrapper,
  .module-contact .t-h1-text {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width:  620px ) {
  .module-contact .t-h1,
  .module-contact .t-h1-wrapper,
  .module-contact .t-h1-text {
    font-size: 2.2rem;
  }
}
@media only screen and ( max-width:  480px ) {
  .module-contact .t-h1,
  .module-contact .t-h1-wrapper,
  .module-contact .t-h1-text {
    font-size: 1.8rem;
  }
}
.module-contact .tlink-underline {
  display: inline;
}
.bt {
  position: relative;
}
.bt:before {
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% - 40px);
  border-top: 1px solid #000;
}
@media only screen and ( max-width: 1280px ) {
  .bt:before {
    width: calc(100% - 30px);
  }
}
@media only screen and ( max-width:  768px ) {
  .bt:before {
    width: calc(100% - 20px);
  }
}
video {
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------------------------------------
 *
 * Header
 *
 * ---------------------------------------------------------------------------------- */
.header-bar-wrapper {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  line-height: 0;
}
@media only screen and ( max-width: 1280px ) {
  .header-bar-wrapper {
    height: 100px;
  }
}
@media only screen and ( max-width:  992px ) {
  .header-bar-wrapper {
    height: 80px;
  }
}
@media only screen and ( max-width:  620px ) {
  .header-bar-wrapper {
    height: 60px;
    z-index: 102;
    pointer-events: none !important;
  }
}
.header-bar-wrapper .header-bar {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.logo-bar-wrapper {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 200px;
  width: 100vh;
  height: 200px;
  transform: rotate(-90deg);
  transform-origin: right top;
  line-height: 1;
}
@media only screen and ( max-width: 1440px ) {
  .logo-bar-wrapper {
    right: 160px;
    height: 160px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .logo-bar-wrapper {
    right: 120px;
    height: 120px;
  }
}
@media only screen and ( max-width:  768px ) {
  .logo-bar-wrapper {
    right: 80px;
    height: 80px;
  }
}
@media only screen and ( max-width:  620px ) {
  .logo-bar-wrapper {
    position: absolute;
    transform: none;
    right: auto;
    left: 0;
    width: 100%;
  }
}
.logo-bar-wrapper .logo-bar {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 56px;
  transform: rotate(180deg);
}
@media only screen and ( max-width: 1440px ) {
  .logo-bar-wrapper .logo-bar {
    margin-right: 56px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .logo-bar-wrapper .logo-bar {
    margin-right: 46px;
  }
}
@media only screen and ( max-width:  992px ) {
  .logo-bar-wrapper .logo-bar {
    margin-right: 36px;
  }
}
@media only screen and ( max-width:  620px ) {
  .logo-bar-wrapper .logo-bar {
    display: flex;
    justify-content: flex-end;
    transform: none;
    margin-right: 0;
    margin-right: 30px;
    text-align: right;
  }
}
@media only screen and ( max-width:  480px ) {
  .logo-bar-wrapper .logo-bar {
    margin-right: 20px;
  }
}
.logo-bar-wrapper .logo {
  position: relative;
  display: inline-block;
  width: 404px;
  height: 30px;
  background-image: url('assets/img/logo-alexandra-martini.svg');
}
@media only screen and ( max-width: 1440px ) {
  .logo-bar-wrapper .logo {
    width: 350px;
    height: 26px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .logo-bar-wrapper .logo {
    width: 296px;
    height: 22px;
  }
}
@media only screen and ( max-width:  768px ) {
  .logo-bar-wrapper .logo {
    width: 242px;
    height: 18px;
  }
}
@media all and (max-width: 360px) {
  .logo-bar-wrapper .logo {
    width: 215px;
    height: 16px;
  }
}
.logo-bar-wrapper .logo-subline {
  color: #000;
  font-size: 1.6rem;
  font-weight: 800;
  padding-top: 0.375em;
}
@media only screen and ( max-width: 1280px ) {
  .logo-bar-wrapper .logo-subline {
    font-size: 1.45rem;
  }
}
@media only screen and ( max-width:  768px ) {
  .logo-bar-wrapper .logo-subline {
    font-size: 1.25rem;
  }
}
.lang-switch {
  position: fixed;
  z-index: 101;
  bottom: 49px;
  right: 73px;
}
@media only screen and ( max-width: 1280px ) {
  .lang-switch {
    right: 54px;
  }
}
@media only screen and ( max-width: 1280px ) {
  .lang-switch {
    right: 36px;
    bottom: 40px;
  }
}
@media only screen and ( max-width:  768px ) {
  .lang-switch {
    right: 18px;
    bottom: 30px;
  }
}
.lang-switch a {
  display: inline-block;
  margin-left: 32px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
}
@media only screen and ( max-width:  620px ) {
  .lang-switch {
    position: absolute;
    right: 32px;
    top: 10px;
    bottom: auto;
    line-height: 1.5;
  }
  .lang-switch a {
    margin-left: 0;
  }
}
@media only screen and ( max-width:  480px ) {
  .lang-switch {
    right: 24px;
  }
}
/* ------------------------------------------------------------------------------------
 *
 * Navigation
 *
 * ---------------------------------------------------------------------------------- */
.menu-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
.menu.is-collapsed {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.menu .menu-primary {
  list-style: none;
  font-size: 0;
  height: 100%;
}
.menu .menu-item {
  position: relative;
  display: inline-block;
  height: 100%;
}
/*
 * Desktop
 * ---------------------------------------------------------------------------------- */
.menu-desktop .menu-primary {
  padding: 0;
  margin-left: 36px;
}
@media only screen and ( max-width: 1280px ) {
  .menu-desktop .menu-primary {
    margin-left: 26px;
  }
}
@media only screen and ( max-width:  992px ) {
  .menu-desktop .menu-primary {
    margin-left: 16px;
  }
}
.menu-desktop .menu-item {
  margin: 0 12px;
}
@media only screen and ( max-width:  768px ) {
  .menu-desktop .menu-item {
    margin: 0 8px;
  }
}
.menu-desktop .menu-item:hover {
  position: relative;
  display: inline-block;
  color: #000;
}
.menu-desktop .menu-item:hover a:before {
  transform: scaleX(1);
  transition: 0.3s 0s;
}
.menu-desktop .menu-item:hover a:after {
  transform: scaleX(1);
  transition: 0s 0.3s;
}
.menu-desktop .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.menu-desktop .menu-item.menu-item-has-children:hover [data-aos-sub-menu] {
  transform: none;
  opacity: 1;
}
.menu-desktop .menu-item.current_page_item a:before,
.menu-desktop .menu-item.current-menu-item a:before,
.menu-desktop .menu-item.current-menu-parent a:before {
  transform: scaleX(1);
  transition: 0.3s 0s;
}
.menu-desktop .menu-item.current_page_item a:after,
.menu-desktop .menu-item.current-menu-item a:after,
.menu-desktop .menu-item.current-menu-parent a:after {
  transform: scaleX(1);
  transition: 0s 0.3s;
}
.menu-desktop .menu-item.no-link > a {
  cursor: default;
}
.menu-desktop a {
  padding: 0 8px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #000;
}
@media only screen and ( max-width: 1440px ) {
  .menu-desktop a {
    font-size: 1.6rem;
  }
}
@media only screen and ( max-width:  768px ) {
  .menu-desktop a {
    padding: 0 6px;
  }
}
.menu-desktop a:before,
.menu-desktop a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
}
@media only screen and ( max-width:  768px ) {
  .menu-desktop a:before,
  .menu-desktop a:after {
    bottom: -6px;
  }
}
.menu-desktop a:before {
  transform: scaleX(0);
  transition: 0s 0s;
}
.menu-desktop a:after {
  transform: scaleX(0);
  transform-origin: right center;
  transition: 0.3s 0s;
}
.menu-desktop .sub-menu {
  position: absolute;
  padding: 0;
  padding-top: 23px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: 0.3s;
}
.menu-desktop .sub-menu .menu-item {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.menu-desktop .sub-menu .menu-item a {
  display: inline-block;
  font-weight: 400;
  transition: 0.3s;
}
.menu-desktop .sub-menu .menu-item a:before,
.menu-desktop .sub-menu .menu-item a:after {
  display: none;
}
.menu-desktop .sub-menu .menu-item a:hover {
  transform: translateX(6px);
}
/*
 * Mobile
 * ---------------------------------------------------------------------------------- */
.menu-mobile-burger {
  position: absolute;
  left: 22px;
  cursor: pointer;
  z-index: 1001;
  width: 40px !important;
  height: 40px;
  display: none;
  pointer-events: all !important;
}
@media only screen and ( max-width:  480px ) {
  .menu-mobile-burger {
    left: 12px;
  }
}
.menu-mobile-burger.is-visible {
  display: block;
}
.menu-mobile-burger span {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: bottom 0.1s ease-out 0.25s, top 0.1s ease-out 0.25s, transform 0.2s ease-out, background-color 0.25s ease-out 0s;
}
.menu-mobile-burger span:before,
.menu-mobile-burger span:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 3px;
  transition: bottom 0.1s ease-out 0.25s, top 0.1s ease-out 0.25s, transform 0.2s ease-out, background-color 0.25s ease-out 0s;
}
.menu-mobile-burger span:before {
  top: -6px;
}
.menu-mobile-burger span:after {
  bottom: -6px;
}
.menu-mobile-burger.is-active span {
  background-color: transparent !important;
  transition: background-color 0.25s ease-out 0s;
  background-color: #fff;
  transform: 0;
}
.menu-mobile-burger.is-active span:before {
  left: 0;
  top: 0;
  transform: rotate(45deg);
  transition: top 0.1s ease-out, transform 0.1s ease-out 0.25s, background-color 0.25s ease-out 0s;
}
.menu-mobile-burger.is-active span:after {
  left: 0;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.1s ease-out, transform 0.1s ease-out 0.25s, background-color 0.25s ease-out 0s;
}
.menu-mobile {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 60px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  transition: background-color 0.3s 0.3s, opacity 0.3s, -webkit-backdrop-filter 0.1s;
  transition: backdrop-filter 0.1s, background-color 0.3s 0.3s, opacity 0.3s;
  transition: backdrop-filter 0.1s, background-color 0.3s 0.3s, opacity 0.3s, -webkit-backdrop-filter 0.1s;
  font-size: 24px;
}
.menu-mobile.is-visible {
  display: flex;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 0.5s, -webkit-backdrop-filter 0.3s 0.3s;
  transition: backdrop-filter 0.3s 0.3s, background-color 0.5s;
  transition: backdrop-filter 0.3s 0.3s, background-color 0.5s, -webkit-backdrop-filter 0.3s 0.3s;
}
.menu-mobile ul {
  list-style: none;
  padding: 0;
}
.menu-mobile .menu-item {
  font-weight: 800;
  padding-bottom: 20px;
}
.menu-mobile .menu-item.menu-item-has-children > a {
  pointer-events: none;
  position: relative;
}
.menu-mobile .menu-item.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -22px;
  width: 15px;
  height: 15px;
  background-image: url('assets/img/icon-arrow-down.svg');
  background-size: cover;
  background-color: red;
}
.menu-mobile .menu-item > a {
  display: inline-block;
  padding-bottom: 10px;
}
.menu-mobile .menu-item .sub-menu .menu-item {
  font-weight: 400;
  padding-bottom: 10px;
}
.menu-mobile .menu-item .sub-menu .menu-item > a {
  display: inline-block;
  padding-bottom: 0;
}
.menu-mobile a {
  color: #000;
}
@media only screen and ( max-width:  620px ) {
  .menu-mobile a {
    font-size: 1.8rem;
  }
}
[data-aos-sub-menu] {
  opacity: 0;
  transform: translateY(-15px);
  transition-duration: 0.5s;
}
@media only screen and ( max-width:  620px ) {
  [data-aos-sub-menu] {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-aos-delay='50'] {
  transition-delay: 50ms;
}
[data-aos-delay='100'] {
  transition-delay: 100ms;
}
[data-aos-delay='150'] {
  transition-delay: 150ms;
}
/* ------------------------------------------------------------------------------------
 *
 * Footer
 *
 * ---------------------------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 101;
  margin-bottom: 50px;
  font-size: 15px;
  text-align: right;
  margin-right: 200px;
}
@media only screen and ( max-width: 1440px ) {
  footer {
    margin-right: 160px;
  }
}
@media only screen and ( max-width: 1280px ) {
  footer {
    margin-bottom: 40px;
    margin-right: 120px;
  }
}
@media only screen and ( max-width:  768px ) {
  footer {
    margin-right: 80px;
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width:  620px ) {
  footer {
    margin-right: 0;
    margin-left: 20px;
    text-align: left;
  }
}
footer .copyright {
  display: inline-block;
  margin-right: 8px;
  margin-left: calc(20px/2);
}
@media only screen and ( max-width:  480px ) {
  footer .copyright {
    display: block;
    margin-left: 0;
  }
}
footer .menu-footer {
  display: inline-block;
  padding: 0;
}
footer .menu-footer li {
  display: inline-block;
  margin: 0 8px;
  font-size: 15px;
}
@media only screen and ( max-width:  480px ) {
  footer .menu-footer li:first-of-type {
    margin-left: 0;
  }
}
footer .menu-footer li:last-of-type {
  margin-right: 0;
}
/* ------------------------------------------------------------------------------------
 *
 * Elem – Image styles
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Hover zoom
 * ---------------------------------------------------------------------------------- */
.img-col {
  line-height: 0;
}
.img-zoom-link {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.img-zoom-link .img-zoom-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-zoom-link .img-zoom-wrapper:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(163.34deg, rgba(241, 241, 241, 0.6) 0%, rgba(241, 241, 241, 0) 88.48%);
  transition: 0.5s ease-out;
  pointer-events: none;
}
.img-zoom-link .img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s ease-out;
  transform-origin: center center;
}
.img-zoom-link:hover .img-zoom-wrapper:after {
  transform: rotate(270deg);
  opacity: 0;
  transition: 0.7s;
}
/* ------------------------------------------------------------------------------------
 *
 * Element – Swiper
 *
 * ---------------------------------------------------------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container.is-disabled .swiper-wrapper {
  transform: none !important;
}
.swiper-container.is-disabled .swiper-button,
.swiper-container.is-disabled .swiper-pagination {
  display: none;
}
.swiper-container .swiper-slide {
  position: relative;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
}
.swiper-container .swiper-slide [data-aos] {
  pointer-events: none;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-slide-active {
  pointer-events: all;
}
.swiper-container .swiper-slide-active [data-aos] {
  pointer-events: all;
}
.swiper-button {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: calc(-50px / 2);
  width: 110px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  background: #FFDD00;
  border-radius: 50px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.08);
  transition: opacity 0.3s 0.3s, transform 0.3s;
  overflow: hidden;
}
.swiper-button:before,
.swiper-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-size: cover;
}
.swiper-button:before {
  transition: 0s;
}
.swiper-button:after {
  transition: 0s;
}
.swiper-button:hover {
  transform: scaleX(1.075);
}
@media only screen and ( max-width:  992px ) {
  .swiper-button:hover {
    transform: scaleX(1);
  }
}
@media only screen and ( max-width:  992px ) {
  .swiper-button {
    width: 50px;
    height: 50px;
    margin-top: calc(-50px / 2);
  }
}
@media only screen and ( max-width:  768px ) {
  .swiper-button {
    display: none;
  }
}
.swiper-button.swiper-button-next {
  right: calc(-110px / 2 - 2px);
}
.swiper-button.swiper-button-next:before,
.swiper-button.swiper-button-next:after {
  background-image: url('assets/img/icons/icon-btn-arrow-next-lg.svg');
}
.swiper-button.swiper-button-next:after {
  transform: translateX(-100%);
}
@media only screen and ( max-width:  992px ) {
  .swiper-button.swiper-button-next {
    right: calc(-50px / 2 - 2px);
  }
  .swiper-button.swiper-button-next:before,
  .swiper-button.swiper-button-next:after {
    background-image: url('assets/img/icons/icon-btn-arrow-next-sm.svg');
  }
}
.swiper-button.swiper-button-prev {
  left: calc(-110px / 2);
}
.swiper-button.swiper-button-prev:before,
.swiper-button.swiper-button-prev:after {
  background-image: url('assets/img/icons/icon-btn-arrow-prev-lg.svg');
}
.swiper-button.swiper-button-prev:after {
  transform: translateX(100%);
}
@media only screen and ( max-width:  992px ) {
  .swiper-button.swiper-button-prev {
    left: calc(-50px / 2);
  }
  .swiper-button.swiper-button-prev:before,
  .swiper-button.swiper-button-prev:after {
    background-image: url('assets/img/icons/icon-btn-arrow-prev-sm.svg');
  }
}
.swiper-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.no-touchevents .swiper-button.swiper-button-next:hover:before {
  transform: translateX(100%);
  transition: 0.2s;
}
.no-touchevents .swiper-button.swiper-button-next:hover:after {
  transform: translateX(0);
  transition: 0.4s 0.05s;
}
.no-touchevents .swiper-button.swiper-button-prev:hover:before {
  transform: translateX(-100%);
  transition: 0.2s;
}
.no-touchevents .swiper-button.swiper-button-prev:hover:after {
  transform: translateX(0);
  transition: 0.4s 0.05s;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(38, 66, 100, 0.25);
  margin: 0 6px !important;
  background-color: transparent;
  opacity: 1;
  box-sizing: border-box;
  transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 4px);
  width: 12px;
  height: 4px;
  transition: 0.2s;
  background-color: rgba(38, 66, 100, 0.25);
}
@media only screen and ( max-width:  768px ) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-width: 3px;
    margin: 0 5px !important;
  }
  .swiper-pagination .swiper-pagination-bullet:after {
    right: calc(100% + 3px);
    width: 10px;
    height: 3px;
  }
}
.swiper-pagination .swiper-pagination-bullet:first-of-type:before,
.swiper-pagination .swiper-pagination-bullet:first-of-type:after {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #002642;
  background-color: #002642;
}
/* ------------------------------------------------------------------------------------
 *
 * Visibility
 *
 * ---------------------------------------------------------------------------------- */
.is-visible {
  display: inline-block;
}
.is-hidden {
  display: none;
}
.is-visible-xl,
.is-visible-lg,
.is-visible-md,
.is-visible-sm,
.is-visible-xs,
.is-visible-xxs {
  display: none;
}
.is-visible-xxl {
  display: inline-block;
}
.is-hidden-xxl {
  display: none;
}
.is-hidden-only-xxl {
  display: none;
}
.is-hidden-only-xl,
.is-hidden-only-lg,
.is-hidden-only-md,
.is-hidden-only-sm,
.is-hidden-only-xs,
.is-hidden-only-xxs {
  display: inline-block;
}
@media only screen and ( max-width: 1440px ) {
  .is-visible-lg,
  .is-visible-md,
  .is-visible-sm,
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-xl {
    display: inline-block;
  }
  .is-hidden-xl {
    display: none;
  }
  .is-hidden-only-xl {
    display: none;
  }
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-sm,
  .is-hidden-only-xs,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and ( max-width: 1280px ) {
  .is-visible-md,
  .is-visible-sm,
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-lg {
    display: inline-block;
  }
  .is-hidden-lg {
    display: none;
  }
  .is-hidden-only-lg {
    display: none;
  }
  .is-hidden-only-md,
  .is-hidden-only-sm,
  .is-hidden-only-xs,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and ( max-width:  992px ) {
  .is-visible-sm,
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-md {
    display: inline-block;
  }
  .is-hidden-md {
    display: none;
  }
  .is-hidden-only-md {
    display: none;
  }
  .is-hidden-only-lg,
  .is-hidden-only-sm,
  .is-hidden-only-xs,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and ( max-width:  768px ) {
  .is-visible-xs,
  .is-visible-xxs {
    display: none;
  }
  .is-visible-sm {
    display: inline-block;
  }
  .is-hidden-sm {
    display: none;
  }
  .is-hidden-only-sm {
    display: none;
  }
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-xs,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and ( max-width:  620px ) {
  .is-visible-xxs {
    display: none;
  }
  .is-visible-xs {
    display: inline-block;
  }
  .is-hidden-xs {
    display: none;
  }
  .is-hidden-only-xs {
    display: none;
  }
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-sm,
  .is-hidden-only-xxs {
    display: inline-block;
  }
}
@media only screen and ( max-width:  480px ) {
  .is-visible-xxs {
    display: inline-block;
  }
  .is-hidden-xxs {
    display: none;
  }
  .is-hidden-only-xxs {
    display: none;
  }
  .is-hidden-only-lg,
  .is-hidden-only-md,
  .is-hidden-only-sm,
  .is-hidden-only-xs {
    display: inline-block;
  }
}
.is-inaccessible {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/*# sourceMappingURL=style.css.map */