/*! 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 */
  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;
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
#popup_law_wrap p, #popup_law_wrap button, #popup_law_wrap a{
	
	color: #000!important;
	
}
#popup_law_wrap .popup_law_btn:hover {
color: #fff!important;
}
:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4,6,8,.85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}.cc_div *,.cc_div :after,.cc_div :before,.cc_div :hover{animation:none;background:none;border:none;border-radius:unset;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:unset;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:baseline;visibility:unset}.cc_div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#2d4156;color:var(--cc-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:16px;font-weight:400}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.35em}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:transparent;text-decoration:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:1!important;visibility:visible!important}#cm{background:#fff;background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625em 1.875em rgba(2,2,3,.28);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1.1em 1.5em 1.4em;position:fixed;right:1.25em;transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:#e5ebef;background:var(--cc-btn-secondary-bg);border-radius:4px;color:#40505a;color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:1em}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color .25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid #f1f3f5;border-color:var(--cc-section-border);margin-bottom:.5em;padding:1em;transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:transparent;background:unset}#s-bl .c-bl.b-ex{background:#f0f4f7;background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em;margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:#2d4156;color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgba(3,6,9,.26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.8em;width:100%}#s-bns{border-top:1px solid #f1f3f5;border-color:var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid #253b48;border-color:var(--cc-btn-primary-bg);color:#253b48;color:var(--cc-btn-primary-bg);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{background:#253b48;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:#e5ebef;background:var(--cc-btn-secondary-bg);color:#40505a;color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:#253b48;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#253b48;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-hdr{border-bottom:1px solid #f1f3f5;border-color:var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:transparent;border-radius:0 .25em .25em 0;height:100%;width:.9em}#s-bl::-webkit-scrollbar-thumb{background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:#919ea6;background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:#fff;background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgba(24,32,35,.36);box-sizing:content-box;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:transform .25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;padding:1.2em}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-color:var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:rgba(4,6,8,.85);background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility .25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid #2d4156;border-color:var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid #fff;border-color:var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:#444d53;background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity .15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:#cdd6dc;background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;transform-origin:center;width:.09375em}.cc_div .off-i:before{transform:rotate(45deg)}.cc_div .off-i:after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.3em 2em;text-align:center;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.625em 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.6em;padding-right:1.6em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e3e7ed;border-color:var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:#000;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.4em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .b-tg{right:1.1em;transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.3em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.3em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid #e3e7ed;border-color:var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:#000;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:unset;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:unset;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}.cc_div.ie #c-vln{height:100%;padding-top:5.62em}.cc_div.ie .bar #c-vln{padding-top:0}.cc_div.ie #cs{margin-top:-5.625em;max-height:37.5em;position:relative;top:0}.cc_div.ie .bar #cs{margin-top:0;max-height:100%}.cc_div.ie #cm{border:1px solid #dee6e9}.cc_div.ie #c-s-in{top:0}.cc_div.ie .b-tg{margin-bottom:.7em;padding-left:1em}.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after{left:1.95em}.cc_div.ie #s-bl table{overflow:auto}.cc_div.ie .b-tg .c-tg{display:none}.cc_div.ie .b-tg .c-tgl{display:inline-block;height:auto;margin-bottom:.2em;position:relative;vertical-align:middle}.cc_div.ie #s-cnt .b-bn .b-tl{padding:1.3em 6.4em 1.3em 1.4em}.cc_div.ie .bar #s-bl td:before{display:none}.cc_div.ie .bar #s-bl td{padding:.8em .625em .8em 1.2em}.cc_div.ie .bar #s-bl thead tr{position:relative}.cc_div.ie .b-tg .t-lb{filter:alpha(opacity=0)}.cc_div.ie #cm-ov,.cc_div.ie #cs-ov{filter:alpha(opacity=80)}


.review_section .slider-thumbs .swiper-slide {
  background: transparent;
  color: #000;
}
.review_section .slider-thumbs .swiper-slide .stars img {
  /*! box-shadow: 2px 2px #000; */
  background: #91b57f;
  margin: 1px;
  padding: 1px;
  border-radius: 100%;
}
#review {
	padding: 6em;
}
body .review_section .swiper-scrollbar {
	background-color: #181c1b !important;
	bottom: 10px;
}

body .review_section .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #91b57f !important;

}
.review_section .wrap_sliders .swiper .ava_img  img {
          width: 100%;
          height: auto;
          object-fit: contain;
    }
body .review_section .slider-thumbs .swiper-wrapper {
	height: fit-content;
	padding: 70px 0;
}
.review_section .wrap_sliders .slider-main .btn-link {
	padding: 1rem 2rem;
	background-color: #91b57f;
	border-radius: 8px;
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
	transition: .7s;
	cursor: pointer;
	width: fit-content;
	position: relative;
	left: 0;
	bottom: 0;
}

.review_section .wrap_sliders .slider-main .btn-link:hover {
	background: #4D6F86;
	transform: translateY(-3px);
	box-shadow: 0px 4px 32px 9px rgba(77, 94, 67, 0.3);
}

@charset "UTF-8";

/*----------OTHER----------*/

*,
figure,
ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.invisible {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

body,
html {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    background-color: #fff;
    color: var(--color-1);
}

ul {
    padding-left: 20px;
}

ul li:last-child {
    margin-bottom: 0px;
}

section {
    position: relative;
    overflow: hidden;
}

.swiper-initialized {
    overflow: hidden;
}

#container,
#footer {
    position: relative;
    z-index: 1;
    transition: 0.5s all;
    filter: blur(0px);
}

#price_section .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: fit-content;
    position: static;
    flex-wrap: wrap;
    padding: 2em 0;
}

#price_section .swiper-pagination span {
    width: fit-content;
    padding: 1em;
    font-size: 1em;
    height: fit-content;
    background: #fff;
    border-radius: 2em;
    opacity: 1;
    margin: 0.4em;
}

/*----------/OTHER----------*/
/*----------COLOR----------*/
:root {
    --color-1: #484848;
    --color-2: #91b57f;
    --color-3: #4d6f86;
    --playerBoxHeight: 65vh;
}

/*----------/COLOR----------*/
/*----------FONTS----------*/
@font-face {
    font-family: "Mansalva";
    src: url("/files/assets/fonts/Mansalva-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/files/assets/fonts/Montserrat.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Nothing You Could Do";
    src: url("/files/assets/fonts/NothingYouCouldDo.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poiret One";
    src: url("/files/assets/fonts/PoiretOne.ttf");
    font-display: swap;
}

h1 {
    font-family: "Poiret One";
    font-weight: 500;
    font-size: 64px;
    margin: 0;
    line-height: 80%;
}

h2 {
    font-family: "Nothing You Could Do";
    font-weight: 100;
    font-size: 54px;
}

h3 {
    font-family: "Poiret One";
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    line-height: 80%;
}

p {
    font-size: 15px;
    line-height: 200%;
}

/*----------/FONTS----------*/
/*----------SCROLL----------*/
::-webkit-scrollbar {
    width: 0px;
}

/*----------/SCROLL----------*/
@keyframes vector-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes vector-rotate-2 {
    0% {
        transform: translate(0%, 0%) rotate(0deg);
    }

    50% {
        transform: translate(0%, 0%) rotate(180deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(360deg);
    }
}

/*-------------------SUBPAGE--------------------*/
/* Общие стили страницы */
#page_content {
    width: 100%;
    margin: 0 auto;
}

#page_content > div {
    padding: 3em 100px;
}

/* Swiper Slider Block */
#page_content .swiper-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

#page_content .swiper-slider .main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#page_content .swiper-slider .thumbnail-slider {
    display: none;
    gap: 10px;
    margin-top: 10px;
}

