/* ========================================================================== */
/* # PreHOME   */
/* ========================================================================== */

.prehome {
    position: relative
}

.prehome__wrapper {
    position: relative
}

@media screen and (min-width: 1025px) {
    .prehome__wrapper {
        height: 100vh
    }
}

.prehome__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px;
    z-index: 13
}

.prehome__headerLogo {
    display: block;
    width: 194px;
    margin: 0 auto
}


@media screen and (min-width: 1025px) {
    .prehome__headerLogo {
        width: 230px
    }

    .prehome__headerLogo a {
        width: 230px
    }
}

.prehome__cover {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    height: 519px;
    overflow: hidden
}

.prehome__cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-black-40);
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .prehome__cover {
        height: 100%
    }
}

@media screen and (min-width: 1441px) {
    .prehome__cover {
        height: 100%
    }
}

.prehome__coverMedia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black-90);
    z-index: 1
}

.prehome__coverMedia img {
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.05);
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: top center
}

.prehome__coverMedia img[data-lazyloaded] {
    transform: translate(-50%, -50%) scale(1)
}

.prehome__coverContainer {
    position: relative;
    width: 100%;
    z-index: 3
}

@media screen and (min-width: 1025px) {
    .prehome__coverContainer {
        margin-top: -220px
    }
}

.prehome__coverTitle {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white);
    text-align: center
}

.prehome__coverTitle::before,
.prehome__coverTitle::after {
    content: '';
    display: block
}

.prehome__coverTitle::before {
    padding-top: 2px
}

