/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}


article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1em;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

.hide {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.ui-datepicker {
    display: none;
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker-header {
    background-color: #666;
    color: #e0e0e0;
    font-weight: 700;
    box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
    text-shadow: 1px -1px 0 #000;
    -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    min-height: 30px !important;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #666;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-title select {
    margin-top: 2.5%;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url("../images/datepicker/arrow.png.html");
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0;
}

.ui-datepicker thead {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666;
    text-shadow: 1px 0 0 #fff;
    -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
    -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
    border: 1px solid #c19163;
    color: #666;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 #fff;
    -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
    filter: dropshadow(color=#FFF, offx=0, offy=1);
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
    margin: 0 !important;
}

body div#ui-datepicker-div[style] {
    z-index: 9999 !important;
}



@font-face {
    font-family: 'Replica Std';
    src: url('../assets/fonts/ReplicaStd-Bold.woff2') format('woff2'),
        url('../assets/fonts/ReplicaStd-Bold.woff') format('woff'),
        url('../assets/fonts/ReplicaStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Std';
    src: url('../assets/fonts/ReplicaStd-Light.woff2') format('woff2'),
        url('../assets/fonts/ReplicaStd-Light.woff') format('woff'),
        url('../assets/fonts/ReplicaStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Std';
    src: url('../assets/fonts/ReplicaStd-Italic.woff2') format('woff2'),
        url('../assets/fonts/ReplicaStd-Italic.woff') format('woff'),
        url('../assets/fonts/ReplicaStd-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Std';
    src: url('../assets/fonts/ReplicaStd-BoldItalic.woff2') format('woff2'),
        url('../assets/fonts/ReplicaStd-BoldItalic.woff') format('woff'),
        url('../assets/fonts/ReplicaStd-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Std';
    src: url('../assets/fonts/ReplicaStd-Regular.woff2') format('woff2'),
        url('../assets/fonts/ReplicaStd-Regular.woff') format('woff'),
        url('../assets/fonts/ReplicaStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Replica Std';
    src: url('../assets/fonts/ReplicaStd-LightItalic.woff2') format('woff2'),
        url('../assets/fonts/ReplicaStd-LightItalic.woff') format('woff'),
        url('../assets/fonts/ReplicaStd-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}






.animation-svg svg,
.static-svg svg {
    overflow: visible;
}

.animation-svg svg path,
.static-svg svg path {
    fill: none;
    stroke-width: 3.5;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    body {
        font-size: 20px;
    }
}

a,
p,
span {
    position: relative;
}

p.small {
    font-size: 80%;
}

a.active-line,
p.active-line,
span.active-line {
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 1px;
}

a.active-line span,
p.active-line span,
span.active-line span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: currentColor;
    transition: 0.25s opacity ease;
}

a.active-line:before,
p.active-line:before,
span.active-line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    background-color: currentColor;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.1s;
}

a.active-line:after,
p.active-line:after,
span.active-line:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    background-color: currentColor;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.1s;
}

.is-desktop a.active-line:hover span,
.is-desktop p.active-line:hover span,
.is-desktop span.active-line:hover span {
    opacity: 0;
}

.is-desktop a.active-line:hover:after,
.is-desktop a.active-line:hover:before,
.is-desktop p.active-line:hover:after,
.is-desktop p.active-line:hover:before,
.is-desktop span.active-line:hover:after,
.is-desktop span.active-line:hover:before {
    -webkit-transform: none;
    transform: none;
}

a.active-line:active span,
p.active-line:active span,
span.active-line:active span {
    opacity: 0;
}

a.active-line:active:after,
a.active-line:active:before,
p.active-line:active:after,
p.active-line:active:before,
span.active-line:active:after,
span.active-line:active:before {
    -webkit-transform: none;
    transform: none;
}

.copy-text a,
.underline {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 1px;
}

.copy-text a:after,
.copy-text a:before,
.underline:after,
.underline:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 51%;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.copy-text a:before,
.underline:before {
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.copy-text a:after,
.underline:after {
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.copy-text a--set:after,
.copy-text a--set:before,
.copy-text a.active:after,
.copy-text a.active:before,
.copy-text a:active:after,
.copy-text a:active:before,
.is-desktop .copy-text a:hover:after,
.is-desktop .copy-text a:hover:before,
.is-desktop .underline:hover:after,
.is-desktop .underline:hover:before,
.underline--set:after,
.underline--set:before,
.underline.active:after,
.underline.active:before,
.underline:active:after,
.underline:active:before {
    -webkit-transform: none;
    transform: none;
}

.copy-text a--set:active:after,
.copy-text a--set:active:before,
.is-desktop .copy-text a--set:hover:after,
.is-desktop .copy-text a--set:hover:before,
.is-desktop .underline--set:hover:after,
.is-desktop .underline--set:hover:before,
.underline--set:active:after,
.underline--set:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.copy-text a {
    overflow: visible;
}

.copy-text a:after,
.copy-text a:before {
    -webkit-transform: none;
    transform: none;
}

.copy-text a:active:after,
.copy-text a:active:before,
.is-desktop .copy-text a:hover:after,
.is-desktop .copy-text a:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.underline-left {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.underline-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.is-desktop .underline-left:hover:before,
.underline-left.active:before,
.underline-left:active:before {
    -webkit-transform: none;
    transform: none;
}

.underlines {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.is-ie .underlines {
    display: block;
}

.underlines .underline,
.underlines .underline-left {
    max-width: 100%;
    display: inline-block !important;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.underlines .underline-left:nth-child(0):after,
.underlines .underline-left:nth-child(0):before,
.underlines .underline:nth-child(0):after,
.underlines .underline:nth-child(0):before {
    transition-delay: -0.15s;
}

.underlines .underline-left:nth-child(1):after,
.underlines .underline-left:nth-child(1):before,
.underlines .underline:nth-child(1):after,
.underlines .underline:nth-child(1):before {
    transition-delay: 0s;
}

.underlines .underline-left:nth-child(2):after,
.underlines .underline-left:nth-child(2):before,
.underlines .underline:nth-child(2):after,
.underlines .underline:nth-child(2):before {
    transition-delay: 0.15s;
}

.underlines .underline-left:nth-child(3):after,
.underlines .underline-left:nth-child(3):before,
.underlines .underline:nth-child(3):after,
.underlines .underline:nth-child(3):before {
    transition-delay: 0.3s;
}

.is-desktop .underlines:hover .underline-left:after,
.is-desktop .underlines:hover .underline-left:before,
.is-desktop .underlines:hover .underline:after,
.is-desktop .underlines:hover .underline:before,
.underlines.active .underline-left:after,
.underlines.active .underline-left:before,
.underlines.active .underline:after,
.underlines.active .underline:before,
.underlines:active .underline-left:after,
.underlines:active .underline-left:before,
.underlines:active .underline:after,
.underlines:active .underline:before {
    -webkit-transform: none;
    transform: none;
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    width: 100%;
    height: 100%;
    color: #231f20;
    -ms-overflow-style: none;
}

.original-title.break-word,
.original-title.break-word+span+span>span,
.original-title.break-word+span>span {
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html {
    background-color: #cca69a;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body.has-modal-open,
body.is-secondary-transitioning,
body.lock-scroll {
    overflow: hidden;
}

body.is-loading {
    opacity: 0;
}

.page-view {
    position: relative;
}

.page-view:before {
    content: "";
    position: fixed;
    z-index: 181;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(35, 31, 32, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s opacity ease, 0.5s visibility;
}

.menu-is-open:not(.menu-lang-switcher-is-hover) .page-view:before {
    opacity: 1;
    visibility: visible;
}

.js-transition-element {
    z-index: -1;
    position: relative;
}

.page__inner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s;
}

.page__inner.prevent-transition {
    transition: none;
}

.page__inner.show {
    opacity: 1;
    visibility: visible;
}

.page-transition-element {
    width: 100vw;
    height: 50vh;
    position: fixed;
    left: 0;
}

.show .page-transition-element {
    -webkit-transform: none !important;
    transform: none !important;
    transition: opacity 0.25s ease,
        -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.25s ease;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.25s ease,
        -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-transition-element.horizontal {
    height: 100vh;
    width: 50vw;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.page-transition-element.vertical {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.page-transition-element--first {
    top: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.page-transition-element--first.from-center {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.page-transition-element--first.horizontal {
    -webkit-transform-origin: left;
    transform-origin: left;
}

.page-transition-element--first.horizontal.from-center {
    -webkit-transform-origin: right;
    transform-origin: right;
}

.page-transition-element--second {
    top: 50vh;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.page-transition-element--second.from-center {
    -webkit-transform-origin: top;
    transform-origin: top;
}

.page-transition-element--second.horizontal {
    top: 0;
    left: 50vw;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.page-transition-element--second.horizontal.from-center {
    -webkit-transform-origin: left;
    transform-origin: left;
}

.page-transition-curtains {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    color: #cca69a;
    z-index: 200;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .page-transition-curtains {
        width: 96%;
    }
}

.page-transition-curtains .page-transition-curtain {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: currentColor;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.page-transition-curtains .page-transition-curtain--top {
    top: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.page-transition-curtains .page-transition-curtain--bottom {
    bottom: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.page-transition-curtains.is-closed .page-transition-curtain {
    -webkit-transform: none;
    transform: none;
    transition: 0.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page {
    width: 100%;
    overflow: hidden;
}



@media only screen and (min-width: 1024px) {
    .page {
        width: 100%;
        padding-left: 4%;
    }

    .page.page-home,
    .page.faq,
    .page.page-default {
        padding-left: 0;
    }

}

.sub-view__page .static-content {
    text-align: center;
}

.sub-view__page .static-content .js-animate-in-view:not(.js-extra-sidebar):not(.flexible-image) {
    opacity: 0;
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    transition: 0.55s opacity ease,
        0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s opacity ease,
        0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s opacity ease,
        0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub-view__page .static-content .js-animate-in-view:not(.js-extra-sidebar):not(.flexible-image).is-in-view:not(.js-extra-sidebar):not(.flexible-image) {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #231f20;
    cursor: pointer;
}

form,
table {
    width: 100%;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

.button-reset {
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

:focus:not(.focus-ring) {
    outline-width: 0;
}

::-moz-selection {
    background: #ccc;
}

::selection {
    background: #ccc;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down a,
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down a:active,
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down a:hover {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

#svg-defs {
    display: none;
}

.is-animating-in,
.is-animating-out {
    position: absolute;
    left: 0;
}

.is-animating-in:not(.single-art),
.is-animating-out:not(.single-art) {
    top: 0;
}

.secondary-region {
    position: relative;
    width: 100%;
}

.secondary-region__inner {
    width: 100%;
}

.secondary-region__inner.is-animating-out {
    position: relative;
}

.is-secondary-transitioning-end .secondary-region__inner.is-animating-out {
    position: absolute;
}

.is-secondary-transitioning-end .secondary-region__inner.is-animating-in {
    position: relative;
}

.old-browser-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #f53232;
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.no-content {
    margin: 60px auto 80px;
    font-size: 25px;
    font-size: 1.66667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    color: rgba(35, 31, 32, 0.5);
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1500px) {
    .no-content {
        font-size: 25px;
    }
}

.form-element.error .form-element__label {
    color: red;
}

.form-element__input[disabled]+.form-element__label {
    opacity: 0.2;
}

.form-element__icon {
    position: absolute;
    bottom: 0.25em;
    right: 1em;
    width: auto;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
    .form-element__icon {
        bottom: 0.6em;
    }
}

.form-element label {
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.5em;
}

@media (max-width: 1500px) {
    .form-element label {
        font-size: 17px;
    }
}

.form-element--text {
    position: relative;
}

.form-element--text__input {
    outline: 0;
    padding: 0.6em 1em;
    display: block;
    width: 100%;
    border: none;
    border-radius: 100px;
}

.form-element--checkbox__input,
.form-element--radio__input {
    display: none;
}

.form-element--checkbox .form-element__toggle,
.form-element--radio .form-element__toggle {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
    cursor: pointer;
    border: 1px solid #231f20;
}

.form-element--checkbox .form-element__toggle::after,
.form-element--radio .form-element__toggle::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background-color: #231f20;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.form-element--checkbox .form-element__extra-fields,
.form-element--radio .form-element__extra-fields {
    display: none;
}

.form-element--checkbox__input:checked~.form-element__label .form-element__toggle::after,
.form-element--radio__input:checked~.form-element__label .form-element__toggle::after {
    -webkit-transform: none;
    transform: none;
}

.form-element--checkbox__input:checked~.form-element__extra-fields,
.form-element--radio__input:checked~.form-element__extra-fields {
    display: block;
}

.form-element--radio .form-element__toggle,
.form-element--radio .form-element__toggle::after {
    border-radius: 50%;
}

.form-element--select__select {
    outline: 0;
}

.form-element--select[data-theme="basic"] {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
}

@media (max-width: 1500px) {
    .form-element--select[data-theme="basic"] {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .form-element--select[data-theme="basic"] {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .form-element--select[data-theme="basic"] {
        font-size: 25px;
    }
}

.form-element--select[data-theme="basic"] .select2-selection {
    background-color: #f9a04e;
    border-radius: 1.25em;
}

.form-element--select[data-theme="basic"] .select2-container:after,
.form-element--select[data-theme="basic"] .select2-container:before {
    right: 1em;
}

.form-element--select[data-theme="basic"] .select2-selection--single {
    padding: 0.6em 1em;
}

.form-element--select[data-theme="basic"] .select2-container--open .select2-selection {
    border-radius: 1.1em 1.1em 0 0;
}

.form-element--select[data-theme="basic"] .select2-dropdown {
    background-color: #f9a04e;
    border: none;
    padding: 0 1em;
    max-height: 8em;
}

.form-element--select[data-theme="basic"] .select2-dropdown--below {
    border-bottom-right-radius: 1.1em;
    border-bottom-left-radius: 1.1em;
    padding-bottom: 0.4em;
}

.form-element--select[data-theme="basic"] .select2-results__option {
    padding: 0.4em 0;
}

.form-element--select[data-theme="basic"] .select2-results__option span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.form-element--select[data-theme="basic"] .select2-results__option span:after,
.form-element--select[data-theme="basic"] .select2-results__option span:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 51%;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.form-element--select[data-theme="basic"] .select2-results__option span:before {
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.form-element--select[data-theme="basic"] .select2-results__option span:after {
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.form-element--select[data-theme="basic"] .select2-results__option span:active:after,
.form-element--select[data-theme="basic"] .select2-results__option span:active:before,
.is-desktop .form-element--select[data-theme="basic"] .select2-results__option span:hover:after,
.is-desktop .form-element--select[data-theme="basic"] .select2-results__option span:hover:before {
    -webkit-transform: none;
    transform: none;
}

.form-element--select[data-theme="newsletter"] {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: auto;
    display: inline-block;
}

@media (max-width: 1500px) {
    .form-element--select[data-theme="newsletter"] {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .form-element--select[data-theme="newsletter"] {
        font-size: 32px;
        font-size: 2.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .form-element--select[data-theme="newsletter"] {
        font-size: 32px;
    }
}

.form-element--select[data-theme="newsletter"] .select2-selection {
    background: 0 0;
    border-radius: 1.25em;
    color: currentColor;
    border: 0;
}

.form-element--select[data-theme="newsletter"] .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

.form-element--select[data-theme="newsletter"] .select2-container:after,
.form-element--select[data-theme="newsletter"] .select2-container:before {
    display: none;
}

.form-element--select[data-theme="newsletter"] .select2-selection--single {
    padding: 0;
    height: 1em;
    margin-top: -7px;
}

.form-element--select[data-theme="newsletter"] .select2-container--open .select2-selection {
    border-radius: 0;
}

.form-element--select[data-theme="newsletter"] .select2-dropdown {
    background-color: #231f20;
    color: currentColor;
    border: none;
    padding: 0 0.6em;
    max-height: 8em;
}

.form-element--select[data-theme="newsletter"] .select2-dropdown--below {
    border-top-right-radius: 1.1em;
    border-bottom-right-radius: 1.1em;
    border-bottom-left-radius: 1.1em;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
    width: auto !important;
}

.form-element--select[data-theme="newsletter"] .select2-results__option {
    padding: 0.1em 0;
}

.form-element--select[data-theme="newsletter"] .select2-results__option span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.form-element--select[data-theme="newsletter"] .select2-results__option span:after,
.form-element--select[data-theme="newsletter"] .select2-results__option span:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 51%;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.form-element--select[data-theme="newsletter"] .select2-results__option span:before {
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.form-element--select[data-theme="newsletter"] .select2-results__option span:after {
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.form-element--select[data-theme="newsletter"] .select2-results__option span:active:after,
.form-element--select[data-theme="newsletter"] .select2-results__option span:active:before,
.is-desktop .form-element--select[data-theme="newsletter"] .select2-results__option span:hover:after,
.is-desktop .form-element--select[data-theme="newsletter"] .select2-results__option span:hover:before {
    -webkit-transform: none;
    transform: none;
}

.form-element--select[data-theme="cart"] .form-element-select__wrapper,
.form-element--select[data-theme="cart"] .form-element__label {
    display: inline-block;
}

.form-element--select[data-theme="cart"] .select2-container {
    width: auto;
    display: inline-block;
}

.form-element--select[data-theme="cart"] .select2-selection--single {
    padding: 0 1.5em 0 0;
}

.form-element-select {
    display: inline-block;
    width: 100%;
}

.form-element--range .ui-slider-handle::after {
    content: attr(data-price);
    position: absolute;
    bottom: -2em;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-element--range .ui-slider {
    position: relative;
}

.form-element--range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    -ms-touch-action: none;
    touch-action: none;
    outline: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #231f20;
    cursor: move;
    cursor: url("../assets/images/ui/grab.png.html");
    cursor: -webkit-grab;
    cursor: grab;
}

.form-element--range .ui-slider .ui-slider-handle:active {
    cursor: url("../assets/images/ui/grabbing.png.html");
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.form-element--range .ui-slider-horizontal {
    height: 1px;
    border: none;
    background: #231f20;
}

.form-element--range .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -10px;
}

.form-element--range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.form-element--range .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.form-element--range .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.form-footer-notice {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 1.5em;
}

@media (max-width: 1500px) {
    .form-footer-notice {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .form-footer-notice {
        padding-top: 2em;
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

.form-element__label-icon {
    width: 17px;
    height: 17px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media only screen and (min-width: 1024px) {
    .form-element__label-icon {
        width: 1.132vw;
        height: 0.8vw;
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 1023px) {
    .form-element__label-icon svg {
        width: 100%;
        height: 100%;
    }
}

.select2 {
    text-align: left;
}

.select2:after,
.select2:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    pointer-events: none;
    transition: 0.3s transform ease;
}

@media only screen and (min-width: 1200px) {

    .select2:after,
    .select2:before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
}

.select2:after {
    top: calc(50% + 4px);
    border-top: 4px solid #231f20;
}

@media only screen and (min-width: 1024px) {
    .select2:after {
        top: calc(50% + 3px);
        border-top: 6px solid #231f20;
    }
}

.select2:before {
    top: calc(50% - 4px);
    border-bottom: 4px solid #231f20;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .select2:before {
        top: calc(50% - 9px);
        border-bottom: 6px solid #231f20;
    }
}

.select2.select2-container--open:after,
.select2.select2-container--open:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.select2-selection {
    outline: 0;
}

.select2-container {
    overflow: hidden;
}

.dropdown-visible .select2-container .select2-dropdown,
.dropdown-visible .select2-container .select2-results {
    -webkit-transform: none;
    transform: none;
}

.select2-dropdown {
    box-sizing: border-box;
    display: block;
    position: relative;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #231f20;
    border-radius: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.select2-dropdown [aria-selected="true"] {
    display: none;
}

.select2-results {
    display: block;
    text-align: left;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: 0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0.5em;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-search--dropdown {
    display: block;
    text-align: left;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    border: none;
    outline: 0;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container .select2-selection--single {
    height: inherit;
}

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0vw 4vw 6vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pagination__item,
.page-numbers {
    height: 1.75em;

    position: relative;
    text-align: center;
    margin: 0 0.5em;
}

.page-numbers:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page-numbers.current {
    font-weight: bold;
}

.page-numbers.current:before {
    -webkit-transform: none;
    transform: none;
}

.is-desktop .page-numbers:not(.current):hover:before,
.page-numbers:not(.current):active:before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.is-desktop .pagination__item.arrow:hover svg,
.pagination__item.arrow:active svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pagination__item p,
.page-numbers p {
    color: #231f20;
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    line-height: 2em;
}

@media (max-width: 1500px) {

    .pagination__item p,
    .page-numbers p {
        font-size: 18px;
    }
}

.pagination__item svg {
    height: 0.75em;
    width: 0.75em;
    display: block;
    margin: 0.5em auto;
    transition: 0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.pagination__item.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-logo {
    position: absolute;
    top: 2.5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 300;
}

.mobile-logo svg {
    height: auto;
    width: 56vw;
}

[data-brightness="light"]:not(.menu-is-open) .mobile-logo svg,
[data-brightness="light"]:not(.menu-is-open) .header:not(.has-background) .play-btn svg {
    fill: #fff;
}

@media onl y screen and (min-width: 400px) {
    .mobile-logo svg {
        height: 6vw;
        width: 20.448vw;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-logo {
        top: 4vw;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-logo {
        display: none;
    }
}

.menu-is-open .mobile-logo {
    position: fixed;
}

.mobile-lang-switcher {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 4.5em;
    height: 3.5em;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .mobile-lang-switcher {
        display: none;
    }
}

.header {
    position: fixed;
    bottom: 12vw;
    left: 0;
    z-index: 200;
    width: 100%;
    color: #231f20;
    transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1);
}

.is-ie .header .play-btn svg {
    width: 4em;
}

@media only screen and (max-width: 1023px) {
    .header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        height: 100%;
        padding-top: 14vw;
        padding-bottom: 14vw;
        bottom: 0;
        transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility,
            0.3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1),
            0.3s transform cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility;
        transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1),
            0.3s transform cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility,
            0.3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
    }

    .menu-is-open .header {
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }


}



@media only screen and (min-width: 1024px) {
    .header {
        pointer-events: none;
        padding: 0vw 2vw;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: auto;
        height: 8vw;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1),
            -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1),
            transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.3s color cubic-bezier(0.77, 0, 0.175, 1),
            transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
            -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .header>* {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header.fixed {
        position: fixed;
        top: 0;
    }

    [data-brightness="light"]:not(.menu-is-open) .header:not(.has-background) {
        color: #fff;
    }

    [data-brightness="light"]:not(.menu-is-open) .header:not(.has-background) .main-nav__link.is-active {
        text-decoration-color: #fff;
    }

    [data-brightness="light"]:not(.menu-is-open) .header:not(.has-background) .logo .svg-logo,
    [data-brightness="light"]:not(.menu-is-open) .header:not(.has-background) .play-btn svg {
        fill: #fff;
    }

    .has-zoom-open .header {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .header:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        transition: 0.2s opacity cubic-bezier(0.77, 0, 0.175, 1);

    }

    .header.has-background:after {
        opacity: 1;
    }

    .header.has-background .header__utils {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (min-width: 1200px) {
    .header {
        height: 6.8vw;
        line-height: 0;
    }
}

.header__utils {
    transition: 0.4s opacity cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 1023px) {
    .header__utils--left {
        position: absolute;
        top: 10.2vw;
        left: 7vw;
        width: 6.25vw;
        height: 6.25vw;
        opacity: 0;
        transition: 0s opacity 0.05s;
    }

    .menu-is-open .header__utils--left {
        opacity: 1;
        transition: 0s opacity 0.25s;
    }
}

.header__utils--left .header__lang-selector-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.5vw;
    height: 20vw;
    z-index: 99;
}

body:not(.is-home) .header__utils--left .header__lang-selector-wrapper {
    width: 17.25vw;
}

.header__utils--left .nav-dropdown:after {
    background-color: #cca69a;
}

.header__utils--left .nav-dropdown__inner {
    background-color: #fce373;
}

.header__utils--left .nav-dropdown__content,
.header__utils--right {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .header__utils--left .header__lang-selector-wrapper.is-hover+.nav-dropdown {
        visibility: visible;
        pointer-events: auto;
        z-index: 9;
    }

    .header__utils--left .header__lang-selector-wrapper.is-hover+.nav-dropdown:after {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
        transition-delay: 0s;
    }

    body:not(.dropdown-is-open) .header__utils--left .header__lang-selector-wrapper.is-hover+.nav-dropdown .nav-dropdown__content {
        -webkit-transform: none;
        transform: none;
    }

    body.dropdown-is-open .header__utils--left .header__lang-selector-wrapper.is-hover+.nav-dropdown .nav-dropdown__content {
        opacity: 1;
        transition-delay: 0s;
    }

    .header__utils--left .header__lang-selector-wrapper.is-hover+.nav-dropdown .nav-dropdown__content>div>* {
        opacity: 1;
    }

    body:not(.dropdown-is-open) .header__utils--left .header__lang-selector-wrapper.is-hover+.nav-dropdown .nav-dropdown__content .nav-dropdown__inner {
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header__utils--right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        height: 100%;
        display: block;
        width: auto;
        z-index: 99;
        pointer-events: auto;
    }
}

.header__btn.buy-tickets {
    background-color: #231f20;
    color: #231f20;
    font-size: 20.5px;
    font-size: 1.36667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0.65em 1.9em 0.65em 1.6em;
    margin-top: 1.7em;
    margin-right: 2.5vw;
    font-style: italic;
}

@media (max-width: 1500px) {
    .header__btn.buy-tickets {}
}

.header__btn.buy-tickets::after,
.header__btn.buy-tickets::before {
    -webkit-transform: none;
    transform: none;
}

.header__btn.buy-tickets .animation-icon {
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
}

.is-desktop .header__btn.buy-tickets:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .header__btn.buy-tickets:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.header__btn.buy-tickets:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.header__btn.buy-tickets:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.header__btn.buy-tickets:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (max-width: 1023px) {
    .header .main-nav {
        width: 100%;
    }

    .header .main-nav:last-of-type .main-nav__item:last-of-type .main-nav__link {
        border: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header .main-nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-bottom: 1.75em;
        min-width: 35%;
    }

    .header .main-nav--left {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header .main-nav:active~.header-bubbles-wrapper,
    .is-desktop .header .main-nav:hover~.header-bubbles-wrapper {
        visibility: visible;
    }
}

.header .main-nav__item {
    padding: 0 1em;
    margin: 0 0.15em;
    line-height: 0.8em;
}

.header .main-nav__link {
    pointer-events: auto;
    font-size: 25px;
    font-size: 1.66667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: -0em;
    text-transform: uppercase;
    z-index: 999;
    cursor: pointer;
    position: relative;
    font-style: italic;
}

@media (max-width: 1500px) {
    .header .main-nav__link {
        font-size: 25px;
    }
}

.header .main-nav__link::before {
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header .main-nav__link svg {
    position: absolute;
    top: calc(50% - 0.25em);
    font-size: 20px;
    font-size: 1.33333vw;
    right: 0;
    height: 0.5em;
    margin-right: 12vw;
}

@media (max-width: 1500px) {
    .header .main-nav__link svg {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .header .main-nav__link svg {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header .main-nav__link {
        padding: 8.4vw 0vw;
        font-size: 24px;
        font-size: 1.6vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        : -0.02em;
        line-height: 0.9em;
        width: 100%;
        /* font-style: normal; */
        display: block;
        text-align: center;
        position: relative;
        transition: 0.3s opacity ease, 0.3s visibility,
            0.3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.3s opacity ease,
            0.3s transform cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility;
        transition: 0.3s opacity ease,
            0.3s transform cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility,
            0.3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
    }
}

@media only screen and (max-width: 1023px) and (max-width: 1500px) {
    .header .main-nav__link {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .submenu-is-open .header .main-nav__link {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 768px) {
    .header .main-nav__link {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        padding: 2vw 0vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .header .main-nav__link {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .header .main-nav__link {
        position: relative;
        font-size: 18px;
        font-size: 1vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        display: inline-block;
        text-decoration: underline;
        padding: 0;
        text-underline-offset: 2px;
        text-decoration-thickness: 1px;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        transition: 0.75s -webkit-text-decoration-color cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.75s text-decoration-color cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.75s text-decoration-color cubic-bezier(0.77, 0, 0.175, 1),
            0.75s -webkit-text-decoration-color cubic-bezier(0.77, 0, 0.175, 1);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .header .main-nav__link {
        /* font-size: 18px; */
    }
}

@media only screen and (min-width: 1024px) {
    .is-safari .header .main-nav__link {
        display: -webkit-flex;
    }

    .dropdown-is-open .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__content {
        opacity: 1;
        transition-delay: 0s;
    }

    body:not(.dropdown-is-open) .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__content,
    body:not(.dropdown-is-open) .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__inner,
    body:not(.dropdown-is-open) .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit {
        -webkit-transform: none;
        transform: none;
    }

    .header .main-nav__link.is-active {
        font-weight: 600;
        -webkit-text-decoration-color: #231f20;
        text-decoration-color: #231f20;
        transition: 0.75s -webkit-text-decoration-color cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.75s text-decoration-color cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.75s text-decoration-color cubic-bezier(0.77, 0, 0.175, 1),
            0.75s -webkit-text-decoration-color cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header .main-nav__link.is-active::before {
        content: attr(title);
        font-weight: 600;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .header .main-nav__link.is-active~.nav-dropdown .nav-dropdown__children {
        padding-left: 0;
    }

    .header .main-nav__link.is-hover {
        font-weight: 600;
    }

    .header .main-nav__link.is-hover::before {
        content: attr(title);
        font-weight: 400;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .header .main-nav__link.is-hover~.nav-dropdown {
        visibility: visible;
        pointer-events: auto;
        z-index: 9;
    }

    .header .main-nav__link.is-hover~.nav-dropdown:after {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
        transition-delay: 0s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit:before {
        -webkit-transform: none;
        transform: none;
        transition-delay: 0.15s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location svg {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.4s;
    }

    .is-ie .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location svg {
        width: 5vw;
    }

    .is-ie .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location:last-child svg {
        width: 2.5vw;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location__address a,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location__address span,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location__name a,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location__name span,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location__opening-hours a,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit .location__opening-hours span {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.5s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__visit__cta span {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.7s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__content>div>* {
        opacity: 1;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__title span:after {
        -webkit-transform: none;
        transform: none;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children {
        padding-left: 0;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:hover .animation-icon,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:hover .subpage-subtitle h4,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:hover .subpage-title h3 {
        transition-delay: 0s !important;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(1) .animation-icon,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(1) .subpage-subtitle h4,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(1) .subpage-title h3 {
        transition-delay: 0.2s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(2) .animation-icon,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(2) .subpage-subtitle h4,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(2) .subpage-title h3 {
        transition-delay: 0.3s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(3) .animation-icon,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(3) .subpage-subtitle h4,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(3) .subpage-title h3 {
        transition-delay: 0.4s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(4) .animation-icon,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(4) .subpage-subtitle h4,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a:nth-child(4) .subpage-title h3 {
        transition-delay: 0.5s;
    }

    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a .animation-icon,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a .subpage-subtitle h4,
    .header .main-nav__link.is-hover~.nav-dropdown .nav-dropdown__children a .subpage-title h3 {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .header .main-nav .nav-dropdown__children {
        padding: 0;
    }
}

.header .logo {
    z-index: 99999;
    height: 3.2em;
    width: 10.48936170213em;
    pointer-events: auto;
}

@media only screen and (max-width: 1023px) {
    .header .logo {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header .logo {
        margin: 0 1em;
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
        top: -.75em;
    }
}

.header .logo .svg-logo {
    fill: #231f20;
    color: #231f20;
    stroke: none;
    height: 100%;
    transition: 0.3s fill cubic-bezier(0.77, 0, 0.175, 1);
}

.is-home .header .logo::after,
.is-home .header .logo::before {
    display: none;
}

.header .header-bubbles-wrapper {
    display: none;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .header .header-bubbles-wrapper {
        display: block;
        width: 100%;
        height: 8vw;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        visibility: hidden;
        transition: 0.4s visibility,
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s visibility, 0.4s transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s visibility, 0.4s transform cubic-bezier(0.77, 0, 0.175, 1),
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        overflow: hidden;
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    .menu-is-open .header .header-bubbles-wrapper {
        visibility: visible;
        -webkit-transform: scale(1, -1) translateY(-0.6em);
        transform: scale(1, -1) translateY(-0.6em);
    }
}

@media only screen and (min-width: 1200px) {
    .header .header-bubbles-wrapper {
        height: 5.8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .header .header-bubbles {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1),
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition-delay: 0.1s;
    }

    .menu-is-open .header .header-bubbles {
        -webkit-transform: none;
        transform: none;
        transition-delay: 0s;
    }
}

.header-overlay,
.touch-header-overlay {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .header-overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        z-index: 199;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }

    .menu-is-open .header-overlay {
        visibility: visible;
    }
}

@media only screen and (min-width: 1024px) {
    .is-touch .dropdown-is-open .touch-header-overlay {
        display: block;
        opacity: 0;
        visibility: visible;
        position: fixed;
        z-index: 199;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }
}

@media only screen and (min-width: 1024px) {
    [data-logo-tooltip] {
        position: relative;
        cursor: pointer;
    }

    [data-logo-tooltip]::after,
    [data-logo-tooltip]::before {
        position: absolute;
        display: block;
        right: 0;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(Opacity=0);
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    [data-logo-tooltip]::before {
        content: "";
        width: 0;
        height: 0;
        bottom: -5px;
        z-index: 1001;
        background: 0 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #231f20;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    [data-logo-tooltip]::after {
        z-index: 1000;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        bottom: -28px;
        padding: 4px 12px;
        background-color: #231f20;
        content: attr(data-logo-tooltip);
        font-size: 14px;
        line-height: 1.2;
        font-weight: 600;
        border-radius: 4px;
        text-align: center;
        white-space: nowrap;
        color: inherit;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1200px) {
    [data-logo-tooltip]::after {
        font-size: 18px;
        bottom: -34px;
    }
}

@media only screen and (min-width: 1024px) {

    [data-logo-tooltip]:focus::after,
    [data-logo-tooltip]:focus::before,
    [data-logo-tooltip]:hover::after,
    [data-logo-tooltip]:hover::before {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(6px);
        transform: translateX(-50%) translateY(6px);
    }
}

.footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fce373;
    padding: 12vw 8vw 20vw;
    position: relative;
    z-index: 2;
}

.footer>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.is-animating-in .footer {
    opacity: 0;
}

.footer ::-moz-selection {
    background: #FF5E5B;
}

.footer ::selection {
    background: #FF5E5B;
}

@media only screen and (min-width: 1024px) {
    .footer {
        padding: 8vw 0 3.4vw;
    }
}

.is-ie .footer .footer__logos svg {
    max-width: 4em;
}

.footer-newsletter {
    position: relative;
    width: 100%;
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter {
        padding: 2vw 0 2vw 4vw;
    }
}

.footer-newsletter:before {
    content: "";
    position: absolute;
    background: #d2d2d7;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    visibility: hidden;
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter:before {
        top: 0;
        right: -0.25vw;
        left: auto;
        width: 1px;
        height: 100%;
        visibility: visible;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter:before {
        visibility: visible;
    }
}

.footer-newsletter__subtitle {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    padding-bottom: 4.8vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.06em;
}

@media (max-width: 1500px) {
    .footer-newsletter__subtitle {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter__subtitle {
        padding-bottom: 1.6vw;
        letter-spacing: 0.06em;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__subtitle {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__subtitle {
        font-size: 17px;
    }
}

.footer-newsletter__title {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin-bottom: 2.4vw;
    position: relative;
}

@media (max-width: 1500px) {
    .footer-newsletter__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter__title {
        margin-bottom: 0.1em;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__title {
        font-size: 32px;
        font-size: 2.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: -0.01em;
        font-style: italic;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__title {
        font-size: 32px;
    }
}

.footer-newsletter__choiceLabel,
.footer-newsletter__title--feedback {
    color: transparent;
    display: block;
}

.footer-newsletter__choiceLabel span,
.footer-newsletter__title--feedback span {
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.footer-newsletter__choiceLabel span:after,
.footer-newsletter__title--feedback span:after {
    content: attr(data-text);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    color: #231f20;
    -webkit-transform: none;
    transform: none;
    transition: 0.7s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.7s transform cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.7s transform cubic-bezier(0.77, 0, 0.175, 1),
        0.7s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-newsletter__choiceLabel span:after::first-letter,
.footer-newsletter__title--feedback span:after::first-letter {
    text-transform: uppercase;
}

.footer-newsletter__choiceLabel span:first-of-type,
.footer-newsletter__title--feedback span:first-of-type {
    height: 60%;
    top: 0;
}

.footer-newsletter__choiceLabel span:first-of-type:after,
.footer-newsletter__title--feedback span:first-of-type:after {
    top: 0;
}

.footer-newsletter__choiceLabel span:last-of-type,
.footer-newsletter__title--feedback span:last-of-type {
    height: 40%;
    bottom: 0;
}

.footer-newsletter__choiceLabel span:last-of-type:after,
.footer-newsletter__title--feedback span:last-of-type:after {
    bottom: 150%;
}

.footer-newsletter__choiceLabel:not(:first-of-type),
.footer-newsletter__title--feedback:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-newsletter__choiceLabel:last-child,
.footer-newsletter__title--feedback:last-child {
    top: 50%;
}

.footer-newsletter__title--feedback.hidden,
.hidden.footer-newsletter__choiceLabel {
    opacity: 0;
    visibility: hidden;
}

.footer-newsletter__title--feedback.hidden span:first-of-type:after,
.hidden.footer-newsletter__choiceLabel span:first-of-type:after {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
}

.footer-newsletter__title--feedback.hidden span:last-of-type:after,
.hidden.footer-newsletter__choiceLabel span:last-of-type:after {
    -webkit-transform: translateY(-152%);
    transform: translateY(-152%);
}

.footer-newsletter__form {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 12vw;
}

@media (max-width: 1500px) {
    .footer-newsletter__form {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter__form {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__form {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__form {
        font-size: 18px;
    }
}

.footer-newsletter__form.succes .footer-newsletter__body {
    opacity: 0;
    visibility: hidden;
}

.footer-newsletter__list {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    position: relative;
}

@media (max-width: 1500px) {
    .footer-newsletter__list {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__list {
        font-size: 32px;
        font-size: 2.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__list {
        font-size: 32px;
    }
}

.footer-newsletter__body {
    transition: opacity 0.3s, cubic-bezier(0.19, 1, 0.22, 1) visibility 0.3s;
}

.footer-newsletter__fields {
    display: block;
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .footer-newsletter__fields p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.choice .footer-newsletter__fields {
    display: none;
}

.footer-newsletter__fields .in-one-line {
    display: inline-block;
}

.footer-newsletter__choices {
    display: none;
    margin-top: 6px;
}

.choice .footer-newsletter__choices {
    display: block;
}

.footer-newsletter__choice .form-element {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.footer-newsletter__choice .form-element__label {
    font-size: 32px;
    font-size: 2.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: none;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .footer-newsletter__choice .form-element__label {
        font-size: 32px;
    }
}

.footer-newsletter__choice .form-element__status {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    margin-right: 7px;
    border: 2px solid #000;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.7s opacity cubic-bezier(0.77, 0, 0.175, 1),
        0.7s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.7s transform cubic-bezier(0.77, 0, 0.175, 1),
        0.7s opacity cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.7s transform cubic-bezier(0.77, 0, 0.175, 1),
        0.7s opacity cubic-bezier(0.77, 0, 0.175, 1),
        0.7s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-newsletter__choice .form-element__status.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.footer-newsletter__choice .form-element__status:before {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    content: "x";
    margin-top: -3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
}

@media (max-width: 1500px) {
    .footer-newsletter__choice .form-element__status:before {
        font-size: 24px;
    }
}

.footer-newsletter__choice .form-element input:checked~.form-element__status:before {
    opacity: 1;
    visibility: visible;
}

.footer-newsletter__trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.footer-newsletter__trigger:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #231f20;
}

.footer-newsletter__gif {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 100px;
    height: 50px;
    display: block;
}

.footer-newsletter__gif.hidden {
    display: none;
}

.footer-newsletter__label {
    color: currentColor;
    position: relative;
    text-transform: lowercase;
    padding-right: 0.4em;
    display: inline-block;
    transition: color 0.2s ease;
}

.footer-newsletter__label:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.footer-newsletter__label:before {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    content: "..";
    position: absolute;
    right: 0;
    transition: opacity 0.2s ease;
}

@media (max-width: 1500px) {
    .footer-newsletter__label:before {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__label:before {
        font-size: 32px;
        font-size: 2.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__label:before {
        font-size: 32px;
    }
}

.footer-newsletter__label.has-value,
.footer-newsletter__label.in-focus {
    color: #231f20 !important;
    padding-right: 0.2em;
}

.footer-newsletter__label.has-value:before,
.footer-newsletter__label.in-focus:before {
    content: ":";
}

.footer-newsletter__label.has-value:after,
.footer-newsletter__label.in-focus:after {
    opacity: 0;
}

.footer-newsletter__label.is-error {
    color: red;
}

.footer-newsletter label {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .footer-newsletter label {
        width: 45%;
    }
}

.footer-newsletter input.has-value+.input-label,
.footer-newsletter input:focus+.input-label {
    -webkit-transform: scale(0.8) translateY(-230%);
    transform: scale(0.8) translateY(-230%);
}

.footer-newsletter .input-label {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1500px) {
    .footer-newsletter .input-label {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter .input-label {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter .input-label {
        font-size: 18px;
    }
}

.footer-newsletter__input {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #000 !important;
    outline: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 0.4em;
    margin-right: 0.4em;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
}

@media (max-width: 1500px) {
    .footer-newsletter__input {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter__input {
        width: 35%;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__input {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__input {
        font-size: 18px;
    }
}

.footer-newsletter__input::-webkit-input-placeholder {
    color: #000;
}

.footer-newsletter__input:-ms-input-placeholder {
    color: #000;
}

.footer-newsletter__input::placeholder {
    color: #000;
}

.footer-newsletter__input:not(:empty) {
    margin-right: 0.4em;
}

.footer-newsletter__submit {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    cursor: pointer;
    padding: 0.4em 2em 0.6em !important;
    border-radius: 8vw;
    margin-top: 4vw;
    border: 2px solid #231f20 !important;
    background-color: #231f20 !important;
}

@media (max-width: 1500px) {
    .footer-newsletter__submit {
        font-size: 19px;
    }
}

.footer-newsletter__submit span {
    color: currentColor !important;
}

@media only screen and (min-width: 1024px) {
    .footer-newsletter__submit {
        margin-top: 1.72vw;
        margin-bottom: 0;
        border-radius: 1.6vw;
        padding: 0.4em 2.3em 0.7em !important;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-newsletter__submit {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-newsletter__submit {
        font-size: 20px;
    }
}

.footer-newsletter__submit:after,
.footer-newsletter__submit:before {
    background-color: #000 !important;
}

.footer-newsletter__submit:disabled {
    color: #231f20;
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.footer-nav {
    width: 100%;
    text-align: center;
    padding: 6vw 0vw 0vw;
}

@media only screen and (min-width: 1024px) {
    .footer-nav {
        width: 41.66667%;
        padding: 6.8vw 0vw 0vw;
    }
}

.footer-nav__link {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: inline-block;
    padding: 0 2vw;
}

@media (max-width: 1500px) {
    .footer-nav__link {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-nav__link {
        padding: 0 0.8vw;
        margin-bottom: 0.5em;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-nav__link:first-of-type {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-nav__link:last-of-type {
        padding-right: 0;
    }
}

.footer__socials {
    width: 100%;
    text-align: center;
    padding: 1.1em 0 1.8em;
}

@media only screen and (max-width: 1023px) {
    .footer__socials {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 1px solid #d2d2d7;
    }
}

@media only screen and (min-width: 1024px) {
    .footer__socials {
        width: 29.16667%;
        padding: 6.8vw 0 0 10vw;
        text-align: left;
    }
}

.footer__socials svg {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: visible !important;
    stroke: #231f20;
    stroke-width: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5vw;
    height: 5vw;
}

@media only screen and (min-width: 1024px) {
    .footer__socials svg {
        width: 1.4vw;
        height: 1.4vw;
    }
}

.footer__social {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: relative;
    margin: 0 1em;
}

@media (max-width: 1500px) {
    .footer__social {
        font-size: 16px;
    }
}

.footer__social .animation-icon {
    display: inline-block;
    vertical-align: middle;
    height: 5.4vw;
    width: 5.4vw;
}

@media only screen and (min-width: 1024px) {
    .footer__social .animation-icon {
        height: 1.8vw;
        width: 1.8vw;
    }
}

@media only screen and (max-width: 767px) {
    .footer__social span {
        display: none;
    }
}

.is-desktop .footer__social:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .footer__social:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .footer__social:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.footer__social:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.footer__social:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer__social:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.footer__social:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.footer__social:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.footer__social:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.footer__social:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.footer__social:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.footer__social:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.footer__social:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.footer__social:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (min-width: 1024px) {
    .footer__social {
        padding: 0;
        margin: 0 1.4vw 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .footer__social {
        font-size: 19px;
        font-size: 1.26667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer__social {
        font-size: 19px;
    }
}

.footer__social.footer__social--youtube svg {
    stroke-width: 1px;
}

.footer__social.footer__social--youtube svg path {
    stroke-width: 1;
}

@media only screen and (min-width: 1024px) {
    .footer__social:last-child {
        margin: 0;
    }
}

.footer__logos {
    width: 29.16667%;
    padding-top: 6.8vw;
    text-align: right;
}

.footer__logos p.small {
    font-size: .8em;
}

@media only screen and (max-width: 1023px) {
    .footer__logos {
        width: 100%;
        padding-top: 2em;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .footer__logos {
        padding-right: 10vw;
    }
}

.footer__logos svg {
    fill: #231f20;
    height: 0.9em;
}

.footer__logos svg:first-of-type {
    padding-right: 0.4em;
}

.footer__logos svg:last-of-type {
    padding-left: 0.4em;
}

.footer-locations {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 1200px) {
    .footer-locations {
        padding: 2vw;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-locations .locations__container {
        padding: 0 2.5vw 0 2vw;
    }
}

.footer-locations .locations__single svg {
    height: 16vw;
}

@media only screen and (min-width: 1024px) {
    .footer-locations .locations__single svg {
        height: 4.2vw;
    }
}

.footer-locations .locations__address {
    margin-top: 4vw;
}

@media only screen and (min-width: 1024px) {
    .footer-locations .locations__address {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1em;
        margin-top: 0.8vw;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .footer-locations .locations__address {
        font-size: 21px;
    }
}

.quicklinks-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14vw;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    z-index: 301;
    pointer-events: none;
}

.quicklinks-menu>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    pointer-events: auto;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-menu.has-sidebar-open {
        z-index: 500;
    }
}

.quicklinks-menu.has-sidebar-open .close-sidebar {
    opacity: 0.9;
    visibility: visible;
}

.quicklinks-menu.has-sidebar-open .close-sidebar-icon path,
.quicklinks-menu.has-sidebar-open .close-sidebar-icon svg {
    stroke-width: 2;
}

.quicklinks-menu.has-sidebar-open .close-sidebar-icon.is-hover {
    opacity: 1;
}

.quicklinks-menu.has-sidebar-open .close-sidebar-icon.is-hover .animation-icon .static-svg svg {
    opacity: 0;
}

.quicklinks-menu.has-sidebar-open .close-sidebar-icon.is-hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.25s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quicklinks-menu.has-sidebar-open .close-sidebar-icon.is-hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.quicklinks-menu.has-sidebar-open .close-sidebar-icon.is-hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.quicklinks-menu.to-results .quicklinks-sidebar:not(.quicklinks-sidebar--search) {
    transition: none !important;
}

.quicklinks-menu .close-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #231f20;
    opacity: 0;
    visibility: hidden;
    cursor: none;
    transition: opacity 0.4s ease, visibility 0.4s;
}

.quicklinks-menu .close-sidebar-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4em;
    height: 2.4em;
    opacity: 0;
    pointer-events: none;
    border-radius: 50%;
}

.quicklinks-menu .close-sidebar-icon .animation-icon {
    width: 100%;
    height: 100%;
}

.quicklinks-menu .close-sidebar-icon .animation-icon .animation-svg svg path:nth-child(1),
.quicklinks-menu .close-sidebar-icon .animation-icon .static-svg svg path {
    stroke-dashoffset: 0 !important;
}

@media only screen and (min-width: 1024px) {

    .has-zoom-open .quicklinks-menu,
    .is-home.menu-is-open:not(.menu-lang-switcher-is-hover) .quicklinks-menu {
        -webkit-transform: translateX(calc(-100% - 0.8vw));
        transform: translateX(calc(-100% - 0.8vw));
    }
}

@media only screen and (max-width: 1023px) {
    .quicklinks-menu {
        transition: 0.3s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1),
            0.3s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    body:not(.menu-is-open) .quicklinks-menu.is-mobile-hidden {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    body:not(.menu-is-open) .quicklinks-menu.is-mobile-hidden #hamburger {
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .quicklinks-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 8vw;
    }
}

@media only screen and (min-width: 768px) {
    .quicklinks-menu {
        height: 10vw;
    }
}

@media only screen and (min-width: 1024px) {
    .quicklinks-menu {
        width: 4vw;
        height: 100vh;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 0;
        transition: 0.4s opacity cubic-bezier(0.215, 0.61, 0.355, 1),
            -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
            0.4s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
            0.4s opacity cubic-bezier(0.215, 0.61, 0.355, 1),
            -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}

.quicklinks-menu a.svg-link-back {
    position: absolute;
    top: 2.1vw;
    left: 1.2vw;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #231f20;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-menu a.svg-link-back {
        display: none;
    }
}

.quicklinks-menu a.svg-link-back svg {
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: 0.3s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.3s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-menu a.svg-link-back svg {
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 100%;
        padding: 1.25vw;
    }
}

.quicklinks-menu a.svg-link-back .static-svg svg {
    stroke: #231f20 !important;
    transition: 0.75s opacity ease;
}

.quicklinks-menu a.svg-link-back .static-svg svg path {
    fill: #231f20 !important;
}

.has-link-back .quicklinks-menu a.svg-link-back {
    opacity: 1;
    visibility: visible;
    transition: 0.75s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0s visibility linear 0s;
}

.has-link-back .quicklinks-menu a.svg-link-back.is-clicked {
    opacity: 0;
    visibility: hidden;
    transition: 0.75s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0s visibility linear 0s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .quicklinks-menu a.svg-link-back:hover .animation-svg svg {
    stroke: #231f20 !important;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.quicklinks-menu a.svg-link-back:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.quicklinks-menu a.svg-link-back:active .animation-svg svg {
    stroke: #231f20 !important;
}

.quicklinks-menu .bubble-canvas {
    display: block;
    position: absolute;
    top: calc(-1em + 1px);
    left: 0;
    height: 1em;
    width: 100%;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-menu .bubble-canvas {
        top: 0;
        left: 100%;
        width: 0.8vw;
        height: 100%;
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
        transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1),
            -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    body:not(.has-sidebar-open) .quicklinks-menu .bubble-canvas.hide-blob {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.quicklinks-menu__link {
    color: #fce373;
}

.quicklinks-menu__inner {
    background-color: #231f20;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 1000;
    transition: height 0.2s ease-in-out, border-radius 0.4s ease-in-out,
        box-shadow 0.2s ease-in-out;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-menu__inner {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.8vw 0;
    }
}

@media only screen and (max-width: 1023px) {
    .quicklinks-menu__inner {
        height: 100%;
        padding: 0 2vw;
    }
}

@media only screen and (min-width: 1024px) {

    .is-home .quicklinks-menu__inner,
    .is-privacy-policy .quicklinks-menu__inner,
    .is-about .quicklinks-menu__inner,
    .is-about-contatti .quicklinks-menu__inner {
        border-radius: 0 20px 20px 0;
        box-shadow: 0 36px 45px rgba(0, 0, 0, 0.32),
            0 10.85px 13.57px rgba(0, 0, 0, 0.208508),
            0 4.51px 5.63px rgba(0, 0, 0, 0.16),
            0 1.63px 2.04px rgba(0, 0, 0, 0.111492);
    }
}

.is-home .has-sidebar-open .quicklinks-menu__inner,
.is-privacy-policy .has-sidebar-open .quicklinks-menu__inner,
.is-about .has-sidebar-open .quicklinks-menu__inner,
.is-about-contatti .has-sidebar-open .quicklinks-menu__inner {
    border-radius: 0;
    box-shadow: 0 36px 45px transparent, 0 10.85px 13.57px transparent,
        0 4.51px 5.63px transparent, 0 1.63px 2.04px transparent;
}

.quicklinks-menu__item {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-menu__item a.svg-link {
        width: 4vw;
        padding: 2vw;
    }
}

.quicklinks-menu__item .svg-link-back-label {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: absolute;
    left: 1vw;
    top: 50%;
    color: #231f20;
    padding: 1.2vw 1.2vw 1.2vw 4vw;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.75s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    z-index: -1;
}

@media (max-width: 1500px) {
    .quicklinks-menu__item .svg-link-back-label {
        font-size: 18px;
    }
}

.hide-tooltip .quicklinks-menu__item .svg-link-back-label {
    opacity: 0;
    transition: 0.75s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

a.svg-link {
    display: block;
    height: 100%;
    width: 12vw;
    padding: 4vw 2.5vw;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    a.svg-link.tickets {
        padding: 4vw 2.8vw;
    }
}

@media only screen and (max-width: 767px) {
    a.svg-link.tickets {
        padding: 3.5vw 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    a.svg-link {
        width: 100%;
        padding: 0;
        height: auto;
        transition: 0.3s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.3s transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.3s transform cubic-bezier(0.165, 0.84, 0.44, 1),
            0.3s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .has-trip a.svg-link {
        -webkit-transform: none;
        transform: none;
    }
}

a.svg-link .animation-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.svg-link svg {
    stroke: #fce373;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    a.svg-link svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1.1vw;
    }
}

@media only screen and (max-width: 1023px) {

    a.svg-link .animation-svg,
    a.svg-link .static-svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    a.svg-link.calendar {
        transition: 0.3s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.3s transform cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.3s transform cubic-bezier(0.165, 0.84, 0.44, 1),
            0.3s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

.has-trip a.svg-link.calendar {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 1023px) {
    a.svg-link.trip {
        display: none;
    }

    .has-trip a.svg-link.trip {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 1024px) {
    a.svg-link.trip {
        -webkit-transform: scale(0) translateY(20%);
        transform: scale(0) translateY(20%);
        opacity: 0;
        transition: 0.25s opacity ease, 0.35s visibility,
            0.35s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: 0.35s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
            0.25s opacity ease, 0.35s visibility;
        transition: 0.35s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
            0.25s opacity ease, 0.35s visibility,
            0.35s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
        visibility: hidden;
        display: none;
    }

    .has-trip a.svg-link.trip {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 1023px) {
    .has-trip a.svg-link.tickets {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    a.svg-link.clock {
        display: none;
    }
}

.is-desktop a.svg-link:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop a.svg-link:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop a.svg-link:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

a.svg-link:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

a.svg-link:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.svg-link:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

a.svg-link:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

a.svg-link:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

a.svg-link:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

a.svg-link:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

a.svg-link:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

a.svg-link:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

a.svg-link:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

a.svg-link:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (min-width: 1024px) {
    [data-tooltip] {
        position: relative;
        cursor: pointer;
    }

    [data-tooltip]::after,
    [data-tooltip]::before {
        position: absolute;
        bottom: 50%;
        left: 100%;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(Opacity=0);
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    [data-tooltip]::before {
        content: "";
        top: 38%;
        z-index: 1001;
        border: 6px solid transparent;
        background: 0 0;
        margin-bottom: 0;
        margin-left: -10px;
        border-top-color: transparent;
        border-right-color: #231f20;
    }

    [data-tooltip]::after {
        z-index: 1000;
        padding: 4px 12px;
        background-color: #231f20;
        content: attr(data-tooltip);
        font-size: 14px;
        line-height: 1.2;
        color: currentColor;
        font-weight: 600;
        border-radius: 4px;
        text-align: center;
        white-space: nowrap;
        margin-left: 0;
        margin-bottom: -12px;
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1200px) {
    [data-tooltip]::after {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {

    [data-tooltip]:focus::after,
    [data-tooltip]:focus::before,
    [data-tooltip]:hover::after,
    [data-tooltip]:hover::before {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
    }

    .tooltippy,
    [data-tooltippy] {
        position: relative;
        cursor: pointer;
    }

    .tooltippy::after,
    .tooltippy::before,
    [data-tooltippy]::after,
    [data-tooltippy]::before {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(Opacity=0);
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    .tooltippy::before,
    [data-tooltippy]::before {
        content: "";
        z-index: 1001;
        border: 5px solid transparent;
        background: 0 0;
    }

    .tooltippy::after,
    [data-tooltippy]::after {
        z-index: 1000;
        color: #9dcf91;
        content: attr(data-tooltippy);
        font-size: 14px;
        line-height: 1.2;
        padding: 4px 12px;
        background-color: #231f20;
        font-weight: 600;
        border-radius: 4px;
        text-align: center;
        white-space: nowrap;
        margin-left: -25px;
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1200px) {

    .tooltippy::after,
    [data-tooltippy]::after {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {

    .tooltippy:focus .static-svg svg,
    .tooltippy:hover .static-svg svg,
    [data-tooltippy]:focus .static-svg svg,
    [data-tooltippy]:hover .static-svg svg {
        opacity: 0;
        transition: 0.25s opacity ease;
    }

    .tooltippy:focus .animation-svg svg path,
    .tooltippy:hover .animation-svg svg path,
    [data-tooltippy]:focus .animation-svg svg path,
    [data-tooltippy]:hover .animation-svg svg path {
        stroke-dashoffset: 0 !important;
        transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .tooltippy:focus .animation-svg svg path:nth-child(1),
    .tooltippy:hover .animation-svg svg path:nth-child(1),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(1),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(1) {
        transition-delay: 0.1s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(2),
    .tooltippy:hover .animation-svg svg path:nth-child(2),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(2),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(2) {
        transition-delay: 0.2s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(3),
    .tooltippy:hover .animation-svg svg path:nth-child(3),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(3),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(3) {
        transition-delay: 0.3s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(4),
    .tooltippy:hover .animation-svg svg path:nth-child(4),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(4),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(4) {
        transition-delay: 0.4s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(5),
    .tooltippy:hover .animation-svg svg path:nth-child(5),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(5),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(5) {
        transition-delay: 0.5s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(6),
    .tooltippy:hover .animation-svg svg path:nth-child(6),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(6),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(6) {
        transition-delay: 0.6s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(7),
    .tooltippy:hover .animation-svg svg path:nth-child(7),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(7),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(7) {
        transition-delay: 0.7s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(8),
    .tooltippy:hover .animation-svg svg path:nth-child(8),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(8),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(8) {
        transition-delay: 0.8s;
    }

    .tooltippy:focus .animation-svg svg path:nth-child(9),
    .tooltippy:hover .animation-svg svg path:nth-child(9),
    [data-tooltippy]:focus .animation-svg svg path:nth-child(9),
    [data-tooltippy]:hover .animation-svg svg path:nth-child(9) {
        transition-delay: 0.9s;
    }

    .tooltippy:focus::after,
    .tooltippy:focus::before,
    .tooltippy:hover::after,
    .tooltippy:hover::before,
    [data-tooltippy]:focus::after,
    [data-tooltippy]:focus::before,
    [data-tooltippy]:hover::after,
    [data-tooltippy]:hover::before {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    .tooltip-top::after {
        margin-left: -25px;
    }

    .tooltip-top:focus::after,
    .tooltip-top:focus::before,
    .tooltip-top:hover::after,
    .tooltip-top:hover::before {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    .tooltip-bottom::after,
    .tooltip-bottom::before {
        top: 100%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        margin-left: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1499px) {

    .tooltip-bottom::after,
    .tooltip-bottom::before {
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
    }
}

@media only screen and (min-width: 1024px) {
    .tooltip-bottom::before {
        margin-top: -10px;
        margin-bottom: 0;
        border-top-color: transparent;
        border-bottom-color: #231f20;
    }

    .tooltip-bottom:focus::after,
    .tooltip-bottom:focus::before,
    .tooltip-bottom:hover::after,
    .tooltip-bottom:hover::before {
        -webkit-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1499px) {

    .tooltip-bottom:focus::after,
    .tooltip-bottom:focus::before,
    .tooltip-bottom:hover::after,
    .tooltip-bottom:hover::before {
        -webkit-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px);
    }
}

#hamburger {
    width: 18vw;
    height: 18vw;
    background-color: #fce373;
    border: 4px solid #231f20;
    border-radius: 50%;
    margin-top: -2vw;
    position: relative;
    padding: 5vw 3.5vw;
    transition: 1s background-color ease,
        0.3s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1s background-color ease,
        0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1s background-color ease,
        0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.3s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 400px) {
    #hamburger {
        width: 16vw;
        height: 16vw;
    }

    #hamburger #hamburger__icon {
        width: 8vw;
        height: 5vw;
        top: calc(50% - 2.5vw);
        left: calc(50% - 4vw);
    }
}

@media only screen and (min-width: 768px) {
    #hamburger {
        width: 12vw;
        height: 12vw;
        padding: 3.6vw 2.8vw;
        margin-top: -1.6vw;
        border-width: 6px;
    }

    #hamburger #hamburger__icon {
        width: 100%;
        height: 100%;
        position: relative;
        top: auto;
        left: auto;
    }
}

@media only screen and (min-width: 1024px) {
    #hamburger {
        display: none;
    }
}

#hamburger:active #hamburger__icon span:nth-of-type(2),
.is-desktop #hamburger:hover #hamburger__icon span:nth-of-type(2) {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

.menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
    -webkit-transform: translateY(calc(100% + 1vw)) rotate(45deg) scaleX(0.9);
    transform: translateY(calc(100% + 1vw)) rotate(45deg) scaleX(0.9);
}

@media screen and (max-width: 360px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
        -webkit-transform: translateY(calc(100% + 1.2vw)) rotate(45deg) scaleX(0.9);
        transform: translateY(calc(100% + 1.2vw)) rotate(45deg) scaleX(0.9);
    }
}

@media screen and (max-width: 320px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
        -webkit-transform: translateY(calc(100% + 0.5vw)) rotate(45deg) scaleX(0.9);
        transform: translateY(calc(100% + 0.5vw)) rotate(45deg) scaleX(0.9);
    }
}

@media only screen and (min-width: 400px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
        -webkit-transform: translateY(calc(50% + 1.2vw)) rotate(45deg) scaleX(0.9);
        transform: translateY(calc(50% + 1.2vw)) rotate(45deg) scaleX(0.9);
    }
}

@media only screen and (min-width: 768px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
        -webkit-transform: translateY(calc(50% + 1vw)) rotate(45deg) scaleX(0.9);
        transform: translateY(calc(50% + 1vw)) rotate(45deg) scaleX(0.9);
    }
}

@media screen and (min-width: 800px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
        -webkit-transform: translateY(calc(50% + 1.2vw)) rotate(45deg) scaleX(0.9);
        transform: translateY(calc(50% + 1.2vw)) rotate(45deg) scaleX(0.9);
        left: 1px;
    }
}

@media screen and (min-width: 900px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(1) {
        -webkit-transform: translateY(calc(50% + 1.2vw)) rotate(45deg) scaleX(0.9);
        transform: translateY(calc(50% + 1.2vw)) rotate(45deg) scaleX(0.9);
        left: 1px;
    }
}

.menu-is-open #hamburger #hamburger__icon span:nth-of-type(2) {
    opacity: 0;
}

.menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
    -webkit-transform: translateY(calc(100% - 3.8vw)) rotate(-45deg) scaleX(0.9);
    transform: translateY(calc(100% - 3.8vw)) rotate(-45deg) scaleX(0.9);
}

@media screen and (max-width: 360px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
        -webkit-transform: translateY(calc(100% - 3.3vw)) rotate(-45deg) scaleX(0.9);
        transform: translateY(calc(100% - 3.3vw)) rotate(-45deg) scaleX(0.9);
    }
}

@media screen and (max-width: 320px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
        -webkit-transform: translateY(calc(100% - 3.5vw)) rotate(-45deg) scaleX(0.9);
        transform: translateY(calc(100% - 3.5vw)) rotate(-45deg) scaleX(0.9);
    }
}

@media only screen and (min-width: 400px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
        -webkit-transform: translateY(calc(50% - 2.6vw)) rotate(-45deg) scaleX(0.9);
        transform: translateY(calc(50% - 2.6vw)) rotate(-45deg) scaleX(0.9);
    }
}

@media only screen and (min-width: 768px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
        -webkit-transform: translateY(calc(50% - 1.5vw)) rotate(-45deg) scaleX(0.9);
        transform: translateY(calc(50% - 1.5vw)) rotate(-45deg) scaleX(0.9);
    }
}

@media screen and (min-width: 800px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
        -webkit-transform: translateY(calc(50% - 1.6vw)) rotate(-45deg) scaleX(0.9);
        transform: translateY(calc(50% - 1.6vw)) rotate(-45deg) scaleX(0.9);
    }
}

@media screen and (min-width: 900px) {
    .menu-is-open #hamburger #hamburger__icon span:nth-of-type(3) {
        -webkit-transform: translateY(calc(50% - 1.8vw)) rotate(-45deg) scaleX(0.9);
        transform: translateY(calc(50% - 1.8vw)) rotate(-45deg) scaleX(0.9);
    }
}

#hamburger__icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#hamburger__icon>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#hamburger__icon span {
    width: 100%;
    height: 4px;
    background-color: #231f20;
    transition: 0.3s opacity ease, 0.3s -webkit-transform ease;
    transition: 0.3s transform ease, 0.3s opacity ease;
    transition: 0.3s transform ease, 0.3s opacity ease,
        0.3s -webkit-transform ease;
}

#hamburger__icon span:nth-of-type(2) {
    width: 80%;
}

@media only screen and (min-width: 768px) {
    #hamburger__icon span {
        height: 4px;
    }
}

@media only screen and (min-width: 1024px) {
    #hamburger__icon span {
        height: 0.285vw;
    }
}

.lang-selector {
    position: fixed;
    left: 0;
    top: 95%;
    z-index: 201;
    width: 4vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0.5vw;
    -webkit-transform: translateY(0.8vw);
    transform: translateY(0.8vw);
    transition: 0.4s opacity cubic-bezier(0.19, 1, 0.22, 1),
        0.4s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1),
        0.4s opacity cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1),
        0.4s opacity cubic-bezier(0.19, 1, 0.22, 1),
        0.4s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 1024px) {
    .lang-selector {
        height: 100px;
    }
}

.lang-selector.lang-selector--in-header {
    position: absolute;
    overflow: hidden;
    top: 1.74em;
    left: 1.75vw;
    width: 5.3vw;
    height: 100%;
    max-height: 2.49em;
    padding: 1.1vw;
    -webkit-transform: none;
    transform: none;
    border-radius: 1.8vw;
    border: 3px solid rgba(0, 0, 0, 0.05);
    background-color: transparent;
    pointer-events: all;
    cursor: pointer;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        left 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        left 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 1399px) {
    .lang-selector.lang-selector--in-header {
        border-radius: 1.9vw;
        width: 5.7vw;
        padding: 1.3vw;
    }
}

@media only screen and (max-width: 1199px) {
    .lang-selector.lang-selector--in-header {
        border-radius: 2vw;
        width: 6.1vw;
        padding: 1.5vw;
    }
}

@media only screen and (max-width: 1023px) {
    .lang-selector.lang-selector--in-header {
        display: none !important;
    }
}

body:not(.is-home) .lang-selector.lang-selector--in-header {
    left: 5.75vw;
    display: none;
}

body.has-link-back .lang-selector.lang-selector--in-header {
    left: 7vw;
}

.lang-selector.lang-selector--in-header .lang-selector__wrapper .form-element--radio:not(:first-child),
.lang-selector.lang-selector--in-header .lang-selector__wrapper .form-element--radio:not(:last-child) {
    margin-bottom: 1.68vw;
}

.lang-selector.lang-selector--in-header .lang-selector__wrapper .form-element--radio .form-element--radio__label {
    width: 0;
    opacity: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

body.menu-lang-switcher-is-open .lang-selector.lang-selector--in-header .lang-selector__wrapper .form-element--radio .form-element--radio__label {
    width: auto;
    opacity: 1;
}

.lang-selector.lang-selector--in-header:hover {
    border: 3px solid #000;
}

.lang-selector.lang-selector--in-header:hover input:not(:checked)+label {
    opacity: 1;
    pointer-events: all;
}

.lang-selector.lang-selector--in-header:hover .form-element--radio:not(:first-child) {
    opacity: 1;
}

.lang-selector.lang-selector--in-header:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
}

.lang-selector.lang-selector--in-header label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 20.5px;
    font-size: 1.36667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: capitalize;
    margin-left: 0;
}

@media (max-width: 1500px) {
    .lang-selector.lang-selector--in-header label {
        font-size: 20.5px;
    }
}

.lang-selector.lang-selector--in-header label a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-selector.lang-selector--in-header label svg {
    width: 1vw;
    height: auto;
    margin-right: 1vw;
    min-width: 16px;
    border-radius: 0.45vw;
    overflow: hidden;
}

.is-desktop .lang-selector.lang-selector--in-header label:hover,
.lang-selector.lang-selector--in-header label:active {
    font-weight: 600;
}

body.menu-lang-switcher-is-open .lang-selector.lang-selector--in-header {
    width: 12vw;
    max-height: 11.5vw;
    border-radius: 1.2em;
    padding-bottom: 0.1vw;
    cursor: auto;
    cursor: initial;
    background-color: #fce373;
}

body.menu-lang-switcher-is-open .lang-selector.lang-selector--in-header input:checked+label {
    opacity: 1;
    font-weight: 600;
}

@media only screen and (max-width: 1399px) {
    body.menu-lang-switcher-is-open .lang-selector.lang-selector--in-header {
        width: 15vw;
    }
}

@media only screen and (max-width: 1199px) {
    body.menu-lang-switcher-is-open .lang-selector.lang-selector--in-header {
        width: 16vw;
    }
}

.lang-selector.lang-selector--is-mobile {
    position: absolute;
    overflow: hidden;
    top: 1em;
    left: 1em;
    width: 3.2em;
    height: 10em;
    max-height: 2.2em;
    padding: 0.65em 0.75em 0 0.5em;
    -webkit-transform: none;
    transform: none;
    border-radius: 1.2em;
    border: 3px solid rgba(0, 0, 0, 0.05);
    background-color: transparent;
    pointer-events: none;
    cursor: pointer;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        left 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        left 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        left 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.lang-selector.lang-selector--is-mobile .lang-selector__wrapper .form-element--radio:not(:first-child),
.lang-selector.lang-selector--is-mobile .lang-selector__wrapper .form-element--radio:not(:last-child) {
    margin-bottom: 0.85em;
}

.lang-selector.lang-selector--is-mobile .lang-selector__wrapper .form-element--radio .form-element--radio__label {
    width: 0;
    opacity: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

body.menu-lang-switcher-is-open .lang-selector.lang-selector--is-mobile .lang-selector__wrapper .form-element--radio .form-element--radio__label {
    width: auto;
    opacity: 1;
}

.lang-selector.lang-selector--is-mobile label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 18.5px;
    font-size: 1.23333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: capitalize;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1500px) {
    .lang-selector.lang-selector--is-mobile label {
        font-size: 18.5px;
    }
}

.lang-selector.lang-selector--is-mobile label a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-selector.lang-selector--is-mobile label svg {
    width: 0.8em;
    height: auto;
    margin-right: 0.35em;
    min-width: 16px;
    border-radius: 0.4em;
    overflow: hidden;
}

.is-desktop .lang-selector.lang-selector--is-mobile label:hover,
.lang-selector.lang-selector--is-mobile label:active {
    font-weight: 600;
}

.menu-lang-switcher-is-open .lang-selector.lang-selector--is-mobile {
    width: 9.5em;
    max-height: 7.5em;
    border-radius: 1.2em;
    padding-bottom: 0.5em;
    cursor: auto;
    cursor: initial;
    background-color: #fce373;
    border: 3px solid #000;
    pointer-events: all;
}

.menu-lang-switcher-is-open .lang-selector.lang-selector--is-mobile input:not(:checked)+label {
    opacity: 1;
    pointer-events: all;
}

.menu-lang-switcher-is-open .lang-selector.lang-selector--is-mobile .form-element--radio:not(:first-child) {
    opacity: 1;
}

.menu-lang-switcher-is-open .lang-selector.lang-selector--is-mobile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
}

.menu-lang-switcher-is-open .lang-selector.lang-selector--is-mobile input:checked+label {
    opacity: 1;
    font-weight: 600;
}

.lang-selector.lang-selector--in-footer {
    position: absolute;
    overflow: hidden;
    top: -1.8vw;
    left: 50%;
    width: 14vw;
    height: 100%;
    max-height: 3.6vw;
    padding: 1.1vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1.8vw;
    border: 3px solid #231f20;
    background-color: #fce373;
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.lang-selector.lang-selector--in-footer .lang-selector__wrapper .form-element--radio:not(:first-child),
.lang-selector.lang-selector--in-footer .lang-selector__wrapper .form-element--radio:not(:last-child) {
    margin-bottom: 1.68vw;
}

.lang-selector.lang-selector--in-footer:hover input:checked+label {
    opacity: 0.3;
}

.lang-selector.lang-selector--in-footer:hover input:not(:checked)+label {
    opacity: 1;
    pointer-events: all;
}

.lang-selector.lang-selector--in-footer:hover .form-element--radio:not(:first-child) {
    opacity: 1;
}

.lang-selector.lang-selector--in-footer label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.4vw;
    text-transform: capitalize;
    margin-left: 0;
}

.lang-selector.lang-selector--in-footer label a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-selector.lang-selector--in-footer label svg {
    min-width: 16px;
    min-height: 16px;
    margin-right: 0.55vw;
}

.is-desktop .lang-selector.lang-selector--in-footer label:hover,
.lang-selector.lang-selector--in-footer label:active {
    font-weight: 600;
}

.is-desktop .lang-selector.lang-selector--in-footer:hover {
    max-height: 11.5vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1.8vw;
    padding-bottom: 0.1vw;
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-desktop .lang-selector.lang-selector--in-footer:hover input:checked+label {
    opacity: 1;
    font-weight: 600;
}

.lang-selector.lang-selector--in-footer:active {
    max-height: 11.5vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1.8vw;
    padding-bottom: 0.1vw;
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.lang-selector.lang-selector--in-footer:active input:checked+label {
    opacity: 1;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .lang-selector.lang-selector--in-footer {
        display: none;
    }
}

.lang-selector input:checked+label {
    opacity: 1;
    pointer-events: all;
}

.lang-selector label {
    margin: 0 0.4em;
    opacity: 0.3;
    cursor: pointer;
    transition: 0.4s opacity ease;
}

@media only screen and (min-width: 1024px) {
    .lang-selector label {
        margin: 0;
    }
}

.lang-selector label svg {
    pointer-events: none;
}

.lang-selector .form-element__toggle {
    display: none;
}

.lang-selector__unfold {
    position: absolute;
    width: 0.6vw;
    height: auto;
    top: 0.6vw;
    right: 1.25vw;
    pointer-events: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: 0.5s opacity cubic-bezier(0.165, 0.84, 0.44, 1),
        0.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.5s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.5s opacity cubic-bezier(0.165, 0.84, 0.44, 1),
        0.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
}

.mobile-lang-switcher .lang-selector__unfold {
    top: 0.3em;
    right: 0.6em;
    width: 0.4em;
}

body.menu-lang-switcher-is-open .lang-selector__unfold {
    opacity: 0;
}

.lang-selector__unfold svg {
    fill: #231f20;
}

.lang-selector__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.lang-selector__wrapper .form-element--radio:not(:first-child) {
    opacity: 0;
    transition: 0.2s opacity ease-in-out;
    pointer-events: none;
}

.nav-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
    transition: 0.4s visibility;
}

.is-ie .nav-dropdown .location svg {
    width: 5vw !important;
}

.is-ie .nav-dropdown .location:last-child svg {
    width: 2.5vw !important;
}

@media only screen and (max-width: 1023px) {
    .nav-dropdown {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: 0.3s visibility,
            0.3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.3s transform cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility;
        transition: 0.3s transform cubic-bezier(0.77, 0, 0.175, 1), 0.3s visibility,
            0.3s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        width: 100%;
        bottom: 14vw;
        height: auto;
    }

    .nav-dropdown.is-open {
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    .nav-dropdown:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        height: 5rem;
        background: #ebebeb;
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: none;
        z-index: 202;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-dropdown {
        padding: 0vw;
        width: 96%;
        height: auto;
        right: auto;
        pointer-events: none;
    }

    .nav-dropdown:after {
        content: "";
        position: absolute;
        top: 0;
        height: 2em;
        width: 200%;
        margin-left: -100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        visibility: hidden;
        transition: 0.4s visibility 0s,
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0s;
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1) 0s,
            0.4s visibility 0s;
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1) 0s,
            0.4s visibility 0s,
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0s;
    }

    .dropdown-is-open .nav-dropdown:after {
        transition: 0.4s visibility 0s, 0.4s opacity ease 0.2s,
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0s;
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1) 0s,
            0.4s visibility 0s, 0.4s opacity ease 0.2s;
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1) 0s,
            0.4s visibility 0s, 0.4s opacity ease 0.2s,
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -webkit-transform: none;
        transform: none;
        opacity: 0;
    }

    .is-desktop .dropdown-is-open .nav-dropdown:hover .nav-dropdown__content,
    .is-desktop .dropdown-is-open .nav-dropdown:hover .nav-dropdown__inner,
    .is-desktop .dropdown-is-open .nav-dropdown:hover .nav-dropdown__visit {
        -webkit-transform: none;
        transform: none;
    }

    .is-desktop .dropdown-is-open .nav-dropdown:hover .nav-dropdown__content {
        opacity: 1;
        transition-delay: 0s;
    }

    .dropdown-is-open .nav-dropdown:active .nav-dropdown__content,
    .dropdown-is-open .nav-dropdown:active .nav-dropdown__inner,
    .dropdown-is-open .nav-dropdown:active .nav-dropdown__visit {
        -webkit-transform: none;
        transform: none;
    }

    .dropdown-is-open .nav-dropdown:active .nav-dropdown__content {
        opacity: 1;
        transition-delay: 0s;
    }

    .tablet-nav-open .nav-dropdown .nav-dropdown__content,
    .tablet-nav-open .nav-dropdown .nav-dropdown__inner,
    .tablet-nav-open .nav-dropdown .nav-dropdown__visit {
        -webkit-transform: none;
        transform: none;
    }

    .tablet-nav-open .nav-dropdown .nav-dropdown__content {
        opacity: 1;
        transition-delay: 0s;
    }

    .is-desktop .menu-is-open .nav-dropdown:hover:after,
    .menu-is-open .nav-dropdown:active:after,
    .tablet-nav-open .nav-dropdown:after {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }

    .is-desktop .nav-dropdown:hover {
        visibility: visible;
        z-index: 9;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__visit:before {
        -webkit-transform: none;
        transform: none;
        transition-delay: 0.15s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location svg {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.4s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location__address a,
    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location__address span,
    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location__name a,
    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location__name span,
    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location__opening-hours a,
    .is-desktop .nav-dropdown:hover .nav-dropdown__visit .location__opening-hours span {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.5s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__visit__cta span {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.7s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__content>div>* {
        opacity: 1;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__title span:after {
        -webkit-transform: none;
        transform: none;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(1) .animation-icon,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(1) .subpage-subtitle,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(1) .subpage-title {
        transition-delay: 0.2s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(2) .animation-icon,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(2) .subpage-subtitle,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(2) .subpage-title {
        transition-delay: 0.3s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(3) .animation-icon,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(3) .subpage-subtitle,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(3) .subpage-title {
        transition-delay: 0.4s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(4) .animation-icon,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(4) .subpage-subtitle,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a:nth-child(4) .subpage-title {
        transition-delay: 0.5s;
    }

    .is-desktop .nav-dropdown:hover .nav-dropdown__children a .animation-icon,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a .subpage-subtitle h4,
    .is-desktop .nav-dropdown:hover .nav-dropdown__children a .subpage-title h3 {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

    .nav-dropdown:active {
        visibility: visible;
        z-index: 9;
    }

    .nav-dropdown:active .nav-dropdown__visit:before {
        -webkit-transform: none;
        transform: none;
        transition-delay: 0.15s;
    }

    .nav-dropdown:active .nav-dropdown__visit .location svg {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.4s;
    }

    .nav-dropdown:active .nav-dropdown__visit .location__address a,
    .nav-dropdown:active .nav-dropdown__visit .location__address span,
    .nav-dropdown:active .nav-dropdown__visit .location__name a,
    .nav-dropdown:active .nav-dropdown__visit .location__name span,
    .nav-dropdown:active .nav-dropdown__visit .location__opening-hours a,
    .nav-dropdown:active .nav-dropdown__visit .location__opening-hours span {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.5s;
    }

    .nav-dropdown:active .nav-dropdown__visit__cta span {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: 0.7s;
    }

    .nav-dropdown:active .nav-dropdown__content>div>* {
        opacity: 1;
    }

    .nav-dropdown:active .nav-dropdown__title span:after {
        -webkit-transform: none;
        transform: none;
    }

    .nav-dropdown:active .nav-dropdown__children a:nth-child(1) .animation-icon,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(1) .subpage-subtitle,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(1) .subpage-title {
        transition-delay: 0.2s;
    }

    .nav-dropdown:active .nav-dropdown__children a:nth-child(2) .animation-icon,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(2) .subpage-subtitle,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(2) .subpage-title {
        transition-delay: 0.3s;
    }

    .nav-dropdown:active .nav-dropdown__children a:nth-child(3) .animation-icon,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(3) .subpage-subtitle,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(3) .subpage-title {
        transition-delay: 0.4s;
    }

    .nav-dropdown:active .nav-dropdown__children a:nth-child(4) .animation-icon,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(4) .subpage-subtitle,
    .nav-dropdown:active .nav-dropdown__children a:nth-child(4) .subpage-title {
        transition-delay: 0.5s;
    }

    .nav-dropdown:active .nav-dropdown__children a .animation-icon,
    .nav-dropdown:active .nav-dropdown__children a .subpage-subtitle h4,
    .nav-dropdown:active .nav-dropdown__children a .subpage-title h3 {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

    .nav-dropdown .nav-dropdown__content>div>* {
        opacity: 0;
        transition: 0.4s opacity ease;
    }
}

.tablet-nav-open .nav-dropdown {
    pointer-events: auto;
    visibility: visible;
    z-index: 9;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__visit:before {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.15s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location svg {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition-delay: 0.4s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location__address a,
.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location__address span,
.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location__name a,
.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location__name span,
.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location__opening-hours a,
.tablet-nav-open .nav-dropdown .nav-dropdown__visit .location__opening-hours span {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition-delay: 0.5s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__visit__cta span {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition-delay: 0.7s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__content>div>* {
    opacity: 1;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__title span:after {
    -webkit-transform: none;
    transform: none;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(1) .animation-icon,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(1) .subpage-subtitle,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(1) .subpage-title {
    transition-delay: 0.2s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(2) .animation-icon,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(2) .subpage-subtitle,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(2) .subpage-title {
    transition-delay: 0.3s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(3) .animation-icon,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(3) .subpage-subtitle,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(3) .subpage-title {
    transition-delay: 0.4s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(4) .animation-icon,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(4) .subpage-subtitle,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a:nth-child(4) .subpage-title {
    transition-delay: 0.5s;
}

.tablet-nav-open .nav-dropdown .nav-dropdown__children a .animation-icon,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a .subpage-subtitle h4,
.tablet-nav-open .nav-dropdown .nav-dropdown__children a .subpage-title h3 {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.nav-dropdown__header {
    height: 25vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4vw 16vw;
    background-color: #fff;
    position: relative;
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
}

@media (max-width: 1500px) {
    .nav-dropdown__header {
        font-size: 20px;
    }
}

.nav-dropdown[data-dropdown="visit"] .nav-dropdown__header {
    background-color: #fff;
}

.nav-dropdown[data-dropdown="art & news"] .nav-dropdown__header {
    background-color: #fff;
}



.nav-dropdown__header h2 {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
}

@media (max-width: 1500px) {
    .nav-dropdown__header h2 {
        font-size: 20px;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .nav-dropdown__header h2 {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1500px) {
    .nav-dropdown__header h2 {
        font-size: 21px;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .nav-dropdown__header {
        padding: 2vw 8vw;
    }
}

.nav-dropdown__header .bubble-canvas {
    position: absolute;
    width: 100%;
    height: 0.5em;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 202;
}

@media only screen and (min-width: 1024px) {
    .nav-dropdown__header {
        display: none;
    }
}

.nav-dropdown__back {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4vw 8vw 4vw 92vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 25px;
    font-size: 1.66667vw;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .nav-dropdown__back {
        font-size: 25px;
    }
}

.nav-dropdown__back svg {
    height: 0.45em;
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .nav-dropdown__back {
        padding: 1.4vw 8vw;
    }
}

@media only screen and (max-width: 1023px) {
    .nav-dropdown__content {
        position: relative;
        overflow: auto;
        height: calc(75vh - 14vw);
        -webkit-overflow-scrolling: touch;
        z-index: 201;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-dropdown__content {
        margin-left: -100vw;
        overflow: hidden;
    }

    body:not(.dropdown-is-open) .nav-dropdown__content {
        transition: 0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1),
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .dropdown-is-open .nav-dropdown__content {
        transition: 0.4s opacity cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transition-delay: 0.2s;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-dropdown__inner {
        padding-left: 100vw;
        padding-top: 5.8em;
    }

    body:not(.dropdown-is-open) .nav-dropdown__inner {
        transition: 0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1),
            0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

.nav-dropdown__children {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 14em;
    padding-left: 1em;
}

@media only screen and (min-width: 1024px) {
    [lang="nl-NL"] .nav-dropdown__children {
        height: 16.2em;
    }
}

@media only screen and (max-width: 1023px) {
    .nav-dropdown__children {
        text-align: center;
        padding: 2.5em 1em;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-dropdown__children.two-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4em;
        column-gap: 4em;
    }
}

.nav-dropdown__children a {
    display: inline-block;
    font-size: 22px;
    font-size: 1.46667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 0.65em;
}

@media (max-width: 1500px) {
    .nav-dropdown__children a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1023px) {
    .nav-dropdown__children a {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        margin-bottom: 1.1em;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) and (max-width: 1500px) {
    .nav-dropdown__children a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px) {

    .nav-dropdown__children a.underline:after,
    .nav-dropdown__children a.underline:before {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-dropdown__children a.is-active {
        pointer-events: none;
    }

    .nav-dropdown__children a.is-active:after,
    .nav-dropdown__children a.is-active:before {
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 1023px) {
    .main-nav .main-nav__item .nav-dropdown {
        background-color: #ebebeb;
    }
}

@media only screen and (min-width: 1024px) {
    .main-nav .main-nav__item .nav-dropdown:after {
        /* background-color: #FF5E5B; */
        background: linear-gradient(to right, #FF5E5B 50%, #FF5E5B 0, white 0%, white 69%, #5ABF86 33%, #5ABF86 70%);

    }
}

.main-nav .main-nav__item .nav-dropdown__inner,
.main-nav .main-nav__item .nav-dropdown__visit {
    background: #ebebeb;
}

.page-header {
    z-index: 0;
}

.page-header__title {
    font-size: 50px;
    font-size: 3.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.024em;
    line-height: 0.9em;
    width: 100%;
    text-align: center;
    margin-bottom: 0.6em;
    position: relative;
    color: transparent;
    overflow: hidden;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1500px) {
    .page-header__title {
        font-size: 50px;
    }
}

.is-safari .page-header__title {
    word-break: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

@media screen and (max-width: 360px) {
    .page-header__title {
        font-size: 44px;
        font-size: 2.93333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media screen and (max-width: 360px) and (max-width: 1500px) {
    .page-header__title {
        font-size: 44px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-header__title {
        margin-bottom: 1.6vw;
    }
}

@media only screen and (min-width: 1200px) {
    .page-header__title {
        font-size: 110px;
        font-size: 7.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1.09em;
        font-style: italic;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-header__title {
        font-size: 110px;
    }
}

.page-header__half {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.page-header__half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    color: #231f20;
}

.is-animating .page-header__half span {
    transition: -webkit-transform 0.95s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.95s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.95s cubic-bezier(1, 0, 0, 1),
        -webkit-transform 0.95s cubic-bezier(1, 0, 0, 1);
    transition-delay: 0.4s;
}

.page-header__half--top {
    top: 0;
}

.page-header__half--top span {
    top: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

body[data-brightness="light"] .page-header__half--top span {
    color: #fff;

}

.page-header__half--bottom {
    bottom: 0;
}

.page-header__half--bottom span {
    bottom: 100%;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.sub-view__page:not(.in-view) .page-header__half span {
    transition: -webkit-transform 0.95s cubic-bezier(1, 0, 0, 1) !important;
    transition: transform 0.95s cubic-bezier(1, 0, 0, 1) !important;
    transition: transform 0.95s cubic-bezier(1, 0, 0, 1),
        -webkit-transform 0.95s cubic-bezier(1, 0, 0, 1) !important;
    transition-delay: 0.4s;
}

.sub-view__page:not(.in-view) .page-header__half--top span {
    -webkit-transform: translateY(150%) !important;
    transform: translateY(150%) !important;
}

.sub-view__page:not(.in-view) .page-header__half--bottom span {
    -webkit-transform: translateY(-150%) !important;
    transform: translateY(-150%) !important;
}

.in-view .page-header__half span {
    -webkit-transform: none;
    transform: none;
}

.page-header__group-title,
.page-header__subtitle {
    opacity: 0;
}

.is-animating .page-header__group-title,
.is-animating .page-header__subtitle {
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

.sub-view__page:not(.in-view) .page-header__group-title,
.sub-view__page:not(.in-view) .page-header__subtitle {
    opacity: 0 !important;
    transition: opacity 0.75s ease !important;
    transition-delay: 0.35s !important;
}

.in-view .page-header__group-title,
.in-view .page-header__subtitle {
    opacity: 1;
}

.page-header__group-title {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

@media (max-width: 1500px) {
    .page-header__group-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-header__group-title {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-header__group-title {
        font-size: 35px;
    }
}

.page-header__subtitle {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    text-align: center;
    margin-bottom: 1.3em;
}

@media (max-width: 1500px) {
    .page-header__subtitle {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-header__subtitle {
        margin-bottom: 6vw;
    }
}

@media only screen and (min-width: 1200px) {
    .page-header__subtitle {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-header__subtitle {
        font-size: 35px;
    }
}

.page-header--wide .page-header__title {
    font-size: 50px;
    font-size: 3.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 0.9em;
    font-style: italic;
}

@media (max-width: 1500px) {
    .page-header--wide .page-header__title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-header--wide .page-header__title {
        font-size: 116px;
        font-size: 7.73333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.024em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-header--wide .page-header__title {
        font-size: 116px;
    }
}

@media only screen and (min-width: 1400px) {
    .page-header--wide .page-header__title {
        font-size: 143px;
        font-size: 9.53333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .page-header--wide .page-header__title {
        font-size: 143px;
    }
}

.gform_wrapper .gfield.hidden_label .gfield_label,
.gform_wrapper .gform_ajax_spinner {
    display: none;
}

.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input[type="hidden"] {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden;
}

.gform_wrapper .js-program input {
    opacity: 0.6;
    pointer-events: none;
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
.gform_wrapper .gform_validation_container,
.gform_wrapper li.gform_validation_container,
.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.gform_wrapper .validation_error {
    color: red;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid red;
}

.gform_wrapper .gfield_error {
    color: red;
}

.gform_wrapper .gfield_error .textarea,
.gform_wrapper .gfield_error .textarea:hover,
.gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]),
.gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):hover {
    border-color: rgba(255, 0, 0, 0.5);
}

.gform_wrapper .gfield_error .textarea:focus,
.gform_wrapper .gfield_error .textarea:invalid,
.gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):focus,
.gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):invalid {
    border-color: red;
}

.gform_wrapper .gfield_description {
    text-align: left;
    padding-top: 0.5em;
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .gform_wrapper .gfield_description {
        font-size: 16px;
    }
}

.gform_wrapper .gfield {
    width: 100%;
    margin-bottom: 1.25em;
}

.gform_wrapper .gform_heading {
    margin-bottom: 1.5em;
}

.gform_wrapper .gfield_label {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    margin-bottom: 0.5em;
    text-align: left;
}

@media (max-width: 1500px) {
    .gform_wrapper .gfield_label {
        font-size: 20px;
    }
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
    text-align: left;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    display: inline-block;
    padding: 0;
    margin-top: 1.3em;
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
    display: none;
}

.gform_wrapper .gfield_checkbox input:checked+label:before,
.gform_wrapper .gfield_radio input:checked+label:before {
    background: #231f20;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: relative;
    padding-left: 1.4em;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 1500px) {

    .gform_wrapper .gfield_checkbox label,
    .gform_wrapper .gfield_radio label {
        font-size: 20px;
    }
}

.gform_wrapper .gfield_checkbox label:before,
.gform_wrapper .gfield_radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    border: 2px solid rgba(35, 31, 32, 0.15);
}

.gform_wrapper .gfield_checkbox label:after,
.gform_wrapper .gfield_radio label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background: #231f20;
    transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_wrapper .gfield_checkbox label:after:checked+label,
.gform_wrapper .gfield_radio label:after:checked+label {
    background: #231f20;
}

.gform_wrapper .gfield_checkbox label:active:after,
.gform_wrapper .gfield_radio label:active:after,
.is-desktop .gform_wrapper .gfield_checkbox label:hover:after,
.is-desktop .gform_wrapper .gfield_radio label:hover:after {
    -webkit-transform: none;
    transform: none;
}

.gform_wrapper .gfield_radio:after,
.gform_wrapper .gfield_radio:before {
    border-radius: 100%;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]),
.gform_wrapper textarea {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 2px 10px;
    border: 2px solid rgba(35, 31, 32, 0.15);
    background-color: transparent;
    transition: 0.4s border cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1500px) {

    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]),
    .gform_wrapper textarea {
        font-size: 20px;
    }
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):hover:not([disabled]),
.gform_wrapper textarea:hover:not([disabled]) {
    border-color: rgba(35, 31, 32, 0.5);
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):focus,
.gform_wrapper textarea:focus {
    border-color: #231f20;
    outline: 0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):invalid,
.gform_wrapper textarea:invalid {
    border-color: red;
    outline: 0;
}

.gform_wrapper textarea {
    height: 100px;
    padding: 6px 10px;
}

.gform_wrapper .gform_footer {
    padding-top: 1em;
}

@media only screen and (min-width: 768px) {
    .gform_wrapper .gform_footer {
        padding-top: 2em;
    }
}

.gform_confirmation_message {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 1.5em;
}

@media (max-width: 1500px) {
    .gform_confirmation_message {
        font-size: 28px;
    }
}

.page-home section {
    position: relative;
    width: 100%;
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .page-home section {
        padding: 8vw 0 8vw 40vw;
    }
}

.page-home__container {
    position: relative;
    overflow: hidden;
}

.page-home__container .tickets-visit-buttons {
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.page-home__container .ticket-visit-button--bottom {
    pointer-events: auto;
    top: 0;
    bottom: auto;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.65s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.65s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.65s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.65s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
}

@media only screen and (min-height: 400px) {
    .page-home__container .ticket-visit-button--bottom {
        left: -1.5em;
        right: auto;
    }
}

@media only screen and (min-width: 400px) {
    .page-home__container .ticket-visit-button--bottom {
        right: auto;
        left: -1.5em;
    }
}

@media only screen and (min-width: 768px) and (min-height: 770px) {
    .page-home__container .ticket-visit-button--bottom {
        right: auto;
        left: -3em;
    }
}

.is-ready .page-home__container .ticket-visit-button--bottom {
    -webkit-transform: none !important;
    transform: none !important;
    transition-delay: 0.65s;
}

.home-hero {
    background: #f4f4f7;
    text-align: center;
    padding: 0 !important;
    min-height: 0;
    z-index: 15;
    position: relative;
    background-size: cover;
    background-position: top center;

}

.is-ready .home-hero .tickets-visit-buttons .top-wrapper a {
    -webkit-transform: none !important;
    transform: none !important;
    transition-delay: 0.65s;
}

@media only screen and (min-width: 1024px) {
    .home-hero .tickets-visit-buttons .top-wrapper a {
        padding-left: 1.2em;
        padding-right: 1.2em;
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .home-hero .tickets-visit-buttons .top-wrapper a .hover__inner {
        padding: 0.65em 1.2em !important;
    }
}

.home-hero__inner {
    padding: 60vw 4vw 0vw;
}

@media only screen and (min-width: 768px) {
    .home-hero__inner {
        padding: 24vw 4vw 0vw;
    }
}

@media only screen and (min-width: 1024px) {
    .home-hero__inner {
        padding: 10vw 4vw 4vw;
    }
}

@media only screen and (max-width: 1023px) {
    .home-hero__inner .page-title {
        display: none;
    }
}

.home-hero__inner .text-alternater {
    position: relative;
}

.home-hero__inner .text-alternater .home-hero__title {
    font-size: 250px;
}

.home-hero__inner .text-alternater .home-hero__title:not(:first-child) {
    position: absolute;
    bottom: 0.91em;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .home-hero__inner .text-alternater {
        display: none;
    }

    .home-hero__inner .text-alternater .home-hero__title:not(:first-child) {
        position: absolute;
        bottom: -0.09em;
        width: 100%;
    }
}

.home-hero__title {
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.9em;
    font-size: 140px;
    font-style: italic;
    display: block;
    position: relative;
    bottom: 0.91em;
    margin-bottom: 0;
}

.home-hero__title .original-title {
    visibility: hidden;
}

.home-hero__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

[data-brightness="dark"] .home-hero__title--half {
    color: currentColor;
}

[data-brightness="light"] .home-hero__title--half {
    color: #fff;
}

.home-hero__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.is-animating .home-hero__title--half span {
    transition: -webkit-transform 0.75s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.75s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.75s cubic-bezier(1, 0, 0, 1),
        -webkit-transform 0.75s cubic-bezier(1, 0, 0, 1);
}

.is-ready .home-hero__title--half span {
    -webkit-transform: none;
    transform: none;
}

.showHero .home-hero__title--half span {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.home-hero__title--half:first-of-type {
    top: 0;
}

.home-hero__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

.home-hero__title--half:last-of-type {
    bottom: 0;
}

.home-hero__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.home-hero div[data-component="page-title"] {
    margin-bottom: 0;
}

.home-hero .subtitle-carousel {
    position: relative;
    width: 100%;
    margin: auto;
}

.home-hero .subtitle-carousel:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14vw;
    width: 16vw;
    height: 200%;
    background-color: #fce373;
    z-index: 1;
}

.home-hero .subtitle-carousel:after {
    content: "";
    position: absolute;
    top: 0;
    right: -14vw;
    width: 16vw;
    height: 200%;
    background-color: #fce373;
    z-index: 1;
}

.home-hero .subtitle-carousel .flickity-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.page-home.is-animating-out .home-hero .subtitle-carousel .flickity-page-dots {
    opacity: 0;
}

@media only screen and (min-width: 1024px) {
    .home-hero .subtitle-carousel {
        width: 80%;
    }

    .home-hero__title {
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 0.9em;
        font-size: 140px;
        font-style: italic;
        display: block;
        position: relative;
        bottom: -0.09em;
        margin-bottom: 0;
    }
}

.home-hero .subtitle-carousel__inner {
    position: relative;
}

.home-hero__opening-hours,
.home-hero__subtitle {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    line-height: 1.1;
    opacity: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

@media (max-width: 1500px) {

    .home-hero__opening-hours,
    .home-hero__subtitle {
        font-size: 18px;
    }
}

.is-animating .home-hero__opening-hours,
.is-animating .home-hero__subtitle {
    transition: opacity 0.75s ease,
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.25s;
}

.is-ready .home-hero__opening-hours,
.is-ready .home-hero__subtitle {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {

    .home-hero__opening-hours,
    .home-hero__subtitle {
        width: 80%;
        margin: auto;
    }
}

@media only screen and (min-width: 1200px) {

    .home-hero__opening-hours,
    .home-hero__subtitle {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .home-hero__opening-hours,
    .home-hero__subtitle {
        font-size: 28px;
    }
}

.home-hero__subtitle {
    display: block;
    width: calc(100% - 6vw);
    margin: auto;
}

.home-hero__opening-hours {
    display: inline-block;
    width: auto;
    position: relative;
    font-weight: 600;
}

.home-hero__opening-hours .animation-icon {
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    margin-top: -0.15em;
    margin-right: 0.25em;
}

.is-ready .home-hero__clock .animation-svg svg path {
    stroke-dashoffset: 0 !important;
}

.home-hero__clock .static-svg {
    opacity: 0;
}

.home-hero__clock .animation-svg svg path {
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-hero__clock .animation-svg svg path:nth-child(1) {
    transition-delay: 0.45s;
}

.home-hero__clock .animation-svg svg path:nth-child(2) {
    transition-delay: 0.55s;
}

.home-hero__clock .animation-svg svg path:nth-child(3) {
    transition-delay: 0.65s;
}

.home-hero__clock .animation-svg svg path:nth-child(4) {
    transition-delay: 0.75s;
}

.home-hero__clock .animation-svg svg path:nth-child(5) {
    transition-delay: 0.85s;
}

.home-hero__clock .animation-svg svg path:nth-child(6) {
    transition-delay: 0.95s;
}

.home-hero__clock .animation-svg svg path:nth-child(7) {
    transition-delay: 1.05s;
}

.home-hero__clock .animation-svg svg path:nth-child(8) {
    transition-delay: 1.15s;
}

.home-hero__clock .animation-svg svg path:nth-child(9) {
    transition-delay: 1.25s;
}

.home-hero .tickets-visit-buttons {
    display: block;
}

.home-hero .tickets-visit-buttons .top-wrapper {
    left: 0.5em;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-hero .tickets-visit-buttons .top-wrapper a {
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: 0.65s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.65s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.65s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.65s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
}

@media only screen and (max-width: 1023px) {
    .home-hero .tickets-visit-buttons .top-wrapper a {
        bottom: -1px;
        left: 1.5em;
    }
}

.home-exhibition {
    padding: 0 !important;
}

.home-exhibition .calendar__button {
    background-color: #231f20;
    color: #ebebeb;
    margin-top: 8vw;
}

@media only screen and (max-width: 399px) {
    .home-exhibition .calendar__button {
        padding: 3.2vw 7.2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .home-exhibition .calendar__button {
        padding: 1vw 2.6vw;
        margin-top: 3.2vw;
    }
}

.home-exhibition .calendar__button::after,
.home-exhibition .calendar__button::before {
    content: none;
}

@media only screen and (max-width: 399px) {
    .home-exhibition .calendar__button .animation-icon {
        width: 5vw;
        height: 5vw;
        margin-right: 2.5vw;
        margin-top: -1.2vw;
    }
}

.home-exhibition .calendar__button .animation-icon .static-svg svg {
    stroke: #ffffff;
}

.is-desktop .home-exhibition .calendar__button:hover {
    background-color: #231f20;
    color: inherit;
    cursor: pointer;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg {
    stroke: #5ABF86;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .home-exhibition .calendar__button:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.home-exhibition .calendar__button:active {
    background-color: #231f20;
    color: inherit;
    cursor: pointer;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg {
    stroke: #fce373;
}

.home-exhibition .calendar__button:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.home-exhibition .calendar__button:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.home-exhibition .calendar__button span {
    color: #fff;
}

.home-exhibition__inner {
    padding: 20vw 0;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .home-exhibition__inner {
        padding-bottom: 6vw;
        padding-top: 6.8vw;
    }
}

@media only screen and (max-width: 1199px) {
    .home-exhibition__inner {
        padding-bottom: 4em;
    }
}

.home-exhibition__inner .event-card .buy-ticket-button svg {
    stroke: #ebebeb;
}

.home-exhibition__inner .event-card [data-tooltippy]:after,
.home-exhibition__inner .event-card__image {
    color: #e3d9c6;
}

.home-exhibition__inner .event-card .intrinsic__half__image {
    -webkit-transform: none !important;
    transform: none !important;
}

.home-exhibition__inner .event-card:first-of-type {
    margin-left: 0;
}

.home-exhibition__inner .event-card:last-of-type {
    margin-right: 0;
}

.home-exhibition__inner .event-card__date {
    opacity: 1;
}

.home-journal {
    background: #5ABF86;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .home-journal__inner {
        padding: 12vw 8vw;
    }
}

.home-journal__inner p {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-left: 0 !important;
}

.home-journal__news-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.home-journal__news-cards:before {

    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background: #231f20;
    width: 3px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: -webkit-transform 1.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 1.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 1.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 1.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1023px) {
    .home-journal__news-cards:before {
        display: none;
    }
}

.home-journal__news-cards.is-in-view:before {
    -webkit-transform: none;
    transform: none;
}

.home-journal__news-cards.is-in-view .news-card__link:active .intrinsic__half__image:after,
.is-desktop .home-journal__news-cards.is-in-view .news-card__link:hover .intrinsic__half__image:after {
    box-shadow: inset 0 0 0 0 currentColor !important;
}

.home-journal__news-cards.is-in-view .news-card .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.home-journal__news-cards.is-in-view .news-card__infos {
    opacity: 1;
}

.home-journal__news-cards .news-card {
    width: 50%;
    padding: 1em 4vw;
}

@media only screen and (min-width: 1024px) {
    .home-journal__news-cards .news-card {
        padding: 1em 4vw;
    }
}

.news-card__thumbnail {
    transition: all .3s cubic-bezier(0, 0, .5, 1);

}

.news-card__thumbnail:hover {}

.home-journal__news-cards .news-card__thumbnail {
    margin-bottom: 1.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;

}

@media only screen and (min-width: 1024px) {
    .home-journal__news-cards .news-card__thumbnail {
        width: 20vw;
        margin: auto auto 2.5em;
        text-align: center;
    }
}

.home-journal__news-cards .news-card .intrinsic__half__image {
    transition-delay: 0.3s;
}

.home-journal__news-cards .news-card__infos {
    padding: 0;
    opacity: 0;
    transition: 0.75s opacity ease;
    transition-delay: 0.8s;
}

.home-journal__news-cards .news-card__post-date {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .home-journal__news-cards .news-card__post-date {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-journal__news-cards .news-card__post-date {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-journal__news-cards .news-card__post-date {
        font-size: 21px;
    }
}

.home-journal__news-cards .news-card__title {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.01em;
}

@media (max-width: 1500px) {
    .home-journal__news-cards .news-card__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-journal__news-cards .news-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 0.01em;
        letter-spacing: -0.03em;
        /* font-style: italic; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-journal__news-cards .news-card__title {
        font-size: 28px;
    }
}

.home-journal__news-cards .news-card__excerpt {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .home-journal__news-cards .news-card__excerpt {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-journal__news-cards .news-card__excerpt {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-journal__news-cards .news-card__excerpt {
        font-size: 21px;
    }
}

.home-highlighted-section__header {
    margin-bottom: 12vw;
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
    .home-highlighted-section__header {
        margin-bottom: 2vw;
        width: 80%;
    }
}

.home-highlighted-section__header.is-in-view .home-highlighted-section__title--half span {
    -webkit-transform: none !important;
    transform: none !important;
}

.home-highlighted-section__header.is-in-view p {
    opacity: 1;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .home-highlighted-section__header.is-in-view p a:hover+.animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.home-highlighted-section__header.is-in-view p a:active+.animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.home-highlighted-section__header .home-highlighted-section__title {
    position: relative;
}

.home-highlighted-section__header .home-highlighted-section__title .original-title {
    visibility: hidden;
}

.home-highlighted-section__header .home-highlighted-section__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

.home-highlighted-section__header .home-highlighted-section__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.2s;
}

.home-highlighted-section__header .home-highlighted-section__title--half:first-of-type {
    top: 0;
}

.home-highlighted-section__header .home-highlighted-section__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.home-highlighted-section__header .home-highlighted-section__title--half:last-of-type {
    bottom: 0;
}

.home-highlighted-section__header .home-highlighted-section__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.home-highlighted-section__header h2 {
    font-size: 60px;
    font-size: 4vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.024em;
    line-height: 0.9em;
    margin-bottom: 0.3em;
    margin-left: -0.1em;
    font-style: italic;
}

@media (max-width: 1500px) {
    .home-highlighted-section__header h2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-highlighted-section__header h2 {
        font-size: 110px;
        font-size: 7.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-highlighted-section__header h2 {
        font-size: 110px;
    }
}

.home-highlighted-section__header a {
    margin-left: 0.3em;
}

.home-highlighted-section__header p {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.45s;
}

@media (max-width: 1500px) {
    .home-highlighted-section__header p {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-highlighted-section__header p {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-highlighted-section__header p {
        font-size: 21px;
    }
}

.home-highlighted-section__header p .animation-icon {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
}

.home-highlighted-section__card-wrapper {
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    outline: 0;
    padding-right: 4vw;
}

.home-highlighted-section__card-wrapper .card-line {
    position: absolute;
    left: 0;
    top: calc(22vw - 1px);
    width: calc(100% + 8vw);
    height: 2px;
    background-color: transparent;
}

@media only screen and (min-width: 1024px) {
    .home-highlighted-section__card-wrapper .card-line {
        top: calc(10vw - 1px);
    }
}

.home-highlighted-section__card-wrapper .card-line.is-in-view:before {
    -webkit-transform: none;
    transform: none;
}

.home-highlighted-section__card-inner {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    transition: opacity 0.55s ease,
        -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.55s ease;
    transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.55s ease,
        -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: 0;
}

.home-highlighted-section__card-inner.is-in-view {
    -webkit-transform: none;
    transform: none;
}

.home-discover {
    text-align: center;
    background-color: #a385bd;
}

@media only screen and (max-width: 1023px) {
    .home-discover__inner {
        padding: 12vw 8vw;
    }
}

.page-default {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.page-default>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page-default--protected .sub-view {
    width: 100%;
}

.page-default.has-departments {
    position: relative;
}

.page-default.has-departments .sub-view {
    position: inherit;
}

.page-default .sub-view {
    position: relative;
    right: 0;
}

.page-default .sub-view__page {
    right: 0;
}

.page-default .page-content {
    position: relative;
    padding: 0vw 0vw 8vw;
    min-height: 100vh;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content {
        padding: 12vw 0vw 8vw 20vw;
    }
}

.page-default .page-content:not(.has-menu) {
    padding: 28vw 0vw 8vw;
}

.page-default.hero-image .page-content:not(.has-menu) {
    padding: 94vw 0vw 8vw;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content:not(.has-menu) {
        padding: 16.6vw 0vw 8vw;
    }

    .page-default.hero-image .page-content:not(.has-menu) {
        padding: 16.6vw 0vw 8vw;
    }
}

.page-default .page-content.has-page-children {
    padding: 12vw 0vw 8vw;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content.has-page-children {
        padding: 12vw 0vw 4vw;
    }
}

.page-default .page-content:not(.has-menu):not(.has-page-children):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34vw;
    background-color: currentColor;
}

.page-default.hero-image .page-content:not(.has-menu):not(.has-page-children):before {
    height: 100vw;

    background-size: cover;
    background-position: center center;
    background-blend-mode: color-dodge;
    background-color: #1d1d1d;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content:not(.has-menu):not(.has-page-children):before {
        height: 21vw;
    }

    .page-default.hero-image .page-content:not(.has-menu):not(.has-page-children):before {
        height: 21vw;

        background-size: cover;
        background-position: center center;
        background-blend-mode: color-dodge;
        background-color: #1d1d1d;
    }
}

.page-defa ult .page-content:not(.has-menu):not(.has-page-children).has-video:before {
    height: 35vw;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content:not(.has-menu):not(.has-page-children).has-video .flexible-video {
        width: 60%;
        margin: auto auto 4vw;
        padding: 0;
    }
}

.page-default .page-content.no-padding-bottom {
    padding-bottom: 0;
}

.page-default .page-content .post_login_form {
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content .post_login_form {
        width: 50%;
    }
}

.page-default .page-content .post_login_form p {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #231f20;
    text-align: center;
    margin-bottom: 1em;
}

@media (max-width: 1500px) {
    .page-default .page-content .post_login_form p {
        font-size: 21px;
    }
}

.page-default .page-content .post_login_form label {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #231f20;
    text-align: center;
    margin-bottom: 0.5em;
    display: block;
}

@media (max-width: 1500px) {
    .page-default .page-content .post_login_form label {
        font-size: 21px;
    }
}

.page-default .page-content .post_login_form input {
    padding: 0.5em 1em;
    border: 2px solid #231f20;
    background: 0 0;
    display: block;
    margin: auto;
    outline: 0;
}

.page-default .page-content .post_login_form .request_password {
    text-align: center;
}

.page-default .page-content .post_login_form .request_password a {
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 1.5em auto;
}

@media (max-width: 1500px) {
    .page-default .page-content .post_login_form .request_password a {
        font-size: 17px;
    }
}

.page-default .page-content .post_login_form button {
    margin: auto;
    display: inline-block;
}

.page-default .page-content.has-departments {
    position: inherit;
}

@media only screen and (min-width: 1024px) {
    .page-default .page-content.has-departments {
        padding-left: 20vw;
        padding-bottom: 0;
    }
}

.page-default .slider.hof-hal {
    width: 100%;
}

.page-default .page-header {
    padding: 0vw 4vw;
    color: #231f20;
    margin-bottom: 8vw;
}

@media only screen and (max-width: 1023px) {
    .page-default .page-header:not(.page-header--wide) {
        padding-top: 12vw;
    }
}

.page-default .page-header.is-animating--out .page-header__subtitle {
    transition-delay: 0s !important;
}

.page-default .page-header__subtitle {
    margin-bottom: 0;
}

.page-default .page-content.has-menu .page-header {
    margin-bottom: 6.4vw;
}

.page-default .static-content {
    position: relative;
    padding-bottom: 4vw;
    text-align: center;
    color: #231f20;
    opacity: 0;
    transition: 1s opacity ease;
    transition-delay: 0.5s;
}

.page-default .static-content.has-sidebar {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .page-default .static-content.has-sidebar {
        padding-right: 24vw;
    }
}

.page-default .static-content.has-sidebar .flexible-map {
    padding: 6vw 0vw;
}

@media only screen and (min-width: 768px) {
    .page-default .static-content.has-sidebar .flexible-map {
        padding: 0vw 4vw;
    }
}

@media only screen and (min-width: 1024px) {
    .page-default .static-content.has-sidebar .flexible-map {
        padding: 0vw 4vw;
    }
}

.page-default .static-content.has-departments {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .page-default .static-content.has-departments {
        position: inherit;
        padding-right: 0;
    }
}

.page-default .static-content.static-content> :first-child {
    padding-top: 0;
}

.page-default .static-content .flexible-section-title {
    padding: 4vw;
}

@media only screen and (min-width: 1024px) {
    .page-default .static-content .flexible-section-title {
        padding: 2vw 4vw;
    }
}

.page-default .static-content .flexible-section-title h3 {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin: auto;
    text-align: center;
    max-width: 10em;
}

@media (max-width: 1500px) {
    .page-default .static-content .flexible-section-title h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-default .static-content .flexible-section-title h3 {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-default .static-content .flexible-section-title h3 {
        font-size: 35px;
    }
}

.page-default.in-view .static-content {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .page-default .categories-menu~.page-content {
        width: 87.5%;
    }

    .page-default .categories-menu.has-page-children~.page-content {
        width: 79.16667%;
    }

    .page-default .categories-menu.has-page-children.hidden-categories-submenu~.page-content {
        width: 83.33333%;
        margin-left: -percentage(2/24);
    }
}

.is-desktop .page-styleguide .icon:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .page-styleguide .icon:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.page-styleguide .icon:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.page-styleguide .icon:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.page-styleguide .icon:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.flexible-map {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6vw 0vw;
}

@media only screen and (min-width: 768px) {
    .flexible-map {
        padding: 6vw 4vw;
    }
}

@media only screen and (max-width: 1023px) {
    .flexible-map {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-map {
        padding: 3vw 4vw;
    }
}

.flexible-map.small {
    width: 100%;
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .flexible-map.small {
        width: 52vw;
    }
}

.is-ie .flexible-map .map-marker__content svg {
    max-width: 2.5vw;
    max-height: 3vw;
}

.is-ie .flexible-map #location-hal .map-marker__content svg {
    max-width: 1.5vw;
}

.flexible-map__mapbox {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 80%;
    margin-left: 0;
}

.flexible-map__mapbox .mapboxgl-ctrl {
    display: none;
}

.flexible-map__mapbox .mapboxgl-canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexible-map__mapbox .mapboxgl-canvas {
    left: 0;
    top: 0;
    outline: 0;
}

.flexible-map .map-marker {
    z-index: 2;
    width: 10em;
    padding: 0;
    pointer-events: none;
}

.flexible-map .map-marker--small {
    width: 3em;
}

.flexible-map .map-marker:before {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .flexible-map .map-marker {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .flexible-map .map-marker strong {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .flexible-map .map-marker strong {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-map .map-marker__link {
        font-size: 14px;
        font-size: 0.93333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .flexible-map .map-marker__link {
        font-size: 14px;
    }
}

.flexible-map .map-marker__inner {
    border-radius: 50%;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #fce373;
    position: relative;
    pointer-events: auto;
}

.flexible-map .map-marker__inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
}

.flexible-map .map-marker.endpoint.top .map-marker__inner {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -25px;
}

.flexible-map .map-marker.endpoint.top .map-marker__inner:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fce373;
    bottom: -10px;
    left: calc(50% - 20px);
}

.flexible-map .map-marker.endpoint.bottom .map-marker__inner {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: -25px;
}

.flexible-map .map-marker.endpoint.bottom .map-marker__inner:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fce373;
    top: -10px;
    left: calc(50% - 20px);
}

.flexible-map .map-marker:not(.endpoint).left .map-marker__inner {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: -25px;
}

.flexible-map .map-marker:not(.endpoint).left .map-marker__inner:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fce373;
    right: -6px;
    top: calc(50% - 10px);
}

.flexible-map .map-marker:not(.endpoint).right .map-marker__inner {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: -25px;
}

.flexible-map .map-marker:not(.endpoint).right .map-marker__inner:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fce373;
    left: -6px;
    top: calc(50% - 10px);
}

.flexible-map .map-marker__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexible-map .map-marker__content .animation-icon {
    z-index: 1;
}

.flexible-map .map-marker__content>svg {
    padding-bottom: 0.5em;
    height: 2.5em;
}

.flexible-map .map-marker__name {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.3s visibility,
        0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.3s visibility;
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.3s visibility,
        0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.flexible-map .map-marker__name__inner {
    white-space: nowrap;
    padding: 0 1.5em;
    color: #231f20;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    line-height: 3em;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.3s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    height: 100%;
}

.flexible-map .map-marker.left .map-marker__name {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 50%;
    left: auto;
    border-radius: 3em 0 0 3em;
}

.flexible-map .map-marker.left .map-marker__name__inner {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 3em 0 0 3em;
}

.is-desktop .flexible-map .map-marker:hover .map-marker__name {
    visibility: visible;
}

.is-desktop .flexible-map .map-marker:hover .map-marker__name,
.is-desktop .flexible-map .map-marker:hover .map-marker__name__inner {
    -webkit-transform: none;
    transform: none;
}

.flexible-map .map-marker:active .map-marker__name {
    visibility: visible;
}

.flexible-map .map-marker:active .map-marker__name,
.flexible-map .map-marker:active .map-marker__name__inner {
    -webkit-transform: none;
    transform: none;
}

.flexible-map .map-marker--small .map-marker__content {
    padding: 0.5em;
}

.flexible-map .map-marker .map-marker__address {
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 0.2em;
    color: #231f20;
}

@media (max-width: 1500px) {
    .flexible-map .map-marker .map-marker__address {
        font-size: 17px;
    }
}

.flexible-map .map-marker .map-marker__address strong {
    display: block;
}

.flexible-map .map-marker .animation-icon {
    position: absolute;
    top: calc(50% - 0.5em);
    z-index: 3;
    left: calc(50% - 0.5em);
}

.flexible-textblock {
    width: 100%;
    margin: auto;
    text-align: left;
    max-width: 45em;
    padding: 4vw 8vw;
}

.flexible-textblock h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.flexible-textblock ul,
.flexible-textblock table {
    margin-bottom: 1.5em;
}

body.is-privacy-policy table {
    width: 100%;
    table-layout: fixed;
}

body.is-privacy-policy table p {
    font-size: inherit !important;

}



body.is-privacy-policy table th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;

    text-transform: uppercase;
}

body.is-privacy-policy table td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.flexible-textblock a:after,
.flexible-textblock a:before {
    bottom: 3px !important;
}

@media only screen and (min-width: 1024px) {
    .flexible-textblock {
        padding: 2vw 4vw;
    }
}

.flexible-textblock a.lang-selectors {
    margin: 0 0 3px;
}

.flexible-textblock a.lang-selectors span {
    bottom: 2px;
    left: 2px;
}

.flexible-textblock a.lang-selectors:after,
.flexible-textblock a.lang-selectors:before {
    display: none;
}

.flexible-image+.default-details-sidebar+.flexible-textblock,
.flexible-image+.flexible-textblock {
    padding-top: 0;
}

.flexible-textblock__title {
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .flexible-textblock__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .flexible-textblock__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .flexible-textblock__title {
        font-size: 28px;
    }
}

.flexible-textblock .animation-icon {
    margin-right: 0.25em;
    vertical-align: middle;
    margin-top: -0.2em;
    height: 0.9em;
    width: 0.9em;
}

.flexible-textblock p {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .flexible-textblock p {
        font-size: 19px;
    }
}

.flexible-textblock p:not(:last-of-type) {
    margin-bottom: 1em;
}

@media only screen and (min-width: 1200px) {
    .flexible-textblock p {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .flexible-textblock p {
        font-size: 21px;
    }
}

.flexible-textblock ul li:not(:last-of-type) {
    margin-bottom: 0.5em;
}

.flexible-textblock ul li:before {
    content: "\2022";
    margin-right: 0.2em;
}

.sidebar.bubble-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 20vw;
    background: 0 0;
    z-index: 180;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.in-view .sidebar.bubble-sidebar {
    -webkit-transform: none;
    transform: none;
}

.in-view .sidebar.bubble-sidebar .sidebar__link {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 1023px) {
    .sidebar.bubble-sidebar {
        background-color: transparent !important;
    }

    .sidebar.bubble-sidebar:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 0.7em);
        background-color: currentColor;
    }
}

@media only screen and (min-width: 1024px) {
    .sidebar.bubble-sidebar {
        width: 19vw;
        height: 100vh;
        padding: 0vw 0vw 0vw 1vw;
        bottom: 0;
        top: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
    }
}

.is-ie .sidebar .sidebar__link a {
    display: inline-block;
    max-width: 75%;
}

.sidebar.has-logos {
    visibility: visible;
}

.is-ie .sidebar.has-logos .sidebar__link a {
    max-width: 100%;
}

.sidebar.is-fixed {
    position: fixed;
    top: -18.8vw;
}

@media only screen and (min-width: 1024px) {
    .sidebar.is-fixed {
        top: 0;
        bottom: auto;
        left: 4vw;
    }
}

.sidebar__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 1023px) {
    .sidebar__links {
        display: block;
        position: relative;
        white-space: nowrap;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 4vw;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .sidebar__links::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .sidebar__links {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sidebar__link {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: inline-block;
    padding: 0.8em 0.8em 0.6em;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1500px) {
    .sidebar__link {
        font-size: 21px;
    }
}

.sidebar__link:nth-child(1) {
    transition-delay: 0.2s;
}

.sidebar__link:nth-child(2) {
    transition-delay: 0.25s;
}

.sidebar__link:nth-child(3) {
    transition-delay: 0.3s;
}

.sidebar__link:nth-child(4) {
    transition-delay: 0.35s;
}

.sidebar__link:nth-child(5) {
    transition-delay: 0.4s;
}

.sidebar__link:nth-child(6) {
    transition-delay: 0.45s;
}

.sidebar__link:nth-child(7) {
    transition-delay: 0.5s;
}

.sidebar__link:nth-child(8) {
    transition-delay: 0.55s;
}

.sidebar__link:nth-child(9) {
    transition-delay: 0.6s;
}

.sidebar__link:nth-child(10) {
    transition-delay: 0.65s;
}

.sidebar__link:nth-child(11) {
    transition-delay: 0.7s;
}

.sidebar__link:nth-child(12) {
    transition-delay: 0.75s;
}

.sidebar__link:nth-child(13) {
    transition-delay: 0.8s;
}

.sidebar__link:nth-child(14) {
    transition-delay: 0.85s;
}

.sidebar__link:nth-child(15) {
    transition-delay: 0.9s;
}

.sidebar__link:nth-child(16) {
    transition-delay: 0.95s;
}

.sidebar__link:nth-child(17) {
    transition-delay: 1s;
}

.sidebar__link:nth-child(18) {
    transition-delay: 1.05s;
}

.sidebar__link:nth-child(19) {
    transition-delay: 1.1s;
}

.sidebar__link .animation-icon {
    display: block;
    height: 2.2em;
    width: 4em;
    margin: 0 auto 0.5em;
}

@media only screen and (max-width: 1023px) {
    .sidebar__link .animation-icon {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .sidebar__link {
        -webkit-transform: translateX(-250%);
        transform: translateX(-250%);
    }
}

.is-desktop .sidebar__link:hover .animation-icon {
    stroke: #231f20;
    fill: none;
    background: 0 0;
    stroke-width: 3px;
    -webkit-animation: lines 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: lines 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes lines {
    0% {
        stroke-dasharray: 0, 200;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 200, 0;
        stroke-dashoffset: 100;
    }
}

@keyframes lines {
    0% {
        stroke-dasharray: 0, 200;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 200, 0;
        stroke-dashoffset: 100;
    }
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(10) {
    transition-delay: 1s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(11) {
    transition-delay: 1.1s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(12) {
    transition-delay: 1.2s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(13) {
    transition-delay: 1.3s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(14) {
    transition-delay: 1.4s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(15) {
    transition-delay: 1.5s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(16) {
    transition-delay: 1.6s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(17) {
    transition-delay: 1.7s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(18) {
    transition-delay: 1.8s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(19) {
    transition-delay: 1.9s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(20) {
    transition-delay: 2s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(21) {
    transition-delay: 2.1s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(22) {
    transition-delay: 2.2s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(23) {
    transition-delay: 2.3s;
}

.is-desktop .sidebar__link:hover .animation-icon .animation-svg svg path:nth-child(24) {
    transition-delay: 2.4s;
}

.is-desktop .sidebar__link:hover .underline:after,
.is-desktop .sidebar__link:hover .underline:before {
    -webkit-transform: none;
    transform: none;
}

.sidebar__link:active .animation-icon {
    stroke: #231f20;
    fill: none;
    background: 0 0;
    stroke-width: 3px;
    -webkit-animation: lines 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: lines 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes lines {
    0% {
        stroke-dasharray: 0, 200;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 200, 0;
        stroke-dashoffset: 100;
    }
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(10) {
    transition-delay: 1s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(11) {
    transition-delay: 1.1s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(12) {
    transition-delay: 1.2s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(13) {
    transition-delay: 1.3s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(14) {
    transition-delay: 1.4s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(15) {
    transition-delay: 1.5s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(16) {
    transition-delay: 1.6s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(17) {
    transition-delay: 1.7s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(18) {
    transition-delay: 1.8s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(19) {
    transition-delay: 1.9s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(20) {
    transition-delay: 2s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(21) {
    transition-delay: 2.1s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(22) {
    transition-delay: 2.2s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(23) {
    transition-delay: 2.3s;
}

.sidebar__link:active .animation-icon .animation-svg svg path:nth-child(24) {
    transition-delay: 2.4s;
}

.sidebar__link:active .underline:after,
.sidebar__link:active .underline:before {
    -webkit-transform: none;
    transform: none;
}

.is-ie .sidebar__link:first-of-type svg {
    width: 5em;
}

.sidebar__link svg {
    height: 2.2em;
    display: block;
    margin: auto auto 0.7em;
}

.is-ie .sidebar__link svg {
    width: 2em;
}

.sidebar__link .active .underline:after,
.sidebar__link .active .underline:before {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .sidebar__link {
        padding: 0;
        margin: 0.8vw 0;
    }
}

@media only screen and (min-width: 1200px) {
    .sidebar__link {
        font-size: 24px;
        font-size: 1.6vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .sidebar__link {
        font-size: 24px;
    }
}

.sidebar__link:first-of-type {
    margin-top: 0;
}

.sidebar__link:last-of-type {
    margin-bottom: 0;
}

.sidebar .bubble-canvas {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1em;
}

@media only screen and (min-width: 1024px) {
    .sidebar .bubble-canvas {
        left: 100%;
        width: 1vw;
        height: 100%;
        pointer-events: none;
        bottom: 0;
    }
}

.default-details-sidebar {
    width: 100%;
    padding: 6vw 12vw;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar {
        position: absolute;
        top: 0;
        right: 4vw;
        width: 20vw;
        height: 100%;
        padding: 0;
    }

    .default-details-sidebar--team-filter {
        width: 15vw;
        padding: 0 0 0 1vw;
    }
}

.default-details-sidebar__inner {
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__inner {
        width: 20vw;
        padding: 0vw 0vw 0vw 4vw;
    }
}

.default-details-sidebar__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #d2d2d7;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

@media only screen and (max-width: 1023px) {
    .default-details-sidebar__inner:after {
        display: none;
    }
}

.default-details-sidebar__inner.is-in-view:after {
    transition: 1s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        1s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.5s;
}

.default-details-sidebar__inner.is-fixed {
    position: fixed;
    top: 8vw;
    right: 4vw;
    bottom: auto;
}

.default-details-sidebar__inner.is-abs-bottom {
    position: absolute;
    top: auto;
    bottom: 4vw;
}

.default-details-sidebar__general {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.default-details-sidebar__general>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 1023px) {
    .default-details-sidebar__general {
        padding: 2.2em 0;
    }

    .default-details-sidebar__general:after,
    .default-details-sidebar__general:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #231f20;
    }

    .default-details-sidebar__general:before {
        top: 0;
    }

    .default-details-sidebar__general:after {
        bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .single-sidebar .default-details-sidebar__general {
        padding-left: 2vw;
        border-left: 2px solid #231f20;
    }

    .default-details-sidebar__general>* {
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
        opacity: 0;
    }

    .is-in-view .default-details-sidebar__general>* {
        transition: 1s opacity ease,
            1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: 1s opacity ease,
            1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: 1s opacity ease,
            1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
            1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(1) {
        transition-delay: 0.6s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(2) {
        transition-delay: 0.7s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(3) {
        transition-delay: 0.8s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(4) {
        transition-delay: 0.9s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(5) {
        transition-delay: 1s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(6) {
        transition-delay: 1.1s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(7) {
        transition-delay: 1.2s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(8) {
        transition-delay: 1.3s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(9) {
        transition-delay: 1.4s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(10) {
        transition-delay: 1.5s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(11) {
        transition-delay: 1.6s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(12) {
        transition-delay: 1.7s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(13) {
        transition-delay: 1.8s;
    }

    .is-in-view .default-details-sidebar__general> :nth-of-type(14) {
        transition-delay: 1.9s;
    }
}

.default-details-sidebar__general .lang-selector {
    margin: -5px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.default-details-sidebar__title {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1em;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0.5em;
    text-align: left;
}

@media (max-width: 1500px) {
    .default-details-sidebar__title {
        font-size: 28px;
    }
}

.default-details-sidebar__title:first-of-type {
    padding-top: 0;
}

@media only screen and (max-width: 1023px) {
    .default-details-sidebar__title {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__title {
        padding-top: 1.5em;
        padding-bottom: 1em;
    }

    .default-details-sidebar__title:first-of-type {
        margin-top: -6px;
    }
}

.default-details-sidebar__links {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    display: block;
    text-align: center;
}

@media (max-width: 1500px) {
    .default-details-sidebar__links {
        font-size: 19px;
    }
}

.default-details-sidebar__links .default-details-sidebar__file-wrapper {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__links {
        text-align: left;
    }
}

.default-details-sidebar__info {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0.65em 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1500px) {
    .default-details-sidebar__info {
        font-size: 19px;
    }
}

.default-details-sidebar__info.no-label {
    margin-top: 0;
    padding-top: 1.2em;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__info {
        width: 100%;
        display: block;
        padding: 0.55em 0;
        text-align: left;
    }

    .has-departments .default-details-sidebar__info {
        text-align: center;
    }

    .has-departments .default-details-sidebar__info p {
        font-weight: 400;
    }

    .default-details-sidebar__info.no-label {
        text-align: center;
        margin-top: 1.5em;
        padding-top: 0;
    }

    .default-details-sidebar__info.no-label p {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .default-details-sidebar__info.no-label p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__info:nth-child(2).no-label {
        padding-bottom: 1.9em;
    }
}

.default-details-sidebar__info--strong {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
}

@media (max-width: 1500px) {
    .default-details-sidebar__info--strong {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .default-details-sidebar__info--strong {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .default-details-sidebar__info--strong {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .default-details-sidebar__info p {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .default-details-sidebar__info p {
        font-size: 21px;
    }
}

.default-details-sidebar__table {
    width: 100%;
    padding: 2.2em 0;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__table {
        padding: 0.85em 0;
    }
}

.default-details-sidebar__table .default-details-sidebar__row {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.25em 0;
    text-align: left;
}

.default-details-sidebar__table .default-details-sidebar__row span.row-header {
    font-weight: 400;
}

@media (max-width: 1500px) {
    .default-details-sidebar__table .default-details-sidebar__row {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .default-details-sidebar__table .default-details-sidebar__row {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.8em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .default-details-sidebar__table .default-details-sidebar__row {
        font-size: 21px;
    }
}

.default-details-sidebar__button {
    text-align: center;
    margin: 0.65em auto;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__button {
        margin: 0.85em auto;
    }
}

@media only screen and (max-width: 1023px) {
    .default-details-sidebar__button {
        width: auto;
    }
}

@media screen and (min-width: 1250px) {
    .default-details-sidebar__button {
        width: auto;
    }
}

.default-details-sidebar__button.button--inverted {
    background-color: #231f20;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar__button.button--inverted {
        padding: 0.6em 1.95em 0.7em;
    }
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .default-details-sidebar__button.button--inverted:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.default-details-sidebar__button.button--inverted:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.default-details-sidebar__button.button--inverted:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.default-details-sidebar .department-select {
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .default-details-sidebar a {
        margin: auto;
    }

    .default-details-sidebar a.button {
        margin: 0.65em auto;
    }
}

.default-details-sidebar .bubble-canvas {
    display: none;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .default-details-sidebar .bubble-canvas {
        display: block;
        top: 0;
        left: calc(100% - 1px);
        width: 1vw;
        height: 100%;
    }
}

.flexible-carousel {
    position: relative;
    padding: 4vw 0vw;
    width: 100%;
    overflow: hidden;
    cursor: move;
    cursor: url("../assets/images/ui/grab.png.html");
    cursor: -webkit-grab;
    cursor: grab;
}

.flexible-carousel:active {
    cursor: url("../assets/images/ui/grabbing.png.html");
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

@media only screen and (min-width: 1024px) {
    .flexible-carousel {
        padding: 3vw 0vw;
        width: calc(100% + 1vw);
        left: -1vw;
    }

    .flexible-carousel.overlap-sidebar {
        width: calc(100% + 25vw);
    }
}

.flexible-carousel [data-component="carousel"] {
    outline: 0;
    opacity: 0;
    transition: 0.55s opacity ease;
    position: relative;
}

.flexible-carousel [data-component="carousel"].flickity-enabled {
    opacity: 1;
}

.flexible-carousel [data-component="carousel"]:before {
    content: "";
    position: absolute;
    top: calc(50% - 2em);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d2d2d7;
}

.flexible-carousel [data-component="carousel"] .flickity-button {
    position: absolute;
    background-color: transparent;
    border: 0;
    width: 20vw;
    height: 100%;
    top: 0;
    z-index: 5;
}

.flexible-carousel [data-component="carousel"] .flickity-button svg {
    display: none;
}

.flexible-carousel [data-component="carousel"] .flickity-button.previous {
    left: 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231d1d1d" height="28" viewBox="0 0 28 24" width="24"><path d="M9,23.5c0.6,0.6,1.6,0.6,2.2,0c0.6-0.6,0.6-1.6,0-2.2l-5.9-5.9l17.2,0c0.9,0,1.5-0.7,1.5-1.5c0-0.9-0.7-1.5-1.5-1.5l-17.2,0 l5.9-5.9c0.6-0.6,0.6-1.6,0-2.2c-0.3-0.3-0.7-0.5-1.1-0.5C9.7,3.7,9.3,3.9,9,4.2l-8.6,8.6C0.2,13,0,13.4,0,13.8 c0,0.4,0.2,0.8,0.5,1.1L9,23.5z"/></svg>') 12 12,
        auto;
}

.flexible-carousel [data-component="carousel"] .flickity-button.next {
    right: 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231d1d1d" height="28" viewBox="0 0 28 24" width="24"><path d="M15,4.2c-0.6-0.6-1.6-0.6-2.2,0c-0.6,0.6-0.6,1.6,0,2.2l5.9,5.9l-17.2,0C0.7,12.3,0,13,0,13.8c0,0.9,0.7,1.5,1.5,1.5l17.2,0 l-5.9,5.9c-0.6,0.6-0.6,1.6,0,2.2c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.8-0.2,1.1-0.5l8.6-8.6c0.3-0.3,0.5-0.7,0.5-1.1 c0-0.4-0.2-0.8-0.5-1.1L15,4.2z"/></svg>') 12 12,
        auto;
}

@media only screen and (max-width: 1023px) {
    .flexible-carousel [data-component="carousel"] .flickity-button {
        display: none;
    }
}

.flexible-carousel__title {
    text-align: center;
    margin-bottom: 1em;
}

.flexible-carousel__slide {
    width: auto;
    display: inline-block;
    padding: 0vw 4vw;
    margin-bottom: 3em;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .flexible-carousel__slide {
        padding: 0;
        margin: 0vw 2vw;
    }
}

.flexible-carousel__slide img {
    height: 25vmax;
    width: auto;
    display: inline-block;
}

.is-ie .flexible-carousel__slide img {
    height: 25vw;
}

.flexible-carousel__slide:after {
    content: attr(data-caption);
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.5em;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0vw 4vw;
}

@media (max-width: 1500px) {
    .flexible-carousel__slide:after {
        font-size: 16px;
    }
}

.flexible-carousel__image {
    height: 25vw;
}

.flexible-carousel__image.bordered {
    position: relative;
    color: #fce373;
    background: currentColor;
}

.flexible-carousel__image.bordered:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 2vw currentColor;
}

@media only screen and (min-width: 1024px) {
    .flexible-carousel__image.bordered:after {
        box-shadow: inset 0 0 0 1.2vw currentColor;
    }
}

.flexible-carousel__image.bordered img {
    height: 100%;
}

.flexible-carousel__image--noimg:before {
    content: "";
    height: 25vw;
    width: 25vw;
    display: inline-block;
    background: currentColor;
}

.flexible-carousel__slide-text,
.flexible-carousel__slide-title {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.5em;
}

@media (max-width: 1500px) {
    .flexible-carousel__slide-title {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    .flexible-carousel__slide-text {
        font-size: 16px;
    }
}

.flexible-carousel--big {
    padding: 7vw 0vw 4vw;
    background-color: #9ad18b;
}

@media only screen and (min-width: 768px) {
    .flexible-carousel--big {
        padding: 4.8vw 0vw 4vw;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-carousel--big {
        padding: 7vw 0vw 2vw;
    }
}

.flexible-carousel--big:not(:first-child) {
    margin-top: 7vw;
}

.flexible-with-background-color+.flexible-carousel--big {
    margin-top: 0;
}

.is-ie .flexible-carousel--big [data-component="carousel"]:before {
    top: 12.5vw;
}

.flexible-carousel--big .big-carousel-wrapper {
    width: 100%;
    white-space: nowrap;
}

.flexible-carousel--big .flexible-carousel__slide-inner {
    position: relative;
    white-space: normal;
}

.flexible-carousel--big .flexible-carousel__title {
    font-size: 25px;
    font-size: 1.66667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0 4vw;
}

@media (max-width: 1500px) {
    .flexible-carousel--big .flexible-carousel__title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .flexible-carousel--big .flexible-carousel__title {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .flexible-carousel--big .flexible-carousel__title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-carousel--big .flexible-carousel__title {
        margin-bottom: 7vw;
    }
}

.flexible-carousel--big .flexible-carousel__title strong {
    font-weight: 600;
}

.flexible-carousel--big .flexible-carousel__slide {
    display: inline-block;
}

.flexible-carousel--big .flexible-carousel__slide-title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin-top: 1em;
}

@media (max-width: 1500px) {
    .flexible-carousel--big .flexible-carousel__slide-title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-carousel--big .flexible-carousel__slide-title {
        margin-top: 1.75em;
    }
}

.flexible-carousel--big .flexible-carousel__slide-text {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.2;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
}

@media (max-width: 1500px) {
    .flexible-carousel--big .flexible-carousel__slide-text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .flexible-carousel--big .flexible-carousel__slide-text {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
        padding: 0 1vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .flexible-carousel--big .flexible-carousel__slide-text {
        font-size: 21px;
    }
}

.flickity-page-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8em;
    list-style: none;
    transition: 0.4s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
}

.flickity-page-dots .dot {
    position: relative;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    background-color: #231f20;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
}

.flickity-page-dots .dot::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
}

.flickity-page-dots .dot:not(:last-child) {
    margin-right: 7px;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flexible-video {
    padding: 4vw;
}

@media only screen and (min-width: 768px) {
    .flexible-video {
        padding: 4vw 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-video {
        padding: 3vw 12vw;
    }
}

.flexible-video__caption {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.5em;
    color: #231f20;
}

@media (max-width: 1500px) {
    .flexible-video__caption {
        font-size: 16px;
    }
}

.flexible-video .vjs-play-control {
    fill: #fff;
}

.flexible-image {
    padding: 8vw 4vw;
}

.flexible-image.img-before-title {
    width: 40vw;
    height: 40vw;
    padding: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12vw auto auto;
}

@media only screen and (min-width: 1024px) {
    .flexible-image.img-before-title {
        padding: 0 !important;
        width: 28vw;
        height: 28vw;
        margin-bottom: 3.6vw;
        margin-top: 0vw;
    }
}

.flexible-image.img-before-title .intrinsic {
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .flexible-image {
        padding: 4vw 12vw;
    }

    .has-menu .flexible-image {
        padding: 4vw 8vw;
    }

    .has-menu .has-sidebar .flexible-image {
        padding: 4vw;
    }
}

.flexible-image .intrinsic {
    max-width: 100%;
}

.flexible-image .intrinsic.bordered .intrinsic:not(.intrinsic--split):after,
.flexible-image .intrinsic.bordered .intrinsic__half__image:after {
    box-shadow: inset 0 0 0 2vw currentColor;
}

.flexible-image.is-in-view .intrinsic__half__image {
    -webkit-transform: none !important;
    transform: none !important;
    transition-delay: 0.5s;
}

.flexible-image__caption {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.5em;
    opacity: 0;
}

@media (max-width: 1500px) {
    .flexible-image__caption {
        font-size: 16px;
    }
}

.is-in-view .flexible-image__caption {
    opacity: 1;
    transition: 1s opacity ease;
    transition-delay: 0.5s;
}

.flexible-image-reveal {
    padding: 8vw 4vw;
}

@media only screen and (min-width: 1024px) {
    .flexible-image-reveal {
        padding: 4vw 12vw;
    }

    .has-menu .flexible-image-reveal {
        padding: 4vw 8vw;
    }

    .has-menu .has-sidebar .flexible-image-reveal {
        padding: 4vw;
    }
}

.flexible-image-reveal .intrinsic {
    width: 100%;
}

.flexible-image-reveal__caption {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.5em;
}

@media (max-width: 1500px) {
    .flexible-image-reveal__caption {
        font-size: 16px;
    }
}

.flexible-image-reveal .revealer {
    position: relative;
}

.flexible-image-reveal .revealer__field {
    position: relative;
    overflow: hidden;
}

.flexible-image-reveal .revealer__image--top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.flexible-image-reveal .revealer__handle {
    position: absolute;
    top: calc(50% - 1.5em);
    right: -1.5em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    z-index: 2;
    cursor: move;
    cursor: url("../assets/images/ui/grab.png.html");
    cursor: -webkit-grab;
    cursor: grab;
}

.flexible-image-reveal .revealer__handle:hover:before {
    -webkit-transform: scaleY(0.8) translateX(-4px);
    transform: scaleY(0.8) translateX(-4px);
}

.flexible-image-reveal .revealer__handle:hover:after {
    -webkit-transform: scaleY(0.8) translateX(4px);
    transform: scaleY(0.8) translateX(4px);
}

.flexible-image-reveal .revealer__handle:active {
    cursor: url("../assets/images/ui/grabbing.png.html");
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flexible-image-reveal .revealer__handle:active:before {
    -webkit-transform: scaleY(0.8) translateX(2px);
    transform: scaleY(0.8) translateX(2px);
}

.flexible-image-reveal .revealer__handle:active:after {
    -webkit-transform: scaleY(0.8) translateX(-2px);
    transform: scaleY(0.8) translateX(-2px);
}

.flexible-image-reveal .revealer__handle:after,
.flexible-image-reveal .revealer__handle:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    transition: 0.2s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1),
        0.2s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
}

.flexible-image-reveal .revealer__handle:before {
    right: calc(50% + 4px);
    border-right: 8px solid #231f20;
}

.flexible-image-reveal .revealer__handle:after {
    left: calc(50% + 4px);
    border-left: 8px solid #231f20;
}

.flexible-image-reveal:not(.is-interacted-with) .revealer__handle,
.flexible-image-reveal:not(.is-interacted-with) .revealer__image--top,
.flexible-image-reveal:not(.is-interacted-with) .revealer__image--top .intrinsic {
    transition: 1s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
        1s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.flexible-image-reveal:not(.is-in-view) .revealer__handle,
.flexible-image-reveal:not(.is-in-view) .revealer__image--top,
.flexible-image-reveal:not(.is-in-view) .revealer__image--top .intrinsic {
    -webkit-transform: none !important;
    transform: none !important;
}

.flexible-image-text {
    padding: 6.4vw 0vw 8vw;
    background-color: #cca69a;
}

@media only screen and (min-width: 768px) {
    .flexible-image-text {
        padding: 4.8vw 0vw 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-image-text {
        padding: 6.4vw 0vw 8vw;
    }
}

.flexible-image-text:not(:first-child) {
    margin-top: 6vw;
}

.flexible-with-background-color+.flexible-image-text {
    margin-top: 0;
}

.flexible-image-text__title {
    font-size: 25px;
    font-size: 1.66667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0 4vw;
    margin-bottom: 1em;
}

@media (max-width: 1500px) {
    .flexible-image-text__title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .flexible-image-text__title {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .flexible-image-text__title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-image-text__title {
        margin-bottom: 5vw;
    }
}

.flexible-image-text__title strong {
    font-weight: 600;
}

.flexible-image-text__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexible-image-text__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 3vw;
}

@media only screen and (min-width: 768px) {
    .flexible-image-text__item {
        max-width: 32vw;
    }
}

.flexible-image-text .intrinsic {
    max-width: 100%;
}

.flexible-image-text__item-title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 1em;
}

@media (max-width: 1500px) {
    .flexible-image-text__item-title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .flexible-image-text__item-title {
        margin-top: 1.75em;
    }
}

.flexible-image-text__item-text {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 0.5em;
    text-align: center;
}

@media (max-width: 1500px) {
    .flexible-image-text__item-text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .flexible-image-text__item-text {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
        padding: 0 1.6vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .flexible-image-text__item-text {
        font-size: 21px;
    }
}

.flexible-360-tour {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 4vw 8vw;
}

.flexible-360-tour>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .flexible-360-tour {
        padding: 3vw 10vw;
    }
}

.flexible-360-tour__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.flexible-360-tour__wrapper iframe {
    position: absolute;
    left: 50%;
    width: 200%;
    height: 100%;
    top: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.flexible-questions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 4vw 0vw;
}

.flexible-questions>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .flexible-questions {
        padding: 3vw 12vw;
    }
}

.flexible-questions .answer {
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    .flexible-columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0vw 8vw;
    }

    .flexible-columns>* {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.flexible-columns>div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1023px) {
    .flexible-columns>div {
        padding: 8vw;
    }
}

.flexible-columns>div .column-label {
    margin-bottom: 1em;
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.025em;
}

@media (max-width: 1500px) {
    .flexible-columns>div .column-label {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .flexible-columns>div .column-label {
        font-size: 30px;
        font-size: 2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: -0.025em;
        padding: 0 2em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .flexible-columns>div .column-label {
        font-size: 30px;
    }
}

.flexible-columns>div img {
    margin-bottom: 1em;
}

.flexible-downloads {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0vw 2vw;
}

.flexible-downloads>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .flexible-downloads {
        padding: 0vw 4vw;
    }
}

.flexible-downloads .download-link__wrapper {
    display: block;
    width: 100%;
    text-align: center;
}

.flexible-downloads .download-link__wrapper div {
    margin: 1em 0;
}

.flexible-quote {
    padding: 0vw 14vw;
    margin: 1em 0;
}

.flexible-quote strong {
    display: block;
    margin-bottom: 1.25em;
}

@media only screen and (min-width: 1200px) {
    .flexible-quote strong {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .flexible-quote strong {
        font-size: 28px;
    }
}

.flexible-quote .artist__img {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
    margin-right: 0.5em;
}

.flexible-logo {
    max-width: 24vw;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.flexible-logo img {
    width: 100%;
    height: 100%;
}

.flexible-form .gfield:before,
.flexible-form ul li:before {
    display: none;
}

.flexible-form .form-footer-notice,
.flexible-form .gform_body,
.flexible-form .gform_heading {
    color: #231f20;
}

.flexible-form .button {
    color: currentColor;
    background-color: #231f20;
    border: 0;
    border-radius: 2em;
    cursor: pointer;
}

.flexible-form .button:disabled {
    cursor: not-allowed;
}

.flexible-form .gform_wrapper .gfield {
    margin-bottom: 2em;
}

.flexible-form .gform_wrapper .gfield_label {
    margin-bottom: 0.5em;
}

.flexible-form .ginput_container {
    text-align: left;
}

.flexible-form .ginput_complex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexible-form .ginput_complex>span {
    width: 100%;
    margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
    .flexible-form .ginput_complex>span {
        width: calc(50% - 1em);
        margin-right: 1em;
    }
}

.flexible-form .ginput_complex>span:last-of-type {
    margin-right: 0;
}

.flexible-form .ginput_complex label {
    margin-top: 5px;
}

.flexible-form .gfield_checkbox li,
.flexible-form .gfield_radio {
    margin-top: 0;
    margin-bottom: 1em;
}

.flexible-form .gfield_checkbox li:before,
.flexible-form .gfield_radio:before {
    display: none;
}

.flexible-form .gfield_checkbox li:last-of-type,
.flexible-form .gfield_radio:last-of-type {
    margin-bottom: 0;
}

.flexible-form .selectize-input {
    height: 50px;
    margin: 0;
    padding: 2px 10px;
    border: 2px solid rgba(35, 31, 32, 0.15);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexible-form .selectize-input input {
    display: none;
}

.flexible-form .selectize-dropdown {
    max-height: 400px;
    overflow: auto;
    border: 2px solid rgba(35, 31, 32, 0.15);
    margin-top: 1em;
}

.flexible-form .selectize-dropdown .option {
    cursor: pointer;
    padding: 0.5em;
    border-bottom: 1px solid;
}

.flexible-form .selectize-dropdown .option:hover {
    opacity: 0.8;
}

.flexible-form .selectize-dropdown .option:last-of-type {
    margin-bottom: 0;
}

.team {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0vw 4vw;
}

.team>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.team__column {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.team__column .break {
    clear: both;
    display: flex;
    height: 8vw
}

.team-card {
    width: 100%;
    padding: 0vw 2vw 12vw;
}

@media only screen and (min-width: 1024px) {
    .team-card {
        padding: 0vw 2vw 4vw;
    }

    .team__column {
        grid-gap: 20px;
    }
}

.team-card .intrinsic {
    margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
    .team-card .intrinsic {
        margin-bottom: 2em;
        display: none;
    }

    .team-card .intrinsic.intrinsic--small {
        margin: 0 auto 2em;
        display:block;
    }
}

.team-card .intrinsic__half__image {
    -webkit-transform: none !important;
    transform: none !important;
}

.team-card .intrinsic__half__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 2vw currentColor;
}

@media only screen and (min-width: 1024px) {
    .team-card .intrinsic__half__image:after {
        box-shadow: inset 0 0 0 1.2vw currentColor;
    }
}

.team-card__role {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 0.75em;
    text-transform: capitalize;
}

.team-card__role.small {
    font-size: 80%;
}



@media (max-width: 1500px) {
    .team-card__role {
        font-size: 21px;
    }
}

.team-card__name {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
}

@media (max-width: 1500px) {
    .team-card__name {
        font-size: 28px;
    }
}

.team-card__contact {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 0.75em;
}

@media (max-width: 1500px) {
    .team-card__contact {
        font-size: 21px;
    }
}

.team .form-element--select {
    padding: 4vw 0vw 12vw;
}

.team .form-element--select[data-theme="basic"] .select2-container {
    max-width: 14em;
    text-align: center;
}

.team .form-element--select[data-theme="basic"] .select2-selection {
    background-color: #9ad18b;
    border: 2px solid #231f20;
}

.team .form-element--select[data-theme="basic"] .select2-container--open .select2-selection {
    border-bottom: none;
}

.team .form-element--select[data-theme="basic"] .select2-dropdown {
    background-color: #9ad18b;
    border: 2px solid #231f20;
    border-top: none;
}

.team .form-element--select[data-theme="basic"] .select2-results {
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .team .form-element--select {
        display: none;
    }
}

.team~.default-details-sidebar--team-filter {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .team~.default-details-sidebar--team-filter {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 0;
        height: 100%;
        left: 4vw;
    }

    .team~.default-details-sidebar--team-filter.is-fixed {
        position: fixed;
        top: 0;
        height: 100%;
        left: 4vw;
    }

    .team~.default-details-sidebar--team-filter.is-abs-bottom {
        position: absolute;
        top: auto;
        height: 100vh;
        left: -20vw;
        bottom: 0;
    }
}

.default-details-sidebar--team-filter .default-details-sidebar__info {
    padding: 0.35em 0;
}

.page-collection.is-animating-out .collection-content__column {
    overflow: visible;
}

.page-collection__content {
    position: relative;
    min-height: 100vh;
}

@media only screen and (min-width: 1024px) {
    .page-collection .collection-sidebar {
        width: auto;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        bottom: auto;
        left: 4vw;
        z-index: 2;
    }

    .page-collection .collection-sidebar.is-bottom {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
    }
}

.page-collection .collection-artist-icon {
    display: block;
    width: 24vw;
    height: 24vw;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -4vw auto 4vw;
}

@media only screen and (min-width: 1024px) {
    .page-collection .collection-artist-icon {
        width: 8vw;
        height: 8vw;
        margin: -1.6vw auto 2vw;
    }
}

.page-collection .collection-artist-description {
    text-align: center;
    max-width: 84vw;
    margin: 0 auto 3vw;
}

@media only screen and (min-width: 1024px) {
    .page-collection .collection-artist-description {
        max-width: 26vw;
    }
}

.page-collection .collection-artist-link {
    font-weight: 700;
}

.collection-overview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
    overflow-x: hidden;
}

.collection-overview>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .collection-overview {
        width: 100%;
    }
}

.collection-overview.white-title .collection-overview__subtitle,
.collection-overview.white-title .collection-overview__title {
    color: #fff;
}

.collection-overview .sub-view__page {
    padding: 0vw 0vw 12vw;
    width: 100%;
}

.collection-overview .sub-view__page:nth-of-type(2) {
    padding-top: 0 !important;
}

@media only screen and (min-width: 768px) {
    .collection-overview .sub-view__page {
        padding: 0vw 0vw 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-overview .sub-view__page {
        padding: 0vw 0vw 0vw 20vw;
    }
}

.collection-overview .sub-view__page.is-search-results {
    padding-left: 10vw;
}

.collection-overview [data-component="page-title"] {
    margin-bottom: 2em;
    padding-top: 12vw;
}

@media only screen and (min-width: 768px) {
    .collection-overview [data-component="page-title"] {
        padding-top: 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-overview [data-component="page-title"] {
        padding-top: 10.8vw;
    }
}

.collection-overview__title {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 0vw 4vw;
}

@media (max-width: 1500px) {
    .collection-overview__title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-overview__title {
        font-size: 100px;
        font-size: 6.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        width: 90%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .collection-overview__title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-overview__title .is-ie {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .collection-overview__title {
        font-size: 150px;
        font-size: 10vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .collection-overview__title {
        font-size: 150px;
    }
}

.collection-overview__title .original-title {
    visibility: hidden;
}

.collection-overview__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

.collection-overview__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.is-animating .collection-overview__title--half span {
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub-view__page.in-view .collection-overview__title--half span {
    -webkit-transform: none;
    transform: none;
}

.collection-overview__title--half:first-of-type {
    top: 0;
}

.collection-overview__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.collection-overview__title--half:last-of-type {
    bottom: 0;
}

.collection-overview__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.collection-overview__subtitle {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0vw 4vw;
    width: 65%;
    text-align: center;
    opacity: 0;
    margin: 0.9em auto auto;
}

@media (max-width: 1500px) {
    .collection-overview__subtitle {
        font-size: 19px;
    }
}

.is-animating .collection-overview__subtitle {
    transition: opacity 0.75s ease,
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.25s;
}

.is-animating--out .collection-overview__subtitle {
    transition-delay: 0s !important;
}

.sub-view__page.in-view .collection-overview__subtitle {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .collection-overview__subtitle {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .collection-overview__subtitle {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .collection-overview__subtitle {
        font-size: 28px;
    }
}

.collection-overview__read-more {
    text-align: center;
    padding-top: 1em;
    max-width: 35em;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
    .collection-overview__read-more {
        padding-top: 1.5em;
    }
}

.collection-overview__read-more .read-more__target {
    height: 0;
}

.collection-overview__read-more .active-line {
    vertical-align: bottom;
}

.collection-overview .read-more-btn {
    transition: 0.25s opacity ease;
    vertical-align: bottom;
}

.read-more-visible .collection-overview .read-more-btn {
    opacity: 0.2;
    pointer-events: none;
}

.collection-overview .read-more-content {
    text-align: center;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.read-more-visible .collection-overview .read-more-content {
    visibility: visible;
    height: auto;
}

.collection-overview .read-more-content__inner {
    padding: 4vw 0vw 0vw;
}

.collection-overview .read-more-content__text {
    max-width: 25em;
    margin: 0 auto;
    padding: 2vw 4vw;
}

.collection-overview .read-more-content__close-btn {
    margin-top: 1em;
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .collection-overview .read-more-content__close-btn {
        font-size: 28px;
    }
}

.collection-content {
    padding: 0;
    margin: 0 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1024px) {
    .collection-content {
        padding: 6vw;
        margin: 0 -5px;
    }
}

.collection-content__column {
    width: 50%;
    margin: 0 1px;
}

@media only screen and (min-width: 1024px) {
    .collection-content__column {
        margin: 0 5px;
        overflow: hidden;
    }
}

.collection-content__column:last-of-type .collection-content__item.is-in-view .intrinsic--split .intrinsic__half__image {
    transition-delay: 0.35s;
}

.collection-content__column:last-of-type .collection-content__item .intrinsic--split .intrinsic__half__image {
    transition-delay: 0s;
}

.collection-content__item {
    position: relative;
    margin-bottom: 2px;
}

@media only screen and (min-width: 1024px) {
    .collection-content__item {
        margin-bottom: 10px;
    }
}

.collection-content__item.is-in-view .intrinsic--split .intrinsic__half__image {
    transition-delay: 0.15s;
}

.collection-content__item .intrinsic--split .intrinsic__half__image {
    transition-delay: 0s;
}

.collection-content__pagination {
    width: 100%;
    display: none;
}

.collection-content .transition-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, ease visibility 0.25s;
}

@media only screen and (max-width: 1023px) {
    .collection-content .transition-img {
        display: none;
    }
}

.is-animating-detail .collection-content .transition-img {
    opacity: 1;
    visibility: visible;
}

.collection-content .transition-img.is-animated {
    position: fixed;
    left: 4vw !important;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
}

.collection-menu {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 0 4vw;
    color: #231f20;
}

@media only screen and (max-width: 1023px) {
    .collection-menu {
        overflow: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-menu {
        width: auto;
        padding: 0;
        overflow: visible;
    }
}

.collection-menu__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 38vw;
    padding: 0 2.4vw;
    background-color: #5ABF86;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.show-sidebar .collection-menu__container {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .collection-menu__container {
        width: 10vw;
        height: 100vh;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 4vw 2vw;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.collection-menu__item {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: auto;
    text-align: center;

    padding: 20vw 3.6vw 2vw;
    opacity: 0;
    transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-menu__item:nth-child(1) {
    transition-delay: 0.065s;
}

.collection-menu__item:nth-child(2) {
    transition-delay: 0.13s;
}

.collection-menu__item:nth-child(3) {
    transition-delay: 0.195s;
}

.collection-menu__item:nth-child(4) {
    transition-delay: 0.26s;
}

.collection-menu__item:nth-child(5) {
    transition-delay: 0.325s;
}

.collection-menu__item:nth-child(6) {
    transition-delay: 0.39s;
}

.collection-menu__item:nth-child(7) {
    transition-delay: 0.455s;
}

.collection-menu__item:nth-child(8) {
    transition-delay: 0.52s;
}

.collection-menu__item:nth-child(9) {
    transition-delay: 0.585s;
}

.show-sidebar .collection-menu__item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.is-desktop .collection-menu__item:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .collection-menu__item:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.collection-menu__item:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.collection-menu__item:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collection-menu__item:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.collection-menu__item:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (min-width: 1024px) {
    .collection-menu__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        height: auto;
        padding: 2vw 0;
        overflow: hidden;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

.collection-menu__item.active .collection-menu__label::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.collection-menu__icon {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8vw;
    height: 8vw;
}

@media only screen and (min-width: 1024px) {
    .collection-menu__icon {
        width: 1.6vw;
        height: 1.6vw;
    }
}

.collection-menu__icon .animation-icon {
    width: 100%;
    height: 100%;
}

.collection-menu__icon svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #231f20;
    padding: 2vw 1.2vw 0;
}

@media only screen and (min-width: 768px) {
    .collection-menu__icon svg {
        padding: 0;
    }
}

.collection-menu__label {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    line-height: 1.4;
    position: relative;
    margin-top: 2vw;
}

@media (max-width: 1500px) {
    .collection-menu__label {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-menu__label {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        margin-top: 1vw;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .collection-menu__label {
        font-size: 20px;
    }
}

.collection-menu__label::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #231f20;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.collection-menu .bubble-canvas {
    position: absolute;
    z-index: 1;
    top: calc(100% - 4vw - 1px);
    left: 0;
    width: 100%;
    height: 4vw;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .collection-menu .bubble-canvas {
        top: 0;
        left: calc(100% - 1px);
        width: 1vw;
        height: 100%;
    }
}

.collection-filters {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 28vw;
    color: #5ABF86;
    background-color: #231f20;
    overflow: hidden;
    padding-top: 4vw;
    margin-top: -4vw;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    transition: 0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.show-sidebar .collection-filters {
    -webkit-transform: none;
    transform: none;
}

.collection-filters.is-hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (min-width: 1024px) {
    .collection-filters {
        width: 10vw;
        height: 100vh;
        padding-top: 0;
        margin-top: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

[data-filters-is-open="color"] .collection-filters,
[data-filters-is-open="period"] .collection-filters {
    height: 24vw;
}

@media only screen and (min-width: 1024px) {

    [data-filters-is-open="color"] .collection-filters,
    [data-filters-is-open="period"] .collection-filters {
        height: 100vh;
    }
}

.collection-filters__container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #231f20;
    overflow-x: auto;
    overflow-y: hidden;
    opacity: 0;
}

.collection-filters__container::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .collection-filters__container {
        overflow: hidden;
    }

    .collection-filters__container.is-open {
        -webkit-transform: none;
        transform: none;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-overflow-style: none;
    }
}

.collection-filters__container.is-open {
    z-index: 2;
    opacity: 1;
}

.show-sidebar .collection-filters__container.is-open .collection-filters__item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.collection-filters__inner {
    min-height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6vw 2vw;
}

@media only screen and (min-width: 1024px) {
    .collection-filters__inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 4vw 2vw;
    }
}

.collection-filters__item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 24vw;
    padding: 0 2vw;
    text-align: center;
    color: inherit;
    opacity: 0;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    transition: opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.collection-filters__item:nth-child(1) {
    transition-delay: 0.05s;
}

.collection-filters__item:nth-child(2) {
    transition-delay: 0.1s;
}

.collection-filters__item:nth-child(3) {
    transition-delay: 0.15s;
}

.collection-filters__item:nth-child(4) {
    transition-delay: 0.2s;
}

.collection-filters__item:nth-child(5) {
    transition-delay: 0.25s;
}

.collection-filters__item:nth-child(6) {
    transition-delay: 0.3s;
}

.collection-filters__item:nth-child(7) {
    transition-delay: 0.35s;
}

.collection-filters__item:nth-child(8) {
    transition-delay: 0.4s;
}

.collection-filters__item:nth-child(9) {
    transition-delay: 0.45s;
}

.collection-filters__item:nth-child(10) {
    transition-delay: 0.5s;
}

.collection-filters__item:nth-child(11) {
    transition-delay: 0.55s;
}

.collection-filters__item:nth-child(12) {
    transition-delay: 0.6s;
}

.collection-filters__item:nth-child(13) {
    transition-delay: 0.65s;
}

.collection-filters__item:nth-child(14) {
    transition-delay: 0.7s;
}

.collection-filters__item:nth-child(15) {
    transition-delay: 0.75s;
}

.collection-filters__item:nth-child(16) {
    transition-delay: 0.8s;
}

.collection-filters__item:nth-child(17) {
    transition-delay: 0.85s;
}

.collection-filters__item:nth-child(18) {
    transition-delay: 0.9s;
}

.collection-filters__item:nth-child(19) {
    transition-delay: 0.95s;
}

@media only screen and (min-width: 768px) {
    .collection-filters__item {
        padding: 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-filters__item {
        width: 100%;
        height: auto;
        padding: 0;
        -webkit-transform: translateX(-250%);
        transform: translateX(-250%);
    }

    .collection-filters__item+.collection-filters__item {
        margin-top: 1.8vw;
    }
}

.collection-filters__item.is-active .collection-filters__icon,
.collection-filters__item:active .collection-filters__icon,
.is-desktop .collection-filters__item:hover .collection-filters__icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 7px #5ABF86;
    transition: box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.collection-filters__item--random .collection-filters__icon {
    position: relative;
    background-color: #fce373;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .collection-filters__item--random .collection-filters__icon:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.collection-filters__item--random .collection-filters__icon:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.collection-filters__item--random .collection-filters__icon:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.collection-filters__item--random .collection-filters__icon .animation-icon {
    position: static;
}

.collection-filters__item--random .collection-filters__icon svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #231f20;
    padding: 2.4vw;
}

@media only screen and (min-width: 768px) {
    .collection-filters__item--random .collection-filters__icon svg {
        padding: 1.2vw;
    }
}

.collection-filters__icon {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11.2vw;
    height: 11.2vw;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #9ad18b;
    transition: box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #5ABF86;

}

@media only screen and (min-width: 1024px) {
    .collection-filters__icon {
        width: 4.4vw;
        height: 4.4vw;
    }
}

.collection-filters__label {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    max-height: 30px;
    overflow: hidden;
    position: relative;
    margin-top: 2vw;
    pointer-events: none;
}

@media (max-width: 1500px) {
    .collection-filters__label {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-filters__label {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        margin-top: 0.4vw;
        max-height: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .collection-filters__label {
        font-size: 18px;
    }
}

.collection-filters__wipe {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: linear-gradient(to left,
            rgba(35, 31, 32, 0),
            #231f20 20%,
            #231f20 80%,
            rgba(35, 31, 32, 0));
}

@media only screen and (min-width: 1024px) {
    .collection-filters__wipe {
        width: 100%;
        height: 150%;
        background: linear-gradient(to bottom,
                rgba(35, 31, 32, 0),
                #231f20 20%,
                #231f20 80%,
                rgba(35, 31, 32, 0));
    }
}

.collection-filters__container--color .collection-filters__item {
    width: auto;
    padding: 0 4vw;
}

@media only screen and (min-width: 1024px) {
    .collection-filters__container--color .collection-filters__item {
        padding: 0.48vw 0;
        margin: 0.48vw auto;
    }
}

.collection-filters__container--color .collection-filters__icon {
    width: 12vw;
    height: 12vw;
}

@media only screen and (min-width: 1024px) {
    .collection-filters__container--color .collection-filters__icon {
        width: 4.4vw;
        height: 4.4vw;
    }
}

.collection-filters__container--artist .collection-filters__inner {
    padding: 4vw 2vw 0.4vw;
}

@media only screen and (min-width: 1024px) {
    .collection-filters__container--artist .collection-filters__inner {
        padding: 4vw 2vw;
    }
}

@media only screen and (max-width: 1023px) {
    .collection-filters__container--artist .collection-filters__label {
        line-height: 0.8;
        max-height: 37px;
    }

    .collection-filters__container--artist .collection-filters__label .underline-left {
        overflow: visible;
    }
}

.collection-filters-period__item {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    line-height: 1;
    position: relative;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    height: 100%;
    width: auto;
    text-align: center;
    padding: 4vw 5.2vw;
    color: inherit;
}

@media (max-width: 1500px) {
    .collection-filters-period__item {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .collection-filters-period__item {
        padding: 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-filters-period__item {
        width: 100%;
        height: auto;
        padding: 2.6vw 0;
        letter-spacing: 0.05em;
    }
}

.collection-filters-period__item:not(:first-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 6px;
    background-color: #ccc;
}

@media only screen and (min-width: 1024px) {
    .collection-filters-period__item:not(:first-of-type)::before {
        top: 0;
        left: 50%;
        width: 16px;
        height: 2px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-filters-period__item:first-of-type {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-filters-period__item:last-of-type {
        padding-bottom: 0;
    }
}

.collection-search {
    text-align: center;
    height: calc(100vh - 16vw);
}

@media only screen and (min-width: 1024px) {
    .collection-search {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 12vw 6vw 4vw;
        margin-top: -0.4em;
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
    }
}

.collection-search__collection-system {
    display: block;
    padding-top: 2em;
}

.collection-search__input {
    position: relative;
    width: 100%;
    height: 16vw;
    text-transform: uppercase;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .collection-search__input {
        height: 8vw;
    }
}

.collection-search__input-text {
    position: absolute;
    top: 1vw;
    bottom: 1vw;
    left: 0;
    width: 100%;
    font-size: 38px;
    font-size: 2.53333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    text-align: center;
}

@media (max-width: 1500px) {
    .collection-search__input-text {
        font-size: 38px;
    }
}

.collection-search__input-text:focus {
    outline: 0;
}

.collection-search__input-text::-webkit-input-placeholder {
    color: rgba(35, 31, 32, 0.1);
}

.collection-search__input-text:-moz-placeholder {
    color: rgba(35, 31, 32, 0.1);
}

.collection-search__input-text::-moz-placeholder {
    color: rgba(35, 31, 32, 0.1);
}

.collection-search__input-text:-ms-input-placeholder {
    color: rgba(35, 31, 32, 0.1);
}

@media only screen and (min-width: 1024px) {
    .collection-search__input-text {
        font-size: 75px;
        font-size: 5vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .collection-search__input-text {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1200px) {
    .collection-search__input-text {
        font-size: 107px;
        font-size: 7.13333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .collection-search__input-text {
        font-size: 107px;
    }
}

.collection-search.is-filling .collection-search__input-text {
    padding-right: 4vw;
}

.collection-search__input-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #231f20;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.collection-search__input-clear {
    position: absolute;
    bottom: 2vw;
    right: 0;
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateY(calc(100% + 2vw));
    transform: translateY(calc(100% + 2vw));
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1500px) {
    .collection-search__input-clear {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-search__input-clear {
        bottom: 1.4vw;
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        -webkit-transform: translateY(160%);
        transform: translateY(160%);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .collection-search__input-clear {
        font-size: 28px;
    }
}

.collection-search.is-filling .collection-search__input-clear {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
        -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
        -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-search__hint {
    margin-top: 3vw;
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .collection-search__hint {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-search__hint {
        margin-top: 2vw;
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .collection-search__hint {
        font-size: 21px;
    }
}

.collection-search__suggestions {
    font-size: 40px;
    font-size: 2.66667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: rgba(35, 31, 32, 0.3);
    margin-bottom: 2vw;
}

@media (max-width: 1500px) {
    .collection-search__suggestions {
        font-size: 40px;
    }
}

.collection-search__suggestions a {
    display: block;
    padding: 7px 0;
    cursor: pointer;
    color: rgba(35, 31, 32, 0.3);
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-search__suggestions a:active,
.is-desktop .collection-search__suggestions a:hover {
    color: rgba(35, 31, 32, 0.8);
}

.collection-search__suggestions a[aria-selected="true"] {
    color: #231f20;
}

.collection-search__suggestions mark {
    font-size: 40px;
    font-size: 2.66667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    background-color: transparent;
    color: #231f20;
}

@media (max-width: 1500px) {
    .collection-search__suggestions mark {
        font-size: 40px;
    }
}

.art-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.is-animating-in .art-card,
.is-animating-out .art-card {
    pointer-events: none;
}

.art-card__link {
    display: block;
    color: inherit;
}

.is-desktop .art-card__link:hover .art-card__inner:after {
    box-shadow: inset 0 0 0 1.4vw currentColor;
}

.is-desktop .art-card__link:hover .art-card__infos,
.is-desktop .art-card__link:hover .art-card__infos:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0s;
}

.is-desktop .art-card__link:hover .art-card__artist-image {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.is-desktop .art-card__link:hover .art-card__artist-image:before {
    padding-bottom: 100%;
    display: block;
    content: "";
}

.is-desktop .art-card__link:hover .art-card__artist-name span,
.is-desktop .art-card__link:hover .art-card__title span {
    -webkit-transform: none;
    transform: none;
}

.art-card__link:active .art-card__inner:after {
    box-shadow: inset 0 0 0 1.4vw currentColor;
}

.art-card__link:active .art-card__infos,
.art-card__link:active .art-card__infos:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0s;
}

.art-card__link:active .art-card__artist-image {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.art-card__link:active .art-card__artist-image:before {
    padding-bottom: 100%;
    display: block;
    content: "";
}

.art-card__link:active .art-card__artist-name span,
.art-card__link:active .art-card__title span {
    -webkit-transform: none;
    transform: none;
}

.art-card.bordered .art-card__inner,
.art-card.bordered .art-card__inner:after {
    box-shadow: inset 0 0 0 2vw currentColor;
}

@media only screen and (min-width: 1024px) {

    .art-card.bordered .art-card__inner,
    .art-card.bordered .art-card__inner:after {
        box-shadow: inset 0 0 0 1.4vw currentColor;
    }
}

.art-card__image {
    transition: 0.4s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.4s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.art-card__inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.art-card__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0 currentColor;
    transition: box-shadow 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.art-card__infos {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 1em 3em;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0.55s,
        0.4s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0.55s,
        0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0.55s,
        0.4s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.4s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.art-card__infos>* {
    position: relative;
    z-index: 1;
}

.art-card__infos-wrapper {
    display: block;
    height: auto;
    padding: 2.8vw 0;
}

.art-card__infos:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 31, 32, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0.55s;
}

.art-card__artist-image {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(0.4) rotate(-30deg);
    transform: scale(0.4) rotate(-30deg);
    opacity: 0;
    transition: 0.4s opacity ease,
        0.4s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0.4s opacity ease;
    transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0.4s opacity ease,
        0.4s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
}

.art-card__artist-name,
.art-card__title {
    overflow: hidden;
}

.art-card__artist-name>span,
.art-card__title>span {
    display: inline-block;
    transition: 0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.art-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin-bottom: 0.25em;
}

@media (max-width: 1500px) {
    .art-card__title {
        font-size: 21px;
    }
}

.art-card__title span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.art-card__artist-name {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .art-card__artist-name {
        font-size: 21px;
    }
}

.art-card__artist-name span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.single-art.from-overview {
    opacity: 0;
    visibility: hidden;
}

.single-art__scroll-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.single-art.is-ready .splitscreen__title--half span:first-of-type {
    -webkit-transform: none;
    transform: none;
    transition: none;
}

.single-art.is-ready .splitscreen__artist {
    opacity: 1;
    transition: none;
}

.single-art.is-ready .main-img__indicator svg {
    opacity: 1;
}

.single-art .main-img {
    position: fixed;
    top: 0;
    left: 4vw;
    width: calc(50% - 2vw);
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .single-art .main-img {
        display: none;
    }
}

.single-art .main-img.is-absolute {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0 !important;
    width: 50%;
}

.single-art .main-img.allow-zoom .main-img__src {
    right: 0 !important;
    top: 0 !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.single-art .main-img.allow-zoom.is-zoomed-out {
    cursor: default;
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
    cursor: -webkit-image-set(url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 1x,
            url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in@2x.png.html") 2x) 20 20,
        default;
}

.is-safari-lt9 .single-art .main-img.allow-zoom.is-zoomed-out {
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
}

.single-art .main-img.allow-zoom.is-zoomed-out.invert-cursor {
    cursor: default;
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out.png.html") 20 20,
        default;
    cursor: -webkit-image-set(url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out.png.html") 1x,
            url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out@2x.png.html") 2x) 20 20,
        default;
}

.is-safari-lt9 .single-art .main-img.allow-zoom.is-zoomed-out.invert-cursor {
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out.png.html") 20 20,
        default;
}

.single-art .main-img.allow-zoom.is-zoomed-in {
    cursor: default;
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out.png.html") 20 20,
        default;
    cursor: -webkit-image-set(url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out.png.html") 1x,
            url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out@2x.png.html") 2x) 20 20,
        default;
}

.is-safari-lt9 .single-art .main-img.allow-zoom.is-zoomed-in {
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-out.png.html") 20 20,
        default;
}

.single-art .main-img.allow-zoom.is-zoomed-in.invert-cursor {
    cursor: default;
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
    cursor: -webkit-image-set(url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 1x,
            url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in@2x.png.html") 2x) 20 20,
        default;
}

.is-safari-lt9 .single-art .main-img.allow-zoom.is-zoomed-in.invert-cursor {
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
}

.single-art .main-img__src {
    position: absolute;
    top: 50%;
    right: 0;
    width: 200%;
    height: 100%;
    background-size: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.single-art .main-img__indicator {
    position: absolute;
    width: 2vw;
    height: 2vw;
}

.single-art .main-img__indicator svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    border-radius: 50%;
    opacity: 0;
}

.single-art .main-img__indicator svg path {
    transition: 0.75s stroke-dashoffset cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-art .main-img__indicator:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24vw;
    width: 24vw;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    transition: -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.single-art .main-img__indicator.visible svg path {
    stroke-dashoffset: 0 !important;
}

.single-art .main-img__indicator.visible:after {
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.single-art .splitscreen {
    position: relative;
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 1023px) {
    .single-art .splitscreen {
        display: none;
    }
}

.single-art .splitscreen__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.single-art .splitscreen__img--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-art .splitscreen__details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 4vw;
}

.single-art .splitscreen__details[data-lines="2"] .splitscreen__title--half {
    height: 46%;
}

.single-art .splitscreen__details[data-lines="2"] .splitscreen__title--half:last-of-type span {
    bottom: 122%;
}

.single-art .splitscreen__title {
    font-size: 105px;
    font-size: 7vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    z-index: 1;
    width: 41.66667%;
    text-align: center;
    margin: 0 auto;
    color: transparent;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1500px) {
    .single-art .splitscreen__title {
        font-size: 105px;
    }
}

.single-art .splitscreen__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: #fff;
}

.single-art .splitscreen__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-art .splitscreen__title--half:first-of-type {
    top: 0;
}

.single-art .splitscreen__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.single-art .splitscreen__title--half:last-of-type {
    bottom: 0;
}

.single-art .splitscreen__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.single-art .splitscreen__artist {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 0.8em;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.45s ease;
    transition-delay: 0.25s;
}

@media (max-width: 1500px) {
    .single-art .splitscreen__artist {
        font-size: 28px;
    }
}

.single-art__content {
    position: relative;
    width: 50%;
    margin-left: 50%;
}

@media only screen and (max-width: 1023px) {
    .single-art__content {
        width: 100%;
        margin-left: 0;
        padding-bottom: 6vw;
    }
}

.single-art__content .work-detail {
    padding: 8vw 4vw 4vw;
    text-align: center;
}

.single-art__content .work-detail.no-highlighted-areas {
    padding-bottom: 8vw;
}

@media only screen and (max-width: 1023px) {
    .single-art__content .work-detail__header {
        width: calc(100% + 16vw);
        margin-left: -8vw;
        margin-top: -12vw;
        padding: 24vw 8vw 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .single-art__content .work-detail__header {
        background: 0 0 !important;
    }
}

.single-art__content .work-detail__header[data-lines="2"] .work-detail__title--half {
    height: 46%;
}

.single-art__content .work-detail__header[data-lines="2"] .work-detail__title--half:last-of-type span {
    bottom: 122%;
}

.single-art__content .work-detail__title {
    font-size: 70px;
    font-size: 4.66667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    margin: 4vw 0;
    text-align: center;
    z-index: 0;
    color: transparent;
    text-transform: uppercase;
    position: relative;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1500px) {
    .single-art__content .work-detail__title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-art__content .work-detail__title {
        font-size: 114px;
        font-size: 7.6vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .single-art__content .work-detail__title {
        font-size: 114px;
    }
}

.single-art__content .work-detail__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: #231f20;
}

.single-art__content .work-detail__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-art__content .work-detail__title--half:first-of-type {
    top: 0;
}

.single-art__content .work-detail__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.single-art__content .work-detail__title--half:last-of-type {
    bottom: 0;
}

.single-art__content .work-detail__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.single-art__content .work-detail__artist {
    display: inline-block;
    position: relative;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding-left: 12.8vw;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .work-detail__artist {
        margin-top: 0;
        padding-left: 3.6vw;
    }
}

.single-art__content .work-detail__artist .artist__img {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10vw;
    height: 10vw;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .work-detail__artist .artist__img {
        width: 2.8vw;
        height: 2.8vw;
    }
}

.single-art__content .work-detail__artist .artist__link {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .single-art__content .work-detail__artist .artist__link {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-art__content .work-detail__artist .artist__link {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .single-art__content .work-detail__artist .artist__link {
        font-size: 21px;
    }
}

.single-art__content .work-detail__img {
    display: block;
    width: calc(100% + 16vw);
    margin-left: -8vw;
    margin-bottom: 12.8vw;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .work-detail__img {
        display: none;
    }
}

.single-art__content .work-detail__img .work-detail__src {
    height: 132vw;
}

.single-art__content .work-detail__save-trip {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    padding-left: 14vw;
    text-transform: lowercase;
    margin-top: 8vw;
}

@media (max-width: 1500px) {
    .single-art__content .work-detail__save-trip {
        font-size: 19px;
    }
}

.single-art__content .work-detail__save-trip .icon {
    position: absolute;
    width: 10.8vw;
    height: 10.8vw;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-art__content .work-detail__save-trip .icon .animation-icon {
    position: absolute;
    width: 4.8vw;
    height: 4.8vw;
    stroke: #000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-art__content .work-detail__copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

.single-art__content .work-detail__copy>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.single-art__content .work-detail__copy--text {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding-right: 4vw;
    padding-left: 4vw;
    margin-bottom: 2em;
    width: 100%;
}

@media (max-width: 1500px) {
    .single-art__content .work-detail__copy--text {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .single-art__content .work-detail__copy--text {
        width: 75%;
    }
}

@media only screen and (min-width: 1200px) {
    .single-art__content .work-detail__copy--text {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .single-art__content .work-detail__copy--text {
        font-size: 21px;
    }
}

.single-art__content .work-detail__copy--text strong {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    padding-bottom: 1.5em;
    width: 100%;
}

@media (max-width: 1500px) {
    .single-art__content .work-detail__copy--text strong {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-art__content .work-detail__copy--text strong {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .single-art__content .work-detail__copy--text strong {
        font-size: 28px;
    }
}

.single-art__content .work-detail.in-view .work-detail__title--half span {
    -webkit-transform: none;
    transform: none;
}

.single-art__content .work-detail.in-view .work-detail__artist,
.single-art__content .work-detail.in-view .work-detail__copy {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.single-art__content .work-detail.in-view .work-detail__copy .single-art-sidebar {
    opacity: 1;
}

.single-art__content .highlighted-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0.5em 8vw;
    padding: 0.8em 0 1em 20vw;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-art__content .highlighted-area:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area.first-area {
        padding-top: 0;
    }
}

.single-art__content .highlighted-area:last-of-type {
    margin-bottom: 0;
}

.single-art__content .highlighted-area svg {
    position: absolute;
    right: 6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8vw;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area svg {
        display: none;
    }
}

.single-art__content .highlighted-area__line {
    position: absolute;
    left: 50%;
    bottom: -8vw;
    width: 2px;
    height: 16vw;
    background: #000;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.25s;
}

.single-art__content .highlighted-area__line.is-in-view {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

@media only screen and (max-width: 1023px) {
    .single-art__content .highlighted-area__line {
        display: none;
    }
}

.single-art__content .highlighted-area:before {
    top: 0;
}

.single-art__content .highlighted-area:after {
    bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area {
        min-height: 100vh;
        background: 0 0 !important;
        padding: 0 8vw;
        margin: 0;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-art__content .highlighted-area-mobile-title {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 10vw;
    margin-bottom: 10vw;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area-mobile-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area-mobile-title {
        display: none;
    }
}

.single-art__content .highlighted-area__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 16vw;
    height: 100%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area__img {
        display: none;
    }
}

.single-art__content .highlighted-area__title {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area__title {
        font-size: 19px;
    }
}

.single-art__content .highlighted-area__title.is-in-view .highlighted-area__title--half span {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 1023px) {
    .single-art__content .highlighted-area__title span {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area__title {
        font-size: 80px;
        font-size: 5.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        text-transform: uppercase;
        margin-bottom: 0.5em;
        width: 100%;
        z-index: 1;
        text-align: center;
        color: transparent;
        position: relative;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .single-art__content .highlighted-area__title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area__title--half {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        overflow: hidden;
        color: #231f20;
    }

    .single-art__content .highlighted-area__title--half span {
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
            -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .single-art__content .highlighted-area__title--half:first-of-type {
        top: 0;
    }

    .single-art__content .highlighted-area__title--half:first-of-type span {
        top: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .single-art__content .highlighted-area__title--half:last-of-type {
        bottom: 0;
    }

    .single-art__content .highlighted-area__title--half:last-of-type span {
        bottom: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.single-art__content .highlighted-area__copy {
    padding: 0 4vw;
    opacity: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    transition: opacity 0.75s ease,
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.35s;
}

.single-art__content .highlighted-area__copy.is-in-view {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 1023px) {
    .single-art__content .highlighted-area__copy {
        display: none;
    }
}

.single-art__content .highlighted-area__copy strong {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    margin-bottom: 1em;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area__copy strong {
        font-size: 28px;
    }
}

.single-art__content .highlighted-area__copy p {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area__copy p {
        font-size: 21px;
    }
}

.single-art__content .highlighted-area--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 16vw;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10000;
}

.single-art__content .highlighted-area--mobile__scroll-area {
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.single-art__content .highlighted-area--mobile.in-view {
    -webkit-transform: none;
    transform: none;
}

.single-art__content .highlighted-area--mobile.in-view .highlighted-area--mobile__indicator svg path {
    stroke-dashoffset: 0 !important;
}

.single-art__content .highlighted-area--mobile.in-view .highlighted-area--mobile__indicator .highlighted-area--mobile__line {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.single-art__content .highlighted-area--mobile.in-view .highlighted-area__title-mobile--half span {
    -webkit-transform: none !important;
    transform: none !important;
}

.single-art__content .highlighted-area--mobile.in-view .highlighted-area--mobile__copy p,
.single-art__content .highlighted-area--mobile.in-view .highlighted-area--mobile__copy strong {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .single-art__content .highlighted-area--mobile {
        display: none;
    }
}

.single-art__content .highlighted-area--mobile__header {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 5.2vw;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area--mobile__header {
        font-size: 24px;
    }
}

.single-art__content .highlighted-area--mobile__header svg {
    position: absolute;
    width: 4.4vw;
    fill: currentColor;
    left: 8vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.single-art__content .highlighted-area--mobile__img {
    position: relative;
    height: 0;
    padding-top: 100%;
}

.single-art__content .highlighted-area--mobile__copy {
    padding: 16vw 8vw;
    text-align: center;
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile {
    font-size: 60px;
    font-size: 4vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
    color: transparent;
    position: relative;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile {
        font-size: 60px;
    }
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: #231f20;
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.35s;
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile--half:first-of-type {
    top: 0;
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile--half:last-of-type {
    bottom: 0;
}

.single-art__content .highlighted-area--mobile__copy .highlighted-area__title-mobile--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.single-art__content .highlighted-area--mobile__copy strong {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    margin-bottom: 0.75em;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.6s;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area--mobile__copy strong {
        font-size: 24px;
    }
}

.single-art__content .highlighted-area--mobile__copy p {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.6s;
}

@media (max-width: 1500px) {
    .single-art__content .highlighted-area--mobile__copy p {
        font-size: 19px;
    }
}

.single-art__content .highlighted-area--mobile__indicator {
    position: absolute;
    width: 8vw;
    height: 8vw;
}

.single-art__content .highlighted-area--mobile__indicator svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    border-radius: 50%;
}

.single-art__content .highlighted-area--mobile__indicator svg path {
    transition: 0.75s stroke-dashoffset cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.25s;
}

.single-art__content .highlighted-area--mobile__indicator .highlighted-area--mobile__line {
    position: absolute;
    left: 50%;
    bottom: -60vw;
    height: 60vw;
    width: 2px;
    background-color: currentColor;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    transition: -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-delay: 0.25s;
}

.page__top-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
}

@media only screen and (min-width: 1024px) {
    .page__top-color {
        height: 35vw;
        max-height: 50vh;
    }
}

.news-article__date {
    width: 100% !important;
    margin-bottom: 1.7em;
}

.page-single-news.from-overview .news-article__title--half:first-of-type .js-page-title,
.page-single-news.from-overview .news-article__title--half:last-of-type .js-page-title {
    transition: 0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page-single-news.from-overview .news-article__category,
.page-single-news.from-overview .news-article__date {
    transition: 1s opacity ease;
}

.page-single-news.from-overview:not(.in-view) .news-article__title--half:first-of-type .js-page-title {
    -webkit-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
}

.page-single-news.from-overview:not(.in-view) .news-article__title--half:last-of-type .js-page-title {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}

.page-single-news.from-overview:not(.in-view) .news-article__category,
.page-single-news.from-overview:not(.in-view) .news-article__date {
    opacity: 0 !important;
}

.news-article {
    position: relative;
    text-align: center;
}

.news-article__hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 60vh;
    max-width: 83.33333%;
    margin: 0 auto 12vw;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20vh;
}

.news-article__hero>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
    .news-article__hero {
        padding-top: calc(20vh + 2vw);
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__hero {
        height: 52vw;
        padding-top: 2vw;
        margin: 0 auto;
    }

    .news-article__hero[data-lines="2"] {
        padding-top: 4vw;
    }
}

.news-article__hero.is-animating .js-page-title {
    transition: 0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.news-article__hero.is-animating .news-article__category,
.news-article__hero.is-animating .news-article__date {
    transition: 1s opacity ease;
}

.news-article .js-open-gallery {
    padding: 0.85em 1em 0.8em;
}

.news-article .js-open-gallery .animation-icon {
    margin-top: 0;
}

.news-article__category,
.news-article__date {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1500px) {

    .news-article__category,
    .news-article__date {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {

    .news-article__category,
    .news-article__date {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .news-article__category,
    .news-article__date {
        font-size: 20px;
    }
}

.news-article .prevnext {
    transition: 1s opacity ease;
}

.news-article .prevnext .underline:after,
.news-article .prevnext .underline:before {
    will-change: transform;
}

.news-article .prevnext,
.news-article__category,
.news-article__date {
    opacity: 0;
}

.in-view .news-article .prevnext,
.in-view .news-article__category,
.in-view .news-article__date {
    opacity: 1;
}

.news-article__title {
    font-size: 70px;
    font-size: 4.66667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    margin: 8vw 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    color: #231f20;
    width: 100%;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

@media (max-width: 1500px) {
    .news-article__title {
        font-size: 70px;
    }
}

.is-safari .news-article__title {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

@media only screen and (min-width: 1024px) {
    .news-article__title {
        margin: 4vw 0 2.4vw;
    }
}

.news-article__title span {
    display: inline-block;
    width: 100%;
}

.news-article__title .original-title {
    visibility: hidden;
}

.news-article__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    color: currentColor;
}

.news-article__title--half:first-of-type .js-page-title {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.news-article__title--half:last-of-type .js-page-title {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.news-article__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.news-article__title--half:first-of-type {
    top: 0;
    height: 50%;
}

[data-lines="2"] .news-article__title--half:first-of-type {
    height: 45.5%;
}

.news-article__title--half:first-of-type span {
    top: 0;
}

.news-article__title--half:last-of-type {
    bottom: 0;
    height: 50%;
}

[data-lines="2"] .news-article__title--half:last-of-type {
    height: 54.5%;
}

.news-article__title--half:last-of-type span {
    bottom: 100%;
}

[data-lines="2"] .news-article__title--half:last-of-type span {
    bottom: 83%;
}

[data-lines="2"] .news-article__title,
[data-lines="1"] .news-article__title {
    margin: 6vw 0;
}

@media only screen and (min-width: 768px) {
    .news-article__title {
        font-size: 100px;
        font-size: 6.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .news-article__title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__title {
        font-size: 120px;
        font-size: 8vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .news-article__title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1200px) {
    .news-article__title {
        font-size: 180px;
        font-size: 12vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .news-article__title {
        font-size: 180px;
    }
}

.news-article .prevnext {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

@media only screen and (max-width: 1023px) {
    .news-article .prevnext {
        display: none;
    }
}

.news-article .prevnext .underline {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .news-article .prevnext .underline {
        font-size: 19px;
    }
}

.is-desktop .news-article .prevnext .underline:hover~.prevnext__card,
.news-article .prevnext .underline:active~.prevnext__card {
    opacity: 1;
    visibility: visible;
}

.news-article .prevnext__card {
    width: 12vw;
    height: 12vw;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0.5em;
    border-width: 1em;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s opacity ease, 0.4s visibility;
}

.news-article .prevnext__card p {
    color: #fff;
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
}

@media (max-width: 1500px) {
    .news-article .prevnext__card p {
        font-size: 15px;
    }
}

.news-article .prevnext--prev {
    padding-left: 3vw;
    left: 0;
}

.news-article .prevnext--prev .prevnext__card {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.news-article .prevnext--prev .underline {
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}

.news-article .prevnext--next {
    padding-right: 3vw;
    right: 0;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.news-article .prevnext--next .prevnext__card {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}

.news-article .prevnext--next .underline {
    -webkit-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
}

.news-article__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0vw 4vw 4vw;
    opacity: 0;
    transition: 1s opacity ease;
    transition-delay: 0.5s;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-article__content>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.in-view .news-article__content {
    opacity: 1;
}

.news-article__gallery-wrapper {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery-wrapper {
        width: 100%;
    }

}

@media only screen and (max-width: 1023px) {
    .news-article__gallery {
        margin-bottom: 10vw;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery {
        position: relative;

    }

    .news-article__gallery:not(.is-passive) {
        height: 100vh;
    }
}

.news-article__gallery__slide {
    display: none;
    width: 100%;
    cursor: default;
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
    cursor: -webkit-image-set(url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 1x,
            url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in@2x.png.html") 2x) 20 20,
        default;
    visibility: hidden;
    transition: 1s visibility;
}

.is-safari-lt9 .news-article__gallery__slide {
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
}

.news-article__gallery__slide.is-active {
    display: inline-block;
    visibility: visible;
}

.news-article__gallery__slide.is-active .intrinsic__half__image {
    -webkit-transform: none !important;
    transform: none !important;
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery__slide.is-active .intrinsic__half__image {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .news-article__gallery__slide.is-active .intrinsic__half__image {
        border: none;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery:not(.is-passive) .news-article__gallery__slide {
        position: absolute;
        left: 0;
        overflow: hidden;
        display: inline-block;
    }

    .news-article__gallery:not(.is-passive) .news-article__gallery__slide.news-article__gallery__slide--high {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    .news-article__gallery:not(.is-passive) .news-article__gallery__slide.has-caption {
        overflow: visible;
    }

    .news-article__gallery__slide.is-active {
        z-index: 1;
    }
}

.news-article__gallery__slide .intrinsic {
    display: inline-block;
    width: 100%;
    height: auto;
    border-color: inherit;
}

.news-article__gallery__slide .intrinsic__half {
    border-color: inherit;
}

.news-article__gallery__slide .intrinsic__half__image {
    transition: 1s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: 1s transform cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: 1s transform cubic-bezier(0.77, 0, 0.175, 1),
        1s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) !important;
    border-width: 7vw;
    border-style: solid;
    border-color: inherit;
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery__slide .intrinsic__half__image {
        border-width: 100px;
    }
}

.news-article__gallery__slide__caption {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    opacity: 0;
    transition: 1s opacity ease;
}

@media (max-width: 1500px) {
    .news-article__gallery__slide__caption {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .news-article__gallery__slide__caption {
        font-size: 16px;
        font-size: 1.06667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .news-article__gallery__slide__caption {
        font-size: 16px;
    }
}

.has-caption .news-article__gallery__slide__caption {
    position: relative;
    bottom: -1em;
    min-height: 5vh;
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .has-caption .news-article__gallery__slide__caption {
        font-size: 14px;
    }
}

.is-active .news-article__gallery__slide__caption {
    opacity: 1;
    transition-delay: 0.6s
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery.is-sticky {
        position: fixed;
        width: 44%;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__gallery.is-bottom {
        position: absolute;
        bottom: 4vw;
        top: auto !important;
        width: calc(50% - 4vw);
    }
}

.news-article__details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.news-article__details>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .news-article__details {
        width: 100%;
        padding: 5em 0vw 0vw 5vw;
    }

    .portfolio .news-article__details {
        width: 100%;
        padding: 0em 0vw 0vw 5vw;
    }
}

.news-article__details h2 {
    font-size: 26px;
    font-size: 1.73333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
}

@media (max-width: 1500px) {
    .news-article__details h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__details h2 {
        font-size: 40px;
        font-size: 2.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .news-article__details h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .news-article .details-sidebar {
        margin-bottom: 12vw;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article .details-sidebar {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.news-article__copy {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.45em;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
}

.news-article__copy table {
    width: 100% !important;
    height: auto !important;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif !important;

}

.news-article__paragraph img {
    width: 100%;
    height: auto;
}

.news-article__copy a {
    text-decoration: underline;
    font-weight: bold;
    word-wrap: break-word;
}

.event-card__excerpt a {
    word-wrap: break-word;
}

.news-article__copy table span {
    font-family: "Replica Std" !important;
}

@media (max-width: 1500px) {
    .news-article__copy {
        font-size: 21px;
        line-height: 1.45em;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__copy {
        padding-right: 4vw;
    }
}

.news-article__copy p {
    margin: 2.4vw 1em 6vw;
}

@media only screen and (min-width: 1024px) {
    .news-article__copy p {
        margin: 0 0 1em;
    }
}

.news-article__copy .image {
    width: 100%;
    margin: 16vw 0 4vw;
}

@media only screen and (min-width: 1024px) {
    .news-article__copy .image {
        margin: 4vw 0;
    }
}

.news-article__copy .image img {
    width: 100%;
}

.news-article__copy .image__caption {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .news-article__copy .image__caption {
        font-size: 18px;
    }
}

.news-article__copy .button {
    background-color: #9ad18b;
    margin: 8vw 0;
    padding: 0.45em 2em 0.65em;
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .news-article__copy .button {
        font-size: 21px;
    }
}

.news-article__copy .button span {
    color: #231f20;
}

@media only screen and (min-width: 1024px) {
    .news-article__copy .button {
        margin: 2vw 0;
    }
}

@media only screen and (min-width: 1200px) {
    .news-article__copy .button {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .news-article__copy .button {
        font-size: 21px;
    }
}

.news-article__copy .button:after,
.news-article__copy .button:before {
    background-color: currentColor;
}

.news-article__copy .button .animation-icon {
    vertical-align: middle;
    margin-right: 0.5em;
}

.portfolio table img.aligncenter,
.portfolio table img.alignnone {
    display: none;
}

.portfolio table td,
.portfolio table td span {
    height: auto !important;
    font-size: inherit;

}

img.logo-event {
    box-shadow: 2px 4px 12px #00000014;
    border-radius: 18px;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1024px) {
    .news-article__copy {
        width: 75%;
    }

    .portfolio .news-article__copy {
        width: 75%;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__paragraph .image {
        display: none;
    }
}

.news-article .tickets-visit-buttons .ticket-visit-button--bottom {
    left: 0;
}

@media only screen and (min-width: 768px) {
    .news-article .tickets-visit-buttons .ticket-visit-button--bottom {
        left: auto;
    }
}

.news-article .tickets-visit-buttons a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.is-safari .news-article .tickets-visit-buttons a {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .news-article .tickets-visit-buttons a {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article .tickets-visit-buttons {
        position: relative;
        left: 4vw;
    }

    .news-article .tickets-visit-buttons .ticket-visit-button--top {
        left: 0;
    }

    .news-article .tickets-visit-buttons .ticket-visit-button--bottom {
        right: calc(50% - 2vw);
    }
}

.news-article__player {
    margin: 2vw 0;
}

.news-article__player__caption {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin: 1em 0 0 !important;
}

@media (max-width: 1500px) {
    .news-article__player__caption {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .news-article__player__caption {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .news-article__player__caption {
        font-size: 18px;
    }
}

.news-article__player .js-toggle-play {
    width: 0.8em;
    height: 0.8em;
    position: relative;
}

.news-article__player .play-icon {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-article__player .play-icon svg {
    position: absolute;
    left: 0;
    top: calc(50% - 0.4em);
    width: 0.8em;
    height: 0.8em;
    fill: #231f20;
    stroke: #231f20;
}

.news-article__player .pause-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-article__player .pause-icon svg {
    position: absolute;
    left: 0;
    top: calc(50% - 0.4em);
    width: 0.8em;
    height: 0.8em;
    fill: #231f20;
    stroke: none;
}

.news-article__player.is-playing .play-icon {
    opacity: 0;
    visibility: hidden;
}

.news-article__player.is-playing .pause-icon {
    opacity: 1;
    visibility: visible;
}

.news-article__player iframe {
    display: none;
}

.news-article__player .centra {
    width: 18%;
}

.news-article__player button {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto !important;
}

@media only screen and (min-width: 768px) {
    .news-article__player button {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article__player button {
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.news-article__player button:after,
.news-article__player button:before {
    display: none;
}

.news-article__player button .audio-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (max-width: 1199px) {
    .news-article__player button .audio-icon {
        display: none;
    }
}

.news-article__player button .audio-icon .animation-icon {
    margin-top: 0;
}

.news-article__player button .progress-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5em;
    position: relative;
}

.news-article__player button .progress-bar .time-from {
    padding-right: 0.2em;
}

.news-article__player button .progress-bar .time-to {
    padding-left: 0.2em;
}

.news-article__player button .progress-bar p {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.8em;
    margin: 0;
}

@media (max-width: 1500px) {
    .news-article__player button .progress-bar p {
        font-size: 14px;
    }
}

.news-article__player button .progress-bar input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: inline-block;
    height: 2px;
    background: #231f20;
    position: relative;
    outline: 0;
    border: none;
}

.news-article__player button .progress-bar input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.4em;
    height: 0.4em;
    background: #231f20;
    border-radius: 50%;
    cursor: pointer;
}

.news-article__player button .progress-bar input[type="range"]::-moz-range-thumb {
    width: 0.4em;
    height: 0.4em;
    background: #231f20;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

@media only screen and (max-width: 1023px) {
    .news-article--curated .news-article__hero {
        max-width: 91.66667%;
    }
}

@media only screen and (max-width: 1023px) {
    .news-article--curated .news-article__title {
        font-size: 65px;
        font-size: 4.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (max-width: 1023px) and (max-width: 1500px) {
    .news-article--curated .news-article__title {
        font-size: 65px;
    }
}

.news-article--curated .news-article__content {
    padding: 0;
}

.news-article--curated .news-article__details {
    width: 100%;
    padding: 0;
}

.news-article--curated .news-article__details h2 {
    padding: 0 8vw;
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .news-article__details h2 {
        padding: 0 28vw;
    }
}

.news-article--curated .news-article__details .details-sidebar {
    width: 10%;
}

.news-article--curated .news-article__details .news-article__copy {
    width: 100%;
    padding: 0;
}

.news-article--curated .news-article__details .news-article__paragraph {
    width: 100%;
    padding: 0 8vw;
    margin: 2.5em 0;
}

.news-article--curated .news-article__details .news-article__paragraph:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .news-article__details .news-article__paragraph {
        padding: 0 28vw;
        margin: 4.5em 0;
    }
}

.news-article--curated .news-article__details .news-article__paragraph strong {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1.7em;
}

@media (max-width: 1500px) {
    .news-article--curated .news-article__details .news-article__paragraph strong {
        font-size: 28px;
    }
}

.news-article--curated .compare-artpieces,
.news-article--curated .image-quote-layout,
.news-article--curated .single-artpiece {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-article--curated .compare-artpieces__half,
.news-article--curated .image-quote-layout__half,
.news-article--curated .single-artpiece__half {
    width: 50%;
    position: relative;
}

.news-article--curated .compare-artpieces__inner,
.news-article--curated .image-quote-layout__inner,
.news-article--curated .single-artpiece__inner {
    cursor: default;
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
    cursor: -webkit-image-set(url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 1x,
            url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in@2x.png.html") 2x) 20 20,
        default;
    width: 55%;
    margin: auto;
}

.is-safari-lt9 .news-article--curated .compare-artpieces__inner,
.is-safari-lt9 .news-article--curated .image-quote-layout__inner,
.is-safari-lt9 .news-article--curated .single-artpiece__inner {
    cursor: url("../../../../wp-content/themes/LCP/assets/images/cursors/cursor-zoom-in.png.html") 20 20,
        default;
}

.news-article--curated .compare-artpieces p,
.news-article--curated .image-quote-layout p,
.news-article--curated .single-artpiece p {
    margin-top: 1.5em;
}

@media only screen and (max-width: 1023px) {

    .news-article--curated .compare-artpieces p,
    .news-article--curated .image-quote-layout p,
    .news-article--curated .single-artpiece p {
        display: none;
    }
}

.news-article--curated .compare-artpieces .image__caption--mobile,
.news-article--curated .image-quote-layout .image__caption--mobile,
.news-article--curated .single-artpiece .image__caption--mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {

    .news-article--curated .compare-artpieces .image__caption--mobile,
    .news-article--curated .image-quote-layout .image__caption--mobile,
    .news-article--curated .single-artpiece .image__caption--mobile {
        display: none;
    }
}

.news-article--curated .compare-artpieces {
    padding: 12vw 0;
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .compare-artpieces {
        padding: 10vw 0;
    }
}

.news-article--curated .single-artpiece {
    padding: 20vw 0;
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .single-artpiece {
        padding: 4vw;
    }
}

@media only screen and (max-width: 1023px) {
    .news-article--curated .single-artpiece__inner {
        width: 60%;
    }
}

@media only screen and (max-width: 1023px) {
    .news-article--curated .image-quote-layout {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .image-quote-layout {
        padding: 8vw 0;
    }
}

@media only screen and (max-width: 1023px) {
    .news-article--curated .image-quote-layout__half {
        width: 100%;
        padding: 20vw 0;
    }

    .news-article--curated .image-quote-layout__half .image-quote-layout__inner {
        width: 70%;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .image-quote-layout__half {
        background: 0 0 !important;
    }
}

.news-article--curated .image-quote-layout .quotist {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0 4vw;
    display: block;
}

@media (max-width: 1500px) {
    .news-article--curated .image-quote-layout .quotist {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .image-quote-layout .quotist {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .news-article--curated .image-quote-layout .quotist {
        font-size: 18px;
    }
}

.news-article--curated .image-quote-layout .quote {
    font-size: 32px;
    font-size: 2.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0 4vw;
    display: block;
}

@media (max-width: 1500px) {
    .news-article--curated .image-quote-layout .quote {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1024px) {
    .news-article--curated .image-quote-layout .quote {
        font-size: 40px;
        font-size: 2.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .news-article--curated .image-quote-layout .quote {
        font-size: 40px;
    }
}

.page-artist .artist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #cca69a;
    min-height: 100vh;
}

.page-artist .artist>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .page-artist .artist {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.artist-details {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .artist-details:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40vw;
        background-color: currentColor;
    }
}

@media only screen and (min-width: 1024px) {
    .artist-details {
        width: 33.33333%;
    }
}

.artist-details__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 24vw 8vw 8vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
}

.artist-details__inner>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .artist-details__inner {
        padding: 10vw 4vw 4vw;
    }

    .artist-details__inner.is-fixed {
        position: fixed;
        right: 0;
        width: 32%;
        bottom: 0;
    }

    .artist-details__inner.is-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

.artist-details__avatar {
    width: 32vw;
    height: 32vw;
    background-size: cover;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .artist-details__avatar {
        width: 8vw;
        height: 8vw;
    }
}

.artist-details__name {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0.4em 0;
    color: #231f20;
    position: relative;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1500px) {
    .artist-details__name {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) {
    .artist-details__name {
        font-size: 114px;
        font-size: 7.6vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        margin: 0.3em 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .artist-details__name {
        font-size: 114px;
    }
}

.artist-details__name div {
    visibility: hidden;
}

.artist-details__name--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

.artist-details__name--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.artist-details__name--half:first-of-type {
    top: 0;
}

.artist-details__name--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.artist-details__name--half:last-of-type {
    bottom: 0;
}

.artist-details__name--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.in-view .artist-details__name span {
    -webkit-transform: none;
    transform: none;
}

.artist-details__subtitle {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 1em;
    color: #231f20;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

@media (max-width: 1500px) {
    .artist-details__subtitle {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .artist-details__subtitle {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .artist-details__subtitle {
        font-size: 28px;
    }
}

.in-view .artist-details__subtitle {
    opacity: 1;
}

.artist-details__description {
    width: 100%;
    text-align: center;
    color: #231f20;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

.artist-details__description p:not(:last-of-type) {
    margin-bottom: 1em;
}

.in-view .artist-details__description {
    opacity: 1;
}

@media only screen and (max-width: 1023px) {
    .artist-details__description--intro {
        height: 5em;
        overflow: hidden;
    }

    .full-description .artist-details__description--intro {
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .artist-details__description--extended {
        display: none;
    }

    .full-description .artist-details__description--extended {
        display: block;
    }
}

.artist-details .read-more {
    margin-top: 1em;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

.in-view .artist-details .read-more {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .artist-details .read-more {
        display: none;
    }
}

.artist-details__life {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 12vw 0;
    color: #231f20;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

.artist-details__life>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 1023px) {
    .artist-details__life {
        display: none;
    }

    .full-description .artist-details__life {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.in-view .artist-details__life {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .artist-details__life {
        margin: 4vw 0;
    }
}

.artist-details__life--both:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: #231f20;
}

.artist-details__life>div {
    text-align: center;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.artist-timeline {
    width: 100%;
    padding: 12vw 0vw 8vw;
}

@media only screen and (min-width: 1024px) {
    .artist-timeline {
        width: 66.66667%;
    }
}

.artist-timeline__title {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    padding: 0vw 4vw;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    margin-bottom: 1em;
    color: #231f20;
}

@media (max-width: 1500px) {
    .artist-timeline__title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1024px) {
    .artist-timeline__title {
        display: none;
    }
}

.artist-timeline__artworks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    pointer-events: none;
}

.artist-timeline__artworks>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.artist-timeline__artworks:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    height: 100%;
    width: 2px;
    background-color: #231f20;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: 1.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        1.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition-delay: 0.4s;
}

.in-view .artist-timeline__artworks:after {
    -webkit-transform: none;
    transform: none;
}

.artist-timeline__start {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 1.5em;
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    opacity: 0;
    transition: 1s opacity ease;
}

@media (max-width: 1500px) {
    .artist-timeline__start {
        font-size: 17px;
    }
}

.in-view .artist-timeline__start {
    opacity: 1;
}

@media only screen and (min-width: 1200px) {
    .artist-timeline__start {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .artist-timeline__start {
        font-size: 21px;
    }
}

.artist-timeline__start:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    background-color: #231f20;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.in-view .artist-timeline__start:after {
    -webkit-transform: none;
    transform: none;
}

.artist-timeline__end {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 1.5em;
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    opacity: 0;
    transition: 1s opacity ease;
    transition-delay: 2s;
}

@media (max-width: 1500px) {
    .artist-timeline__end {
        font-size: 17px;
    }
}

.in-view .artist-timeline__end {
    opacity: 1;
}

@media only screen and (min-width: 1200px) {
    .artist-timeline__end {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .artist-timeline__end {
        font-size: 21px;
    }
}

.artist-timeline__end:after {
    content: "";
    position: absolute;
    top: -0.5em;
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    background-color: #231f20;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 2s;
}

.in-view .artist-timeline__end:after {
    -webkit-transform: none;
    transform: none;
}

.artist-timeline .artwork {
    width: 100%;
    position: relative;
    z-index: 1;
}

.artist-timeline .artwork__inner {
    width: 50%;
    height: 0;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .artist-timeline .artwork:not(.artwork--highlighted) .artwork__inner {
        padding-top: 75% !important;
    }

    .artist-timeline .artwork:not(.artwork--highlighted) .artwork__content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.artist-timeline .artwork:nth-of-type(even) .artwork__inner {
    float: right;
}

.artist-timeline .artwork__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2vw 6vw;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.artist-timeline .artwork__content>* {
    pointer-events: auto;
}

.artist-timeline .artwork__content:after {
    content: attr(data-year);
    position: absolute;
    top: calc(50% - 2.5em);
    left: calc(100% + 2em);
    color: #231f20;
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    pointer-events: auto;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity ease;
}

@media (max-width: 1500px) {
    .artist-timeline .artwork__content:after {
        font-size: 14px;
    }
}

.in-view .artist-timeline .artwork__content:after {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .artist-timeline .artwork__content:after {
        left: auto;
        right: 1.5em;
    }
}

@media only screen and (min-width: 1200px) {
    .artist-timeline .artwork__content:after {
        font-size: 16px;
        font-size: 1.06667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        left: auto;
        right: 1.5em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .artist-timeline .artwork__content:after {
        font-size: 16px;
    }
}

.artist-timeline .artwork__content:before {
    content: "";
    position: absolute;
    top: calc(50% - 2em);
    right: -0.6em;
    width: 1.2em;
    height: 1.2em;
    box-shadow: inset 0 0 0 2px #231f20;
    background-color: currentColor;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.in-view .artist-timeline .artwork__content:before {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1200px) {
    .artist-timeline .artwork__content:before {
        top: calc(50% - 2.3em);
    }
}

.artist-timeline .artwork__content:active:before,
.is-desktop .artist-timeline .artwork__content:hover:before {
    box-shadow: inset 0 0 0 4px #231f20;
}

.artist-timeline .artwork__content a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.artist-timeline .artwork__content a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0 currentColor;
    transition: box-shadow 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.artist-timeline .artwork__content a:active:after,
.is-desktop .artist-timeline .artwork__content a:hover:after {
    box-shadow: inset 0 0 0 1.4vw currentColor;
}

.artist-timeline .artwork:nth-of-type(even) .artwork__content:after {
    left: auto;
    right: calc(100% + 2em);
}

@media only screen and (min-width: 1024px) {
    .artist-timeline .artwork:nth-of-type(even) .artwork__content:after {
        left: 1.5em;
        right: auto;
    }
}

.artist-timeline .artwork:nth-of-type(even) .artwork__content:before {
    left: -0.6em;
    right: auto;
}

.artist-timeline .artwork .image-reveal {
    width: 100%;
    position: relative;
}

.in-view .artist-timeline .artwork .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.artist-timeline .artwork__infos {
    margin-top: 0.5em;
    text-align: center;
    color: #231f20;
    opacity: 0;
    transition: 0.5s opacity ease;
}

.in-view .artist-timeline .artwork__infos {
    opacity: 1;
}

.artist-timeline .artwork--highlighted .artwork__inner {
    width: 100%;
    height: auto;
    position: relative;
}

.artist-timeline .artwork--highlighted .artwork__content {
    position: relative;
    padding: 16vw 6vw 8vw;
}

@media only screen and (min-width: 1024px) {
    .artist-timeline .artwork--highlighted .artwork__content {
        padding: 4vw 8.8vw 2vw;
    }
}

.artist-timeline .artwork--highlighted .artwork__content:before {
    top: -0.6em;
    left: calc(50% - 0.6em) !important;
}

.artist-timeline .artwork--highlighted .artwork__content:after {
    top: 1.5em;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.artist-timeline .artwork--highlighted .artwork__infos {
    position: relative;
}

.artist-timeline .artwork--highlighted .artwork__infos:after {
    content: "";
    position: absolute;
    bottom: calc(-4vw - 0.5em);
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    background-color: #231f20;
    border-radius: 50%;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .artist-timeline .artwork--highlighted .artwork__infos:after {
        bottom: calc(-2vw - 0.5em);
    }
}

.artist-timeline .artwork:nth-of-type(1) .artwork__content:after {
    transition-delay: 0.8s;
}

.artist-timeline .artwork:nth-of-type(1) .artwork__content:before {
    transition: 0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s,
        0.5s box-shadow ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s,
        0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}

.artist-timeline .artwork:nth-of-type(1) .artwork__infos,
.artist-timeline .artwork:nth-of-type(1) .intrinsic__half__image {
    transition-delay: 0.8s;
}

.artist-timeline .artwork:nth-of-type(2) .artwork__content:after {
    transition-delay: 1.2s;
}

.artist-timeline .artwork:nth-of-type(2) .artwork__content:before {
    transition: 0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s,
        0.5s box-shadow ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s,
        0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
}

.artist-timeline .artwork:nth-of-type(2) .artwork__infos,
.artist-timeline .artwork:nth-of-type(2) .intrinsic__half__image {
    transition-delay: 1.2s;
}

.artist-timeline .artwork:nth-of-type(3) .artwork__content:after {
    transition-delay: 1.6s;
}

.artist-timeline .artwork:nth-of-type(3) .artwork__content:before {
    transition: 0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s,
        0.5s box-shadow ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s,
        0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s;
}

.artist-timeline .artwork:nth-of-type(3) .artwork__infos,
.artist-timeline .artwork:nth-of-type(3) .intrinsic__half__image {
    transition-delay: 1.6s;
}

.artist-timeline .artwork:nth-of-type(4) .artwork__content:after {
    transition-delay: 2s;
}

.artist-timeline .artwork:nth-of-type(4) .artwork__content:before {
    transition: 0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s,
        0.5s box-shadow ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s,
        0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.artist-timeline .artwork:nth-of-type(4) .artwork__infos,
.artist-timeline .artwork:nth-of-type(4) .intrinsic__half__image {
    transition-delay: 2s;
}

.artist-timeline .artwork:nth-of-type(5) .artwork__content:after {
    transition-delay: 2.4s;
}

.artist-timeline .artwork:nth-of-type(5) .artwork__content:before {
    transition: 0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s,
        0.5s box-shadow ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s,
        0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s;
}

.artist-timeline .artwork:nth-of-type(5) .artwork__infos,
.artist-timeline .artwork:nth-of-type(5) .intrinsic__half__image {
    transition-delay: 2.4s;
}

.artist-timeline .artwork:nth-of-type(6) .artwork__content:after {
    transition-delay: 2.8s;
}

.artist-timeline .artwork:nth-of-type(6) .artwork__content:before {
    transition: 0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s,
        0.5s box-shadow ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s,
        0.5s box-shadow ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s;
}

.artist-timeline .artwork:nth-of-type(6) .artwork__infos,
.artist-timeline .artwork:nth-of-type(6) .intrinsic__half__image {
    transition-delay: 2.8s;
}

.page-archive {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.page-archive>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.archive-empty-header {
    height: 22vw;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .archive-empty-header {
        height: 14vw;
    }
}

@media only screen and (min-width: 1024px) {
    .archive-empty-header {
        height: 0;
    }
}

.archive-overview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
    min-height: 100vh;
}

.archive-overview>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .archive-overview {
        width: 87.5%;
        margin: auto;
    }
}

.archive-overview .sub-view__page {
    width: 100%;
}

.archive-overview .sub-view__page:nth-of-type(2) {
    padding-top: 0 !important;
}

@media only screen and (min-width: 1024px) {
    .archive-overview .sub-view__page {
        padding: 0;
    }
}

.archive-overview [data-component="page-title"] {
    margin-bottom: 2em;
    padding: 12vw 8vw 0;
}

@media only screen and (min-width: 768px) {
    .archive-overview [data-component="page-title"] {
        padding-top: 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .archive-overview [data-component="page-title"] {
        padding: 10.8vw 0 0;
    }
}

.archive-overview__title {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.9em;

    margin-bottom: 0.25em;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 12vw 4vw 0vw;
    font-style: italic;
}

@media (max-width: 1500px) {
    .archive-overview__title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) {
    .archive-overview__title {
        font-size: 100px;
        font-size: 6.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 0.9em;
        padding-top: 8vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .archive-overview__title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .archive-overview__title {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .archive-overview__title {
        font-size: 170px;
        font-size: 11.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .archive-overview__title {
        font-size: 170px;
    }
}

.archive-overview__title .original-title {
    visibility: hidden;
}

.archive-overview__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

.archive-overview__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    word-break: break-word;
}

@media only screen and (max-width: 767px) {
    .archive-overview__title--half span {
        font-size: 40px;
        font-size: 2.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        /* letter-spacing: 0.01em; */
    }
}

@media only screen and (max-width: 767px) and (max-width: 1500px) {
    .archive-overview__title--half span {
        font-size: 40px;
    }
}

.is-animating .archive-overview__title--half span {
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub-view__page.in-view .archive-overview__title--half span {
    -webkit-transform: none;
    transform: none;
}

.archive-overview__title--half:first-of-type {
    top: 0;
}

.archive-overview__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.archive-overview__title--half:last-of-type {
    bottom: 0;
}

.archive-overview__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.archive-overview__subtitle {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0vw 4vw;
    width: 100%;
    text-align: center;
    opacity: 0;
}

@media (max-width: 1500px) {
    .archive-overview__subtitle {
        font-size: 19px;
    }
}

.is-animating .archive-overview__subtitle {
    transition: opacity 0.75s ease,
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.25s;
}

.is-animating--out .archive-overview__subtitle {
    transition-delay: 0s !important;
}

.sub-view__page.in-view .archive-overview__subtitle {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .archive-overview__subtitle {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .archive-overview__subtitle {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .archive-overview__subtitle {
        font-size: 35px;
    }
}

.archive-overview__read-more {
    text-align: left;
    padding-top: 1em;
    max-width: 35em;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
    .archive-overview__read-more {
        padding-top: 1.5em;
    }
}

.archive-overview__read-more .active-line {
    vertical-align: bottom;
}

.archive-overview__read-more .active-line span,
.archive-overview__read-more .active-line:after,
.archive-overview__read-more .active-line:before {
    bottom: 2px;
}

.page-default .archive-overview__read-more {
    display: inline-block;
    text-align: center;
    max-width: none;
}

@media only screen and (min-width: 1024px) {
    .page-default .archive-overview__read-more {
        font-size: 22px;
        font-size: 1.46667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .page-default .archive-overview__read-more {
        font-size: 22px;
    }
}

.page-default .archive-overview__read-more span+span {
    padding-left: 0.2em;
}

.page-default .archive-overview__read-more span+span a {
    position: relative;
    display: inline-block;
}

.page-default .archive-overview__read-more span+span a:after,
.page-default .archive-overview__read-more span+span a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 51%;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page-default .archive-overview__read-more span+span a:before {
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.page-default .archive-overview__read-more span+span a:after {
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.is-desktop .page-default .archive-overview__read-more span+span a:hover:after,
.is-desktop .page-default .archive-overview__read-more span+span a:hover:before,
.page-default .archive-overview__read-more span+span a:active:after,
.page-default .archive-overview__read-more span+span a:active:before {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .page-default .archive-overview__read-more span+span {
        padding-left: 0.5em;
    }
}

.page-default .archive-overview__read-more span+span a {
    overflow: visible;
}

.page-default .archive-overview__read-more span+span a:after,
.page-default .archive-overview__read-more span+span a:before {
    -webkit-transform: none;
    transform: none;
}

.is-desktop .page-default .archive-overview__read-more span+span a:hover:after,
.is-desktop .page-default .archive-overview__read-more span+span a:hover:before,
.page-default .archive-overview__read-more span+span a:active:after,
.page-default .archive-overview__read-more span+span a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.page-default .archive-overview__read-more .animation-icon {
    min-width: 1em;
}

@media only screen and (max-width: 1023px) {
    .page-default .archive-overview__read-more .animation-icon {
        vertical-align: text-top;
    }
}

.archive-overview .read-more-btn {
    transition: 0.25s opacity ease;
    vertical-align: bottom;
}

.read-more-visible .archive-overview .read-more-btn {
    opacity: 0.2;
    pointer-events: none;
}

.archive-overview .read-more-content {
    text-align: center;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.read-more-visible .archive-overview .read-more-content {
    visibility: visible;
    height: auto;
}

.archive-overview .read-more-content__inner {
    padding: 4vw 0vw 0vw;
}

.archive-overview .read-more-content__text {
    max-width: 25em;
    margin: 0 auto;
    padding: 2vw 4vw;
}

.archive-overview .read-more-content__close-btn {
    margin-top: 1em;
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .archive-overview .read-more-content__close-btn {
        font-size: 28px;
    }
}

.archive-overview__page-content {
    padding: 0 8vw;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .archive-overview__page-content {
        max-width: 64vw;
    }
}

.archive-overview__cta,
.archive-overview__page-content,
.archive-overview__read-more {
    opacity: 0;
    transition-delay: 0s;
}

.sub-view__page.in-view .archive-overview__cta,
.sub-view__page.in-view .archive-overview__page-content,
.sub-view__page.in-view .archive-overview__read-more {
    opacity: 1;
    transition: 1s opacity ease 0.5s;
}

.archive-overview__cta .button {
    display: block;
    margin: 8vw auto;
    border: 0;
}

@media only screen and (min-width: 768px) {
    .archive-overview__cta .button {
        margin: 3vw auto 0;
    }
}

.archive-overview__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 4vw 2vw;
}

.archive-overview__items>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {

    .archive-overview--education .archive-overview__items,
    .archive-overview--publications .archive-overview__items {
        padding: 4vw 6vw;
    }
}

.archive-overview .press-card {
    width: 50%;
    padding: 2vw;
}

@media only screen and (min-width: 1024px) {

    .archive-overview .press-card:nth-of-type(5n + 3),
    .archive-overview .press-card:nth-of-type(5n + 4),
    .archive-overview .press-card:nth-of-type(5n + 5) {
        width: 33.33333%;
    }
}

.archive-overview .education-card {
    width: 50%;
    padding: 2vw;
    margin-bottom: 8vw;
}

@media only screen and (min-width: 1024px) {
    .archive-overview .education-card {
        width: 33.33333%;
        margin-bottom: 2vw;
    }
}

.archive-overview__column {
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .archive-overview__column {
        overflow: hidden;
    }

    .archive-overview__column:first-of-type {
        position: relative;
    }

    .archive-overview__column:first-of-type:after {
        content: "";
        position: absolute;
        top: 2vw;
        bottom: 2vw;
        right: 0;
        width: 1px;
        background-color: #d0d0d0;
        transition: 0.75s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 0.75s transform cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 0.75s transform cubic-bezier(0.645, 0.045, 0.355, 1),
            0.75s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        transition-delay: 0s;
    }

    .sub-view__page.in-view .archive-overview__column:first-of-type:after {
        -webkit-transform: none;
        transform: none;
        transition-delay: 0.3s;
    }
}

.archive-overview__column .news-card {
    width: 100%;
    padding: 2vw;
}

@media only screen and (min-width: 768px) {
    .archive-overview__column .news-card {
        padding: 2vw 6vw;
    }
}

.in-view .archive-overview__column:nth-of-type(2) .is-in-view .intrinsic__half__image {
    transition-delay: 0.65s !important;
}

.in-view .archive-overview__column:nth-of-type(2) .is-in-view .news-card__infos,
.in-view .archive-overview__column:nth-of-type(2) .is-in-view .press-card__infos {
    transition-delay: 0.5s !important;
}

.archive-overview .news-card__infos,
.archive-overview .press-card__infos {
    opacity: 0;
}

.in-view .archive-overview .is-in-view .intrinsic__half__image {
    -webkit-transform: none !important;
    transform: none !important;
    transition-delay: 0.5s !important;
}

.in-view .archive-overview .is-in-view .news-card__infos,
.in-view .archive-overview .is-in-view .press-card__infos {
    opacity: 1;
    transition: 0.75s opacity ease;
    transition-delay: 0.5s !important;
}

.archive-overview .is-in-view .add-to-trip-button,
.archive-overview .is-in-view .download-button {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.in-view .archive-overview .is-in-view .add-to-trip-button,
.in-view .archive-overview .is-in-view .download-button {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition: 0.4s opacity ease,
        0.4s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0.4s opacity ease;
    transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0.4s opacity ease,
        0.4s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0.75s;
}

.archive-overview .is-in-view .add-to-trip-button .animation-icon,
.archive-overview .is-in-view .download-button .animation-icon {
    -webkit-transform: scale(0.4) rotate(-30deg);
    transform: scale(0.4) rotate(-30deg);
    opacity: 0;
}

.in-view .archive-overview .is-in-view .add-to-trip-button .animation-icon,
.in-view .archive-overview .is-in-view .download-button .animation-icon {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: 0.4s opacity ease,
        0.4s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0.4s opacity ease;
    transition: 0.4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275),
        0.4s opacity ease,
        0.4s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0.75s;
}

.archive-search {
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s opacity ease, 0.4s visibility;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 12vw 8vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.archive-search>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.has-search-overlay .archive-search {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media only screen and (min-width: 768px) {
    .archive-search {
        padding: 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .archive-search {
        width: 87.5%;
        padding: 10.8vw 8vw;
    }
}

.archive-search>* {
    width: 100%;
}

.archive-search__input {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: 2px solid currentColor;
    background: 0 0;
    outline: 0;
}

@media (max-width: 1500px) {
    .archive-search__input {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) {
    .archive-search__input {
        font-size: 100px;
        font-size: 6.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .archive-search__input {
        font-size: 100px;
    }
}

.layout-page {
    position: relative;
    min-height: 100vh;
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .layout-page {
        padding: 12vw 4vw 4vw 24vw;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-sidebar {
        width: auto;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        bottom: auto;
        left: 4vw;
    }

    .layout-sidebar.is-bottom {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .is-secondary-transitioning-end .layout-sidebar.is-bottom {
        position: fixed;
        top: 0;
        bottom: auto;
        left: 4vw;
    }
}

.layout-static-content {
    padding: 10.4vw 4vw 4vw;
}

@media only screen and (min-width: 1024px) {
    .layout-static-content {
        padding: 0;
    }
}

.layout-menu {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    .layout-menu {
        overflow: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-menu {
        width: auto;
        padding: 0;
        overflow: visible;
    }
}

.layout-menu__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 38vw;
    padding: 0 2.4vw;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.show-sidebar .layout-menu__container {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .layout-menu__container {
        width: 4.6vw;
        height: 100vh;
        padding: 4vw 0vw;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 1200px) {
    .layout-menu__container {
        width: 10vw;
        height: 100vh;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 4vw 2vw;
    }
}

.layout-menu__item {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: auto;
    text-align: center;
    padding: 20vw 3.6vw 2vw;
}

@media only screen and (min-width: 1024px) {
    .layout-menu__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        height: auto;
        padding: 2vw 0;
    }
}

.layout-filters {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 28vw;
    overflow: hidden;
    padding-top: 4vw;
    margin-top: -4vw;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    transition: 0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.55s transform cubic-bezier(0.215, 0.61, 0.355, 1),
        0.55s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.show-sidebar .layout-filters {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .layout-filters {
        width: 8vw;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        transition-delay: 0s;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-filters {
        width: 10vw;
        height: 100vh;
        padding-top: 0;
        margin-top: 0;
    }
}

.layout-filters__container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #231f20;
    overflow-x: auto;
    overflow-y: hidden;
}

.layout-filters__container::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container {
        overflow: hidden;
    }

    .layout-filters__container.is-open {
        -webkit-transform: none;
        transform: none;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .layout-filters__container.is-open .layout-filters__item {
        opacity: 1;
    }
}

.layout-filters__container.is-open {
    z-index: 2;
    opacity: 1;
}

.layout-filters__inner {
    min-height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6vw 2vw;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.6vw 2vw;
    }
}

.layout-filters__item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: auto;
    min-width: 24vw;
    padding: 0 2vw;
    text-align: center;
    color: inherit;
    opacity: 0;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    transition: opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.layout-filters__item:nth-child(1) {
    transition-delay: 0.05s;
}

.layout-filters__item:nth-child(2) {
    transition-delay: 0.1s;
}

.layout-filters__item:nth-child(3) {
    transition-delay: 0.15s;
}

.layout-filters__item:nth-child(4) {
    transition-delay: 0.2s;
}

.layout-filters__item:nth-child(5) {
    transition-delay: 0.25s;
}

.layout-filters__item:nth-child(6) {
    transition-delay: 0.3s;
}

.layout-filters__item:nth-child(7) {
    transition-delay: 0.35s;
}

.layout-filters__item:nth-child(8) {
    transition-delay: 0.4s;
}

.layout-filters__item:nth-child(9) {
    transition-delay: 0.45s;
}

.layout-filters__item:nth-child(10) {
    transition-delay: 0.5s;
}

.layout-filters__item:nth-child(11) {
    transition-delay: 0.55s;
}

.layout-filters__item:nth-child(12) {
    transition-delay: 0.6s;
}

.layout-filters__item:nth-child(13) {
    transition-delay: 0.65s;
}

.layout-filters__item:nth-child(14) {
    transition-delay: 0.7s;
}

.layout-filters__item:nth-child(15) {
    transition-delay: 0.75s;
}

.layout-filters__item:nth-child(16) {
    transition-delay: 0.8s;
}

.layout-filters__item:nth-child(17) {
    transition-delay: 0.85s;
}

.layout-filters__item:nth-child(18) {
    transition-delay: 0.9s;
}

.layout-filters__item:nth-child(19) {
    transition-delay: 0.95s;
}

.show-sidebar .layout-filters__item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 768px) {
    .layout-filters__item {
        padding: 2vw;
    }
}

@media only screen and (min-width: 768px) {
    .layout-filters__item {
        padding: 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-filters__item {
        width: 100%;
        height: auto;
        padding: 0;
        -webkit-transform: translateX(-250%);
        transform: translateX(-250%);
    }

    .layout-filters__item+.layout-filters__item {
        margin-top: 2.4vw;
    }
}

.is-desktop .layout-filters__item:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .layout-filters__item:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.layout-filters__item:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.layout-filters__item:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.layout-filters__item:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.layout-filters__icon {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8vw;
    height: 8vw;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__icon {
        width: 2vw;
        height: 2vw;
    }
}

.layout-filters__icon .animation-icon {
    width: 100%;
    height: 100%;
}

.layout-filters__icon .animation-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2vw 1.2vw 0;
    stroke: currentColor;
}

@media only screen and (min-width: 768px) {
    .layout-filters__icon .animation-icon svg {
        padding: 0;
    }
}

.layout-filters__label {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 2vw;
    letter-spacing: 0;
    line-height: 1;
    max-height: 30px;
    overflow: hidden;
    position: relative;
    pointer-events: none;
}

@media (max-width: 1500px) {
    .layout-filters__label {
        font-size: 21px;
    }
}

.is-ie .layout-filters__label {
    overflow: visible;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__label {
        font-size: 16px;
        font-size: 1.06667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        max-height: none;
        margin-top: 0.5em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .layout-filters__label {
        font-size: 16px;
    }
}

.layout-filters__wipe {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: linear-gradient(to left,
            rgba(35, 31, 32, 0),
            #231f20 20%,
            #231f20 80%,
            rgba(35, 31, 32, 0));
}

@media only screen and (min-width: 1024px) {
    .layout-filters__wipe {
        width: 100%;
        height: 150%;
        background: linear-gradient(to bottom,
                rgba(35, 31, 32, 0),
                #231f20 20%,
                #231f20 80%,
                rgba(35, 31, 32, 0));
    }
}

.layout-filters__container.is-open .layout-filters__item {
    opacity: 1;
}

.layout-filters__container--text .layout-filters__item {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    line-height: 1;
    position: relative;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    height: 100%;
    width: auto;
    text-align: center;
    padding: 4vw 5.2vw;
    color: inherit;
    margin-top: 0;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.45s;
}

@media (max-width: 1500px) {
    .layout-filters__container--text .layout-filters__item {
        font-size: 16px;
    }
}

.layout-filters__container--text .layout-filters__item:nth-child(1) {
    transition-delay: 0.56s;
}

.layout-filters__container--text .layout-filters__item:nth-child(2) {
    transition-delay: 0.62s;
}

.layout-filters__container--text .layout-filters__item:nth-child(3) {
    transition-delay: 0.68s;
}

.layout-filters__container--text .layout-filters__item:nth-child(4) {
    transition-delay: 0.74s;
}

.layout-filters__container--text .layout-filters__item:nth-child(5) {
    transition-delay: 0.8s;
}

.layout-filters__container--text .layout-filters__item:nth-child(6) {
    transition-delay: 0.86s;
}

.layout-filters__container--text .layout-filters__item:nth-child(7) {
    transition-delay: 0.92s;
}

.layout-filters__container--text .layout-filters__item:nth-child(8) {
    transition-delay: 0.98s;
}

.layout-filters__container--text .layout-filters__item:nth-child(9) {
    transition-delay: 1.04s;
}

.layout-filters__container--text .layout-filters__item:nth-child(10) {
    transition-delay: 1.1s;
}

.layout-filters__container--text .layout-filters__item:nth-child(11) {
    transition-delay: 1.16s;
}

.layout-filters__container--text .layout-filters__item:nth-child(12) {
    transition-delay: 1.22s;
}

.layout-filters__container--text .layout-filters__item:nth-child(13) {
    transition-delay: 1.28s;
}

.layout-filters__container--text .layout-filters__item:nth-child(14) {
    transition-delay: 1.34s;
}

.layout-filters__container--text .layout-filters__item:nth-child(15) {
    transition-delay: 1.4s;
}

.layout-filters__container--text .layout-filters__item:nth-child(16) {
    transition-delay: 1.46s;
}

.layout-filters__container--text .layout-filters__item:nth-child(17) {
    transition-delay: 1.52s;
}

.layout-filters__container--text .layout-filters__item:nth-child(18) {
    transition-delay: 1.58s;
}

.layout-filters__container--text .layout-filters__item:nth-child(19) {
    transition-delay: 1.64s;
}

.layout-filters__container--text .layout-filters__item:nth-child(20) {
    transition-delay: 1.7s;
}

.layout-filters__container--text .layout-filters__item:nth-child(21) {
    transition-delay: 1.76s;
}

.layout-filters__container--text .layout-filters__item:nth-child(22) {
    transition-delay: 1.82s;
}

.layout-filters__container--text .layout-filters__item:nth-child(23) {
    transition-delay: 1.88s;
}

.layout-filters__container--text .layout-filters__item:nth-child(24) {
    transition-delay: 1.94s;
}

.layout-filters__container--text .layout-filters__item:nth-child(25) {
    transition-delay: 2s;
}

.layout-filters__container--text .layout-filters__item:nth-child(26) {
    transition-delay: 2.06s;
}

.layout-filters__container--text .layout-filters__item:nth-child(27) {
    transition-delay: 2.12s;
}

.layout-filters__container--text .layout-filters__item:nth-child(28) {
    transition-delay: 2.18s;
}

.layout-filters__container--text .layout-filters__item:nth-child(29) {
    transition-delay: 2.24s;
}

@media only screen and (min-width: 768px) {
    .layout-filters__container--text .layout-filters__item {
        padding: 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--text .layout-filters__item {
        width: 100%;
        height: auto;
        padding: 2.6vw 0;
        letter-spacing: 0.05em;
    }
}

.layout-filters__container--text .layout-filters__item:not(:first-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 6px;
    background-color: currentColor;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--text .layout-filters__item:not(:first-of-type)::before {
        top: 0;
        left: 50%;
        width: 16px;
        height: 2px;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--text .layout-filters__item:first-of-type {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--text .layout-filters__item:last-of-type {
        padding-bottom: 0;
    }
}

.layout-filters__container--text .layout-filters__label {
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--text .layout-filters__label {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .layout-filters__container--text .layout-filters__label {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .layout-filters__container--text .layout-filters__label {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .layout-filters__container--text .layout-filters__label {
        font-size: 21px;
    }
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.is-desktop .layout-filters__container--image .layout-filters__item:hover .layout-filters__icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 7px currentColor;
    transition: box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.layout-filters__container--image .layout-filters__item:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.layout-filters__container--image .layout-filters__item:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.layout-filters__container--image .layout-filters__item:active .layout-filters__icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 7px currentColor;
    transition: box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.layout-filters__container--image .layout-filters__icon {
    width: 11.2vw;
    height: 11.2vw;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    transition: box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,
        box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: currentColor;
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--image .layout-filters__icon {
        width: 4.4vw;
        height: 4.4vw;
    }
}

@media only screen and (min-width: 1024px) {
    .layout-filters__container--svg .layout-filters__item+.layout-filters__item {
        margin-top: 4.4vw;
    }
}

.page-calendar .page-content {
    position: relative;
    min-height: 100vh;
}

.page-calendar__sidebar {
    z-index: 9;
}

.page-calendar .page-curtain {
    position: fixed;
    left: 4vw;
    width: 96vw;
    height: 50vh;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

.page-calendar .page-curtain--top {
    height: 35vw;
    max-height: 50vh;
    top: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.page-calendar .page-curtain--bottom {
    height: calc(100vh - 35vw);
    min-height: 50vh;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.page-calendar .page-curtain.animate-in {
    -webkit-transform: none;
    transform: none;
}

.page-calendar .explore-area .event-card [data-tooltippy]:after,
.page-calendar .explore-area .event-card__image {
    color: #fce373;
}

.page-calendar .explore-area .event-card .conversion-button svg {
    stroke: #fce373;
}

.page-calendar .explore-area .event-card .intrinsic__half__image {
    -webkit-transform: none !important;
    transform: none !important;
}

.page-calendar .explore-area .event-card__date,
.page-calendar .explore-area .event-card__info {
    opacity: 1 !important;
}

.calendar-overview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
}

.calendar-overview>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .calendar-overview {
        width: 100%;
    }
}

.calendar-overview .sub-view__page {
    padding: 0vw 0vw 12vw;
    width: 100%;
}

.calendar-overview .sub-view__page:nth-of-type(2) {
    padding-top: 0 !important;
}

@media only screen and (min-width: 768px) {
    .calendar-overview .sub-view__page {
        padding: 0vw 0vw 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .calendar-overview .sub-view__page {
        padding: 0vw 0vw 0vw 20vw;
    }
}

.calendar-overview .sub-view__page.is-search-results {
    padding-left: 10vw;
}

.calendar-overview [data-component="page-title"] {
    margin-bottom: 2em;
    padding-top: 12vw;
}

@media only screen and (min-width: 768px) {
    .calendar-overview [data-component="page-title"] {
        padding-top: 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .calendar-overview [data-component="page-title"] {
        padding-top: 10.8vw;
    }
}

.calendar-overview__title {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.024em;
    line-height: 0.9em;
    /* text-transform: uppercase; */
    margin-bottom: 0.25em;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0vw 4vw;
    font-style: italic;
}

@media (max-width: 1500px) {
    .calendar-overview__title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1024px) {
    .calendar-overview__title {
        font-size: 100px;
        font-size: 6.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.024em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .calendar-overview__title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .calendar-overview__title {
        font-size: 150px;
        font-size: 9vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.025em;
        line-height: 0.9em;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .calendar-overview__title {
        font-size: 8vw;
    }
}

.calendar-overview__title .original-title {
    visibility: hidden;
}

.calendar-overview__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

.calendar-overview__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.is-animating .calendar-overview__title--half span {
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub-view__page.in-view .calendar-overview__title--half span {
    -webkit-transform: none;
    transform: none;
}

.calendar-overview__title--half:first-of-type {
    top: 0;
}

.calendar-overview__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.calendar-overview__title--half:last-of-type {
    bottom: 0;
}

.calendar-overview__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.calendar-overview__subtitle {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0vw 4vw;
    width: 65%;
    text-align: center;
    opacity: 0;
    margin: auto;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

@media (max-width: 1500px) {
    .calendar-overview__subtitle {
        font-size: 19px;
    }
}

.is-animating .calendar-overview__subtitle {
    transition: opacity 0.75s ease,
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.25s;
}

.is-animating--out .calendar-overview__subtitle {
    transition-delay: 0s !important;
}

.sub-view__page.in-view .calendar-overview__subtitle {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .calendar-overview__subtitle {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .calendar-overview__subtitle {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .calendar-overview__subtitle {
        font-size: 28px;
    }
}

.calendar-overview__cta .button {
    display: block;
    margin: 0 auto 8vw;
    border: 0;
}

@media only screen and (min-width: 768px) {
    .calendar-overview__cta .button {
        margin: 0 auto 3vw;
    }
}

.transition-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 32vw;
    padding-top: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, ease visibility 0.25s;
}

@media only screen and (max-width: 1023px) {
    .transition-img {
        display: none;
    }
}

.is-animating-detail .transition-img {
    opacity: 1;
    visibility: visible;
}

.transition-img.is-animated {
    position: fixed;
    left: 4vw !important;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    padding-top: 0 !important;
}

.calendar-menu {
    font-size: 30px;
    font-size: 2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #231f20;
}

@media (max-width: 1500px) {

    .calendar-menu {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .calendar-menu {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .calendar-menu {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .calendar-menu {
        padding-bottom: 4vw;
    }

    .show-sidebar .layout-menu__container {
        display: block;
    }
}

.calendar-menu__item {
    text-align: center;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.calendar-menu__item:nth-child(1) {
    transition-delay: 0.065s;
}

.calendar-menu__item:nth-child(2) {
    transition-delay: 0.13s;
}

.calendar-menu__item:nth-child(3) {
    transition-delay: 0.195s;
}

.calendar-menu__item:nth-child(4) {
    transition-delay: 0.26s;
}

.calendar-menu__item:nth-child(5) {
    transition-delay: 0.325s;
}

.calendar-menu__item:nth-child(6) {
    transition-delay: 0.39s;
}

.calendar-menu__item:nth-child(7) {
    transition-delay: 0.455s;
}

.calendar-menu__item:nth-child(8) {
    transition-delay: 0.52s;
}

.calendar-menu__item:nth-child(9) {
    transition-delay: 0.585s;
}

.show-sidebar .calendar-menu__item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .calendar-menu__item {
        padding: 50% 0;
        margin: 7px auto;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateX(-150%) rotate(-90deg);
        transform: translateX(-150%) rotate(-90deg);
    }

    .show-sidebar .calendar-menu__item {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.calendar-menu .bubble-canvas {
    position: absolute;
    z-index: 1;

    left: 0;
    width: 100%;
    height: 4vw;
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .calendar-menu .bubble-canvas {
        top: 0;
        left: calc(100% - 1px);
        width: 1vw;
        height: 100%;
    }
}

.calendar-filters {
    background-color: #231f20;
}

.calendar-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2vw;
}

.calendar-content .tooltippy:after,
.calendar-content [data-tooltippy]:after {
    color: rgb(255, 255, 255);
}

.calendar-content .event-card .buy-ticket-button svg {
    stroke: rgb(255, 255, 255);
}

.calendar-content__item {
    position: relative;
    margin: 0 2vw 4.5em;
    width: calc(50% - 4vw);
}

.calendar-content__item:nth-of-type(even).is-in-view .intrinsic--split .intrinsic__half__image {
    transition-delay: 0.15s;
}

.calendar-content__item:nth-of-type(even) .intrinsic--split .intrinsic__half__image {
    transition-delay: 0s;
}

.calendar-content__item.is-in-view .add-to-trip-button,
.calendar-content__item.is-in-view .event-card__date,
.calendar-content__item.is-in-view .event-card__info {
    opacity: 1;
    transition-delay: 0.55s;
}

.calendar-content__item:nth-of-type(even) .add-to-trip-button,
.calendar-content__item:nth-of-type(even) .event-card__date,
.calendar-content__item:nth-of-type(even) .event-card__info {
    transition-delay: 0s;
}

.calendar-content__item .add-to-trip-button,
.calendar-content__item .event-card__date,
.calendar-content__item .event-card__info {
    opacity: 0;
    transition: opacity 0.45s;
    transition-delay: 0s;
}

@media only screen and (min-width: 1024px) {
    .calendar-content__item--small {
        width: 33.33333%;
        padding: 0 2vw;
        margin-left: 0;
        margin-right: 0;
    }
}

.calendar-content__item .event-card,
.calendar-content__item--small .event-card__excerpt {
    width: 100%;
}

.page-faq {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.page-faq>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page-faq .page-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 16vw 2vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.page-faq .page-content>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
    .page-faq .page-content {
        padding: 8vw 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .page-faq .page-content {
        width: 87.5%;
        padding: 10.8vw 18vw 0vw 16vw;
    }
}

.page-faq .page-header {
    display: block;
    width: 100%;
}

.page-faq .questions-wrapper {
    padding-bottom: 10vw;
}

.search-results__hero {
    height: 50vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow-x: hidden;
}

.search-results__hero>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-results__hero .page-header__group-title {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .search-results__hero .page-header__group-title {
        font-size: 19px;
    }
}

.search-results__hero .page-header {
    margin: 25px auto 0;
    width: 100%;
    opacity: 0;
    transition: 0.55s opacity ease;
}

.in-view .search-results__hero .page-header {
    opacity: 1;
}

.search-results__filter {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4vw;
    text-align: center;
}

.search-results__filter>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-results__filter::-webkit-scrollbar {
    display: none;
}

.search-results__filter .scroll-area {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0vw 8vw;
}

@media only screen and (min-width: 1024px) {
    .search-results__filter {
        padding-bottom: 2vw;
    }
}

.search-results__filter__item {
    display: inline-block;
    opacity: 0;
    transition: 0.55s opacity ease;
}

.search-results__filter__item:nth-of-type(1) {
    transition-delay: 0.1s;
}

.search-results__filter__item:nth-of-type(2) {
    transition-delay: 0.2s;
}

.search-results__filter__item:nth-of-type(3) {
    transition-delay: 0.3s;
}

.search-results__filter__item:nth-of-type(4) {
    transition-delay: 0.4s;
}

.search-results__filter__item:nth-of-type(5) {
    transition-delay: 0.5s;
}

.search-results__filter__item:nth-of-type(6) {
    transition-delay: 0.6s;
}

.in-view .search-results__filter__item {
    opacity: 1;
}

.search-results__filter__item:not(:last-of-type) {
    margin-right: 3em;
}

.search-results__filter__item.is-active .underline:after,
.search-results__filter__item.is-active .underline:before {
    -webkit-transform: none;
    transform: none;
}

.search-results__filter__item .animation-icon,
.search-results__filter__item p {
    vertical-align: middle;
}

.search-results__filter .animation-icon {
    height: 0.9em;
    width: 1em;
    display: inline-block;
    margin-right: 0.5em;
}

.search-results__filter__label {
    font-size: 26px;
    font-size: 1.73333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .search-results__filter__label {
        font-size: 26px;
    }
}

.search-results__filter__label span {
    font-weight: 200;
}

.search-results__filter .bubble-sidebar__canvas {
    height: 4vw;
    width: 100%;
    position: absolute;
    left: 0 !important;
    bottom: -1px;
    top: auto;
    background-color: #f9a04e;
}

@media only screen and (min-width: 1024px) {
    .search-results__filter .bubble-sidebar__canvas {
        height: 2vw;
        left: -4vw !important;
        width: 100vw;
    }
}

.search-results__overview {
    width: 100%;
    position: relative;
    min-height: 50vh;
    overflow: hidden;
}

.search-results__overview>div:not(.search-results__no-results) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s opacity ease, 0.5s visibility;
    pointer-events: none;
}

.search-results__overview>div:not(.search-results__no-results)>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-results__overview>div:not(.search-results__no-results).is-active {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    pointer-events: auto;
}

.search-results__no-results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.search-results__no-results>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-results__collection {
    padding: 7.6vw 3.6vw 12vw;
}

@media only screen and (min-width: 1024px) {
    .search-results__collection {
        padding: 7.6vw 15.6vw;
    }
}

.search-results__calendar {
    padding: 2vw 2vw 12vw;
}

@media only screen and (min-width: 1024px) {
    .search-results__calendar {
        padding: 6vw 14vw;
    }
}

.search-results__other {
    padding: 8vw;
}

.search-results__other .search-results__column {
    padding: 0vw 8vw;
}

@media only screen and (max-width: 767px) {
    .search-results__other .search-results__column {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .search-results__other .search-results__column:first-of-type {
        position: relative;
    }

    .search-results__other .search-results__column:first-of-type:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #231f20;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        transition: 0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
            0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
}

.search-results__tab.is-active .art-card,
.search-results__tab.is-active .event-card,
.search-results__tab.is-active .search-results__type {
    opacity: 0;
    transition: 0.55s opacity ease;
}

.in-view .search-results__tab.is-active .art-card,
.in-view .search-results__tab.is-active .event-card,
.in-view .search-results__tab.is-active .search-results__type {
    opacity: 1;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(1),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(1) {
    transition-delay: 0.4s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(2),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(2) {
    transition-delay: 0.8s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(3),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(3) {
    transition-delay: 1.2s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(4),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(4) {
    transition-delay: 1.6s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(5),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(5) {
    transition-delay: 2s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(6),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(6) {
    transition-delay: 2.4s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(7),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(7) {
    transition-delay: 2.8s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(8),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(8) {
    transition-delay: 3.2s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(1) .art-card:nth-of-type(9),
.search-results__tab.is-active .search-results__column:nth-of-type(1) .search-results__type:nth-of-type(9) {
    transition-delay: 3.6s;
}

.in-view .search-results__tab.is-active .search-results__column:nth-of-type(1):after {
    -webkit-transform: none;
    transform: none;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(1),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(1) {
    transition-delay: 0.6s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(2),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(2) {
    transition-delay: 1s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(3),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(3) {
    transition-delay: 1.4s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(4),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(4) {
    transition-delay: 1.8s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(5),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(5) {
    transition-delay: 2.2s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(6),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(6) {
    transition-delay: 2.6s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(7),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(7) {
    transition-delay: 3s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(8),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(8) {
    transition-delay: 3.4s;
}

.search-results__tab.is-active .search-results__column:nth-of-type(2) .art-card:nth-of-type(9),
.search-results__tab.is-active .search-results__column:nth-of-type(2) .search-results__type:nth-of-type(9) {
    transition-delay: 3.8s;
}

.search-results__tab.is-active .event-card:nth-of-type(1) {
    transition-delay: 0.4s;
}

.search-results__tab.is-active .event-card:nth-of-type(2) {
    transition-delay: 0.8s;
}

.search-results__tab.is-active .event-card:nth-of-type(3) {
    transition-delay: 1.2s;
}

.search-results__tab.is-active .event-card:nth-of-type(4) {
    transition-delay: 1.6s;
}

.search-results__tab.is-active .event-card:nth-of-type(5) {
    transition-delay: 2s;
}

.search-results__tab.is-active .event-card:nth-of-type(6) {
    transition-delay: 2.4s;
}

.search-results__tab.is-active .event-card:nth-of-type(7) {
    transition-delay: 2.8s;
}

.search-results__tab.is-active .event-card:nth-of-type(8) {
    transition-delay: 3.2s;
}

.search-results__tab.is-active .event-card:nth-of-type(9) {
    transition-delay: 3.6s;
}

.search-results__column {
    width: 50%;
}

.search-results__type {
    margin-bottom: 4vw;
}

.search-results__type__label {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 2em;
    text-align: center;
}

@media (max-width: 1500px) {
    .search-results__type__label {
        font-size: 19px;
    }
}

.search-results .art-card,
.search-results .news-card,
.search-results .press-card {
    width: 100%;
}

.search-results .art-card {
    margin: 0.4vw;
    width: calc(100% - 0.8vw);
}

.search-results .event-card {
    width: 50%;
    padding: 6vw 2vw;
}

@media only screen and (min-width: 1024px) {
    .search-results .event-card {
        padding: 2vw;
        width: 33.33333%;
    }
}

.search-results .button-area {
    width: 100%;
    text-align: center;
}

.search-results .button {
    margin-top: 4vw;
}

.page-my-trip .my-trip {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #cca69a;
    min-height: 100vh;
}

.page-my-trip .my-trip>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .page-my-trip .my-trip {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.my-trip-timeline {
    width: 100%;
    padding: 12vw 0vw 8vw;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline {
        padding: 12vw 2vw 8vw;
        width: 66.66667%;
    }
}

.my-trip-timeline__hal {
    overflow: hidden;
    padding-bottom: 0.5em;
}

.my-trip-timeline__hal.has-end .my-trip-timeline__exhibitions:before {
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    background-color: #231f20;
    box-shadow: none;
}

.my-trip-timeline__hal .my-trip-timeline__exhibitions {
    padding-bottom: 40vw;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline__hal .my-trip-timeline__exhibitions {
        padding-bottom: 12vw;
    }
}

.my-trip-timeline__hal .my-trip-timeline__exhibitions:before {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 0.6em);
    width: 1.2em;
    height: 1.2em;
    box-shadow: inset 0 0 0 2px #231f20;
    background-color: currentColor;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.in-view .my-trip-timeline__hal .my-trip-timeline__exhibitions:before {
    -webkit-transform: none;
    transform: none;
}

.my-trip-timeline__hof {
    overflow: hidden;
}

.my-trip-timeline__hof .my-trip-timeline__exhibitions {
    padding-bottom: 40vw;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline__hof .my-trip-timeline__exhibitions {
        padding-bottom: 12vw;
    }
}

.my-trip-timeline__hof .my-trip-timeline__exhibitions:before {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    background-color: #231f20;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.in-view .my-trip-timeline__hof .my-trip-timeline__exhibitions:before {
    -webkit-transform: none;
    transform: none;
}

.my-trip-timeline__title {
    font-size: 65px;
    font-size: 4.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    padding: 0vw 4vw;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    margin-bottom: 1em;
    color: #231f20;
}

@media (max-width: 1500px) {
    .my-trip-timeline__title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline__title {
        display: none;
    }
}

.my-trip-timeline__exhibitions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.my-trip-timeline__exhibitions>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.my-trip-timeline__exhibitions:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    height: 100%;
    width: 2px;
    background-color: #231f20;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: 1.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        1.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition-delay: 0.4s;
}

.in-view .my-trip-timeline__exhibitions:after {
    -webkit-transform: none;
    transform: none;
}

.my-trip-timeline__start {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    padding-bottom: 2.5em;
    opacity: 0;
    transition: 1s opacity ease;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 36vw;
    margin: auto;
    color: #231f20;
    z-index: 1;
}

@media (max-width: 1500px) {
    .my-trip-timeline__start {
        font-size: 19px;
    }
}

.my-trip-timeline__start strong {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
}

@media (max-width: 1500px) {
    .my-trip-timeline__start strong {
        font-size: 19px;
    }
}

.in-view .my-trip-timeline__start {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline__start {
        width: 10vw;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-timeline__start {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-timeline__start {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-timeline__start strong {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-timeline__start strong {
        font-size: 21px;
    }
}

.my-trip-timeline__start:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    background-color: #231f20;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: 1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.in-view .my-trip-timeline__start:after {
    -webkit-transform: none;
    transform: none;
}

.my-trip-timeline__start svg {
    width: 100%;
    margin-bottom: 1.25em;
}

.my-trip-timeline__end {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 1.5em;
    color: #231f20;
    opacity: 0;
    transition: 1s opacity ease;
    transition-delay: 2s;
}

@media (max-width: 1500px) {
    .my-trip-timeline__end {
        font-size: 21px;
    }
}

.in-view .my-trip-timeline__end {
    opacity: 1;
}

.my-trip-timeline .exhibition-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(even) .exhibition-inner {
    float: right;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(even) .exhibition-inner .trip-card {
    padding: 2vw 4vw 2vw 6vw;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline .exhibition-wrapper:nth-of-type(even) .exhibition-inner .trip-card {
        padding: 2vw 4vw;
    }
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(even) .exhibition-inner .trip-card:before {
    left: -0.6em;
    right: auto;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(even) .exhibition-inner .trip-card:after {
    right: -0.6em;
    left: auto;
}

@media only screen and (max-width: 1023px) {
    .my-trip-timeline .exhibition-wrapper:nth-of-type(even) .exhibition-inner .trip-card:after {
        right: -0.9em;
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner {
    padding-top: 40%;
    width: 50%;
    height: 0;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner {
        padding-top: 35%;
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card {
    padding: 2vw 6vw 2vw 4vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 0.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.5s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.5s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card {
        padding: 2vw 4vw;
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__src:before {
    display: none;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:after,
.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:before {
    content: "";
    position: absolute;
    top: calc(50% - 2.4em);
    right: -0.6em;
    width: 1.2em;
    height: 1.2em;
    box-shadow: inset 0 0 0 2px #231f20;
    background-color: currentColor;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.in-view .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:after,
.in-view .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:before {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1200px) {

    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:after,
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:before {
        top: calc(50% - 2.3em);
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:after {
    transition: 0.25s opacity ease;
    opacity: 0;
    left: -0.6em;
    right: auto;
}

@media only screen and (max-width: 1023px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card:after {
        left: -0.9em;
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__image {
    display: block;
    width: 100%;
    margin-bottom: 1.2em;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card a.image-reveal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.in-view .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card .trip-card__remove {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.in-view .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card .trip-card__remove {
    opacity: 1;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__duration {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    position: absolute;
    bottom: 1.2em;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@media (max-width: 1500px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__duration {
        font-size: 21px;
    }
}

.in-view .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__duration {
    opacity: 1;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info {
    color: #231f20;
    width: 80%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.in-view .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info {
    opacity: 1;
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 0.85em;
}

@media (max-width: 1500px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__type {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__type {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__type {
        font-size: 17px;
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin-bottom: 0.6em;
}

@media (max-width: 1500px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__title {
        font-size: 28px;
    }
}

.my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__excerpt {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__excerpt {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1023px) {
    .my-trip-timeline .exhibition-wrapper .exhibition-inner .trip-card__info .trip-card__excerpt {
        display: none;
    }
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(1) .trip-card:before {
    transition: 0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s,
        0.5s box-shadow ease, 0.25s opacity ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s,
        0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(1) .intrinsic__half__image,
.my-trip-timeline .exhibition-wrapper:nth-of-type(1) .trip-card__duration,
.my-trip-timeline .exhibition-wrapper:nth-of-type(1) .trip-card__info {
    transition-delay: 0.8s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(1) .trip-card__remove {
    transition-delay: 1.6s !important;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(2) .trip-card:before {
    transition: 0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s,
        0.5s box-shadow ease, 0.25s opacity ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s,
        0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(2) .intrinsic__half__image,
.my-trip-timeline .exhibition-wrapper:nth-of-type(2) .trip-card__duration,
.my-trip-timeline .exhibition-wrapper:nth-of-type(2) .trip-card__info {
    transition-delay: 1.2s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(2) .trip-card__remove {
    transition-delay: 2.4s !important;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(3) .trip-card:before {
    transition: 0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s,
        0.5s box-shadow ease, 0.25s opacity ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s,
        0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1.6s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(3) .intrinsic__half__image,
.my-trip-timeline .exhibition-wrapper:nth-of-type(3) .trip-card__duration,
.my-trip-timeline .exhibition-wrapper:nth-of-type(3) .trip-card__info {
    transition-delay: 1.6s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(3) .trip-card__remove {
    transition-delay: 3.2s !important;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(4) .trip-card:before {
    transition: 0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s,
        0.5s box-shadow ease, 0.25s opacity ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s,
        0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(4) .intrinsic__half__image,
.my-trip-timeline .exhibition-wrapper:nth-of-type(4) .trip-card__duration,
.my-trip-timeline .exhibition-wrapper:nth-of-type(4) .trip-card__info {
    transition-delay: 2s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(4) .trip-card__remove {
    transition-delay: 4s !important;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(5) .trip-card:before {
    transition: 0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s,
        0.5s box-shadow ease, 0.25s opacity ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s,
        0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.4s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(5) .intrinsic__half__image,
.my-trip-timeline .exhibition-wrapper:nth-of-type(5) .trip-card__duration,
.my-trip-timeline .exhibition-wrapper:nth-of-type(5) .trip-card__info {
    transition-delay: 2.4s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(5) .trip-card__remove {
    transition-delay: 4.8s !important;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(6) .trip-card:before {
    transition: 0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s,
        0.5s box-shadow ease, 0.25s opacity ease;
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s,
        0.5s box-shadow ease, 0.25s opacity ease,
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 2.8s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(6) .intrinsic__half__image,
.my-trip-timeline .exhibition-wrapper:nth-of-type(6) .trip-card__duration,
.my-trip-timeline .exhibition-wrapper:nth-of-type(6) .trip-card__info {
    transition-delay: 2.8s;
}

.my-trip-timeline .exhibition-wrapper:nth-of-type(6) .trip-card__remove {
    transition-delay: 5.6s !important;
}

.my-trip-timeline .exhibition-wrapper.mirror .trip-card {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@media only screen and (max-width: 1023px) {
    .my-trip-timeline .exhibition-wrapper.mirror .trip-card {
        -webkit-transform: translateX(103%);
        transform: translateX(103%);
    }
}

.my-trip-timeline .exhibition-wrapper.mirror .trip-card:before {
    opacity: 0;
}

.my-trip-timeline .exhibition-wrapper.mirror .trip-card:after {
    opacity: 1;
}

.my-trip-timeline .exhibition-wrapper.mirror:nth-of-type(even) .trip-card {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (max-width: 1023px) {
    .my-trip-timeline .exhibition-wrapper.mirror:nth-of-type(even) .trip-card {
        -webkit-transform: translateX(-103%);
        transform: translateX(-103%);
    }
}

.my-trip-timeline__map {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.my-trip-timeline__map__inner {
    padding: 8vw 4vw;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.my-trip-timeline__map p {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #231f20;
    margin-bottom: 1em;
}

@media (max-width: 1500px) {
    .my-trip-timeline__map p {
        font-size: 21px;
    }
}

.my-trip-timeline__map .map {
    position: relative;
    width: 100%;
    height: 40vw;
}

@media only screen and (min-width: 1024px) {
    .my-trip-timeline__map .map {
        height: 30vw;
    }
}

.my-trip-timeline__map .map .map-marker.endpoint {
    width: 6em !important;
}

.my-trip-timeline__map .mapbox,
.my-trip-timeline__map canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my-trip-timeline__map .mapboxgl-ctrl-bottom-right {
    display: none;
}

.my-trip-details {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .my-trip-details:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 44vw;
        background-color: currentColor;
    }
}

@media only screen and (min-width: 1024px) {
    .my-trip-details {
        width: 33.33333%;
    }
}

.my-trip-details__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 16vw 8vw 8vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
}

.my-trip-details__inner>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .my-trip-details__inner {
        padding: 10vw 4vw 4vw;
    }

    .my-trip-details__inner.is-fixed {
        position: fixed;
        right: 0;
        width: 32%;
        bottom: 0;
    }

    .my-trip-details__inner.is-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

.my-trip-details__title {
    font-size: 87px;
    font-size: 5.8vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0.4em 0;
    color: #231f20;
    position: relative;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1500px) {
    .my-trip-details__title {
        font-size: 87px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-details__title {
        font-size: 114px;
        font-size: 7.6vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        margin: 0.3em 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-details__title {
        font-size: 114px;
    }
}

.my-trip-details__title div {
    visibility: hidden;
}

.my-trip-details__title--half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: currentColor;
}

.my-trip-details__title--half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my-trip-details__title--half:first-of-type {
    top: 0;
}

.my-trip-details__title--half:first-of-type span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.my-trip-details__title--half:last-of-type {
    bottom: 0;
}

.my-trip-details__title--half:last-of-type span {
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.in-view .my-trip-details__title span:not(.no-transform) {
    -webkit-transform: none;
    transform: none;
}

.my-trip-details__subtitle {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 1em;
    color: #231f20;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

@media (max-width: 1500px) {
    .my-trip-details__subtitle {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .my-trip-details__subtitle {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-details__subtitle {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-details__subtitle {
        font-size: 28px;
    }
}

.in-view .my-trip-details__subtitle {
    opacity: 1;
}

.my-trip-details__unique-url {
    color: #231f20;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

.in-view .my-trip-details__unique-url {
    opacity: 1;
}

@media only screen and (max-width: 1023px) {
    .my-trip-details__unique-url {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.my-trip-details__unique-url .label {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 1.1em;
}

@media (max-width: 1500px) {
    .my-trip-details__unique-url .label {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .my-trip-details__unique-url .label {
        margin-bottom: 0.9em;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-details__unique-url .label {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-details__unique-url .label {
        font-size: 20px;
    }
}

.my-trip-details__unique-url .unique-url {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    border: 1px solid #8ebf80;
    border-radius: 2em;
    padding: 0.5em 1em;
    margin-bottom: 1.25em;
    word-break: break-all;
    width: 100%;
    background: 0 0;
    outline: 0;
}

@media (max-width: 1500px) {
    .my-trip-details__unique-url .unique-url {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .my-trip-details__unique-url .unique-url {
        margin-bottom: 1.75em;
    }
}

.my-trip-details__unique-url .my-trip-details__share-url {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
    .my-trip-details__unique-url .my-trip-details__share-url {
        margin-bottom: 2.3em;
    }
}

@media only screen and (min-width: 1200px) {
    .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__button {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__button {
        font-size: 20px;
    }
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social {
    width: 2.3em;
    height: 2.3em;
    position: relative;
    border-radius: 50%;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (max-width: 1023px) {
    .my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social {
        display: none;
    }
}

.my-trip-details__unique-url .my-trip-details__share-url .my-trip-details__social .animation-icon {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
}

.my-trip-details__description {
    width: 100%;
    text-align: center;
    color: #231f20;
    margin-bottom: 1.3em;
    opacity: 0;
    transition: opacity 0.75s ease;
    transition-delay: 0.35s;
}

@media only screen and (max-width: 1023px) {
    .my-trip-details__description {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .my-trip-details__description {
        margin-bottom: 2.5em;
    }
}

.my-trip-details__description p:not(:last-of-type) {
    margin-bottom: 1em;
}

.in-view .my-trip-details__description {
    opacity: 1;
}

.my-trip-details__info-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #231f20;
}

@media only screen and (max-width: 1023px) {
    .my-trip-details__info-wrapper {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.my-trip-details__info-wrapper .info {
    width: 50%;
    text-align: center;
    padding-top: 0.75em;
    padding-bottom: 1em;
}

.my-trip-details__info-wrapper .info:first-of-type {
    border-right: 1px solid #231f20;
}

.my-trip-details__info-wrapper .info:last-of-type {
    border-left: 1px solid #231f20;
}

.page-default--around-the-world .around-the-world__map {
    display: block;
    width: 100%;
    height: 80vw;
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    outline: 0;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map {
        height: 48vw;
    }
}

.page-default--around-the-world .around-the-world__map .world-map {
    width: 100%;
    position: absolute;
    top: -16vw;
    left: 0;
    height: calc(100% + 16vw);
    outline: 0;
    opacity: 0;
    transition: opacity 0.55s ease;
    transition-delay: 0.5s;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map {
        height: 100%;
        width: calc(100% + 10vw);
        left: -6vw;
        top: 0;
    }
}

.page-default--around-the-world .around-the-world__map .world-map.is-loaded {
    opacity: 1;
}

.page-default--around-the-world .around-the-world__map .world-map__mapbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-default--around-the-world .around-the-world__map .world-map__mapbox .mapboxgl-ctrl {
    display: none;
}

.page-default--around-the-world .around-the-world__map .world-map__controls {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom {
    width: 6vw;
    height: 4vw;
    line-height: 4vw;
    color: #000;
    cursor: pointer;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom--in,
.page-default--around-the-world .around-the-world__map .world-map__zoom--out {
    margin: 0.1em;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map__zoom--out {
        margin: 0.25em;
    }
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map__zoom--in {
        margin: 0.25em;
    }
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map__zoom {
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
    }
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon {
    width: 1em;
    height: 1em;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon {
        width: 1.5em;
        height: 1.5em;
    }
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.page-default--around-the-world .around-the-world__map .world-map__zoom .animation-icon svg {
    fill: transparent;
    stroke: #f8b5b8;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker {
    position: absolute;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered {
    z-index: 99;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__indicator .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner {
    pointer-events: auto;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(0) .intrinsic__half__image {
    transition-delay: 0s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(0) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(0) strong {
    transition-delay: 0.25s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(1) .intrinsic__half__image {
    transition-delay: 0.1s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(1) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(1) strong {
    transition-delay: 0.35s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(2) .intrinsic__half__image {
    transition-delay: 0.2s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(2) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(2) strong {
    transition-delay: 0.45s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(3) .intrinsic__half__image {
    transition-delay: 0.3s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(3) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(3) strong {
    transition-delay: 0.55s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(4) .intrinsic__half__image {
    transition-delay: 0.4s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(4) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(4) strong {
    transition-delay: 0.65s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(5) .intrinsic__half__image {
    transition-delay: 0.5s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(5) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(5) strong {
    transition-delay: 0.75s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(6) .intrinsic__half__image {
    transition-delay: 0.6s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(6) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(6) strong {
    transition-delay: 0.85s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(7) .intrinsic__half__image {
    transition-delay: 0.7s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(7) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(7) strong {
    transition-delay: 0.95s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(8) .intrinsic__half__image {
    transition-delay: 0.8s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(8) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(8) strong {
    transition-delay: 1.05s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(9) .intrinsic__half__image {
    transition-delay: 0.9s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(9) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(9) strong {
    transition-delay: 1.15s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(10) .intrinsic__half__image {
    transition-delay: 1s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(10) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(10) strong {
    transition-delay: 1.25s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(11) .intrinsic__half__image {
    transition-delay: 1.1s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(11) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(11) strong {
    transition-delay: 1.35s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(12) .intrinsic__half__image {
    transition-delay: 1.2s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(12) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(12) strong {
    transition-delay: 1.45s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(13) .intrinsic__half__image {
    transition-delay: 1.3s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(13) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(13) strong {
    transition-delay: 1.55s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(14) .intrinsic__half__image {
    transition-delay: 1.4s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(14) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(14) strong {
    transition-delay: 1.65s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(15) .intrinsic__half__image {
    transition-delay: 1.5s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(15) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(15) strong {
    transition-delay: 1.75s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(16) .intrinsic__half__image {
    transition-delay: 1.6s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(16) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(16) strong {
    transition-delay: 1.85s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(17) .intrinsic__half__image {
    transition-delay: 1.7s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(17) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(17) strong {
    transition-delay: 1.95s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(18) .intrinsic__half__image {
    transition-delay: 1.8s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(18) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(18) strong {
    transition-delay: 2.05s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(19) .intrinsic__half__image {
    transition-delay: 1.9s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(19) p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner:nth-of-type(19) strong {
    transition-delay: 2.15s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner p,
.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner strong {
    opacity: 1;
    transition: opacity 0.45s ease;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker.is-hovered .map-marker__inner .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
    transition: 0.75s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.75s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.75s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        0.75s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__indicator {
    width: 1em;
    height: 1em;
    z-index: 1;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map .map-marker__indicator {
        width: 1.5em;
        height: 1.5em;
    }
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__indicator .animation-icon {
    width: 1em;
    height: 1em;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map .map-marker__indicator .animation-icon {
        width: 1.5em;
        height: 1.5em;
    }
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__indicator svg {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    stroke: currentColor;
    fill: transparent;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner {
    width: 14vw;
    height: 18vw;
    position: absolute;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 1em;
    z-index: 99;
    pointer-events: none;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner .intrinsic__half__image {
    transition-delay: 0s;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(0) {
    top: calc(-50% - 9vw + 1em + 0);
    left: calc(125% + 0);
    z-index: 5;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(1) {
    top: calc(-50% - 9vw + 1em + 1em);
    left: calc(125% + 1em);
    z-index: 4;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(2) {
    top: calc(-50% - 9vw + 1em + 2em);
    left: calc(125% + 2em);
    z-index: 3;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(3) {
    top: calc(-50% - 9vw + 1em + 3em);
    left: calc(125% + 3em);
    z-index: 2;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(4) {
    top: calc(-50% - 9vw + 1em + 4em);
    left: calc(125% + 4em);
    z-index: 1;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(5) {
    top: calc(-50% - 9vw + 1em + 5em);
    left: calc(125% + 5em);
    z-index: 0;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(6) {
    top: calc(-50% - 9vw + 1em + 6em);
    left: calc(125% + 6em);
    z-index: -1;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(7) {
    top: calc(-50% - 9vw + 1em + 7em);
    left: calc(125% + 7em);
    z-index: -2;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(8) {
    top: calc(-50% - 9vw + 1em + 8em);
    left: calc(125% + 8em);
    z-index: -3;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(9) {
    top: calc(-50% - 9vw + 1em + 9em);
    left: calc(125% + 9em);
    z-index: -4;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(10) {
    top: calc(-50% - 9vw + 1em + 10em);
    left: calc(125% + 10em);
    z-index: -5;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(11) {
    top: calc(-50% - 9vw + 1em + 11em);
    left: calc(125% + 11em);
    z-index: -6;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(12) {
    top: calc(-50% - 9vw + 1em + 12em);
    left: calc(125% + 12em);
    z-index: -7;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(13) {
    top: calc(-50% - 9vw + 1em + 13em);
    left: calc(125% + 13em);
    z-index: -8;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(14) {
    top: calc(-50% - 9vw + 1em + 14em);
    left: calc(125% + 14em);
    z-index: -9;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(15) {
    top: calc(-50% - 9vw + 1em + 15em);
    left: calc(125% + 15em);
    z-index: -10;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(16) {
    top: calc(-50% - 9vw + 1em + 16em);
    left: calc(125% + 16em);
    z-index: -11;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(17) {
    top: calc(-50% - 9vw + 1em + 17em);
    left: calc(125% + 17em);
    z-index: -12;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(18) {
    top: calc(-50% - 9vw + 1em + 18em);
    left: calc(125% + 18em);
    z-index: -13;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner:nth-of-type(19) {
    top: calc(-50% - 9vw + 1em + 19em);
    left: calc(125% + 19em);
    z-index: -14;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__inner strong {
    z-index: 99;
    padding: 1em 1.5em;
    opacity: 0;
    transition: none;
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__content {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

@media (max-width: 1500px) {
    .page-default--around-the-world .around-the-world__map .world-map .map-marker__content {
        font-size: 19px;
    }
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__content .intrinsic__half__image {
    transition: 1.25s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1.25s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1.25s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1.25s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.page-default--around-the-world .around-the-world__map .world-map .map-marker__content .intrinsic__half__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 2vw currentColor;
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .around-the-world__map .world-map .map-marker__content .intrinsic__half__image:after {
        box-shadow: inset 0 0 0 1.2vw currentColor;
    }
}

@media only screen and (min-width: 1024px) {
    .page-default--around-the-world .page-content {
        padding: 0vw 4vw 4vw 24vw;
    }
}

.page-default--around-the-world .page-content .page-header {
    margin-top: 8vw;
}

.page-default--around-the-world .page-content .around-the-world__copy {
    padding: 0vw 18vw;
    color: #231f20;
    text-align: center;
    margin-bottom: 6vw;
}

.page-default--around-the-world .page-content .around-the-world__copy strong {
    display: block;
    margin-bottom: 0.75em;
}

@media only screen and (min-width: 1200px) {
    .page-default--around-the-world .page-content .around-the-world__copy strong {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-default--around-the-world .page-content .around-the-world__copy strong {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-default--around-the-world .page-content .around-the-world__copy p {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .page-default--around-the-world .page-content .around-the-world__copy p {
        font-size: 21px;
    }
}

.page-default--around-the-world .page-content .around-the-world__collage {
    width: 88.23529%;
    height: auto;
    padding-top: 100%;
    margin: auto;
    text-align: center;
    display: block;
    position: relative;
}

.page-default--around-the-world .page-content .around-the-world__collage>div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@-webkit-keyframes iconspin {
    0% {
        visibility: visible;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes iconspin {
    0% {
        visibility: visible;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hideIcon {
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 1;
    display: block;
    pointer-events: none;
}

.hideIcon>div {
    height: 50%;
    width: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
}

.hideIcon>div:before {
    border-radius: 50%;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    position: absolute;
    background: linear-gradient(to top,
            transparent 0,
            transparent 50%,
            #cca69a 50%,
            #cca69a 100%);
}

.hideIcon>div:last-child::before {
    background: linear-gradient(to top,
            transparent 0,
            transparent 50%,
            #fce373 50%,
            #fce373 100%);
}

.hideIcon>div:last-child {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hideIcon.show>div:before {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: iconspin;
    animation-name: iconspin;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.play-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.is-ie .play-section .headers__utils svg {
    width: 4em;
}

.play-section .play-btn__wrapper {
    height: 100px;
}

.play-section .play-btn__wrapper .play-btn__close {
    display: block;
    opacity: 0;
    transition: 0.35s opacity cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-perspective: 2000;
    perspective: 2000;
}

.play-section .play-btn__wrapper .play-btn__close svg {
    height: 0.8em;
    overflow: visible;
    -webkit-perspective: 2000;
    perspective: 2000;
    fill: #231f20;
}

@media only screen and (min-width: 1024px) {
    .play-section .play-btn__wrapper .play-btn__close svg {
        height: 1em;
    }
}

.play-section .show .static-svg svg path {
    stroke-dashoffset: 0 !important;
}

.play-section.unsplit-img .intrinsic__half--bottom .intrinsic__half__image,
.play-section.unsplit-img .intrinsic__half--top .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.play-section.in-view {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.play-section.in-view .play-section--lower,
.play-section.in-view .play-section--upper {
    -webkit-transform: none;
    transform: none;
}

.play-section.in-view .play-btn__close {
    transition-delay: 0.35s;
    opacity: 1;
}

.play-section.is-hidding {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}

.play-section.is-hidding .play-btn__close {
    transition-delay: 0s;
    opacity: 0;
}

.play-section.is-hidding .play-section__inner {
    transition: 0.35s opacity cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 0;
}

.play-section.is-hidding .play-section--lower,
.play-section.is-hidding .play-section--upper {
    transition-delay: 0.25s;
}

.play-section--upper {
    position: absolute;
    width: 100vw;
    height: 50vh;
    top: 0;
    z-index: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.35s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.35s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.35s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.35s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.is-play-museum-roulette .play-section--upper {
    background: #5ABF86 !important;
}

.play-section--lower {
    position: absolute;
    width: 100vw;
    height: 50vh;
    bottom: 0;
    z-index: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: 0.35s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.35s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.35s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.35s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.is-play-museum-roulette .play-section--lower {
    background: #f8b5b8 !important;
}

.play-section__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 2;
}

.play-section__inner .step-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.5em;
}

@media only screen and (min-width: 1200px) {
    .play-section__inner .step-1 {
        margin-top: 7.9em;
    }
}

.play-section__inner .step-1 h3 {
    margin-bottom: 1.2em;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.45s ease 0.65s;
}

.in-view .play-section__inner .step-1 h3 {
    opacity: 1;
}

.start-gifmefrans .play-section__inner .step-1 h3,
.start-roulette .play-section__inner .step-1 h3,
.start-tinder .play-section__inner .step-1 h3 {
    opacity: 0;
    transition-delay: 0s;
}

.play-section__inner .step-1 .page-header__subtitle {
    transition-delay: 0.65s;
}

.start-gifmefrans .play-section__inner .step-1 .page-header__subtitle,
.start-roulette .play-section__inner .step-1 .page-header__subtitle,
.start-tinder .play-section__inner .step-1 .page-header__subtitle {
    opacity: 0;
    transition-delay: 0s;
}

.play-section__inner .step-1 .page-header__title {
    font-size: 100px;
    font-size: 6.66667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
}

@media (max-width: 1500px) {
    .play-section__inner .step-1 .page-header__title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .play-section__inner .step-1 .page-header__title {
        margin-bottom: 2.2vw !important;
    }
}

@media only screen and (min-width: 1200px) {
    .play-section__inner .step-1 .page-header__title {
        font-size: 128px;
        font-size: 8.53333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        margin-bottom: 1.6vw !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .play-section__inner .step-1 .page-header__title {
        font-size: 128px;
    }
}

.play-section__inner .step-1 .page-header__half span {
    transition-delay: 0.15s;
}

.start-gifmefrans .play-section__inner .step-1 .page-header__half:first-of-type span,
.start-roulette .play-section__inner .step-1 .page-header__half:first-of-type span,
.start-tinder .play-section__inner .step-1 .page-header__half:first-of-type span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-delay: 0.15s;
}

.start-gifmefrans .play-section__inner .step-1 .page-header__half:last-of-type span,
.start-roulette .play-section__inner .step-1 .page-header__half:last-of-type span,
.start-tinder .play-section__inner .step-1 .page-header__half:last-of-type span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-delay: 0.15s;
}

.play-section__inner .step-1 button {
    opacity: 0;
    transition: 0.45s opacity ease;
    transition-delay: 0.65s;
    display: block;
    margin: auto;
}

.play-section__inner .step-1 button .animation-icon {
    margin-top: 0.2em;
}

@media only screen and (min-width: 1024px) {
    .play-section__inner .step-1 button {
        padding: 0.7em 2em;
    }
}

.in-view .play-section__inner .step-1 button {
    opacity: 1;
}

.start-gifmefrans .play-section__inner .step-1 button,
.start-roulette .play-section__inner .step-1 button,
.start-tinder .play-section__inner .step-1 button {
    opacity: 0;
    transition-delay: 0.15s;
}

.play-section__inner .step-2 {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.play-section__inner .step-2.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.play-section__inner .step-2 .play-section__frame {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.play-section__inner .step-2 .play-section__frame-wrapper {
    position: absolute;
    width: 40vw;
    height: 40vw;
    top: calc(50% - 20vw);
    left: calc(50% - 20vw);
}

.play-section__inner .step-2 .play-section__choice {
    position: absolute;
    top: calc(50% - 2em);
    width: 4em;
    height: 4em;
    cursor: pointer;
    z-index: -1;
}

.play-section__inner .step-2 .play-section__choice .anmation-svg svg path:first-of-type,
.play-section__inner .step-2 .play-section__choice .static-svg svg path:first-of-type {
    stroke-width: 4.5;
}

.play-section__inner .step-2 .play-section__choice.show {
    opacity: 1;
}

.play-section__inner .step-2 .play-section__choice--dislike {
    left: 8vw;
}

@media only screen and (min-width: 1200px) {
    .play-section__inner .step-2 .play-section__choice--dislike {
        left: 16vw;
    }
}

.play-section__inner .step-2 .play-section__choice--like {
    right: 8vw;
}

@media only screen and (min-width: 1200px) {
    .play-section__inner .step-2 .play-section__choice--like {
        right: 16vw;
    }
}

.play-section__inner .step-2 .play-section__choice--shuffle {
    left: 10vw;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) {
    cursor: pointer;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--shuffle:hover:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) {
    cursor: pointer;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.play-section__inner .step-2 .play-section__choice--shuffle:active:not(.is-spinning) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--back .animation-icon {
    width: 1.4em !important;
    height: 1.4em !important;
    position: absolute;
    top: calc(50% - 0.7em);
    left: calc(50% - 0.7em);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.play-section__inner .step-2 .play-section__choice--back svg,
.play-section__inner .step-2 .play-section__choice--back svg path {
    stroke: inherit !important;
}

.play-section__inner .step-2 .play-section__choice--share {
    right: 10vw;
}

.is-play-museum-roulette .play-section__inner .step-2 .play-section__choice--share {
    display: none;
}

.play-section__inner .step-2 .play-section__choice--share_wrapper:before {
    content: "";
    z-index: -1;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.play-section__inner .step-2 .play-section__choice--share.is-open .play-section__choice--share_wrapper:before {
    width: 225%;
    height: 225%;
    top: -65%;
    left: -100%;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover {
    cursor: pointer;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active {
    cursor: pointer;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu:before,
.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__button:before {
    z-index: -1;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    background: 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: 0.25s background cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item {
    width: 4em;
    height: 4em;
    cursor: pointer;
    position: absolute;
    margin-top: -2em;
    margin-left: -2em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover {
    cursor: pointer;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active {
    cursor: pointer;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item #btn-download {
    width: 4em;
    height: 4em;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
}

.play-section__inner .step-2 .play-section__choice--share .js-toggle-share-menu__item #btn-download_url {
    opacity: 0;
    height: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active::before,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover::before,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover::before {
    background: #231f20;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .static-svg svg,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .static-svg svg,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(1),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(1),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(2),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(2),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(3),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(3),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(4),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(4),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(5),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(5),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(6),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(6),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(7),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(7),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(8),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(8),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-icon .animation-svg svg path:nth-child(9),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-icon .animation-svg svg path:nth-child(9),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-svg svg,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-svg svg,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-svg svg {
    stroke: inherit;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-svg svg path:first-of-type,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-svg svg path:first-of-type,
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-svg svg path:first-of-type {
    stroke: #231f20;
}

.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu.is-active .animation-svg svg path:not(:first-of-type),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu:hover .animation-svg svg path:not(:first-of-type),
.play-section__inner .step-2 .play-section__choice--share.show .js-toggle-share-menu__button:hover .animation-svg svg path:not(:first-of-type) {
    stroke: inherit;
}

.play-section__inner .step-2 .play-section__choice--share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
}

.play-section__inner .step-2 .play-section__choice--share ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.play-section__inner .step-2 .play-section__choice .animation-icon {
    width: 4em;
    height: 4em;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path,
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path {
    transition: 0.75s stroke-dashoffset cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(1),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(2),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(3),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(4),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(5),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(6),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(7),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(8),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.play-section__inner .step-2 .play-section__choice .animation-icon .animation-svg svg path:nth-child(9),
.play-section__inner .step-2 .play-section__choice .animation-icon .static-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.play-tinder.is-animating-explain .play-tinder__inner {
    pointer-events: none;
    cursor: wait;
}

.play-tinder-curtain {
    position: fixed;
    width: 100vw;
    height: 50vh;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: none;
}

.play-tinder-curtain.is-animating {
    -webkit-transform: none;
    transform: none;
    transition: 0.45s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.45s transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.45s transform cubic-bezier(0.645, 0.045, 0.355, 1),
        0.45s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-tinder-curtain--upper {
    top: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.play-tinder-curtain--lower {
    top: 50vh;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.play-tinder__inner .step-1 button {
    background-color: #f8b5b8;
    color: #fce373;
}

.play-tinder__inner .step-2.is-active .tinder-cards__wrapper.show .tinder-card {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 1px 1px 70px rgba(0, 0, 0, 0.3);
}

.play-tinder__inner .step-2.is-active .tinder-cards__wrapper.show .tinder-card.first-card {
    -webkit-transform: rotateY(0) scale(0.95);
    transform: rotateY(0) scale(0.95);
    opacity: 1;
}

.play-tinder__inner .step-2.is-active .tinder-cards__wrapper.show .tinder-card.is-hidding {
    box-shadow: 1px 1px 0 transparent;
    transition-delay: 0s;
}

.play-tinder__inner .step-2 .tinder-section__choice.show:not(.highlighted) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
}

.play-tinder__inner .step-2 .tinder-section__choice .static-svg {
    display: none;
}

.play-tinder__inner .step-2 .tinder-section__choice .animation-icon .animation-svg svg path {
    transition-delay: 0.35s !important;
}

.play-tinder__inner .step-2 .tinder-section__choice.highlighted {
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}

.play-tinder__inner .step-2 .tinder-section__choice.highlighted .animation-icon {
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: 0.35s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.35s transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.35s transform cubic-bezier(0.645, 0.045, 0.355, 1),
        0.35s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .tinder-section__choice.highlighted .animation-icon {
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

.play-tinder__inner .step-2 .tinder-section__choice.highlighted .animation-icon .animation-svg svg path:first-of-type {
    stroke-dasharray: 8 !important;
    transition: none;
}

.play-tinder__inner .step-2 .tinder-section__choice.highlighted .animation-icon .animation-svg svg path:last-of-type {
    transition: 0.35s stroke-dasharray cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-tinder__inner .step-2 .tinder-section__choice.highlighted+.choice-text div {
    -webkit-transform: none;
    transform: none;
}

.play-tinder__inner .step-2 .choice-text {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    position: absolute;
    top: 50%;
    z-index: -1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 0;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1500px) {
    .play-tinder__inner .step-2 .choice-text {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .choice-text {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .play-tinder__inner .step-2 .choice-text {
        font-size: 35px;
    }
}

.play-tinder__inner .step-2 .choice-text div {
    transition: -webkit-transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-tinder__inner .step-2 .choice-text div:nth-of-type(odd) {
    margin-top: -5px;
    -webkit-transform: translateY(calc(100% + 10px));
    transform: translateY(calc(100% + 10px));
}

.play-tinder__inner .step-2 .choice-text div:nth-of-type(even) {
    margin-bottom: -5px;
    -webkit-transform: translateY(calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
}

.play-tinder__inner .step-2 .choice-text--dislike {
    left: calc(8vw - 0.1em);
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .choice-text--dislike {
        left: calc(16vw - 0.9em);
    }
}

.play-tinder__inner .step-2 .choice-text--like {
    right: calc(8vw + 0.8em);
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .choice-text--like {
        right: 16vw;
    }
}

.play-tinder__inner .step-2 .tinder-cards__wrapper {
    -webkit-perspective: 800;
    perspective: 800;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper.unspread .tinder-card:not(.first-card) {
    opacity: 0 !important;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card {
    position: absolute;
    height: 40vw;
    width: 30vw;
    top: calc(50% - 20vw);
    left: calc(50% - 15vw);
    opacity: 0;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card {
        width: 24vw;
        height: 35.2vw;
        top: calc(50% - 17.6vw);
        left: calc(50% - 12vw);
    }
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card:not(.first-card) {
    box-shadow: 1px 1px 1px transparent;
    transition: box-shadow 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.75s;
}

.has-match .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card {
    cursor: pointer;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card.picked-up:after {
    opacity: 1;
    transition: opacity 0.65s;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 800px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.35s;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card.prev-card {
    z-index: -1;
    display: none;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card.first-card {
    z-index: 99;
    -webkit-transform: rotateY(-90deg) scale(0.95);
    transform: rotateY(-90deg) scale(0.95);
    transition: opacity 0.45s ease,
        -webkit-transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.45s ease,
        transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.45s ease,
        transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card.first-card.is-animating {
    transition: none;
}

.is-active .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card.first-card {
    -webkit-transform: none;
    transform: none;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__circle {
    position: absolute;
    width: 200%;
    height: 0;
    padding-top: 200%;
    left: -50%;
    border-radius: 50%;
    overflow: hidden;
    top: calc(50% - 30vw);
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__circle {
        top: calc(50% - 23.6vw);
    }
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card .card-wrapper {
    position: absolute;
    top: 12.5%;
    left: 25%;
    width: 30vw;
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card .card-wrapper {
        width: 24vw;
    }
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__artist {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 120%;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__artist .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__info {
    width: 100%;
    text-align: center;
    height: 8vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__info {
        height: 6.4vw;
    }
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__info strong {
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    margin-bottom: 0.3em;
}

@media (max-width: 1500px) {
    .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__info strong {
        font-size: 28px;
    }
}

.play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__info p {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .play-tinder__inner .step-2 .tinder-cards__wrapper .tinder-card__info p {
        font-size: 19px;
    }
}

.play-tinder__inner .step-2 .explanation-wrapper {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    position: absolute;
    bottom: 4vw;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

@media (max-width: 1500px) {
    .play-tinder__inner .step-2 .explanation-wrapper {
        font-size: 24px;
    }
}

.play-tinder__inner .step-2 .explanation-wrapper span {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1),
        opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1),
        opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    text-align: center;
    transition-delay: 0s;
}

.play-tinder__inner .step-2 .explanation-wrapper span.is-active {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.25s;
}

.play-tinder__inner .step-3 {
    position: absolute;
    pointer-events: none;
    text-align: center;
}

.has-match .play-tinder__inner .step-3 {
    pointer-events: auto;
}

.play-tinder__inner .step-3 .page-header {
    margin-top: 10em;
}

.play-tinder__inner .step-3 .page-header__title {
    font-size: 128px;
    font-size: 8.53333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
}

@media (max-width: 1500px) {
    .play-tinder__inner .step-3 .page-header__title {
        font-size: 128px;
    }
}

.play-tinder__inner .step-3 .page-header__half span {
    transition-delay: 0.15s;
}

.in-view .play-tinder__inner .step-3 .page-header__half:first-of-type span,
.start-tinder .play-tinder__inner .step-3 .page-header__half:first-of-type span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.has-match .play-tinder__inner .step-3 .page-header__half:first-of-type span {
    -webkit-transform: none;
    transform: none;
}

.in-view .play-tinder__inner .step-3 .page-header__half:last-of-type span,
.start-tinder .play-tinder__inner .step-3 .page-header__half:last-of-type span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.has-match .play-tinder__inner .step-3 .page-header__half:last-of-type span {
    -webkit-transform: none;
    transform: none;
}

.play-tinder__inner .step-3 .page-header__subtitle {
    transition-delay: 0.65s;
}

.in-view .play-tinder__inner .step-3 .page-header__subtitle,
.start-tinder .play-tinder__inner .step-3 .page-header__subtitle {
    opacity: 0;
}

.has-match .play-tinder__inner .step-3 .page-header__subtitle {
    opacity: 1;
}

.play-tinder__inner .step-3 a {
    background-color: #f8b5b8;
    color: #fce373;
    opacity: 0;
    transition: 0.45s opacity ease;
    transition-delay: 0.65s;
    display: inline-block;
    margin: auto;
}

.in-view .play-tinder__inner .step-3 a,
.start-tinder .play-tinder__inner .step-3 a {
    opacity: 0;
}

.has-match .play-tinder__inner .step-3 a {
    opacity: 1;
}

.play-tinder__inner .step-4 {
    position: absolute;
    pointer-events: none;
}

.no-match .play-tinder__inner .step-4 {
    pointer-events: auto;
}

.play-tinder__inner .step-4 .page-header {
    margin-top: 10em;
}

.play-tinder__inner .step-4 .page-header__title {
    font-size: 128px;
    font-size: 8.53333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
}

@media (max-width: 1500px) {
    .play-tinder__inner .step-4 .page-header__title {
        font-size: 128px;
    }
}

.play-tinder__inner .step-4 .page-header__half span {
    transition-delay: 0.35s;
}

.in-view .play-tinder__inner .step-4 .page-header__half:first-of-type span,
.start-tinder .play-tinder__inner .step-4 .page-header__half:first-of-type span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.no-match .play-tinder__inner .step-4 .page-header__half:first-of-type span {
    -webkit-transform: none;
    transform: none;
}

.in-view .play-tinder__inner .step-4 .page-header__half:last-of-type span,
.start-tinder .play-tinder__inner .step-4 .page-header__half:last-of-type span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.no-match .play-tinder__inner .step-4 .page-header__half:last-of-type span {
    -webkit-transform: none;
    transform: none;
}

.in-view .play-tinder__inner .step-4 .page-header__subtitle,
.start-tinder .play-tinder__inner .step-4 .page-header__subtitle {
    opacity: 0;
}

.no-match .play-tinder__inner .step-4 .page-header__subtitle {
    opacity: 1;
}

.play-tinder__inner .step-4 button {
    background-color: #f8b5b8;
    color: #fce373;
    opacity: 0;
    transition: 0.45s opacity ease;
    transition-delay: 0.5s;
    display: block;
    margin: auto;
}

.in-view .play-tinder__inner .step-4 button,
.start-tinder .play-tinder__inner .step-4 button {
    opacity: 0;
}

.no-match .play-tinder__inner .step-4 button {
    opacity: 1;
}

.play-gifmefrans.start-gifmefrans {
    cursor: none;
}

.play-gifmefrans.start-gifmefrans .play-gifmefrans__cursor {
    pointer-events: none;
    opacity: 0;
    transition: 0.25s opacity cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-gifmefrans.start-gifmefrans .play-gifmefrans__cursor.show {
    opacity: 1;
}

.play-gifmefrans.start-gifmefrans .play-gifmefrans__cursor .cursor-svg__inner {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}

.is-touch .play-gifmefrans.start-gifmefrans {
    cursor: inherit;
}

.is-touch .play-gifmefrans.start-gifmefrans .play-gifmefrans__cursor {
    display: none;
}

.play-gifmefrans.is-animating-explain {
    pointer-events: none;
    cursor: wait;
}

.play-gifmefrans-curtain {
    position: fixed;
    width: 100vw;
    height: 50vh;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: none;
}

.play-gifmefrans-curtain.is-animating {
    -webkit-transform: none;
    transform: none;
    transition: 0.45s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.45s transform cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.45s transform cubic-bezier(0.645, 0.045, 0.355, 1),
        0.45s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-gifmefrans-curtain--upper {
    top: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.play-gifmefrans-curtain--lower {
    top: 50vh;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.play-gifmefrans__inner .step-1 button {
    background-color: #cca69a;
    color: #9ad18b;
}

.play-gifmefrans__frame-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__gifspin {
    position: absolute;
    width: 40vw;
    height: 40vw;
    top: calc(50% - 20vw);
    left: calc(50% - 20vw);
    overflow: hidden;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__gifspin:before {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
}

.play-gifmefrans .play-section__inner .step-2 .play-gifmefrans__frame-wrapper--top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    z-index: 1;
}

.play-gifmefrans .play-section__inner .step-2 .play-gifmefrans__frame-wrapper--bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--share {
    stroke: #fce373;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back {
    left: 10vw;
    stroke: #cca69a;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover {
    cursor: pointer;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active {
    cursor: pointer;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #231f20 !important;
    border-radius: 50%;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0 !important;
    border: 1px solid #231f20;
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 50%;
    z-index: 0;
    opacity: 1;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back svg {
    stroke: inherit;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back svg path:first-of-type {
    stroke: #231f20;
}

.play-gifmefrans .play-section__inner .step-2 .play-section__choice--back svg path:not(:first-of-type) {
    stroke: inherit;
}

.play-gifmefrans__cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s;
    transition-delay: 1s;
}

.play-gifmefrans__cursor .cursor-svg__inner {
    width: 6vw;
    height: 6vw;
    position: absolute;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    transition: 0.3s -webkit-transform scale cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s transform scale cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s transform scale cubic-bezier(0.645, 0.045, 0.355, 1),
        0.3s -webkit-transform scale cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-gifmefrans__cursor .cursor-svg__inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 16%;
    height: 16%;
    border-radius: 50%;
    top: 52%;
    left: 42%;
    background: 0 0;
}

.play-gifmefrans__cursor.is-loading .cursor-svg__inner:before {
    background: red;
    z-index: -1;
}

.start-gifmefrans .play-gifmefrans__cursor {
    pointer-events: auto;
    opacity: 1;
}

.play-gifmefrans__cursor .animation-icon {
    width: 6vw;
    height: 6vw;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-gifmefrans .intrinsic {
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
}

.play-gifmefrans .intrinsic__half--bottom .intrinsic__half__image,
.play-gifmefrans .intrinsic__half--top .intrinsic__half__image {
    transition: 0.45s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.45s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.45s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        0.45s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.play-gifmefrans.unsplit-gif .intrinsic__half--bottom .intrinsic__half__image,
.play-gifmefrans.unsplit-gif .intrinsic__half--top .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

.play-roulette .hideIcon>div:before {
    background: linear-gradient(to top,
            transparent 0,
            transparent 50%,
            #a385bd 50%,
            #a385bd 100%);
}

.is-play-museum-roulette .play-roulette .hideIcon>div:before {
    background: linear-gradient(to top,
            transparent 0,
            transparent 50%,
            #5ABF86 50%,
            #5ABF86 100%);
}

.play-roulette .hideIcon>div:last-child::before {
    background: linear-gradient(to top,
            transparent 0,
            transparent 50%,
            #f9a04e 50%,
            #f9a04e 100%);
}

.is-play-museum-roulette .play-roulette .hideIcon>div:last-child::before {
    background: linear-gradient(to top,
            transparent 0,
            transparent 50%,
            #f8b5b8 50%,
            #f8b5b8 100%);
}

.play-roulette #play-canvas_wrap {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.play-roulette.unsplit-img .intrinsic {
    -webkit-transform: none !important;
    transform: none !important;
}

.play-roulette__inner .step-1 button {
    background-color: #a385bd;
    color: #fce373;
}

.is-play-museum-roulette .play-roulette__inner .step-1 button {
    background: #5ABF86;
    color: #fce373;
}

.play-roulette .step-2 .play-section__spinner {
    overflow: hidden;
    width: 50vw;
    height: 100%;
    display: block;
    position: relative;
}

.play-roulette .step-2 .play-section__frame-wrapper {
    width: 50vw;
    height: 80%;
    top: 10%;
    left: calc(50% - 25vw);
}

.play-roulette .step-2 .play-section__frame-wrapper--top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.45s;
}

.play-roulette .step-2 .play-section__frame-wrapper--top.is-active {
    opacity: 1;
}

.play-roulette .step-2 .play-section__frame-wrapper--top .intrinsic {
    padding-top: 40vh !important;
    background-position: bottom;
}

.play-roulette .step-2 .play-section__frame-wrapper--bottom {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.45s;
}

.play-roulette .step-2 .play-section__frame-wrapper--bottom.is-active {
    opacity: 1;
}

.play-roulette .step-2 .play-section__frame-wrapper--bottom .intrinsic {
    padding-top: 40vh !important;
    background-position: top;
}

.play-roulette .step-2 .play-section__choice--share {
    stroke: #f9a04e;
}

.play-roulette .step-2 .play-section__choice--shuffle.highlighted:after {
    -webkit-animation: pulse 0.95s cubic-bezier(0.645, 0.045, 0.355, 1) 3;
    animation: pulse 0.95s cubic-bezier(0.645, 0.045, 0.355, 1) 3;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path {
    -webkit-animation-name: svg-loading;
    animation-name: svg-loading;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.play-roulette .step-2 .play-section__choice--shuffle.is-spinning>.animation-icon .animation-svg svg path:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.play-roulette .step-2 .play-section__choice--shuffle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #231f20 !important;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
    border-radius: 50%;
}

.play-roulette .step-2 .play-section__choice--shuffle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0 !important;
    border: 1px solid #231f20;
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 50%;
    z-index: 0;
    opacity: 1;
}

.play-roulette .step-2 .play-section__choice--shuffle svg path:not(:first-of-type) {
    stroke: #a385bd;
}

.is-play-museum-roulette .play-roulette .step-2 .play-section__choice--shuffle svg path:not(:first-of-type) {
    stroke: #f8b5b8;
}

.play-roulette__lock {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: absolute;
    width: 50vw;
    height: 5em;
    top: 5%;
    left: calc(50% - 25vw);
    z-index: 99;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .play-roulette__lock {
        font-size: 21px;
    }
}

.play-roulette__lock.is-locked .unlocked {
    display: none;
}

.play-roulette__lock .unlocked,
.play-roulette__lock.is-locked .locked {
    display: block;
}

.play-roulette__lock .locked {
    display: none;
}

.play-roulette__lock canvas {
    width: 100%;
    height: 1em;
    position: absolute;
    left: 0;
    background: 0 0;
}

.play-roulette__lock--top {
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-roulette__lock--top .animation-icon {
    margin-top: 0.4em;
}

.play-roulette__lock--top canvas {
    top: calc(50% - 1px);
}

.play-roulette__lock--top.show {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-roulette__lock--bottom {
    top: auto;
    bottom: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-roulette__lock--bottom .animation-icon {
    margin-bottom: 0.4em;
}

.play-roulette__lock--bottom canvas {
    top: calc(50% - 1em + 1px);
}

.play-roulette__lock--bottom.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.play-roulette__lock .animation-icon {
    display: block;
    width: 1.3em;
    height: 1.3em;
}

.mashup {
    width: 25%;
}

.mashup__item {
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mashup__item--top {
    background-position: top;
}

.mashup__item--bottom {
    background-position: bottom;
}

.button {
    background: 0 0;
    position: relative;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 0.7em 1em 0.9em;
    border: none;
}

@media (max-width: 1500px) {
    .button {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .button {
        padding: 0.8em 1em 0.9em;
    }
}

@media only screen and (min-width: 1200px) {
    .button {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
        /* font-style: italic; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .button {
        font-size: 18px;
    }
}

.button .animation-icon {
    vertical-align: middle;
    margin-right: 0.25em;
    margin-top: -0.1em;
    width: 1.3em;
    height: 1.3em;
}

.button span {
    color: #231f20;
    vertical-align: middle;
    display: inline-block;
}

.button.has-svg svg {
    position: absolute;
    top: 50%;
    left: 0.9em;
    height: 5vw;
    stroke: currentColor;
    stroke-width: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
    .button.has-svg svg {
        left: 1.5em;
        height: 1.4vw;
    }
}

.button:after,
.button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50% + 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: currentColor;
    z-index: -1;
}

.button:before {
    bottom: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-delay: 0.1s;
}

.button:after {
    top: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-delay: 0s;
}

.is-desktop .button:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}

.is-desktop .button:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.1s;
}

.button:active:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}

.button:active:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.1s;
}

.button--rounded {
    border-radius: 2em;
}

.button--idea {
    display: block;
    margin: 20px auto 0;
}

.button--idea span {
    color: #231f20;
}

@media only screen and (min-width: 1024px) {
    .button--idea {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }
}

.button:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.is-safari .button {
    -webkit-appearance: none;
    will-change: transform;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

.explore-area {
    width: 100vw;
    z-index: 2;
    padding: 20vw 0 8vw;
    position: relative;
}

.explore-area.big-title .explore-area__title {
    font-size: 50px;
    font-size: 3.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    width: 100%;
    text-align: center;
    margin-bottom: 0.6em;
    position: relative;
    overflow: hidden;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .explore-area.big-title .explore-area__title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .explore-area.big-title .explore-area__title {
        margin-bottom: 1.6vw;
    }
}

@media only screen and (min-width: 1200px) {
    .explore-area.big-title .explore-area__title {
        font-size: 110px;
        font-size: 7.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .explore-area.big-title .explore-area__title {
        font-size: 110px;
    }
}

.explore-area .work-wrapper {
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    outline: 0;
}

.explore-area .work-wrapper .flickity-button {
    position: absolute;
    background-color: transparent;
    border: 0;
    width: 20vw;
    height: 100%;
    top: 0;
    z-index: 5;
}

.explore-area .work-wrapper .flickity-button svg {
    display: none;
}

.explore-area .work-wrapper .flickity-button.previous {
    left: 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FCE373" height="28" viewBox="0 0 28 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M0.226712 12.5048L27.0037 0.527578L21.0532 12.5098L27.0037 23.4821L0.226712 12.5048Z"/></svg>') 12 12,
        auto;
}

.explore-area .work-wrapper .flickity-button.next {
    right: 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FCE373" height="28" viewBox="0 0 28 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M27.0233 11.4952L0.246343 23.4724L6.19682 11.4902L0.246347 0.517929L27.0233 11.4952Z"/></svg>') 12 12,
        auto;
}

@media only screen and (max-width: 1023px) {
    .explore-area .work-wrapper .flickity-button {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .explore-area {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 6.8vw 4vw 4vw;
    }
}

.explore-area__header {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 8vw;
}

@media only screen and (min-width: 1024px) {
    .explore-area__header {
        display: block;
        width: 100%;
        z-index: 2;
        margin-bottom: 4vw;
    }
}

.explore-area__title {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0 12vw;
}

@media (max-width: 1500px) {
    .explore-area__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .explore-area__title {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: -.022em;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .explore-area__title {
        font-size: 35px;
    }
}

.explore-area__line {
    left: 0;
    width: calc(100% + 8vw);
    height: 1px;
    background-color: #d2d2d7;
    z-index: 0;
    top: 40%;
    display: block;
}

.explore-area .work-wrapper {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .explore-area .work-wrapper {
        width: calc(100% + 8vw);
        margin-left: -4vw;
    }
}

.explore-area .work-wrapper .flickity-viewport {
    overflow: hidden;
}

.explore-area .work-wrapper .flickity-slider {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 5;
}

.page-art .explore-area .work-wrapper .flickity-slider {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.explore-area .work-wrapper .art-card,
.explore-area .work-wrapper .education-card,
.explore-area .work-wrapper .event-card,
.explore-area .work-wrapper .event-card-home,
.explore-area .work-wrapper .news-card {
    width: 32vw;
    height: auto;
    margin: 0 0.85em;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {

    .explore-area .work-wrapper .art-card,
    .explore-area .work-wrapper .education-card,
    .explore-area .work-wrapper .event-card,
    .explore-area .work-wrapper .event-card-home,
    .explore-area .work-wrapper .news-card {
        width: 20vw;
        margin: 0 1.6em;
    }

    .explore-area .work-wrapper .art-card.landscape,
    .explore-area .work-wrapper .education-card.landscape,
    .explore-area .work-wrapper .event-card-home.landscape,
    .explore-area .work-wrapper .event-card.landscape,
    .explore-area .work-wrapper .news-card.landscape {
        width: 28vw;
    }
}

.explore-area .work-wrapper [data-module="quote"] .quote__wrapper {
    white-space: nowrap;
    padding-bottom: 1rem;
}

.explore-area .work-wrapper [data-module="quote"] .quote__wrapper .quote__text {
    display: inline-block;
    padding-right: 1em;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.explore-area .work-wrapper .art-card .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.explore-area .work-wrapper .education-card,
.explore-area .work-wrapper .event-card,
.explore-area .work-wrapper .event-card-home,
.explore-area .work-wrapper .news-card {
    width: 48vw;
}

@media only screen and (min-width: 768px) {

    .explore-area .work-wrapper .education-card,
    .explore-area .work-wrapper .event-card,
    .explore-area .work-wrapper .event-card-home,
    .explore-area .work-wrapper .news-card {
        width: 32vw;
    }
}

@media only screen and (min-width: 1024px) {

    .explore-area .work-wrapper .education-card,
    .explore-area .work-wrapper .event-card,
    .explore-area .work-wrapper .event-card-home,
    .explore-area .work-wrapper .news-card {
        width: 20vw;
    }
}

.explore-area--more-work .flickity-slider {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.explore-area--more-events {
    padding-top: 28vw;
}

@media only screen and (min-width: 1024px) {
    .explore-area--more-events {
        padding-top: 10.8vw;
    }
}

.explore-area--upcoming {
    padding: 12vw 0;
}

@media only screen and (min-width: 1024px) {
    .explore-area--upcoming {
        padding: 6vw 4vw;
    }
}

.explore-area--upcoming .explore-area__header {
    margin-bottom: 16vw;
}

@media only screen and (min-width: 1024px) {
    .explore-area--upcoming .explore-area__header {
        margin-bottom: 7.2vw;
    }
}

.explore-area--upcoming .explore-area__line {
    left: -8vw;
    width: calc(100% + 16vw);
}

.explore-area--upcoming .explore-area__title {
    font-size: 50px;
    font-size: 3.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    width: 100%;
    text-align: center;
    margin-bottom: 0.6em;
    position: relative;
    overflow: hidden;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .explore-area--upcoming .explore-area__title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .explore-area--upcoming .explore-area__title {
        margin-bottom: 1.6vw;
    }
}

@media only screen and (min-width: 1200px) {
    .explore-area--upcoming .explore-area__title {
        font-size: 110px;
        font-size: 7.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .explore-area--upcoming .explore-area__title {
        font-size: 110px;
    }
}

.explore-area--upcoming .work-wrapper:after {
    top: 24vw;
}

@media only screen and (min-width: 768px) {
    .explore-area--upcoming .work-wrapper:after {
        top: 16vw;
    }
}

@media only screen and (min-width: 1024px) {
    .explore-area--upcoming .work-wrapper:after {
        top: 10vw;
    }
}

.explore-area--upcoming .work-wrapper .education-card,
.explore-area--upcoming .work-wrapper .event-card,
.explore-area--upcoming .work-wrapper .event-card-home,
.explore-area--upcoming .work-wrapper .news-card {
    width: 48vw;
}

@media only screen and (min-width: 768px) {

    .explore-area--upcoming .work-wrapper .education-card,
    .explore-area--upcoming .work-wrapper .event-card,
    .explore-area--upcoming .work-wrapper .event-card-home,
    .explore-area--upcoming .work-wrapper .news-card {
        width: 32vw;
    }
}

.explore-area--home {
    padding: 0 !important;
}

.explore-area--home .explore-area__header {
    margin-bottom: 8vw;
}

@media only screen and (min-width: 1024px) {
    .explore-area--home .explore-area__header {
        margin-bottom: 3vw;
    }
}

.explore-area--home .explore-area__title {
    font-size: 30px;
    font-size: 2vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.9em;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-style: italic;
}

@media (max-width: 1500px) {
    .explore-area--home .explore-area__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .explore-area--home .explore-area__title {
        font-size: 40px;
        font-size: 2.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .explore-area--home .explore-area__title {
        font-size: 40px;
    }
}

.explore-area--home .work-wrapper {
    padding: 0;
}

.explore-area--home .work-wrapper .event-card {
    min-width: 32vw;
    width: 32vw;
}

@media only screen and (max-width: 767px) {
    .explore-area--home .work-wrapper .event-card {
        min-width: 68vw;
        width: 68vw;
        margin: 0 5.8vw;
    }
}

@-webkit-keyframes svg-loading {
    0% {
        stroke-dashoffset: auto;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: auto;
    }
}

@keyframes svg-loading {
    0% {
        stroke-dashoffset: auto;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: auto;
    }
}

.details-sidebar {
    width: 100%;
    text-align: center;
}

.news-article__details .details-sidebar .details-sidebar__inner {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .news-article__details .details-sidebar .details-sidebar__inner {
        width: 15.668vw;
    }
}

.news-article__details .details-sidebar .details-sidebar__inner.is-fixed {
    /* right: 1.92vw; */
}

@media only screen and (min-width: 1024px) {
    .details-sidebar {
        display: block;
        width: 25%;
        height: auto;
        text-align: left;
        position: relative;
    }
}

.details-sidebar__inner {
    top: 0;
}

.details-sidebar__inner.is-fixed {
    position: fixed;
    top: 8.3vw;
    bottom: auto;
}

.details-sidebar__inner.is-abs-bottom {
    position: absolute;
    top: auto;
    bottom: 4vw;
}

.details-sidebar__general {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.details-sidebar__general>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 1023px) {
    .details-sidebar__general {
        margin-bottom: 0.5em;
    }
}

.details-sidebar__general:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #6e6e73;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.is-in-view .details-sidebar__general:after {
    transition: 0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.2s;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .details-sidebar__general:after {
        left: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .details-sidebar__general {
        padding-left: 2vw;
    }

    .details-sidebar__general.is-fixed {
        position: fixed;
        top: 8vw;
        right: calc(4vw - 4px);
        bottom: auto;
        width: 10vw;
    }

    .details-sidebar__general.is-abs-bottom {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.details-sidebar .details-sidebar__general+.event-duration {
    padding: 0 0 0.85em;
}

.details-sidebar__mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.details-sidebar__mobile>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.is-desktop .details-sidebar__mobile p:hover .icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .details-sidebar__mobile p:hover .icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.details-sidebar__mobile p:active .icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.details-sidebar__mobile p:active .icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (min-width: 1024px) {
    .details-sidebar__mobile {
        display: none;
    }
}

.details-sidebar__info {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    padding: 0.75em;
    width: 50%;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1500px) {
    .details-sidebar__info {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .details-sidebar__info {
        width: 100%;
        display: block;
        padding: 0 0 1.7em;
        text-align: left;
    }

    .details-sidebar__info:first-of-type {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .details-sidebar__info {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 300;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .details-sidebar__info {
        font-size: 20px;
    }
}

.details-sidebar__info .share-icon {
    margin-bottom: 0.5em;
}

.details-sidebar__info .share-icon .icon {
    padding: 0 0.5em;
    display: inline-block;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
}

@media only screen and (min-width: 1024px) {
    .details-sidebar__info .share-icon .icon {
        padding: 0 0.3em 0 0;
    }
}

.details-sidebar__info .button {
    z-index: 0;
}

.details-sidebar__info .button .textie {
    white-space: nowrap;
    margin-left: 1.8em;
}

@media only screen and (max-width: 1023px) {
    .details-sidebar__info .button {
        display: none;
    }
}

.details-sidebar__info .button .animation-icon {
    margin-right: 0.5em;
    vertical-align: middle;
    position: absolute;
}

.details-sidebar__info .button.button--inverted {
    background-color: #231f20;
}

@media only screen and (min-width: 1024px) {
    .details-sidebar__info .button.button--inverted {
        padding: 0.75em 1.95em 0.8em;
    }
}

.details-sidebar__info .button.button--inverted::after,
.details-sidebar__info .button.button--inverted::before {
    content: none;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .details-sidebar__info .button.button--inverted:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.details-sidebar__info .button.button--inverted:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.details-sidebar__info .button.button--inverted:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (max-width: 1023px) {
    .details-sidebar__info--downloads {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {

    .details-sidebar__info--share,
    .details-sidebar__info__downloads {
        display: none;
    }
}

.is-desktop .details-sidebar__info--share p:hover,
.is-desktop .details-sidebar__info__downloads p:hover {
    cursor: pointer;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .static-svg svg,
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path,
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(1),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(2),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(3),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(4),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(5),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(6),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(7),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(8),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .details-sidebar__info--share p:hover .animation-icon .animation-svg svg path:nth-child(9),
.is-desktop .details-sidebar__info__downloads p:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.details-sidebar__info--share p:active,
.details-sidebar__info__downloads p:active {
    cursor: pointer;
}

.details-sidebar__info--share p:active .animation-icon .static-svg svg,
.details-sidebar__info__downloads p:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path,
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(1),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(2),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(3),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(4),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(5),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(6),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(7),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(8),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.details-sidebar__info--share p:active .animation-icon .animation-svg svg path:nth-child(9),
.details-sidebar__info__downloads p:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.details-sidebar__info--strong {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    margin-bottom: 0.4em;
}

@media (max-width: 1500px) {
    .details-sidebar__info--strong {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .details-sidebar__info--strong {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .details-sidebar__info--strong {
        font-size: 20px;
    }
}

.details-sidebar .event-duration {
    padding: 0 0 1.7em;
}

@media only screen and (max-width: 1023px) {
    .details-sidebar .event-duration {
        width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .details-sidebar .event-duration--desktop {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .details-sidebar .event-duration--mobile {
        display: none;
    }
}

.details-sidebar .add-to-trip {
    position: relative;
    left: -0.2em;
    display: inline-block;
}

.details-sidebar .add-to-trip .checkmark {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    height: 1em;
    width: 1em;
    opacity: 0;
}

.details-sidebar .add-to-trip.is-in-trip {
    pointer-events: none;
}

.details-sidebar .add-to-trip.is-in-trip .add-to-trip__icon>.animation-icon {
    opacity: 0;
    pointer-events: none;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark {
    opacity: 1;
    transition: opacity 0.2s ease;
    transition-delay: 0.5s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.details-sidebar .add-to-trip.is-in-trip .checkmark .animation-svg svg path {
    transition-duration: 1.25s;
    transition-delay: 0.7s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.details-sidebar .add-to-trip--desktop {
    margin: 1.5em 0 4vw;
}

@media only screen and (max-width: 1023px) {
    .details-sidebar .add-to-trip--desktop {
        display: none;
    }
}

.details-sidebar .add-to-trip--mobile {
    margin: 8vw 0;
}

@media only screen and (min-width: 1024px) {
    .details-sidebar .add-to-trip--mobile {
        display: none;
    }
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path {
    -webkit-animation-name: svg-loading;
    animation-name: svg-loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.details-sidebar .add-to-trip.is-loading .add-to-trip__icon>.animation-icon .animation-svg svg path:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.details-sidebar .add-to-trip__icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    border-radius: 50%;
    margin-right: 0.25em;
}

.details-sidebar .add-to-trip>span {
    vertical-align: middle;
}

.is-desktop .details-sidebar .add-to-trip:hover:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .details-sidebar .add-to-trip:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.is-desktop .details-sidebar .add-to-trip:hover .add-to-trip__label:after,
.is-desktop .details-sidebar .add-to-trip:hover .add-to-trip__label:before {
    -webkit-transform: none;
    transform: none;
}

.details-sidebar .add-to-trip:active:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.details-sidebar .add-to-trip:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.details-sidebar .add-to-trip:active .add-to-trip__label:after,
.details-sidebar .add-to-trip:active .add-to-trip__label:before {
    -webkit-transform: none;
    transform: none;
}

.animation-icon {
    display: inline-block;
    position: relative;
    height: 1em;
    width: 1em;
}

.animation-icon>span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.animation-icon>span svg {
    height: 100% !important;
    width: 100% !important;
    display: block;
    stroke: #231f20;
}

.news-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.news-card__link {
    display: block;
    color: inherit;
    overflow: hidden;
}

.is-desktop .news-card__link:hover .news-card__image,
.news-card__link:active .news-card__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.is-desktop .news-card.bordered .news-card__link:hover .intrinsic:not(.intrinsic--split):after,
.is-desktop .news-card.bordered .news-card__link:hover .intrinsic__half__image:after,
.news-card.bordered .news-card__link:active .intrinsic:not(.intrinsic--split):after,
.news-card.bordered .news-card__link:active .intrinsic__half__image:after {
    box-shadow: inset 0 0 0 2.4vw #f9a04e;
}

@media only screen and (min-width: 1024px) {
    .is-desktop .news-card.bordered .news-card__link:hover .intrinsic:not(.intrinsic--split):after {
        box-shadow: inset 0 0 0 1.6vw #f9a04e;
    }
}

@media only screen and (min-width: 1024px) {
    .is-desktop .news-card.bordered .news-card__link:hover .intrinsic__half__image:after {
        box-shadow: inset 0 0 0 1.6vw #f9a04e;
    }
}

@media only screen and (min-width: 1024px) {
    .news-card.bordered .news-card__link:active .intrinsic:not(.intrinsic--split):after {
        box-shadow: inset 0 0 0 1.6vw #f9a04e;
    }
}

@media only screen and (min-width: 1024px) {
    .news-card.bordered .news-card__link:active .intrinsic__half__image:after {
        box-shadow: inset 0 0 0 1.6vw #f9a04e;
    }
}

.news-card__inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.news-card__infos {
    text-align: left;
    padding: 1em 0;
    color: #231f20;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0.45s;
}

@media only screen and (min-width: 1024px) {
    .news-card__infos {
        padding: 2em 0;
    }
}

.news-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin: 0.5em 0;

}

.news-card__title:first-letter {
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .news-card__title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .news-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .news-card__title {
        font-size: 28px;
    }
}

.news-card__excerpt,
.news-card__post-date {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {

    .news-card__excerpt,
    .news-card__post-date {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {

    .news-card__excerpt,
    .news-card__post-date {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1em;
        line-height: 1.2em;
        /* letter-spacing: 0.011em; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .news-card__excerpt,
    .news-card__post-date {
        font-size: 21px;
    }
}

.news-card__post-date span {
    font-weight: 400;
    display: inline-block;
    margin-right: 0.25em;
    text-transform: uppercase;
}

.news-card__image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.resizing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: linear-gradient(#fce373 50%, #cca69a 50%);
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity ease, 0.2s visibility;
    padding: 2vw 4vw 0;
}

.resizing>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.is-resizing .resizing {
    opacity: 1;
    visibility: visible;
}

.resizing__title {
    font-size: 70px;
    font-size: 4.66667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    margin: 8vw 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    color: #231f20;
}

@media (max-width: 1500px) {
    .resizing__title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .resizing__title {
        font-size: 100px;
        font-size: 6.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .resizing__title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .resizing__title {
        font-size: 120px;
        font-size: 8vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .resizing__title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1200px) {
    .resizing__title {
        font-size: 180px;
        font-size: 12vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .resizing__title {
        font-size: 180px;
    }
}

.overlay-gallery {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    transition: 1s visibility;
}

.overlay-gallery.is-open {
    visibility: visible;
}

.overlay-gallery__caption {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    position: absolute;
    bottom: 4vw;
    left: 10%;
    width: 80%;
    text-align: center;
}

@media (max-width: 1500px) {
    .overlay-gallery__caption {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .overlay-gallery__caption {
        bottom: 2vw;
    }
}

.overlay-gallery__carousel {
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.overlay-gallery__half--top .overlay-gallery__carousel {
    top: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.is-open .overlay-gallery__half--top .overlay-gallery__carousel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.overlay-gallery__half--bottom .overlay-gallery__carousel {
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.is-open .overlay-gallery__half--bottom .overlay-gallery__carousel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.is-open .overlay-gallery__carousel {
    transition-delay: 0.4s;
}

.overlay-gallery__carousel__slide {
    -webkit-flex-basis: 100vw;
    -ms-flex-preferred-size: 100vw;
    flex-basis: 100vw;
    min-width: 100vw;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.overlay-gallery__carousel .flickity-viewport {
    width: 100vw;
    height: 100vh;
}

.overlay-gallery__half {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #FF5E5B;
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.4s;
    overflow: hidden;
}

.overlay-gallery__half--top {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.overlay-gallery__half--bottom {
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.is-open .overlay-gallery__half {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}

.overlay-gallery__image {
   max-width: 90%;
   height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wp-caption.alignnone {
width: 100%!important;
}

@media only screen and (min-width: 768px) {
    .overlay-gallery__image {
        max-width: 80%;
        height: auto;
    }
}

.overlay-gallery .close {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 1em;
    left: calc(50% - 0.5em);
}

.overlay-gallery .close:after,
.overlay-gallery .close:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -5%;
    width: 110%;
    height: 4px;
    background-color: #231f20;
    transition: 0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.overlay-gallery .close:before {
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}

.overlay-gallery .close:after {
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
}

.overlay-gallery .prevnext {
    position: absolute;
    top: calc(50% - 0.5em);
    height: 1em;
    width: 1em;
}

.overlay-gallery .prevnext span {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
    position: relative;
}

.overlay-gallery .prevnext svg {
    transition: 0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.25s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    height: 1em;
}

.overlay-gallery .prevnext--prev {
    left: 4vw;
}

.overlay-gallery .prevnext--prev span:first-of-type svg {
    top: 0;
    -webkit-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg);
}

.overlay-gallery .prevnext--prev span:last-of-type svg {
    bottom: 0;
    -webkit-transform: translateY(-100%) rotate(180deg);
    transform: translateY(-100%) rotate(180deg);
}

.overlay-gallery .prevnext--next {
    right: 4vw;
}

.overlay-gallery .prevnext--next span:first-of-type svg {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.overlay-gallery .prevnext--next span:last-of-type svg {
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.is-open .overlay-gallery .prevnext--next span svg {
    -webkit-transform: none !important;
    transform: none !important;
}

.overlay-gallery.is-open .close:before {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.overlay-gallery.is-open .close:after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.overlay-gallery.is-open .close:after,
.overlay-gallery.is-open .close:before {
    transition-delay: 0.4s;
}

.overlay-gallery.is-open .prevnext--prev span svg {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.overlay-gallery.is-open .prevnext--next span svg {
    -webkit-transform: none !important;
    transform: none !important;
}

.overlay-gallery.is-open .prevnext span svg {
    transition-delay: 0.4s;
}

.modal__bg {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231f20;
    opacity: 0;
    visibility: hidden;
    z-index: 399;
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s,
        visibility 0s linear 0.6s;
}

.has-modal-open .modal__bg {
    opacity: 0.4;
    visibility: visible;
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s linear;
}

.modal {
    position: fixed;
    top: 4vw;
    bottom: 4vw;
    left: 4vw;
    right: 4vw;
    width: auto;
    overflow: auto;
    background: #fce373;
    z-index: 400;
    padding: 8vw 8vw 12vw;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
        visibility 0s linear 0.3s,
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
        visibility 0s linear 0.3s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
        visibility 0s linear 0.3s,
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 768px) {
    .modal {
        top: 3vw;
        bottom: 3vw;
        left: 3vw;
        right: 3vw;
    }
}

@media only screen and (min-width: 1024px) {
    .modal {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        height: 100vh;
        width: 36vw;
        padding: 4vw;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media only screen and (min-width: 1200px) {
    .modal {
        width: 28vw;
    }
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s,
        visibility 0s linear,
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s,
        opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, visibility 0s linear;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s,
        opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, visibility 0s linear,
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.modal__close {
    display: inline-block;
    padding: 4vw;
    margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
    .modal__close {
        display: none;
    }
}

.modal__close svg {
    display: block;
    height: 20px;
    width: 20px;
}

.modal__subtitle {
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.5em;
    color: rgba(35, 31, 32, 0.6);
}

@media (max-width: 1500px) {
    .modal__subtitle {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) {
    .modal__subtitle {
        margin-bottom: 2.25em;
    }
}

.modal__inner .button {
    padding: 0.7em 2.5em 0.8em;
    margin-top: 1em;
    cursor: pointer;
}

.modal__inner .button span {
    color: #f8b5b8;
    margin-top: -4px;
}

.modal .gform_title,
.modal__title {
    font-size: 41px;
    font-size: 2.73333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1500px) {

    .modal .gform_title,
    .modal__title {
        font-size: 41px;
    }
}

.modal .gform_heading,
.modal p {
    display: block;
    font-size: 28px;
    font-size: 1.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 1.5em;
}

@media (max-width: 1500px) {

    .modal .gform_heading,
    .modal p {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1024px) {

    .modal .gform_heading,
    .modal p {
        max-width: 32vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal .gform_heading.modal__copy,
.modal p.modal__copy {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {

    .modal .gform_heading.modal__copy,
    .modal p.modal__copy {
        font-size: 21px;
    }
}

.modal .button {
    color: #fce373;
    background-color: #231f20;
    border: 0;
    border-radius: 2em;
    cursor: pointer;
}

.modal .button:disabled {
    cursor: not-allowed;
}

.modal__extra-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.modal__extra-info .extra-info-half {
    width: 50%;
    padding: 1em 0;
}

.modal__extra-info .extra-info-half--left {
    border-right: 1px solid #231f20;
}

.modal__extra-info .extra-info-half--right {
    border-left: 1px solid #231f20;
}

.modal__extra-info .extra-info-half strong {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
}

@media (max-width: 1500px) {
    .modal__extra-info .extra-info-half strong {
        font-size: 18px;
    }
}

.modal__extra-info .extra-info-half p {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 0;
}

@media (max-width: 1500px) {
    .modal__extra-info .extra-info-half p {
        font-size: 18px;
    }
}

.modal--press-download .gform_heading {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .modal--press-download .gform_heading {
        font-size: 20px;
    }
}

.modal--education {
    background-color: #9ad18b;
}

@media only screen and (min-width: 1024px) {
    .modal--education {
        width: 64vw;
    }
}

@media only screen and (min-width: 1400px) {
    .modal--education {
        width: 58vw;
    }
}

.modal--education .gform_fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1vw;
    margin-right: -1vw;
}

@media only screen and (min-width: 768px) {
    .modal--education .gform_fields {
        margin-left: -3vw;
        margin-right: -3vw;
    }
}

@media only screen and (min-width: 768px) {
    .modal--education .gfield {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0vw 1vw;
    }
}

.modal--education .button {
    color: #9ad18b;
}

.modal--idea {
    background-color: #a385bd;
}

.modal--idea .button {
    color: #a385bd;
}

.modal--idea .gfield_checkbox li {
    display: inline-block;
    padding: 0.1em 0.2em;
}

.modal--idea .gfield_checkbox input {
    display: none;
}

.modal--idea .gfield_checkbox label {
    background: rgba(35, 31, 32, 0.15);
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0.7em 2.5em;
    border: none;
    border-radius: 2em;
}

@media (max-width: 1500px) {
    .modal--idea .gfield_checkbox label {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .modal--idea .gfield_checkbox label {
        padding: 0.8em 2em 0.9em;
    }
}

@media only screen and (min-width: 1200px) {
    .modal--idea .gfield_checkbox label {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .modal--idea .gfield_checkbox label {
        font-size: 20px;
    }
}

.modal--idea .gfield_checkbox label:after,
.modal--idea .gfield_checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: rgba(35, 31, 32, 0.25) !important;
    border: none !important;
    z-index: -1;
}

.modal--idea .gfield_checkbox label:before {
    bottom: 0;
    top: auto;
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-delay: 0.1s;
}

.modal--idea .gfield_checkbox label:after {
    top: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-delay: 0s;
}

.is-desktop .modal--idea .gfield_checkbox label:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
    background-color: rgba(35, 31, 32, 0.25);
}

.is-desktop .modal--idea .gfield_checkbox label:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.1s;
    background-color: rgba(35, 31, 32, 0.25);
}

.modal--idea .gfield_checkbox label:active:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
    background-color: rgba(35, 31, 32, 0.25);
}

.modal--idea .gfield_checkbox label:active:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.1s;
    background-color: rgba(35, 31, 32, 0.25);
}

.modal--idea .gfield_checkbox input:checked~label::after,
.modal--idea .gfield_checkbox input:checked~label::before {
    -webkit-transform: none;
    transform: none;
}

.modal--idea .gfield_checkbox input:focus~label::before,
.modal--idea .gfield_checkbox input:hover~label::before,
.modal--idea .gfield_checkbox label:focus::before,
.modal--idea .gfield_checkbox label:hover::before {
    border-color: #231f20;
}

.modal--idea .gfield_checkbox input:focus~label::after,
.modal--idea .gfield_checkbox input:hover~label::after,
.modal--idea .gfield_checkbox label:focus::after,
.modal--idea .gfield_checkbox label:hover::after {
    background-color: #231f20;
}

.modal--publications {
    background-color: #f8b5b8;
}

.modal--publications .button {
    color: #5ABF86;
}

.modal--publications .gform_wrapper {
    margin-top: 2.3em;
}

@media only screen and (min-width: 400px) {
    .modal--publications .gform_wrapper {
        width: 73%;
        margin: 2.3em auto 0;
    }
}

@media only screen and (min-height: 400px) {
    .modal--publications .gform_wrapper {
        width: 100%;
        margin: 2.3em auto 0;
    }
}

@media only screen and (min-width: 768px) and (min-height: 770px) {
    .modal--publications .gform_wrapper {
        width: 70%;
        margin: 2.3em auto 0;
    }
}

.modal__appears p {
    margin: 0.4em 0 0.8em;
    position: relative;
}

.modal__appears p span {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 0 1em;
    background: #f8b5b8;
}

@media (max-width: 1500px) {
    .modal__appears p span {
        font-size: 16px;
    }
}

.modal__appears p::before {
    content: "";
    position: absolute;
    top: calc(67% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #231f20;
    z-index: -1;
}

.modal__appears--image {
    height: 6.8vw;
    width: 5.6vw;
    min-width: 5.6vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border: 4px solid #fce373;
}

.modal__appears__appears-details--wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__appears__appears-details--wrapper--info {
    text-align: left;
    padding-left: 1em;
}

.modal__appears--title {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
}

@media (max-width: 1500px) {
    .modal__appears--title {
        font-size: 18px;
    }
}

.modal__appears--excerpt {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .modal__appears--excerpt {
        font-size: 18px;
    }
}

@keyframes svg-loading {
    0% {
        stroke-dashoffset: auto;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: auto;
    }
}

.event-card {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: left;
}

.event-card:active .event-card__date,
.is-desktop .event-card:hover .event-card__date {
    -webkit-transform: translateY(-0.35em);
    transform: translateY(-0.35em);
    transition-delay: none;
}

.is-animating-in .event-card,
.is-animating-out .event-card {
    pointer-events: none;
}

.event-card__wrapper {
    position: relative;
}

.event-card__image {
    position: relative;
    width: 100%;
    margin-bottom: 1.1em;
    display: inline-block;
}

.event-card__src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 0 currentColor;
}

.event-card__src:active,
.is-desktop .event-card__src:hover {}

@media only screen and (min-width: 1024px) {
    .is-desktop .event-card__src:hover {}
}

@media only screen and (min-width: 1024px) {
    .event-card__src:active {}
}

.event-card__date {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 0.5em;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: opacity 0.45s,
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s !important;
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s,
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition-delay: 0s !important;
    opacity: 0;
}

@media (max-width: 1500px) {
    .event-card__date {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card__date {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .event-card__date {
        font-size: 18px;
    }
}

.event-card__date strong {
    display: block;
    max-width: 80%;
    margin: auto;
    white-space: normal;
}

.event-card .conversion-button {
    position: absolute;
    z-index: 1;
    width: 1.6em;
    height: 1.6em;
    right: 0;
    bottom: 1.5em;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

@media only screen and (min-width: 768px) {
    .event-card .conversion-button {
        width: 1.7em;
        height: 1.7em;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card .conversion-button {
        width: 2.5em;
        height: 2.5em;
    }
}

.event-card .buy-ticket-button {
    opacity: 0;
    transition: 0.2s opacity ease-in;
    transition-delay: 0.55s;
    z-index: 9999;
    padding: 0.2em;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.is-in-view .event-card .buy-ticket-button {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .event-card .buy-ticket-button {
        padding: 0.35em;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card .buy-ticket-button {
        padding: 0.5em;
    }
}

.event-card .buy-ticket-button svg {
    stroke: #231f20;
}

.event-card .buy-ticket-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #221f20;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card .buy-ticket-button .animation-icon {
    width: 0.9em;
    height: 0.9em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
    .event-card .buy-ticket-button .animation-icon {
        width: 1.3em;
        height: 1.3em;
    }
}

.event-card .add-to-trip-button,
.event-card .download-button {
    display: none;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    cursor: pointer;
}

.event-card .add-to-trip-button .checkmark,
.event-card .download-button .checkmark {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    height: 1em;
    width: 1em;
    opacity: 0;
}

.event-card .add-to-trip-button:before,
.event-card .download-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: currentColor;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card .add-to-trip-button.is-in-trip,
.event-card .download-button.is-in-trip {
    pointer-events: none;
}

.event-card .add-to-trip-button.is-in-trip>.animation-icon,
.event-card .download-button.is-in-trip>.animation-icon {
    opacity: 0;
    pointer-events: none;
}

.event-card .add-to-trip-button.is-in-trip .checkmark,
.event-card .download-button.is-in-trip .checkmark {
    opacity: 1;
    transition: opacity 0.2s ease;
    transition-delay: 0.5s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .static-svg svg,
.event-card .download-button.is-in-trip .checkmark .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path,
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(1),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(2),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(3),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(4),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(5),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(6),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(7),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(8),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(9),
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.event-card .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path,
.event-card .download-button.is-in-trip .checkmark .animation-svg svg path {
    transition-duration: 1.25s;
    transition-delay: 0.7s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.event-card .add-to-trip-button.is-loading>.animation-icon .static-svg svg,
.event-card .download-button.is-loading>.animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path,
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path {
    -webkit-animation-name: svg-loading;
    animation-name: svg-loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(1),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(2),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(3),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(4),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(5),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(6),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(7),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(8),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.event-card .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(9),
.event-card .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media only screen and (min-width: 768px) {

    .event-card .add-to-trip-button,
    .event-card .download-button {
        bottom: 0;
        width: 2.6em;
        height: 2.6em;
        padding: 0.8em;
        right: 1em;
    }
}

.is-desktop .event-card .add-to-trip-button:hover:before,
.is-desktop .event-card .download-button:hover:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .static-svg svg,
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path,
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .event-card .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9),
.is-desktop .event-card .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.event-card .add-to-trip-button:active:before,
.event-card .download-button:active:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .static-svg svg,
.event-card .download-button:active:not(.is-loading) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path,
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.event-card .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9),
.event-card .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.event-card .add-to-trip-button .animation-icon,
.event-card .download-button .animation-icon {
    transition: opacity 0.5s ease;
}

.event-card .add-to-trip-button {
    padding: 0.5em 0.35em 0.5em 0.5em;
}

@media only screen and (min-width: 768px) {
    .event-card .add-to-trip-button {
        padding: 0.8em 0.6em 0.8em 0.8em;
    }
}

.event-card .intrinsic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 currentColor;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.event-card:active .intrinsic:after,
.is-desktop .event-card:hover .intrinsic:after {}

.event-card__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;

    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .event-card__type {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card__type {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card__type {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card__type {
        font-size: 17px;
    }
}

.event-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.02em;
    display: block;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.5em;

}

.event-card__title:first-letter {
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .event-card__title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card__title {
        margin-bottom: 0.6em;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card__title {
        font-size: 30px;
        font-size: 2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: -0.01em;

    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card__title {
        font-size: 30px;
    }
}

.event-card__excerpt {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: -.022em;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .event-card__excerpt {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card__excerpt {
        margin-bottom: 1.2em;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card__excerpt {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card__excerpt {
        font-size: 21px;
    }
}

.event-card__dates {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .event-card__dates {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card__dates {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card__dates {
        font-size: 21px;
    }
}

.event-card__location {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;
}

@media (max-width: 1500px) {
    .event-card__location {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card__location {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card__location {
        font-size: 17px;
    }
}

.event-card__dates+.event-card__location {
    margin-top: 0.35em;
}

@media only screen and (min-width: 1024px) {
    .event-card__dates+.event-card__location {
        margin-top: 0.6em;
    }
}

.event-card-home {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: visible;
    text-align: center;
}

.event-card-home:active__date,
.is-desktop .event-card-home:hover__date {
    -webkit-transform: translateY(-0.35em);
    transform: translateY(-0.35em);
    transition-delay: none;
}

.is-animating-in .event-card-home,
.is-animating-out .event-card-home {
    pointer-events: none;
}

.event-card-home__wrapper {
    position: relative;
}

.event-card-home__image {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0.8em 0.8em 4.5em;
    background-color: #9cd08e;
}

@media only screen and (min-width: 1024px) {
    .event-card-home__image {
        padding: 1.5em 1.5em 7em;
    }
}

.event-card-home__src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 0 currentColor;
}

.event-card-home__src:active,
.is-desktop .event-card-home__src:hover {
    box-shadow: inset 0 0 0 1.6vw currentColor;
}

@media only screen and (min-width: 1024px) {
    .is-desktop .event-card-home__src:hover {
        box-shadow: inset 0 0 0 1.2vw currentColor;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home__src:active {
        box-shadow: inset 0 0 0 1.2vw currentColor;
    }
}

.event-card-home__info {
    width: 100%;
    -webkit-transform: translateY(-50%) translateY(-8px);
    transform: translateY(-50%) translateY(-8px);
}

.event-card-home__date {
    font-size: 12px;
    font-size: 0.8vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 4.7em;
    width: 100%;
    text-align: center;
    color: #231f20;
    transition: opacity 0.45s,
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s !important;
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s,
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition-delay: 0s !important;
    opacity: 0;
}

@media (max-width: 1500px) {
    .event-card-home__date {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home__date {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .event-card-home__date {
        font-size: 18px;
    }
}

.event-card-home .conversion-button {
    position: absolute;
    right: 0;
    bottom: 0.4em;
    padding: 0;
    width: 1.6em;
    height: 1.6em;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .event-card-home .conversion-button {
        width: 1.7em;
        height: 1.7em;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home .conversion-button {
        width: 2.5em;
        height: 2.5em;
    }
}

.event-card-home .buy-ticket-button {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.2em;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .event-card-home .buy-ticket-button {
        padding: 0.35em;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home .buy-ticket-button {
        padding: 0.5em;
    }
}

.event-card-home .buy-ticket-button svg {
    stroke: #9ad18b;
    padding: 0;
}

.event-card-home .buy-ticket-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: currentColor;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card-home .buy-ticket-button .animation-icon {
    width: 0.9em;
    height: 0.9em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
    .event-card-home .buy-ticket-button .animation-icon {
        width: 1.3em;
        height: 1.3em;
    }
}

.event-card-home .add-to-trip-button,
.event-card-home .download-button {
    display: none !important;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    cursor: pointer;
}

.event-card-home .add-to-trip-button .checkmark,
.event-card-home .download-button .checkmark {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    height: 1em;
    width: 1em;
    opacity: 0;
}

.event-card-home .add-to-trip-button:before,
.event-card-home .download-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: currentColor;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card-home .add-to-trip-button.is-in-trip,
.event-card-home .download-button.is-in-trip {
    pointer-events: none;
}

.event-card-home .add-to-trip-button.is-in-trip>.animation-icon,
.event-card-home .download-button.is-in-trip>.animation-icon {
    opacity: 0;
    pointer-events: none;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark,
.event-card-home .download-button.is-in-trip .checkmark {
    opacity: 1;
    transition: opacity 0.2s ease;
    transition-delay: 0.5s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .static-svg svg,
.event-card-home .download-button.is-in-trip .checkmark .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path,
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(1),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(2),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(3),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(4),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(5),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(6),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(7),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(8),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path:nth-child(9),
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.event-card-home .add-to-trip-button.is-in-trip .checkmark .animation-svg svg path,
.event-card-home .download-button.is-in-trip .checkmark .animation-svg svg path {
    transition-duration: 1.25s;
    transition-delay: 0.7s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .static-svg svg,
.event-card-home .download-button.is-loading>.animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path,
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path {
    -webkit-animation-name: svg-loading;
    animation-name: svg-loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(1),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(2),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(3),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(4),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(5),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(6),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(7),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(8),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.event-card-home .add-to-trip-button.is-loading>.animation-icon .animation-svg svg path:nth-child(9),
.event-card-home .download-button.is-loading>.animation-icon .animation-svg svg path:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media only screen and (min-width: 768px) {

    .event-card-home .add-to-trip-button,
    .event-card-home .download-button {
        bottom: 0;
        width: 2.6em;
        height: 2.6em;
        padding: 0.8em;
        right: 1em;
    }
}

.is-desktop .event-card-home .add-to-trip-button:hover:before,
.is-desktop .event-card-home .download-button:hover:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .static-svg svg,
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path,
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .event-card-home .add-to-trip-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9),
.is-desktop .event-card-home .download-button:hover:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.event-card-home .add-to-trip-button:active:before,
.event-card-home .download-button:active:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .static-svg svg,
.event-card-home .download-button:active:not(.is-loading) .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path,
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.event-card-home .add-to-trip-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9),
.event-card-home .download-button:active:not(.is-loading) .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.event-card-home .add-to-trip-button .animation-icon,
.event-card-home .download-button .animation-icon {
    transition: opacity 0.5s ease;
}

.event-card-home .add-to-trip-button {
    padding: 0.5em 0.35em 0.5em 0.5em;
}

@media only screen and (min-width: 768px) {
    .event-card-home .add-to-trip-button {
        padding: 0.8em 0.6em 0.8em 0.8em;
    }
}

.event-card-home .intrinsic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0 #9ad18b;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.event-card-home:active .intrinsic:after,
.is-desktop .event-card-home:hover .intrinsic:after {
    box-shadow: inset 0 0 0 1.2vw #9ad18b;
}

.event-card-home__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .event-card-home__type {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home__type {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card-home__type {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card-home__type {
        font-size: 17px;
    }
}

.event-card-home__title {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    width: 70%;
    margin: 0 auto;
    text-transform: uppercase;
    min-height: 16vw;
    max-height: 24vw;
}

@media (max-width: 1500px) {
    .event-card-home__title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .event-card-home__title {
        line-height: 1.6em;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home__title {
        font-size: 33px;
        font-size: 2.2vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
        line-height: 0.96em;
        width: 70%;
        min-height: 8vw;
        max-height: 10vw;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .event-card-home__title {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card-home__title {
        font-size: 41px;
        font-size: 2.73333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card-home__title {
        font-size: 41px;
    }
}

.event-card-home__excerpt {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .event-card-home__excerpt {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .event-card-home__excerpt {
        margin-bottom: 1.2em;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card-home__excerpt {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card-home__excerpt {
        font-size: 21px;
    }
}

.event-card-home__location {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: absolute;
    width: 100%;
    white-space: normal;
}

@media (max-width: 1500px) {
    .event-card-home__location {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .event-card-home__location {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .event-card-home__location {
        font-size: 17px;
    }
}

.event-card-home__dates+.event-card-home__location {
    margin-top: 0.35em;
}

@media only screen and (min-width: 1024px) {
    .event-card-home__dates+.event-card-home__location {
        margin-top: 0.6em;
    }
}

.event-card-home .event-card-home__location {
    margin-top: 1em;
}

.press-card {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.press-card__wrapper {
    position: relative;
}

.press-card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 1.1em;
    display: none;
}

.press-card__src.intrinsic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100% !important;
}

.press-card .download-button {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    cursor: pointer;
}

.press-card .download-button:not(.is-in-view) {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: 0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.press-card .download-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fce373;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 768px) {
    .press-card .download-button {
        bottom: 0;
        width: 2.6em;
        height: 2.6em;
        padding: 0.8em;
        right: 1em;
    }
}

.is-desktop .press-card .download-button:hover:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.is-desktop .press-card .download-button:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .press-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.press-card .download-button:active:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.press-card .download-button:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.press-card .download-button:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.press-card .download-button:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.press-card__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .press-card__type {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .press-card__type {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .press-card__type {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .press-card__type {
        font-size: 17px;
    }
}

.press-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.5em;
}

@media (max-width: 1500px) {
    .press-card__title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .press-card__title {
        margin-bottom: 0.6em;
    }
}

@media only screen and (min-width: 1200px) {
    .press-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .press-card__title {
        font-size: 28px;
    }
}

.press-card__excerpt {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .press-card__excerpt {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .press-card__excerpt {
        margin-bottom: 1.2em;
    }
}

@media only screen and (min-width: 1200px) {
    .press-card__excerpt {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .press-card__excerpt {
        font-size: 21px;
    }
}

.trip-card__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trip-card__image {
    position: relative;
    cursor: pointer;
}

.trip-card__duration {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 5;
}

.trip-card__remove {
    position: absolute;
    top: -0.7em;
    right: -0.4em;
    width: 1.4em;
    height: 1.4em;
    z-index: 9;
}

.trip-card__remove:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #231f20;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.trip-card__remove .cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.trip-card__remove .cross:first-of-type {
    opacity: 1;
}

.trip-card__remove .cross:last-of-type:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: none;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.trip-card__remove .cross:last-of-type:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: none;
    transition-delay: 0s;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.trip-card__remove .cross:after,
.trip-card__remove .cross:before {
    content: "";
    position: absolute;
    background: currentColor;
}

.trip-card__remove .cross:before {
    top: calc(50% - 0.3em);
    left: calc(50% - 1px);
    width: 2px;
    height: 0.6em;
}

.trip-card__remove .cross:after {
    left: calc(50% - 0.3em);
    top: calc(50% - 1px);
    height: 2px;
    width: 0.6em;
}

.is-desktop .trip-card__remove:hover {
    cursor: pointer;
}

.is-desktop .trip-card__remove:hover:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.is-desktop .trip-card__remove:hover .cross:first-of-type {
    opacity: 0;
}

.is-desktop .trip-card__remove:hover .cross:last-of-type:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-desktop .trip-card__remove:hover .cross:last-of-type:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.1s;
}

.trip-card__remove:active {
    cursor: pointer;
}

.trip-card__remove:active:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.trip-card__remove:active .cross:first-of-type {
    opacity: 0;
}

.trip-card__remove:active .cross:last-of-type:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.trip-card__remove:active .cross:last-of-type:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.1s;
}

@media only screen and (min-width: 1024px) {
    .trip-card__remove {
        top: -1.1em;
        right: -1.1em;
        width: 2.2em;
        height: 2.2em;
    }
}

.trip-card__src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.trip-card__src:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.trip-card__info .trip-card__type {
    text-transform: uppercase;
}

.split-artpieces {
    position: relative;
    height: 70vh;
    background-color: #a385bd;
}

.split-artpieces .flickity-viewport {
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .split-artpieces {
        height: 100vh;
    }
}

.split-artpieces.is-animating .split-artpieces__artpiece {
    opacity: 0 !important;
}

.split-artpieces.disable-hover .hover-trigger-bottom,
.split-artpieces.disable-hover .hover-trigger-top {
    pointer-events: none;
}

.split-artpieces .hover-trigger-bottom,
.split-artpieces .hover-trigger-top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 99;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {

    .split-artpieces .hover-trigger-bottom,
    .split-artpieces .hover-trigger-top {
        display: none;
    }
}

.split-artpieces .hover-trigger-top {
    top: 0;
    transition: -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.split-artpieces .hover-trigger-top.is-active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece,
.split-artpieces .hover-trigger-top.is-active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece,
.split-artpieces .hover-trigger-top.is-active+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece {
    opacity: 1;
}

.is-desktop .split-artpieces .hover-trigger-top:hover {
    z-index: 100;
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
}

.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top {
    z-index: 50;
}

.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece .intrinsic__half__image,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece .intrinsic__half__image,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece .intrinsic__half__image,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src {
    -webkit-transform: none;
    transform: none;
}

.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper .split-artpieces__image--bottom,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom {
    -webkit-transform: translateY(32%);
    transform: translateY(32%);
}

.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-top:hover+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src {
    -webkit-transform: translateY(-24%);
    transform: translateY(-24%);
}

.split-artpieces .hover-trigger-top:active {
    z-index: 100;
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
}

.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top {
    z-index: 50;
}

.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper .split-artpieces__image--top,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece .intrinsic__half__image,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece .intrinsic__half__image,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__artpiece .intrinsic__half__image,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src {
    -webkit-transform: none;
    transform: none;
}

.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper .split-artpieces__image--bottom,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom {
    -webkit-transform: translateY(32%);
    transform: translateY(32%);
}

.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src,
.split-artpieces .hover-trigger-top:active+.hover-trigger-bottom+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src {
    -webkit-transform: translateY(-24%);
    transform: translateY(-24%);
}

.split-artpieces .hover-trigger-bottom {
    bottom: 0;
}

.split-artpieces .hover-trigger-bottom.is-active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece,
.split-artpieces .hover-trigger-bottom.is-active+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece,
.split-artpieces .hover-trigger-bottom.is-active+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece {
    opacity: 1;
}

.is-desktop .split-artpieces .hover-trigger-bottom:hover {
    z-index: 100;
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
}

.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom {
    z-index: 50;
}

.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece .intrinsic__half__image,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece .intrinsic__half__image,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece .intrinsic__half__image,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src {
    -webkit-transform: none;
    transform: none;
}

.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top {
    -webkit-transform: translateY(-32%);
    transform: translateY(-32%);
}

.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src {
    -webkit-transform: translateY(24%);
    transform: translateY(24%);
}

.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper .split-artpieces__image--bottom,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom,
.is-desktop .split-artpieces .hover-trigger-bottom:hover+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom {
    -webkit-transform: none;
    transform: none;
}

.split-artpieces .hover-trigger-bottom:active {
    z-index: 100;
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
}

.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom {
    z-index: 50;
}

.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece .intrinsic__half__image,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece .intrinsic__half__image,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__artpiece .intrinsic__half__image,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src {
    -webkit-transform: none;
    transform: none;
}

.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper .split-artpieces__image--top,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top {
    -webkit-transform: translateY(-32%);
    transform: translateY(-32%);
}

.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src {
    -webkit-transform: translateY(24%);
    transform: translateY(24%);
}

.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper .split-artpieces__image--bottom,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom,
.split-artpieces .hover-trigger-bottom:active+.split-artpieces__wrapper+.split-artpieces__wrapper+.split-artpieces__wrapper .split-artpieces__image--bottom {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .split-artpieces {
        position: absolute;
        left: 0;
        top: 0;
        width: 40vw;
        z-index: 2;
    }

    .split-artpieces.is-sticky {
        position: fixed;
        top: 0;
        left: 4vw;
    }

    .page-home .split-artpieces.is-sticky {
        left: 0;
    }

    .split-artpieces.is-bottom-abs {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}

.split-artpieces__artpiece {
    position: absolute;
    width: 12vw;
    border: 0.6em solid;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 20;
}

.split-artpieces__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
}

.split-artpieces__wrapper.has-video:not(.is-active) .video-modal__content {
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .split-artpieces__wrapper {
        height: 100%;
        width: 100%;
        left: 0;
    }
}

.split-artpieces__wrapper .split-artpieces__image {
    position: absolute;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 60%;
}

.split-artpieces__wrapper .split-artpieces__image--top {
    top: 0;
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
}

.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__artpiece {
    bottom: 0;
    left: 0;
}

.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__curtain {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.split-artpieces__wrapper .split-artpieces__image--top .split-artpieces__src {
    background-position: bottom center;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.split-artpieces__wrapper .split-artpieces__image--bottom {
    bottom: 0;
    -webkit-transform: translateY(16%);
    transform: translateY(16%);
}

.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__artpiece {
    top: 0;
    left: 0;
}

.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__curtain {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.split-artpieces__wrapper .split-artpieces__image--bottom .split-artpieces__src {
    background-position: top center;
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
}

.split-artpieces__wrapper .split-artpieces__image .split-artpieces__curtain {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .split-artpieces__wrapper .split-artpieces__image .split-artpieces__curtain {
        transition: -webkit-transform 0.1s ease;
        transition: transform 0.1s ease;
        transition: transform 0.1s ease, -webkit-transform 0.1s ease;
        transition-delay: 0.75s;
    }
}

.split-artpieces__wrapper .split-artpieces__image .split-artpieces__src {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    transition-delay: 0.75s;
}

.split-artpieces__wrapper.is-active {
    z-index: 11;
}

.split-artpieces__wrapper.is-active.has-video {
    z-index: 100;
}

.split-artpieces__wrapper.is-active.has-video .video-modal__cta.is-in-view .video-modal__icon {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition-delay: 0.2s;
}

.split-artpieces__wrapper.is-active.has-video .video-modal__cta.is-in-view .video-modal__caption {
    opacity: 1;
    transition-delay: 0.3s;
}

@media only screen and (min-width: 1024px) {
    .split-artpieces__wrapper.is-active .split-artpieces__image {
        transition: -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
            -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .split-artpieces__wrapper.is-active .split-artpieces__image .split-artpieces__curtain,
    .split-artpieces__wrapper.is-active .split-artpieces__image .split-artpieces__src {
        z-index: 10;
        transition: -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
            -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__curtain {
    -webkit-transform: none;
    transform: none;
}

.split-artpieces__wrapper.is-active .split-artpieces__image--top .split-artpieces__src {
    -webkit-transform: translateY(16%);
    transform: translateY(16%);
}

.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__curtain {
    -webkit-transform: none;
    transform: none;
}

.split-artpieces__wrapper.is-active .split-artpieces__image--bottom .split-artpieces__src {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
}

@media only screen and (min-width: 1024px) {

    .is-desktop .split-artpieces__wrapper.is-active .split-artpieces__image--bottom:hover,
    .is-desktop .split-artpieces__wrapper.is-active .split-artpieces__image--bottom:hover .split-artpieces__curtain,
    .is-desktop .split-artpieces__wrapper.is-active .split-artpieces__image--bottom:hover .split-artpieces__src,
    .split-artpieces__wrapper.is-active .split-artpieces__image--bottom:active,
    .split-artpieces__wrapper.is-active .split-artpieces__image--bottom:active .split-artpieces__curtain,
    .split-artpieces__wrapper.is-active .split-artpieces__image--bottom:active .split-artpieces__src {
        -webkit-transform: none;
        transform: none;
    }
}

.categories-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    margin-bottom: -4vw;
}

@media only screen and (min-width: 768px) {
    .categories-menu {
        margin-bottom: -2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .categories-menu {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .categories-menu {
        width: 12.5%;
        height: 100vh;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .categories-menu.has-page-children {
        width: 20.83333%;
    }
}

.categories-menu__wrapper {
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .categories-menu__wrapper {
        padding: 0;
        height: 100%;
    }

    .is-fixed .categories-menu__wrapper {
        position: fixed;
        top: 0;
        left: 4vw;
        width: 12vw;
    }

    .has-page-children.is-fixed .categories-menu__wrapper {
        width: 20vw;
    }
}

@media only screen and (max-width: 1023px) {
    .categories-menu__main {
        padding-bottom: 4vw;
    }
}

.categories-menu__inner,
.categories-menu__main {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories-menu__inner::-webkit-scrollbar,
.categories-menu__main::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 1024px) {

    .categories-menu__inner,
    .categories-menu__main {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        width: 100%;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
    }

    .has-page-children .categories-menu__inner,
    .has-page-children .categories-menu__main {
        width: 50%;
    }
}

.in-view .categories-menu__inner,
.in-view .categories-menu__main {
    -webkit-transform: none;
    transform: none;
}

.in-view .categories-menu__inner .bubble-sidebar__link,
.in-view .categories-menu__main .bubble-sidebar__link {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.categories-menu__inner .scroll-area,
.categories-menu__main .scroll-area {
    padding: 8vw 0vw 6vw;
    width: auto;
    min-width: 100vw;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (min-width: 768px) {

    .categories-menu__inner .scroll-area,
    .categories-menu__main .scroll-area {
        padding: 8vw 0vw 4vw;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) {

    .categories-menu__inner .scroll-area,
    .categories-menu__main .scroll-area {
        padding: 4vw 0vw;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: auto;
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {

    .categories-menu__inner:first-of-type .scroll-area,
    .categories-menu__main:first-of-type .scroll-area {
        padding-top: 14vw;
    }
}

@media only screen and (max-width: 767px) {

    .categories-menu__inner:first-of-type .scroll-area,
    .categories-menu__main:first-of-type .scroll-area {
        padding-top: 24vw;
    }
}

.categories-menu__inner:nth-of-type(2) .scroll-area,
.categories-menu__main:nth-of-type(2) .scroll-area {
    padding: 8vw 0vw 4vw;
    background-color: #f2f2f7;
}

.categories-menu__main {
    z-index: 5;
}

.categories-menu__main .categories-menu__label {
    font-size: 30px;
    font-size: 2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .categories-menu__main .categories-menu__label {
        font-size: 30px;
    }
}

.categories-menu__main .rotate-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
    .categories-menu__main .rotate-area {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.hidden-categories-submenu .categories-menu__inner {
    -webkit-transform: translateX(-210%) !important;
    transform: translateX(-210%) !important;
}

@media only screen and (max-width: 767px) {
    .categories-menu__inner:first-of-type .scroll-area {
        padding-bottom: 4vw;
    }
}

.categories-menu .bubble-sidebar+.categories-menu__inner {
    margin-top: -4vw;
}

@media only screen and (min-width: 1024px) {
    .categories-menu .bubble-sidebar+.categories-menu__inner {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .categories-menu.has-page-children~.archive-overview {
        width: 79.16667%;
    }

    .categories-menu.has-page-children~.archive-overview .archive-search {
        width: 76%;
    }
}

.categories-menu.has-page-children .categories-menu__main {
    position: relative;
    z-index: 5;
}

.in-view .categories-menu.has-page-children .categories-menu__main~.categories-menu__inner {
    transition-delay: 0.1s;
}

@media only screen and (min-width: 1024px) {
    .categories-menu.has-page-children .categories-menu__inner {
        position: absolute;
        left: 10vw;
        top: 0;
        -webkit-transform: translateX(-210%);
        transform: translateX(-210%);
    }

    .in-view .categories-menu.has-page-children .categories-menu__inner {
        -webkit-transform: none;
        transform: none;
    }
}

.categories-menu__item {
    text-align: center;
    padding: 2vw;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease,
        -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    /* width: 100%; */
}

.categories-menu__item .categories-menu__inner {
    padding: 2vw 1vw;
}

.categories-menu__item:nth-child(1) {
    transition-delay: 0.2s;
}

.categories-menu__item:nth-child(2) {
    transition-delay: 0.25s;
}

.categories-menu__item:nth-child(3) {
    transition-delay: 0.3s;
}

.categories-menu__item:nth-child(4) {
    transition-delay: 0.35s;
}

.categories-menu__item:nth-child(5) {
    transition-delay: 0.4s;
}

.categories-menu__item:nth-child(6) {
    transition-delay: 0.45s;
}

.categories-menu__item:nth-child(7) {
    transition-delay: 0.5s;
}

.categories-menu__item:nth-child(8) {
    transition-delay: 0.55s;
}

.categories-menu__item:nth-child(9) {
    transition-delay: 0.6s;
}

.categories-menu__item:nth-child(10) {
    transition-delay: 0.65s;
}

.categories-menu__item:nth-child(11) {
    transition-delay: 0.7s;
}

.categories-menu__item:nth-child(12) {
    transition-delay: 0.75s;
}

.categories-menu__item:nth-child(13) {
    transition-delay: 0.8s;
}

.categories-menu__item:nth-child(14) {
    transition-delay: 0.85s;
}

.categories-menu__item:nth-child(15) {
    transition-delay: 0.9s;
}

.categories-menu__item:nth-child(16) {
    transition-delay: 0.95s;
}

.categories-menu__item:nth-child(17) {
    transition-delay: 1s;
}

.categories-menu__item:nth-child(18) {
    transition-delay: 1.05s;
}

.categories-menu__item:nth-child(19) {
    transition-delay: 1.1s;
}

.categories-menu__item.disabled {
    opacity: 0.2 !important;
    pointer-events: none;
}

@media only screen and (max-width: 1023px) {
    .categories-menu__item {
        padding: 0vw 4vw;
        min-width: 4em;
    }
}

@media only screen and (min-width: 1024px) {
    .categories-menu__item {
        -webkit-transform: translateX(-250%);
        transform: translateX(-250%);
    }

    .rotate-area .categories-menu__item {
        -webkit-transform: translateY(-250%) translateX(0);
        transform: translateY(-250%) translateX(0);
    }
}

.categories-menu__item .animation-icon {
    width: 1em;
    height: 1em;
    margin: 0 auto 0.25em;
    display: block;
}

.categories-menu__item .animation-icon svg {
    stroke: currentColor;
}

@media only screen and (min-width: 1024px) {
    .categories-menu__item .animation-icon {
        width: 1.5em;
        height: 1.5em;
        margin-bottom: 0.5em;
    }
}

.is-desktop .categories-menu__item:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .categories-menu__item:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.is-desktop .categories-menu__item:hover .underline:after,
.is-desktop .categories-menu__item:hover .underline:before {
    -webkit-transform: none;
    transform: none;
}

.is-desktop .categories-menu__item:hover .active-line span {
    opacity: 0;
}

.is-desktop .categories-menu__item:hover .active-line:after,
.is-desktop .categories-menu__item:hover .active-line:before {
    -webkit-transform: none;
    transform: none;
}

.categories-menu__item:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.categories-menu__item:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-menu__item:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.categories-menu__item:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.categories-menu__item:active .underline:after,
.categories-menu__item:active .underline:before {
    -webkit-transform: none;
    transform: none;
}

.categories-menu__item:active .active-line span {
    opacity: 0;
}

.categories-menu__item.active .underline:after,
.categories-menu__item.active .underline:before,
.categories-menu__item:active .active-line:after,
.categories-menu__item:active .active-line:before {
    -webkit-transform: none;
    transform: none;
}

.categories-menu__label {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: currentColor;
}

@media (max-width: 1500px) {
    .categories-menu__label {
        font-size: 16px;
    }
}

.is-ie .categories-menu__label {
    max-width: 75%;
    margin: 0 auto;
    word-break: break-all;
}

.rotate-area .categories-menu__label {
    max-width: 100vw;
}

@media only screen and (min-width: 1024px) {
    .categories-menu__label {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .categories-menu__label {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .is-ie .categories-menu__main .categories-menu__label {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .is-ie .categories-menu__main .categories-menu__label {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1024px) {
    .is-ie .categories-menu__inner .categories-menu__label {
        font-size: 17px !important;
    }
}

.intrinsic {
    height: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.intrinsic--small {
    width: 50%;
}

.intrinsic--split {
    background-size: 0;
}

.intrinsic--split .intrinsic__half {
    width: 100%;
    height: calc(50% + 1px);
    overflow: hidden;
    position: absolute;
    left: 0;
    background: inherit;
}

.intrinsic--split .intrinsic__half__image {
    background-image: inherit;
    background-size: cover;
    height: 200%;
    width: 100%;
    transition: 0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.75s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.75s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
}

.is-in-view .intrinsic--split .intrinsic__half__image {
    transition: 1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        1s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.intrinsic--split .intrinsic__half--top {
    top: 0;
}

.news-card .intrinsic--split .intrinsic__half--top {
    height: 50.1%;
}

.intrinsic--split .intrinsic__half--top .intrinsic__half__image {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-size: cover;
}

.news-card .intrinsic--split .intrinsic__half--top .intrinsic__half__image {
    background-size: 100% auto;
}

.is-in-view .intrinsic--split .intrinsic__half--top .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.intrinsic--split .intrinsic__half--bottom {
    bottom: 0;
}

.intrinsic--split .intrinsic__half--bottom .intrinsic__half__image {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.is-in-view .intrinsic--split .intrinsic__half--bottom .intrinsic__half__image {
    -webkit-transform: none;
    transform: none;
}

.intrinsic.bordered .intrinsic__half__image:after,
.intrinsic.bordered:not(.intrinsic--split):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 2vw #e3d9c6;
}

@media only screen and (min-width: 1024px) {
    .intrinsic.bordered:not(.intrinsic--split):after {
        box-shadow: inset 0 0 0 1.2vw #e3d9c6;
    }
}

@media only screen and (min-width: 1024px) {
    .intrinsic.bordered .intrinsic__half__image:after {
        box-shadow: inset 0 0 0 1.2vw #e3d9c6;
    }
}

.tickets-visit-buttons {
    display: inline-block;
    text-align: center;
    position: relative;
}

.ticket-visit-button {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
    text-transform: uppercase;
    border: none;
    z-index: 3;
    padding: 0.65em 1.75em;
    overflow: hidden;
    transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    white-space: nowrap;
    border-radius: 0;
}

@media (max-width: 1500px) {
    .ticket-visit-button {
        font-size: 19px;
    }
}

.ticket-visit-button:after,
.ticket-visit-button:before {
    background-color: currentColor;
}

@media only screen and (min-width: 1024px) {
    .ticket-visit-button {
        padding-left: 1em;
        padding-right: 1em;
    }

    .ticket-visit-button .hover__inner {
        padding: 0.65em 1em !important;
    }
}

@media only screen and (min-width: 1200px) {
    .ticket-visit-button {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .ticket-visit-button {
        font-size: 25px;
    }
}

.ticket-visit-button svg {
    width: 0.8em;
    height: 0.8em;
}

.ticket-visit-button--top {
    color: currentColor;
    right: 8vw;
    position: relative;
    z-index: 4;
    margin-bottom: calc(0 + 0);
}

@media only screen and (min-width: 1024px) {
    .ticket-visit-button--top {
        right: 0.5em;
    }
}

.ticket-visit-button--top svg {
    fill: currentColor;
    margin-right: 1em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ticket-visit-button--bottom {
    background: currentColor;
    position: absolute;
    bottom: calc(-100% + 0);
}

.ticket-visit-button--bottom svg {
    fill: currentColor;
    margin-left: 1em;
}

.ticket-visit-button .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
}

.ticket-visit-button .hover__inner {
    display: inline-block;
    padding: 0.65em 1.75em;
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@media only screen and (min-width: 1024px) {
    .ticket-visit-button .hover__inner {
        padding: 0.65em 1.75em;
    }
}

.ticket-visit-button .hover span {
    color: currentColor;
}

.ticket-visit-button .hover svg {
    fill: currentColor;
}

.is-desktop .ticket-visit-button:hover .hover,
.is-desktop .ticket-visit-button:hover .hover__inner,
.ticket-visit-button:active .hover,
.ticket-visit-button:active .hover__inner {
    -webkit-transform: none;
    transform: none;
}

.read-more__label,
.read-more__target {
    overflow: hidden;
}

.video {
    width: 100%;
}

.video__inner {
    position: relative;
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
}

.video .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231f20;
    outline: 0;
    color: currentColor;
}

.video-js.vjs-default-skin .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-color: currentColor;
    border: none;
    z-index: 5;
    transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.2s transform ease;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}

.video-js.vjs-default-skin .vjs-big-play-button:before {
    content: "";
    background-image: url("../assets/svg/dev/play-black.svg");
    background-size: 30% 35%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 3%;
}

@media only screen and (min-width: 768px) {
    .video-js.vjs-default-skin .vjs-big-play-button {
        width: 8vw;
        height: 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .video-js.vjs-default-skin .vjs-big-play-button {
        width: 5vw;
        height: 5vw;
    }
}

.video-js.vjs-default-skin .vjs-big-play-button .vjs-control-text {
    display: none;
}

.video-js.vjs-default-skin.vjs-paused .vjs-big-play-button {
    display: block;
}

.video-js.vjs-default-skin.vjs-has-started .vjs-big-play-button,
.video-js.vjs-default-skin.vjs-seeking .vjs-big-play-button,
.video-js.vjs-default-skin.vjs-waiting .vjs-big-play-button {
    opacity: 0;
    pointer-events: none;
}

.video-js.vjs-default-skin.vjs-youtube-mobile .vjs-big-play-button {
    display: block;
}

.is-desktop .video-js.vjs-default-skin:hover .vjs-big-play-button,
.video-js.vjs-default-skin:active .vjs-big-play-button {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.video-js.vjs-default-skin .vjs-loading-spinner {
    border: none;
}

.video-js.vjs-default-skin .vjs-loading-spinner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: url("../assets/images/openwear_logo_sprite.png.html") no-repeat;
    background-size: auto 100%;
    -webkit-animation: loader 1.2s steps(36) infinite;
    animation: loader 1.2s steps(36) infinite;
    transition: 0.3s opacity ease, 0.3s visibility;
    border: none;
    margin: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.video-js.vjs-default-skin .vjs-loading-spinner:after {
    display: none;
}

@-webkit-keyframes loader {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@keyframes loader {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.video-js.vjs-default-skin .vjs-control-bar {
    padding: 0 1em;
    bottom: 1em;
    background: 0 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .video-js.vjs-default-skin .vjs-control-bar {
        padding: 0 4em;
        bottom: 2em;
    }
}

.video-js.vjs-default-skin .vjs-progress-control {
    height: auto;
}

.video-js.vjs-default-skin .vjs-progress-holder {
    background: rgba(255, 255, 255, 0.4);
    height: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
}

.video-js.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.video-js.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
    background: rgba(255, 255, 255, 0.4);
}

.video-js.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
    background: currentColor;
}

.video-js.vjs-default-skin .vjs-progress-holder .vjs-play-progress:before {
    display: none;
}

.video-js.vjs-default-skin .vjs-control {
    display: inline-block;
    vertical-align: middle;
}

.video-js.vjs-default-skin .vjs-duration,
.video-js.vjs-default-skin .vjs-volume-menu-button {
    display: none;
}

.video-js.vjs-default-skin .vjs-fullscreen-control,
.video-js.vjs-default-skin .vjs-play-control {
    height: 1.5em;
    width: 3em;
    background-color: transparent;
    border: none;
    position: relative;
}

.video-js.vjs-default-skin .vjs-fullscreen-control:before,
.video-js.vjs-default-skin .vjs-play-control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.video-js.vjs-default-skin .vjs-fullscreen-control[title="Fullscreen"]:before,
.video-js.vjs-default-skin .vjs-fullscreen-control[title="Non-Fullscreen"]:before {
    background-image: url("../assets/svg/dev/fullscreen.svg");
}

.video-js.vjs-default-skin.video-js .vjs-play-control.vjs-playing:before {
    content: "";
    background-image: url("../assets/svg/dev/pause-video-white.svg");
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-js.vjs-default-skin.video-js .vjs-play-control.vjs-paused:before {
    content: "";
    background-image: url("../assets/svg/dev/play-video.svg");
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-js.vjs-default-skin .vjs-current-time {
    color: #fff;
}

.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-button>.vjs-icon-placeholder:before {
    text-align: center;
}

@font-face {
    font-family: VideoJS;
    src: url("font/VideoJS.eot-.html#iefix") format("eot");
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),
        url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101";
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-play-circle:before {
    content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109";
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-square:before {
    content: "\f10a";
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-spinner:before {
    content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e";
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-share:before {
    content: "\f10f";
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-cog:before {
    content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
    content: "\f111";
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-circle-outline:before {
    content: "\f112";
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-hd:before {
    content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116";
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-facebook:before {
    content: "\f117";
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-gplus:before {
    content: "\f118";
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-linkedin:before {
    content: "\f119";
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-twitter:before {
    content: "\f11a";
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-tumblr:before {
    content: "\f11b";
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.vjs-icon-pinterest:before {
    content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e";
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.video-js:-moz-full-screen {
    position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js[tabindex="-1"] {
    outline: 0;
}

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

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0;
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0;
}

.video-js.vjs-16-9 {
    padding-top: 56.25%;
}

.video-js.vjs-4-3 {
    padding-top: 75%;
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc;
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.8),
            rgba(255, 255, 255, 0));
    overflow: auto;
    box-sizing: content-box;
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
    cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    box-sizing: content-box;
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em;
    font-weight: 700;
    cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block;
}

.video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-holder {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    transition: all 0.2s;
    height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}

.video-js .vjs-play-progress {
    background-color: #fff;
}

.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1;
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em;
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,
.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.video-js .vjs-volume-panel {
    transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:focus,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s,
        top 0s;
}

.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
}

.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    transition: width 0.1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s,
        top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s,
        top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em;
}

.video-js .vjs-volume-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.vjs-has-started .vjs-poster {
    display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-live-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js .vjs-time-control {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.video-js .vjs-current-time,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time {
    display: none;
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0 !important;
    white-space: nowrap;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}

.vjs-time-divider {
    display: none;
    line-height: 3em;
}

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
        vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
        vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {

    0%,
    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: #fff;
    }

    100%,
    60% {
        border-top-color: #73859f;
    }
}

@-webkit-keyframes vjs-spinner-fade {

    0%,
    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: #fff;
    }

    100%,
    60% {
        border-top-color: #73859f;
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    position: absolute;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}

.vjs-text-track-settings fieldset span {
    display: inline-block;
    margin-left: 5px;
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px;
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}

.quicklinks-sidebar {
    position: fixed;
    left: 0;
    bottom: 12vw;
    height: 80vh;
    max-height: 80vh;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8vw;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
}

@media only screen and (min-width: 400px) {
    .quicklinks-sidebar {
        bottom: 2vw;
    }
}

@media only screen and (min-width: 768px) {
    .quicklinks-sidebar {
        bottom: 8vw;
    }
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar {
        top: 0;
        bottom: auto;
        left: 4vw;
        width: 32vw;
        height: 100vh;
        max-height: 100vh;
        padding: 4vw;
        -webkit-transform: translateX(-116%);
        transform: translateX(-116%);
    }
}

@media only screen and (min-width: 1024px) {
    .is-home .quicklinks-sidebar {
        left: 0;
        width: 36vw;
        max-height: 100vh;
        padding-left: 4vw;
    }

    .is-home .quicklinks-sidebar--calendar {
        padding-left: 8vw;
    }
}

.has-sidebar-open .quicklinks-sidebar {
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    transition: 0.4s opacity cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
        0.4s opacity cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
        0.4s opacity cubic-bezier(0.77, 0, 0.175, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 0.2s;
}

.has-sidebar-open .quicklinks-sidebar .quicklinks-sidebar__subtitle,
.has-sidebar-open .quicklinks-sidebar .quicklinks-sidebar__title {
    transition-delay: 0.45s;
}

.quicklinks-sidebar.is-active {
    z-index: 99;
    opacity: 1;
    transition-delay: 0s;
}

.quicklinks-sidebar.is-active .quicklinks-sidebar__subtitle,
.quicklinks-sidebar.is-active .quicklinks-sidebar__title {
    opacity: 1;
    transition-delay: 0s;
}

.quicklinks-sidebar__title {
    font-size: 13px;
    font-size: 0.86667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.65s ease;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar__title {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar__title {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar__title {
        font-size: 17px;
    }
}

.quicklinks-sidebar__subtitle {
    font-size: 30px;
    font-size: 2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    display: block;
    padding: 0 4vw;
    margin-bottom: 1.7em;
    opacity: 0;
    transition: opacity 0.65s ease;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar__subtitle {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar__subtitle {
        font-size: 35px;
        font-size: 2.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: -0.01em;
        margin-bottom: 1.1em;
        font-style: italic;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar__subtitle {
        font-size: 35px;
    }
}

.quicklinks-sidebar--calendar {
    background: #a385bd;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-sidebar--calendar {
        padding-right: 0;
        padding-left: 0;
    }

    .quicklinks-sidebar--calendar .quicklinks-sidebar__subtitle {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.quicklinks-sidebar--calendar .tooltippy:after,
.quicklinks-sidebar--calendar [data-tooltippy]:after {
    color: #f4f4f4;
}



.quicklinks-sidebar--calendar .event-card .buy-ticket-button svg {
    stroke: #f4f4f4;
}

.quicklinks-sidebar--calendar .buy-ticket-button {
    opacity: 1;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-sidebar--calendar .exhibitions-wrapper {
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 4vw;
    }
}

@media only screen and (min-width: 1024px) {

    .quicklinks-sidebar--calendar .exhibitions-wrapper,
    .quicklinks-sidebar--opening_hours .exhibitions-wrapper {
        padding: 0 2vw;
    }
}

.quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom::after,
.quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom::before {
    -webkit-transform: translateX(-80%) translateY(20px);
    transform: translateX(-80%) translateY(20px);
}

@media only screen and (max-width: 1499px) {

    .quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom::after,
    .quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom::before {
        -webkit-transform: translateX(-80%) translateY(20px);
        transform: translateX(-80%) translateY(20px);
    }
}

.quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:focus::after,
.quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:focus::before,
.quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:hover::after,
.quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:hover::before {
    -webkit-transform: translateX(-80%) translateY(10px);
    transform: translateX(-80%) translateY(10px);
}

@media only screen and (max-width: 1499px) {

    .quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:focus::after,
    .quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:focus::before,
    .quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:hover::after,
    .quicklinks-sidebar--calendar .exhibitions-wrapper .tooltip-bottom:hover::before {
        -webkit-transform: translateX(-80%) translateY(10px);
        transform: translateX(-80%) translateY(10px);
    }
}

.quicklinks-sidebar--calendar .event-card {
    width: 58vw;
    padding: 4vw;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 0;
    transition: opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
}

.quicklinks-sidebar--calendar .event-card:nth-child(1) {
    transition-delay: 0.2s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(2) {
    transition-delay: 0.25s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(3) {
    transition-delay: 0.3s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(4) {
    transition-delay: 0.35s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(5) {
    transition-delay: 0.4s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(6) {
    transition-delay: 0.45s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(7) {
    transition-delay: 0.5s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(8) {
    transition-delay: 0.55s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(9) {
    transition-delay: 0.6s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(10) {
    transition-delay: 0.65s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(11) {
    transition-delay: 0.7s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(12) {
    transition-delay: 0.75s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(13) {
    transition-delay: 0.8s;
}

.quicklinks-sidebar--calendar .event-card:nth-child(14) {
    transition-delay: 0.85s;
}

.has-sidebar-open.is-calendar .quicklinks-sidebar--calendar .event-card {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--calendar .event-card {
        width: 100%;
        padding: 2vw 0;
    }
}

.quicklinks-sidebar--calendar .event-card .add-to-trip-button,
.quicklinks-sidebar--calendar .event-card .event-card__date,
.quicklinks-sidebar--calendar .event-card .event-card__info {
    opacity: 1;
}

.quicklinks-sidebar--calendar .event-card__excerpt {}

.quicklinks-sidebar--calendar .event-card__src .animation-icon {
    background: #9ad18b;
}

.quicklinks-sidebar--calendar .calendar__button {
    margin-top: 2em;
    background-color: #231f20;
    padding: 0.5em 1.5em 0.6em;
    opacity: 0;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    transition: opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.4s;
}

.has-sidebar-open .quicklinks-sidebar--calendar .calendar__button {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.quicklinks-sidebar--calendar .calendar__button .calendar .animation-icon {
    width: 1.125rem;
    height: 1.125rem;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-sidebar--calendar .calendar__button .calendar .animation-icon {
        margin-right: 0.5em;
    }
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--calendar .calendar__button .calendar .animation-icon {
        width: 1.25rem;
        height: 1.25rem;
    }
}

@media only screen and (max-width: 1023px) {
    .quicklinks-sidebar--calendar .calendar__button {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--calendar .calendar__button {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
        padding: 0.5em 1em 0.6em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .quicklinks-sidebar--calendar .calendar__button {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--calendar .calendar__button {
        margin-top: 2em;
        padding: 0.5em 2em 0.6em;
    }
}

@media only screen and (min-width: 1400px) {
    .quicklinks-sidebar--calendar .calendar__button {
        padding: 0.7em 1.8em 0.8em;
    }
}

.quicklinks-sidebar--calendar .calendar__button:after,
.quicklinks-sidebar--calendar .calendar__button:before {
    background-color: #ab91c2;
}

.quicklinks-sidebar--calendar .calendar__button span {
    color: #f4f4f4;
}

.quicklinks-sidebar--calendar .calendar__button span svg {
    stroke: #f4f4f4;
}

.quicklinks-sidebar--locations {
    background: #f2f2f2;
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--locations {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4vw 0vw;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--locations .quicklinks-sidebar__subtitle {
        margin-bottom: 0.5em;
    }
}

.quicklinks-sidebar--locations .opening-hours__weekly {
    margin-top: 2.5em;
}

.quicklinks-sidebar--locations .opening-hours__weekly .holiday-hours {
    margin-top: 2.2em;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--locations .opening-hours__weekly {
        display: none;
    }
}

.quicklinks-sidebar--locations .flexible-map {
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--locations .flexible-map {
        padding: 0 2vw;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--locations .flexible-map {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
        overflow: hidden;
    }
}

.quicklinks-sidebar--locations .flexible-map__mapbox {
    height: 36vw;
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--locations .flexible-map__mapbox {
        padding: 0;
        margin: 4vw 5vw 1vw;
        overflow: visible;
    }
}

.quicklinks-sidebar--locations .flexible-map .mapboxgl-canvas {
    left: 0;
}

.quicklinks-sidebar--locations .locations__single {
    margin: 0 auto;
    width: 60%;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--locations .locations__address {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .quicklinks-sidebar--locations .locations__address {
        font-size: 21px;
    }
}

.quicklinks-sidebar--locations .locations__button {
    margin-top: 2em;
    background-color: #231f20;
    padding: 0.5em 1.5em 0.6em;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-sidebar--locations .locations__button {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--locations .locations__button {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
        padding: 0.5em 1em 0.6em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .quicklinks-sidebar--locations .locations__button {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--locations .locations__button {
        margin-top: 2em;
        padding: 0.5em 2em 0.6em;
    }
}

@media only screen and (min-width: 1400px) {
    .quicklinks-sidebar--locations .locations__button {
        padding: 0.7em 1.8em 0.8em;
    }
}

.quicklinks-sidebar--locations .locations__button:after,
.quicklinks-sidebar--locations .locations__button:before {
    background-color: #5ABF86;
}

.quicklinks-sidebar--locations .locations__button span {
    color: #fff;
}

.quicklinks-sidebar--locations .locations__button span svg {
    stroke: #fff;
}

.quicklinks-sidebar--search {
    padding: 0;
    background: #a385bd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    overflow: visible;
}

.quicklinks-sidebar--search .search__regular {
    padding: 4vw 16vw;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a385bd;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--search .search__regular {
        padding: 4vw 6vw;
    }
}

.quicklinks-sidebar--search .search__regular label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.quicklinks-sidebar--search .search__regular input {
    background: #f9a04e;
    padding-right: 2em;
    width: 100%;
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--search .search__regular input {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--search .search__regular input {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar--search .search__regular input {
        font-size: 25px;
    }
}

.quicklinks-sidebar--search .search__regular input::-webkit-input-placeholder {
    color: #231f20;
}

.quicklinks-sidebar--search .search__regular input:-moz-placeholder {
    color: #231f20;
}

.quicklinks-sidebar--search .search__regular input::-moz-placeholder {
    color: #231f20;
}

.quicklinks-sidebar--search .search__regular input:-ms-input-placeholder {
    color: #231f20;
}

.quicklinks-sidebar--search .search__regular__inner {
    min-width: 20vw;
}

.quicklinks-sidebar--search .search__regular__inner .form-element--text {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    opacity: 0;
    transition: opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.25s;
}

.has-sidebar-open.is-search .quicklinks-sidebar--search .search__regular__inner .form-element--text {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.quicklinks-sidebar--search .search__regular .animation-icon {
    cursor: pointer;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .quicklinks-sidebar--search .search__regular .animation-icon:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.quicklinks-sidebar--search .search__regular .animation-icon:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

@media only screen and (max-width: 1023px) {
    .quicklinks-sidebar--search .search__regular .bubble-canvas {
        display: none;
    }
}

.quicklinks-sidebar--search.to-results {
    -webkit-transform: scaleY(1.25) translateY(9vw);
    transform: scaleY(1.25) translateY(9vw);
    transition: 0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.55s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.55s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.quicklinks-sidebar--search.to-results .form-element,
.quicklinks-sidebar--search.to-results .search-suggestions {
    opacity: 0 !important;
    transition: 0.2s opacity ease;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--search.to-results {
        -webkit-transform: scaleX(3);
        transform: scaleX(3);
    }
}

.quicklinks-sidebar--search .search-suggestions {
    width: 100%;
    text-align: left;
    padding: 0 0 0 1.2em;
    overflow: hidden;
    height: 0;
}

.quicklinks-sidebar--search .search-suggestions p {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    opacity: 0.3;
    margin: 2em 0 1em;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--search .search-suggestions p {
        font-size: 16px;
    }
}

.quicklinks-sidebar--search .search-suggestions__list {
    max-height: 4.8em;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .quicklinks-sidebar--search .search-suggestions__list {
        max-height: 5.5em;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--search .search-suggestions__list {
        max-height: 5.8em;
    }
}

.quicklinks-sidebar--search .search-suggestions__list li {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--search .search-suggestions__list li {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--search .search-suggestions__list li {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar--search .search-suggestions__list li {
        font-size: 25px;
    }
}

.quicklinks-sidebar--search .search-suggestions__list li strong {
    font-weight: 600;
}

.quicklinks-sidebar--opening_hours {
    background: #fce373;
}

@media only screen and (min-width: 1400px) {
    .quicklinks-sidebar--opening_hours {
        /* display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; */
        padding: 0;
    }

    .quicklinks-sidebar--opening_hours>* {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.quicklinks-sidebar--opening_hours .quicklinks-sidebar__subtitle {
    margin-bottom: 2.2em;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--opening_hours .quicklinks-sidebar__subtitle {
        padding: 0 4vw;
        margin-bottom: 1.6em;
    }
}

.quicklinks-sidebar--opening_hours .icons {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0.5em;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .icons {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--opening_hours .icons {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .icons {
        font-size: 21px;
    }
}

.quicklinks-sidebar--opening_hours .icons svg {
    height: 14vw;
}

.quicklinks-sidebar--opening_hours .icons svg use {
    stroke: #231f20;
    fill: none;
    background: 0 0;
    stroke-width: 3px;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--opening_hours .icons svg {
        height: 4.8vw;
    }

    .quicklinks-sidebar--opening_hours .icons svg:first-of-type {
        margin-right: 0.5em;
    }

    .is-ie .quicklinks-sidebar--opening_hours .icons svg {
        width: 5vw;
    }
}

.quicklinks-sidebar--opening_hours .opening-hours__state {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background-color: #f8b5b8;
    text-align: center;
    border-radius: 50%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    transition: opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease,
        -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.2s;
}

.has-sidebar-open.is-opening-hours .quicklinks-sidebar--opening_hours .opening-hours__state {
    -webkit-transform: rotate(30deg) scale(1);
    transform: rotate(30deg) scale(1);
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--opening_hours .opening-hours__state {
        width: 6.8vw;
        height: 6.8vw;
        margin-top: 0.5em;
    }
}

.quicklinks-sidebar--opening_hours .opening-hours__state span {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .opening-hours__state span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--opening_hours .opening-hours__state span {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .opening-hours__state span {
        font-size: 20px;
    }
}

.quicklinks-sidebar--opening_hours .opening-hours__state--closed {
    background-color: #caa498;
}

.quicklinks-sidebar--opening_hours .opening-hours__weekly {
    margin-bottom: 1em;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--opening_hours .opening-hours__weekly p {
        font-size: 22px;
        font-size: 1.46667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .opening-hours__weekly p {
        font-size: 22px;
    }
}

.quicklinks-sidebar--opening_hours .opening-hours__weekly strong {
    display: block;
    margin-bottom: 1.4em;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--opening_hours .opening-hours__weekly strong {
        font-size: 25px;
        font-size: 1.66667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .opening-hours__weekly strong {
        font-size: 25px;
    }
}

.quicklinks-sidebar--opening_hours .opening-hours__button {
    margin-top: 2em;
    background-color: #231f20;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--opening_hours .opening-hours__button {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
        padding: 0.5em 1em 0.6em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .quicklinks-sidebar--opening_hours .opening-hours__button {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--opening_hours .opening-hours__button {
        margin-top: 2em;
        padding: 0.5em 2em 0.6em;
    }
}

@media only screen and (min-width: 1400px) {
    .quicklinks-sidebar--opening_hours .opening-hours__button {
        padding: 0.7em 1.8em 0.8em;
    }
}

.quicklinks-sidebar--opening_hours .opening-hours__button:after,
.quicklinks-sidebar--opening_hours .opening-hours__button:before {
    background-color: #cca69a;
}

.quicklinks-sidebar--opening_hours .opening-hours__button span {
    color: #fce373;
}

.quicklinks-sidebar--opening_hours .opening-hours__button span svg {
    stroke: #fce373;
}

.quicklinks-sidebar--trip {
    background: #9ad18b;
}

.quicklinks-sidebar--trip .trip-content__location {
    position: relative;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--trip .trip-content__location {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar--trip .trip-content__location {
        font-size: 17px;
    }
}

.quicklinks-sidebar--trip .trip-content__location:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #231f20;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: -webkit-transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.15s;
}

.has-sidebar-open.is-trip .quicklinks-sidebar--trip .trip-content__location:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.quicklinks-sidebar--trip .trip-content__location span {
    padding: 0 1.75em;
    background: #9ad18b;
}

.quicklinks-sidebar--trip .trip-content__trip-items {
    overflow: hidden;
    padding: 0.7em 0;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--trip .trip-content__trip-items {
        padding: 1.5em 0;
    }
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card {
    margin: 1.2em 0;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    opacity: 0;
    transition: opacity 0.85s ease,
        -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease;
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s ease,
        -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card:nth-child(1) {
    transition-delay: 0.2s;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card:nth-child(2) {
    transition-delay: 0.25s;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card:nth-child(3) {
    transition-delay: 0.3s;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card:nth-child(4) {
    transition-delay: 0.35s;
}

.has-sidebar-open.is-trip .quicklinks-sidebar--trip .trip-content__trip-items .trip-card {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--trip .trip-content__trip-items .trip-card {
        margin: 1.4em 0;
    }
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card:first-of-type {
    margin-top: 0;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card:last-of-type {
    margin-bottom: 0;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__image {
    min-width: 32vw;
    width: 32vw;
    height: 32vw;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__image a {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .quicklinks-sidebar--trip .trip-content__trip-items .trip-card__image {
        min-width: 8vw;
        width: 8vw;
        height: 8vw;
    }
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__duration {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--trip .trip-content__trip-items .trip-card__duration {
        font-size: 21px;
    }
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__info {
    text-align: left;
    padding-left: 1.5em;
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__info .trip-card__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--trip .trip-content__trip-items .trip-card__info .trip-card__type {
        font-size: 15px;
    }
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__info .trip-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
}

@media (max-width: 1500px) {
    .quicklinks-sidebar--trip .trip-content__trip-items .trip-card__info .trip-card__title {
        font-size: 21px;
    }
}

.quicklinks-sidebar--trip .trip-content__trip-items .trip-card__info .trip-card__excerpt {
    display: none;
}

.quicklinks-sidebar--trip .trip-link {
    width: auto;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto auto 1.5em;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.55s ease;
    transition-delay: 0.7s;
}

.has-sidebar-open.is-trip .quicklinks-sidebar--trip .trip-link {
    opacity: 1;
}

@media only screen and (min-width: 1200px) {
    .quicklinks-sidebar--trip .trip-link {
        font-size: 16px;
        font-size: 1.06667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .quicklinks-sidebar--trip .trip-link {
        font-size: 16px;
    }
}

.quicklinks-sidebar--trip .trip-link a {
    margin-left: 0.2em;
}

.quicklinks-sidebar--trip .trip-btn {
    background: #FF5E5B;
    opacity: 0;
    transition: opacity 0.55s ease;
    transition-delay: 0.8s;
}

.has-sidebar-open.is-trip .quicklinks-sidebar--trip .trip-btn {
    opacity: 1;
}

.bubble-sidebar {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .bubble-sidebar {
        padding-bottom: 2vw;
    }
}

@media only screen and (min-width: 1024px) {
    .bubble-sidebar {
        padding-bottom: 0;
    }
}

.bubble-sidebar__canvas {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4vw;
    pointer-events: none;
}

.categories-menu__main .bubble-sidebar__canvas {
    top: 0;
}

.is-inset .bubble-sidebar__canvas {
    top: calc(100% - 4vw - 1px);
}

@media only screen and (min-width: 768px) {
    .bubble-sidebar__canvas {
        height: 2vw;
    }

    .is-inset .bubble-sidebar__canvas {
        top: calc(100% - 2vw - 1px);
    }
}

@media only screen and (min-width: 768px) {
    .bubble-sidebar__canvas {
        top: calc(100% - 2vw);
    }

    .is-inset .bubble-sidebar__canvas {
        top: calc(100% - 2vw - 15px);
    }
}

@media only screen and (min-width: 1024px) {
    .bubble-sidebar__canvas {
        top: 0;
        left: calc(100% - 1px);
        width: 1vw;
        height: 100%;
    }

    .is-inset .bubble-sidebar__canvas {
        top: 0;
    }
}

.questions-wrapper {
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .questions-wrapper {
        width: 100%;
    }
}

.questions-wrapper .question-row {
    width: 100%;
    border-top: 2px solid #231f20;
    padding: 0.7em 0;
}

.questions-wrapper .question-row:last-of-type {
    border-bottom: 2px solid #231f20;
}

.questions-wrapper .question-row.is-active .question:before {
    -webkit-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
}

.questions-wrapper .question {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    padding-right: 0.75em;
}

@media (max-width: 1500px) {
    .questions-wrapper .question {
        font-size: 19px;
    }
}

.questions-wrapper .question:before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(0.45em - 1px);
    height: 0.5em;
    width: 2px;
    background: #231f20;
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    transition: -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.questions-wrapper .question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.2em;
    height: 2px;
    width: 0.5em;
    background: #231f20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    .questions-wrapper .question {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .questions-wrapper .question {
        font-size: 28px;
    }
}

.questions-wrapper .answer {
    height: 0;
    overflow: hidden;
}

.questions-wrapper .answer .hidden-text {
    font-size: 19px;
    font-size: 1.26667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    display: block;
    padding-top: 2.3em;
    padding-bottom: 2em;
}

@media (max-width: 1500px) {
    .questions-wrapper .answer .hidden-text {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .questions-wrapper .answer .hidden-text {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .questions-wrapper .answer .hidden-text {
        font-size: 21px;
    }
}

.result-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    will-change: transform;
    margin-bottom: 1em;
}

.result-card__link {
    display: block;
    color: inherit;
    overflow: hidden;
    margin: 0 auto 1em;
    width: 60%;
}

@media only screen and (min-width: 1024px) {
    .result-card__link {
        margin-bottom: 2em;
    }
}

.is-desktop .result-card__link:hover .result-card__image,
.result-card__link:active .result-card__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.result-card .intrinsic:not(.intrinsic--split):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: inset 0 0 0 0.5em currentColor;
}

.is-desktop .result-card .result-card__link:hover .intrinsic:not(.intrinsic--split):after,
.result-card .result-card__link:active .intrinsic:not(.intrinsic--split):after {
    box-shadow: inset 0 0 0 0.75em currentColor;
}

.is-desktop .result-card a:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .result-card a:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.result-card a:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.result-card a:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.result-card a:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.result-card__infos {
    text-align: center;
    padding: 0 0 2em;
    color: #231f20;
}

@media only screen and (min-width: 1024px) {
    .result-card__infos {
        padding: 0 0.5em 2em;
    }
}

.result-card__title {
    font-size: 24px;
    font-size: 1.6vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin: 0.5em 0;
}

@media (max-width: 1500px) {
    .result-card__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .result-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .result-card__title {
        font-size: 28px;
    }
}

.result-card__title .animation-icon,
.result-card__title span {
    display: inline-block;
    vertical-align: middle;
}

.result-card__title .animation-icon {
    margin-right: 0.25em;
}

.result-card__title strong {
    background-color: #fce373;
}

.result-card__excerpt,
.result-card__post-date {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {

    .result-card__excerpt,
    .result-card__post-date {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {

    .result-card__excerpt,
    .result-card__post-date {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .result-card__excerpt,
    .result-card__post-date {
        font-size: 21px;
    }
}

.result-card__excerpt strong {
    font-weight: 400;
    background-color: #fce373;
}

.result-card__post-date span {
    font-weight: 400;
}

.result-card__image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.education-card {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    transition: 0.75s opacity ease,
        0.75s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.75s opacity ease,
        0.75s transform cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.75s opacity ease,
        0.75s transform cubic-bezier(0.075, 0.82, 0.165, 1),
        0.75s -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-animating-in .education-card,
.is-animating-out .education-card {
    pointer-events: none;
}

.education-card.is-in-view {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.6s;
}

.education-card__wrapper {
    position: relative;
}

.education-card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 0.5em;
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
    .education-card__image {
        margin-bottom: 1.1em;
    }
}

.education-card__src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.education-card__src .education-card__date {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
    color: #fff;
}

@media (max-width: 1500px) {
    .education-card__src .education-card__date {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .education-card__src .education-card__date {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .education-card__src .education-card__date {
        font-size: 21px;
    }
}

.education-card__src:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0 currentColor;
    transition: box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.education-card__src:active:after,
.is-desktop .education-card__src:hover:after {
    box-shadow: inset 0 0 0 1.4vw currentColor;
}

.education-card__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .education-card__type {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .education-card__type {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .education-card__type {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .education-card__type {
        font-size: 17px;
    }
}

.education-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.5em;
}

@media (max-width: 1500px) {
    .education-card__title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .education-card__title {
        margin-bottom: 0.6em;
    }
}

@media only screen and (min-width: 1200px) {
    .education-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .education-card__title {
        font-size: 28px;
    }
}

.education-card__excerpt {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .education-card__excerpt {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .education-card__excerpt {
        margin-bottom: 1.2em;
    }
}

@media only screen and (min-width: 1200px) {
    .education-card__excerpt {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .education-card__excerpt {
        font-size: 21px;
    }
}

.education-card__dates {
    font-size: 14px;
    font-size: 0.93333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .education-card__dates {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .education-card__dates {
        font-size: 16px;
        font-size: 1.06667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .education-card__dates {
        font-size: 16px;
    }
}

.education-card__location {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;
}

@media (max-width: 1500px) {
    .education-card__location {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .education-card__location {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .education-card__location {
        font-size: 17px;
    }
}

.education-card__dates+.education-card__location {
    margin-top: 0.35em;
}

@media only screen and (min-width: 1024px) {
    .education-card__dates+.education-card__location {
        margin-top: 0.6em;
    }
}

.education-card .button {
    background-color: #9ad18b;
    margin-top: 2em;
    width: auto;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .education-card .button {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }
}

.download-card {
    width: 50%;
    padding: 0vw 2vw 6vw;
    text-align: center;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    .download-card {
        padding: 0vw 4vw 4vw;
    }
}

.is-animating-in .download-card,
.is-animating-out .download-card {
    pointer-events: none;
}

.download-card__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 1.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-card__wrapper-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 115%;
}

.download-card__wrapper .intrinsic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download-card__wrapper .intrinsic__half__image {
    padding: 5vw;
    background-origin: content-box;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .download-card__wrapper .intrinsic__half__image {
        padding: 4.2vw;
    }
}

.download-card__wrapper .intrinsic__half__image:after {
    box-shadow: inset 0 0 0 5vw currentColor !important;
}

@media only screen and (min-width: 1024px) {
    .download-card__wrapper .intrinsic__half__image:after {
        box-shadow: inset 0 0 0 5vw currentColor !important;
    }
}

@media only screen and (min-width: 1024px) {
    .download-card__wrapper {
        margin-bottom: 2em;
    }
}

.download-card .is-in-view .download-button,
.download-card .is-in-view+.download-card__infos {
    opacity: 1;
}

.download-card__infos {
    opacity: 0;
    transition: opacity 0.55s;
    transition-delay: 0.15s;
}

.download-card .download-button {
    position: absolute;
    bottom: -1em;
    right: 0.5em;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.45s;
    transition-delay: 0.75s;
}

.download-card .download-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fce373;
    transition: 0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.45s transform cubic-bezier(0.165, 0.84, 0.44, 1),
        0.45s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 768px) {
    .download-card .download-button {
        bottom: -1.3em;
        width: 2.6em;
        height: 2.6em;
        padding: 0.8em;
        right: 1em;
    }
}

.is-desktop .download-card .download-button:hover:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.is-desktop .download-card .download-button:hover .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .download-card .download-button:hover .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.download-card .download-button:active:before {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.download-card .download-button:active .animation-icon .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.download-card .download-button:active .animation-icon .animation-svg svg path {
    stroke-dashoffset: 0 !important;
    transition: 0.75s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.download-card .download-button:active .animation-icon .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.download-card__type {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    width: 100%;
    white-space: normal;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .download-card__type {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .download-card__type {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .download-card__type {
        font-size: 17px;
        font-size: 1.13333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .download-card__type {
        font-size: 17px;
    }
}

.download-card__excerpt strong,
.download-card__title strong {
    background-color: #fce373;
}

.download-card__title {
    font-size: 21px;
    font-size: 1.4vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.01em;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.5em;
}

@media (max-width: 1500px) {
    .download-card__title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1024px) {
    .download-card__title {
        margin-bottom: 0.6em;
    }
}

@media only screen and (min-width: 1200px) {
    .download-card__title {
        font-size: 28px;
        font-size: 1.86667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .download-card__title {
        font-size: 28px;
    }
}

.download-card__excerpt {
    font-size: 15px;
    font-size: 1vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    white-space: normal;
    margin-bottom: 0.7em;
}

@media (max-width: 1500px) {
    .download-card__excerpt {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .download-card__excerpt {
        margin-bottom: 1.2em;
    }
}

@media only screen and (min-width: 1200px) {
    .download-card__excerpt {
        font-size: 21px;
        font-size: 1.4vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .download-card__excerpt {
        font-size: 21px;
    }
}

.error-page .sub-view__page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 8vw 8vw 20vw;
    min-height: 100vh;
    background: linear-gradient(#5ABF86 50%, #FF005B 50%);
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-page .sub-view__page>* {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (min-width: 1024px) {
    .error-page .sub-view__page {
        min-height: 100vh;
        padding: 8vw;
    }
}

.error-page .sub-view__page:nth-of-type(2) {
    padding-top: -8vw !important;
}

.error-page h1 {
    position: absolute;
    top: calc(50% - 0.15em);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .error-page h1 {
        top: calc(50% - 0.5em);
    }
}

.error-page h1 .error-number {
    display: inline-block;
    vertical-align: bottom;
    font-size: 130px;
    font-size: 8.66667vw;
    font-family: Replica Std, Helvetica, Futura, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.9em;
}

@media (max-width: 1500px) {
    .error-page h1 .error-number {
        font-size: 130px;
    }
}

@media only screen and (min-width: 768px) {
    .error-page h1 .error-number {
        font-size: 200px;
        font-size: 13.33333vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .error-page h1 .error-number {
        font-size: 200px;
    }
}

@media only screen and (min-width: 1024px) {
    .error-page h1 .error-number {
        font-size: 300px;
        font-size: 20vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .error-page h1 .error-number {
        font-size: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .error-page h1 .error-number {
        font-size: 400px;
        font-size: 26.66667vw;
        font-family: Replica Std, Helvetica, Futura, Helvetica, Arial,
            sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 0.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .error-page h1 .error-number {
        font-size: 400px;
    }
}

.error-page h1 .error-number--four {
    position: relative;
    color: transparent;
    overflow: hidden;
}

.error-page h1 .error-number__half {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.error-page h1 .error-number__half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    color: #231f20;
    transition: 1s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        1s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.in-view .error-page h1 .error-number__half span {
    -webkit-transform: none;
    transform: none;
}

.error-page h1 .error-number__half--top {
    top: 0;
    height: calc(50% + 0.049em);
}

.error-page h1 .error-number__half--top span {
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.error-page h1 .error-number__half--bottom {
    bottom: 0;
    height: calc(50% - 0.049em);
}

.error-page h1 .error-number__half--bottom span {
    bottom: calc(100% + 0.1em);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.error-page__details {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 1s opacity ease;
}

.in-view .error-page__details {
    opacity: 1;
    transition-delay: 1s;
}

.error-page__details h2 {
    margin-bottom: 0.5em;
}

.cookiebar {
    border-radius: 8px;
    position: fixed;
    bottom: 20vw;
    left: 50%;
    width: calc(100% - 8vw);
    z-index: 321;
    background: #231f20;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8vw 6vw;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cookiebar.show {
    opacity: 1;
}

.cookiebar:before {
    content: "";
    position: fixed;
    top: -100vh;
    left: -4vw;
    width: 100vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

@media only screen and (min-width: 1024px) {
    .cookiebar:before {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .cookiebar {
        top: auto;
        left: auto;
        right: 1vw;
        bottom: 1vw;
        width: 21.36vw;
        -webkit-transform: none;
        transform: none;
        padding: 2vw;
    }

    .cookiebar.notification-bar-visible {
        bottom: 5vw;
    }
}

.cookiebar .cookiebar-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4vw 0;
}

@media only screen and (min-width: 1024px) {
    .cookiebar .cookiebar-options {
        padding: 1vw 0;
    }
}

.cookiebar .cookiebar-option {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
}

@media (max-width: 1500px) {
    .cookiebar .cookiebar-option {
        font-size: 18px;
    }
}

.cookiebar .cookiebar-option .check {
    pointer-events: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    font-size: 12px;
    margin-right: 1em;
}

.cookiebar .cookiebar-option svg path {
    stroke: #fff;
}

.cookiebar .cookiebar-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

.cookiebar .cookiebar-input+.check {
    border: 1px solid #fce373;
}

.cookiebar .cookiebar-input+.check svg {
    opacity: 0;
}

.cookiebar .cookiebar-input:checked+.check svg {
    opacity: 1;
}

.cookiebar .cookiebar-inner {
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: table;
    text-align: center;
}

.cookiebar .cookiebar-inner img {
    width: 100%;
    height: auto;
}

.cookiebar .cookiebar-inner p {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: center;
}

@media (max-width: 1500px) {
    .cookiebar .cookiebar-inner p {
        font-size: 18px;
    }
}

.cookiebar .cookiebar-inner p a {
    color: inherit;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-top: -5px;
}

.cookiebar .cookiebar-inner .button {
    margin: 0 auto;
    color: #fff;
    border: 2px solid #fff;
    padding: 0.3em 0.6em 0.5em;
}

.cookiebar .cookiebar-inner .button span {
    color: #fff;
}

.cookiebar .cookiebar-inner .decline-button {
    color: #fce373;
    display: inline-block;
}

.cookiebar .cookiebar-inner .decline-wrapper {
    text-align: center;
    margin-top: 0.25em;
}

.cookiebar .inner-cookie {
    padding: 2vw;
}

.cookiebar .inner-cookie button {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .cookiebar .inner-cookie {
        padding: 0;
    }
}

.notification-bar {
    border-radius: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 20vw;
    left: 50%;
    width: calc(100% - 8vw);
    background: #231f20;
    color: #fce373;
    padding: 8.4vw 13.2vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    z-index: 320;
}

@media screen and (min-width: 1023px) {
    .notification-bar {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 1.2vw 2.4vw;
        border-radius: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.notification-bar.show {
    opacity: 1;
}

.notification-bar .notification-bar-inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .notification-bar .notification-bar-inner {
        display: inline;
    }
}

.notification-bar .notification-bar-inner p {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: center;
}

@media (max-width: 1500px) {
    .notification-bar .notification-bar-inner p {
        font-size: 18px;
    }
}

.notification-bar .notification-bar-inner p a {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-text-decoration-color: #fce373;
    text-decoration-color: #fce373;
    text-decoration-thickness: 1px;
    transition: 0.25s -webkit-text-decoration-color ease;
    transition: 0.25s text-decoration-color ease;
    transition: 0.25s text-decoration-color ease,
        0.25s -webkit-text-decoration-color ease;
    line-height: 1.2;
}

.notification-bar .notification-bar-inner p a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 50%;
    background-color: currentColor;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.1s;
}

.notification-bar .notification-bar-inner p a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 1px;
    width: 50%;
    background-color: currentColor;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: 0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.4s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.1s;
}

.is-desktop .notification-bar .notification-bar-inner p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.is-desktop .notification-bar .notification-bar-inner p a:hover:after,
.is-desktop .notification-bar .notification-bar-inner p a:hover:before {
    -webkit-transform: none;
    transform: none;
}

.notification-bar .notification-bar-inner p a:active {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.notification-bar .notification-bar-inner p a:active:after,
.notification-bar .notification-bar-inner p a:active:before {
    -webkit-transform: none;
    transform: none;
}

.notification-bar .notification-bar-inner a {
    font-size: 18px;
    font-size: 1.2vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #fce373;
    margin-top: -5px;
}

@media (max-width: 1500px) {
    .notification-bar .notification-bar-inner a {
        font-size: 18px;
    }
}

.notification-bar .inner-notification .button--close {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: 0 0;
    border: none;
}

@media only screen and (max-width: 1023px) {
    .notification-bar .inner-notification .button--close {
        position: absolute;
        top: 5.2vw;
        right: 5.2vw;
    }
}

.notification-bar .inner-notification .button--close .animation-icon svg {
    stroke: #fce373;
}

.notification-bar .inner-notification .animation-icon {
    cursor: pointer;
    height: 23px;
    width: 23px;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path {
    stroke-dashoffset: 0 !important;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.is-desktop .notification-bar .inner-notification .animation-icon:hover .animation-svg svg path {
    transition: 1.2s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.notification-bar .inner-notification .animation-icon:active .static-svg svg {
    opacity: 0;
    transition: 0.25s opacity ease;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path {
    stroke-dashoffset: 0 !important;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(1) {
    transition-delay: 0.1s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(2) {
    transition-delay: 0.2s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(3) {
    transition-delay: 0.3s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(4) {
    transition-delay: 0.4s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(5) {
    transition-delay: 0.5s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(6) {
    transition-delay: 0.6s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(7) {
    transition-delay: 0.7s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(8) {
    transition-delay: 0.8s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path:nth-child(9) {
    transition-delay: 0.9s;
}

.notification-bar .inner-notification .animation-icon:active .animation-svg svg path {
    transition: 1.2s stroke-dashoffset cubic-bezier(0.165, 0.84, 0.44, 1);
}

.notification-bar .inner-notification .animation-icon .static-svg svg path {
    stroke-dashoffset: 0 !important;
}

.play-btn__wrapper {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .play-btn__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        padding: 2.5em 4vw;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        z-index: 99;
    }

    .play-btn__wrapper__footer {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        left: 0;
        bottom: -0.4vw;
        padding: 0;
        margin-right: 1.4vw;
    }
}

.submenu-is-open .play-btn__wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.is-play-museum-roulette .play-btn__wrapper {
    display: none;
}

.play-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.5vw;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.play-btn:not(.play-btn__close) {
    padding: 0.6vw;
    width: 2.6vw;
}

.play-btn:not(.play-btn__close) svg {
    stroke: none;
}

.play-btn svg {
    fill: #231f20;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.locations__container {
    position: relative;
    width: 100%;
    padding: 8vw 0 10vw;
}

.locations__container:before {
    content: "";
    position: absolute;
    background: #d2d2d7;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

@media only screen and (min-width: 1024px) {
    .locations__container:before {
        top: 0;
        right: 0;
        left: auto;
        width: 3px;
        height: 100%;
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .locations__container:before {
        right: 2vw;
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .locations__container {
        padding: 0 12vw 0 8vw;
    }
}

.locations__container.locations__container--discover {
    padding-top: 0;
}

@media only screen and (min-width: 1024px) {
    .locations__container.locations__container--discover {
        padding: 0 8vw;
    }
}

.locations__container.locations__container--discover:before {
    display: none;
}

.locations__container.locations__container--discover .locations__wrapper {
    padding-bottom: 8vw;
}

@media only screen and (min-width: 1024px) {
    .locations__container.locations__container--discover .locations__wrapper {
        padding-bottom: 4vw;
    }
}

.locations__container.locations__container--discover .locations__title {
    font-size: 20px;
    font-size: 1.33333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding-bottom: 1.6vw;
    text-transform: inherit;
}

@media (max-width: 1500px) {
    .locations__container.locations__container--discover .locations__title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .locations__container.locations__container--discover .locations__title {
        font-size: 29px;
        font-size: 1.93333vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.01em;
        line-height: 1em;
        font-style: italic;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .locations__container.locations__container--discover .locations__title {
        font-size: 29px;
    }
}

@media only screen and (max-width: 1023px) {
    .locations__container.locations__container--discover .locations__title {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .locations__container.locations__container--discover .locations__single svg {
        height: 8vw;
    }
}

.locations__title {
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 1.6vw;
}

@media (max-width: 1500px) {
    .locations__title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1023px) {
    .locations__title {
        display: none;
    }


}

.locations__copy {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding-bottom: 1.6vw;
}

@media (max-width: 1500px) {
    .locations__copy {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .locations__copy {
        font-size: 24px;
        font-size: 1.6vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .locations__copy {
        font-size: 24px;
    }
}

.locations__link {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1em;
}

@media (max-width: 1500px) {
    .locations__link {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .locations__link {
        font-size: 24px;
        font-size: 1.6vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 0.01em;
        line-height: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .locations__link {
        font-size: 24px;
    }
}

.locations__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.locations__single {
    font-size: 16px;
    font-size: 1.06667vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    padding: 0 4vw;
    text-align: center;
}

@media (max-width: 1500px) {
    .locations__single {
        font-size: 16px;
    }
}

.locations__single:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

@media only screen and (min-width: 1024px) {
    .locations__single:before {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .locations__wrapper {
        display: block;
    }
}


.is-ie .locations__single:last-child svg {
    width: 2.5vw;
}

@media only screen and (min-width: 1024px) {
    .locations__single {
        padding: 0 1vw;
    }

    .locations__single:first-of-type {
        padding-left: 0;
    }

    .locations__single:last-of-type {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .locations__single {
        font-size: 19px;
        font-size: 1.26667vw;
        font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.1em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .locations__single {
        font-size: 19px;
    }
}

.locations__single.locations__single--quicklink {
    padding: 0;
}

@media only screen and (min-width: 1024px) {
    .locations__single.locations__single--quicklink:nth-of-type(1) {
        margin: 1.3em 0 1em;
    }
}

.locations__single svg {
    height: 14vw;
    padding-bottom: 1.6vw;
}

.locations__single svg use {
    stroke: black;
    fill: none;
    background: 0 0;
    stroke-width: 3px;
}

.locations__single svg.svg-logo use {
    stroke: none;
    fill: black;
    background: 0 0;
    stroke-width: 3px;
}

.locations__single svg.svg-logo {
    height: 20vw;
}



@media only screen and (min-width: 1024px) {

    footer .locations__single svg {
        height: 5.6vw !important;
        padding-bottom: 0.8vw;
    }

    .is-ie .locations__single svg {
        width: 5vw;
    }

    .locations__single svg.svg-logo {
        height: 10vw;
    }
}

.locations__address {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 4vw;
}

@media only screen and (min-width: 1024px) {
    .locations__address {
        margin-bottom: 0.8vw;
    }
}

.location__img {
    margin-bottom: 0.5em;
}

.location__img.intrinsic.bordered:not(.intrinsic--split):after {
    box-shadow: inset 0 0 0 2vw #9ad18b;
}

@media only screen and (min-width: 1024px) {
    .location__img.intrinsic.bordered:not(.intrinsic--split):after {
        box-shadow: inset 0 0 0 1.2vw #9ad18b;
    }
}

.video-modal {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-modal__cta {
    position: absolute;
    top: calc(50% - 65px / 2);
    left: calc(50% - 65px / 2);
    z-index: 101;
}

.video-modal__icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #FF5E5B;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .video-modal__icon {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: 0.5s opacity cubic-bezier(0.645, 0.045, 0.355, 1),
            0.5s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 0.5s opacity cubic-bezier(0.645, 0.045, 0.355, 1),
            0.5s transform cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 0.5s opacity cubic-bezier(0.645, 0.045, 0.355, 1),
            0.5s transform cubic-bezier(0.645, 0.045, 0.355, 1),
            0.5s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-delay: 0s;
    }
}

.video-modal__icon svg {
    width: 18px;
    height: 24px;
    margin-left: 2px;
}

.video-modal__caption {
    position: absolute;
    top: calc(100% + 1em);
    left: calc(50% - 220px / 2);
    width: 220px;
    font-size: 23px;
    font-size: 1.53333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #fff;
    text-align: center;
}

@media (max-width: 1500px) {
    .video-modal__caption {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1024px) {
    .video-modal__caption {
        left: calc(50% - 14vw / 2);
        width: 14vw;
        opacity: 0;
        transition: 0.5s opacity cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-delay: 0s;
    }
}

.video-modal__container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.8s;
}

.video-modal__container.is-open {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s opacity cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-modal__container.is-open.is-loaded .video-modal__cover-wrapper {
    opacity: 0;
    transition-delay: 0.8s;
}

.video-modal__container.is-open .video-modal__cover-wrapper {
    opacity: 1;
}

.video-modal__container.is-open .video-modal__close {
    opacity: 1;
    transition-delay: 0.4s;
}

.video-modal__close {
    text-transform: uppercase;
    position: absolute;
    top: 2.8vw;
    right: 4vw;
    opacity: 0;
    transition: 0.4s opacity ease;
    transition-delay: 0s;
}

.video-modal__close-label {
    font-size: 17px;
    font-size: 1.13333vw;
    font-family: "Replica Std", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1em;
    cursor: pointer;
    color: #231f20;
}

@media (max-width: 1500px) {
    .video-modal__close-label {
        font-size: 17px;
    }
}

.video-modal__cover-wrapper {
    width: 84vw;
    position: absolute;
    left: 50%;
    transition: 0.6s opacity ease;
}

@media only screen and (min-width: 1600px) {
    .video-modal__cover-wrapper {
        width: 76vw;
    }
}

.video-modal__cover {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.video-modal__video {
    width: 84vw;
    margin: 0 auto;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity ease;
    color: #f9a04e;
    transition-delay: 0s;
}

.video-modal__video.is-visible {
    opacity: 1;
    transition: 1s opacity cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 1s;
}

@media only screen and (min-width: 1600px) {
    .video-modal__video {
        width: 76vw;
    }
}

.animation-slides {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    visibility: hidden;
    pointer-events: none;
}

.animation-slides.animation-slides--video-modal {
    position: absolute;
    display: block;
    visibility: visible;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .animation-slides.animation-slides--video-modal {
        position: fixed;
        height: 100vh;
        width: 100vw;
    }
}

.animation-slides.animation-slides--video-modal .animation-slides__top {
    background-color: #cca69a;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.animation-slides.animation-slides--video-modal .animation-slides__top .video-modal__cover-wrapper {
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.animation-slides.animation-slides--video-modal .animation-slides__bottom {
    background-color: #fce373;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.animation-slides.animation-slides--video-modal .animation-slides__bottom .video-modal__cover-wrapper {
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.animation-slides.animation-slides--video-modal .animation-slides__bottom,
.animation-slides.animation-slides--video-modal .animation-slides__top {
    overflow: hidden;
    height: 50%;
    max-height: inherit;
    min-height: inherit;
}

.animation-slides.animation-slides--video-modal.animate-out .animation-slides__bottom,
.animation-slides.animation-slides--video-modal.animate-out .animation-slides__top {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.animation-slides.animate-out {
    visibility: visible;
}

.animation-slides__bottom,
.animation-slides__top {
    position: relative;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.8s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.8s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.8s transform cubic-bezier(0.785, 0.135, 0.15, 0.86),
        0.8s -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.animate-out .animation-slides__bottom,
.animate-out .animation-slides__top {
    -webkit-transform: none;
    transform: none;
}

.animation-slides__top {
    height: 35vw;
    max-height: 50vh;
    -webkit-transform-origin: right;
    transform-origin: right;
    background-color: red;
}

.animation-slides__bottom {
    height: calc(100vh - 35vw);
    min-height: 50vh;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #00f;
}

.native-video {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.native-video__asset {
    display: block;
    opacity: 0;
    width: 100%;
    height: auto;
}