@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700);
@font-face {
  font-family: 'Pressura';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GT-Pressura-Bold.woff) format('woff')
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none
}

[hidden] {
  display: none
}

button,
input,
select,
textarea {
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

input[type="search"],
input[type="email"],
input[type="text"] {
  -webkit-appearance: initial
}

button,
label {
  cursor: pointer
}

.hidden {
  display: none !important
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit
}

.invisible {
  visibility: hidden
}

body,
.content {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px
}

strong {
  font-weight: 700
}

sup {
  line-height: 5px
}

.color {
  color: #a3d5bd
}

svg {
  display: block;
  fill: currentColor;
  width: 100%;
  height: 100%
}

.content p {
  margin-bottom: 22px
}

::-moz-selection {
  background: #b4e4c9;
  color: white;
  text-shadow: none
}

::selection {
  background: #b4e4c9;
  color: white;
  text-shadow: none
}

::-webkit-input-placeholder {
  color: black
}

::-moz-placeholder {
  color: black
}

:-ms-input-placeholder {
  color: black
}

:-moz-placeholder {
  color: black
}

.main-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 30vw
}

.main-content > *:not(.size-large):not(.link-size-large):not(.mask):not(.fluidvids):not(.extra-video-container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 300ms ease-in-out
}

a:hover {
  color: #ff8828
}

.content a:not(.zoom):not(.link-important):not(.button):not(.link-button):not(.link-image):not(.post-link):not(.post-image-link):not(.link-category) {
  color: black;
  background-image: linear-gradient(to top, #000000 0, #000000 0), linear-gradient(to top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 0);
  background-position: left bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 0 1px, 100% 1px;
  font-weight: 400;
  transition: none 300ms ease-in-out;
  transition-property: background-size, color;
  word-wrap: break-word
}

.content a:not(.zoom):not(.link-important):not(.button):not(.link-button):not(.link-image):not(.post-link):not(.post-image-link):not(.link-category):hover {
  background-size: 100% 1px, 100% 1px;
  color: black
}

.link-wrapper,
.content .link-wrapper {
  margin: 30px 0 25px 0
}

.link-important {
  color: black;
  display: inline-block;
  font-weight: 400;
  padding-left: 30px;
  position: relative
}

.link-important .icon {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  transition: none 300ms ease-in;
  transition-property: fill, transform;
  width: 20px;
  height: 11px
}

.link-important .text {
  background-image: linear-gradient(to top, #000000 0, #000000 0), linear-gradient(to top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 0);
  background-position: left bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 0 1px, 100% 1px;
  transition: background-size 300ms ease-in-out
}

.link-important:hover {
  color: black
}

.link-important:hover .icon {
  transform: translateX(5px)
}

.link-important:hover .text {
  background-size: 100% 1px, 100% 1px
}

#tinymce .link-important:before {
  content: "→";
  color: #a3d5bd;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 11px;
  transition: color 300ms ease-in-out
}

#tinymce .link-important:hover:before {
  transform: translateX(5px)
}

.link-button {
  align-items: center;
  background: black;
  color: white;
  display: inline-block;
  font-weight: 400;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  width: auto
}

.link-button:after {
  background: #a3d5bd;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: left center;
  transform: scaleX(0);
  transition: none 600ms ease-in-out;
  transition-property: color, transform
}

.link-button:hover {
  color: black
}

.link-button:hover:after,
.link-button:focus:after {
  transform: scaleX(1)
}

#tinymce .link-button {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1
}

#tinymce .link-button:before {
  background-color: #a3d5bd;
  content: "→";
  display: inline-block;
  margin-right: 20px;
  padding: 5px 0 0 0;
  text-align: center;
  vertical-align: 1px;
  width: 40px;
  height: 40px;
  transition: height 300ms ease-in-out
}

#tinymce .link-button:after {
  background-color: #a3d5bd;
  z-index: -1
}

#tinymce .link-button:hover {
  color: black
}

@keyframes rotation {
  0% {
    transform-origin: right top;
    transform: scaleX(1)
  }
  50% {
    transform-origin: right top;
    transform: scaleX(0)
  }
  51% {
    transform-origin: left top;
    transform: scaleX(0)
  }
  100% {
    transform-origin: left top;
    transform: scaleX(1)
  }
}

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px
}

h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px
}

.content h2 {
  margin-bottom: 8px
}

.content h3 {
  margin-top: 29px;
  margin-bottom: 11px
}

img:not(.placeholder-image) {
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

img[src$=".svg"] {
  width: 100%
}

.responsiveImagePlaceholder {
  overflow: hidden
}

.extra-sprite {
  overflow: hidden;
  width: 0;
  height: 0
}

.wp-video .mejs-poster {
  background-size: cover
}

svg {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%
}

svg.icon {
  pointer-events: none;
  width: 60%;
  height: 100%;
}

.content .size-full,
.content .size-large,
.content .size-medium,
.content .link-size-full,
.content .link-size-large,
.content .link-size-medium {
  margin-top: 39px;
  margin-bottom: 40px
}

.content .link-image .size-full,
.content .link-image .size-large,
.content .link-image .size-medium {
  margin-top: 0;
  margin-bottom: 0
}

.wp-caption {
  color: black;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  max-width: 100%
}

.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  font-size: 14px;
  font-style: italic;
  opacity: 1;
  line-height: 30px;
  margin-top: -30px;
  padding: 0 0 0 20px;
  position: relative;
  transition: opacity 300ms ease-in-out
}

