.MenuBar_fakeBar__3BIVJ {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #f56905;
    opacity: 0
}

.MenuBar_navIsOpen__9dHTn .MenuBar_fakeBar__3BIVJ {
    opacity: 1
}

.MenuBar_fakeBar__3BIVJ:after,
.MenuBar_fakeBar__3BIVJ:before {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    z-index: 2;
    width: 2px;
    height: 100%;
    background-color: #fff;
    opacity: 0
}

.MenuBar_navIsOpen__9dHTn .MenuBar_fakeBar__3BIVJ:after,
.MenuBar_navIsOpen__9dHTn .MenuBar_fakeBar__3BIVJ:before {
    opacity: 1
}

.MenuBar_fakeBar__3BIVJ:after {
    left: auto;
    right: -1px
}

.MenuBar_container__JKOxQ {
    z-index: 22;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    top: 0;
    left: 4vw;
    width: 92vw;
    height: 4px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .MenuBar_container__JKOxQ.MenuBar_isLoading__2YBuh {
        top: auto;
        bottom: 40vh;
        bottom: calc(var(--vh-without-browserbar, 1vh)*40)
    }
}

@media only screen and (min-width:1025px) {
    .MenuBar_container__JKOxQ {
        left: 2.66667vw;
        bottom: auto;
        width: 94.66667vw
    }
}

.MenuBar_container__JKOxQ.MenuBar_sideBarOpen__zDaZ9 {
    opacity: 0
}

.MenuBar_container__JKOxQ:after,
.MenuBar_container__JKOxQ:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
    width: 2px;
    height: 200%;
    background-color: #fff;
    opacity: 0
}

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

    .MenuBar_container__JKOxQ:after,
    .MenuBar_container__JKOxQ:before {
        display: block
    }
}

.MenuBar_navIsOpen__9dHTn .MenuBar_container__JKOxQ:after,
.MenuBar_navIsOpen__9dHTn .MenuBar_container__JKOxQ:before {
    opacity: 1
}

.MenuBar_container__JKOxQ:after {
    right: calc(25% - 2px)
}

.MenuBar_container__JKOxQ:before {
    left: calc(25% - 2px)
}

.MenuBar_section__2wMpL {
    position: relative;
    width: auto;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 100%;
    margin-left: 2px;
    background-color: hsla(0, 0%, 80.4%, .6);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media only screen and (max-width:1024px) {
    .MenuBar_navIsOpen__9dHTn .MenuBar_section__2wMpL {
        opacity: 0
    }

    .MenuBar_isLoading__2YBuh .MenuBar_section__2wMpL.MenuBar_isActive__1QwLZ {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: 0;
        opacity: 1
    }
}

.MenuBar_section__2wMpL.MenuBar_hasFocus__1ZZlc,
.MenuBar_section__2wMpL.MenuBar_hasHover__1rYO3 {
    background-color: #676767
}

.MenuBar_section__2wMpL.MenuBar_first__3UMVU {
    margin-left: 0
}

.MenuBar_sectionIndicator__3hBAi {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #f56905
}

.MenuBar_last__XVCPb .MenuBar_sectionIndicator__3hBAi {
    -webkit-transform-origin: left;
    transform-origin: left
}

.MenuBar_first__3UMVU .MenuBar_sectionIndicator__3hBAi {
    -webkit-transform-origin: right;
    transform-origin: right
}

.MenuButtonClip_svg__1d0Mk {
    position: absolute;
    top: -100vh;
    left: -100vw;
    pointer-events: none
}

.Menu_image__21e9j {
    height: 50vh;
    z-index: 14;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity .2s cubic-bezier(.16, 1, .3, 1) 0s, -webkit-transform .2s cubic-bezier(.16, 1, .3, 1) .4s;
    transition: opacity .2s cubic-bezier(.16, 1, .3, 1) 0s, -webkit-transform .2s cubic-bezier(.16, 1, .3, 1) .4s;
    transition: opacity .2s cubic-bezier(.16, 1, .3, 1) 0s, transform .2s cubic-bezier(.16, 1, .3, 1) .4s;
    transition: opacity .2s cubic-bezier(.16, 1, .3, 1) 0s, transform .2s cubic-bezier(.16, 1, .3, 1) .4s, -webkit-transform .2s cubic-bezier(.16, 1, .3, 1) .4s
}

@media only screen and (max-width:1024px) {
    .Menu_image__21e9j {
        height: calc(var(--vh-without-browserbar, 1vh)*50)
    }
}

.Menu_image__21e9j.Menu_isVisible__363J2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s .15s, -webkit-transform .4s .15s;
    transition: opacity .3s .15s, -webkit-transform .4s .15s;
    transition: opacity .3s .15s, transform .4s .15s;
    transition: opacity .3s .15s, transform .4s .15s, -webkit-transform .4s .15s
}