#page_content .swiper-slider .thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#page_content .swiper-slider .thumbnail:hover {
    transform: scale(1.1);
}

/* Flex Text Block */
#page_content .flex-text {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

#page_content .flex-text .left-text,
#page_content .flex-text .right-text {
    width: 48%;
    padding: 3em;
    background-color: var(--color-3);
    color: white;
    border-radius: 5px;
}

/* Image Slider Block */
#page_content .image-slider {
    display: flex;
    gap: 2em;
    overflow-x: auto;
    padding: 3em 100px;
}

#page_content .image-slider .slide img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Text + Image Blocks */
#page_content .content-blocks {
    display: grid;
    grid-gap: 5em;
    margin: 20px 0;
}

#page_content .content-blocks .block {
    display: flex;
    grid-gap: 3em;
    align-items: center;
}

#page_content .content-blocks .block h3 {
    margin-bottom: 2em;
    line-height: 110%;
}

#page_content .content-blocks .block.reverse {
    flex-direction: row-reverse;
}

#page_content .content-blocks .block-text,
#page_content .content-blocks .block-image {
    width: 50%;
    height: 100%;
}

#page_content .content-blocks .block-image img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

/* Parallax Video Block */
#page_content .parallax-video {
    position: relative;
    height: var(--playerBoxHeight);
    background-size: cover;
    background-position: center;
}

#page_content .parallax-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Plain Text Block */
#page_content .plain-text {
    margin: 20px 0;
    background-color: var(--color-2);
    color: white;
    padding: 100px;
    border-radius: 5px;
}

/* Grid Gallery Block */
#page_content .grid-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
    gap: 10px;
}

#page_content .grid-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/*-----------------Winter--------------------*/
.list-count {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    grid-gap: 2em;
}

.accordion {
    display: flex;
    flex-direction: row;
    height: 80vh;
    width: 100vw;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.accordion-item {
    flex: 0.5;
    transition: flex 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border-bottom: 1px solid #bbb;
}

.accordion-item .text,
.accordion-item .btn {
    display: none;
}

.accordion-item .headline-close {
    display: block;
}

.accordion-item .headline-open {
    display: none;
}

.accordion-item {
    position: relative;
}

.accordion-item .icon {
    position: absolute;
    width: 3em;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
}

.accordion-item.active {
    flex: 4;
}

.accordion-item.active .headline-close {
    display: none;
}

.accordion-item.active .headline-open,
.accordion-item.active .text,
.accordion-item.active .btn {
    display: block;
}

.accordion-item.active .btn-link {
    color: #484848;
    text-decoration: none;
}

.accordion-item.active .btn {
    background: #fff;
    outline: none;
}

.text {
    padding: 2em;
}

.accordion-item-bg {
    position: relative;
    overflow: hidden;
    flex: 1.5;
}

.accordion-item-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.7s;
}

.accordion-item-bg img.active {
    opacity: 1;
}

.accordion-item.summer {
    background: var(--color-2);
    color: #fff;
}

.accordion-item.winter {
    background: var(--color-1);
    color: #fff;
}

/*----------test----------*/
section#superior-hotel {
    padding: 6vw;
    position: relative;
    overflow: hidden;
    /* padding-top: 80vh; */
    /* margin-top: -70vh; */
    z-index: 7;
}

section#superior-hotel h3.sub-headline {
    font-size: 2vw;
    padding-bottom: 1vw;
}

section#superior-hotel img.tree {
    position: absolute;
    height: 60vh;
    top: 0%;
    left: -7%;
    z-index: 1;
    transform: rotateY(180deg) rotate(351deg);
    width: fit-content;
}

section#superior-hotel img.tree.wow.bounceInLef.animated {
    opacity: 0.5;
}

section#superior-hotel .row {
    position: relative;
    z-index: 3;
}

section#superior-hotel .text-bottom {
    padding-left: 2vw;
    padding-top: 2vw;
}

section#superior-hotel .text-bottom ::marker {
    font-size: 1.2rem;
    color: var(--acc3);
}

section#superior-hotel h2.headline-section {
    font-size: 4.5vw;
}

/*----------/test----------*/
.gallery-garten #gallery_section {
    padding-top: 100px;
}

.gallery-garten #gallery_section .gallery {
    flex-direction: row-reverse;
}

.gallery-garten #gallery_section .gallery .gallery-subslider {
    margin-right: 0;
    margin-left: 150px;
}

.gallery-garten #gallery_section .gallery .swiper-button.swiper-button-next {
    display: none;
}

.gallery-garten #gallery_section .txt {
    padding-left: 0;
}

/*----------ELEMENTS----------*/
.review_section {
    margin: 0 auto;
    text-align: center;
    background-color: var(--light-color);
}

.review_section .stars {
    display: flex;
}

.review_section .swiper-slide {
    background: #91b57f;
    color: #fff;
}

.review_section .stars img {
    width: 1em;
}

.review_section .headline {
    width: fit-content;
    margin: 0 auto;
}

.review_section .swiper-wrapper {
    height: fit-content;
    padding: 20px 0;
}

.review_section .wrap_sliders {
    display: flex;
    grid-gap: 2rem;
    /*max-height: 100vh;*/
    min-height: 400px;
    margin-top: 3rem;
    flex-direction: column-reverse;
}

.review_section .wrap_sliders .swiper {
    width: 100%;
    height: auto;
}

.review_section .wrap_sliders .swiper .ava_img {
    max-width: 80px;
    width: 30%;
}

.review_section .wrap_sliders .swiper .ava_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review_section .wrap_sliders .slider-main {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review_section .wrap_sliders .slider-main .bottom_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}

.review_section .wrap_sliders .slider-main .info_wrap {
    position: relative;
    width: 10rem;
    height: 3rem;
    z-index: 111;
    margin: 0 0 0 auto;
}

.review_section .wrap_sliders .slider-main .content_wrap {
    display: flex;
    padding: 5rem;
    background-color: var(--base-color);
    color: var(--dark-color);
    border-radius: 8px;
    grid-gap: 1.5rem;
    width: 100%;
    height: 25vw;
}

.review_section .wrap_sliders .slider-main .btn-link {
    width: fit-content;
    position: relative;
    left: 0;
    bottom: 0;
}

.review_section .wrap_sliders .wrap_text {
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-gap: 0.6rem;
}

.review_section .wrap_sliders .wrap_text .date {
    font-weight: 400;
}

.review_section .wrap_sliders .slider-thumbs .swiper-slide {
    align-items: center;
    grid-gap: 1rem;
}

.review_section .wrap_sliders .swiper-slide {
    display: flex;
    justify-content: center;
}

.review_section .wrap_sliders .slider-thumbs {
    width: 100%;
}

.review_section .wrap_sliders .slider-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.review_section .wrap_sliders .slider-thumbs .swiper-slide:hover,
.review_section .wrap_sliders .slider-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.1);
}

.review_section .wrap_sliders .slider-thumbs .swiper-scrollbar {
    background-color: var(--dark-color);
}

.review_section .wrap_sliders .slider-thumbs .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--complementary-color);
    height: 12px;
    top: -4px;
    cursor: grab;
}

.review_section .wrap_sliders .swiper-button-prev,
.review_section .wrap_sliders .swiper-button-next {
    color: var(--complementary-color);
}

.review_section .wrap_sliders .swiper-pagination {
    width: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
}

.review_section .wrap_sliders .swiper-pagination span {
    font-weight: 400;
}

.review_section .wrap_sliders .swiper-pagination .swiper-pagination-current {
    font-size: 1.3rem;
}