.wp-caption .wp-caption-text:before,
.wp-caption .wp-caption-dd:before {
  background: black;
  content: "";
  margin: auto;
  width: 1px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scaleY(1);
  transition: transform 300ms ease-in-out
}

.wp-caption img {
  margin: auto
}

.wp-caption.aligncenter .wp-caption-text:before,
.wp-caption.aligncenter .wp-caption-dd:before {
  margin: auto;
  width: 60px;
  height: 4px;
  position: absolute;
  top: -2px;
  right: 0;
  bottom: auto;
  left: 0
}

.content .link-image {
  display: block;
  overflow: hidden
}

.content .link-image img {
  transition: transform 2000ms linear
}

.content .link-image:hover img {
  transform: scale(1.1);
  transition-duration: 5000ms
}

@media only screen and (min-width:1281px) {
  .content .size-large {
    width: auto
  }
}

@media only screen and (max-width:1280px) {
  .content .wp-caption .wp-caption-text {
    padding-left: 60px
  }
  .content .wp-caption .wp-caption-text:before {
    left: 30px
  }
}

@media only screen and (min-width:601px) {
  .content .alignleft {
    float: left;
    margin: 0
  }
  .content .alignright {
    float: right;
    margin: 0
  }
  .content .aligncenter {
    clear: both;
    display: block;
    float: none;
    text-align: center
  }
  .content .alignnone:not(.wp-caption):not(.size-large) {
    clear: both;
    display: block
  }
}

@media only screen and (max-width:600px) {
  .content .alignleft,
  .content .alignright,
  .content .aligncenter,
  .content .alignnone {
    clear: both;
    display: block;
    float: none
  }
  .content .wp-caption .wp-caption-text {
    padding-left: 20px
  }
  .content .wp-caption .wp-caption-text:before {
    left: 10px
  }
}

.content .push {
  background: #a3d5bd;
  margin: 65px 0 58px 0;
  padding: 33px 40px 37px
}

.content .push > :first-child {
  margin-top: 0
}

.content .push > :last-child {
  margin-bottom: 0
}

.content .indent {
  border-left: 1px solid black;
  font-size: 18px;
  line-height: 30px;
  margin: 32px 0;
  padding: 18px 40px 22px
}

.content .indent > :last-child {
  margin-bottom: 0
}

.content .chapo,
.content.chapo {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px
}

.content .chapo > *:last-child,
.content.chapo > *:last-child {
  margin-bottom: 0
}

.zone .content.chapo {
  position: relative;
  margin-left: 17vw !important;
  width: 30vw;
  margin-top: 4vw;
}

.zone-inner .content.chapo {
  max-width: 60vw;
  width: 50vw;
  margin-left: 0vw;
  margin-top: -3vw;
  margin-bottom: 9vw;
}

.zone .content.chapo img {
  position: absolute;
  left: -110%;
  top: -1vw;
}

.content blockquote {
  font-weight: 100;
  font-style: italic;
  margin: 30px 0;
  padding: 45px 0 0 0;
  position: relative
}

@media only screen and (max-width:600px) {
  .content blockquote {
    padding-left: 60px
  }
}

.content blockquote:before {
  color: #f5f5f5;
  content: "\201C";
  display: block;
  font-family: Georgia, serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
  height: 40px
}

.content blockquote > :last-child {
  margin-bottom: 0
}

.content .author,
.content blockquote .author {
  font-size: 14px;
  font-weight: 400;
  font-style: italic
}

.content ul,
.content ol {
  margin-top: 23px;
  margin-bottom: 32px
}

.content ul li {
  background-color: transparent;
  background-image: radial-gradient(ellipse at center, black 70%, transparent 70%);
  background-position: left 10px top 11px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  line-height: 25px;
  list-style: none;
  margin: 0 0 5px 0;
  padding-left: 28px
}

.content ol li {
  counter-increment: step-counter;
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 28px;
  position: relative;
  text-indent: -61px
}

.content ol li:before {
  color: black;
  content: counter(step-counter);
  display: inline-block;
  margin-right: 13px;
  text-align: right;
  width: 46px
}

hr:not(.cleaner) {
  background: black;
  margin: 40px 0 39px;
  width: 100%;
  height: 1px
}

hr.alt-separator {
  height: 5px
}

hr.cleaner {
  background: transparent;
  clear: both;
  float: none;
  margin: 0;
  height: 0;
  width: 100%
}

.content .source {
  border-left: 5px solid #f5f5f5;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  margin: 30px 0;
  padding: 10px 0 10px 20px
}

.content .source > *:first-child {
  margin-top: 0
}

.content .source > *:last-child {
  margin-bottom: 0
}

video {
  width: 100%
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: black
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #a3d5bd
}

.extra-video-container {
  width: 100%
}

.extra-video-container .wp-video,
.extra-video-container .wp-video-shortcode {
  width: 100% !important
}

body {
  background: #f5f5f5;
  position: relative;
  z-index: 1
}

#wrapper {
/*  background: linear-gradient(transparent, #f5f5f5) no-repeat top left;*/
  background-size: 100% 110vh;
  padding-left: 200px;
  position: relative
}

#wrapper:before {
  background: url(../img/banner-background.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 110vh;
  mix-blend-mode: overlay
}

#wrapper.park::before {
  background: url(../img/park-background.jpg);
}

#wrapper.zone::before {
  background: url(../img/zone-background.jpg);
}