.Menu_nav__2WYZl {
    z-index: 18;
    position: fixed;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1000;
}

@media only screen and (min-width:1025px) {
    .Menu_nav__2WYZl {
        top: 0;
        bottom: auto;
        pointer-events: auto;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
        transition: transform .5s cubic-bezier(.16, 1, .3, 1);
        transition: transform .5s cubic-bezier(.16, 1, .3, 1), -webkit-transform .5s cubic-bezier(.16, 1, .3, 1)
    }
}

.Menu_nav__2WYZl.Menu_isHidden__38A_G {
    display: none
}

.Menu_nav__2WYZl.Menu_isOpen__22zBN {
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.Menu_navContent__3MOcQ {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0 4vw;
    background-color: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), -webkit-transform .5s cubic-bezier(.16, 1, .3, 1)
}

.Menu_isOpen__22zBN .Menu_navContent__3MOcQ {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media only screen and (max-width:1024px) {
    .Menu_navContent__3MOcQ {
        height: 50vh;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {
    .Menu_navContent__3MOcQ {
        height: calc(var(--vh-without-browserbar, 1vh)*50)
    }
}

@media only screen and (max-width:1024px) {
    .Menu_isLoading__2e7xJ .Menu_navContent__3MOcQ {
        height: 40vh
    }
}

@media only screen and (max-width:1024px) and (max-width:1024px) {
    .Menu_isLoading__2e7xJ .Menu_navContent__3MOcQ {
        height: calc(var(--vh-without-browserbar, 1vh)*40)
    }
}

@media only screen and (min-width:1025px) {
    .Menu_navContent__3MOcQ {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        padding: 0 2.66667vw
    }
}

.Menu_navList__3eeOF {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 80%;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .Menu_navList__3eeOF {
        height: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
        -webkit-flex-direction: unset;
        flex-direction: unset
    }

    .Menu_navListItem__1pfZ7 {
        -webkit-flex: 1 1;
        flex: 1 1
    }
}

@media only screen and (min-width:1025px) {
    .Menu_navListItem__1pfZ7:last-of-type {
        padding-right: unset
    }
}

.Menu_nextText__Q6P3q {
    font-size: 13px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -.06em;
    color: #f56905
}

@media only screen and (min-width:1025px) {
    .Menu_nextText__Q6P3q {
        font-size: 18px;
        font-size: 1.2vw;
        font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.1em
    }
}

@media only screen and (min-width:1025px) and (max-width:1125px) {
    .Menu_nextText__Q6P3q {
        font-size: 13.5px
    }
}

@media only screen and (min-width:1025px) and (min-width:1500px) {
    .Menu_nextText__Q6P3q {
        font-size: 18px
    }
}

.Menu_pageLink__2u2JE {
    font-size: 11px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -.05em;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 4vw 0
}

@media only screen and (min-width:1025px) {
    .Menu_pageLink__2u2JE {
        font-size: 20px;
        font-size: 1.33333vw;
        font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.1em
    }
}

@media only screen and (min-width:1025px) and (max-width:1125px) {
    .Menu_pageLink__2u2JE {
        font-size: 15px
    }
}

@media only screen and (min-width:1025px) and (min-width:1500px) {
    .Menu_pageLink__2u2JE {
        font-size: 20px
    }
}

@media only screen and (min-width:1025px) {
    .Menu_pageLink__2u2JE {
        text-align: left;
        padding: 2em 0
    }
}

@media only screen and (max-width:1024px) {
    .Menu_pageLink__2u2JE {
        font-size: 17px;
        line-height: 1.2em;
        padding: 2vw 0
    }

    .Menu_isLoading__2e7xJ .Menu_pageLink__2u2JE {
        font-size: 25px;
        font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.09em;
        letter-spacing: -.03em
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) {
    .Menu_isLoading__2e7xJ .Menu_pageLink__2u2JE {
        font-size: 40px;
        font-size: 2.66667vw;
        font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.1em
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) and (max-width:1125px) {
    .Menu_isLoading__2e7xJ .Menu_pageLink__2u2JE {
        font-size: 30px
    }
}

@media only screen and (max-width:1024px) and (min-width:1025px) and (min-width:1500px) {
    .Menu_isLoading__2e7xJ .Menu_pageLink__2u2JE {
        font-size: 40px
    }
}

@media only screen and (max-width:399px) {
    .Menu_pageLink__2u2JE {
        font-size: 13px;
        line-height: 1.3em;
        padding: 4vw 0
    }
}

.Menu_pageLink__2u2JE.Menu_active__12mF3 .Menu_pageType__2IIWd {
    color: #f56905
}

.Menu_pageLink__2u2JE.Menu_active__12mF3 .Menu_pageName__RMzm8 {
    color: #191919
}

.Menu_pageType__2IIWd {
    color: #191919;
    -webkit-transition: color .2s cubic-bezier(.455, .03, .515, .955);
    transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

.Menu_pageName__RMzm8 {
    color: #676767
}

.Menu_buttonContainer__1TfW_ {
    position: absolute;
    bottom: 4vw;
    left: 4vw
}

@media only screen and (max-width:1024px) {
    .Menu_buttonContainer__1TfW_ {
        height: 50px;
        width: 50px
    }
}

@media only screen and (min-width:1025px) {
    .Menu_buttonContainer__1TfW_ {
        left: 45%;
        bottom: -33px;
    }
}

.Menu_button__2YNhh {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    pointer-events: all
}

@media only screen and (max-width:1024px) {
    .Menu_isOpen__22zBN .Menu_button__2YNhh:after {
        opacity: 1
    }
}

@media only screen and (min-width:1025px) {
    .Menu_button__2YNhh {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        height: 34px;
        width: 168px;
        margin-left: 50%;
        box-shadow: none;
        -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .05));
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .05));
        border-radius: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.Menu_button__2YNhh:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1vw;
    height: 1vw;
    max-width: 5px;
    max-height: 5px;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    opacity: 0
}

.Menu_buttonInner__3QRMy {
    line-height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    color: transparent;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s
}

.Menu_buttonInner__3QRMy:after,
.Menu_buttonInner__3QRMy:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 3px));
    transform: translate(-50%, calc(-50% - 3px));
    background: #252920;
    -webkit-transition: background .3s cubic-bezier(.16, 1, .3, 1), -webkit-transform .3s cubic-bezier(.16, 1, .3, 1);
    transition: background .3s cubic-bezier(.16, 1, .3, 1), -webkit-transform .3s cubic-bezier(.16, 1, .3, 1);
    transition: background .3s cubic-bezier(.16, 1, .3, 1), transform .3s cubic-bezier(.16, 1, .3, 1);
    transition: background .3s cubic-bezier(.16, 1, .3, 1), transform .3s cubic-bezier(.16, 1, .3, 1), -webkit-transform .3s cubic-bezier(.16, 1, .3, 1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.Menu_buttonInner__3QRMy:after {
    -webkit-transform: translate(-50%, calc(-50% + 3px));
    transform: translate(-50%, calc(-50% + 3px))
}

@media only screen and (max-width:1024px) {
    .Menu_buttonInner__3QRMy {
        border: 1px solid #f0f0f0
    }

    .Menu_isOpen__22zBN .Menu_buttonInner__3QRMy:after,
    .Menu_isOpen__22zBN .Menu_buttonInner__3QRMy:before {
        background: #f56905
    }

    .Menu_isOpen__22zBN .Menu_buttonInner__3QRMy:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .Menu_isOpen__22zBN .Menu_buttonInner__3QRMy:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }
}

@media only screen and (min-width:1025px) {
    .Menu_buttonInner__3QRMy {
        position: unset;
        height: 34px;
        -webkit-clip-path: url(#menuButtonClip);
        clip-path: url(#menuButtonClip);
        border-radius: 0
    }

    .Menu_buttonInner__3QRMy:before {
        -webkit-transform: translate(-50%, calc(-50% - 4px));
        transform: translate(-50%, calc(-50% - 4px))
    }

    .Menu_buttonInner__3QRMy:after {
        -webkit-transform: translate(-50%, calc(-50% + 2px));
        transform: translate(-50%, calc(-50% + 2px))
    }
}

.Menu_backdrop__35VEg {
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 4vw solid #fff;
    border-bottom: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -4vw, 0) scaleX(1.088);
    transform: translate3d(0, -4vw, 0) scaleX(1.088);
    -webkit-transition: visibility .5s .5s, -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: visibility .5s .5s, -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), visibility .5s .5s;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), visibility .5s .5s, -webkit-transform .5s cubic-bezier(.16, 1, .3, 1)
}