.review_section .wrap_sliders .swiper-pagination .swiper-pagination-total {
    font-size: 1.5rem;
}

.bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn {
    padding: 20px 40px;
    background-color: var(--color-3);
    color: #fff;
    border-radius: 100px;
    display: flex;
    width: max-content;
    cursor: pointer;
    transition: 0.5s all;
    position: relative;
    outline: 2px solid var(--color-3);
}

.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    font-weight: 600;
}

.btn.form_btn {
    position: fixed;
    bottom: -75px;
    z-index: 3;
    left: 50%;
    transform: translate(-50%);
}

.btn.hidden {
    opacity: 0;
    pointer-events: none;
}

.scrolled .btn.form_btn {
    bottom: 25px;
}
.popup.activity_popup {
    width: 50%;
    left: 30%;
}
.popup.activity_popup iframe {
    width: 360px;
    height: 200px;
}
.popup {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    padding: 50px 100px;
    background-color: var(--color-2);
    z-index: 14;
    height: fit-content;
    max-height: 80vh;
    opacity: 0;
    pointer-events: none;
    transition: 0.75s all;
    display: flex;
    flex-direction: column;
    transition-delay: 0s;
    border-radius: 20px;
}

.popup#menu {
    left: 50px;
    transform: translate(0, -50%);
    background-color: transparent;
    padding: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    grid-gap: 10px;
    width: 300px;
}

.popup#menu .scroll_point {
    height: 100%;
    display: flex;
    color: #fff;
    text-decoration: none;
    background-color: var(--color-2);
    align-items: center;
    border-radius: 10px;
    padding-left: 25px;
    font-size: 18px;
    transition: 0.5s all;
    cursor: pointer;
}

.popup#menu .scroll_point:hover {
    background-color: var(--color-3);
    padding-left: 35px;
}

.popup#form {
    padding: 50px;
    width: 40vw;
}

.popup#form .popup_title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
    height: auto;
    font-size: 48px;
}

.popup#form .formbody {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: center;
}

.popup#form .formbody .widget {
    position: relative;
    width: calc(50% - 5px);
}

.popup#form .formbody .widget.full {
    width: 100%;
}

.popup#form .formbody .widget label {
    position: absolute;
    top: 5px;
    left: 30px;
    transform: scale(1);
    transition: 0.5s all;
    opacity: 0.5;
    font-size: 10px;
    pointer-events: none;
    color: var(--color-3);
    font-weight: 500;
}

.popup#form .formbody .widget label:has(+ input:placeholder-shown) {
    top: 16px;
    font-size: 16px;
    opacity: 1;
}

.popup#form .formbody .widget label:has(+ textarea:placeholder-shown) {
    top: 16px;
    font-size: 16px;
    opacity: 1;
}

.popup#form .formbody .widget input,
.popup#form .formbody .widget textarea,
.popup#form .formbody .widget select {
    width: 100%;
    height: 100%;
    resize: none;
    color: var(--color-3);
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 15px 30px;
    outline: none;
    border-radius: 5px;
}

.popup#form .formbody .widget input::placeholder,
.popup#form .formbody .widget textarea::placeholder,
.popup#form .formbody .widget select::placeholder {
    opacity: 0;
}

.popup#form .formbody .widget.widget-textarea {
    height: 100%;
}

.popup#form .formbody .widget:focus-within label {
    top: 5px;
    font-size: 10px;
    opacity: 0.5;
}

.popup#form .formbody .widget:focus-within label:has(+ input:placeholder-shown) {
    top: 5px;
    font-size: 10px;
    opacity: 0.5;
}

.popup#form .formbody .widget:focus-within label:has(+ textarea:placeholder-shown) {
    top: 5px;
    font-size: 10px;
    opacity: 0.5;
}

.popup#form .formbody .widget:hover label {
    opacity: 0.6;
}

.popup#form .formbody .widget:hover label:has(+ input:placeholder-shown) {
    opacity: 0.6;
}

.popup#form .formbody .widget:hover label:has(+ textarea:placeholder-shown) {
    opacity: 0.6;
}

.popup#form .formbody .btn {
    padding: 10px 80px;
    margin-top: 15px;
}

.popup#form .formbody h4 {
    color: #fff;
    font-weight: 400;
    transition: 0.5s all;
    margin-top: 25px;
}

.popup.open {
    opacity: 1;
    pointer-events: all;
    transition-delay: 0.8s;
    top: 50%;
}

.popup.open .popup_title {
    transition-delay: 1.4s;
    opacity: 1;
    left: 0px;
}

.popup.open .popup_txt {
    transition-delay: 1.6s;
    opacity: 1;
    left: 0px;
}

.popup.open .popup_close {
    transition-delay: 1.8s;
    transform: scale(1);
}

.popup .popup_title {
    color: #fff;
    height: 50px;
    margin-bottom: 25px;
    position: relative;
    opacity: 0;
    left: -50px;
    transition: 0.75s all;
    transition-delay: 0s;
}

.popup .popup_txt {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 25px;
    position: relative;
    opacity: 0;
    left: -50px;
    transition: 0.75s all;
    transition-delay: 0s;
}

.popup .popup_txt::-webkit-scrollbar-thumb {
    background-color: #759963;
    border-radius: 10px;
}

.popup .popup_txt::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.popup .popup_txt h3 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.popup .popup_txt a {
    color: #fff;
}

.popup .popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.75s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transform: scale(0);
    transition-delay: 0s;
}

.popup .popup_close:hover {
    transform: scale(1);
}

.popup .popup_close:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.5;
}

.popup .popup_close:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0.5;
}

.popup .popup_close .vector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-image: url(/files/design_files/vector/close_vector_1.svg);
    background-size: contain;
    width: 115px;
    height: 115px;
    filter: brightness(100);
    background-repeat: no-repeat;
    background-position: center;
    animation: 40s ease-in-out infinite vector-rotate;
}

.popup .popup_close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 1.4px;
    background-color: #fff;
    transition: 0.5s all;
    opacity: 1;
}

.popup .popup_close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 1.4px;
    background-color: #fff;
    transition: 0.5s all;
    opacity: 1;
}

.popup_bg {
    position: fixed;
    z-index: 13;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #213418;
    opacity: 0.75;
    pointer-events: all;
    bottom: -100vh;
    transition: 0.75s all;
    transition-delay: 0.8s;
}

.popup_open .popup_bg {
    bottom: 0vh;
    transition-delay: 0s;
}

/*----------/ELEMENTS----------*/
/*----------HEADER----------*/
.icon-group {
    position: fixed;
    z-index: 30;
    top: 25px;
    max-height: 70px;
    height: 100%;
    width: auto;
    left: 25px;
}

.icon-group .list-icon {
    display: flex;
    gap: 1rem;
}