#wrapper.zone-inner::before {
  background: linear-gradient(rgb(255, 160, 73), rgb(245, 245, 245)) left top / 100% 100vh no-repeat;
}

#barba-wrapper {
  position: relative;
  z-index: 0;
}

.barba-container {
  padding-bottom: 180px;
  position: relative
}

.news .barba-container {
  padding-bottom: 50px;
}

.park .barba-container {
  padding-bottom: 130px;
}

.full-size {
  margin-left: 120px;
  margin-right: 120px;
  max-width: 1280px
}

@media only screen and (min-width:1801px) {
  .full-size {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width:960px) {
  .full-size {
    margin-left: 60px;
    margin-right: 60px
  }
}

@media only screen and (max-width:690px) {
  .full-size {
    margin-left: 20px;
    margin-right: 20px
  }
}

.full-size .full-size-no-margin {
  right: -120px;
  left: -120px
}

@media only screen and (min-width:1801px) {
  .full-size .full-size-no-margin {
    right: calc(50vw - 1280px);
    left: calc(50vw - 1280px)
  }
}

@media only screen and (max-width:960px) {
  .full-size .full-size-no-margin {
    right: -60px;
    left: -60px
  }
}

@media only screen and (max-width:690px) {
  .full-size .full-size-no-margin {
    right: -20px;
    left: -20px
  }
}

@media only screen and (max-width:690px) {
  #wrapper {
    padding-top: 120px;
    padding-left: 0
  }
}

.extra-form .wpcf7-form {
  position: relative;
  padding-bottom: 90px
}

.extra-form .screen-reader-response {
  display: none
}

.extra-form .form-line {
  display: flex
}

.extra-form .form-line .field {
  flex: 1 1 auto;
  margin-right: 80px;
  max-width: 300px
}

.extra-form .text-field {
  border-bottom: 1px solid black;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.extra-form .text-field:after {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: transform 600ms ease-in-out;
  transform: translateX(-100%)
}

.extra-form .text-field .label {
  font-size: 26px;
  line-height: 30px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: color 100ms ease-in-out
}

.extra-form .text-field .wpcf7-form-control-wrap {
  display: flex
}

.extra-form .text-field .wpcf7-form-control {
  display: block;
  flex: 1 1 auto;
  font-size: 26px;
  line-height: 30px;
  padding: 20px 0;
  width: 100%
}

.extra-form .text-field.field-focused:after {
  transform: translateX(100%);
  transition-delay: 0ms
}

.extra-form .text-field.field-focused .label {
  color: transparent;
  pointer-events: none;
  transition-delay: 200ms
}

.extra-form .message-field {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 40px;
  position: relative;
  min-height: 300px
}

.extra-form .message-field .wpcf7-form-control-wrap {
  display: inline
}

.extra-form .message-field .message-fake-input {
  display: inline
}

.extra-form .message-field .label {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: color 300ms ease-in-out 500ms
}

.extra-form .message-field .label:after {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: transform 600ms ease-in-out 300ms;
  transform: translateX(-105%)
}

.extra-form .message-field .label .pipe {
  border-left: 2px solid currentColor;
  display: inline-block;
  font-weight: 400;
  animation: blink-animation 0.7s steps(5, start) infinite;
  height: 1.2em;
  position: relative;
  top: 7px;
  left: 5px
}

.extra-form .message-field .wpcf7-textarea {
  overflow: hidden;
  width: 0;
  height: 0
}

.extra-form .message-field .wpcf7-submit {
  color: transparent;
  display: inline-block;
  margin-left: 0;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  transition: color 300ms ease-in-out 200ms
}

.extra-form .message-field .wpcf7-submit:before {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform 600ms ease-in-out 0ms;
  transform: translateX(-105%)
}

.extra-form .message-field .wpcf7-submit:after {
  background: #ff8828;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform-origin: 0 0;
  transition: transform 600ms ease-in-out;
  transform: translateX(-105%)
}

.extra-form .message-field.field-focused .label {
  pointer-events: none;
  color: transparent;
  transition-delay: 200ms
}

.extra-form .message-field.field-focused .label:after {
  transform: translateX(105%);
  transition-delay: 0ms
}

.extra-form .message-field.field-focused .wpcf7-submit {
  color: white;
  transition-delay: 0ms
}

.extra-form .message-field.field-focused .wpcf7-submit:before {
  transform: translateX(0);
  transition-delay: 400ms
}

.extra-form .message-field.field-focused .wpcf7-submit:hover {
  color: #ff8828
}

.extra-form .message-field.field-focused .wpcf7-submit:hover:after {
  transform: translateX(105%)
}

.extra-form .message-field .wpcf7-not-valid-tip {
  bottom: -50px;
  left: 10px
}

.extra-form .wpcf7-display-none {
  display: none
}

.extra-form .wpcf7-not-valid-tip {
  color: black;
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -7px
}

.extra-form .wpcf7-response-output {
  color: black;
  margin-top: 60px;
  position: relative;
  bottom: 0;
  left: 10px;
  right: 80px;
  border-top: 1px solid currentColor;
  padding: 20px 30px
}

.extra-form .wpcf7-validation-errors {
  color: black
}

@media only screen and (max-width:960px) {
  .extra-form .form-line {
    display: block
  }
  .extra-form .form-line .field {
    margin-right: 0
  }
  .extra-form .text-field .label,
  .extra-form .text-field .wpcf7-form-control {
    font-size: 16px;
    line-height: 20px
  }
  .extra-form .message-field {
    font-size: 25px;
    line-height: 35px;
    min-height: 150px
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden
  }
}

.content .wpcf7 .wpcf7-form {
  position: relative;
  padding-bottom: 90px
}

.content .wpcf7 .screen-reader-response {
  display: none
}

.content .wpcf7 .form-line {
  display: flex
}

.content .wpcf7 .form-line .field {
  flex: 1 1 auto;
  margin-right: 80px;
  max-width: 300px
}

.content .wpcf7 h2 {
  margin-top: 60px
}

.content .wpcf7 .field {
  border-bottom: 1px solid black;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.content .wpcf7 .field:after {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: transform 600ms ease-in-out;
  transform: translateX(-100%)
}

.content .wpcf7 .field .label {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: color 100ms ease-in-out
}

.content .wpcf7 .field .wpcf7-form-control-wrap {
  display: flex
}

.content .wpcf7 .field .wpcf7-form-control {
  display: block;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0 0;
  width: 100%
}

.content .wpcf7 .field.field-focused:not(.radio-label):after {
  transform: translateX(100%);
  transition-delay: 0ms
}

.content .wpcf7 .field.field-focused:not(.radio-label) .label {
  color: transparent;
  pointer-events: none;
  transition-delay: 200ms
}

.content .wpcf7 .radio-field .label {
  position: relative
}

.content .wpcf7 .radio-field .wpcf7-radio {
  display: flex
}

.content .wpcf7 .radio-field .wpcf7-list-item {
  flex: 0
}

.content .wpcf7 .radio-field .wpcf7-list-item input[type="radio"] {
  display: none
}

.content .wpcf7 .radio-field .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  padding-left: 25px;
  margin-right: 20px;
  position: relative;
  white-space: nowrap
}

.content .wpcf7 .radio-field .wpcf7-list-item .wpcf7-list-item-label:before {
  border: 1px solid black;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px
}

.content .wpcf7 .radio-field .wpcf7-list-item .wpcf7-list-item-label:after {
  background-color: black;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: transform 300ms ease-in-out
}

.content .wpcf7 .radio-field .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
  transform: scale(1)
}