.Menu_backdrop__35VEg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.Menu_isLoading__2e7xJ .Menu_backdrop__35VEg:after {
    background-color: rgba(0, 0, 0, .2)
}

@media only screen and (min-width:1025px) {
    .Menu_backdrop__35VEg {
        border: 0;
        border-top: 0;
        -webkit-transform: translate3d(0, 1.33333vw, 0) scaleX(1.02933);
        transform: translate3d(0, 1.33333vw, 0) scaleX(1.02933)
    }

    .Menu_backdrop__35VEg:after {
        background-color: rgba(0, 0, 0, .2)
    }
}

.Menu_backdrop__35VEg.Menu_isActive__7nETY {
    pointer-events: all;
    visibility: visible;
    -webkit-transform: translateZ(0) scaleX(1);
    transform: translateZ(0) scaleX(1);
    -webkit-transition: visibility .5s, -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: visibility .5s, -webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), visibility .5s;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), visibility .5s, -webkit-transform .5s cubic-bezier(.16, 1, .3, 1)
}

.Menu_backdrop__35VEg.Menu_isActive__7nETY:after {
    opacity: 1;
    -webkit-transition: opacity .5s cubic-bezier(.16, 1, .3, 1);
    transition: opacity .5s cubic-bezier(.16, 1, .3, 1)
}