.logo.content-image {
    position: fixed;
    z-index: 30;
    top: 25px;
    max-height: 70px;
    height: 100%;
    width: auto;
    left: 25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo.content-image figure {
    width: 100%;
    height: 100%;
}

.logo.content-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup_open .burger .line {
    background-color: #fff !important;
}

.popup_open .burger .line:nth-child(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}

.popup_open .burger .line:nth-child(2) {
    width: 0%;
}

.popup_open .burger .line:nth-child(3) {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

/* .popup_open .burger:before {
	filter: brightness(100) !important;
} */

.popup_open .burger:hover .line {
    background-color: #fff;
}

.popup_open .burger:hover .line:nth-child(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

.popup_open .burger:hover .line:nth-child(3) {
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}

/* .popup_open .burger:hover:before {
	filter: brightness(100);
} */

.burger {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 25px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.burger:hover .line {
    opacity: 0.5;
}

.burger:hover .line:nth-child(1) {
    top: 25px;
}

.burger:hover .line:nth-child(3) {
    top: 0px;
}

.burger.blue .line {
    background-color: var(--color-3);
}

.burger.blue:before {
    filter: brightness(1);
}

.burger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-image: url("/files/design_files/logos/menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation: 40s ease-in-out infinite vector-rotate;
    transition: 0.5s all;
}

.burger .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: flex;
    min-height: 2px;
    max-height: 2px;
    transition: 0.5s all;
}

.burger .line:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0;
    transform: translate(0, 0) rotate(0deg);
}

.burger .line:nth-child(2) {
    position: absolute;
    top: 12.5px;
    left: 50%;
    transform: translate(-50%, 0) rotate(0deg);
}

.burger .line:nth-child(3) {
    position: absolute;
    top: 25px;
    left: 0;
    transform: translate(0, 0) rotate(0deg);
}

/*----------/HEADER----------*/
/*----------MAIN_SECTION----------*/
SECTION#main_section {
    height: 100vh;
}

SECTION#main_section .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/files/design_files/logos/new/image_with_star_big.svg");
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    background-size: 75%;
}

SECTION#main_section .logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/files/design_files/logos/new/image_with_shadow.svg");
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(2px);
    z-index: -1;
    transform: scale(1.015);
    opacity: 0.8;
}

/*----------/MAIN_SECTION----------*/
/*----------WELCOME_SECTION----------*/
SECTION#welcome_section {
    padding: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

SECTION#welcome_section .logo {
    width: 100%;
    margin: 50px 0;
}

SECTION#welcome_section .logo img {
    width: 250px;
}

SECTION#welcome_section .txt {
    width: 50%;
}

SECTION#welcome_section .txt h1 {
    color: var(--color-2);
}

SECTION#welcome_section .txt h2 {
    color: var(--color-2);
    margin: 25px 0 10px 0;
}

SECTION#welcome_section .img img {
    height: 0px;
    min-height: calc(100% - 100px);
    border-radius: 10px;
}

SECTION#welcome_section .playerBox_wrap {
    padding-left: 100px;
    margin: 0 auto;
}

SECTION#welcome_section .playerBox_wrap .playerBox {
    position: relative;
    max-height: var(--playerBoxHeight);
    height: var(--playerBoxHeight);
    padding-left: 40px;
}

SECTION#welcome_section .playerBox_wrap .playerBox .item-slide {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 65vh !important;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-button {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    background-image: url("/files/design_files/icons/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 60px;
    display: flex;
    margin: 0;
    opacity: 1;
    transition: 0.5s all;
    cursor: pointer;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-button:hover {
    opacity: 0.5;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-button.swiper-button-prev {
    transform: scale(-1);
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-button:after {
    content: none;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-pagination {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    height: fit-content;
    grid-gap: 10px;
    transform: none;
    margin-top: 15px;
    width: 30px;
    align-items: center;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: var(--color-3);
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s all;
    pointer-events: all;
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color-1);
}

SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    pointer-events: none;
}

SECTION#welcome_section .playerBox_wrap video {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

/*----------/WELCOME_SECTION----------*/
/*----------ACTIVITY_SECTION----------*/
SECTION#activities_section {
    background-color: var(--color-2);
    padding: 100px;
    min-height: 100vh;
}

SECTION#activities_section:before {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 500px;
    height: 250px;
    background-image: url("/files/design_files/logos/logo.png");
    background-size: contain;
    z-index: 0;
    opacity: 0.25;
    background-position: center;
    background-repeat: no-repeat;
}

SECTION#activities_section .activities {
    display: flex;
    flex-direction: row;
}

SECTION#activities_section .activity {
    position: relative;
    z-index: 1;
    width: 0vw;
    overflow: hidden;
    transition: 0.5s all;
    transform: scale(0);
    max-height: 0px;
}

SECTION#activities_section .activity.open {
    width: 100vw;
    transform: scale(1);
    max-height: 1000vh;
}

SECTION#activities_section .activity .left_side {
    width: 60%;
}

SECTION#activities_section .activity .left_side .activity_text {
    color: #fff;
    margin-bottom: 50px;
}

SECTION#activities_section .activity .left_side .points {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px 0px;
}

SECTION#activities_section .activity .left_side .points .point {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    cursor: pointer;
    transition: 0.5s all;
}

SECTION#activities_section .activity .left_side .points .point:after {
    content: "";
    position: relative;
    background-image: url("/files/design_files/icons/arrow.svg");
    width: 30px;
    display: flex;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    left: 0;
    transition: 0.5s all;
}

SECTION#activities_section .activity .left_side .points .point:hover {
    opacity: 0.5;
}

SECTION#activities_section .activity .left_side .points .point:hover:after {
    left: 7.5px;
}

SECTION#activities_section .activity_nav {
    margin-top: 50px;
    color: #fff;
    grid-gap: 15px;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 100px;
}

SECTION#activities_section .activity_nav .activity_btn {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    transition: 0.5s;
}

SECTION#activities_section .activity_nav .activity_btn.open {
    opacity: 0.5;
    pointer-events: none;
}

SECTION#activities_section .activity_nav .activity_btn:hover {
    opacity: 0.75;
}

section.activities_section {
    overflow: visible;
}

section.activities_section .activities_list {
    overflow: visible;
}

section.activities_section .elementHeadline {
    color: white;
    margin-bottom: 5rem;
}

section.activities_section .elementHeadline h2 {
    font-family: inherit;
    line-height: 1;
    font-size: 10rem;
    font-weight: 400;
}

section.activities_section .elementHeadline h2 strong {
    font-size: 0.5em;
    display: block;
    font-weight: 700;
    font-family: "Mansalva";
    text-align: right;
}

section.activities_section .activities_item {
    display: flex;
    grid-gap: 10%;
    padding: 100px;
    overflow: hidden;
    /*& > div {*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    transition: 650ms;*/
    /*    transition-property: opacity, visibility;*/
    /*}*/
}

section.activities_section .activities_item:nth-child(odd) {
    background: var(--color-2);
}

section.activities_section .activities_item:nth-child(even) {
    background: var(--color-1);
    color: #fff;
}

section.activities_section .swiper-slide:nth-child(even) .content_wrapper .activity-list .activity-item::after {
    filter: brightness(0) invert(1);
}
.media-swiper {
    height: 70vh;
}
.media-swiper .swiper-button-next:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/files/design_files/icons/arrow-2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(100);
}
.media-swiper .swiper-button-prev:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/files/design_files/icons/arrow-2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(100);
}
.media-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: var(--color-2);
    z-index: 2;
    display: flex;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    left: auto;
    right: 50%;
    bottom: 0;
    top: auto;
    transform: translate(50%, 0) rotate(90deg);
}
.media-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: var(--color-2);
    z-index: 2;
    display: flex;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    left: auto;
    right: 50%;
    top: 0;
    transform: translate(50%, 50%) rotate(270deg);
}
.media-swiper .swiper-pagination {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    height: fit-content;
    grid-gap: 10px;
    align-items: center;
    transform: translate(0, -50%);
    display: none !important;
}
.media-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
    pointer-events: none;
}
.media-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: var(--color-3);
    opacity: 0.5;
    cursor: pointer;
    pointer-events: all;
    transition: 0.5s;
    margin: 0px !important;
}
section.activities_section .swiper-slide.swiper-slide-active > div {
    opacity: 1;
    visibility: visible;
}

section.activities_section .swiper-slide .content_wrapper {
    flex: 2;
}