.content .wpcf7 .textarea-field {
  line-height: 50px;
  min-height: 100px
}

.content .wpcf7 .textarea-field textarea {
  min-height: 100px
}

.content .wpcf7 .textarea-field .wpcf7-not-valid-tip {
  bottom: -50px;
  left: 10px
}

.content .wpcf7 .wpcf7-submit {
  background: black;
  color: white;
  display: inline-block;
  margin-left: 0;
  margin-top: 60px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  transition: color 300ms ease-in-out 200ms
}

.content .wpcf7 .wpcf7-submit:before {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform 600ms ease-in-out 0ms;
  transform: translateX(-105%)
}

.content .wpcf7 .wpcf7-submit:after {
  background: white;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform-origin: 0 0;
  transition: transform 600ms ease-in-out;
  transform: translateX(-105%)
}

.content .wpcf7 .wpcf7-submit:hover {
  color: #a3d5bd
}

.content .wpcf7 .wpcf7-submit:hover:after {
  transform: translateX(105%)
}

.content .wpcf7 .wpcf7-display-none {
  display: none
}

.content .wpcf7 .wpcf7-not-valid-tip {
  color: #69c993;
  font-size: 12px;
  position: absolute;
  bottom: -8px;
  right: 0
}

.content .wpcf7 .wpcf7-response-output {
  color: black;
  margin-top: 60px;
  position: relative;
  bottom: 0;
  left: 10px;
  right: 80px;
  border-top: 1px solid currentColor;
  padding: 20px 30px
}

.content .wpcf7 .wpcf7-validation-errors {
  color: black
}

@media only screen and (max-width:960px) {
  .content .wpcf7 .form-line {
    display: block
  }
  .content .wpcf7 .form-line .field {
    margin-right: 0
  }
  .content .wpcf7 .text-field .label,
  .content .wpcf7 .text-field .wpcf7-form-control {
    font-size: 16px;
    line-height: 20px
  }
  .content .wpcf7 .message-field {
    font-size: 25px;
    line-height: 35px;
    min-height: 150px
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden
  }
}

#sidebar {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  z-index: 20;
}

#sidebar:after {
  background: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 200px
}

#sidebar .site-title {
  margin: 25px auto auto;
  padding: 0 40px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 95;
  width: 200px
}

#sidebar .social-links {
  margin: auto 0 30px 0;
  padding: 0 85px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 95;
  width: 200px;
  text-align: center;
}

#sidebar .lang {
  font-weight: 800;
}

#sidebar .social-links .social-link {
  background: black;
  border-radius: 2px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

#sidebar .social-links .social-link:after {
  background: #ff8828;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 300ms ease-in
}

#sidebar .social-links .social-link:hover {
  color: white
}

#sidebar .social-links .social-link:hover:after {
  transform: scaleX(1);
  transition-timing-function: ease-out
}

#sidebar.sticky:not(.limited) .site-title,
#sidebar.sticky:not(.limited) .social-links,
#sidebar.sticky:not(.limited):after,
#sidebar.sticky:not(.limited) #menu-wrapper {
  position: fixed
}

#sidebar.limited {
  top: auto
}

@media only screen and (max-width:690px) {
  #sidebar {
    width: 100%;
    height: 120px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 98
  }
  #sidebar:after {
    width: 100%
  }
  #sidebar .site-title {
    margin: 0 auto 0 120px;
    padding: 0;
    width: 95px;
    height: 70px
  }
  #sidebar .social-links {
    display: none;
    margin: 0 20px 0 auto;
    padding: 0
  }
  #sidebar .social-links .social-link:first-child {
    margin-top: 0
  }
}