@media only screen and (min-width:1025px) {
    .Menu_backdrop__35VEg.Menu_isActive__7nETY {
        -webkit-transform: translateZ(0) scaleX(1);
        transform: translateZ(0) scaleX(1)
    }
}

@font-face {
    font-family: HelveticaNowText;
    font-weight: 400;
    font-style: bold;
    font-display: swap
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    /* margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

:root {
    --loading-background-color: #191919;
    --vh: 1vh;
    --vh-without-browserbar: 1vh
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    overflow-x: hidden
}

body,
html {
    height: auto;
    -webkit-scroll-chaining: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    width: 100%
}

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

a {
    text-decoration: none
}

button,
label {
    cursor: pointer
}

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

input {
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    /* outline: none */
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none
}

.js-focus-visible .focus-visible {
    outline: 1px dotted #e00b25
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(#191919, 0);
    white-space: nowrap;
    border: 0
}

html {
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -.03em;
    color: #191919
}

@media only screen and (min-width:1025px) {
    html {
        font-size: 18px;
        font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
        font-weight: 400
    }
}

#econda-pp2-banner {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 2rem;
    background: rgba(0, 0, 0, .6);
    color: #191919 !important;
    opacity: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#econda-pp2-banner .econda-pp2-banner-content {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important
}

#econda-pp2-banner .econda-pp2-banner-content a,
#econda-pp2-banner .econda-pp2-banner-content a:visited {
    color: #191919
}

#econda-pp2-banner .econda-pp2-banner-modal-content {
    position: absolute;
    bottom: 2.66667vw;
    right: 2.66667vw;
    width: calc(100% - 4rem);
    height: auto;
    padding: 3rem 2rem;
    background: #f0f0f0;
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important;
    line-height: 1.5;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 8.5%, 95% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 8.5%, 95% 0);
    border-radius: 3px
}