section.activities_section .swiper-slide .content_wrapper .buttonList {
    display: flex;
    grid-gap: 3rem;
    margin-top: 3rem;
}

section.activities_section .swiper-slide .content_wrapper .buttonList .activity-button {
    color: white;
    border: none;
    background: transparent;
    text-decoration: underline;
    font-family: "Nothing You Could Do";
    font-size: 2rem;
    cursor: pointer;
}

section.activities_section .swiper-slide .content_wrapper .activity-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem 5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
}

section.activities_section .swiper-slide .content_wrapper .activity-list .activity-item {
    display: flex;
    grid-gap: 1rem;
    justify-content: space-between;
    transition: 650ms color;
    pointer-events: none;
}

section.activities_section .swiper-slide .content_wrapper .activity-list .activity-item h4 {
    pointer-events: all;
    cursor: pointer;
}

section.activities_section .swiper-slide .content_wrapper .activity-list .activity-item:hover {
    color: white;
}

section.activities_section .swiper-slide .content_wrapper .activity-list .activity-item:hover::after {
    filter: brightness(0) invert(1);
}

section.activities_section .swiper-slide .content_wrapper .activity-list .activity-item::after {
    content: "";
    background-image: url(/files/design_files/icons/arrow.svg);
    background-size: contain;
    height: 1em;
    aspect-ratio: 41/16;
    transition: 650ms filter;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
}

section.activities_section .swiper-slide .media_wrapper {
    /*flex: 1;*/
    /*transform: translateY(-23%);*/
    border-radius: 35px;
    overflow: hidden;
    display: flex;
}

section.activities_section .swiper-slide .media_wrapper img,
section.activities_section .swiper-slide .media_wrapper video {
    object-fit: cover;
    border-radius: 35px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 75vh;
}

/*----------/ACTIVITY_SECTION----------*/
/*----------PRICE_SECTION----------*/
SECTION#price_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 100px;
    background-color: var(--color-2);
}

SECTION#price_section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/files/design_files/logos/logo_green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    z-index: -1;
    opacity: 0.25;
}

SECTION#price_section .txt {
    width: 40%;
    margin-bottom: 100px;
    color: #fff;
}

SECTION#price_section .txt h1 {
    margin-bottom: 25px;
}

SECTION#price_section .txt .btn {
    left: 50%;
    transform: translate(-50%);
    margin-top: 25px;
}

SECTION#price_section .right_side {
    width: calc(60% - 100px);
    position: relative;
    margin-left: 100px;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}

SECTION#price_section .right_side:after {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    width: 100px;
    height: 100px;
    background-image: url("/files/design_files/vector/price_vector.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation: 40s ease-in-out infinite vector-rotate-2;
    z-index: 3;
}

SECTION#price_section .right_side.open .img {
    opacity: 0;
    pointer-events: none;
}

SECTION#price_section .right_side .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    pointer-events: all;
    transition: 0.5s all;
    border-radius: 15px;
    overflow: hidden;
}

SECTION#price_section .right_side .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

SECTION#price_section .right_side .price-slider {
    height: 0px;
    min-height: 100%;
}

SECTION#price_section .right_side .price-slider .price {
    color: var(--color-1);
    display: flex;
    flex-direction: column;
}

SECTION#price_section .right_side .price-slider .price .price_title {
    margin-bottom: 25px;
    color: var(--color-2);
}

SECTION#price_section .right_side .price-slider .price .text {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px;
    position: relative;
    width: 100%;
    padding-right: 25px;
}

SECTION#price_section .right_side .price-slider .price .text::-webkit-scrollbar-thumb {
    background-color: #759963;
    border-radius: 10px;
}

SECTION#price_section .right_side .price-slider .price .text::-webkit-scrollbar {
    width: 5px;
    background-color: var(--color-2);
    border-radius: 10px;
}

SECTION#price_section .right_side .price-slider .price .text table {
    width: 100% !important;
    height: fit-content !important;
}

SECTION#price_section .right_side .price-slider .price .text table tr {
    width: 100% !important;
    height: fit-content !important;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid var(--color-2);
    padding: 5px 0px;
}

SECTION#price_section .right_side .price-slider .price .text table tr td {
    width: 100% !important;
    height: fit-content !important;
}

SECTION#price_section .right_side .price-slider .price .text table tr td strong {
    color: var(--color-2);
}

SECTION#price_section .right_side .swiper-nav {
    position: absolute;
    bottom: 15px;
    right: 50px;
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
}

SECTION#price_section .right_side .swiper-nav .swiper-button {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    background-image: url("/files/design_files/icons/arrow_gr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s all;
}

SECTION#price_section .right_side .swiper-nav .swiper-button:hover {
    opacity: 0.5;
}

SECTION#price_section .right_side .swiper-nav .swiper-button.swiper-button-prev {
    transform: scale(-1);
}

SECTION#price_section .right_side .swiper-nav .swiper-button:after {
    content: none !important;
}

/*----------/PRICE_SECTION----------*/
/*----------WELLNESS_SECTION----------*/
.gray SECTION#wellness_section {
    background-color: var(--color-1);
    color: #fff;
}

.gray SECTION#wellness_section .wellness_title {
    color: #fff !important;
}

.gray SECTION#wellness_section .swiper-pagination,
.gray SECTION#wellness_section .wellness_vector {
    filter: brightness(100) !important;
}

.gray SECTION#wellness_section .wellness-slider .swiper-button {
    background-image: url(/files/design_files/icons/arrow_white.png) !important;
}

SECTION#wellness_section {
    padding: 100px;
}

SECTION#wellness_section .wellness-slider {
    position: relative;
    overflow: visible;
}

SECTION#wellness_section .wellness-slider .swiper-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    grid-gap: 15px;
}

SECTION#wellness_section .wellness-slider .swiper-nav .swiper-button {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    background-image: url("/files/design_files/icons/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s all;
}

SECTION#wellness_section .wellness-slider .swiper-nav .swiper-button:hover {
    opacity: 0.5;
}

SECTION#wellness_section .wellness-slider .swiper-nav .swiper-button.swiper-button-prev {
    transform: rotate(90deg);
}

SECTION#wellness_section .wellness-slider .swiper-nav .swiper-button.swiper-button-next {
    transform: rotate(-90deg);
}

SECTION#wellness_section .wellness-slider .swiper-nav .swiper-button:after {
    content: none;
}

SECTION#wellness_section .wellness-slider .swiper-pagination {
    position: absolute;
    top: 15px;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    grid-gap: 10px;
}

SECTION#wellness_section .wellness-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: var(--color-3);
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s all;
    pointer-events: all;
}

SECTION#wellness_section .wellness-slider .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color-1);
}

SECTION#wellness_section .wellness-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    pointer-events: none;
}

SECTION#wellness_section .wellness {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

SECTION#wellness_section .wellness.swiper-slide-active .wellness_vector {
    opacity: 1;
}

SECTION#wellness_section .wellness .wellness_vector {
    position: absolute;
    top: 105px;
    right: -45px;
    width: 100px;
    height: 100px;
    animation: 40s ease-in-out infinite vector-rotate-2;
    z-index: 3;
    pointer-events: none;
    transition: 0.5s all;
    opacity: 0;
}

SECTION#wellness_section .wellness .wellness_title {
    width: 100%;
    text-align: center;
    color: var(--color-3);
    padding: 0 100px;
    margin-bottom: 100px;
    pointer-events: none;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

SECTION#wellness_section .wellness .wellness_txt {
    width: 40%;
}