.share {
  background-color: #f5f5f5;
  align-items: center;
  clear: both;
  display: flex;
  margin: 60px 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
  height: 60px;
  max-width: 960px
}

.share .button-share {
  background: transparent;
  color: #000;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 2px 0 0 40px;
  position: relative;
  transition: color 300ms ease-in-out
}

.share .button-share .icon {
  fill: #000;
  position: absolute;
  top: 6px;
  left: 1px;
  width: 19px;
  height: 20px;
  transition: fill 300ms ease-in-out
}

.share .button-share:hover {
  color: #a3d5bd
}

.share .button-share.active {
  color: #a3d5bd
}

.share .button-share:hover .icon {
  fill: #a3d5bd
}

.share .button-share.active .icon {
  fill: #a3d5bd
}

.share .extra-social-wrapper {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-left: 30px;
  overflow: hidden;
  height: 100%
}

@media only screen and (max-width:330px) {
  .share .extra-social-wrapper {
    margin-left: 10px
  }
}

.share .extra-social-button {
  background-color: #a3d5bd;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  transition: background-color 300ms ease-in-out;
  vertical-align: top;
  width: 30px;
  height: 30px
}

.share .extra-social-button:active,
.share .extra-social-button:hover {
  background-color: #a3d5bd
}

.share .extra-social-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px
}

.share .extra-social-button .icon {
  fill: #fff
}

.share h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 30px 0
}

.share .back-to-top {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 60px;
  height: 60px
}

.share .back-to-top .icon {
  display: block;
  fill: #000;
  margin: 0 0 0 23px;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 300ms ease-out;
  transition-property: fill, transform;
  width: 12px;
  height: 12px
}

.share .back-to-top:hover .icon {
  fill: #a3d5bd
}

.share .back-to-top:active .icon {
  transform: rotate(-90deg) translateX(3px)
}

@media only screen and (max-width:690px) {
  .share {
    padding-left: 0
  }
  .share .button-share {
    display: none
  }
  .share .extra-social-button {
    transform: none !important
  }
}

.fancybox-container {
  font-family: 'Roboto', sans-serif
}

.fancybox-container .fancybox-bg {
  background: white
}

.fancybox-container .fancybox-controls {
  background: transparent;
  padding: 40px;
  height: auto
}

.fancybox-container .fancybox-infobar__body {
  color: black;
  line-height: 25px;
  font-family: Pressura, sans-serif
}

.fancybox-container .fancybox-infobar__body .extra-fancybox-counter {
  color: #909090;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase
}

.fancybox-container .js-fancybox-index {
  color: #909090;
  display: inline-block;
  margin-right: 5px
}

.fancybox-container .js-fancybox-count {
  color: #909090;
  display: inline-block;
  margin-left: 5px
}

.fancybox-container .fancybox-buttons {
  padding: 40px
}

.fancybox-container .fancybox-caption-wrap {
  background: transparent;
  padding: 0
}

.fancybox-container .fancybox-caption-wrap .fancybox-caption {
  color: black;
  font-family: Pressura, sans-serif;
  font-size: 16px;
  line-height: 40px;
  padding: 40px 0
}

.fancybox-container .fancybox-caption-wrap .fancybox-caption:before {
  display: none
}

.fancybox-container .fancybox-buttons .extra-fancybox-nav {
  background-color: white
}

.fancybox-container .fancybox-buttons .extra-fancybox-nav:after {
  background: transparent;
  border: 1px solid #e5e5e5;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  transition: border-color 300ms ease-in-out
}

.fancybox-container .fancybox-buttons .extra-fancybox-nav .icon-arrow:after,
.fancybox-container .fancybox-buttons .extra-fancybox-nav .icon-arrow:before,
.fancybox-container .fancybox-buttons .extra-fancybox-nav.close-button .icon-close:after,
.fancybox-container .fancybox-buttons .extra-fancybox-nav.close-button .icon-close:before {
  background-color: #909090;
  transition: none 300ms ease-in-out;
  transition-property: background-color, transform
}

.fancybox-container .fancybox-buttons .extra-fancybox-nav.close-button:after {
  transform-origin: right center
}

.fancybox-container .fancybox-buttons .extra-fancybox-nav:hover:after {
  border-color: black
}

.fancybox-container .fancybox-buttons .extra-fancybox-nav:hover .icon-arrow:after,
.fancybox-container .fancybox-buttons .extra-fancybox-nav:hover .icon-arrow:before,
.fancybox-container .fancybox-buttons .extra-fancybox-nav:hover .icon-close:after,
.fancybox-container .fancybox-buttons .extra-fancybox-nav:hover .icon-close:before {
  background: black
}

.js.extra-transition-freeze {
  pointer-events: none
}

.transition-mask {
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0
}

#transition-mask1 {
  background: white;
  z-index: 70
}

#transition-mask2 {
  background: linear-gradient(#ffa049, #f5f5f5) no-repeat top left;
  background-size: 100% 100vh;
  z-index: 94
}

#transition-mask2:before {
  background: white url() repeat top left;
  background-position: top left;
  background-attachment: fixed;
  content: "";
  display: block;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  mix-blend-mode: overlay
}