@media (min-width:768px) {
    #econda-pp2-banner .econda-pp2-banner-modal-content {
        max-width: 450px;
        padding: 2rem
    }
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-accept-all-cookies {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 200px;
    height: 40px;
    margin: 0 !important;
    padding: 0 1.5rem;
    color: #fff;
    background: #191919;
    border: 1px solid #191919;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    box-shadow: .78522px .78522px 3.14087px rgba(0, 0, 0, .28);
    border-radius: 3px
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-accept-all-cookies:hover {
    background: #fff;
    color: #191919
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-accept-all-cookies .econda-pp2-banner-accept-all-cookies-text {
    letter-spacing: 1px
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-left,
#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-privacy-protection-text-data-wrapper {
    display: none
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-modal-footer {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-right {
    float: none;
    -webkit-flex: auto;
    flex: auto;
    width: 100%
}

#econda-pp2-banner .econda-pp2-banner-modal-content .econda-pp2-banner-footer {
    display: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#econda-pp2-banner-modal {
    background-color: rgba(0, 0, 0, .6);
    height: 100vh;
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#econda-pp2-banner-modal .econda-pp2-banner-body {
    color: #191919;
    text-align: left;
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important
}

#econda-pp2-banner-modal .econda-pp2-banner-body a,
#econda-pp2-banner-modal .econda-pp2-banner-body a:visited {
    color: #191919
}

#econda-pp2-banner-modal .econda-pp2-banner-modal-content {
    background: #f0f0f0;
    padding: 2rem;
    position: fixed;
    max-width: 92vw;
    width: 450px;
    bottom: 4vw;
    right: 4vw;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 8.5%, 95% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 8.5%, 95% 0);
    border-radius: 3px
}

#econda-pp2-banner-modal .econda-pp2-banner-footer,
#econda-pp2-banner-modal .econda-pp2-channel-link-wrapper {
    display: none
}

#econda-pp2-banner-modal .econda-pp2-banner-accept-all-cookies {
    width: auto;
    border-radius: 0;
    width: 100%;
    margin: 15px auto 0 !important;
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
    border-radius: 3px;
    box-shadow: .78522px .78522px 3.14087px rgba(0, 0, 0, .28);
    font-size: 16px
}

#econda-pp2-banner-modal .econda-pp2-banner-accept-all-cookies .econda-pp2-banner-accept-all-cookies-text {
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em
}

.econda-pp2-further-details-modal .econda-pp2-channel-pp-link,
.econda-pp2-further-details-modal .econda-pp2-further-details-econda-logo,
.econda-pp2-further-details-modal .econda-pp2-further-details-privacy-statement-link {
    display: none
}

.econda-pp2-further-details-modal .econda-pp2-further-details-details,
.econda-pp2-further-details-modal .econda-pp2-further-details-modal-title,
.econda-pp2-further-details-modal .econda-privacy-protection-label span {
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em
}

.econda-pp2-further-details-modal .econda-pp2-further-details-details li,
.econda-pp2-further-details-modal .econda-pp2-further-details-details p,
.econda-pp2-further-details-modal .econda-privacy-protection-label span {
    font-size: 15px;
    letter-spacing: -.06em;
    line-height: 23px
}

.econda-pp2-further-details-settings .econda-pp2-further-details-setting-activated .econda-pp2-further-details-setting-body {
    font-weight: 500 !important
}

.econda-pp2-further-details-modal .econda-pp2-further-details-accept-all-cookies {
    border-radius: 0;
    height: 40px;
    margin: 15px 0 2rem;
    width: auto;
    min-width: 200px;
    box-shadow: .78522px .78522px 3.14087px rgba(0, 0, 0, .28);
    border-radius: 3px
}

.econda-pp2-further-details-modal .econda-pp2-further-details-accept-all-cookies .econda-pp2-further-details-accept-text {
    letter-spacing: 1px !important
}

.econda-pp2-further-details-modal-title {
    font-weight: 400 !important;
    font-size: 25px !important;
    margin-left: 0 !important;
    margin-top: 25px
}

.econda-pp2-banner-make-button-green-class,
.econda-pp2-channel-make-button-green-class,
.econda-pp2-further-details-make-button-green-class {
    -webkit-animation-name: change-background-color !important;
    animation-name: change-background-color !important
}

@-webkit-keyframes change-background-color {
    to {
        background-color: #191919 !important
    }
}

@keyframes change-background-color {
    to {
        background-color: #191919 !important
    }
}

#econda-pp2-channel-modal-inner .econda-pp2-channel-header-title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.06em;
    padding: 8vw 8vw 4vw
}

.econda-pp2-channel-back-wrapper {
    display: none
}