SECTION#wellness_section .wellness .wellness-img-slider {
    width: calc(60% - 100px);
    margin-left: 100px;
    min-height: 50vh;
    max-height: 80vh;
    position: relative;
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-wrapper {
    height: 0px;
    min-height: 100%;
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-wrapper .wellnes_img {
    border-radius: 15px;
    overflow: hidden;
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-wrapper .wellnes_img img,
SECTION#wellness_section .wellness .wellness-img-slider .swiper-wrapper .wellnes_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-img-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    grid-gap: 2px;
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-img-nav .swiper-img-button {
    width: 40px;
    height: 40px;
    background-color: var(--color-2);
    z-index: 2;
    display: flex;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-img-nav .swiper-img-button:hover {
    background-color: var(--color-3);
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-img-nav .swiper-img-button.swiper-img-button-prev {
    transform: scale(-1);
}

SECTION#wellness_section .wellness .wellness-img-slider .swiper-img-nav .swiper-img-button:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/files/design_files/icons/arrow-2.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(100);
}

SECTION#wellness_section .wellness-icon-slider {
    margin-top: 50px;
    width: calc(100% - 200px);
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

SECTION#wellness_section .wellness-icon-slider .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: default;
}

SECTION#wellness_section .wellness-icon-slider .icon .icon_img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
    padding: 15px;
    background-color: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

SECTION#wellness_section .wellness-icon-slider .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

SECTION#wellness_section .wellness-icon-slider .icon .icon_txt {
    font-family: "Poiret One";
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    line-height: 80%;
    color: var(--color-3);
    margin-left: 15px;
    word-break: break-word;
}

SECTION#wellness_section .wellness-icon-slider .swiper-button {
    color: var(--color-3);
    font-size: 12px;
    opacity: 1;
    transition: 0.5s all;
}

SECTION#wellness_section .wellness-icon-slider .swiper-button:hover {
    opacity: 0.5;
}

SECTION#wellness_section .wellness-icon-slider .swiper-button:after {
    font-size: 18px;
    font-weight: 800;
    pointer-events: none;
}

SECTION#wellness_section .wellness-icon-slider .swiper-button.swiper-button-prev {
    left: 0;
}

SECTION#wellness_section .wellness-icon-slider .swiper-button.swiper-button-next {
    right: 0;
}

/*----------/WELLNESS_SECTION----------*/
/*----------VIDEO_SECTION----------*/
.video_section {
    min-height: 90vh;
    position: relative;
    display: flex;
    padding: 100px;
    justify-content: flex-start;
    align-items: flex-end;
}

.video_section .video_txt {
    position: relative;
    z-index: 3;
    color: #fff;
}

.video_section .content-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.video_section .content-player figure {
    width: 100%;
    height: 100%;
    display: flex;
}

.video_section .content-player figure video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------/VIDEO_SECTION----------*/
/*----------ANREISE_SECTION----------*/
SECTION#anreise_section {
    padding: 100px;
    display: flex;
    flex-direction: row;
    padding-top: 0px;
}

SECTION#anreise_section .left_side {
    width: calc(50% - 100px);
    margin-right: 100px;
    margin-top: 100px;
}

SECTION#anreise_section .left_side .anreise-slider {
    height: 0px;
    min-height: 100%;
    padding-right: 50px;
    position: relative;
}

SECTION#anreise_section .left_side .anreise-slider .anreise_img {
    border-radius: 15px;
    overflow: hidden;
}

SECTION#anreise_section .left_side .anreise-slider .anreise_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
SECTION#anreise_section .left_side .anreise-slider .anreise_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-button {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    background-image: url("/files/design_files/icons/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 60px;
    display: flex;
    margin: 0;
    opacity: 1;
    transition: 0.5s all;
    cursor: pointer;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-button:hover {
    opacity: 0.5;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-button.swiper-button-prev {
    transform: scale(-1);
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-button:after {
    content: none;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-pagination {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    height: fit-content;
    grid-gap: 10px;
    transform: none;
    margin-top: 15px;
    width: 30px;
    align-items: center;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: var(--color-3);
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s all;
    pointer-events: all;
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color-1);
}

SECTION#anreise_section .left_side .anreise-slider .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    pointer-events: none;
}

SECTION#anreise_section .right_side {
    width: 50%;
}

SECTION#anreise_section .right_side .img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;
}

SECTION#anreise_section .right_side .txt h1 {
    color: var(--color-3);
    margin-bottom: 50px;
}

/*----------/ANREISE_SECTION----------*/
/*----------GALLERY_SECTION----------*/
SECTION#gallery_section {
    padding: 100px;
    padding-top: 0px;
}

SECTION#gallery_section .gallery {
    display: flex;
    flex-direction: row;
}

SECTION#gallery_section .gallery .gallery-subslider {
    width: calc(50% - 150px);
    margin-right: 150px;
    height: 400px;
    padding: 0 100px;
    position: relative;
}

SECTION#gallery_section .gallery .gallery-subslider .gallery_img {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--color-3);
    transition: 0.5s all;
    cursor: pointer;
}

SECTION#gallery_section .gallery .gallery-subslider .gallery_img.swiper-slide-thumb-active {
    border: 4px solid var(--color-2);
    cursor: default;
}

SECTION#gallery_section .gallery .gallery-subslider .gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-pagination {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    height: fit-content;
    grid-gap: 10px;
    align-items: center;
    transform: translate(0, -50%);
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: var(--color-3);
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s all;
    pointer-events: all;
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--color-1);
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    pointer-events: none;
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-button {
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    width: fit-content;
    height: fit-content;
    color: var(--color-3);
    opacity: 1;
    transition: 0.5s all;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-button:hover {
    opacity: 0.5;
}

SECTION#gallery_section .gallery .gallery-subslider .swiper-button:after {
    font-size: 24px;
    font-weight: 800;
}

SECTION#gallery_section .gallery .gallery-slider {
    width: 50%;
    height: 400px;
}

SECTION#gallery_section .gallery .gallery-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

SECTION#gallery_section .txt {
    padding: 50px 0px 0px 100px;
}

/*----------/GALLERY_SECTION----------*/
/*----------ANREISE_SECTION----------*/
SECTION#arrival_section {
    padding: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 50px 100px;
}

SECTION#arrival_section h1.title {
    width: 100%;
    color: var(--color-3);
}

SECTION#arrival_section .left_side,
SECTION#arrival_section .right_side {
    width: calc(50% - 50px);
}

SECTION#arrival_section .left_side .txt,
SECTION#arrival_section .right_side .txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

SECTION#arrival_section .left_side .txt p img,
SECTION#arrival_section .right_side .txt p img {
    width: 200px;
}

SECTION#arrival_section .left_side .images,
SECTION#arrival_section .right_side .images {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}

SECTION#arrival_section .left_side .images .img,
SECTION#arrival_section .right_side .images .img {
    border-radius: 15px;
    overflow: hidden;
}

SECTION#arrival_section img {
    width: 100%;
}
/*----------/ANREISE_SECTION----------*/
/*----------FOOTER_SECTION----------*/
#footer {
    z-index: 4;
}

SECTION#footer_section .infos {
    display: flex;
    flex-direction: row;
    background-color: var(--color-2);
    padding: 50px 100px;
    justify-content: space-between;
}

SECTION#footer_section .infos .info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

SECTION#footer_section .infos .info .txt {
    width: 100%;
    color: #fff;
}

SECTION#footer_section .infos .info .txt p,
SECTION#footer_section .infos .info .txt a {
    color: #fff;
    text-decoration: none;
}

SECTION#footer_section .infos .info .txt img {
    width: 250px;
    height: auto;
    transform: scale(1);
    transition: 0.5s all;
    opacity: 1;
}