#menu-wrapper {
  overflow: hidden;
  position: absolute;
  top: 200px;
  left: 160px;
  height: auto;
  width: auto !important;
  min-height: 80px;
  z-index: 99
}

#menu-wrapper.limited {
  position: absolute !important;
  bottom: auto !important;
}

#menu-wrapper .toggle-button {
  background: transparent;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  transform: scaleX(1)
}

#menu-wrapper .toggle-button .icon {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out
}

#menu-wrapper #menu-container {
  background-color: #ff8828;
  color: white;
  display: block;
  max-height: 60vh;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: right;
}

#menu-wrapper #menu-container .menu-container-inner {
  overflow: auto;
  padding: 30px 80px 20px 0;
  width: 400px;
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 40px)
}

#menu-wrapper #menu-container #menu-content {
  list-style: none
}

#menu-wrapper #menu-container .menu-item {
  display: block;
  line-height: 3vw;
}

#menu-wrapper #menu-container .menu-item a {
  display: inline-block;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 1
}

#menu-wrapper #menu-container .menu-item:not(.current-menu-item) a:hover {
  color: #000000;
}

#menu-wrapper #menu-container .menu-item a:before {
  content: attr(data-text);
  position: absolute;
  z-index: 3;
  overflow: hidden;
  color: #000000;
  white-space: nowrap;
  width: 0;
  transition: width 400ms 200ms
}

#menu-wrapper #menu-container .menu-item:not(.current-menu-item) a:hover:before {
  width: 100%
}

#menu-wrapper #menu-container .menu-item a:after {
  background: #000000;
  content: '';
  position: absolute;
  right: 0;
  top: 0.5vw;
  z-index: 2;
  width: 100%;
  height: 2vw;
  transform: translate3d(-100%, 0, 0);
  transition: transform 600ms cubic-bezier(.7, 0, .3, 1)
}

#menu-wrapper #menu-container .menu-item:not(.current-menu-item) a:hover:after {
  transform: translate3d(100%, 0, 0)
}

#menu-wrapper #menu-container .menu-item.current-menu-item a {
  cursor: default;
  color: #a3d5bd
}

#menu-wrapper .button {
  background: #ff8828;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 80px;
  width: 80px
}

#menu-wrapper .button .line {
  background-color: white;
  position: absolute;
  z-index: 1;
  transition: none 300ms ease-in-out;
  transition-property: transform, background-color;
  width: 24px;
  height: 3px
}

#menu-wrapper .button .line.line1 {
  top: 29px;
  left: 28px;
  transform-origin: left bottom
}

#menu-wrapper .button .line.line2 {
  top: 38px;
  left: 28px;
  transform-origin: left center
}

#menu-wrapper .button .line.line3 {
  top: 47px;
  left: 28px;
  transform: scaleX(.66);
  transform-origin: left top
}

#menu-wrapper #menu-switcher {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 80px;
  min-height: 80px
}

#menu-wrapper #menu-switcher:hover ~ .button .line {
  background-color: #000000;
}

#menu-wrapper #menu-switcher:hover ~ .toggle-button .icon {
  transform: scaleX(1) translateX(5px)
}

.extra-menu-open {
  overflow: hidden;
  width: 100vw;
  height: 100vh
}

.extra-menu-open body {
  overflow-y: scroll
}

#menu-overlay {
  cursor: pointer;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98
}

#menu-switch-manager:not(:checked) ~ #wrapper #menu-container {
  width: 80px;
}

#menu-switch-manager:checked ~ #wrapper #menu-container {
  width: 100px;
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .button {
  cursor: pointer
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .button .line1 {
  transform: rotate(45deg)
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .button .line2 {
  transform: scaleX(0)
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .button .line3 {
  transform: scaleX(1) rotate(-45deg)
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .toggle-button {
  cursor: pointer
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .toggle-button .icon {
  transform: scaleX(-1)
}

#menu-switch-manager:checked ~ #wrapper #menu-wrapper .toggle-button:hover .icon {
  transform: scaleX(-1) translateX(5px)
}

#menu-switch-manager:checked ~ #wrapper #menu-overlay {
  pointer-events: auto
}

#menu-switch-manager {
  display: none
}

@media only screen and (max-width:690px) {
  #menu-wrapper {
    top: 20px;
    left: 20px
  }
  #menu-wrapper #menu-container .menu-container-inner {
    padding: 85px 40px 95px 0
  }
}

@media only screen and (max-width:400px) {
  #menu-wrapper #menu-container {
    font-size: 22px;
    line-height: 35px
  }
  #menu-wrapper #menu-container .menu-container-inner {
    max-width: calc(100vw - 40px)
  }
}

.languages-switcher {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding-right: 34px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 95;
  text-transform: uppercase
}

.languages-switcher .language-link {
  display: inline-block;
  margin-right: 15px
}

.languages-switcher .language-link.active {
  font-weight: 700
}

.languages-switcher .language-link:hover {
  color: white
}

.languages-switcher:before {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 10px;
  transition: none 300ms ease-out;
  transition-property: width, right
}

.languages-switcher.preloader {
  color: transparent
}

.languages-switcher.preloader:before {
  right: 100%;
  width: 100%
}

@media only screen and (max-width:690px) {
  .languages-switcher {
    padding-right: 3px;
    position: fixed;
    top: 4px;
    right: 0;
    z-index: 99
  }
  .languages-switcher .language-link {
    margin-right: 10px
  }
  .languages-switcher:before {
    display: none
  }
}

.ticketing {
  color: white;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 95;
  text-transform: uppercase;
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(-50px);
  will-change: transform
}