.econda-pp2-further-details-details {
    background-color: unset !important;
    overflow-y: unset !important;
    width: 100% !important;
    padding: 24px 10px 30px 30px !important;
    margin-left: 0 !important;
    box-sizing: border-box
}

.econda-pp2-details-modal-content-inner hr,
.econda-pp2-further-details-details hr {
    margin: 40px 0
}

.econda-pp2-further-details-settings {
    width: 100% !important;
    box-sizing: border-box
}

.econda-pp2-further-details-setting-body {
    color: #191919 !important
}

.econda-pp2-further-details-modal-body {
    overflow-y: auto !important;
    display: block !important
}

.econda-pp2-further-details-modal-footer {
    display: block !important;
    padding-right: 0 !important
}

.econda-pp2-further-details-modal-content {
    padding-right: 2rem;
    padding-left: 2rem !important;
    margin-bottom: 2.66667vw;
    margin-right: 2.66667vw
}

.econda-pp2-further-details-modal {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
}

#econda-pp2-channel-modal-inner .econda-pp2-channel-next,
#econda-pp2-channel-modal-inner .econda-pp2-details-back {
    fill: #191919
}

#econda-pp2-channel-modal-inner .econda-pp2-channel-pp-link {
    display: none
}

#econda-pp2-channel-modal-inner .econda-pp2-channel-accept-all-cookies {
    border-radius: 0;
    width: 80%;
    margin: 0 auto 2rem;
    height: 40px;
    border-radius: 3px;
    box-shadow: .78522px .78522px 3.14087px rgba(0, 0, 0, .28)
}

.econda-pp2-further-details-modal-content {
    width: 450px !important;
    background-color: #f0f0f0 !important;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3%, 95% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3%, 95% 0);
    border-radius: 3px
}

#econda-pp2-channel-modal-inner .econda-pp2-channel-accept-all-cookies .econda-pp2-channel-accept-all-cookies-text {
    font-size: 16px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important
}

#econda-pp2-channel-modal-inner .econda-privacy-protection-label span,
#econda-pp2-details-modal .econda-pp2-details-modal-content-inner li,
#econda-pp2-details-modal .econda-pp2-details-modal-content-inner p {
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important;
    color: #191919 !important
}

#econda-pp2-details-modal .econda-pp2-details-modal-content-inner h2 {
    font-size: 1.6rem
}

#econda-pp2-details-modal .econda-pp2-details-pp-link {
    display: none
}

#econda-pp2-details-modal .econda-pp2-details-back {
    fill: #191919
}

#econda-pp2-channel-modal,
#econda-pp2-details-modal {
    font-size: 15px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.econda-pp2-details-modal-content-inner {
    padding: 0 8vw !important
}

.econda-pp2-details-back-wrapper {
    -webkit-flex: 0 1 !important;
    flex: 0 1 !important;
    margin-left: 6.4vw
}

.econda-pp2-details-header-title {
    font-weight: 500 !important
}

.econda-pp2-channel-modal-content-inner {
    padding: 4vw 8vw !important
}

#econda-pp2-banner-check-icon {
    max-height: 28px
}

.econda-pp2-channel-modal-footer {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex: 0 0 auto !important;
    flex: 0 0 auto !important
}

.econda-pp2-channel-link-wrapper {
    height: 40px !important;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

#econda-pp2-further-details-accept-selected-text,
.econda-pp2-channel-link-wrapper .econda-pp2-channel-accept-selected-text {
    width: 80%;
    height: 40px;
    text-decoration: none;
    float: none;
    text-align: center;
    box-shadow: .78522px .78522px 3.14087px rgba(0, 0, 0, .28);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 16px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important;
    margin: 0 auto 10px;
    letter-spacing: 1px;
    border-radius: 3px
}

#econda-pp2-further-details-accept-selected-text {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 0;
    background-color: #fff
}

.econda-pp2-banner-accept-all-cookies-text#econda-pp2-banner-accept-all-cookies-text {
    font-size: 16px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.06em !important
}

.econda-pp2-further-details-accept-selected-link {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 15px;
    height: auto !important
}

.econda-pp2-further-details-accept-all-text {
    font-size: 18px;
    font-family: HelveticaNowText, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: -.06em !important
}

.econda-pp2-further-details-setting {
    background-color: unset !important
}

.button-show-cookie-settings {
    max-width: 250px
}