SECTION#footer_section .infos .info .txt img:hover {
    transform: scale(1.05);
    opacity: 0.5;
}

SECTION#footer_section .popup_bar {
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 25px;
    background-color: #fff;
}

SECTION#footer_section .popup_bar a {
    color: var(--color-3);
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.5s all;
    cursor: pointer;
}

SECTION#footer_section .popup_bar a:hover {
    color: var(--color-2);
}

SECTION#footer_section .footer_mask {
    width: 100vw;
    height: 50vh;
    position: relative;
    display: flex;
    overflow: hidden;
}

SECTION#footer_section .footer_mask:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/files/clients_files/images/footer_img.jpg");
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

SECTION#footer_section .footer_mask .video-bg {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

SECTION#footer_section .footer_mask:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url("/files/design_files/vector/mask.svg");
    width: 100%;
    aspect-ratio: 1919/539;
    /*height: 100%;*/
    background-size: cover;
    background-position: center;
}

/*----------/FOOTER_SECTION----------*/
/*----------RESPONSIVE----------*/
@media (max-width: 1280px) {
    .custom-slider-section {
        padding: 10px !important;
	}
    .custom-slider-section .slide-box {
    	flex: 1;
    }

    .custom-slider-section .right {
    	flex: 0.5;
    }

    .custom-slider-section .swiper-wrapper .list-child {
    	padding: 1rem 0;
    }
 /*   .custom-slider-section .nested-vertical-swiper {*/
 /*   	height: 40vw;*/
	/*}*/
    section.activities_section .activities_item {
        grid-gap: 3rem;
        padding: 15px;
    }

    section.activities_section .swiper-slide .swiper-slide-active > div {
        width: 60%;
    }

    section.activities_section .elementHeadline h2 {
        font-size: 6rem;
    }
    /*welcome_1200*/
    SECTION#welcome_section {
        padding: 75px;
        padding-top: 0px;
    }

    SECTION#welcome_section .img {
        width: 50%;
        padding-left: 75px;
    }

    SECTION#welcome_section .img img {
        height: 0px;
        min-height: calc(100% - 75px);
        border-radius: 10px;
    }
    /*anreise_1200*/
    SECTION#anreise_section {
        padding: 75px;
        padding-top: 0px;
    }

    SECTION#anreise_section .left_side {
        width: calc(50% - 75px);
        margin-right: 75px;
        margin-top: 75px;
    }

    SECTION#anreise_section .right_side .img {
        margin-bottom: 25px;
    }

    SECTION#anreise_section .right_side .txt h1 {
        margin-bottom: 25px;
    }
    /*gallery_1200*/
    SECTION#gallery_section {
        padding: 75px;
        padding-top: 0px;
    }

    SECTION#gallery_section .gallery .gallery-subslider {
        width: calc(50% - 100px);
        margin-right: 100px;
        padding: 0 75px;
    }

    SECTION#gallery_section .txt {
        padding: 50px 0px 0px 75px;
    }
    /*video_1200*/
    .video_section {
        padding: 75px;
    }
    /*wellness_1200*/
    SECTION#wellness_section {
        padding: 75px;
    }

    SECTION#wellness_section .wellness .wellness_title {
        margin-bottom: 75px;
    }

    SECTION#wellness_section .wellness .wellness-img-slider {
        width: calc(60% - 75px);
        margin-left: 75px;
    }

    SECTION#wellness_section .wellness-icon-slider {
        width: calc(100% - 150px);
        padding: 0 50px;
    }

    SECTION#wellness_section .wellness-icon-slider:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 100%;
        background-color: #fff;
        z-index: 2;
    }

    SECTION#wellness_section .wellness-icon-slider:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        background-color: #fff;
        z-index: 2;
    }
    /*preise_1200*/
    SECTION#price_section {
        padding: 75px;
    }

    SECTION#price_section .txt {
        width: 40%;
        margin-bottom: 75px;
        color: #fff;
    }

    SECTION#price_section .right_side {
        width: calc(60% - 75px);
        position: relative;
        margin-left: 75px;
    }
    /*arrival_1200*/
    SECTION#arrival_section {
        padding: 75px;
        grid-gap: 50px 75px;
    }
    /*footer_1200*/
    SECTION#footer_section .infos {
        padding: 50px 75px;
    }

    SECTION#footer_section .popup_bar {
        padding: 50px 75px;
    }

    .popup {
        padding: 50px 75px;
    }

    .popup .popup_txt h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .popup#form {
        width: 50vw;
    }
}

@media (max-width: 989px) {
    .custom-slider-section .swiper-wrapper .list-child {
        height: auto;
        grid-gap: 0;
    }
    .headline-wrap {
    	margin: 2rem 0 0!important;
    }
    .custom-slider-section .right {
        flex: unset;
    }
    SECTION#activities_section {
        padding: 50px;
    }
    SECTION#activities_section .media-swiper {
        height: 70vh;
        flex: auto;
    }

    SECTION#activities_section .swiper-slide {
        flex-direction: column;
    }
    #review h3.title_name {
    	font-size: 1.3rem;
    }
    
    #review {
    	padding: 50px;
    }
    
    #review.review_section .wrap_sliders {
    	margin: 0;
    }
    .accordion {
        flex-direction: column;
        height: auto;
    }

    .review_section .wrap_sliders .slider-main {
        width: 100%;
    }

    .review_section .wrap_sliders .swiper .ava_img {
        width: 100%;
    }

    .review_section .wrap_sliders .slider-main .content_wrap {
        padding: 1rem;
        overflow: scroll;
        flex-direction: column;
        height: auto;
    }

    .review_section .wrap_sliders .swiper-slide {
        flex-direction: column;
    }

    .review_section .wrap_sliders .swiper-slide .ava_img {
        max-width: 50px;
    }

    #page_content .image-slider {
        display: none;
    }

    #page_content .content-blocks .block {
        flex-direction: column !important;
    }

    #page_content .content-blocks .block-text,
    #page_content .content-blocks .block-image {
        width: 100%;
    }

    #page_content .flex-text {
        flex-direction: column;
    }

    #page_content .flex-text .left-text,
    #page_content .flex-text .right-text {
        width: 100%;
        margin-bottom: 2em;
    }

    #page_content > div {
        padding: 2em;
    }

    .accordion-item .btn {
        margin-bottom: 2em;
    }

    .accordion-item .headline-open {
        padding: 2em;
        padding-bottom: 0;
    }

    .accordion-item .headline-close {
        display: flex;
        padding: 8em;
    }
    /*welcome_989*/
    SECTION#welcome_section {
        padding: 50px;
        padding-top: 0px;
    }

    SECTION#welcome_section .txt {
        width: 100%;
    }

    SECTION#welcome_section .img {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }

    SECTION#welcome_section .img img {
        height: auto;
    }
    /*anreise_989*/
    SECTION#anreise_section {
        padding: 50px;
        padding-top: 0px;
    }

    SECTION#anreise_section .left_side {
        width: calc(50% - 50px);
        margin-right: 50px;
        margin-top: 50px;
    }

    SECTION#anreise_section .right_side .img {
        margin-bottom: 25px;
    }

    SECTION#anreise_section .right_side .txt h1 {
        margin-bottom: 25px;
    }
    /*gallery_989*/
    SECTION#gallery_section {
        padding: 50px;
        padding-top: 0px;
    }

    SECTION#gallery_section .gallery .gallery-subslider {
        width: calc(50% - 50px);
        margin-right: 50px;
        padding: 0 50px;
    }

    SECTION#gallery_section .txt {
        padding: 25px 0px 0px 50px;
    }
    /*video_989*/
    .video_section {
        padding: 50px;
    }
    /*wellness_989*/
    SECTION#wellness_section {
        padding: 50px;
    }

    SECTION#wellness_section .wellness .wellness_vector {
        top: auto;
        bottom: 250px;
    }

    SECTION#wellness_section .wellness .wellness_title {
        margin-bottom: 50px;
    }

    SECTION#wellness_section .wellness .wellness_txt {
        width: 100%;
    }

    SECTION#wellness_section .wellness .wellness-img-slider {
        width: 100%;
        margin-left: 0px;
    }

    SECTION#wellness_section .wellness .wellness-img-slider .swiper-wrapper {
        height: 300px;
        min-height: 100%;
        margin-top: 25px;
    }

    SECTION#wellness_section .wellness-icon-slider {
        margin-top: 25px;
        width: 100%;
    }
    /*preise_989*/
    SECTION#price_section {
        padding: 50px;
    }

    SECTION#price_section .txt {
        width: 40%;
        margin-bottom: 0px;
        color: #fff;
    }

    SECTION#price_section .right_side {
        width: calc(60% - 50px);
        position: relative;
        margin-left: 50px;
        padding: 25px;
        padding-bottom: 50px;
    }

    SECTION#price_section .right_side .swiper-nav {
        bottom: 10px;
        right: 25px;
    }
    /*arrival_989*/
    SECTION#arrival_section {
        padding: 50px;
        grid-gap: 25px 50px;
    }

    SECTION#arrival_section .left_side,
    SECTION#arrival_section .right_side {
        width: calc(50% - 25px);
    }
    /*footer_989*/
    SECTION#footer_section .infos {
        padding: 25px 50px;
    }

    SECTION#footer_section .infos .info .txt img {
        width: 150px;
    }

    SECTION#footer_section .popup_bar {
        padding: 25px 50px;
    }

    .popup {
        padding: 25px 50px;
        width: calc(100vw - 50px);
        max-height: calc(100vh - 200px);
    }

    .popup#form {
        width: 70vw;
    }

    .popup .popup_title {
        font-size: 42px;
    }

    .popup .popup_txt h3 {
        font-size: 24px;
    }
}