.ticketing .ticketing-link {
  background: black;
  display: block;
  line-height: 30px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  transition: opacity 0s ease-in-out 300ms
}

.ticketing .ticketing-link:before {
  background: #a3d5bd;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: top left;
  transform: scaleX(0);
  transition: transform 300ms ease-out
}

.ticketing .ticketing-link:hover {
  color: white
}

.ticketing .ticketing-link:hover:before {
  transform: scaleX(1)
}

.ticketing.preloader .ticketing-link {
  opacity: 0
}

.ticketing:before {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: auto;
  z-index: 2;
  width: 100%;
  transition: right 600ms ease-in-out;
  will-change: right
}

.ticketing.preloader:before {
  right: 100%
}

.ticketing .icon {
  display: none;
  transition: color 300ms ease-in-out
}

@media only screen and (min-width:961px) and (max-width:1600px) {
  .ticketing {
    right: 40px
  }
}

@media only screen and (min-width:691px) and (max-width:960px) {
  .ticketing {
    right: 20px
  }
}

@media only screen and (max-width:690px) {
  .ticketing {
    top: -80px;
    right: 10px;
    position: fixed;
    z-index: 99;
    width: 60px;
    height: 60px
  }
  .ticketing .ticketing-link {
    background: transparent;
    color: black;
    padding: 0;
    width: 100%;
    height: 100%
  }
  .ticketing .text {
    display: none
  }
  .ticketing .icon {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%
  }
}

.section-title-wrapper {
  position: absolute;
  top: 0;
  left: -60px;
  width: 10px;
  min-height: 100px;
  white-space: nowrap;
}

#template-front-page .selection-wrapper .section-title-wrapper {
  margin-top: 7.5vw;
}

.park-inner #template-front-page .selection-wrapper .section-title-wrapper {
  margin-top: 10vw;
}

.section-title-wrapper.right {
  left: auto;
  right: -60px
}

.section-title-wrapper .section-title {
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 11px;
  overflow: hidden;
  padding-right: 50px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  transform-origin: top right;
  transform: rotate(-90deg) translateX(90px);
  bottom: 0;
  right: 0;
  z-index: 1;
  will-change: transform
}

.section-title-wrapper .section-title .separator {
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 10px
}

.background-title {
  color: white;
  font-family: Pressura, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 16vw;
  margin: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  text-transform: uppercase;
  width: 45vw;
  margin-left: -8vw;
}

.selection-wrapper-park .background-title {
  margin-left: 8vw;
  width: 47vw;
  font-size: 9vw;
  top: -1vw;
}

.park .background-title {
  width: auto;
  margin-left: 8vw;
  top: -3.5vw;
}

.background-title .line {
  display: block;
  overflow: hidden
}

.background-title .letter {
  display: inline-block
}

.background-title .line:nth-child(1n) {
  text-align: left
}

.background-title .line:nth-child(2n) {
  text-align: right
}

.barba-container > .header {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 120vh
}

.barba-container > .header .header-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 99vh
}

.barba-container > .header .header-wrapper.sticky:not(.limited) {
  position: fixed;
  top: 0
}

.zone-inner .banner-wrapper {
  width: 55vw;
  height: 32vw;
}

.zone-inner .banner-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zone-inner .banner-wrapper .nav-button {
  border-radius: 100%;
  position: absolute;
  top: calc(50vh - 20px);
  z-index: 20;
  width: 40px;
  height: 40px;
}

.zone-inner .banner-wrapper .nav-button:before {
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transition: transform 250ms ease-in-out;
  transition-property: transform,background-color;
}

.zone-inner .banner-wrapper .nav-button:after {
  background: black;
  border-radius: 100%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

.zone-inner .banner-wrapper .nav-button.next-button {
  left: 7vw;
}

.zone-inner .banner-wrapper .nav-button.previous-button {
  right: 6vw;
}

.zone-inner .banner-wrapper .nav-button.close-button {
  margin: auto;
  top: 2vw;
  left: 0;
  right: 0;
}

.zone-inner .banner-wrapper .nav-button.close-button .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zone-inner .banner-wrapper .nav-button.close-button::after {
  content: none;
}

.zone-inner .banner-wrapper .nav-button.close-button .icon:before,
.zone-inner .banner-wrapper .nav-button.close-button .icon:after {
  background-color: black;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: center;
  transition: none 300ms ease-in-out;
  transition-property: transform,background-color;
  width: 20px;
  height: 2px;
}

.zone-inner .banner-wrapper .nav-button.close-button .icon:before {
  transform: rotate(45deg);
}

.zone-inner .banner-wrapper .nav-button.close-button .icon:after {
  transform: rotate(-45deg);
}

.zone-inner .banner-wrapper .nav-button:hover:before {
  background-color: white;
  transform: scale(1.2);
}

.barba-container > .header .title {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding-left: 15%;
  font-family: Pressura, sans-serif;
  font-size: 8vw;
  line-height: 10vw;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #ffffff;
  position: absolute;
}

.barba-container > .header .title-home {
  line-height: 8vw;
  width: 30vw;
  height: 26vw;
  background-image: url(../img/slide-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 17px rgba(0,0,0, 0.4);
}

.barba-container > .header .title .part {
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  vertical-align: bottom;
  letter-spacing: -0.1vw;
}

.barba-container > .header .title .letter {
  display: block;
  text-indent: 0;
  vertical-align: bottom
}

.barba-container > .header .title.anim-letters-completed .part {
  overflow: visible
}

.barba-container > .header .cloud {
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh
}

.barba-container > .header .cloud canvas {
  width: 100%;
  height: 100%
}

@media only screen and (max-width:690px) {
  .barba-container > .header {
    height: auto
  }
  .barba-container > .header .header-wrapper {
    height: calc(99vh - 120px)
  }
  .barba-container > .header .title {
    font-size: 20vw;
    line-height: 18vw
  }
  .barba-container > .header .header-wrapper.sticky:not(.limited) {
    top: 120px
  }
}

#footer {
  background: black;
  color: white;
  display: flex;
  flex-wrap: wrap;
  min-height: 120px;
  overflow-x: hidden;
  padding-right: 120px;
  position: relative
}

#footer .footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  min-height: 120px
}