.prehome__coverTitle::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .prehome__coverTitle {
        font-size: 40px;
        line-height: 48px
    }

    .prehome__coverTitle::before {
        padding-top: 4px
    }

    .prehome__coverTitle::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .prehome__coverTitle {
        font-size: 55px;
        line-height: 62px
    }

    .prehome__coverTitle::before {
        padding-top: 0px
    }

    .prehome__coverTitle::after {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .prehome__coverTitle {
        width: calc((((100vw - 390px) / 12) * 10) + 270px);
        margin-left: calc(((((100vw - 390px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .prehome__coverTitle {
        width: calc((((100vw - 550px) / 12) * 10) + 270px);
        margin-left: calc(((((100vw - 550px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .prehome__coverTitle {
        width: 1011.66666667px;
        margin-left: 104.166666667px
    }
}

@media screen and (min-width: 1025px) {
    .prehome__nav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--color-white);
        z-index: 2
    }
}

.prehome__navList {
    display: flex;
    flex-flow: column wrap;
    gap:1px;
    background:var(--color-border)
}
.prehome__navItem {
    background:var(--color-white)
}
@media screen and (min-width: 1025px) {
    .prehome__navList {
        display: flex;
        flex-flow: row wrap;
        gap:1px;
    }
}

@media screen and (max-width: 1024px) {
    .prehome__navItem {
        border-left: 5px solid var(--color-primary);
        border-bottom: 1px solid var(--color-border)
    }

    .prehome__navItem:last-child {
        border-bottom: 0
    }
}

@media screen and (min-width: 1025px) {
    .prehome__navItem {
        flex-grow: 1;
        flex-basis: 0;
        transition: all 0.25s ease-out;
        transition-duration: 200ms
    }

    /* .prehome__navItem {
        border-left: 1px solid var(--color-border);
    } */

    .prehome__navItem:hover {
        background-color: var(--color-primary)
    }

    .prehome__navItem:hover .prehome__navTitle {
        color: var(--color-white)
    }

    .prehome__navItem:hover .prehome__navLocation {
        opacity: 1
    }

    .prehome__navItem:hover .prehome__navLink [class^="icon_"]::before {
        color: var(--color-white)
    }

    .prehome__navItem:hover .prehome__navDate {
        color: var(--color-white-70)
    }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
    .prehome__navItem:hover .icon_arrow-right {
        transform: translateX(2px)
    }
}

.prehome__navLink {
    position: relative;
    display: block;
    height: 100%
}

.prehome__navLink [class^="icon_"] {
    display: block;
    color: var(--color-grey-2);
    font-size: 24px;
}

@media screen and (max-width: 1024px) {
    .prehome__navLink {
        padding: 15px 60px 25px 20px
    }

    .prehome__navLink .icon_arrow-right {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .prehome__navLink .icon_arrow-right-big {
        top: 28px
    }
}

@media screen and (min-width: 1025px) {
    .prehome__navLink {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        min-height: 200px;
        padding: 15px 30px 75px 30px
    }

    .prehome__navLink .icon_arrow-right {
        position: absolute;
        bottom: 30px;
        left: 30px;
        display: block;
        margin-top: 30px;
        transition: all 300ms ease-in-out
    }
}

@media screen and (min-width: 1441px) {
    .prehome__navLink {
        padding-bottom: 70px
    }
}

.prehome__navTitle {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    transition: all 0.25s ease-out
}

.prehome__navTitle::before,
.prehome__navTitle::after {
    content: '';
    display: block
}

.prehome__navTitle::before {
    padding-top: 1px
}

.prehome__navTitle::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .prehome__navTitle {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -.25px
    }

    .prehome__navTitle::before {
        padding-top: 2px
    }

    .prehome__navTitle::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .prehome__navTitle {
        font-size: 34px;
        line-height: 40px
    }

    .prehome__navTitle::before {
        padding-top: 2px
    }

    .prehome__navTitle::after {
        margin-bottom: -7px
    }
}

.prehome__navDate,
.prehome__navLocation {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.25s ease-out
}
.prehome__navLocation p {
    color:inherit;
}
.prehome__navDate::before,
.prehome__navDate::after,
.prehome__navLocation::before,
.prehome__navLocation::after {
    content: '';
    display: block
}

.prehome__navDate::before,
.prehome__navLocation::before {
    padding-top: 2px
}

.prehome__navDate::after,
.prehome__navLocation::after {
    margin-bottom: -7px
}

@media screen and (min-width: 1441px) {

    .prehome__navDate,
    .prehome__navLocation {
        font-size: 17px;
        line-height: 27px
    }

    .prehome__navDate::before,
    .prehome__navLocation::before {
        padding-top: 2px
    }

    .prehome__navDate::after,
    .prehome__navLocation::after {
        margin-bottom: -7px
    }
}

.prehome__navDate {
    margin-top: 10px;
    color: var(--color-grey-darker)
}

.prehome__navLocation {
    margin-top: 5px;
    color: var(--color-grey-1)
}

@media screen and (min-width: 1025px) {
    .prehome__navLocation {
        opacity: 0;
        color: var(--color-white-50)
    }
}

.prehome__banner {
    padding: 30px 0 40px;
    text-align: center;
    background-color: var(--color-background-grey);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border)
}

@media screen and (min-width: 600px) {
    .prehome__banner {
        padding: 35px 0 45px
    }
}

@media screen and (min-width: 1025px) {
    .prehome__banner {
        padding: 40px 0 50px
    }
}

.prehome__banner:last-child {
    border-bottom: none
}

.prehome__bannerTitle {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.prehome__bannerTitle::before,
.prehome__bannerTitle::after {
    content: '';
    display: block
}

.prehome__bannerTitle::before {
    padding-top: 1px
}

.prehome__bannerTitle::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .prehome__bannerTitle {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -.25px
    }

    .prehome__bannerTitle::before {
        padding-top: 2px
    }

    .prehome__bannerTitle::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .prehome__bannerTitle {
        font-size: 34px;
        line-height: 40px
    }

    .prehome__bannerTitle::before {
        padding-top: 2px
    }

    .prehome__bannerTitle::after {
        margin-bottom: -7px
    }
}

.prehome__bannerCTA {
    display: inline-flex;
    margin-top: 25px
}

@media screen and (min-width: 600px) {
    .prehome__bannerCTA {
        margin-top: 30px
    }
}

@media screen and (min-width: 1025px) {
    .prehome__bannerCTA {
        margin-top: 40px
    }
}




/* ========================================================================== */
/* # Page Legals   */
/* ========================================================================== */




.page__left {
    width: 100%;
    margin-bottom: 35px;
    padding-top: 20px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .page__left {
        margin-bottom: 55px;
        padding-top: 40px
    }
}

@media screen and (min-width: 1025px) {
    .page__left {
        width: calc((((100vw - 390px) / 12) * 3) + 60px);
        margin-right: 30px;
        margin-bottom: 0;
        padding-top: 50px
    }
}

@media screen and (min-width: 1280px) {
    .page__left {
        width: calc((((100vw - 550px) / 12) * 3) + 60px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .page__left {
        width: 282.5px;
        margin-right: 30px
    }
}

.page__right {
    width: 100%
}

@media screen and (min-width: 1025px) {
    .page__right {
        width: calc((((100vw - 390px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 390px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1280px) {
    .page__right {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .page__right {
        width: 803.333333333px;
        margin-left: 104.166666667px
    }
}

.page__section {
    padding-top: 50px
}

@media screen and (max-width: 1024px) {
    .page__section:first-child {
        padding-top: 0
    }
}


.page__subtitle {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 25px;
    color: var(--color-primary)
}

.page__subtitle::before,
.page__subtitle::after {
    content: '';
    display: block
}

.page__subtitle::before {
    padding-top: 1px
}

.page__subtitle::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .page__subtitle {
        font-size: 35px;
        line-height: 40px
    }

    .page__subtitle::before {
        padding-top: 2px
    }

    .page__subtitle::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .page__subtitle {
        font-size: 38px;
        line-height: 45px
    }

    .page__subtitle::before {
        padding-top: 3px
    }

    .page__subtitle::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1441px) {
    .page__subtitle {
        font-size: 42px;
        line-height: 55px
    }

    .page__subtitle::before {
        padding-top: 2px
    }

    .page__subtitle::after {
        margin-bottom: -12px
    }
}

@media screen and (min-width: 600px) {
    .page__subtitle {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 1025px) {
    .page__nav {
        position: sticky;
        position: -webkit-sticky;
        top: 30px;
        transition: all 0.35s ease
    }

    .page__nav.is-pushed {
        top: 120px
    }
}

@media screen and (min-width: 1441px) {
    .page__nav.is-pushed {
        top: 130px
    }
}

.page__navItem {
    border-bottom: 1px solid var(--color-border)
}

.page__navItem:first-child {
    border-top: 1px solid var(--color-border)
}

.page__navLink {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 15px 0px 17px;
    transition: all 0.25s ease-out
}

.page__navLink:hover,
.page__navLink.is-active {
    color: var(--color-primary)
}

.page--global .page__right {
    width: 100%;
    padding-top: 30px
}

@media screen and (min-width: 600px) {
    .page--global .page__right {
        padding-top: 40px
    }
}

@media screen and (min-width: 1025px) {
    .page--global .page__right {
        width: calc((((100vw - 390px) / 12) * 10) + 270px);
        margin-left: calc(((((100vw - 390px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1280px) {
    .page--global .page__right {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px);
        padding-top: 90px
    }
}

@media screen and (min-width: 1441px) {
    .page--global .page__right {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
}

.modal {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: var(--color-black-60);
    z-index: 250;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .modal {
        padding: 0 30px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .modal {
        padding: 0 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .modal {
        padding: 0 110px
    }
}

@media screen and (min-width: 1441px) {
    .modal {
        padding: 0 110px
    }
}

.modal__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px
}

.modal__close .icon {
    display: block
}

.modal__close .icon {
    fill: var(--color-white)
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .modal__close {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .modal__close {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .modal__close {
        top: 110px;
        right: 110px
    }
}

@media screen and (min-width: 1441px) {
    .modal__close {
        top: 110px;
        right: 110px
    }
}

.modal__wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-bottom: 56.25%
}

.modal__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.is-modal-open .modal {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}



/* ========================================================================== */
/* # HERO BLOCK   */
/* ========================================================================== */


.heroBlock {
    position: relative;
    width: 100%;
    background-color: var(--color-background-primary)
}

@media screen and (max-width: 599px) {
    .heroBlock {
        display: flex;
        flex-flow: column-reverse wrap
    }
}

@media screen and (min-width: 600px) {
    .heroBlock {
        height: calc(90vh - 90px)
    }
}

@media screen and (min-width: 1441px) {
    .heroBlock {
        height: calc(95vh - 100px)
    }
}

.heroBlock__left {
    position: relative;
    width: 100%;
    z-index: 2
}

@media screen and (min-width: 600px) {
    .heroBlock__left {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        height: 100%
    }
}

.heroBlock__right {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 1
}

@media screen and (min-width: 600px) {
    .heroBlock__right {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%
    }
}

.heroBlock__media {
    width: 100%;
    height: 100%
}

.heroBlock__media img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1
}

.heroBlock__media img[data-lazyloaded] {
    transform: translate(-50%, -50%) scale(1)
}

img[data-lazyloaded] {
    min-width: 1px;
    min-height: 1px
}

.heroBlock__content {
    position: relative
}

@media screen and (max-width: 599px) {
    .heroBlock__content {
        padding: 25px 0 40px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .heroBlock__content {
        width: calc((((100vw - 280px) / 12) * 6) + 100px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .heroBlock__content {
        width: calc((((100vw - 390px) / 12) * 6) + 150px)
    }
}

@media screen and (min-width: 1025px) {
    .heroBlock__content {
        padding-right: 5%
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .heroBlock__content {
        width: calc((((100vw - 550px) / 12) * 6) + 150px)
    }
}

@media screen and (min-width: 1441px) {
    .heroBlock__content {
        width: 595px
    }
}

@media screen and (max-width: 599px) {
    .heroBlock__cta {
        width: 100%;
        margin-top: -15px;
        justify-content: center
    }
}

@media screen and (min-width: 600px) {
    .heroBlock__cta {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

.heroBlock__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: -.02em;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white)
}

.heroBlock__title::before,
.heroBlock__title::after {
    content: '';
    display: block
}

.heroBlock__title::before {
    padding-top: 4px
}

.heroBlock__title::after {
    margin-bottom: -4px
}

@media screen and (min-width: 600px) {
    .heroBlock__title {
        font-size: 40px;
        line-height: 40px
    }

    .heroBlock__title::before {
        padding-top: 0px
    }

    .heroBlock__title::after {
        margin-bottom: -5px
    }
}

@media screen and (min-width: 1025px) {
    .heroBlock__title {
        font-size: 45px;
        line-height: 45px
    }

    .heroBlock__title::before {
        padding-top: 1px
    }

    .heroBlock__title::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1280px) {
    .heroBlock__title {
        font-size: 50px;
        line-height: 50px
    }

    .heroBlock__title::before {
        padding-top: 1px
    }

    .heroBlock__title::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1441px) {
    .heroBlock__title {
        font-size: 60px;
        line-height: 60px
    }

    .heroBlock__title::before {
        padding-top: 3px
    }

    .heroBlock__title::after {
        margin-bottom: -8px
    }
}

.heroBlock__text {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -.01em;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
    color: var(--color-white-60)
}

.heroBlock__text::before,
.heroBlock__text::after {
    content: '';
    display: block
}

.heroBlock__text::before {
    padding-top: 1px
}

.heroBlock__text::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .heroBlock__text {
        font-size: 35px;
        line-height: 40px
    }

    .heroBlock__text::before {
        padding-top: 2px
    }

    .heroBlock__text::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1280px) {
    .heroBlock__text {
        font-size: 40px;
        line-height: 45px
    }

    .heroBlock__text::before {
        padding-top: 3px
    }

    .heroBlock__text::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1441px) {
    .heroBlock__text {
        font-size: 50px;
        line-height: 55px
    }

    .heroBlock__text::before {
        padding-top: 4px
    }

    .heroBlock__text::after {
        margin-bottom: -9px
    }
}

.heroBlock__legend {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .01em;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0 20px;
    color: var(--color-grey-2);
    z-index: 2
}

.heroBlock__legend::before,
.heroBlock__legend::after {
    content: '';
    display: block
}

.heroBlock__legend::before {
    padding-top: 0px
}

.heroBlock__legend::after {
    margin-bottom: -5px
}

@media screen and (max-width: 599px) {
    .heroBlock__legend {
        display: none
    }
}

.page-page-chapters .heroBlock__content {
    padding: 0
}

.heroBlock--landscape {
    display: flex;
    flex-flow: column wrap;
    height: auto
}

.heroBlock--landscape .heroBlock__left {
    order: 2;
    padding: 45px 0 35px
}

.heroBlock--landscape .heroBlock__left .container {
    position: relative
}

.heroBlock--landscape .heroBlock__right {
    position: relative;
    width: 100%;
    height: 190px;
    order: 1
}

.heroBlock--landscape .heroBlock__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -.35px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.heroBlock--landscape .heroBlock__title::before,
.heroBlock--landscape .heroBlock__title::after {
    content: '';
    display: block
}

.heroBlock--landscape .heroBlock__title::before {
    padding-top: 3px
}

.heroBlock--landscape .heroBlock__title::after {
    margin-bottom: -8px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .heroBlock--landscape .heroBlock__title {
        font-size: 60px;
        line-height: 65px;
        letter-spacing: -.9px
    }

    .heroBlock--landscape .heroBlock__title::before {
        padding-top: 0px
    }

    .heroBlock--landscape .heroBlock__title::after {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 1025px) {
    .heroBlock--landscape .heroBlock__title {
        font-size: 65px;
        line-height: 70px;
        letter-spacing: -1.5px
    }

    .heroBlock--landscape .heroBlock__title::before {
        padding-top: 1px
    }

    .heroBlock--landscape .heroBlock__title::after {
        margin-bottom: -11px
    }
}

@media screen and (min-width: 1280px) {
    .heroBlock--landscape .heroBlock__title {
        font-size: 70px;
        line-height: 80px;
        letter-spacing: -1.5px
    }

    .heroBlock--landscape .heroBlock__title::before {
        padding-top: 4px
    }

    .heroBlock--landscape .heroBlock__title::after {
        margin-bottom: -14px
    }
}

@media screen and (min-width: 1441px) {
    .heroBlock--landscape .heroBlock__title {
        font-size: 85px;
        line-height: 90px;
        letter-spacing: -2px
    }

    .heroBlock--landscape .heroBlock__title::before {
        padding-top: 3px
    }

    .heroBlock--landscape .heroBlock__title::after {
        margin-bottom: -13px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .heroBlock--landscape .heroBlock__left {
        padding: 40px 0 40px
    }

    .heroBlock--landscape .heroBlock__content {
        width: calc((((100vw - 280px) / 12) * 8) + 140px)
    }

    .heroBlock--landscape .heroBlock__right {
        height: 290px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .heroBlock--landscape .heroBlock__left {
        padding: 55px 0 40px
    }

    .heroBlock--landscape .heroBlock__right {
        height: 320px
    }

    .heroBlock--landscape .heroBlock__content {
        width: calc((((100vw - 390px) / 12) * 10) + 270px)
    }
}

@media screen and (min-width: 1280px) {
    .heroBlock--landscape .heroBlock__left {
        padding: 65px 0 50px
    }

    .heroBlock--landscape .heroBlock__right {
        height: 420px
    }

    .heroBlock--landscape .heroBlock__content {
        width: calc((((100vw - 550px) / 12) * 10) + 270px)
    }
}

@media screen and (min-width: 1441px) {
    .heroBlock--landscape .heroBlock__content {
        width: 1011.66666667px
    }
}

.heroBlock--white {
    background-color: var(--color-background-main);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border)
}

.heroBlock--white .heroBlock__title {
    color: var(--color-text)
}

.heroBlock--become-partner {
    background-color: var(--color-background-main);
    border-bottom: 1px solid var(--color-border)
}

.heroBlock--become-partner .heroBlock__title {
    color: var(--color-primary)
}






/* ========================================================================== */
/* # ARTICLE / BLOC TEXTE - RTE   */
/* ========================================================================== */


.rte {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    color: var(--color-grey-darker)
}

.rte::before,
.rte::after {
    content: '';
    display: block
}

.rte::before {
    padding-top: 2px
}

.rte::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .rte {
        font-size: 17px;
        line-height: 28px
    }

    .rte::before {
        padding-top: 3px
    }

    .rte::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1025px) {
    .rte {
        font-size: 18px;
        line-height: 30px
    }

    .rte::before {
        padding-top: 3px
    }

    .rte::after {
        margin-bottom: -8px
    }
}

.rte h2 {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-bottom: 20px;
    color: var(--color-text)
}

.rte h2::before,
.rte h2::after {
    content: '';
    display: block
}

.rte h2::before {
    padding-top: 1px
}

.rte h2::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .rte h2 {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -.25px
    }

    .rte h2::before {
        padding-top: 2px
    }

    .rte h2::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .rte h2 {
        font-size: 34px;
        line-height: 40px
    }

    .rte h2::before {
        padding-top: 2px
    }

    .rte h2::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 600px) {
    .rte h2 {
        margin-bottom: 25px
    }
}

.rte h3,
.rte h4 {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-bottom: 11px;
    color: var(--color-text)
}

.rte h3::before,
.rte h3::after,
.rte h4::before,
.rte h4::after {
    content: '';
    display: block
}

.rte h3::before,
.rte h4::before {
    padding-top: 0px
}

.rte h3::after,
.rte h4::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {

    .rte h3,
    .rte h4 {
        font-size: 18px;
        line-height: 25px
    }

    .rte h3::before,
    .rte h4::before {
        padding-top: 1px
    }

    .rte h3::after,
    .rte h4::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1025px) {

    .rte h3,
    .rte h4 {
        margin-bottom: 16px
    }
}

.rte>*:last-child {
    margin-bottom: 0
}

.rte blockquote {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.15px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    color: var(--color-text)
}

.rte blockquote::before,
.rte blockquote::after {
    content: '';
    display: block
}

.rte blockquote::before {
    padding-top: 3px
}

.rte blockquote::after {
    margin-bottom: -8px
}

@media screen and (min-width: 600px) {
    .rte blockquote {
        font-size: 30px;
        line-height: 40px
    }

    .rte blockquote::before {
        padding-top: 4px
    }

    .rte blockquote::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1441px) {
    .rte blockquote {
        font-size: 35px;
        line-height: 45px
    }

    .rte blockquote::before {
        padding-top: 4px
    }

    .rte blockquote::after {
        margin-bottom: -9px
    }
}

.rte strong {
    font-weight: 500
}

.rte em {
    font-style: italic
}

.rte small {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    display: block;
    color: var(--color-grey-1)
}

.rte small::before,
.rte small::after {
    content: '';
    display: block
}

.rte small::before {
    padding-top: 0px
}

.rte small::after {
    margin-bottom: -5px
}

.rte a {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    transition: all 0.25s ease-out
}

.rte a:after {
    content: "↗";
    margin-left: 4px
}

.rte a:hover {
    opacity: .95
}

.rte h3,
.rte blockquote {
    margin-top: 30px
}

.rte p {
    margin-bottom: 25px
}

.rte p+h3 {
    margin-top: 0;
    padding: 30px 0 40px 0;
}

@media screen and (min-width: 600px) {
    .rte h3 {
        margin-top: 50px
    }

    .rte p {
        margin-bottom: 20px
    }

    .rte blockquote {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .rte--block {
        width: calc((((100vw - 280px) / 12) * 10) + 180px);
        margin-left: calc(((((100vw - 280px) / 12) * 1) + 0px) + 20px)
    }
    .podcast__richcontainer .rte--block {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1025px) {
    .rte--block {
        width: calc((((100vw - 390px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 390px) / 12) * 2) + 30px) + 30px)
    }
    .podcast__richcontainer .rte--block {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1280px) {
    .rte--block {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px)
    }
    .podcast__richcontainer .rte--block {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1441px) {
    .rte--block {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
    .podcast__richcontainer .rte--block {
        margin-left: 0px;
    }
}

.blockTextImage .rte,
.blockTextDoubleCol .rte,
.blockTextBtn .rte {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.blockTextImage .rte::before,
.blockTextImage .rte::after,
.blockTextDoubleCol .rte::before,
.blockTextDoubleCol .rte::after,
.blockTextBtn .rte::before,
.blockTextBtn .rte::after {
    content: '';
    display: block
}

.blockTextImage .rte::before,
.blockTextDoubleCol .rte::before,
.blockTextBtn .rte::before {
    padding-top: 2px
}

.blockTextImage .rte::after,
.blockTextDoubleCol .rte::after,
.blockTextBtn .rte::after {
    margin-bottom: -7px
}

@media screen and (min-width: 1441px) {

    .blockTextImage .rte,
    .blockTextDoubleCol .rte,
    .blockTextBtn .rte {
        font-size: 17px;
        line-height: 27px
    }

    .blockTextImage .rte::before,
    .blockTextDoubleCol .rte::before,
    .blockTextBtn .rte::before {
        padding-top: 2px
    }

    .blockTextImage .rte::after,
    .blockTextDoubleCol .rte::after,
    .blockTextBtn .rte::after {
        margin-bottom: -7px
    }
}










































/* ========================================================================== */
/* # HEROS / Page Ville */
/* ========================================================================== */





.hero {
    position: relative;
    margin-top: -70px
}

@media screen and (min-width: 600px) {
    .hero {
        margin-top: -90px
    }
}

@media screen and (min-width: 1441px) {
    .hero {
        margin-top: -100px
    }
}

.hero__middle {
    padding: 10px 0 50px;
    background-color: var(--color-background-primary)
}

@media screen and (min-width: 600px) {
    .hero__middle {
        padding: 15px 0 65px
    }
}

@media screen and (min-width: 1025px) {
    .hero__middle {
        padding: 30px 0 65px
    }
}

@media screen and (min-width: 1280px) {
    .hero__middle {
        padding: 35px 0 90px
    }
}

.hero__contentLeft {
    width: 100%
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .hero__contentLeft {
        width: calc((((100vw - 390px) / 12) * 10) + 270px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .hero__contentLeft {
        width: calc((((100vw - 550px) / 12) * 7) + 180px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .hero__contentLeft {
        width: 699.166666667px;
        margin-right: 30px
    }
}

.hero__contentRight {
    justify-content: flex-end;
    text-align: right
}

@media screen and (max-width: 599px) {
    .hero__contentRight {
        text-align: center
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .hero__contentRight {
        width: calc((((100vw - 390px) / 12) * 2) + 30px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .hero__contentRight {
        width: calc((((100vw - 550px) / 12) * 3) + 60px)
    }
}

@media screen and (min-width: 1441px) {
    .hero__contentRight {
        width: 490.833333333px
    }
}

.hero__bottom {
    padding: 15px 0 30px;
    background-color: var(--color-background-primary);
    border-top: 1px solid var(--color-black-15)
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .hero__bottom {
        padding: 15px 0 30px
    }
}

@media screen and (min-width: 1025px) {
    .hero__bottom {
        padding: 15px 0 35px
    }
}

@media screen and (min-width: 1280px) {
    .hero__bottom {
        padding: 20px 0 40px
    }
}

.hero__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -.35px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white)
}

.hero__title::before,
.hero__title::after {
    content: '';
    display: block
}

.hero__title::before {
    padding-top: 3px
}

.hero__title::after {
    margin-bottom: -8px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .hero__title {
        font-size: 60px;
        line-height: 65px;
        letter-spacing: -.9px
    }

    .hero__title::before {
        padding-top: 0px
    }

    .hero__title::after {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 1025px) {
    .hero__title {
        font-size: 65px;
        line-height: 70px;
        letter-spacing: -1.5px
    }

    .hero__title::before {
        padding-top: 1px
    }

    .hero__title::after {
        margin-bottom: -11px
    }
}

@media screen and (min-width: 1280px) {
    .hero__title {
        font-size: 70px;
        line-height: 80px;
        letter-spacing: -1.5px
    }

    .hero__title::before {
        padding-top: 4px
    }

    .hero__title::after {
        margin-bottom: -14px
    }
}

@media screen and (min-width: 1441px) {
    .hero__title {
        font-size: 85px;
        line-height: 90px;
        letter-spacing: -2px
    }

    .hero__title::before {
        padding-top: 3px
    }

    .hero__title::after {
        margin-bottom: -13px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .hero__title {
        padding-right: 15%
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .hero__title {
        padding-right: 20%
    }
}

.hero__subtitle {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 12px;
    color: var(--color-black-90)
}

.hero__subtitle::before,
.hero__subtitle::after {
    content: '';
    display: block
}

.hero__subtitle::before {
    padding-top: 2px
}

.hero__subtitle::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .hero__subtitle {
        font-size: 40px;
        line-height: 48px
    }

    .hero__subtitle::before {
        padding-top: 4px
    }

    .hero__subtitle::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .hero__subtitle {
        font-size: 55px;
        line-height: 62px
    }

    .hero__subtitle::before {
        padding-top: 0px
    }

    .hero__subtitle::after {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 600px) {
    .hero__subtitle {
        margin-top: 25px
    }
}

@media screen and (min-width: 1280px) {
    .hero__subtitle {
        margin-top: 30px
    }
}

.hero__play {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: .7px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 190px;
    left: 50%;
    color: var(--color-white);
    z-index: 2;
    transform: translateX(-50%);
    transition: all 0.25s ease-out
}

.hero__play::before,
.hero__play::after {
    content: '';
    display: block
}

.hero__play::before {
    padding-top: 3px
}

.hero__play::after {
    margin-bottom: -3px
}

@media screen and (min-width: 600px) {
    .hero__play {
        font-size: 13px;
        line-height: 15px
    }

    .hero__play::before {
        padding-top: 3px
    }

    .hero__play::after {
        margin-bottom: -3px
    }
}

.hero__play:hover {
    opacity: .95
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .hero__play {
        top: 220px
    }
}

@media screen and (min-width: 1025px) {
    .hero__play {
        position: static;
        display: inline-flex;
        align-items: center;
        margin-top: 20px;
        transform: none
    }
}

.hero__playIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid var(--color-white-30)
}

.hero__playIcon .icon {
    margin-left: 2px;
    fill: var(--color-white)
}

@media screen and (max-width: 1024px) {
    .hero__playLabel {
        display: none
    }
}

.hero__cta {
    margin-top: 25px;
    display: inline-flex
}

@media screen and (min-width: 1025px) {
    .hero__cta {
        margin-top: 15px
    }
}

.heroMedia {
    position: relative;
    width: 100%;
    height: 375px;
    background: var(--color-black-10);
    overflow: hidden
}

.heroMedia:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2
}

@media screen and (min-width: 600px) {
    .heroMedia {
        height: 450px
    }
}

@media screen and (min-width: 1025px) {
    .heroMedia {
        height: 65vh
    }
}

.heroMedia img,
.heroMedia video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 2px);
    height: calc(200% + 2px);
    object-fit: cover;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.heroKeyfigures__list {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -20px
}

@media screen and (max-width: 599px) {
    .heroKeyfigures__item {
        width: calc((((100vw - 140px) / 6) * 3) + 40px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .heroKeyfigures__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 600px) {
    .heroKeyfigures__item {
        width: calc((((100vw - 280px) / 12) * 3) + 40px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .heroKeyfigures__item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .heroKeyfigures__item {
        width: calc((((100vw - 390px) / 12) * 3) + 60px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1280px) {
    .heroKeyfigures__item {
        width: calc((((100vw - 550px) / 12) * 3) + 60px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .heroKeyfigures__item {
        width: 282.5px;
        margin-right: 30px
    }
}

.heroKeyfigures__number {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-primary)
}

.heroKeyfigures__number::before,
.heroKeyfigures__number::after {
    content: '';
    display: block
}

.heroKeyfigures__number::before {
    padding-top: 2px
}

.heroKeyfigures__number::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .heroKeyfigures__number {
        font-size: 40px;
        line-height: 48px
    }

    .heroKeyfigures__number::before {
        padding-top: 4px
    }

    .heroKeyfigures__number::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .heroKeyfigures__number {
        font-size: 55px;
        line-height: 62px
    }

    .heroKeyfigures__number::before {
        padding-top: 0px
    }

    .heroKeyfigures__number::after {
        margin-bottom: -10px
    }
}

.heroKeyfigures__label {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-top: 5px;
    color: var(--color-grey-1);
    padding-right: 10%
}

.heroKeyfigures__label::before,
.heroKeyfigures__label::after {
    content: '';
    display: block
}

.heroKeyfigures__label::before {
    padding-top: 0px
}

.heroKeyfigures__label::after {
    margin-bottom: -5px
}

@media screen and (min-width: 600px) {
    .heroKeyfigures__label {
        font-size: 16px;
        line-height: 20px
    }

    .heroKeyfigures__label::before {
        padding-top: 4px
    }

    .heroKeyfigures__label::after {
        margin-bottom: -4px
    }
}

@media screen and (min-width: 1441px) {
    .heroKeyfigures__label {
        font-size: 18px;
        line-height: 30px
    }

    .heroKeyfigures__label::before {
        padding-top: 3px
    }

    .heroKeyfigures__label::after {
        margin-bottom: -8px
    }
}

.heroKeyfigures--white .heroKeyfigures__number {
    color: var(--color-white)
}

.heroKeyfigures--white .heroKeyfigures__label {
    color: var(--color-white-60)
}
















/* ========================================================================== */
/* # PARTNERS / Page Ville */
/* ========================================================================== */







@media screen and (max-width: 599px) {
    .partners__wrapper {
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 599px) {
    .partners__list {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 20px
    }
}

@media screen and (min-width: 600px) {
    .partners__list {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: -20px;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .partners__list {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .partners__list {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (min-width: 1441px) {
    .partners__list {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (max-width: 599px) {
    .partners__item {
        width: 140px;
        flex: 0 0 auto;
        padding-right: 20px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .partners__item {
        width: calc(25% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px
    }

    .partners__item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .partners__item {
        width: calc(16.6667% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 20px
    }

    .partners__item:nth-child(6n+6) {
        margin-right: 0
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .partners__item {
        width: calc(16.6667% - 30px);
        margin-right: 15px;
        margin-left: 15px
    }
}

@media screen and (min-width: 1441px) {
    .partners__item {
        width: calc(16.6667% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

.partners__media {
    position: relative;
    padding-bottom: 55.41%;
    border: 1px solid var(--color-border);
    border-radius: 3px
}

.partners__media img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 20px);
    min-width: 100px;
    min-height: 50px;
    transform: translate(-50%, -50%);
    object-fit:contain;
}

@media screen and (min-width: 600px) {
    .partners__media img {
        max-width: calc(100% - 60px);
        max-height: calc(100% - 30px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .partners__media img {
        max-width: calc(100% - 40px);
        max-height: calc(100% - 30px)
    }
}

@media screen and (min-width: 1280px) {
    .partners__media img {
        max-width: calc(100% - 60px);
        max-height: calc(100% - 40px)
    }
}

@media screen and (max-width: 599px) {
    .partners--article .partners__list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -15px
    }

    .partners--article .partners__item {
        width: calc(33.3333% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 600px) {
    .partners--article .partners__list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }

    .partners--article .partners__item {
        width: calc(20% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .partners--article .partners__list {
        margin-left: -15px;
        margin-right: -15px
    }

    .partners--article .partners__item {
        width: calc(20% - 30px);
        margin-right: 15px;
        margin-left: 15px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .partners--article .partners__list {
        margin-left: -15px;
        margin-right: -15px
    }

    .partners--article .partners__item {
        width: calc(20% - 30px);
        margin-right: 15px;
        margin-left: 15px
    }
}

@media screen and (min-width: 1441px) {
    .partners--article .partners__list {
        margin-left: -15px;
        margin-right: -15px
    }

    .partners--article .partners__item {
        width: calc(20% - 30px);
        margin-right: 15px;
        margin-left: 15px
    }
}

@media screen and (min-width: 1280px) {
    .partners--columns-5 .partners__item {
        width: calc(20% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (min-width: 1280px) {
    .partners--columns-7 .partners__item {
        width: calc(14.28% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (min-width: 1280px) {
    .partners--columns-8 .partners__item {
        width: calc(12.5% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

/* ========================================================================== */
/* # BLOCK / Page Ville */
/* ========================================================================== */




@media screen and (max-width: 599px) {
    .block {
        padding-top: 50px
    }
}

@media screen and (min-width: 600px) {
    .block {
        padding-top: 75px
    }
}

@media screen and (min-width: 1280px) {
    .block {
        padding-top: 120px
    }
}

.block__header {
    margin-bottom: 30px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .block__header {
        margin-bottom: 35px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .block__header {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .block__header {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 1441px) {
    .block__header {
        margin-bottom: 60px
    }
}

.block__headerContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.block__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-primary)
}

.block__title::before,
.block__title::after {
    content: '';
    display: block
}

.block__title::before {
    padding-top: 1px
}

.block__title::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .block__title {
        font-size: 35px;
        line-height: 40px
    }

    .block__title::before {
        padding-top: 2px
    }

    .block__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .block__title {
        font-size: 38px;
        line-height: 45px
    }

    .block__title::before {
        padding-top: 3px
    }

    .block__title::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1441px) {
    .block__title {
        font-size: 42px;
        line-height: 55px
    }

    .block__title::before {
        padding-top: 2px
    }

    .block__title::after {
        margin-bottom: -12px
    }
}

.block__cta--mobile {
    display: inline-flex
}

.block__cta--desktop {
    display: none
}

@media screen and (min-width: 1025px) {
    .block__cta--desktop {
        display: flex;
        margin-top: -15px
    }

    .block__cta--mobile {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .block__cta--desktop {
        margin-top: -5px
    }
}

.block__footer {
    text-align: center
}

.block__footer .block__cta {
    margin-top: 25px
}

@media screen and (min-width: 1025px) {
    .block__footer .block__cta {
        margin-top: 30px
    }
}

.block--hero {
    padding-top: 0
}

.block--podcast .video {
    margin-bottom: 0
}

.block--podcast .plyr {
    margin-top: 20px;
    margin-bottom: 0
}

@media screen and (max-width: 599px) {
    .block--exhibitors .exhibitors__item:first-child {
        padding-top: 15px;
        border-top: 1px solid var(--color-border)
    }
}

.block--introduction+.block--text {
    padding-top: 30px
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .block--introduction+.block--text {
        padding-top: 40px
    }
}

@media screen and (min-width: 1441px) {
    .block--introduction+.block--text {
        padding-top: 60px
    }
}

.block--header {
    padding-top: 20px;

    p {
        text-wrap: balance;
    }
    .rte.rte--block {
        margin: 0px;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .block--header {
        padding-top: 30px
    }
}

@media screen and (min-width: 1441px) {
    .block--header {
        padding-top: 30px
    }
}

.block--align-right {
    text-align: right;
}
.block--align-left {
    text-align: left;
}
.block--ad {
    padding-top: 0
}

@media screen and (max-width: 599px) {
    .block--ad .ad__wrapper {
        margin-top: 40px
    }
}

@media screen and (min-width: 600px) {
    .block--ad .ad__wrapper {
        margin-top: 70px
    }
}

@media screen and (min-width: 600px) {
    .block--ad .ad__wrapper {
        margin-top: 120px
    }
}

.block--introduction+.block {
    padding-top: 60px
}

@media screen and (min-width: 600px) {
    .block--introduction+.block {
        padding-top: 90px
    }
}

@media screen and (min-width: 1280px) {
    .block--introduction+.block {
        padding-top: 130px
    }
}

@media screen and (min-width: 1441px) {
    .block--introduction+.block {
        padding-top: 140px
    }
}

.block--conferences .navDates__link {
    padding-top: 0
}

.block--animations .animations__list {
    margin-top: 0
}

.blocks--article .block {
    padding-top: 20px
}

@media screen and (min-width: 1025px) {
    .blocks--article .block {
        width: calc(100vw - 60px);
        padding-top: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .blocks--article .block {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .blocks--article .block {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
}

.blocks--page .block {
    padding: 20px 0 30px
}

.blocks--page .block:first-child {
    padding-top: 0
}

.blocks--page .block:last-child {
    padding-bottom: 0
}

.blocks--page .block+.block {
    border-top: 1px solid var(--color-border)
}

@media screen and (min-width: 600px) {
    .blocks--page .block {
        padding: 30px 0
    }
}

.blocks--page-global .container {
    width: 100%
}

.blocks--page-global .introduction__text {
    margin-left: 0
}

.image {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px;
    width: 100%
}

.image img,
.image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}










/* ========================================================================== */
/* # swiper / Page Ville - structure des swiper */
/* ========================================================================== */
.swiper.lSSlideOuter {
    overflow: visible;
}

.swiper .lSSlideWrapper {
    overflow: visible;

}

.swiper .lSSlideWrapper .lSAction {
    margin: 0;
}

@media screen and (max-width:600px) {
    .swiper .lSSlideWrapper .lSAction {
        display:none !important;
    }
}
.swiper .lSSlideWrapper .lslide a {
    display: inline;
}

.swiper .lSSlideWrapper:hover .lSAction>a {
    opacity: 1;
    border: none;
    background-color: transparent;
}

.swiper .lightSlider {
    overflow: visible;
}

.swiper {
    position: relative;
    overflow: visible;
}


.swiper:hover .swiper__pager {
    opacity: 1
}

.swiper.no-transition .swiper-wrapper {
    transition: none
}

.swiper__container {

    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 9999em;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)
}

.swiper-slide {
    cursor: pointer
}

.swiper-slide:hover .carousel__title {
    color: var(--color-primary)
}

.swiper-slide:hover .assets__media img,
.swiper-slide:hover .carousel__media img {
    transform: scale(1.025)
}

.swiper__single {
    pointer-events: none
}

.swiper__media {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px;
    border-radius: 0;
    pointer-events: none
}

.swiper__media img,
.swiper__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.swiper__pager {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    transition: all 0.25s ease-out
}

@media screen and (max-width: 1279px) {
    .swiper__pager {
        display: none
    }
}

.swiper__pagerContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* width: 100% */
}

.swiper-btn {
    background-color: var(--color-background-main);
    border-color: var(--color-border);
    pointer-events: auto
}


.swiper-btn:hover {
    border-color: var(--color-grey-2)
}

.swiper-btn-prev {
    margin-left: -30px
}

.swiper-btn-prev .icon {
    margin-left: -1px
}

.swiper-btn-next {
    margin-right: -30px
}

.swiper-btn.is-disable .icon {
    fill: var(--color-grey-2)
}

.swiper--images .swiper-slide {
    cursor: default
}

@media screen and (max-width: 599px) {
    .swiper--images .swiper-slide {
        width: calc(100vw - 80px)
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .swiper--images .swiper-slide {
        width: calc((((100vw - 280px) / 12) * 9) + 160px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .swiper--images .swiper-slide {
        width: calc((((100vw - 390px) / 12) * 9) + 240px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .swiper--images .swiper-slide {
        width: calc((((100vw - 550px) / 12) * 9) + 240px)
    }
}

@media screen and (min-width: 1441px) {
    .swiper--images .swiper-slide {
        width: 907.5px
    }
}

.swiper--podcasts {
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-border)
}

.swiper--podcasts .swiper-slide {
    padding-bottom: 5px
}

.swiper--podcasts .swiper__pager {
    top: 110px;
    margin-top: 0
}

@media screen and (max-width: 599px) {
    .swiper--podcasts .swiper-slide {
        width: calc(100vw - 80px);
        /* padding-right: 20px */
    }
}

@media screen and (min-width: 600px) {
    .swiper--podcasts {
        padding-bottom: 55px
    }

    .swiper--podcasts .swiper-slide {
        width: calc(((((100vw - 280px) / 12) * 6) + 100px) + 20px);
        /* padding-right: 20px */
    }
}

@media screen and (min-width: 1025px) {
    .swiper--podcasts .swiper-slide {
        width: calc(((((100vw - 390px) / 12) * 5) + 120px) + 30px);
        /* padding-right: 30px */
    }
}

@media screen and (min-width: 1280px) {
    .swiper--podcasts .swiper-slide {
        width: calc(((((100vw - 550px) / 12) * 5) + 120px) + 30px);
        /* padding-right: 30px */
    }
}

@media screen and (min-width: 1441px) {
    .swiper--podcasts .swiper-slide {
        width: 520.833333333px;
        /* padding-right: 30px */
    }

    .swiper--podcasts .swiper__pager {
        top: 135px
    }
}

.swiper--conferences .swiper__pager {
    top: 110px;
    margin-top: 0
}

@media screen and (min-width: 1441px) {
    .swiper--conferences .swiper__pager {
        top: 133px
    }
}

.cover .swiper--conferences {
    padding-top: 10px;
    padding-bottom: 30px
}

.cover .swiper--conferences .swiper-slide:hover .carousel__title {
    color: var(--color-white)
}

.cover .swiper--conferences .carousel__media:before {
    background-color: var(--color-primary)
}

.cover .swiper--conferences .carousel__type {
    color: var(--color-white)
}

.cover .swiper--conferences .carousel__details {
    color: var(--color-white-60)
}

@media screen and (min-width: 1025px) {
    .cover .swiper--conferences {
        padding-bottom: 45px
    }
}

@media screen and (min-width: 1441px) {
    .cover .swiper--conferences .swiper__pager {
        top: 133px
    }
}

.swiper .swiper__container {
    padding-bottom: 8px
}

.swiper .swiper-slide {
    width: calc(((((100vw - 140px) / 6) * 5) + 80px) + 20px);
    /* padding-right: 20px */
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .swiper .swiper-slide {
        width: calc(((((100vw - 280px) / 12) * 5) + 80px) + 20px);
        /* padding-right: 20px */
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .swiper .swiper-slide {
        width: calc(((((100vw - 390px) / 12) * 5) + 120px) + 30px);
        /* padding-right: 30px */
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .swiper .swiper-slide {
        width: calc(((((100vw - 550px) / 12) * 4) + 90px) + 30px);
        /* padding-right: 30px */
    }
}

@media screen and (min-width: 1441px) {
    .swiper .swiper-slide {
        width: 416.666666667px;
        /* padding-right: 30px */
    }

    /* .swiper .swiper-slide:last-child {
        width: 386.666666667px;
        padding-right: 0
    } */
}






/* ========================================================================== */
/* # HIGHLIGHT / Page Ville - contenu des swipers*/
/* ========================================================================== */






.highlight__media  {
    position: relative;
    margin-bottom: 14px;
    border-radius: 3px;
    overflow: hidden;
    
    width: 100%;
    height: 100%;
    
    min-height: 280px;

    &.highlight__media--full {
        img {
            position:absolute;
        }
    }

    img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 280px;
        object-fit: cover;
        object-position: center; 
    }
} 

highlight__media--full

.highlight__title--truncate {
    overflow: hidden;
    max-width: 115ch;
    white-space: nowrap;
}

.highlight__title,
.highlight__subtitle {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.highlight__title::before,
.highlight__title::after,
.highlight__subtitle::before,
.highlight__subtitle::after {
    content: '';
    display: block
}

.highlight__title::before,
.highlight__subtitle::before {
    padding-top: 0px
}

.highlight__title::after,
.highlight__subtitle::after {
    margin-bottom: -5px
}

@media screen and (min-width: 600px) {

    .highlight__title,
    .highlight__subtitle {
        font-size: 25px;
        line-height: 30px
    }

    .highlight__title::before,
    .highlight__subtitle::before {
        padding-top: 1px
    }

    .highlight__title::after,
    .highlight__subtitle::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1025px) {

    .highlight__title,
    .highlight__subtitle {
        font-size: 27px;
        line-height: 32px
    }

    .highlight__title::before,
    .highlight__subtitle::before {
        padding-top: 1px
    }

    .highlight__title::after,
    .highlight__subtitle::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1280px) {

    .highlight__title,
    .highlight__subtitle {
        font-size: 30px;
        line-height: 37px
    }

    .highlight__title::before,
    .highlight__subtitle::before {
        padding-top: 2px
    }

    .highlight__title::after,
    .highlight__subtitle::after {
        margin-bottom: -7px
    }
}

.highlight__subtitle {
    color: var(--color-grey-1)
}

.highlight__text {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 13px
}

.highlight__text::before,
.highlight__text::after {
    content: '';
    display: block
}

.highlight__text::before {
    padding-top: 2px
}

.highlight__text::after {
    margin-bottom: -7px
}

@media screen and (min-width: 1441px) {
    .highlight__text {
        font-size: 17px;
        line-height: 27px
    }

    .highlight__text::before {
        padding-top: 2px
    }

    .highlight__text::after {
        margin-bottom: -7px
    }
}

.highlight__footer {
    margin-top: 10px
}

.highlight__link {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    transition: all 0.25s ease-out
}

.highlight__link::before,
.highlight__link::after {
    content: '';
    display: block
}

.highlight__link::before {
    padding-top: 2px
}

.highlight__link::after {
    margin-bottom: -7px
}

@media screen and (min-width: 1441px) {
    .highlight__link {
        font-size: 17px;
        line-height: 27px
    }

    .highlight__link::before {
        padding-top: 2px
    }

    .highlight__link::after {
        margin-bottom: -7px
    }
}

.highlight__link:hover {
    opacity: .95
}

.highlight__link-arrow {
    margin-left: 4px
}



/* ========================================================================== */
/* # PUSH / Page Ville  - bloc mise en avant*/
/* ========================================================================== */

.push__container {
    display: flex;
    flex-flow: column wrap
}

@media screen and (min-width: 600px) {
    .push__container {
        flex-flow: row wrap
    }
}

@media screen and (max-width: 599px) {
    .push__left {
        order: 2;
        width: 100%
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .push__left {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-right: 20px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .push__left {
        width: calc((((100vw - 390px) / 12) * 6) + 150px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .push__left {
        width: calc((((100vw - 550px) / 12) * 6) + 150px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .push__left {
        width: 595px;
        margin-right: 30px
    }
}

@media screen and (max-width: 599px) {
    .push__right {
        order: 1;
        width: 100%;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .push__right {
        width: calc((((100vw - 280px) / 12) * 5) + 80px);
        margin-left: calc(((((100vw - 280px) / 12) * 1) + 0px) + 20px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .push__right {
        width: calc((((100vw - 390px) / 12) * 5) + 120px);
        margin-left: calc(((((100vw - 390px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .push__right {
        width: calc((((100vw - 550px) / 12) * 5) + 120px);
        margin-left: calc(((((100vw - 550px) / 12) * 1) + 0px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .push__right {
        width: 490.833333333px;
        margin-left: 104.166666667px
    }
}

.push__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-primary)
}

.push__title::before,
.push__title::after {
    content: '';
    display: block
}

.push__title::before {
    padding-top: 1px
}

.push__title::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .push__title {
        font-size: 35px;
        line-height: 40px
    }

    .push__title::before {
        padding-top: 2px
    }

    .push__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .push__title {
        font-size: 38px;
        line-height: 45px
    }

    .push__title::before {
        padding-top: 3px
    }

    .push__title::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1441px) {
    .push__title {
        font-size: 42px;
        line-height: 55px
    }

    .push__title::before {
        padding-top: 2px
    }

    .push__title::after {
        margin-bottom: -12px
    }
}

.push__text {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
    color: var(--color-grey-darker)
}

.push__text::before,
.push__text::after {
    content: '';
    display: block
}

.push__text::before {
    padding-top: 2px
}

.push__text::after {
    margin-bottom: -7px
}

@media screen and (min-width: 1441px) {
    .push__text {
        font-size: 17px;
        line-height: 27px
    }

    .push__text::before {
        padding-top: 2px
    }

    .push__text::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 600px) {
    .push__text {
        margin-top: 25px
    }
}

@media screen and (min-width: 1280px) {
    .push__text {
        margin-top: 36px
    }
}

.push__cta {
    display: inline-flex;
    margin-top: 25px
}

@media screen and (min-width: 1280px) {
    .push__cta {
        margin-top: 34px
    }
}


/* ========================================================================== */
/* # HEADER / MENU */
/* ========================================================================== */


.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 15;
    transition: transform 0.35s ease
}

.header.is-header-hidden {
    transform: translateY(-100%)
}

.header.is-header-scrolled {
    box-shadow: 0px 1px 0px 0px var(--color-box-shadow-header)
}

.page-home .header.is-header-scrolled,
.page-prehome .header.is-header-scrolled,
.page-become-partner .header.is-header-scrolled {
    box-shadow: 0px 1px 0px 0px var(--color-box-shadow-header)
}

.page-home .header:not(.is-header-scrolled),
.page-prehome .header:not(.is-header-scrolled),
.page-become-partner .header:not(.is-header-scrolled) {
    background-color: transparent
}
.page-home .header:not(.is-header-scrolled) .header__wrapper,
.page-prehome .header:not(.is-header-scrolled) .header__wrapper,
.page-become-partner .header:not(.is-header-scrolled) .header__wrapper {
    background-color: transparent
}
.page-home .header:not(.is-header-scrolled) .header__burger .icon,
.page-prehome .header:not(.is-header-scrolled) .header__burger .icon,
.page-become-partner .header:not(.is-header-scrolled) .header__burger .icon {
    color: var(--color-white)
}
.header__burger .icon {
    color: var(--color-icons)
}
.page-home .header:not(.is-header-scrolled) .header__logoSingle,
.page-prehome .header:not(.is-header-scrolled) .header__logoSingle,
.page-become-partner .header:not(.is-header-scrolled) .header__logoSingle {
    display: none
}
.page-home .header:not(.is-header-scrolled) .header__logoSingle--white,
.page-prehome .header:not(.is-header-scrolled) .header__logoSingle--white,
.page-become-partner .header:not(.is-header-scrolled) .header__logoSingle--white {
    display: block
}
.page-home .header:not(.is-header-scrolled) .header__logoBaseline,
.page-prehome .header:not(.is-header-scrolled) .header__logoBaseline,
.page-become-partner .header:not(.is-header-scrolled) .header__logoBaseline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white)
}
.page-home .header:not(.is-header-scrolled) .header__infosBtn,
.page-prehome .header:not(.is-header-scrolled) .header__infosBtn,
.page-become-partner .header:not(.is-header-scrolled) .header__infosBtn {
    color: var(--color-primary);
    background-color: var(--color-background-main)
}
.page-home .header:not(.is-header-scrolled) .header__infosBtn .icon,
.page-prehome .header:not(.is-header-scrolled) .header__infosBtn .icon,
.page-become-partner .header:not(.is-header-scrolled) .header__infosBtn .icon {
    color: var(--color-icons-primary)
}
.page-home .header:not(.is-header-scrolled) .header__infosDarkMode .icon,
.page-prehome .header:not(.is-header-scrolled) .header__infosDarkMode .icon,
.page-become-partner .header:not(.is-header-scrolled) .header__infosDarkMode .icon {
    color: var(--color-icons-white)
}

@media screen and (max-width: 599px) {
    .page-home .header:not(.is-header-scrolled) .header,
    .page-home .header:not(.is-header-scrolled) .header__wrapper,
    .page-home .header:not(.is-header-scrolled) .header__container,
    .page-prehome .header:not(.is-header-scrolled) .header,
    .page-prehome .header:not(.is-header-scrolled) .header__wrapper,
    .page-prehome .header:not(.is-header-scrolled) .header__container,
    .page-become-partner .header:not(.is-header-scrolled) .header,
    .page-become-partner .header:not(.is-header-scrolled) .header__wrapper,
    .page-become-partner .header:not(.is-header-scrolled) .header__container {
        height: 90px
    }
    .page-home .header:not(.is-header-scrolled) .header__container,
    .page-prehome .header:not(.is-header-scrolled) .header__container,
    .page-become-partner .header:not(.is-header-scrolled) .header__container {
        align-items: flex-start
    }
    .page-home .header:not(.is-header-scrolled) .header__right,
    .page-prehome .header:not(.is-header-scrolled) .header__right,
    .page-become-partner .header:not(.is-header-scrolled) .header__right {
        display: none
    }
    .page-home .header:not(.is-header-scrolled) .header__left,
    .page-prehome .header:not(.is-header-scrolled) .header__left,
    .page-become-partner .header:not(.is-header-scrolled) .header__left {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: 100%
    }
    .page-home .header:not(.is-header-scrolled) .header__left .header__logo,
    .page-prehome .header:not(.is-header-scrolled) .header__left .header__logo,
    .page-become-partner .header:not(.is-header-scrolled) .header__left .header__logo {
        display: inline-flex;
        margin: 15px 0 0
    }
.page-home .header:not(.is-header-scrolled) .header__left .header__logoImg,
    .page-prehome .header:not(.is-header-scrolled) .header__left .header__logoImg,
    .page-become-partner .header:not(.is-header-scrolled) .header__left .header__logoImg {
        max-width: 194px
    }
}

@media screen and (min-width: 1280px) {
.page-home .header:not(.is-header-scrolled) .nav:hover .nav__link--primary,
    .page-prehome .header:not(.is-header-scrolled) .nav:hover .nav__link--primary,
    .page-become-partner .header:not(.is-header-scrolled) .nav:hover .nav__link--primary {
        color: var(--color-border-hover)
    }
.page-home .header:not(.is-header-scrolled) .nav:hover .nav__link--primary:hover,
    .page-prehome .header:not(.is-header-scrolled) .nav:hover .nav__link--primary:hover,
    .page-become-partner .header:not(.is-header-scrolled) .nav:hover .nav__link--primary:hover {
        color: var(--color-white)
    }
.page-home .header:not(.is-header-scrolled) .nav:hover .nav__item.is-dropdown-visible .nav__link--primary,
    .page-prehome .header:not(.is-header-scrolled) .nav:hover .nav__item.is-dropdown-visible .nav__link--primary,
    .page-become-partner .header:not(.is-header-scrolled) .nav:hover .nav__item.is-dropdown-visible .nav__link--primary {
        color: var(--color-white)
    }
.page-home .header:not(.is-header-scrolled) .nav__link,
    .page-prehome .header:not(.is-header-scrolled) .nav__link,
    .page-become-partner .header:not(.is-header-scrolled) .nav__link {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--color-white)
    }
.page-home .header:not(.is-header-scrolled) .nav__dropdown .nav__link,
    .page-prehome .header:not(.is-header-scrolled) .nav__dropdown .nav__link,
    .page-become-partner .header:not(.is-header-scrolled) .nav__dropdown .nav__link {
        color: var(--color-text)
    }
.page-home .header:not(.is-header-scrolled) .nav__dropdown .nav__link:hover,
    .page-prehome .header:not(.is-header-scrolled) .nav__dropdown .nav__link:hover,
    .page-become-partner .header:not(.is-header-scrolled) .nav__dropdown .nav__link:hover {
        color: var(--color-primary)
    }
}
.page-home .header:not(.is-header-scrolled) .edition__current,
.page-prehome .header:not(.is-header-scrolled) .edition__current,
.page-become-partner .header:not(.is-header-scrolled) .edition__current {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-border-hover)
}
.page-home .header:not(.is-header-scrolled) .edition__current .icon,
.page-prehome .header:not(.is-header-scrolled) .edition__current .icon,
.page-become-partner .header:not(.is-header-scrolled) .edition__current .icon {
    color: var(--color-border-hover)
}
.page-home .header:not(.is-header-scrolled) .edition__current:hover,
.page-prehome .header:not(.is-header-scrolled) .edition__current:hover,
.page-become-partner .header:not(.is-header-scrolled) .edition__current:hover {
    color: var(--color-white)
}
.page-home .header:not(.is-header-scrolled) .edition__current:hover .icon,
.page-prehome .header:not(.is-header-scrolled) .edition__current:hover .icon,
.page-become-partner .header:not(.is-header-scrolled) .edition__current:hover .icon {
    color: var(--color-white)
}
.page-home .header:not(.is-header-scrolled) .is-dropdown-open .edition__current,
.page-prehome .header:not(.is-header-scrolled) .is-dropdown-open .edition__current,
.page-become-partner .header:not(.is-header-scrolled) .is-dropdown-open .edition__current {
    color: var(--color-white)
}
.page-home .header:not(.is-header-scrolled) .is-dropdown-open .edition__current .icon,
.page-prehome .header:not(.is-header-scrolled) .is-dropdown-open .edition__current .icon,
.page-become-partner .header:not(.is-header-scrolled) .is-dropdown-open .edition__current .icon {
    color: var(--color-white)
}

@media screen and (min-width: 1280px) {
    .header {
        z-index: 13
    }
}

@media screen and (max-width: 599px) {
    .header {
        height: 70px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .header {
        height: 90px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .header {
        height: 90px
    }
}

@media screen and (min-width: 1280px) {
    .header {
        height: 90px;
        z-index: 13
    }
}

@media screen and (min-width: 1441px) {
    .header {
        height: 100px
    }
}

.header__wrapper {
    width: 100%;
    background-color: var(--color-background-main);
    z-index: 15;
    transition: background-color 0.35s ease, box-shadow 0.35s
}

.header__container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    height: 70px
}

@media screen and (min-width: 600px) {
    .header__container {
        height: 90px
    }
}

@media screen and (min-width: 1441px) {
    .header__container {
        height: 100px
    }
}

.header__burger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 29px;
    left: 20px
}

.header__burger .icon {
    display: block;
    font-size: 20px;
}

@media screen and (min-width: 600px) {
    .header__burger {
        top: 35px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .header__burger {
        display: none
    }
}

.header__logo {
    display: block;
    margin-left: 35px
}

.header__logo--white {
    display: none
}

@media screen and (min-width: 600px) {
    .header__logo {
        margin-left: 40px
    }
}

@media screen and (min-width: 1280px) {
    .header__logo {
        margin-left: 0
    }
}

.header__logoSingle--white {
    display: none
}

.header__logoImg {
    max-width: 130px
}

@media screen and (min-width: 600px) {
    .header__logoImg {
        max-width: 140px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .header__logoImg {
        max-width: 160px
    }
}

@media screen and (min-width: 1441px) {
    .header__logoImg {
        max-width: 180px
    }
}

.header__right {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.header__infos {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.header__infosEdition {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none
}

@media screen and (min-width: 600px) {
    .header__infosEdition {
        display: inline-flex
    }
}

.header__infosBtn {
    padding-right: 15px
}

.header__infosBtn .icon_tickets {
    font-size: 24px;
    color: var(--color-icons-light);
}

@media screen and (max-width: 374px) {
    .header__infosBtn .header__infosBtnWording {
        display: none
    }

    .header__infosBtn .icon_tickets {
        margin-left: 2px
    }
}

@media screen and (max-width: 599px) {
    .header__infosBtn {
        height: 45px;
        padding-left: 37px;
        padding-right: 10px
    }

    .header__infosBtn .icon_tickets,
    .header__infosBtn .icon {
        font-size: 18px;
    }
}

@media screen and (min-width: 600px) {
    .header__infosBtn {
        margin-left: 17px
    }
}

.header__infosDarkMode {
    display: none;
}

@media screen and (min-width: 600px) {
    .header__infosDarkMode {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        padding: 0;
        font-family: inherit;
        font-size: inherit;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        display: inline-flex;
        margin-left: 20px;

        color: var(--color-icons);
    }

    .header__infosDarkMode .icon {
        display: block; 
    }
}




/* ========================================================================== */
/* # HEADER / NAV */
/* ========================================================================== */






.nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0) scale(1, 1)
}

@media screen and (max-width: 599px) {
    .nav {
        width: calc(100% - 40px)
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .nav {
        width: 450px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .nav {
        width: 450px
    }
}

@media screen and (max-width: 1279px) {
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: var(--color-background-main);
        z-index: 13;
        transform: translate3d(-100%, 0, 0) scale(1, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1)
    }
}

@media screen and (min-width: 1280px) {
    .nav {
        position: absolute;
        top: 32px;
        left: 50%;
        transform: translateX(-50%) scale(1, 1)
    }

    .nav:hover .nav__link--primary {
        color: var(--color-grey-1)
    }

    .nav:hover .nav__link--primary:hover {
        color: var(--color-primary)
    }

    .nav:hover .nav__item.is-dropdown-visible .nav__link--primary {
        color: var(--color-primary)
    }
}

@media screen and (min-width: 1441px) {
    .nav {
        top: 37px
    }
}

@media screen and (max-width: 1279px) {
    .nav__scroll {
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 1280px) {
    .nav__list {
        display: flex;
        flex-flow: row wrap
    }
}

@media screen and (min-width: 1280px) {
    .nav__item {
        position: relative
    }
}

.nav__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-weight: 500;
    line-height: 25px;
    transition: all 0.25s ease-out;
}

.nav__link .icon {
    display: block;
    font-size: 25px;
}

.nav__link:not([href]) {
    cursor: default
}

.nav__link:hover {
    color: var(--color-primary)
}

@media screen and (max-width: 599px) {
    .nav__link {
        padding: 17px 20px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .nav__link {
        padding: 17px 32px
    }
}

@media screen and (max-width: 1279px) {
    .nav__link {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 17px 32px;
        border-bottom: 1px solid var(--color-border)
    }

    .nav__link .icon_chevron-left .icon_chevron-right,
    .nav__link .icon {
        fill: var(--color-grey-1);
        font-size:15px;
    }

    .nav__link--back {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        justify-content: flex-start;
        color: var(--color-grey-1)
    }

    .nav__link--back .icon {
        margin-right: 26px
    }
}

@media screen and (min-width: 1280px) {
    .nav__link .icon {
        display: none
    }

    .nav__link--back {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .nav__link.nav__link--primary {
        padding: 16px
    }
}

@media screen and (max-width: 1279px) {
    .nav__dropdown:not(.nav__dropdown--edition) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-background-main);
        transform: translate3d(100%, 0, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1)
    }
}

@media screen and (min-width: 1280px) {
    .nav__dropdown {
        transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        left: -5px;
        top: calc(100% + 13px);
        min-width: 200px;
        padding: 8px 0;
        white-space: nowrap;
        z-index: 2;
        transform: translateY(3px);
        transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1)
    }

    .nav__dropdown:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-background-main);
        border: 1px solid var(--color-border);
        border-radius: 3px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
        z-index: -1;
        transform: scale(0.975);
        transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85)
    }

    .nav__dropdown .nav__link {
        display: block;
        width: 100%;
        padding: 8px 22px
    }

    .nav__dropdown .nav__link--back {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .nav__sublist:hover .nav__link:hover {
        color: var(--color-primary)
    }
}

.nav__header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid var(--color-border)
}

.nav__header .header__logoImg--white {
    display: none
}

@media screen and (max-width: 599px) {
    .nav__header {
        height: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 600px) {
    .nav__header {
        height: 90px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1280px) {
    .nav__header {
        display: none
    }
}

.nav__headerClose {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin-right: 17px
}

.nav__headerClose .icon {
    display: block;
    color: var(--color-icons);
}

.nav__headerClose .icon--close,
.nav__headerClose .icon {
    font-size: 15px;
}

@media screen and (min-width: 600px) {
    .nav__headerClose {
        margin-right: 18px
    }
}

@media screen and (max-width: 599px) {
    .nav__container {
        min-height: calc(100% - 70px);
        justify-content: flex-start
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .nav__container {
        min-height: calc(100% - 90px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .nav__container {
        min-height: calc(100% - 90px)
    }
}

@media screen and (max-width: 1279px) {
    .nav__container {
        position: relative;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        overflow: hidden
    }
}

.nav__mobile {
    padding-top: 20px;
    padding-bottom: 75px
}

.nav__mobile .nav__list+.nav__list {
    margin-top: 10px
}

.nav__mobile .nav__link {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    color: var(--color-grey-1);
    justify-content: flex-start;
    border-bottom: 0
}

.nav__mobile .nav__link::before,
.nav__mobile .nav__link::after {
    content: '';
    display: block
}

.nav__mobile .nav__link::before {
    padding-top: 0px
}

.nav__mobile .nav__link::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .nav__mobile {
        display: none
    }
}

.nav__darkMode {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 21px;
    padding: 0 30px;
    color: var(--color-grey-1);
    border-top: 1px solid var(--color-border)
}

.nav__darkMode .icon {
    display: block
}

.nav__darkMode::before,
.nav__darkMode::after {
    content: '';
    display: block
}

.nav__darkMode::before {
    padding-top: 0px
}

.nav__darkMode::after {
    margin-bottom: -5px
}

.nav__darkMode .icon {
    color: var(--color-grey-1)
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .nav__darkMode {
        padding: 0 32px
    }
}

.nav__darkMode-label {
    margin-left: 10px
}

.nav__layer {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 999em;
    height: 100%;
    background-color: var(--color-black-40);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (min-width: 1280px) {
    .nav__layer {
        display: none
    }
}

@media screen and (max-width: 1279px) {
    .is-nav-open .nav {
        transform: translate3d(0, 0, 0)
    }

    .is-nav-open body {
        overflow: hidden;
        height:100%;
        margin:0;
    }
    .is-nav-open .header nav{
        height:100%;
        margin:0;
    }
    .is-nav-open .nav__layer {
        transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .is-dropdown-open .nav__dropdown {
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (min-width: 1280px) {
    .is-dropdown-visible .nav__dropdown {
        transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0)
    }

    .is-dropdown-visible .nav__dropdown:before {
        transform: scale(1)
    }
}

.navDates {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-border)
}

@media screen and (max-width: 599px) {
    .navDates .container {
        width: 100%
    }
}

@media screen and (min-width: 600px) {
    .navDates {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1025px) {
    .navDates {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1441px) {
    .navDates {
        margin-bottom: 50px
    }
}

.navDates__list {
    display: flex;
    flex-flow: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.navDates__list ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: transparent
}

.navDates__list ::-webkit-scrollbar {
    background-color: transparent
}

.navDates__list ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent
}

@media screen and (max-width: 599px) {
    .navDates__item:first-child {
        padding-left: 20px
    }

    .navDates__item:last-child {
        padding-right: 20px
    }
}

.navDates__item+.navDates__item {
    margin-left: 33px
}

.navDates__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: block;
    padding: 19px 0 28px;
    color: var(--color-grey-1);
    text-align: left;
    white-space: nowrap;
    transition: all 0.25s ease-out
}

.navDates__link .icon {
    display: block
}

.navDates__link::before,
.navDates__link::after {
    content: '';
    display: block
}

.navDates__link::before {
    padding-top: 0px
}

.navDates__link::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .navDates__link {
        font-size: 18px;
        line-height: 25px
    }

    .navDates__link::before {
        padding-top: 1px
    }

    .navDates__link::after {
        margin-bottom: -6px
    }
}

.navDates__link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 0;
    background-color: var(--color-primary);
    transition: height 0.2s ease
}

.navDates__link:hover {
    color: var(--color-primary)
}

.navDates__link.is-active {
    color: var(--color-primary)
}

.navDates__link.is-active:before {
    height: 3px
}









/* ========================================================================== */
/* # HEADER / EDITION / MENU VILLE */
/* ========================================================================== */



.edition {
    position: relative
}

.edition .nav__dropdown {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: auto;
    right: 0;
    top: calc(100% + 11px);
    min-width: 200px;
    height: auto;
    padding: 16px 22px;
    white-space: nowrap;
    z-index: 2;
    transform: translateY(-5px);
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85)
}

.edition .nav__dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-background-main);
    border: 1px solid var(--color-border);
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
    z-index: -1;
    transform: translateY(-5px) scale(0.975);
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85)
}

.edition__current {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 20px;
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    color: var(--color-grey-1);
    transition: all 0.25s ease-out
}

.edition__current .icon {
    display: block
}

.edition__current .icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    fill: var(--color-grey-1);
    transform: translateY(-50%);
    transition: fill 0.25s ease-out, transform 0.15s ease-out
}

.edition__current:hover {
    color: var(--color-grey-darker)
}

.edition__current:hover .icon {
    color: var(--color-grey-darker)
}

.edition__currentCity {
    display: block
}

.edition__currentDate {
    display: block;
    margin-top: 3px
}

.edition__item+.edition__item {
    margin-top: 14px
}

.edition__choice {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left
}

.edition__choice .icon {
    display: block
}

.edition__choice:hover .edition__city {
    color: var(--color-primary)
}

.edition__city {
    margin-right: 7px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text);
    transition: all 0.25s ease-out
}

.edition__date {
    font-size: 12px;
    color: var(--color-grey-1)
}

.is-dropdown-visible .edition__current {
    color: var(--color-grey-darker)
}

.is-dropdown-visible .edition__current .icon {
    color: var(--color-grey-darker);
    transform: translateY(-50%) rotate(180deg)
}

.is-dropdown-visible .nav__dropdown {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0)
}

.is-dropdown-visible .nav__dropdown:before {
    transform: translateY(0) scale(1)
}

.edition--single .edition__current {
    padding-right: 0
}



/* ========================================================================== */
/* # Bandeau : Tickets                                                        */
/* ========================================================================== */












.tickets {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 30px 0 40px;
    color: var(--color-white);
    background-color: var(--color-secondary)
}

@media screen and (max-width: 599px) {
    .tickets {
        text-align: center
    }
}

@media screen and (min-width: 600px) {
    .tickets {
        padding: 80px 0 95px
    }
}

.tickets__container {
    display: flex;
    flex-flow: row wrap
}

.tickets__left {
    width: 100%
}

@media screen and (min-width: 600px) {
    .tickets__left {
        width: calc((((100vw - 280px) / 12) * 8) + 140px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .tickets__left {
        width: calc((((100vw - 390px) / 12) * 7) + 180px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .tickets__left {
        width: calc((((100vw - 550px) / 12) * 7) + 180px)
    }
}

@media screen and (min-width: 1441px) {
    .tickets__left {
        width: 699.166666667px
    }
}

.tickets__right {
    width: 100%
}

@media screen and (min-width: 600px) {
    .tickets__right {
        width: calc((((100vw - 280px) / 12) * 4) + 60px);
        justify-content: flex-end;
        text-align: right
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .tickets__right {
        width: calc((((100vw - 390px) / 12) * 5) + 120px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .tickets__right {
        width: calc((((100vw - 550px) / 12) * 5) + 120px)
    }
}

@media screen and (min-width: 1441px) {
    .tickets__right {
        width: 490.833333333px
    }
}

.tickets__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.tickets__title::before,
.tickets__title::after {
    content: '';
    display: block
}

.tickets__title::before {
    padding-top: 2px
}

.tickets__title::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .tickets__title {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: -.25px
    }

    .tickets__title::before {
        padding-top: 4px
    }

    .tickets__title::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1025px) {
    .tickets__title {
        font-size: 40px;
        line-height: 50px
    }

    .tickets__title::before {
        padding-top: 0px
    }

    .tickets__title::after {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 1441px) {
    .tickets__title {
        font-size: 45px;
        line-height: 55px
    }

    .tickets__title::before {
        padding-top: 1px
    }

    .tickets__title::after {
        margin-bottom: -11px
    }
}

.tickets__cta {
    display: inline-flex;
    margin-top: 30px;
    padding-right: 15px
}

@media screen and (min-width: 600px) {
    .tickets__cta {
        margin-top: 13px
    }
}

@media screen and (min-width: 1025px) {
    .tickets__cta {
        margin-top: 20px
    }
}














/* ========================================================================== */
/* # CONTENU SPONSORISES */
/* ========================================================================== */





.ad {
    width: 100%;
    background-color: var(--color-background-grey)
}

.ad__title {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-grey-1);
    text-transform: uppercase;
    font-weight: 400;
}

.ad__wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.ad__wrapper>div {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px
}

.ad__row {
    display: flex;
    flex-flow: row wrap
}



@media screen and (min-width: 400px) and (max-width: 599px) {
    .pub,
    .ad__item {
        width: 100%;
        flex: 1 1 45%;
    }
    
    .ad__row {
        gap:15px;
    }
}

@media screen and (max-width: 400px) {
    .pub,
    .ad__item {
        flex: 1 1 100%;
    }
    .ad__row {
        gap:15px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pub,
    .ad__item {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-right: 20px
    }
    .pub:nth-child(2n+2),
    .ad__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .pub,
    .ad__item {
        width: calc((((100vw - 390px) / 12) * 6) + 150px);
        margin-right: 30px
    }
    .pub:nth-child(2n+2),
    .ad__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .pub,
    .ad__item {
        width: calc((((100vw - 550px) / 12) * 3) + 60px);
        margin-right: 30px
    }
    .pub:nth-child(4n+4),
    .ad__item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (min-width: 1441px) {
    .pub,
    .ad__item {
        width: 282.5px;
        margin-right: 30px
    }
    .pub:nth-child(4n+4),
    .ad__item:nth-child(4n+4) {
        margin-right: 0
    }
}

.panel .ad--panel {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .panel .ad--panel {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 0 30px
    }
}

@media screen and (min-width: 1025px) {
    .panel .ad--panel {
        width: calc(100% + 160px);
        margin-left: -80px;
        padding: 0 80px
    }
}

.ad--home {
    display: none;
    background-color: var(--color-text)
}

.ad--home .ad__wrapper>div {
    padding: 0
}

@media screen and (min-width: 1280px) {
    .ad--home {
        display: block
    }
}

.ad--footer .ad__wrapper>div {
    padding: 0 0 20px
}







/* ========================================================================== */
/* # FILTRES DE RECHERCHE (Replay) */
/* ========================================================================== */






.filters {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

@media screen and (max-width: 1024px) {
    .filters {
        display: flex;
        flex-flow: column-reverse wrap
    }
}

.filters__top {
    padding: 0 0 20px
}

@media screen and (min-width: 1280px) {
    .filters__top {
        padding: 14px 0
    }
}

.filters__topContainer {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end
}

@media screen and (min-width: 1025px) {
    .filters__topContainer {
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between
    }
}

.filters__topLeft {
    display: none;
    order: 2;
    width: 100%;
    gap: 5px;
}

@media screen and (min-width: 1280px) {
    .filters__topLeft {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        display: inline-flex;
        order: 1;
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .filters__topLeft {
        width: 803.333333333px;
        margin-right: 30px
    }
}

.filters__topRight {
    order: 1;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 16px;
}

@media screen and (min-width: 1280px) {
    .filters__topRight {
        width: calc((((100vw - 550px) / 12) * 4) + 90px);
        order: 2
    }
}

@media screen and (min-width: 1441px) {
    .filters__topRight {
        width: 386.666666667px
    }
}

.filters__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: .7px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 22px 20px;
    color: var(--color-primary);
    text-align: right;
    background-color: var(--color-background-grey)
}

.filters__toggle .icon {
    display: block
}

.filters__toggle::before,
.filters__toggle::after {
    content: '';
    display: block
}

.filters__toggle::before {
    padding-top: 3px
}

.filters__toggle::after {
    margin-bottom: -3px
}

@media screen and (min-width: 600px) {
    .filters__toggle {
        font-size: 13px;
        line-height: 15px
    }

    .filters__toggle::before {
        padding-top: 3px
    }

    .filters__toggle::after {
        margin-bottom: -3px
    }
}

.filters__toggle .icon {
    margin-left: 9px
}

.filters__toggle .icon {
    fill: var(--color-primary)
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .filters__toggle {
        padding: 22px 40px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .filters__toggle {
        padding: 22px 60px
    }
}

@media screen and (min-width: 1280px) {
    .filters__toggle {
        display: none
    }
}

.filters__toggleTotal {
    margin-left: 2px
}

.filters__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 15px;
    color: var(--color-text);
    text-align: left;
    transition: color 0.25s ease
}


.filters__btn::before,
.filters__btn::after {
    content: '';
    display: block
}

.filters__btn::before {
    padding-top: 2px
}

.filters__btn::after {
    margin-bottom: -7px
}

@media screen and (min-width: 1280px) {
    .filters__btn {
        font-size: 18px;
        line-height: 25px;
        font-weight: 400
    }

    .filters__btn::before {
        padding-top: 1px
    }

    .filters__btn::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1280px) {
    .filters__btn {
        margin-right: 20px
    }
}


.filters__btn .icon {
    position: relative;
    top: 1px;
    display: block;
    transition: all 0.25s ease;
    margin-left: 7px;
    font-size: 10px;
}

.filters__btn.is-open .icon {
    transform: rotate(180deg)
}

.filters__btnWording {
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.filters__btn--reset {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: var(--color-grey-1)
}

.filters__btn--reset.is-visible {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.filters__dropdown {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 2;
    background-color: var(--color-background-grey);
    box-shadow: inset 0px -1px 0px 0px var(--color-border);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1)
}

.filters__box {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0 35px;
    transition: all 0.25s ease-out
}

.filters__box.is-open {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.filters__list {
    width: 595px
}

.filters__item {
    margin-bottom: -13px
}

@media screen and (min-width: 1280px) {
    .filters__item {
        margin-bottom: -8px
    }
}

.filters__mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
    max-width: 450px;
    height: 100%;
    z-index: 100;
    background-color: var(--color-background-main);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (min-width: 1280px) {
    .filters__mobile {
        display: none
    }
}
@media screen and (max-width: 1280px) {
    .filters__dropdown {
        display:none;
    }
}

.filters__mobileContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.filters__mobileHeader {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background-color: var(--color-background-main);
    border-bottom: 1px solid var(--color-border);
    z-index: 2
}

.filters__mobileBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: .7px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    color: var(--color-grey-1)
}

.filters__mobileBtn .icon {
    display: block
}

.filters__mobileBtn::before,
.filters__mobileBtn::after {
    content: '';
    display: block
}

.filters__mobileBtn::before {
    padding-top: 3px
}

.filters__mobileBtn::after {
    margin-bottom: -3px
}

@media screen and (min-width: 600px) {
    .filters__mobileBtn {
        font-size: 13px;
        line-height: 15px
    }

    .filters__mobileBtn::before {
        padding-top: 3px
    }

    .filters__mobileBtn::after {
        margin-bottom: -3px
    }
}

.filters__mobileBtn--back {
    color: var(--color-primary)
}

.filters__mobileBtn--back .icon {
    margin-top: -1px;
    margin-right: 10px
}

.filters__mobileBtn--back .icon {
    fill: var(--color-primary)
}

.filters__mobileContent {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 85px 20px 90px
}

.filters__mobileSection+.filters__mobileSection {
    margin-top: 15px
}

.filters__mobileTitle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    display: block;
    margin-bottom: 20px
}

.filters__mobileTitle::before,
.filters__mobileTitle::after {
    content: '';
    display: block
}

.filters__mobileTitle::before {
    padding-top: 0px
}

.filters__mobileTitle::after {
    margin-bottom: -5px
}

@media screen and (min-width: 600px) {
    .filters__mobileTitle {
        font-size: 25px;
        line-height: 30px
    }

    .filters__mobileTitle::before {
        padding-top: 1px
    }

    .filters__mobileTitle::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1025px) {
    .filters__mobileTitle {
        font-size: 27px;
        line-height: 32px
    }

    .filters__mobileTitle::before {
        padding-top: 1px
    }

    .filters__mobileTitle::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1280px) {
    .filters__mobileTitle {
        font-size: 30px;
        line-height: 37px
    }

    .filters__mobileTitle::before {
        padding-top: 2px
    }

    .filters__mobileTitle::after {
        margin-bottom: -7px
    }
}

.filters__mobileList {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px
}

.filters__mobileItem {
    margin: 0 5px 10px
}

.filters__mobileLink {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    display: inline-flex;
    padding: 12px 12px;
    color: var(--color-grey-darker);
    text-align: left;
    border: 1px solid var(--color-border);
    border-radius: 3px;
    transition: 0.1s all ease-in-out
}

.filters__mobileLink .icon {
    display: block
}

.filters__mobileLink::before,
.filters__mobileLink::after {
    content: '';
    display: block
}

.filters__mobileLink::before {
    padding-top: 0px
}

.filters__mobileLink::after {
    margin-bottom: -5px
}

.filters__mobileLink.is-active {
    color: var(--color-primary);
    border-color: var(--color-primary)
}

.filters__mobileFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: var(--color-background-main);
    border-top: 1px solid var(--color-border);
    z-index: 2
}

.filters__mobileUpdate {
    width: 100%;
    margin: 0;
    justify-content: center;
    border: 0
}

.filters__mobileLayer {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black-40);
    z-index: 99;
    transition: all 0.7s ease-out
}

@media screen and (min-width: 1280px) {
    .filters__mobileLayer {
        display: none
    }
}

.is-filters-open .filters__mobileLayer {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.7s ease-out
}

@media screen and (max-width: 1279px) {
    .is-filters-open .filters__mobile {
        transform: translateX(0)
    }
    .is-filters-open {
        overflow:hidden;
    }
}

.filters--grey {
    background-color: var(--color-background-grey)
}

.filters--grey .filters__top {
    border-bottom: 1px solid var(--color-border)
}

.filters--grey .filtersSearch__input:hover,
.filters--grey .filtersSearch__input:focus {
    background-color: var(--color-border-hover)
}

@media screen and (min-width: 600px) {
    .filters--grey {
        display: flex;
        flex-flow: row-reverse wrap;
        justify-content: space-between;
        padding: 10px 30px;
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border)
    }

    .filters--grey .filters__toggle {
        /* width: calc((((100vw - 280px) / 12) * 6) + 100px); */
        padding: 0;
        margin-right: 20px;               
        width: fit-content;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {

    .filters--grey .filters__top,
    .filters--grey .container {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        padding-bottom: 0;
        border-bottom: 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .filters--grey {
        padding: 10px 30px
    }

    .filters--grey .filters__top,
    .filters--grey .container {
        width: calc((((100vw - 390px) / 12) * 6) + 150px);
        padding-bottom: 0;
        border-bottom: 0
    }

    .filters--grey .filters__toggle {
        /* width: calc((((100vw - 390px) / 12) * 6) + 150px); */
        margin-right: 0;
        margin-right: 30px;        
        width: fit-content;
    }
}

@media screen and (min-width: 1280px) {
    .filters--grey {
        padding: 0;
        border-top: 0;
        border-bottom: 0
    }

    .filters--grey .filters__top {
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid var(--color-border)
    }
}

.filters--primary {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-flow: column wrap;
    background-color: var(--color-background-primary)
}

.filters--primary .filters__toggle {
    background-color: var(--color-background-main);
    border-bottom: 1px solid var(--color-border)
}

.filters--primary .filters__top {
    padding-top: 0
}

.filters--primary .filters__btn {
    color: var(--color-white)
}

.filters--primary .filters__btn .icon {
    fill: var(--color-white)
}

.filters--primary .filters__dropdown {
    color: var(--color-white);
    background-color: var(--color-primary);
    box-shadow: none
}

.filters--primary .filters__label {
    color: var(--color-white-60)
}

.filters--primary .filters__label:before {
    border-color: var(--color-white-40)
}

.filters--primary .filters__label:hover {
    color: var(--color-white)
}

.filters--primary .filters__label:hover:before {
    border-color: var(--color-white-60)
}

.filters--primary input[type="checkbox"]:checked+.filters__label,
.filters--primary input[type="radio"]:checked+.filters__label {
    color: var(--color-white)
}

.filters--primary input[type="checkbox"]:checked+.filters__label:before,
.filters--primary input[type="radio"]:checked+.filters__label:before {
    background-color: var(--color-background-main);
    border-color: var(--color-white)
}

.filters--primary .filters__btn--reset {
    color: var(--color-white-60)
}

.filters--primary .filters__btn--reset:hover {
    color: var(--color-white)
}

.filters--primary .filtersSearch .icon {
    fill: var(--color-white)
}

.filters--primary .filtersSearch__input {
    color: var(--color-white);
    background-color: var(--color-black-20)
}

.filters--primary .filtersSearch__input:hover,
.filters--primary .filtersSearch__input:focus {
    background-color: var(--color-black-25)
}

.filters--primary .filtersSearch__input::-webkit-input-placeholder {
    color: var(--color-white-70)
}

.filters--primary .filtersSearch__input:-moz-placeholder {
    color: var(--color-white-70)
}

.filters--primary .filtersSearch__input::-moz-placeholder {
    color: var(--color-white-70)
}

.filters--primary .filtersSearch__input:-ms-input-placeholder {
    color: var(--color-white-70)
}

@media screen and (min-width: 1025px) {
    .filters--primary .filters__top {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid var(--color-border-fade);
        border-bottom: 1px solid var(--color-border-fade)
    }
}

@media screen and (min-width: 1441px) {
    .filters--primary .filters__top {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.filtersSearch {
    position: relative;
    width:100%;
}

.filtersSearch__input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: var(--color-text);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    display: block;
    width: 100%;
    min-width: 300px;
    height: 50px;
    padding: 0 60px 0 20px;
    background-color: var(--color-border);
    border-radius: 3px;
    transition: all 0.25s ease
}

.filtersSearch__input::-ms-clear {
    display: none
}

.filtersSearch__input::-webkit-search-decoration,
.filtersSearch__input::-webkit-search-cancel-button,
.filtersSearch__input::-webkit-search-results-button,
.filtersSearch__input::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.filtersSearch__input.is-error {
    border-color: var(--color-form-error)
}

.filtersSearch__input::before,
.filtersSearch__input::after {
    content: '';
    display: block
}

.filtersSearch__input::before {
    padding-top: 0px
}

.filtersSearch__input::after {
    margin-bottom: -5px
}

.filtersSearch__input::-webkit-input-placeholder {
    color: var(--color-placeholder)
}

.filtersSearch__input:-moz-placeholder {
    color: var(--color-placeholder)
}

.filtersSearch__input::-moz-placeholder {
    color: var(--color-placeholder)
}

.filtersSearch__input:-ms-input-placeholder {
    color: var(--color-placeholder)
}

.filtersSearch__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 60px;
    z-index: 2
}

.filtersSearch__submit .icon {
    display: block;
    color: var(--color-icons);
}

.filtersSearch__submit .icon {
    display: block;
    margin: 0 auto
}

/* ========================================================================== */
/* # PODCAST / ARTICLE DE REPLAY */
/* ========================================================================== */

.podcast-top:not(.articles) {
    border-top: 1px solid var(--color-border)
}

@media screen and (min-width: 600px) {
    .podcast-top {
        padding-top: 30px
    }
}

@media screen and (min-width: 1280px) {
    .podcast-top {
        padding-top: 40px
    }
}

.podcast__content {
    width: 100%
}

@media screen and (min-width: 1280px) {
    .podcast__content {
        width: calc((((100vw - 550px) / 12) * 9) + 240px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .podcast__content {
        width: 907.5px;
        margin-right: 30px
    }
}

.podcast__sidebar {
    width: 100%
}

.podcast__sidebar .podcast__section {
    margin-top: 0
}

@media screen and (max-width: 599px) {
    .podcast__sidebar {
        margin-top: 35px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .podcast__sidebar {
        margin-top: 45px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .podcast__sidebar {
        margin-top: 45px
    }
}

@media screen and (min-width: 1280px) {
    .podcast__sidebar {
        width: calc((((100vw - 550px) / 12) * 3) + 60px)
    }
}

@media screen and (min-width: 1441px) {
    .podcast__sidebar {
        width: 282.5px
    }
}

.podcast__header {
    display: flex;
    flex-flow: row wrap
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .podcast__headerLeft {
        width: calc((((100vw - 390px) / 12) * 10) + 270px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .podcast__headerLeft {
        width: calc((((100vw - 550px) / 12) * 7) + 180px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .podcast__headerLeft {
        width: 699.166666667px;
        margin-right: 30px
    }
}

@media screen and (max-width: 1024px) {
    .podcast__headerRight {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .podcast__headerRight {
        width: calc((((100vw - 390px) / 12) * 2) + 30px);
        margin-top: 2px;
        text-align: right
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .podcast__headerRight {
        width: calc((((100vw - 550px) / 12) * 2) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .podcast__headerRight {
        width: 178.333333333px
    }
}

.podcast__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.podcast__title::before,
.podcast__title::after {
    content: '';
    display: block
}

.podcast__title::before {
    padding-top: 1px
}

.podcast__title::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .podcast__title {
        font-size: 35px;
        line-height: 40px
    }

    .podcast__title::before {
        padding-top: 2px
    }

    .podcast__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .podcast__title {
        font-size: 38px;
        line-height: 45px
    }

    .podcast__title::before {
        padding-top: 3px
    }

    .podcast__title::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1441px) {
    .podcast__title {
        font-size: 42px;
        line-height: 55px
    }

    .podcast__title::before {
        padding-top: 2px
    }

    .podcast__title::after {
        margin-bottom: -12px
    }
}

.podcast__cover {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-bottom:56.25%;
    height:0px;
}


.podcast__cover img,.podcast__cover iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 599px) {
    .podcast__cover {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-bottom: 63%;
        border-radius: 0
    }
}

@media screen and (min-width: 600px) {
    .podcast__cover {
        margin-bottom: 15px
    }
}

.podcast__details {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 19px
}

.podcast__details::before,
.podcast__details::after {
    content: '';
    display: block
}

.podcast__details::before {
    padding-top: 0px
}

.podcast__details::after {
    margin-bottom: -5px
}

@media screen and (min-width: 600px) {
    .podcast__details {
        margin-top: 23px
    }
}

.podcast__format {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-weight: 500;
    color: var(--color-primary)
}

@media screen and (max-width: 599px) {
    .podcast__format {
        display: block
    }
}

.podcast__animator {
    margin-right: 10px;
    color: var(--color-grey-darker)
}

@media screen and (max-width: 599px) {
    .podcast__animator {
        display: block
    }
}

.podcast__date {
    color: var(--color-grey-1)
}

@media screen and (max-width: 599px) {
    .podcast__date {
        display: block
    }
}

.podcast__text {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 25px;
    color: var(--color-grey-darker)
}

.podcast__text::before,
.podcast__text::after {
    content: '';
    display: block
}

.podcast__text::before {
    padding-top: 2px
}

.podcast__text::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .podcast__text {
        font-size: 17px;
        line-height: 28px
    }

    .podcast__text::before {
        padding-top: 3px
    }

    .podcast__text::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1025px) {
    .podcast__text {
        font-size: 18px;
        line-height: 30px
    }

    .podcast__text::before {
        padding-top: 3px
    }

    .podcast__text::after {
        margin-bottom: -8px
    }
}
.podcast__text + .podcast__richcontainer {
    margin-top:25px;
}
.podcast__section {
    margin-top: 35px
}

@media screen and (min-width: 600px) {
    .podcast__section {
        margin-top: 55px
    }
}

.podcast__sectionHeader {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-border)
}

@media screen and (min-width: 1280px) {
    .podcast__sectionHeader--mobile {
        display: none
    }
}

.podcast__sectionTitle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    padding-bottom: 20px
}

.podcast__sectionTitle::before,
.podcast__sectionTitle::after {
    content: '';
    display: block
}

.podcast__sectionTitle::before {
    padding-top: 0px
}

.podcast__sectionTitle::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1025px) {
    .podcast__sectionTitle {
        font-size: 22px;
        line-height: 27px
    }

    .podcast__sectionTitle::before {
        padding-top: 0px
    }

    .podcast__sectionTitle::after {
        margin-bottom: -5px
    }
}

@media screen and (min-width: 1441px) {
    .podcast__sectionTitle {
        font-size: 25px;
        line-height: 30px;
    }

    .podcast__sectionTitle::before {
        padding-top: 1px
    }

    .podcast__sectionTitle::after {
        margin-bottom: -6px
    }
}

.podcasts__list {
    opacity: 1;
    transition: all 0.25s ease;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -20px
}

.podcasts__list.is-fade {
    opacity: 0
}

@media screen and (min-width: 1025px) {
    .podcasts__list {
        margin-bottom: -30px
    }
}

@media screen and (max-width: 599px) {
    .podcasts__item {
        width: calc((((100vw - 140px) / 6) * 3) + 40px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .podcasts__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .podcasts__item {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .podcasts__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .podcasts__item {
        width: calc((((100vw - 390px) / 12) * 3) + 60px);
        margin-right: 30px;
        margin-bottom: 30px
    }

    .podcasts__item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (min-width: 1280px) {
    .podcasts__item {
        width: calc((((100vw - 550px) / 12) * 3) + 60px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .podcasts__item {
        width: 282.5px;
        margin-right: 30px
    }
}

.podcastsSuggest .loadMore__btn {
    margin-top: 30px
}

@media screen and (min-width: 600px) {
    .podcastsSuggest .loadMore__btn {
        margin-top: 15px
    }
}

.podcastsSuggest .loadMore .container {
    width: 100%
}

@media screen and (max-width: 599px) {
    .podcastsSuggest__list {
        margin-bottom: -20px
    }
}

@media screen and (max-width: 1279px) {
    .podcastsSuggest__list {
        display: flex;
        flex-flow: row wrap
    }
}

@media screen and (max-width: 599px) {
    .podcastsSuggest__item {
        width: calc((((100vw - 140px) / 6) * 3) + 40px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .podcastsSuggest__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .podcastsSuggest__item {
        width: calc((((100vw - 280px) / 12) * 4) + 60px);
        margin-right: 20px;
        margin-bottom: 30px
    }

    .podcastsSuggest__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .podcastsSuggest__item {
        width: calc((((100vw - 390px) / 12) * 4) + 90px);
        margin-right: 30px;
        margin-bottom: 30px
    }

    .podcastsSuggest__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (min-width: 1280px) {
    .podcastsSuggest__item {
        margin-bottom: 15px
    }
}

.podcastsSuggest__link:hover .podcastsSuggest__title {
    color: var(--color-primary)
}

@media screen and (min-width: 1280px) {
    .podcastsSuggest__single {
        display: flex;
        flex-flow: row wrap
    }
}

@media screen and (max-width: 599px) {
    .podcastsSuggest__left {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .podcastsSuggest__left {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .podcastsSuggest__left {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1280px) {
    .podcastsSuggest__left {
        width: 105px
    }
}

@media screen and (min-width: 1280px) {
    .podcastsSuggest__right {
        width: calc(100% - 105px);
        padding-left: 15px
    }
}

.podcastsSuggest__media {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px
}

.podcastsSuggest__media img,
.podcastsSuggest__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.podcastsSuggest__title {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: -9px;
    transition: all 0.25s ease-out
}

.podcastsSuggest__title::before,
.podcastsSuggest__title::after {
    content: '';
    display: block
}

.podcastsSuggest__title::before {
    padding-top: 0px
}

.podcastsSuggest__title::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .podcastsSuggest__title {
        font-size: 18px;
        line-height: 25px
    }

    .podcastsSuggest__title::before {
        padding-top: 1px
    }

    .podcastsSuggest__title::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1280px) {
    .podcastsSuggest__title {
        font-family: "IBM-Plex-Sans", sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        font-variant-ligatures: common-ligatures;
        /*font-variant-numeric: oldstyle-nums;*/
        font-kerning: normal
    }

    .podcastsSuggest__title::before,
    .podcastsSuggest__title::after {
        content: '';
        display: block
    }

    .podcastsSuggest__title::before {
        padding-top: 4px
    }

    .podcastsSuggest__title::after {
        margin-bottom: -4px
    }
}

.podcastsSuggest__details {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .01em;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 9px
}

.podcastsSuggest__details::before,
.podcastsSuggest__details::after {
    content: '';
    display: block
}

.podcastsSuggest__details::before {
    padding-top: 0px
}

.podcastsSuggest__details::after {
    margin-bottom: -5px
}

.podcastsSuggest__format {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    font-weight: 500;
    color: var(--color-primary)
}

.podcastsSuggest__duration {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-grey-1)
}

.assets__list {
    display: flex;
    flex-flow: row wrap
}

.assets__item {
    margin-bottom: 30px
}

.assets__item:nth-child(2n+2) {
    margin-right: 0
}

@media screen and (max-width: 599px) {
    .assets__item {
        width: calc(100vw - 40px)
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .assets__item {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-right: 20px
    }
}

@media screen and (min-width: 1025px) {
    .assets__item {
        width: calc((((100vw - 390px) / 12) * 6) + 150px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .assets__item {
        width: calc((((100vw - 550px) / 12) * 4) + 90px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .assets__item {
        width: 386.666666667px;
        margin-right: 30px
    }
}

.assets__link:hover .assets__title {
    color: var(--color-primary)
}

.assets__link:hover .assets__media img {
    transform: scale(1.025)
}

.assets__media {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 5px;
    border-radius: 3px
}

.assets__media img,
.assets__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1025px) {
    .assets__media {
        margin-bottom: 10px
    }
}

.assets__media img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: scale(1.01);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    
    object-fit: cover;
    object-position: center;

}

.assets__details {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.assets__details::before,
.assets__details::after {
    content: '';
    display: block
}

.assets__details::before {
    padding-top: 0px
}

.assets__details::after {
    margin-bottom: -5px
}

.assets__format {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-weight: 500;
    color: var(--color-primary);
    text-transform: capitalize;
}

.assets__duration {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-grey-1)
}

.assets__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-bottom: 13px;
    transition: all 0.25s ease-out
}

.assets__title::before,
.assets__title::after {
    content: '';
    display: block
}

.assets__title::before {
    padding-top: 0px
}

.assets__title::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .assets__title {
        font-size: 18px;
        line-height: 25px
    }

    .assets__title::before {
        padding-top: 1px
    }

    .assets__title::after {
        margin-bottom: -6px
    }
}

.assets__podcast {
    position: absolute;
    bottom: 15px;
    left: 15px;
    pointer-events: none;
    z-index: 2
}

.assets__podcast .icon {
    fill: var(--color-white-40)
}

.assets__podcast.assets__podcast--white .icon {
    fill: var(--color-white)
}

@media screen and (max-width: 599px) {
    .assets__podcast {
        left: 10px;
        bottom: 10px
    }

    .assets__podcast .icon--podcast,
    .assets__podcast .icon {
        width: 42px;
        height: 25px
    }
}

.assets__single--featured .assets__media {
    margin-bottom: 10px
}

.assets__single--featured .assets__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-bottom: 13px
}

.assets__single--featured .assets__title::before,
.assets__single--featured .assets__title::after {
    content: '';
    display: block
}

.assets__single--featured .assets__title::before {
    padding-top: 0px
}

.assets__single--featured .assets__title::after {
    margin-bottom: -5px
}

@media screen and (min-width: 600px) {
    .assets__single--featured .assets__title {
        font-size: 25px;
        line-height: 30px
    }

    .assets__single--featured .assets__title::before {
        padding-top: 1px
    }

    .assets__single--featured .assets__title::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1025px) {
    .assets__single--featured .assets__title {
        font-size: 27px;
        line-height: 32px
    }

    .assets__single--featured .assets__title::before {
        padding-top: 1px
    }

    .assets__single--featured .assets__title::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1280px) {
    .assets__single--featured .assets__title {
        font-size: 30px;
        line-height: 37px
    }

    .assets__single--featured .assets__title::before {
        padding-top: 2px
    }

    .assets__single--featured .assets__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .assets__single--featured .assets__title {
        margin-bottom: 18px
    }
}

@media screen and (max-width: 1024px) {
    .assetsGrid__list {
        display: grid;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-areas: "article1 article2";
        margin-bottom: -25px        
    }
}

@media screen and (max-width: 400px) {
    .assetsGrid__list {
        display: grid;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-areas: "article2";
        margin-bottom: -25px        
    }
}

@media screen and (min-width: 1025px) {
    .assetsGrid__list {
        display: grid;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-areas: "feature article1 article2" "feature article3 article4"
    }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
    /* .assetsGrid__item+.assetsGrid__item {
        margin-top: 25px
    } */
        
    .assetsGrid__item {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-bottom: 15px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .assetsGrid__item {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-bottom: 25px
    }

    .assetsGrid__item:nth-child(2n+1) {
        margin-right: 20px
    }
}

@media screen and (min-width: 1025px) {
    .assetsGrid__item+.assetsGrid__item {
        margin-top: 0
    }

    .assetsGrid__item:nth-child(1) {
        width: calc((((100vw - 390px) / 12) * 6) + 150px)
    }

    .assetsGrid__item:nth-child(1) .assets__media {
        margin-bottom: 15px
    }

    .assetsGrid__item:nth-child(1) .assets__title {
        font-family: "IBM-Plex-Sans-Condensed", sans-serif;
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-variant-ligatures: common-ligatures;
        /*font-variant-numeric: oldstyle-nums;*/
        font-kerning: normal;
        margin-bottom: 20px
    }

    .assetsGrid__item:nth-child(1) .assets__title::before,
    .assetsGrid__item:nth-child(1) .assets__title::after {
        content: '';
        display: block
    }

    .assetsGrid__item:nth-child(1) .assets__title::before {
        padding-top: 1px
    }

    .assetsGrid__item:nth-child(1) .assets__title::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 1025px) and (min-width: 600px) {
    .assetsGrid__item:nth-child(1) .assets__title {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -.25px
    }

    .assetsGrid__item:nth-child(1) .assets__title::before {
        padding-top: 2px
    }

    .assetsGrid__item:nth-child(1) .assets__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
    .assetsGrid__item:nth-child(1) .assets__title {
        font-size: 34px;
        line-height: 40px
    }

    .assetsGrid__item:nth-child(1) .assets__title::before {
        padding-top: 2px
    }

    .assetsGrid__item:nth-child(1) .assets__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {

    .assetsGrid__item:nth-child(2),
    .assetsGrid__item:nth-child(3),
    .assetsGrid__item:nth-child(4),
    .assetsGrid__item:nth-child(5) {
        width: calc((((100vw - 390px) / 12) * 3) + 60px)
    }

    .assetsGrid__item:nth-child(1) {
        grid-area: feature
    }

    .assetsGrid__item:nth-child(2) {
        grid-area: article1
    }

    .assetsGrid__item:nth-child(3) {
        grid-area: article2
    }

    .assetsGrid__item:nth-child(4) {
        grid-area: article3
    }

    .assetsGrid__item:nth-child(5) {
        grid-area: article4
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .assetsGrid__item:nth-child(1) {
        width: calc((((100vw - 550px) / 12) * 6) + 150px)
    }

    .assetsGrid__item:nth-child(2),
    .assetsGrid__item:nth-child(3),
    .assetsGrid__item:nth-child(4),
    .assetsGrid__item:nth-child(5) {
        width: calc((((100vw - 550px) / 12) * 3) + 60px)
    }
}

@media screen and (min-width: 1441px) {
    .assetsGrid__item:nth-child(1) {
        width: 595px
    }

    .assetsGrid__item:nth-child(2),
    .assetsGrid__item:nth-child(3),
    .assetsGrid__item:nth-child(4),
    .assetsGrid__item:nth-child(5) {
        width: 282.5px
    }
}

/* ========================================================================== */
/* # SPEAKERS
/* ========================================================================== */

.speakers__list {
    opacity: 1;
    transition: all 0.25s ease;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -30px
}

.speakers__list.is-fade {
    opacity: 0
}

@media screen and (min-width: 1280px) {
    .speakers__list {
        margin-bottom: -34px
    }
}

@media screen and (max-width: 599px) {
    .speakers__item {
        width: calc((((100vw - 140px) / 6) * 3) + 40px);
        margin-right: 20px;
        margin-bottom: 30px
    }

    .speakers__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .speakers__item {
        width: calc((((100vw - 280px) / 12) * 4) + 60px);
        margin-bottom: 30px;
        margin-right: 20px
    }

    .speakers__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .speakers__item {
        width: calc((((100vw - 390px) / 12) * 3) + 60px);
        margin-bottom: 30px;
        margin-right: 30px
    }

    .speakers__item:nth-child(4n+4) {
        margin-right: 0
    }

    .speakers__item:hover .speakers__media img {
        transform: scale(1.05)
    }
}

@media screen and (min-width: 1280px) {
    .speakers__item {
        width: calc((((100vw - 550px) / 12) * 3) + 60px);
        margin-right: 30px;
        margin-bottom: 34px
    }

    .speakers__item:nth-child(3n+3) {
        margin-right: 30px
    }

    .speakers__item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (min-width: 1441px) {
    .speakers__item {
        width: 282.5px;
        margin-right: 30px
    }
}

.speakers__link:hover .speakers__name {
    color: var(--color-primary)
}

.speakers__media {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    margin-bottom: 6px;
    border-radius: 50%;
    background-color: var(--color-black-10)
}

.speakers__media img,
.speakers__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.speakers__media img {
    border-radius: 50%
}

@media screen and (min-width: 600px) {
    .speakers__media {
        width: 140px;
        height: 140px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 1025px) {
    .speakers__media img {
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)
    }
}

.speakers__name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    transition: all 0.25s ease-out
}

.speakers__name::before,
.speakers__name::after {
    content: '';
    display: block
}

.speakers__name::before {
    padding-top: 0px
}

.speakers__name::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .speakers__name {
        font-size: 18px;
        line-height: 25px
    }

    .speakers__name::before {
        padding-top: 1px
    }

    .speakers__name::after {
        margin-bottom: -6px
    }
}

.speakers__job {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 8px;
    color: var(--color-grey-darker);
    word-break: break-word
}

.speakers__job::before,
.speakers__job::after {
    content: '';
    display: block
}

.speakers__job::before {
    padding-top: 0px
}

.speakers__job::after {
    margin-bottom: -5px
}

.speakers.is-hidden {
    display: none
}

.speakers:not(.is-hidden)+.speakers .speakers__list {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid var(--color-border)
}

@media screen and (min-width: 600px) {
    .speakers:not(.is-hidden)+.speakers .speakers__list {
        margin-top: 30px;
        padding-top: 29px
    }
}

@media screen and (min-width: 1280px) {
    .speakers:not(.is-hidden)+.speakers .speakers__list {
        margin-top: 39px;
        padding-top: 39px
    }
}

.speakers--medium .speakers__media {
    width: 140px;
    height: 140px;
    margin-bottom: 10px
}

.speakers--medium .speakers__name {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.speakers--medium .speakers__name::before,
.speakers--medium .speakers__name::after {
    content: '';
    display: block
}

.speakers--medium .speakers__name::before {
    padding-top: 0px
}

.speakers--medium .speakers__name::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1025px) {
    .speakers--medium .speakers__name {
        font-size: 22px;
        line-height: 27px
    }

    .speakers--medium .speakers__name::before {
        padding-top: 0px
    }

    .speakers--medium .speakers__name::after {
        margin-bottom: -5px
    }
}

@media screen and (min-width: 1441px) {
    .speakers--medium .speakers__name {
        font-size: 25px;
        line-height: 30px
    }

    .speakers--medium .speakers__name::before {
        padding-top: 1px
    }

    .speakers--medium .speakers__name::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 600px) {
    .speakers--medium .speakers__media {
        margin-bottom: 9px
    }

    .speakers--medium .speakers__name {
        font-family: "IBM-Plex-Sans-Condensed", sans-serif;
        font-size: 22px;
        line-height: 27px;
        font-weight: 600;
        font-variant-ligatures: common-ligatures;
        /*font-variant-numeric: oldstyle-nums;*/
        font-kerning: normal
    }

    .speakers--medium .speakers__name::before,
    .speakers--medium .speakers__name::after {
        content: '';
        display: block
    }

    .speakers--medium .speakers__name::before {
        padding-top: 0px
    }

    .speakers--medium .speakers__name::after {
        margin-bottom: -5px
    }
}

@media screen and (min-width: 600px) and (min-width: 600px) {
    .speakers--medium .speakers__name {
        font-size: 25px;
        line-height: 30px
    }

    .speakers--medium .speakers__name::before {
        padding-top: 1px
    }

    .speakers--medium .speakers__name::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 600px) and (min-width: 1025px) {
    .speakers--medium .speakers__name {
        font-size: 27px;
        line-height: 32px
    }

    .speakers--medium .speakers__name::before {
        padding-top: 1px
    }

    .speakers--medium .speakers__name::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 600px) and (min-width: 1280px) {
    .speakers--medium .speakers__name {
        font-size: 30px;
        line-height: 37px
    }

    .speakers--medium .speakers__name::before {
        padding-top: 2px
    }

    .speakers--medium .speakers__name::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .speakers--medium .speakers__media {
        width: 180px;
        height: 180px;
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1280px) {
    .speakers--medium .speakers__media {
        width: 200px;
        height: 200px;
        margin-bottom: 13px
    }

    .speakers--medium .speakers__job {
        font-family: "IBM-Plex-Sans", sans-serif;
        font-size: 16px;
        line-height: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-variant-ligatures: common-ligatures;
        /*font-variant-numeric: oldstyle-nums;*/
        font-kerning: normal;
        line-height: 28px !important
    }

    .speakers--medium .speakers__job::before,
    .speakers--medium .speakers__job::after {
        content: '';
        display: block
    }

    .speakers--medium .speakers__job::before {
        padding-top: 2px
    }

    .speakers--medium .speakers__job::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1280px) and (min-width: 600px) {
    .speakers--medium .speakers__job {
        font-size: 17px;
        line-height: 28px
    }

    .speakers--medium .speakers__job::before {
        padding-top: 3px
    }

    .speakers--medium .speakers__job::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1280px) and (min-width: 1025px) {
    .speakers--medium .speakers__job {
        font-size: 18px;
        line-height: 30px
    }

    .speakers--medium .speakers__job::before {
        padding-top: 3px
    }

    .speakers--medium .speakers__job::after {
        margin-bottom: -8px
    }
}

@media screen and (min-width: 1441px) {
    .speakers--medium .speakers__media {
        width: 240px;
        height: 240px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .speakers--article .speakers__item {
        width: calc((((100vw - 390px) / 12) * 3) + 60px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .speakers--article .speakers__item {
        width: calc((((100vw - 550px) / 12) * 2) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .speakers--article .speakers__item {
        width: 178.333333333px
    }
}

.speakersBubbles__list {
    display: flex;
    flex-flow: row wrap
}

@media screen and (min-width: 600px) {
    .speakersBubbles__list {
        margin-bottom: -30px
    }
}

@media screen and (max-width: 599px) {
    .speakersBubbles__item {
        width: 100%
    }

    .speakersBubbles__item+.speakersBubbles__item {
        margin-top: 15px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .speakersBubbles__item {
        width: calc((((100vw - 280px) / 12) * 6) + 100px);
        margin-right: 20px;
        margin-bottom: 30px
    }

    .speakersBubbles__item:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .speakersBubbles__item {
        width: calc((((100vw - 390px) / 12) * 4) + 90px);
        margin-right: 30px;
        margin-bottom: 30px
    }

    .speakersBubbles__item:nth-child(3n+3) {
        margin-right: 0
    }

    .speakersBubbles__item:hover .speakersBubbles__media img {
        transform: scale(1.05)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .speakersBubbles__item {
        width: calc((((100vw - 550px) / 12) * 3) + 60px);
        margin-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .speakersBubbles__item {
        width: 282.5px;
        margin-right: 30px
    }
}

.speakersBubbles__link:hover .speakersBubbles__name {
    color: var(--color-primary)
}

.speakersBubbles__single {
    display: flex;
    flex-flow: row wrap
}

.speakersBubbles__left {
    width: 70px
}

.speakersBubbles__right {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.speakersBubbles__media {
    position: relative;
    width: 100%;
    background-color: var(--color-secondary);
    overflow: hidden;
    border-radius: 3px;
    padding-bottom: 100%;
    background-color: var(--color-grey-2);
    border-radius: 50%
}

.speakersBubbles__media img,
.speakersBubbles__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.speakersBubbles__media img {
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    object-fit: cover;
    object-position: center;
}

.speakersBubbles__name {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: -5px;
    transition: all 0.25s ease-out
}

.speakersBubbles__name::before,
.speakersBubbles__name::after {
    content: '';
    display: block
}

.speakersBubbles__name::before {
    padding-top: 0px
}

.speakersBubbles__name::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .speakersBubbles__name {
        font-size: 18px;
        line-height: 25px
    }

    .speakersBubbles__name::before {
        padding-top: 1px
    }

    .speakersBubbles__name::after {
        margin-bottom: -6px
    }
}

.speakersBubbles__corporate {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-top: 4px;
    color: var(--color-grey-darker)
}

.speakersBubbles__corporate::before,
.speakersBubbles__corporate::after {
    content: '';
    display: block
}

.speakersBubbles__corporate::before {
    padding-top: 0px
}

.speakersBubbles__corporate::after {
    margin-bottom: -5px
}

@media screen and (min-width: 600px) {
    .speakersBubbles__corporate {
        margin-top: 9px
    }
}

/* ========================================================================== */
/* # ARTICLE
/* ========================================================================== */

.textComponent,
.insetComponent {
    text-align: left !important;
}

.introduction__text {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-grey-darker)
}

.introduction__text::before,
.introduction__text::after {
    content: '';
    display: block
}

.introduction__text::before {
    padding-top: 3px
}

.introduction__text::after {
    margin-bottom: -8px
}

@media screen and (min-width: 600px) {
    .introduction__text {
        font-size: 20px;
        line-height: 32px
    }

    .introduction__text::before {
        padding-top: 4px
    }

    .introduction__text::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1025px) {
    .introduction__text {
        font-size: 22px;
        line-height: 35px
    }

    .introduction__text::before {
        padding-top: 4px
    }

    .introduction__text::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .introduction__text {
        font-size: 25px;
        line-height: 40px
    }

    .introduction__text::before {
        padding-top: 1px
    }

    .introduction__text::after {
        margin-bottom: -11px
    }
}

@media screen and (min-width: 1441px) {
    .introduction__text {
        font-size: 28px;
        line-height: 45px
    }

    .introduction__text::before {
        padding-top: 2px
    }

    .introduction__text::after {
        margin-bottom: -12px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .introduction__text {
        width: calc((((100vw - 280px) / 12) * 10) + 180px);
        margin-left: calc(((((100vw - 280px) / 12) * 1) + 0px) + 20px)
    }
}

@media screen and (min-width: 1025px) {
    .introduction__text {
        width: calc((((100vw - 390px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 390px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1280px) {
    .introduction__text {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .introduction__text {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
}

.articleBack {
    padding: 22px 0 19px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border)
}

@media screen and (min-width: 1025px) {
    .articleBack {
        padding: 27px 0 24px
    }
}

.articleBack__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.articleBack__container .share {
    margin-top: -3px
}

.articleBack__cta {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: .7px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    margin-top: -3px;
    color: var(--color-primary);
    transition: all 0.25s ease-out
}

.articleBack__cta::before,
.articleBack__cta::after {
    content: '';
    display: block
}

.articleBack__cta::before {
    padding-top: 3px
}

.articleBack__cta::after {
    margin-bottom: -3px
}

@media screen and (min-width: 600px) {
    .articleBack__cta {
        font-size: 13px;
        line-height: 15px;
    }

    .articleBack__cta::before {
        padding-top: 3px
    }

    .articleBack__cta::after {
        margin-bottom: -3px
    }
}

.articleBack__cta .icon {
    margin-right: 9px
}

.articleBack__cta svg {
    fill: var(--color-primary);
    transition: all 0.25s ease-out
}

.articleBack__cta:hover {
    opacity: .95
}

.articleBack--no-border {
    border-bottom: 0
}

.articleHeader__container {
    display: flex;
    flex-flow: row wrap;
    padding-top: 20px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .articleHeader__container {
        padding-top: 30px
    }
}

@media screen and (min-width: 1025px) {
    .articleHeader__container {
        width: calc(100vw - 60px);
        padding-top: 41px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .articleHeader__container {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .articleHeader__container {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
}

.articleSection {
    width: 100%;
    margin-top: 40px
}

.articleSection .tickets {
    display: none
}

.articleSection--tickets {
    margin-top: auto;
    padding-top: 40px
}

@media screen and (min-width: 1025px) {
    .articleSection {
        margin-top: 60px
    }

    .articleSection--tickets {
        margin-top: auto;
        padding-top: 60px
    }
}

.articleSection+.articleSection:not(.articleSection--tickets) {
    margin-top: 40px
}

@media screen and (min-width: 1025px) {
    .articleSection+.articleSection:not(.articleSection--tickets) {
        margin-top: 60px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .articleSection__container {
        width: calc(100vw - 60px)
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .articleSection__container {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .articleSection__container {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
}

.articleSection__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 25px;
    color: var(--color-primary)
}

.articleSection__title::before,
.articleSection__title::after {
    content: '';
    display: block
}

.articleSection__title::before {
    padding-top: 1px
}

.articleSection__title::after {
    margin-bottom: -6px
}

@media screen and (min-width: 600px) {
    .articleSection__title {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -.25px
    }

    .articleSection__title::before {
        padding-top: 2px
    }

    .articleSection__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .articleSection__title {
        font-size: 34px;
        line-height: 40px
    }

    .articleSection__title::before {
        padding-top: 2px
    }

    .articleSection__title::after {
        margin-bottom: -7px
    }
}

@media screen and (min-width: 1025px) {
    .articleSection__title {
        margin-bottom: 35px
    }
}

.articleSection--tickets {
    display: none
}

@media screen and (min-width: 600px) {
    .articleSection .animations .container {
        width: 100%
    }

    .articleSection .animations__list {
        margin-top: 0
    }

    .articleSection .animations__left {
        width: 26%;
        margin-right: 0;
        padding-right: 30px
    }

    .articleSection .animations__middle {
        width: 50%;
        margin-right: 0;
        padding-right: 30px
    }

    .articleSection .animations__right {
        width: 24%
    }
}

.articleSection .loadMore .container {
    width: 100%
}

.articleExhibitor {
    display: flex;
    width: 100%;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--color-border)
}

.articleExhibitor .articleEvent__cta {
    margin-top: 19px
}

@media screen and (max-width: 599px) {
    .articleExhibitor {
        flex-flow: column-reverse wrap
    }
}

@media screen and (min-width: 600px) {
    .articleExhibitor {
        flex-flow: row wrap
    }
}

@media screen and (min-width: 1025px) {
    .articleExhibitor {
        padding-bottom: 29px
    }

    .articleExhibitor .articleEvent__cta {
        margin-top: 24px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .articleExhibitor__left {
        width: calc(100% - 140px);
        padding-right: 20px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .articleExhibitor__left {
        width: calc(100% - 180px);
        padding-right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .articleExhibitor__left {
        width: calc(100% - 180px);
        padding-right: 30px
    }
}

@media screen and (min-width: 1441px) {
    .articleExhibitor__left {
        width: calc(100% - 180px);
        padding-right: 30px
    }
}

.articleExhibitor__left--full {
    width: 100%;
    padding-right: 0
}

@media screen and (max-width: 599px) {
    .articleExhibitor__right {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1025px) {
    .articleExhibitor__right {
        width: 180px
    }
}

.articleExhibitor__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.articleExhibitor__title::before,
.articleExhibitor__title::after {
    content: '';
    display: block
}

.articleExhibitor__title::before {
    padding-top: 2px
}

.articleExhibitor__title::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .articleExhibitor__title {
        font-size: 40px;
        line-height: 48px
    }

    .articleExhibitor__title::before {
        padding-top: 4px
    }

    .articleExhibitor__title::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .articleExhibitor__title {
        font-size: 55px;
        line-height: 62px
    }

    .articleExhibitor__title::before {
        padding-top: 0px
    }

    .articleExhibitor__title::after {
        margin-bottom: -10px
    }
}

.articleExhibitor__details {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    color: var(--color-primary)
}

.articleExhibitor__details::before,
.articleExhibitor__details::after {
    content: '';
    display: block
}

.articleExhibitor__details::before {
    padding-top: 4px
}

.articleExhibitor__details::after {
    margin-bottom: -4px
}

@media screen and (min-width: 1025px) {
    .articleExhibitor__details {
        margin-top: 30px
    }
}

.articleExhibitor__venue {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 9px;
    color: var(--color-grey-1)
}

.articleExhibitor__venue::before,
.articleExhibitor__venue::after {
    content: '';
    display: block
}

.articleExhibitor__venue::before {
    padding-top: 0px
}

.articleExhibitor__venue::after {
    margin-bottom: -5px
}

.articleExhibitor__logo {
    position: relative;
    width: 135px;
    height: 100px;
    border: 1px solid var(--color-border);
    border-radius: 3px
}

.articleExhibitor__logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 1025px) {
    .articleExhibitor__logo {
        width: 180px;
        height: 140px
    }
}

.articleEvent {
    width: 100%
}

.articleEvent__type {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
    color: var(--color-grey-1)
}

.articleEvent__type::before,
.articleEvent__type::after {
    content: '';
    display: block
}

.articleEvent__type::before {
    padding-top: 0px
}

.articleEvent__type::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .articleEvent__type {
        font-size: 18px;
        line-height: 25px
    }

    .articleEvent__type::before {
        padding-top: 1px
    }

    .articleEvent__type::after {
        margin-bottom: -6px
    }
}

.articleEvent__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.articleEvent__title::before,
.articleEvent__title::after {
    content: '';
    display: block
}

.articleEvent__title::before {
    padding-top: 2px
}

.articleEvent__title::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .articleEvent__title {
        font-size: 40px;
        line-height: 48px
    }

    .articleEvent__title::before {
        padding-top: 4px
    }

    .articleEvent__title::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .articleEvent__title {
        font-size: 55px;
        line-height: 62px
    }

    .articleEvent__title::before {
        padding-top: 0px
    }

    .articleEvent__title::after {
        margin-bottom: -10px
    }
}

.articleEvent__box {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding: 15px 15px 18px;
    border: 1px solid var(--color-border);
    border-radius: 3px
}

@media screen and (min-width: 600px) {
    .articleEvent__box {
        flex-flow: row wrap;
        padding: 20px 20px 23px
    }
}

@media screen and (min-width: 600px) {
    .articleEvent__box {
        flex-flow: row wrap
    }
}

.articleEvent__boxLeft {
    width: 100%
}

@media screen and (min-width: 600px) {
    .articleEvent__boxLeft {
        width: calc(100% - 300px)
    }
}

.articleEvent__boxRight {
    width: 100%
}

@media screen and (max-width: 599px) {
    .articleEvent__boxRight {
        margin-top: 20px
    }
}

@media screen and (min-width: 600px) {
    .articleEvent__boxRight {
        display: flex;
        justify-content: flex-end;
        width: 300px
    }
}

.articleEvent__date {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: -5px
}

.articleEvent__date::before,
.articleEvent__date::after {
    content: '';
    display: block
}

.articleEvent__date::before {
    padding-top: 4px
}

.articleEvent__date::after {
    margin-bottom: -4px
}

.articleEvent__themes {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-top: 5px;
    color: var(--color-primary)
}

.articleEvent__themes::before,
.articleEvent__themes::after {
    content: '';
    display: block
}

.articleEvent__themes::before {
    padding-top: 4px
}

.articleEvent__themes::after {
    margin-bottom: -4px
}

.articleEvent__venue {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 7px;
    color: var(--color-grey-1)
}

.articleEvent__venue::before,
.articleEvent__venue::after {
    content: '';
    display: block
}

.articleEvent__venue::before {
    padding-top: 0px
}

.articleEvent__venue::after {
    margin-bottom: -5px
}

@media screen and (max-width: 599px) {
    .articleEvent__cta {
        display: flex;
        width: 100%
    }
}

.articleEvent__cta.is-favoris-saved {
    color: var(--color-primary);
    background-color: var(--color-background-main);
    border: 1px solid var(--color-primary)
}

.articleEvent__cta.is-favoris-saved:hover {
    opacity: .95
}

.articleSpeaker {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 6px
}

.articleSpeaker__top {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
    background-color: var(--color-black-10);
    border-radius: 50%;
    overflow: hidden
}

.articleSpeaker__media {
    height: 100%;
    display: flex;
}

.articleSpeaker__top img {
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (min-width: 1025px) {
    .articleSpeaker__top {
        width: 200px;
        height: 200px;
        margin-bottom: 15px
    }
}

.articleSpeaker__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -.25px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.articleSpeaker__title::before,
.articleSpeaker__title::after {
    content: '';
    display: block
}

.articleSpeaker__title::before {
    padding-top: 2px
}

.articleSpeaker__title::after {
    margin-bottom: -7px
}

@media screen and (min-width: 600px) {
    .articleSpeaker__title {
        font-size: 40px;
        line-height: 48px
    }

    .articleSpeaker__title::before {
        padding-top: 4px
    }

    .articleSpeaker__title::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1280px) {
    .articleSpeaker__title {
        font-size: 55px;
        line-height: 62px
    }

    .articleSpeaker__title::before {
        padding-top: 0px
    }

    .articleSpeaker__title::after {
        margin-bottom: -10px
    }
}

.articleSpeaker__titleTwitter {
    margin-left: 3px
}

.articleSpeaker__titleTwitter svg {
    width: 20px;
    height: 17px;
    fill: var(--color-grey-2);
    transition: all 0.25s ease-out
}

.articleSpeaker__titleTwitter:hover svg {
    fill: var(--color-primary)
}

.articleSpeaker__details {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    margin-top: 11px
}

.articleSpeaker__details::before,
.articleSpeaker__details::after {
    content: '';
    display: block
}

.articleSpeaker__details::before {
    padding-top: 0px
}

.articleSpeaker__details::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .articleSpeaker__details {
        font-size: 18px;
        line-height: 25px
    }

    .articleSpeaker__details::before {
        padding-top: 1px
    }

    .articleSpeaker__details::after {
        margin-bottom: -6px
    }
}

@media screen and (min-width: 600px) {
    .articleSpeaker__details {
        margin-top: 16px
    }
}

@media screen and (min-width: 1025px) {
    .articleSpeaker__details {
        margin-top: 20px
    }
}

/* ========================================================================== */
/* # PLAYLAYER */
/* ========================================================================== */

.playLayer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--color-black-20);
    z-index: 2
}

.playLayer:hover .playLayer__icon,
.slider__item:hover .playLayer .playLayer__icon {
    border-color: var(--color-white);
    background-color: var(--color-white);
}

.playLayer:hover .playLayer__icon .icon,
.slider__item:hover .playLayer .playLayer__icon .icon {
    color: var(--color-primary);
}

.playLayer:hover .playLayer__audio .icon,
.slider__item:hover .playLayer .playLayer__audio .icon {
    color: var(--color-white-70)
}

.playLayer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid var(--color-white-15);
    transition: all 0.25s ease-out;
    font-size: 20px;
    color: var(--color-white);
}

.playLayer__icon .icon--play,
.playLayer__icon .icon {
    width: 16px;
    height: 20px;
    color: var(--color-white);
    transition: all 0.25s ease-out
}

.playLayer__icon .icon--play {
    position: relative;
    left: 3px
}

.playLayer__icon .icon {
    display: block
}

@media screen and (min-width: 600px) {
    .playLayer__icon {
        width: 65px;
        height: 65px
    }

    .playLayer__icon .icon--play,
    .playLayer__icon .icon--play .icon {
        width: 16px;
        height: 20px
    }
}

.playLayer__audio .icon {
    color: var(--color-white-40);
    transition: all 0.25s ease-out
}

.playLayer__audio--white .icon {
    color: var(--color-white);
}

.playLayer__audio .icon_audio,
.playLayer__audio .icon_audio .icon {
    font-size: 57px;
}
.playLayer--large .playLayer__audio .icon {
    font-size: 75px;
}
.playLayer--medium .playLayer__audio .icon {
    font-size: 65px;
}
.playLayer--small .playLayer__audio .icon {
    font-size: 45px;
}

@media screen and (min-width: 600px) {
    .playLayer--large .playLayer__icon {
        width: 75px;
        height: 75px;
        border-width: 2px
    }

    .playLayer--large .icon--play,
    .playLayer--large .icon--play .icon {
        width: 20px;
        height: 26px
    }

    .playLayer--large .icon--play {
        position: relative;
        left: 3px;
        top: 1px
    }

    .playLayer--large .icon--podcast,
    .playLayer--large .icon--podcast .icon {
        width: 80px;
        height: 49px
    }
}

.playLayer--medium .playLayer__icon {
    width: 65px;
    height: 65px;
    border-width: 2px;
}

.playLayer--medium .icon--play,
.playLayer--medium .icon--play .icon {
    width: 16px;
    height: 20px
}

.playLayer--medium .icon--play {
    position: relative;
    left: 2px
}

.playLayer--small .playLayer__icon {
    width: 45px;
    height: 45px;
    border-width: 1px;
}

.playLayer--small .icon--play,
.playLayer--small .icon--play .icon {
    width: 12px;
    height: 14px;
    left: 2px
}

@media screen and (min-width: 600px) {
    .playLayer--small .playLayer__icon {
        width: 40px;
        height: 40px
    }

    .playLayer--small .icon--play,
    .playLayer--small .icon--play .icon {
        width: 12px;
        height: 14px;
        left: 2px
    }

    .playLayer--small .icon--podcast,
    .playLayer--small .icon--podcast .icon {
        width: 42px;
        height: 27px
    }
}





/* ========================================================================== */
/* # PODCAST EMPTY */
/* ========================================================================== */


.empty {
    font-family: "IBM-Plex-Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%;
    margin-top: 25px;
    color: var(--color-grey-1);
    text-align: center
}

.empty::before,
.empty::after {
    content: '';
    display: block
}

.empty::before {
    padding-top: 0px
}

.empty::after {
    margin-bottom: -5px
}






/* ========================================================================== */
/* # PODCAST COVER - TITLE */
/* ========================================================================== */


.cover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white);
    background-color: var(--color-background-primary)
}

.cover__image {
    position: relative;
    width: 100%;
    overflow: hidden
}

.cover__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1
}

.cover__image img[data-lazyloaded] {
    transform: translate3d(-50%, -50%, 0) scale(1)
}

@media screen and (max-width: 599px) {
    .cover__image {
        height: 190px
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .cover__image {
        height: 290px
    }
}

@media screen and (min-width: 1025px) {
    .cover__image {
        height: 375px
    }
}

.cover__top {
    padding: 40px 0 0
}

@media screen and (min-width: 600px) {
    .cover__top {
        padding: 60px 0 35px
    }
}

@media screen and (min-width: 1441px) {
    .cover__top {
        padding: 80px 0 50px
    }
}

.cover__top .container {
    position: relative
}

.cover__title {
    font-family: "IBM-Plex-Sans-Condensed", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -.35px;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal
}

.cover__title::before,
.cover__title::after {
    content: '';
    display: block
}

.cover__title::before {
    padding-top: 3px
}

.cover__title::after {
    margin-bottom: -8px
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .cover__title {
        font-size: 60px;
        line-height: 65px;
        letter-spacing: -.9px
    }

    .cover__title::before {
        padding-top: 0px
    }

    .cover__title::after {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 1025px) {
    .cover__title {
        font-size: 65px;
        line-height: 70px;
        letter-spacing: -1.5px
    }

    .cover__title::before {
        padding-top: 1px
    }

    .cover__title::after {
        margin-bottom: -11px
    }
}

@media screen and (min-width: 1280px) {
    .cover__title {
        font-size: 70px;
        line-height: 80px;
        letter-spacing: -1.5px
    }

    .cover__title::before {
        padding-top: 4px
    }

    .cover__title::after {
        margin-bottom: -14px
    }
}

@media screen and (min-width: 1441px) {
    .cover__title {
        font-size: 85px;
        line-height: 90px;
        letter-spacing: -2px
    }

    .cover__title::before {
        padding-top: 3px
    }

    .cover__title::after {
        margin-bottom: -13px
    }
}

@media screen and (max-width: 599px) {
    .cover__title {
        padding-bottom: 25px
    }
}

.cover__cta {
    text-align: center;
    padding-bottom: 30px
}

@media screen and (min-width: 600px) {
    .cover__cta {
        padding-bottom: 35px
    }
}

.cover__ctaBtn {
    display: inline-flex
}

.cover--white {
    color: var(--color-text);
    background-color: var(--color-background-main)
}




/* ========================================================================== */
/* # PODCAST PAGER - LOAD MORE */
/* ========================================================================== */


.loadMore__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.loadMore__btn {
    display: inline-flex;
    margin-top: 30px
}

@media screen and (min-width: 600px) {
    .loadMore__btn {
        margin-top: 40px
    }
}

@media screen and (min-width: 1280px) {
    .loadMore__btn {
        margin-top: 60px
    }
}

.loadMore__btn.is-hidden {
    display: none
}

.loadMore__btn.is-loading {
    opacity: 0.5;
    pointer-events: none
}


/* ========================================================================== */
/* # PODCAST PAGER - BASIC PAGER */
/* ========================================================================== */


.pager__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}


/* ========================================================================== */
/* # RICHCONTENT COMPONENT */
/* ========================================================================== */


.textComponent,
.insetComponent,
.textGaleryComponent
{    
    ul, ol, dl, dt, dd {
        list-style: revert;
        list-style-position: inside;
    }
    a {
        cursor: pointer;
    }
}
.image-gallery {
    ul, ol, dl, dt, dd {
        list-style: none;        
    }
}

.blocks {    
    .richContentComponent {
        /* width:100%; */
        margin-left: auto;
        margin-right:auto;

        &.rte::before, 
        &.rte::after {
            content:none;
        }
    
        &.textGaleryComponent {
            .content {
                order: 1;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                flex: 1 1 0;

                gap: 16px;
                /* desktop breakpoint */
                @media screen and (min-width: 1024px) {
                    padding: 0px 32px 0px 32px;    
                }
                

            }

            .textGalery {
                flex: 1;
                position:relative;
                display:flex;
                flex-direction: column-reverse;
                /* desktop breakpoint */
                @media screen and (min-width: 1024px) {
                    
                    flex: 1;
                    width: 100%;
                    height: auto;

                    &.left {
                        order: 0; 
                        padding-bottom:0px;

                    }
                    

                    &.right {
                        order: 2;
                        padding-bottom:0px;
                    }

                    
                }
                
                .componentDescription{
                    color: var(--color-grey-darker);
                    font-style: italic;
                }
                .image-gallery__list {
                    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                    /* tablet breakpoint */
                    @media screen and (min-width: 768px) {
                        grid-template-columns: 1fr 1fr 1fr;
                    }
                }
            }


            
        }

        &.insetComponent {
            border-radius: 24px;
            border: 3px solid var(--color-primary);
            overflow:hidden;

            .insetTitle {
                margin:0px;
                color: var(--color-primary);
            }

            .insetSignature {
                margin:0px;

                &.right {
                    align-self: flex-end;
                }

                &.left {
                    align-self: flex-start;
                }
            }
        }
        
        &.insetComponent {            

            &:not(:has(figure)) {
                flex-direction: column;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
                /* padding: 32px; */

                h1, h2, h3, h4, h5 {
                    text-align: center;
                    margin-left: auto;
                    margin-right: auto;
                }
            }
            &:has(figure) {                
                padding-bottom: 32px;

                @media screen and (min-width: 1024px) {
                    padding-bottom: 0px;
                }
            }
            .content {
                order: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                flex: 1 1 0;

                gap: 16px;
                padding:32px;

            }

            figure {
                order: -1;
                position:relative;
                margin: 0px;
                padding: 0px 0px 24px 0px;
                border-radius: 0px;
                height: 100%;
                width: 100%;
                max-height: 100%;
                text-align: center;
                overflow: hidden;

                
                /* desktop breakpoint */
                @media screen and (min-width: 1024px) {
                    
                    flex: 1;
                    width: 100%;
                    height: auto;

                    &.left {
                        order: 0; 
                        padding-bottom:0px;              

                        figcaption {
                            text-align: left;
                        }
                    }

                    &.right {
                        order: 2;
                        padding-bottom:0px;

                        figcaption {
                            text-align: right;
                        }
                    }

                    img {
                        position:absolute;
                    }

                }
                a {
                    border: none;
                }
                a:after {
                    content:none;
                    margin:0px;
                }
                .right, 
                .left {
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px 24px 0px;
                }
                img {
                    width: 100%;
                    height:100%;
                    display:block;
                    object-fit: cover;
                    object-position: center;

                }

                figcaption {
                    background: none;
                    font-style: italic;
                }
            } 
        }

        &.textGaleryComponent,
        &.insetComponent {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            gap: 16px;
            padding: 0px;
            overflow: hidden;
            
            width: 100%;        
            
            /* desktop breakpoint */
            @media screen and (min-width: 1024px) {
                flex-direction: row;
                align-items: stretch;
            }                       
        }
    }

    .textComponent {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        overflow: unset;
        
        /* desktop breakpoint */
        @media screen and (min-width: 1024px) {
            flex-direction: row;
            align-items: stretch;
        }    

        &:has(figure) {
            margin:0px;
            width:100%;
            gap: 16px;
        }

        &:not(:has(figure)) {
            flex-direction: column;

            h1, h2, h3, h4, h5 {
                /* text-align: center;
                margin-left: auto;
                margin-right: auto; */
            }
        }
        &:has(figure) {                
            padding-bottom: 32px;

            @media screen and (min-width: 1024px) {
                padding-bottom: 0px;
            }
        }
        .content {
            order: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex: 1 1 0;

            /* gap: 16px; */
            width:100%;

        }

        figure {
            order: -1;
            position:relative;
            margin: 0px;
            padding: 0px 0px 24px 0px;
            border-radius: 24px;
            height: 100%;
            width: 100%;
            max-height: 100%;
            text-align: center;
            overflow: hidden;

            /* desktop breakpoint */
            @media screen and (min-width: 1024px) {
                
                flex: 1;
                width: 100%;
                height: auto;

                &.left {
                    order: 0; 
                    padding-bottom:0px;                    
                    border-radius:24px;

                    figcaption {
                        text-align: left;
                    }
                }

                &.right {
                    order: 2;
                    padding-bottom:0px;
                    border-radius:24px;

                    figcaption {
                        text-align: right;
                    }
                }

                img {
                    position:unset;
                }

            }
            a {
                border: none;
            }
            a:after {
                content:none;
                margin:0px;
            }
            .right, 
            .left {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 24px 0px;
            }
            img {
                width: 100%;
                height:100%;
                display:block;
                object-fit: cover;
                object-position: center;

            }

            figcaption {
                background: none;
                font-style: italic;
            }
        } 
    }

    .content {
        .question {
            font-weight: 500;
            &:has(+ .answer) {
                margin: 0px;
                line-height: unset;
            }
            &:after {
                content:'?';
            }
            + .answer {        
                font-style: italic;
            }
        }
        
            
        .citation {
            p {
                color: var(--color-grey-darker);
                font-style: italic;
                text-align: center;

                font-size: 28px;
                font-weight: 700;
                color: var(--color-primary);
            }

            p.txt:after {
                content:'"';
                font-family: 'IconGOE';
                color: var(--color-primary);
                font-size: 1.5em;
                vertical-align: initial;
            }
            p.txt:before {
                content:'"';
                font-family: 'IconGOE';
                color: var(--color-primary);
                font-size: 1.5em;
                vertical-align: initial;
            }
        }
    }
}

/* ========================================================================== */
/* # GALLERY IMAGE */
/* ========================================================================== */
.image-gallery {
    display: flex;
    width: calc(100% + 2 * 16px);
    margin-left: -16px;
    margin-top: 30px;
    

    /* tablet breakpoint */
    @media screen and (min-width: 768px) {
        margin-left: 0;
        margin-top: 0px;
        width: 100%;
    }
    .image-gallery__unique {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .image-gallery__list {
        width: 100%;
        gap: 2px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        /* border-radius: 16px; */
        overflow: hidden;

        /* tablet breakpoint */
        @media screen and (min-width: 768px) {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
    }

    .image-gallery__item {
        display: flex;
        width: 100%;

        img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }
        
        a {
            border: none;
        }
        a:after {
            content:none;
            margin:0px;
        }
    }
}



/* =============================================================================
   $Plugin : lightBox chocolat
   ========================================================================== */
.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out;
}

.chocolat-open {
    overflow: hidden;
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #000;
    display: none;
    opacity: 0.8;
}

.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    color: #fff;
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in;
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 1000;
    background: url(/files/REDAC/images/loader.gif);
    display: none;
}

.chocolat-content {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    z-index: 997;
    text-align: left;
}

.chocolat-content .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.chocolat-image {
    cursor: zoom-in;
}

.chocolat-wrapper .chocolat-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(/files/fr/images/left.png) 50% 50% no-repeat;
    z-index: 997;
    display: none;
}

.chocolat-wrapper .chocolat-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(/files/fr/images/right.png) 50% 50% no-repeat;
    z-index: 997;
    display: none;
}

.chocolat-wrapper .chocolat-right.active {
    display: block;
}

.chocolat-wrapper .chocolat-left.active {
    display: block;
}

.chocolat-wrapper .chocolat-top {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 997;
    margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/files/fr/images/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 997;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(/files/fr/images/fullscreen.png) 50% 50% no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right;
}

.chocolat-wrapper .chocolat-description {
    display: inline;
    text-align: center
}

/* no container mode*/
body.chocolat-open>.chocolat-overlay {
    z-index: 994;
}

body.chocolat-open>.chocolat-loader {
    z-index: 994;
}

body.chocolat-open>.chocolat-content {
    z-index: 997;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
    position: absolute;
}

.chocolat-in-container {
    position: relative;
}

/* ========================================================================== */
/* # TESTIMONIAL */
/* ========================================================================== */


.testimonials {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 100%;
    color: var(--color-white);
    background-color: var(--color-secondary);
    overflow: hidden;
    /* cursor: pointer */
}

@media screen and (min-width: 1025px) {
    .testimonials {
        height:85vh !important
    }
}

.testimonials__item {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* position: absolute; */
    /* display:block;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    pointer-events: none
}

.testimonials__item.is-active {
    transition: all 375ms cubic-bezier(0.53, 2, 0.36, 0.85);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.testimonials__item.is-active .testimonials__text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.testimonials__item.is-active .testimonials__author,.testimonials__item.is-active .testimonials__jobtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms
}

.testimonials__item.is-active .testimonials__media img {
    transform: translate(-50%, -50%) scale(1.01)
}

.testimonials__single {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .testimonials__single {
        height:85vh
    }
    
}

.testimonials__media {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden
}

.testimonials__media img {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1)
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .testimonials__media {
        height:350px
    }
}

@media screen and (min-width: 1025px) {
    .testimonials__media {
        position:absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%
    }
}

.testimonials__content {
    width: 100%;
    padding: 25px 25px 70px;
    text-align: center
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .testimonials__content {
        padding:40px 10% 90px
    }
}

@media screen and (min-width: 1025px) {
    .testimonials__content {
        width:50%;
        margin-left: 50%;
        padding: 0 70px
    }
}

.testimonials__text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans",sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.15px;
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums;
    font-kerning: normal;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 30px;

    * {
        color: var(--color-white);
    }
}

.testimonials__text::before,.testimonials__text::after {
    content: '';
    display: block
}

.testimonials__text::before {
    padding-top: 3px
}

.testimonials__text::after {
    margin-bottom: -8px
}

@media screen and (min-width: 600px) {
    .testimonials__text {
        font-size:30px;
        line-height: 40px
    }

    .testimonials__text::before {
        padding-top: 4px
    }

    .testimonials__text::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 1441px) {
    .testimonials__text {
        font-size:35px;
        line-height: 45px
    }

    .testimonials__text::before {
        padding-top: 4px
    }

    .testimonials__text::after {
        margin-bottom: -9px
    }
}

@media screen and (min-width: 600px) {
    .testimonials__text {
        margin-bottom:35px
    }
}

@media screen and (min-width: 1025px) {
    .testimonials__text {
        margin-bottom:40px
    }
}

.testimonials__author {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "IBM-Plex-Sans",sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums;
    font-kerning: normal;
    display: block;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.testimonials__author::before,.testimonials__author::after {
    content: '';
    display: block
}

.testimonials__author::before {
    padding-top: 0px
}

.testimonials__author::after {
    margin-bottom: -5px
}

@media screen and (min-width: 1280px) {
    .testimonials__author {
        font-size:18px;
        line-height: 25px
    }

    .testimonials__author::before {
        padding-top: 1px
    }

    .testimonials__author::after {
        margin-bottom: -6px
    }
}

.testimonials__jobtitle {
    font-family: "IBM-Plex-Sans",sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums;
    font-kerning: normal;
    display: block;
    margin-top: 8px;
    color: var(--color-white-60);
    opacity: 0;
    transform: translateY(-5px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.testimonials__jobtitle::before,.testimonials__jobtitle::after {
    content: '';
    display: block
}

.testimonials__jobtitle::before {
    padding-top: 0px
}

.testimonials__jobtitle::after {
    margin-bottom: -5px
}

.testimonials__pager {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .testimonials__pager {
        padding-bottom:30px
    }
}

@media screen and (min-width: 1025px) {
    .testimonials__pager {
        width:50%;
        padding-bottom: 40px
    }
}

.testimonials__pagerBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px
}

.testimonials__pagerBtn svg {
    display: block
}

.testimonials__pagerBtn:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-white-20);
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1)
}

.testimonials__pagerBtn.is-active:before {
    background-color: var(--color-background-main)
}



a.linkBtn1,
a.linkBtn2,
a.linkBtn3,
a.linkBtn4,
a.linkBtn5 {
    font-family: "IBM-Plex-Sans-Condensed",sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    font-variant-ligatures: common-ligatures;
    /*font-variant-numeric: oldstyle-nums;*/
    font-kerning: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 50px;
    padding: 7px 25px 6px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    transition: all 0.25s ease-out;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white) !important;
    background-color: var(--color-background-main) !important;
    fill: var(--color-white) !important;
    width: fit-content !important;
}
a.linkBtn1 {
    background-color: var(--color-lyon) !important;
    color: var(--color-white) !important;
}
a.linkBtn2 {
    color: var(--color-lyon) !important;
    background-color: var(--color-white) !important;
    border:1px solid var(--color-lyon) !important;
}
a.linkBtn3 {
    background-color: var(--color-paris) !important;
    color: var(--color-white) !important;
}
a.linkBtn4 {
    color: var(--color-paris) !important;
    background-color: var(--color-white) !important;
    border:1px solid var(--color-paris) !important;
}
a.linkBtn5 {
    color: var(--color-white) !important;
    background-color: var(--color-background-primary) !important;
}

html.is-dark-mode {
    a.linkBtn1 {
        background-color: var(--color-white) !important;
        color: var(--color-lyon) !important;
    }
    a.linkBtn2 {
        color: var(--color-white) !important;
        background-color: var(--color-lyon) !important;
        border:1px solid var(--color-white) !important;
    }
    a.linkBtn3 {
        background-color: var(--color-white) !important;
        color: var(--color-paris) !important;
    }
    a.linkBtn4 {
        color: var(--color-white) !important;
        background-color: var(--color-paris) !important;
        border:1px solid var(--color-white) !important;
    }
    a.linkBtn5 {
        color: var(--color-primary) !important;
        background-color: var(--color-background-primary) !important;
    }
}


a.linkBtn1::after,
a.linkBtn2::after,
a.linkBtn3::after,
a.linkBtn4::after,
a.linkBtn5::after {
    content: '' !important;
    margin:0px;
}


@media screen and (min-width: 600px) and (max-width: 1024px) {
    .block--compressor {
        width: calc((((100vw - 280px) / 12) * 10) + 180px);
        margin-left: calc(((((100vw - 280px) / 12) * 1) + 0px) + 20px)
    }
}

@media screen and (min-width: 1025px) {
    .block--compressor  {
        width: calc((((100vw - 390px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 390px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1280px) {
    .block--compressor  {
        width: calc((((100vw - 550px) / 12) * 8) + 210px);
        margin-left: calc(((((100vw - 550px) / 12) * 2) + 30px) + 30px)
    }
}

@media screen and (min-width: 1441px) {
    .block--compressor  {
        width: 803.333333333px;
        margin-left: 208.333333333px
    }
}

.videoComponent.block--compressor {
    .videoContent {
        width:100%;
    }
}