@media (min-width: 767px) {
    section.activities_section .swiper-slide .media_wrapper {
        flex: 1;
    }
}
@media (max-width: 767px) {
    SECTION#welcome_section .playerBox_wrap .playerBox .swiper-nav {
        justify-content: center;
    }
    #footer {
        z-index: 0;
    }

    SECTION#price_section .right_side .price-slider .price .text table {
        table-layout: auto;
    }

    SECTION#price_section .right_side .price-slider .price .text table tr td {
        display: flex;
        justify-content: space-between;
        padding: 6px 4px;
    }

    SECTION#price_section .right_side .price-slider .price .text table tr td:last-child {
        border-bottom: none;
    }

    SECTION#price_section .right_side .price-slider .price .text table tbody tr td:first-child {
        flex: 1;
    }

    SECTION#price_section .right_side .price-slider .price .text table tbody tr td:nth-child(2),
    SECTION#price_section .right_side .price-slider .price .text table tbody tr td:nth-child(3) {
        flex: 0.5;
    }

    #price_section .text {
        padding: 0;
    }
    .custom-slider-section {
        .nested-vertical-swiper {
            height: 100%;
        }
    }
    body .review_section .slider-thumbs .swiper-wrapper {
        padding: 10px 0 50px 0 !important;
    }
    #review h3 {
        font-size: 12px;
    }
    #review {
        padding: 1em !important;
    }
    SECTION#footer_section .infos .txt p {
        text-align: center !important;
    }
    SECTION#footer_section .infos {
        flex-direction: column;
        text-align: center;
    }
    .popup#form {
        padding: 20px;
        display: flex;
        justify-content: center;
    }
    .custom-slider-section,
    .nested-vertical-swiper {
        height: 100%;
    }

    .popup.activity_popup h3 {
        padding-top: 46px;
    }
    .popup.activity_popup {
        width: 100%;
        left: 50%;
        /*top: 70% !important;*/
    }
    section.activities_section .elementHeadline h2 {
        font-size: 3rem;
    }

    section.activities_section .activities_item {
        grid-gap: 1.5rem;
        padding: 25px;
        flex-direction: column;
    }

    section.activities_section .activities_item .activity-list {
        grid-gap: 1.5rem;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .logo.content-image {
        display: none;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }
    /*welcome_767*/
    SECTION#welcome_section {
        padding: 25px;
        padding-top: 0px;
    }
    /*anreise_767*/
    SECTION#anreise_section {
        padding: 25px;
        padding-top: 0px;
    }

    SECTION#anreise_section .left_side {
        display: none;
    }

    SECTION#anreise_section .right_side {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    SECTION#anreise_section .right_side .img {
        order: 2;
        margin-bottom: 0px;
        margin-top: 25px;
    }

    SECTION#anreise_section .right_side .txt h1 {
        margin-bottom: 15px;
    }
    /*gallery_767*/
    .gallery-garten #gallery_section .gallery .gallery-subslider {
        margin-right: 0;
        margin-left: 15px;
    }

    SECTION#gallery_section {
        padding: 25px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
    }

    SECTION#gallery_section .gallery {
        order: 2;
    }

    SECTION#gallery_section .gallery .gallery-subslider {
        width: calc(40% - 15px);
        margin-right: 15px;
        height: 200px;
        padding: 0;
    }

    SECTION#gallery_section .gallery .gallery-subslider .gallery_img.swiper-slide-thumb-active {
        border: 2px solid var(--color-2);
    }

    SECTION#gallery_section .gallery .gallery-subslider .swiper-pagination {
        display: none;
    }

    SECTION#gallery_section .gallery .gallery-subslider .swiper-button {
        display: none;
    }

    SECTION#gallery_section .gallery .gallery-slider {
        width: 60%;
        height: 200px;
    }

    SECTION#gallery_section .gallery .gallery-slider img {
        border-radius: 10px;
    }

    SECTION#gallery_section .txt {
        padding: 0px 0px 25px 0px;
    }
    /*video_767*/
    .video_section {
        padding: 25px;
    }
    /*wellness_767*/
    SECTION#wellness_section {
        padding: 25px;
    }

    SECTION#wellness_section .wellness .wellness_title {
        margin-bottom: 10px;
        margin-top: 75px;
        padding: 0px;
    }
    /*preise_767*/
    SECTION#price_section {
        padding: 25px;
    }

    SECTION#price_section .txt {
        width: 100%;
    }

    SECTION#price_section .txt .btn {
        margin: 15px 0;
    }

    SECTION#price_section .right_side {
        width: 100%;
        margin-left: 0px;
    }

    SECTION#price_section .right_side .price-slider {
        height: 400px;
    }
    /*arrival_767*/
    SECTION#arrival_section {
        padding: 25px;
        grid-gap: 25px;
    }

    SECTION#arrival_section .left_side,
    SECTION#arrival_section .right_side {
        width: 100%;
    }

    SECTION#arrival_section .left_side .images,
    SECTION#arrival_section .right_side .images {
        margin-top: 25px;
        grid-gap: 25px;
    }
    /*footer_767*/
    .popup {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0px;
        padding: 25px;
        padding-top: 50px;
    }

    .popup#form {
        width: 100vw;
    }

    .popup .popup_title {
        font-size: 30px;
        padding-right: 100px;
        margin-bottom: 15px;
    }

    .popup .popup_txt {
        padding-right: 10px;
    }

    .popup .popup_txt h3 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 20px;
    }
}

/*----------/RESPONSIVE----------*/