#footer #footer-menu-container {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  width: 100%
}

#footer #footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none
}

#footer #footer-menu .menu-item {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-left: 30px;
  padding: 15px 0
}

#footer .partners-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  justify-content: center;
  margin: 0 auto;
  z-index: 5;
  min-height: 120px
}

#footer .partners-wrapper .partner-link {
  color: white;
  display: block;
  overflow: hidden;
  margin: 20px 40px;
  position: relative;
  z-index: 1;
  width: auto;
  height: 45px
}

#footer .partners-wrapper .partner-link svg {
  margin: 0 auto;
  width: auto;
  transition: color 600ms ease-in-out
}

#footer .partners-wrapper .partner-link.partner-name-arles-les-rencontres-de-la-photographie {
  height: 44px
}

#footer .partners-wrapper .partner-link.partner-name-arles-les-rencontres-de-la-photographie:after {
  top: -1px;
  height: 22px
}

#footer .partners-wrapper .partner-link.partner-name-fisheye {
  height: 30px
}

#footer .partners-wrapper .partner-link.partner-name-fisheye:after {
  top: 5px;
  height: 20px
}

#footer .partners-wrapper .partner-link.partner-name-bnp-paribas {
  height: 53px;
  width: 200px
}

#footer .partners-wrapper .partner-link.partner-name-bnp-paribas:after {
  top: 8px;
  height: 16px
}

#footer .partners-wrapper .partner-link:hover,
#footer .partners-wrapper .partner-link.intro {
  color: #a3d5bd
}

#footer .partners-wrapper .partner-link:after {
  background: #a3d5bd;
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 2;
  width: 100%;
  height: 10px;
  transform: translate3d(-100%, 0, 0);
  transition: transform 600ms cubic-bezier(.7, 0, .3, 1) 250ms
}

#footer .partners-wrapper .partner-link:hover:after,
#footer .partners-wrapper .partner-link.intro:after {
  transform: translate3d(100%, 0, 0)
}

#footer .partners-wrapper .partner-link.preloader,
#footer .partners-wrapper .partner-link.preloader:after,
#footer .partners-wrapper .partner-link.intro,
#footer .partners-wrapper .partner-link.intro:after {
  color: transparent;
  transition-duration: 0s
}

#footer .button-top {
  align-self: stretch;
  margin-left: auto;
  background: white;
  color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 120px;
  height: 120px
}

#footer .button-top:before {
  background: #008b6a;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: left bottom;
  transform: scaleY(0);
  transition: transform 300ms ease-in-out
}

#footer .button-top .icon {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 11px;
  transform: rotate(-90deg);
  will-change: transform
}

#footer .button-top:hover:before {
  transform: scaleY(1)
}

@media only screen and (max-width:1280px) {
  #footer {
    padding-right: 0
  }
  #footer .button-top {
    display: none
  }
}

@media only screen and (max-width:720px) {
  #footer .footer-inner {
    flex: 0 0 100%
  }
  #footer .partners-wrapper {
    display: block;
    margin-bottom: 40px
  }
  #footer .partners-wrapper .partner-link {
    margin: 0 0 40px
  }
}

@media only screen and (max-width:500px) {
  #footer #footer-menu {
    display: block;
    margin: 40px 0
  }
  #footer #footer-menu .menu-item {
    margin: 10px 0;
    padding: 0
  }
}

.extra-cookies-default-popup .extra-cookies-popup-inner {
  padding: 20px;
  text-align: center
}

.extra-cookies-default-popup .extra-cookies-popup-inner p {
  font-size: 16px
}

.extra-cookies-default-popup .extra-cookies-popup-inner p a {
  text-decoration: underline
}

.extra-cookies-default-popup .extra-cookies-popup-inner .extra-cookies-button {
  color: white;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}

.extra-transition-freeze .extra-cookies-default-popup {
  pointer-events: auto
}

.template-festival .main-content-wrapper .image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -3vw;
  bottom: auto;
  width: 40vw;
  height: 50vw;
  z-index: -1;
}

.template-festival .main-content-wrapper .full-size {
  margin-left: -35vw;
  width: 28vw;
}

.template-festival .main-content-wrapper .image-wrapper .image-inner {
  position: absolute;
  top: 40px;
  left: 120px;
  z-index: -1;
  width: 30vw;
}

.template-festival .main-content-wrapper .image-inner:before {
  background: #b4e4c9;
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: 80px;
  bottom: -40px;
  left: -40px;
  z-index: -2;
}

.template-festival .main-content-wrapper .image-inner:after {
  border: 10px solid #a3d5bd;
  content: "";
  display: block;
  margin-bottom: 20px;
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  z-index: -1;
}