/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Colors
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Colors
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body {
  color: #000;
  font-weight: 200;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((29.75px + 5.25 * ((100vw - 1441px) / 479)) - 0.1px);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media (max-width: 1440px) {
  body {
    font-size: calc((22.75px + 12.25 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (min-width: 1200px) {
  body {
    overflow: hidden;
  }
}
body.admin-bar {
  padding-top: 32px;
}
body.preview {
  height: auto;
  overflow: auto;
  width: auto;
}

a {
  transition-property: color, opacity, transform, visibility;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
}

ul, ol, li {
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input, button, textarea {
  font-family: inherit;
  font-weight: normal;
  font-size: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
input:focus, button:focus, textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder, button:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

sup {
  font-size: 50%;
}

address {
  font-style: normal;
}

.preview * {
  transition-property: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(calc((-11px + -9 * ((100vw - 376px) / 1544)) - 0.1px), calc((-11px + -9 * ((100vw - 376px) / 1544)) - 0.1px));
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px), calc((-11px + -9 * ((100vw - 376px) / 1544)) - 0.1px));
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes float3 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(calc((-11px + -9 * ((100vw - 376px) / 1544)) - 0.1px), calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px));
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes floatv {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, calc((-11px + -9 * ((100vw - 376px) / 1544)) - 0.1px));
  }
  100% {
    transform: translate(0px, 0px);
  }
}
h1 {
  font-size: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
  line-height: 1.2;
  margin: 0px;
  margin-top: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

h2 {
  font-size: calc((17.6px + 14.4 * ((100vw - 376px) / 1544)) - 0.1px);
  line-height: 1.2;
  margin: 0px;
  margin-top: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

h3 {
  font-size: calc((13.2px + 10.8 * ((100vw - 376px) / 1544)) - 0.1px);
  line-height: 1.2;
  margin: 0px;
  margin-top: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

h4 {
  font-size: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  line-height: 1.2;
  margin: 0px;
  margin-top: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  h1, h2, h3, h4, h5, p {
    word-break: break-word;
  }
}

.line {
  position: relative;
  display: block;
}

.word {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.char {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.wysiwyg strong {
  font-weight: 600;
}
.wysiwyg ul, .wysiwyg li, .wysiwyg p {
  margin: 0;
}
.wysiwyg a:not(.button) {
  color: inherit;
  text-decoration: underline;
  transition-property: color;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touchevents .wysiwyg a:not(.button):hover {
  color: red;
}
.wysiwyg p:not(:last-child) {
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg ul {
  padding: 0px;
  padding-left: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg ul:not(:last-child) {
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg ol {
  padding: 0px;
  padding-left: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg ol:not(:last-child) {
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg li:not(:last-child) {
  margin-bottom: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg blockquote {
  position: relative;
  margin: 0;
  padding: 0;
}
.wysiwyg blockquote:not(:last-child) {
  margin-bottom: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .text-emphasize {
  font-size: calc((26.4px + 21.6 * ((100vw - 376px) / 1544)) - 0.1px);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.wysiwyg .text-emphasize:not(:first-child) {
  margin-top: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .text-emphasize:not(:last-child) {
  margin-bottom: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .text-understate {
  font-size: calc((7px + 7 * ((100vw - 376px) / 1544)) - 0.1px);
  font-weight: 300;
  letter-spacing: 0.15em;
}

.wysiwyg img {
  max-width: 100%;
}
.wysiwyg .alignnone {
  display: block;
  margin: 0;
}
.wysiwyg .alignnone:not(:last-child) {
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
p:not(:last-child) .wysiwyg .alignnone {
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .alignright {
  float: right;
  margin: 0;
  margin-left: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .alignleft {
  float: left;
  margin: 0;
  margin-right: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .wp-caption.alignnone {
  width: 100% !important;
}
.wysiwyg .wp-caption.alignnone:not(:last-child) {
  margin-bottom: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .wp-caption.alignleft {
  margin-right: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .wp-caption.alignright {
  margin-left: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .wp-caption img {
  display: block;
  height: auto;
  width: 100%;
}
.wysiwyg .wp-caption .wp-caption-text {
  font-size: calc((6.6px + 5.4 * ((100vw - 376px) / 1544)) - 0.1px);
  margin: 0;
  margin-top: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: calc((-8.25px + -6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((-8.25px + -6.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .gallery-item {
  margin-left: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-bottom: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wysiwyg .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wysiwyg .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  clip: auto !important;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.form-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.form-section:not(:last-child) {
  margin-bottom: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: calc((-8.25px + -6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((-8.25px + -6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc(100% + calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px));
}
.form-row.form-row--center {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 575px) {
  .form-row {
    display: block;
  }
}

.form-field {
  position: relative;
  flex: 1 1 0;
  min-height: calc((45px + 15 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-bottom: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc(100% - calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px));
}
.form-field.form-field--error input[type=text],
.form-field.form-field--error input[type=phone],
.form-field.form-field--error input[type=email],
.form-field.form-field--error input[type=number],
.form-field.form-field--error input[type=password],
.form-field.form-field--error select, .form-field.form-field--error textarea {
  border-bottom-color: #a6a6a6 !important;
  color: #fff !important;
}
.form-field.form-field--error label {
  color: #ff0101 !important;
}
.form-field br {
  display: none;
}
.form-field label {
  color: inherit;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  display: block;
  margin: 0px;
  margin-bottom: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.form-field.form-field--filled label {
  display: none;
}
.form-field input[type=file],
.form-field input[type=text],
.form-field input[type=phone],
.form-field input[type=email],
.form-field input[type=number],
.form-field input[type=password],
.form-field select,
.form-field textarea {
  color: inherit;
  font-weight: 400;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid #c1c4c7;
  border-radius: calc((3.3px + 2.7 * ((100vw - 376px) / 1544)) - 0.1px);
  color: #08141f;
  display: block;
  height: calc((45px + 15 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-left: calc((11.25px + 3.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((11.25px + 3.75 * ((100vw - 376px) / 1544)) - 0.1px);
  width: 100%;
}
.form-field input[type=file][disabled], .form-field input[type=file][readonly],
.form-field input[type=text][disabled],
.form-field input[type=text][readonly],
.form-field input[type=phone][disabled],
.form-field input[type=phone][readonly],
.form-field input[type=email][disabled],
.form-field input[type=email][readonly],
.form-field input[type=number][disabled],
.form-field input[type=number][readonly],
.form-field input[type=password][disabled],
.form-field input[type=password][readonly],
.form-field select[disabled],
.form-field select[readonly],
.form-field textarea[disabled],
.form-field textarea[readonly] {
  background: transparent;
  color: #999999;
  opacity: 1;
}
.form-field input[type=file][disabled]:focus, .form-field input[type=file][readonly]:focus,
.form-field input[type=text][disabled]:focus,
.form-field input[type=text][readonly]:focus,
.form-field input[type=phone][disabled]:focus,
.form-field input[type=phone][readonly]:focus,
.form-field input[type=email][disabled]:focus,
.form-field input[type=email][readonly]:focus,
.form-field input[type=number][disabled]:focus,
.form-field input[type=number][readonly]:focus,
.form-field input[type=password][disabled]:focus,
.form-field input[type=password][readonly]:focus,
.form-field select[disabled]:focus,
.form-field select[readonly]:focus,
.form-field textarea[disabled]:focus,
.form-field textarea[readonly]:focus {
  border-color: #34d79e;
}
.form-field input[type=file]::-webkit-input-placeholder,
.form-field input[type=text]::-webkit-input-placeholder,
.form-field input[type=phone]::-webkit-input-placeholder,
.form-field input[type=email]::-webkit-input-placeholder,
.form-field input[type=number]::-webkit-input-placeholder,
.form-field input[type=password]::-webkit-input-placeholder,
.form-field select::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
  color: #BDBDBD;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
}
.form-field input[type=file]::-moz-placeholder,
.form-field input[type=text]::-moz-placeholder,
.form-field input[type=phone]::-moz-placeholder,
.form-field input[type=email]::-moz-placeholder,
.form-field input[type=number]::-moz-placeholder,
.form-field input[type=password]::-moz-placeholder,
.form-field select::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #BDBDBD;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
}
.form-field input[type=file]:-moz-placeholder,
.form-field input[type=text]:-moz-placeholder,
.form-field input[type=phone]:-moz-placeholder,
.form-field input[type=email]:-moz-placeholder,
.form-field input[type=number]:-moz-placeholder,
.form-field input[type=password]:-moz-placeholder,
.form-field select:-moz-placeholder,
.form-field textarea:-moz-placeholder {
  color: #BDBDBD;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
}
.form-field input[type=file]:-ms-input-placeholder,
.form-field input[type=text]:-ms-input-placeholder,
.form-field input[type=phone]:-ms-input-placeholder,
.form-field input[type=email]:-ms-input-placeholder,
.form-field input[type=number]:-ms-input-placeholder,
.form-field input[type=password]:-ms-input-placeholder,
.form-field select:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
}

.form-field--textarea,
.form-field--textarea textarea {
  height: calc((135px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
}

.form-field--textarea textarea {
  padding: calc((11.25px + 3.75 * ((100vw - 376px) / 1544)) - 0.1px);
}

.form-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.form-action input[type=submit] {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
  background: #79c14a;
  height: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
  padding: 0px;
  padding-left: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
}
.form-action input[type=submit].button--stroked {
  color: #79c14a;
  font-weight: 700;
  text-transform: uppercase;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  background: none;
  border: 2px solid #79c14a;
  border-radius: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  color: #d71921;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  display: block;
  margin-top: calc((2.75px + 2.25 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-left: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #d71921;
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  border: 2px solid #d71921 !important;
  border-radius: 0px;
  background: transparent;
  margin: 0px;
  margin-top: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  text-align: center;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: 2px solid #000;
  border-radius: calc((2.2px + 1.8 * ((100vw - 376px) / 1544)) - 0.1px);
  background: #ffffff;
  font-size: calc((9.35px + 7.65 * ((100vw - 376px) / 1544)) - 0.1px);
  font-weight: normal;
  padding: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  text-align: center;
  color: 0;
}

.block {
  z-index: 10;
}

.button {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((17px + 3 * ((100vw - 1441px) / 479)) - 0.1px);
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border: 3px solid white;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  padding: calc((6.6px + 5.4 * ((100vw - 376px) / 1544)) - 0.1px) calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  position: relative;
  overflow: hidden;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 1440px) {
  .button {
    font-size: calc((16px + 4 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.button:after {
  content: "";
  display: block;
  background: linear-gradient(-90deg, rgba(241, 142, 255, 0.8) 0%, rgba(121, 71, 128, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.button:hover:after {
  opacity: 1;
  visibility: visible;
}

.carousel-button-animation {
  width: calc((61.6px + 50.4 * ((100vw - 376px) / 1544)) - 0.1px);
  transition: all 0.2s ease-in;
}
@media (max-width: 1200px) {
  .carousel-button-animation {
    transform: rotate(90deg);
    transform-origin: center;
  }
}

.carousel-button {
  cursor: pointer;
  width: calc((61.6px + 50.4 * ((100vw - 376px) / 1544)) - 0.1px);
  transition: transform 0.2s ease-in;
}
.carousel-button:hover {
  transform: translateX(25%);
}
.carousel-button.carousel-button__previous:hover {
  transform: translateX(-25%);
}

.image {
  overflow: hidden;
}
.image img {
  display: block;
}
.image.image--fit {
  position: relative;
}
.image.image--fit img {
  height: auto;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}
.image.image--fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image.image--fill img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.image.image--scale {
  position: relative;
}
.image.image--scale .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image.image--scale img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.image .frame {
  position: relative;
  height: 100%;
  width: 100%;
}

.video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  overflow: hidden;
}
.video video {
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.video.video--playing video {
  opacity: 1;
}
.video.video--loading .spinner {
  opacity: 1;
}
.video.video--playing .spinner {
  opacity: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: spinner-rotate 3s linear infinite;
  border: 2px solid #FFFFFF;
  border-radius: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  border-left-color: transparent;
  height: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-top: calc((-16.5px + -13.5 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: calc((-16.5px + -13.5 * ((100vw - 376px) / 1544)) - 0.1px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  width: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
}
@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}

.tagline {
  font-weight: 600;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((170px + 30 * ((100vw - 1441px) / 479)) - 0.1px);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .tagline {
    font-size: calc((130px + 70 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1440px) {
  .tagline {
    font-weight: 600;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Condensed", Sans-Serif;
    font-size: calc((127.5px + 22.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .tagline {
    font-size: calc((97.5px + 52.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 768px) {
  .tagline {
    font-weight: 600;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Condensed", Sans-Serif;
    font-size: calc((85px + 15 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .tagline {
    font-size: calc((65px + 35 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}

.error-404 {
  position: relative;
  height: calc(100vh - calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px));
}
.error-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.error-404-content {
  font-size: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
  font-weight: bold;
  text-align: center;
}
.error-404-content > * {
  opacity: 0;
  transform: translateY(calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.error-404-content h1:first-child,
.error-404-content h2:first-child {
  transform: translateY(calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ready .visible-on-screen .error-404-content > * {
  opacity: 1;
  transform: none;
}
.ready .visible-on-screen .error-404-content h1:first-child,
.ready .visible-on-screen .error-404-content h2:first-child,
.ready .visible-on-screen .error-404-content h3:first-child {
  transform: none;
}

@keyframes carousel-button {
  0% {
    transform: translateY(200%) rotate(90deg);
  }
  20% {
    transform: translateY(0) rotate(0deg);
  }
  70% {
    transform: translateY(0) rotate(0deg);
  }
  85% {
    transform: translateY(0) rotate(0deg) translateX(25%);
  }
  100% {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .title-animation span {
    position: relative;
    bottom: calc((-27.5px + -22.5 * ((100vw - 376px) / 1544)) - 0.1px);
    opacity: 0;
    transition-property: all;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .title-animation span:nth-child(1) {
    transition-delay: 50ms;
  }
  .title-animation span:nth-child(2) {
    transition-delay: 100ms;
  }
  .title-animation span:nth-child(3) {
    transition-delay: 150ms;
  }
  .title-animation span:nth-child(4) {
    transition-delay: 200ms;
  }
  .title-animation span:nth-child(5) {
    transition-delay: 250ms;
  }
  .title-animation span:nth-child(6) {
    transition-delay: 300ms;
  }
  .title-animation span:nth-child(7) {
    transition-delay: 350ms;
  }
  .title-animation span:nth-child(8) {
    transition-delay: 400ms;
  }
  .title-animation span:nth-child(9) {
    transition-delay: 450ms;
  }
  .title-animation span:nth-child(10) {
    transition-delay: 500ms;
  }
  .title-animation span:nth-child(11) {
    transition-delay: 550ms;
  }
  .title-animation span:nth-child(12) {
    transition-delay: 600ms;
  }
  .title-animation span:nth-child(13) {
    transition-delay: 650ms;
  }
  .title-animation span:nth-child(14) {
    transition-delay: 700ms;
  }
  .title-animation span:nth-child(15) {
    transition-delay: 750ms;
  }
  .title-animation span:nth-child(16) {
    transition-delay: 800ms;
  }
  .title-animation span:nth-child(17) {
    transition-delay: 850ms;
  }
  .title-animation span:nth-child(18) {
    transition-delay: 900ms;
  }
  .title-animation span:nth-child(19) {
    transition-delay: 950ms;
  }
  .title-animation span:nth-child(20) {
    transition-delay: 1000ms;
  }
  .title-animation span:nth-child(21) {
    transition-delay: 1050ms;
  }
  .title-animation span:nth-child(22) {
    transition-delay: 1100ms;
  }
  .title-animation span:nth-child(23) {
    transition-delay: 1150ms;
  }
  .title-animation span:nth-child(24) {
    transition-delay: 1200ms;
  }
  .title-animation span:nth-child(25) {
    transition-delay: 1250ms;
  }
  .title-animation span:nth-child(26) {
    transition-delay: 1300ms;
  }
  .title-animation span:nth-child(27) {
    transition-delay: 1350ms;
  }
  .title-animation span:nth-child(28) {
    transition-delay: 1400ms;
  }
  .title-animation span:nth-child(29) {
    transition-delay: 1450ms;
  }
  .title-animation span:nth-child(30) {
    transition-delay: 1500ms;
  }
  .title-animation span:nth-child(31) {
    transition-delay: 1550ms;
  }
  .title-animation span:nth-child(32) {
    transition-delay: 1600ms;
  }
  .title-animation span:nth-child(33) {
    transition-delay: 1650ms;
  }
  .title-animation span:nth-child(34) {
    transition-delay: 1700ms;
  }
  .title-animation span:nth-child(35) {
    transition-delay: 1750ms;
  }
  .title-animation span:nth-child(36) {
    transition-delay: 1800ms;
  }
  .title-animation span:nth-child(37) {
    transition-delay: 1850ms;
  }
  .title-animation span:nth-child(38) {
    transition-delay: 1900ms;
  }
  .title-animation span:nth-child(39) {
    transition-delay: 1950ms;
  }
  .title-animation span:nth-child(40) {
    transition-delay: 2000ms;
  }
  .title-animation span:nth-child(41) {
    transition-delay: 2050ms;
  }
  .title-animation span:nth-child(42) {
    transition-delay: 2100ms;
  }
  .title-animation span:nth-child(43) {
    transition-delay: 2150ms;
  }
  .title-animation span:nth-child(44) {
    transition-delay: 2200ms;
  }
  .title-animation span:nth-child(45) {
    transition-delay: 2250ms;
  }
  .title-animation span:nth-child(46) {
    transition-delay: 2300ms;
  }
  .title-animation span:nth-child(47) {
    transition-delay: 2350ms;
  }
  .title-animation span:nth-child(48) {
    transition-delay: 2400ms;
  }
  .title-animation span:nth-child(49) {
    transition-delay: 2450ms;
  }
  .title-animation span:nth-child(50) {
    transition-delay: 2500ms;
  }
  .ready .slide-on-screen .title-animation span {
    opacity: 1;
    bottom: 0;
  }

  .line-animation .line {
    opacity: 0;
    transform: translateY(100%);
    transition-property: all;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .line-animation .line:nth-child(1) {
    transition-delay: 300ms;
  }
  .line-animation .line:nth-child(2) {
    transition-delay: 450ms;
  }
  .line-animation .line:nth-child(3) {
    transition-delay: 600ms;
  }
  .line-animation .line:nth-child(4) {
    transition-delay: 750ms;
  }
  .line-animation .line:nth-child(5) {
    transition-delay: 900ms;
  }
  .line-animation .line:nth-child(6) {
    transition-delay: 1050ms;
  }
  .line-animation .line:nth-child(7) {
    transition-delay: 1200ms;
  }
  .line-animation .line:nth-child(8) {
    transition-delay: 1350ms;
  }
  .line-animation .line:nth-child(9) {
    transition-delay: 1500ms;
  }
  .line-animation .line:nth-child(10) {
    transition-delay: 1650ms;
  }
  .ready .slide-on-screen .line-animation .line {
    transform: none;
    opacity: 1;
    bottom: 0;
  }
}
.letter-spacing {
  letter-spacing: 0.15em;
}

@media (min-width: 1200px) {
  .scroll-slide {
    height: 100vh;
    width: 100vw;
  }
}

.content-scroller-inner {
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-instructions .lottie-wrapper__mouse .lottie-label {
  font-weight: 200;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((38.25px + 6.75 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .carousel-instructions .lottie-wrapper__mouse .lottie-label {
    font-size: calc((29.25px + 15.75 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.carousel-instructions .lottie-wrapper__mouse .lottie {
  display: flex;
  align-items: center;
}
.carousel-instructions .lottie-wrapper__mouse .lottie svg {
  height: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px) !important;
  width: auto !important;
}
.carousel-instructions .lottie-wrapper__keyboard .lottie {
  display: flex;
  align-items: center;
}
.carousel-instructions .lottie-wrapper__keyboard .lottie svg {
  height: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px) !important;
  width: auto !important;
}

.single-activity-landing {
  color: white;
  position: relative;
}
.single-activity-landing .background-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-activity-landing .container {
  position: relative;
  z-index: 2;
}
.single-activity-landing .carousel-actions {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  z-index: 2;
}
.single-activity-landing .carousel-instructions {
  display: flex;
}
@media (max-width: 1200px) {
  .single-activity-landing .carousel-instructions {
    display: none;
  }
}
.single-activity-landing .lottie-wrapper {
  display: flex;
  align-items: center;
}
.single-activity-landing .lottie-label {
  color: white;
  position: relative;
  font-weight: 200;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((51px + 9 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .single-activity-landing .lottie-label {
    font-size: calc((39px + 21 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-activity-landing .slide-action-button {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: calc((61.6px + 50.4 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-activity-landing .slide-action-button svg {
  height: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .single-activity-landing .slide-action-button svg {
    transform: rotate(90deg);
  }
}
.single-activity-landing .carousel-button-animation {
  display: flex;
  align-items: center;
  margin-left: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-activity-landing .carousel-button {
  display: flex;
  align-items: center;
}

.single-activity-landing-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-activity-landing-content-wrapper .title {
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow", Sans-Serif;
  font-size: calc((102px + 18 * ((100vw - 1441px) / 479)) - 0.1px);
  margin: 0;
}
@media (max-width: 1440px) {
  .single-activity-landing-content-wrapper .title {
    font-size: calc((78px + 42 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1600px) {
  .single-activity-landing-content-wrapper .title {
    font-weight: 700;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow", Sans-Serif;
    font-size: calc((76.5px + 13.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1600px) and (max-width: 1440px) {
  .single-activity-landing-content-wrapper .title {
    font-size: calc((58.5px + 31.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-activity-landing-content-wrapper .activity-wrapper {
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((85px + 15 * ((100vw - 1441px) / 479)) - 0.1px);
  margin: 0;
}
@media (max-width: 1440px) {
  .single-activity-landing-content-wrapper .activity-wrapper {
    font-size: calc((65px + 35 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1600px) {
  .single-activity-landing-content-wrapper .activity-wrapper {
    font-weight: 300;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Semi Condensed", Sans-Serif;
    font-size: calc((59.5px + 10.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1600px) and (max-width: 1440px) {
  .single-activity-landing-content-wrapper .activity-wrapper {
    font-size: calc((45.5px + 24.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}

.single-activity-content {
  color: white;
  background-color: #5E67BD;
}
.single-activity-content .content-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .single-activity-content .content-wrapper {
    flex-direction: column-reverse;
  }
}
.single-activity-content .content-wrapper .left-column {
  flex: 1 0 calc((302.5px + 247.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-top: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-activity-content .content-wrapper .left-column .material-list {
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((42.5px + 7.5 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .single-activity-content .content-wrapper .left-column .material-list {
    font-size: calc((32.5px + 17.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-activity-content .content-wrapper .left-column .material-header {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((42.5px + 7.5 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .single-activity-content .content-wrapper .left-column .material-header {
    font-size: calc((32.5px + 17.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-activity-content .content-wrapper .left-column .button {
  border-color: #F6AB1C;
  display: inline-flex;
  align-items: center;
}
.single-activity-content .content-wrapper .left-column .button svg {
  margin-left: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-activity-content .content-wrapper .left-column ul {
  list-style-type: none;
}
.single-activity-content .content-wrapper .left-column ul li:before {
  content: "-";
  margin-right: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (min-width: 1200px) {
  .single-activity-content .content-wrapper .right-column {
    overflow: hidden;
    max-height: 100vh;
  }
}
.single-activity-content .content-wrapper .right-column h1, .single-activity-content .content-wrapper .right-column h2, .single-activity-content .content-wrapper .right-column h3 {
  font-weight: 600;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((170px + 30 * ((100vw - 1441px) / 479)) - 0.1px);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  line-height: 1;
}
@media (max-width: 1440px) {
  .single-activity-content .content-wrapper .right-column h1, .single-activity-content .content-wrapper .right-column h2, .single-activity-content .content-wrapper .right-column h3 {
    font-size: calc((130px + 70 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1440px) {
  .single-activity-content .content-wrapper .right-column h1, .single-activity-content .content-wrapper .right-column h2, .single-activity-content .content-wrapper .right-column h3 {
    font-weight: 600;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Condensed", Sans-Serif;
    font-size: calc((127.5px + 22.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .single-activity-content .content-wrapper .right-column h1, .single-activity-content .content-wrapper .right-column h2, .single-activity-content .content-wrapper .right-column h3 {
    font-size: calc((97.5px + 52.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 768px) {
  .single-activity-content .content-wrapper .right-column h1, .single-activity-content .content-wrapper .right-column h2, .single-activity-content .content-wrapper .right-column h3 {
    font-weight: 600;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Condensed", Sans-Serif;
    font-size: calc((93.5px + 16.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .single-activity-content .content-wrapper .right-column h1, .single-activity-content .content-wrapper .right-column h2, .single-activity-content .content-wrapper .right-column h3 {
    font-size: calc((71.5px + 38.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-activity-content .content-wrapper .right-column li:not(:last-child) {
  margin-bottom: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-activity-content .content-wrapper .right-column .content-scroller-inner {
  padding-top: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (min-width: 1200px) {
  .single-activity-content .content-wrapper .right-column .content-scroller-inner {
    font-size: 3vh;
  }
}

.single-activity-video-content {
  display: flex;
  align-items: center;
  padding-top: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  background-color: #5E67BD;
}
.single-activity-video-content .vimeo-outer-wrapper {
  max-width: calc((715px + 585 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: auto;
  margin-right: auto;
}

.single-exposition-landing {
  background-color: black;
  background-image: url(../images/expositions-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
@media (max-width: 1200px) {
  .single-exposition-landing {
    padding-top: 90px;
  }
}

.single-exposition-landing-content-wrapper {
  padding-top: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .single-exposition-landing-content-wrapper {
    height: 100vh;
  }
}
.single-exposition-landing-content-wrapper .background-items {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .single-exposition-landing-content-wrapper .background-items {
    display: none;
  }
}
.single-exposition-landing-content-wrapper .background-items .background-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.single-exposition-landing-content-wrapper .background-items .cadre {
  background-image: url(../images/cadre-flottant-ombres.png);
  height: calc((319px + 261 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((365.75px + 299.25 * ((100vw - 376px) / 1544)) - 0.1px);
  right: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
  bottom: calc((120px + 60 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-exposition-landing-content-wrapper .background-items .socle {
  background-image: url(../images/socle-boule-ombres.png);
  height: calc((231px + 189 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((182.6px + 149.4 * ((100vw - 376px) / 1544)) - 0.1px);
  right: calc((330px + 270 * ((100vw - 376px) / 1544)) - 0.1px);
  bottom: calc((120px + 60 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-exposition-landing-content-wrapper .top {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .single-exposition-landing-content-wrapper .top {
    flex-direction: column-reverse;
  }
}
.single-exposition-landing-content-wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .single-exposition-landing-content-wrapper .bottom {
    flex-direction: column;
  }
}
.single-exposition-landing-content-wrapper .bottom .audio-invite {
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((20.4px + 3.6 * ((100vw - 1441px) / 479)) - 0.1px);
  flex: 0 0 50%;
  line-height: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
  overflow: hidden;
}
@media (max-width: 1440px) {
  .single-exposition-landing-content-wrapper .bottom .audio-invite {
    font-size: calc((16px + 8 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-exposition-landing-content-wrapper .bottom .audio-invite p {
  margin: 0;
  margin-left: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-exposition-landing-content-wrapper .bottom .audio-invite-inner {
  display: flex;
  align-items: center;
}
.single-exposition-landing-content-wrapper .bottom .carousel-actions {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .single-exposition-landing-content-wrapper .bottom .carousel-actions {
    margin-top: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.single-exposition-landing-content-wrapper .bottom .carousel-instructions {
  display: flex;
}
@media (max-width: 1200px) {
  .single-exposition-landing-content-wrapper .bottom .carousel-instructions {
    display: none;
  }
}
.single-exposition-landing-content-wrapper .bottom .lottie-wrapper {
  display: flex;
  align-items: center;
}
.single-exposition-landing-content-wrapper .bottom .lottie-label {
  color: white;
  position: relative;
}
.single-exposition-landing-content-wrapper .bottom .carousel-button-animation {
  display: flex;
  align-items: center;
  margin-left: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
}
.single-exposition-landing-content-wrapper .bottom .carousel-button-animation svg {
  height: auto;
  width: 100%;
}
.single-exposition-landing-content-wrapper .bottom .carousel-button {
  display: flex;
  align-items: center;
}
.single-exposition-landing-content-wrapper .left-column {
  flex: 1 1 auto;
  align-self: flex-end;
  padding-bottom: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1024px) {
  .single-exposition-landing-content-wrapper .left-column {
    text-align: center;
  }
}
.single-exposition-landing-content-wrapper .left-column h1, .single-exposition-landing-content-wrapper .left-column h2, .single-exposition-landing-content-wrapper .left-column h3 {
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow", Sans-Serif;
  font-size: calc((102px + 18 * ((100vw - 1441px) / 479)) - 0.1px);
  line-height: 1;
}
@media (max-width: 1440px) {
  .single-exposition-landing-content-wrapper .left-column h1, .single-exposition-landing-content-wrapper .left-column h2, .single-exposition-landing-content-wrapper .left-column h3 {
    font-size: calc((78px + 42 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1600px) {
  .single-exposition-landing-content-wrapper .left-column h1, .single-exposition-landing-content-wrapper .left-column h2, .single-exposition-landing-content-wrapper .left-column h3 {
    font-weight: 700;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow", Sans-Serif;
    font-size: calc((76.5px + 13.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1600px) and (max-width: 1440px) {
  .single-exposition-landing-content-wrapper .left-column h1, .single-exposition-landing-content-wrapper .left-column h2, .single-exposition-landing-content-wrapper .left-column h3 {
    font-size: calc((58.5px + 31.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-exposition-landing-content-wrapper .left-column .subtitle-wrapper {
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((85px + 15 * ((100vw - 1441px) / 479)) - 0.1px);
  color: #B2B2B2;
  line-height: 1;
}
@media (max-width: 1440px) {
  .single-exposition-landing-content-wrapper .left-column .subtitle-wrapper {
    font-size: calc((65px + 35 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1600px) {
  .single-exposition-landing-content-wrapper .left-column .subtitle-wrapper {
    font-weight: 300;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Semi Condensed", Sans-Serif;
    font-size: calc((59.5px + 10.5 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1600px) and (max-width: 1440px) {
  .single-exposition-landing-content-wrapper .left-column .subtitle-wrapper {
    font-size: calc((45.5px + 24.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.single-exposition-landing-content-wrapper .right-column {
  padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.single-exposition-landing-content-wrapper .right-column .image-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: calc((275px + 225 * ((100vw - 376px) / 1544)) - 0.1px);
  height: 100%;
  max-height: 765px;
}
@media (max-width: 1200px) {
  .single-exposition-landing-content-wrapper .right-column .image-wrapper {
    min-height: calc((375px + 25 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.single-exposition-landing-content-wrapper .right-column .image-wrapper img {
  height: 100%;
  width: auto;
}

@media (min-width: 1200px) {
  .single-exposition-landing-content-wrapper .image-wrapper, .single-exposition-landing-content-wrapper .background-item {
    transform: translateX(200%);
    transition-property: transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ready .slide-on-screen .single-exposition-landing-content-wrapper .image-wrapper, .ready .slide-on-screen .single-exposition-landing-content-wrapper .background-item {
    transform: none;
  }
  .single-exposition-landing-content-wrapper .cadre {
    transition-delay: 150ms;
  }
  .single-exposition-landing-content-wrapper .socle {
    transform: translateX(300%);
    transition-delay: 300ms;
  }
  .single-exposition-landing-content-wrapper .audio-invite .audio-invite-inner {
    transform: translateY(150%);
    transition-property: all;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 450ms;
  }
  .ready .slide-on-screen .single-exposition-landing-content-wrapper .audio-invite .audio-invite-inner {
    transform: none;
  }
  .single-exposition-landing-content-wrapper .lottie-wrapper {
    opacity: 0;
    transform: translateY(-50%);
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ready .slide-on-screen .single-exposition-landing-content-wrapper .lottie-wrapper {
    opacity: 1;
    transform: none;
  }
  .single-exposition-landing-content-wrapper .lottie-wrapper__keyboard {
    transition-delay: 150ms;
  }
  .single-exposition-landing-content-wrapper .carousel-button-animation {
    transition-delay: 300ms;
  }
  .single-exposition-landing-content-wrapper .carousel-button-animation {
    transform: translateY(200%) rotate(90deg);
    animation-delay: 0.5s;
  }
  .ready .slide-on-screen .single-exposition-landing-content-wrapper .carousel-button-animation {
    animation-name: carousel-button;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 1200px) {
  .scroll-wrapper {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  }
}

.scroll-inner-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .scroll-inner-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .scroll-slide {
    flex: 0 0 100vw;
  }
}

.container {
  margin-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc(100% - calc((50px + 190 * ((100vw - 376px) / 1544)) - 0.1px));
}

.main-layout {
  position: relative;
}

.main-layout-content {
  position: relative;
}

.main-layout-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.main-layout-loader .lottie {
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.main-layout-loader.main-layout-loader--unload .lottie {
  opacity: 0;
  visibility: hidden;
}
.main-layout-loader.main-layout-loader--transparent {
  background-color: transparent;
}
.main-layout-loader.main-layout-loader--gone {
  opacity: 0;
  visibility: hidden;
}
.main-layout-loader .transition-page {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-layout-loader .transition-page svg {
  width: auto !important;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) !important;
}

.main-layout-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .main-layout-header {
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: calc(100% - calc((50px + 190 * ((100vw - 376px) / 1544)) - 0.1px));
    min-height: 90px;
    margin-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    margin-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.main-layout-header .menu-button {
  cursor: pointer;
  padding: calc((10px + 20 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (min-width: 1200px) {
  .main-layout-header .menu-button {
    padding-bottom: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (max-width: 1200px) {
  .main-layout-header .menu-button {
    padding-right: 0;
  }
}
.main-layout-header .menu-button .menu-button-inner {
  height: calc((45px + 5 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((45px + 5 * ((100vw - 376px) / 1544)) - 0.1px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.main-layout-header .menu-button .menu-button-inner .lottie {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .main-layout-header .player-audio {
    position: absolute;
    bottom: calc((-82.5px + -67.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}

@media (max-width: 1200px) {
  .main-layout-header-logo {
    position: absolute;
    left: 0;
  }
}
.main-layout-header-logo a {
  display: block;
}
@media (min-width: 1200px) {
  .main-layout-header-logo a {
    width: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
    height: calc((116.6px + 95.4 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.main-layout-header-logo .mobile-logo {
  width: calc((150px + 50 * ((100vw - 376px) / 1544)) - 0.1px);
  position: relative;
  display: flex;
  align-items: center;
}
.main-layout-header-logo .mobile-logo svg {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .main-layout-header-logo .mobile-logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-layout-header-logo .lottie {
    display: none;
  }
}
.main-layout__menu-open .main-layout-header-logo path {
  fill: #F2E6E6;
}

.main-layout-header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.main-layout-header-menu .menu {
  display: flex;
  flex: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.main-layout-header-menu .menu-item {
  position: relative;
  font-size: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  font-weight: normal;
  list-style: none;
  list-style-position: outside;
  white-space: nowrap;
}
.main-layout-header-menu .menu-item.current-menu-item:after, .main-layout-header-menu .menu-item.current-menu-item-ancestor:after {
  transform: none;
}
.main-layout-header-menu .menu-item.wpml-ls-current-language:after {
  transform: none;
}
.no-touchevents .main-layout-header-menu .menu-item:hover:after {
  transform: none;
}
.main-layout-header-menu .menu-item a {
  color: inherit;
}

.menu-overlay {
  background-color: white;
  background-image: url(../images/fond_noise-pale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
}
@media (max-width: 1200px) {
  .menu-overlay {
    padding-top: 90px;
  }
}
.menu-overlay .menu-overlay-header {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((17px + 3 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .menu-overlay .menu-overlay-header {
    font-size: calc((16px + 4 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.menu-overlay .menu-overlay-content {
  flex: 1 1 auto;
  position: relative;
}
.menu-overlay .menu-overlay-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-overlay .menu-overlay-header-wrapper .menu-item {
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .menu-overlay .menu-overlay-header-wrapper {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .menu-overlay .menu-overlay-header-wrapper {
    flex-direction: column;
  }
  .menu-overlay .menu-overlay-header-wrapper .left-column {
    margin-bottom: 20px;
  }
}
.menu-overlay .menu-overlay-header-wrapper ul {
  display: flex;
  align-items: flex-end;
  list-style-type: none;
}
@media (max-width: 1200px) {
  .menu-overlay .menu-overlay-header-wrapper ul {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .menu-overlay .menu-overlay-header-wrapper .left-column {
    margin-left: calc((-27.5px + -22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.menu-overlay .menu-overlay-header-wrapper .left-column ul a {
  display: inline-block;
  padding: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px) calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px) 0 calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1200px) {
  .menu-overlay .menu-overlay-header-wrapper .left-column ul a {
    padding-top: 0;
  }
}
.menu-overlay .menu-overlay-header-wrapper .right-column {
  display: flex;
}
.menu-overlay .menu-overlay-header-wrapper .right-column ul a {
  color: #5E6669;
  display: inline-block;
  padding: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px) calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px) 0 calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1200px) {
  .menu-overlay .menu-overlay-header-wrapper .right-column ul a {
    padding-top: 0;
  }
}
.menu-overlay .menu-overlay-header-wrapper .credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid black;
  padding: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px) calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px) calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px) calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (min-width: 1200px) {
  .menu-overlay .menu-overlay-header-wrapper .credits {
    border-top: none;
  }
}
.menu-overlay .menu-overlay-header-wrapper .credits span {
  font-weight: 400;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow", Sans-Serif;
  font-size: calc((11.9px + 2.1 * ((100vw - 1441px) / 479)) - 0.1px);
  color: #707070;
}
@media (max-width: 1440px) {
  .menu-overlay .menu-overlay-header-wrapper .credits span {
    font-size: 14px;
  }
}
.menu-overlay .menu-overlay-header-wrapper .credits a {
  font-weight: 700;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow", Sans-Serif;
  font-size: calc((21.25px + 3.75 * ((100vw - 1441px) / 479)) - 0.1px);
  display: flex;
  align-items: center;
  width: calc((93.5px + 76.5 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-top: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1440px) {
  .menu-overlay .menu-overlay-header-wrapper .credits a {
    font-size: calc((16.25px + 8.75 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.menu-overlay .menu-overlay-header-wrapper .credits a svg {
  width: 100%;
  height: auto;
}
.menu-overlay .menu-item.menu-item__active a {
  font-weight: bold;
}
.menu-overlay .menu-item.menu-item__active a, .menu-overlay .menu-item:hover a {
  color: #5E67BD !important;
}
.main-layout__menu-open .menu-overlay {
  transform: none;
}
.menu-overlay .menu-overlay-item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  position: absolute;
  height: 100%;
  width: 100%;
}
.menu-overlay .menu-overlay-item.menu-overlay-item__active {
  opacity: 1;
  visibility: visible;
}
.menu-overlay .menu-overlay-item .carousel-expositions {
  height: 100%;
}
.menu-overlay .menu-overlay-item .carousel-expositions .tagline {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((85px + 15 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .menu-overlay .menu-overlay-item .carousel-expositions .tagline {
    font-size: calc((65px + 35 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 768px) {
  .menu-overlay .menu-overlay-item .carousel-expositions .tagline {
    font-weight: 500;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Condensed", Sans-Serif;
    font-size: calc((63.75px + 11.25 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .menu-overlay .menu-overlay-item .carousel-expositions .tagline {
    font-size: calc((48.75px + 26.25 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.menu-overlay .menu-overlay-item .exposition-carousel-content-wrapper .exposition-item-link {
  padding-bottom: calc((82.5px + 67.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.menu-overlay .menu-overlay-item .carousel-activities {
  background-color: transparent;
  height: 100%;
}
.menu-overlay .menu-overlay-item .carousel-activities .tagline {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((85px + 15 * ((100vw - 1441px) / 479)) - 0.1px);
}
@media (max-width: 1440px) {
  .menu-overlay .menu-overlay-item .carousel-activities .tagline {
    font-size: calc((65px + 35 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.menu-overlay .menu-overlay-item .activity-carousel-content-wrapper .exposition-item-link {
  padding-bottom: calc((82.5px + 67.5 * ((100vw - 376px) / 1544)) - 0.1px);
}

.main-layout-footer {
  background: linear-gradient(#172023 0%, #292d2e 100%);
  display: flex;
  flex-direction: column;
}
.main-layout-footer .top-section {
  color: white;
  display: flex;
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .main-layout-footer .top-section {
    font-size: 3vh;
  }
}
@media (max-width: 1200px) {
  .main-layout-footer .top-section {
    flex-direction: column;
  }
}
.main-layout-footer .top-section .left-column, .main-layout-footer .top-section .right-column {
  display: flex;
  padding: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px) calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .main-layout-footer .top-section .left-column, .main-layout-footer .top-section .right-column {
    padding: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px) calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.main-layout-footer .top-section .left-column-wrapper, .main-layout-footer .top-section .right-column-wrapper {
  max-width: calc((288.75px + 236.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.main-layout-footer .top-section .left-column {
  background: linear-gradient(#474d83 0%, #3a353b 100%);
  flex: 0 0 40%;
}
.main-layout-footer .top-section .left-column .button {
  color: #F0E2E2;
  border-color: #F0E2E2;
}
.main-layout-footer .top-section .right-column {
  flex: 0 0 60%;
}
.main-layout-footer .top-section .right-column .button {
  color: #F0E2E2;
  border-color: #525AB7;
}
.main-layout-footer .bottom-section {
  background-color: white;
  position: relative;
}
.main-layout-footer .bottom-section .back-to-top {
  height: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  border: 2px solid #525AB7;
  border-radius: 500px;
  padding: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  top: 0;
  transform: translateY(-140%);
}
@media (min-width: 1200px) {
  .main-layout-footer .bottom-section .back-to-top {
    display: none;
  }
}
.main-layout-footer .bottom-section-wrapper {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((17px + 3 * ((100vw - 1441px) / 479)) - 0.1px);
  color: #5E67BD;
  display: flex;
  padding-top: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((44px + 36 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1440px) {
  .main-layout-footer .bottom-section-wrapper {
    font-size: calc((16px + 4 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1200px) {
  .main-layout-footer .bottom-section-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin: calc((-13.75px + -11.25 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.main-layout-footer .bottom-section-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 33.33%;
}
@media (max-width: 1200px) {
  .main-layout-footer .bottom-section-item {
    margin: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.main-layout-footer .bottom-section-item span {
  margin-bottom: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  justify-self: flex-start;
}
.main-layout-footer .bottom-section-item .image-wrapper {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .main-layout-footer .left-column-wrapper, .main-layout-footer .right-column-wrapper {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 550ms;
  }
  .main-layout-footer .left-column {
    transform: translateX(-100%);
    transition-property: transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 400ms;
  }
  .main-layout-footer .bottom-section {
    transform: translateY(100%);
    transition-property: transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .ready .main-layout-footer.slide-on-screen .left-column-wrapper, .ready .main-layout-footer.slide-on-screen .right-column-wrapper {
    opacity: 1;
  }
  .ready .main-layout-footer.slide-on-screen .left-column {
    transform: none;
  }
  .ready .main-layout-footer.slide-on-screen .bottom-section {
    transform: none;
  }
}