@charset "UTF-8";@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size,25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family,inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular,400);
    line-height: 1.7;
    line-height: var(--plyr-line-height,1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,.plyr iframe,.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background,#4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius,2px);
    color: #fff;
    color: var(--plyr-badge-text-color,#fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge,9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small,13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing,10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size:15px;
        font-size: var(--plyr-font-size-base,15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size:18px;
        font-size: var(--plyr-font-size-large,18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: #000c;
    background: var(--plyr-captions-background,#000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color,#fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: #0000;
    border: 0;
    border-radius: 4px;
    border-radius: var(--plyr-control-radius,4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size,18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size,18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control:focus-visible {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: #ffffffe6;
    background: var(--plyr-menu-background,#ffffffe6);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius,8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-menu-shadow,0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-menu-color,#4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base,15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)
}

.plyr__menu__container:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-arrow-size,4px) solid #0000;
    border-top-color: var(--plyr-menu-background,#ffffffe6);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color,#4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-item-arrow-size,4px) solid #0000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color,#728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular,400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color,#728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color,#dcdfe5);
    box-shadow: 0 1px #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: #0000001a;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing,10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease,opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b2ff;
    background: var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: #00b2ff;
    color: var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: #0000;
    background-image: linear-gradient(90deg,currentColor,#0000 0);
    background-image: linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background,#fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height,13px);
    margin-top: -4px;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background,#fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height,13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height,5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: #0000
}

.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: #0000;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background,#fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height,13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background,var(--plyr-video-background,#000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing,10px)
}

@media (max-width: 767px) {
    .plyr__time+.plyr__time {
        display:none
    }
}

.plyr__tooltip {
    background: #fff;
    background: var(--plyr-tooltip-background,#fff);
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius,5px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow,0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-tooltip-color,#4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small,13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular,400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%,10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
    transform: translate(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height,13px);
    position: relative
}

.plyr__progress input[type=range],.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: #0000
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height,5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height,5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);
    background-image: linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: #ffffff40;
    background-color: var(--plyr-video-progress-buffered-background,#ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-progress-buffered-background,#c1c8d199)
}

.plyr__progress__marker {
    background-color: #fff;
    background-color: var(--plyr-progress-marker-background,#fff);
    border-radius: 1px;
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 3px;
    width: var(--plyr-progress-marker-width,3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background,#fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color,#4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing,10px)
}

.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover,#fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: #c1c8d199;
    color: var(--plyr-audio-progress-buffered-background,#c1c8d199)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background,var(--plyr-video-background,#000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio: 16/9) {
    .plyr__video-embed,.plyr__video-wrapper--fixed-ratio {
        height:0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(#0000,#000000bf);
    background: var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color,#fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding:10px;
        padding: var(--plyr-control-spacing,10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover,#fff)
}

.plyr__control--overlaid {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color,#fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: #ffffff40;
    color: var(--plyr-video-progress-buffered-background,#ffffff40)
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size:21px;
        font-size: var(--plyr-font-size-xlarge,21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge,21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0!important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size:21px;
        font-size: var(--plyr-font-size-xlarge,21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing,10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing,10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height,5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: #fff;
    background-color: var(--plyr-tooltip-background,#fff);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius,8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow,0 1px 2px #00000026);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translate(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 7px;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container:after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #00000026;
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: linear-gradient(#0000,#000000bf);
    background: var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));
    border-bottom-left-radius: 7px;
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: 7px;
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none!important
}

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

.plyr [hidden] {
    display: none!important
}

abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

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

embed,img,object {
    max-width: 100%
}

ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

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

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

pre {
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom;
    vertical-align: baseline
}

input,select,textarea {
    font: 99% sans-serif
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit
}

small {
    font-size: 85%
}

strong,th {
    font-weight: 700
}

td,td img {
    vertical-align: top
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code,kbd,pre,samp {
    font-family: monospace,sans-serif
}

.clickable,button,input[type=button],input[type=submit] {
    cursor: pointer
}

button,input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button
}

button,input,select,textarea {
    margin: 0
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom:1}

body {
    font: 16px Helmet,Freesans,sans-serif
}

body,html {
    height: 100%;
    width: 100%
}

a,button {
    cursor: pointer;
    font-size: 100%
}

button {
    border: 0;
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

@font-face {
    font-family: NeueHaasGroteskDisplay65Medium;
    font-weight: 100 500;
    src: url(https://djswap.in/_nuxt/NeueHaasGroteskDisplay65Medium.1082fe2c.woff2) format("woff2"),url(https://djswap.in/_nuxt//NeueHaasGroteskDisplay65Medium.6f04e268.woff) format("woff")
}

@font-face {
    font-family: NeueHaasGroteskDisplay75Bold;
    font-weight: 100 900;
    src: url(https://djswap.in/_nuxt/NeueHaasGroteskDisplay75Bold.6e69d5fd.woff2) format("woff2"),url(https://djswap.in/_nuxt/NeueHaasGroteskDisplay75Bold.a513b220.woff) format("woff")
}

@keyframes shimmer {
    to {
        transform: translate(100%)
    }
}

.wrapper {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%
}

.row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px
}

.row--h-center {
    justify-content: center
}

.row--h-end {
    justify-content: flex-end
}

.row--h-around {
    justify-content: space-around
}

.row--h-between {
    justify-content: space-between
}

.row--v-center {
    align-items: center
}

.row--v-end {
    align-items: flex-end
}

.row--v-stretch {
    align-items: stretch
}

.row--center {
    align-items: center;
    justify-content: center
}

.row--column {
    flex-direction: column
}

.row--nowrap {
    flex-wrap: nowrap
}

.col-1 {
    padding-left: 12px;
    padding-right: 12px;
    width: 12.5%
}

.ie .col-1 {
    width: 13%
}

.offset-1 {
    margin-left: 12.5%
}

.ie .offset-1 {
    margin-left: 13%
}

.col-2 {
    padding-left: 12px;
    padding-right: 12px
}

.col-2,.ie .col-2 {
    width: 25%
}

.ie .offset-2,.offset-2 {
    margin-left: 25%
}

.col-3 {
    padding-left: 12px;
    padding-right: 12px;
    width: 33.5%
}
.col-img {
    padding-left: 12px;
    padding-right: 12px;
    width: 32.5% 
}

.ie .col-3 {
    width: 38%
}

.offset-3 {
    margin-left: 37.5%
}

.ie .offset-3 {
    margin-left: 38%
}

.col-4 {
    padding-left: 12px;
    padding-right: 12px
}

.col-4,.ie .col-4 {
    width: 50%
}

.ie .offset-4,.offset-4 {
    margin-left: 50%
}

.col-5 {
    padding-left: 12px;
    padding-right: 12px;
    width: 62.5%
}

.ie .col-5 {
    width: 63%
}

.offset-5 {
    margin-left: 62.5%
}

.ie .offset-5 {
    margin-left: 63%
}

.col-6 {
    padding-left: 12px;
    padding-right: 12px
}

.col-6,.ie .col-6 {
    width: 75%
}

.ie .offset-6,.offset-6 {
    margin-left: 75%
}

.col-7 {
    padding-left: 12px;
    padding-right: 12px;
    width: 87.5%
}

.ie .col-7 {
    width: 88%
}

.offset-7 {
    margin-left: 87.5%
}

.ie .offset-7 {
    margin-left: 88%
}

.col-8 {
    padding-left: 12px;
    padding-right: 12px
}

.col-8,.ie .col-8 {
    width: 100%
}

.ie .offset-8,.offset-8 {
    margin-left: 100%
}

@media screen and (max-width: 1280px) {
    .col-desktop-1 {
        width:12.5%
    }

    .ie .col-desktop-1 {
        width: 13%
    }

    .offset-desktop-1 {
        margin-left: 12.5%
    }

    .ie .offset-desktop-1 {
        margin-left: 13%
    }

    .col-desktop-2,.ie .col-desktop-2 {
        width: 25%
    }

    .ie .offset-desktop-2,.offset-desktop-2 {
        margin-left: 25%
    }

    .col-desktop-3 {
        width: 37.5%
    }

    .ie .col-desktop-3 {
        width: 38%
    }

    .offset-desktop-3 {
        margin-left: 37.5%
    }

    .ie .offset-desktop-3 {
        margin-left: 38%
    }

    .col-desktop-4,.ie .col-desktop-4 {
        width: 50%
    }

    .ie .offset-desktop-4,.offset-desktop-4 {
        margin-left: 50%
    }

    .col-desktop-5 {
        width: 62.5%
    }

    .ie .col-desktop-5 {
        width: 63%
    }

    .offset-desktop-5 {
        margin-left: 62.5%
    }

    .ie .offset-desktop-5 {
        margin-left: 63%
    }

    .col-desktop-6,.ie .col-desktop-6 {
        width: 75%
    }

    .ie .offset-desktop-6,.offset-desktop-6 {
        margin-left: 75%
    }

    .col-desktop-7 {
        width: 87.5%
    }

    .ie .col-desktop-7 {
        width: 88%
    }

    .offset-desktop-7 {
        margin-left: 87.5%
    }

    .ie .offset-desktop-7 {
        margin-left: 88%
    }

    .col-desktop-8,.ie .col-desktop-8 {
        width: 100%
    }

    .ie .offset-desktop-8,.offset-desktop-8 {
        margin-left: 100%
    }

    .offset-desktop-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .col-tabletH-1 {
        width:12.5%
    }

    .ie .col-tabletH-1 {
        width: 13%
    }

    .offset-tabletH-1 {
        margin-left: 12.5%
    }

    .ie .offset-tabletH-1 {
        margin-left: 13%
    }

    .col-tabletH-2,.ie .col-tabletH-2 {
        width: 25%
    }

    .ie .offset-tabletH-2,.offset-tabletH-2 {
        margin-left: 25%
    }

    .col-tabletH-3 {
        width: 37.5%
    }

    .ie .col-tabletH-3 {
        width: 38%
    }

    .offset-tabletH-3 {
        margin-left: 37.5%
    }

    .ie .offset-tabletH-3 {
        margin-left: 38%
    }

    .col-tabletH-4,.ie .col-tabletH-4 {
        width: 50%
    }

    .ie .offset-tabletH-4,.offset-tabletH-4 {
        margin-left: 50%
    }

    .col-tabletH-5 {
        width: 62.5%
    }

    .ie .col-tabletH-5 {
        width: 63%
    }

    .offset-tabletH-5 {
        margin-left: 62.5%
    }

    .ie .offset-tabletH-5 {
        margin-left: 63%
    }

    .col-tabletH-6,.ie .col-tabletH-6 {
        width: 75%
    }

    .ie .offset-tabletH-6,.offset-tabletH-6 {
        margin-left: 75%
    }

    .col-tabletH-7 {
        width: 87.5%
    }

    .ie .col-tabletH-7 {
        width: 88%
    }

    .offset-tabletH-7 {
        margin-left: 87.5%
    }

    .ie .offset-tabletH-7 {
        margin-left: 88%
    }

    .col-tabletH-8,.ie .col-tabletH-8 {
        width: 100%
    }

    .ie .offset-tabletH-8,.offset-tabletH-8 {
        margin-left: 100%
    }

    .offset-tabletH-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 979px) {
    .col-tablet-1 {
        width:12.5%
    }

    .ie .col-tablet-1 {
        width: 13%
    }

    .offset-tablet-1 {
        margin-left: 12.5%
    }

    .ie .offset-tablet-1 {
        margin-left: 13%
    }

    .col-tablet-2,.ie .col-tablet-2 {
        width: 25%
    }

    .ie .offset-tablet-2,.offset-tablet-2 {
        margin-left: 25%
    }

    .col-tablet-3 {
        width: 37.5%
    }

    .ie .col-tablet-3 {
        width: 38%
    }

    .offset-tablet-3 {
        margin-left: 37.5%
    }

    .ie .offset-tablet-3 {
        margin-left: 38%
    }

    .col-tablet-4,.ie .col-tablet-4 {
        width: 50%
    }

    .ie .offset-tablet-4,.offset-tablet-4 {
        margin-left: 50%
    }

    .col-tablet-5 {
        width: 62.5%
    }

    .ie .col-tablet-5 {
        width: 63%
    }

    .offset-tablet-5 {
        margin-left: 62.5%
    }

    .ie .offset-tablet-5 {
        margin-left: 63%
    }

    .col-tablet-6,.ie .col-tablet-6 {
        width: 75%
    }

    .ie .offset-tablet-6,.offset-tablet-6 {
        margin-left: 75%
    }

    .col-tablet-7 {
        width: 87.5%
    }

    .ie .col-tablet-7 {
        width: 88%
    }

    .offset-tablet-7 {
        margin-left: 87.5%
    }

    .ie .offset-tablet-7 {
        margin-left: 88%
    }

    .col-tablet-8,.ie .col-tablet-8 {
        width: 100%
    }

    .ie .offset-tablet-8,.offset-tablet-8 {
        margin-left: 100%
    }

    .offset-tablet-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 768px) {
    .col-tabletW-1 {
        width:12.5%
    }

    .ie .col-tabletW-1 {
        width: 13%
    }

    .offset-tabletW-1 {
        margin-left: 12.5%
    }

    .ie .offset-tabletW-1 {
        margin-left: 13%
    }

    .col-tabletW-2,.ie .col-tabletW-2 {
        width: 25%
    }

    .ie .offset-tabletW-2,.offset-tabletW-2 {
        margin-left: 25%
    }

    .col-tabletW-3 {
        width: 37.5%
    }

    .ie .col-tabletW-3 {
        width: 38%
    }

    .offset-tabletW-3 {
        margin-left: 37.5%
    }

    .ie .offset-tabletW-3 {
        margin-left: 38%
    }

    .col-tabletW-4,.ie .col-tabletW-4 {
        width: 50%
    }

    .ie .offset-tabletW-4,.offset-tabletW-4 {
        margin-left: 50%
    }

    .col-tabletW-5 {
        width: 62.5%
    }

    .ie .col-tabletW-5 {
        width: 63%
    }

    .offset-tabletW-5 {
        margin-left: 62.5%
    }

    .ie .offset-tabletW-5 {
        margin-left: 63%
    }

    .col-tabletW-6,.ie .col-tabletW-6 {
        width: 75%
    }

    .ie .offset-tabletW-6,.offset-tabletW-6 {
        margin-left: 75%
    }

    .col-tabletW-7 {
        width: 87.5%
    }

    .ie .col-tabletW-7 {
        width: 88%
    }

    .offset-tabletW-7 {
        margin-left: 87.5%
    }

    .ie .offset-tabletW-7 {
        margin-left: 88%
    }

    .col-tabletW-8,.ie .col-tabletW-8 {
        width: 100%
    }

    .ie .offset-tabletW-8,.offset-tabletW-8 {
        margin-left: 100%
    }

    .offset-tabletW-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 640px) {
    .col-mobileW-1 {
        width:12.5%
    }

    .ie .col-mobileW-1 {
        width: 13%
    }

    .offset-mobileW-1 {
        margin-left: 12.5%
    }

    .ie .offset-mobileW-1 {
        margin-left: 13%
    }

    .col-mobileW-2,.ie .col-mobileW-2 {
        width: 25%
    }

    .ie .offset-mobileW-2,.offset-mobileW-2 {
        margin-left: 25%
    }

    .col-mobileW-3 {
        width: 37.5%
    }

    .ie .col-mobileW-3 {
        width: 38%
    }

    .offset-mobileW-3 {
        margin-left: 37.5%
    }

    .ie .offset-mobileW-3 {
        margin-left: 38%
    }

    .col-mobileW-4,.ie .col-mobileW-4 {
        width: 50%
    }

    .ie .offset-mobileW-4,.offset-mobileW-4 {
        margin-left: 50%
    }

    .col-mobileW-5 {
        width: 62.5%
    }

    .ie .col-mobileW-5 {
        width: 63%
    }

    .offset-mobileW-5 {
        margin-left: 62.5%
    }

    .ie .offset-mobileW-5 {
        margin-left: 63%
    }

    .col-mobileW-6,.ie .col-mobileW-6 {
        width: 75%
    }

    .ie .offset-mobileW-6,.offset-mobileW-6 {
        margin-left: 75%
    }

    .col-mobileW-7 {
        width: 87.5%
    }

    .ie .col-mobileW-7 {
        width: 88%
    }

    .offset-mobileW-7 {
        margin-left: 87.5%
    }

    .ie .offset-mobileW-7 {
        margin-left: 88%
    }

    .col-mobileW-8,.ie .col-mobileW-8 {
        width: 100%
    }

    .ie .offset-mobileW-8,.offset-mobileW-8 {
        margin-left: 100%
    }

    .offset-mobileW-0 {
        margin-left: 0
    }
}

@media screen and (max-height: 480px),screen and (max-width:480px) {
    .col-mobile-1 {
        width:12.5%
    }

    .ie .col-mobile-1 {
        width: 13%
    }

    .offset-mobile-1 {
        margin-left: 12.5%
    }

    .ie .offset-mobile-1 {
        margin-left: 13%
    }

    .col-mobile-2,.ie .col-mobile-2 {
        width: 25%
    }

    .ie .offset-mobile-2,.offset-mobile-2 {
        margin-left: 25%
    }

    .col-mobile-3 {
        width: 37.5%
    }

    .ie .col-mobile-3 {
        width: 38%
    }

    .offset-mobile-3 {
        margin-left: 37.5%
    }

    .ie .offset-mobile-3 {
        margin-left: 38%
    }

    .col-mobile-4,.ie .col-mobile-4 {
        width: 50%
    }

    .ie .offset-mobile-4,.offset-mobile-4 {
        margin-left: 50%
    }

    .col-mobile-5 {
        width: 62.5%
    }

    .ie .col-mobile-5 {
        width: 63%
    }

    .offset-mobile-5 {
        margin-left: 62.5%
    }

    .ie .offset-mobile-5 {
        margin-left: 63%
    }

    .col-mobile-6,.ie .col-mobile-6 {
        width: 75%
    }

    .ie .offset-mobile-6,.offset-mobile-6 {
        margin-left: 75%
    }

    .col-mobile-7 {
        width: 87.5%
    }

    .ie .col-mobile-7 {
        width: 88%
    }

    .offset-mobile-7 {
        margin-left: 87.5%
    }

    .ie .offset-mobile-7 {
        margin-left: 88%
    }

    .col-mobile-8,.ie .col-mobile-8 {
        width: 100%
    }

    .ie .offset-mobile-8,.offset-mobile-8 {
        margin-left: 100%
    }

    .offset-mobile-0 {
        margin-left: 0;
        padding-top:10px;
    }
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .3s ease-in-out
}

.fade-enter,.fade-leave-active {
    opacity: 0!important
}

.slide-group-enter-active,.slide-group-leave-active {
    transition: transform 1s cubic-bezier(.83,0,.17,1)
}

.slide-group-enter-from {
    transform: translateY(-100%)
}

.slide-group-leave-to {
    transform: translateY(100%)
}

.slide-enter-active,.slide-leave-active {
    transition: all .35s cubic-bezier(.76,0,.24,1)
}

.slide-enter-from,.slide-leave-to {
    opacity: 0;
    transform: translateY(100%)
}

.scale-enter-active {
    transition: transform .45s cubic-bezier(.22,1,.36,1),opacity .2s ease-out
}

.scale-leave-active {
    transition: transform .45s cubic-bezier(.22,1,.36,1),opacity .3s ease-out
}

.scale-enter-from,.scale-leave-to {
    opacity: 0;
    transform: scale(0)
}

.descale-enter-active {
    transition: transform .45s cubic-bezier(.25,1,.5,1),opacity .1s ease-out
}

.descale-leave-active {
    transition: transform .2s cubic-bezier(.25,1,.5,1),opacity .1s ease-out
}

.descale-enter-from {
    opacity: 0;
    transform: scale(1.2)
}

.descale-leave-to {
    opacity: 0
}

body {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    font-family: NeueHaasGroteskDisplay65Medium,sans-serif
}

html {
    font-size: 16px
}

@media (min-width: 1920px) {
    html {
        font-size:1.8vmin
    }
}

.heading--1,h1 {
    font-family: NeueHaasGroteskDisplay75Bold,sans-serif;
    font-size: 11.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: .97;
    text-transform: none
}

@media screen and (max-height: 480px),screen and (max-width:640px) {
    .heading--1,h1 {
        font-size:5.5rem;
        line-height: 1
    }
}

.heading--2,h2 {
    font-family: NeueHaasGroteskDisplay75Bold,sans-serif;
    font-size: 8rem;
    font-style: normal;
    font-weight: 700;
    line-height: .94;
    text-transform: none
}

@media screen and (max-height: 480px),screen and (max-width:640px) {
    .heading--2,h2 {
        font-size:3.5rem;
        line-height: 1
    }
}

.heading--3,h3 {
    font-family: NeueHaasGroteskDisplay75Bold,sans-serif;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: none
}

@media screen and (max-height: 480px),screen and (max-width:640px) {
    .heading--3,h3 {
        font-size:2.5rem;
        line-height: 1.06
    }
}

.heading--4,h4 {
    font-family: NeueHaasGroteskDisplay75Bold,sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: none
}

@media screen and (max-height: 480px),screen and (max-width:640px) {
    .heading--4,h4 {
        font-size:3.5rem;
        line-height: 1
    }
}

.heading--5,h5 {
    font-family: NeueHaasGroteskDisplay75Bold,sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.06;
    text-transform: none
}

@media screen and (max-height: 480px),screen and (max-width:640px) {
    .heading--5,h5 {
        font-size:2.5rem;
        line-height: 1
    }
}

.heading--6,h6 {
    font-family: NeueHaasGroteskDisplay75Bold,sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: none
}

.heading--7 {
    font-size: 1rem
}

.heading--7,.heading--7-alternate {
    font-family: NeueHaasGroteskDisplay65Medium,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none
}

.heading--7-alternate {
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width: 1024px) {
    .heading--7-alternate {
        font-size:2rem;
        line-height: 1
    }
}

.body-01 {
    font-family: NeueHaasGroteskDisplay65Medium,sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none
}

@media (max-width: 640px) {
    .body-01 {
        font-size:1rem;
        line-height: 1.5
    }
}

.body-02 {
    font-family: NeueHaasGroteskDisplay65Medium,sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.14;
    text-transform: none
}

@media (max-width: 480px) {
    .body-02 {
        font-size:1rem;
        line-height: 1.5
    }
}

.body-03 {
    font-family: NeueHaasGroteskDisplay65Medium,sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.14;
    text-transform: none
}

@media (max-width: 480px) {
    .body-03 {
        font-size:1rem;
        line-height: 1.5
    }
}

.caption {
    font-family: NeueHaasGroteskDisplay65Medium,sans-serif;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none
}

body {
    height: auto;
    overflow: hidden;
    width: 100vw
}

.no-smooth {
    overflow: initial;
    overflow-x: hidden
}

.no-scroll {
    height: 100vh;
    overflow: hidden
}

:root {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: auto!important
}

.link-hover {
    position: relative;
    transition: opacity .35s cubic-bezier(.33,1,.68,1)!important;
    width: -moz-fit-content;
    width: fit-content
}

.link-hover:hover {
    opacity: .6
}

.link-hover:after {
    background-color: var(--dark);
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    top: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s cubic-bezier(.33,1,.68,1),background-color .2s ease-in-out;
    width: 100%
}

.router-link-active.link-hover {
    opacity: .6
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto!important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.CText--uppercase {
    text-transform: uppercase
}

.CText--bold {
    font-family: NeueHaasGroteskDisplay75Bold;
    font-style: normal;
    font-weight: 700
}

.Loader {
    --duration: 1.45s;
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: var(--z-loader)
}

.Loader__fold {
    background: var(--ultra-dark);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(1)
}

.Loader__pourcent {
    color: var(--white);
    left: 20px;
    position: absolute;
    top: calc(var(--app-height) - 16px);
    transform: translateY(-100%)
}

.Loader__pourcent__container {
    display: inline-flex;
    height: 180px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 120px
}

@media (min-width: 1920px) {
    .Loader__pourcent__container {
        height:11.25rem;
        width: 7.5rem
    }
}

@media screen and (max-height: 480px),screen and (max-width:480px) {
    .Loader__pourcent__container {
        height:88px;
        width: 58px
    }
}

.Loader__pourcent__container:nth-child(2) .Loader__pourcent__container__value {
    transition-delay: .15s
}

.Loader__pourcent__container:nth-child(3) .Loader__pourcent__container__value {
    transition-delay: .3s
}

.Loader__pourcent__container__value {
    display: inline-block;
    position: absolute
}

.Loader__transition-enter-active {
    transition: opacity var(--duration) ease-in-out
}

.Loader__transition-enter-active .Loader__fold {
    transform-origin: top;
    transition: transform cubic-bezier(.22,1,.36,1) var(--duration)
}

.Loader__transition-enter-active .Loader__pourcent__container__value {
    transition: transform .45s cubic-bezier(.76,0,.24,1)
}

.Loader__transition-leave-active {
    transition: opacity 1.3s ease-in-out
}

.Loader__transition-leave-active .Loader__fold {
    transform-origin: bottom;
    transition: transform cubic-bezier(.22,1,.36,1) var(--duration) .1s
}

.Loader__transition-leave-active .Loader__pourcent {
    transition: all .3s cubic-bezier(.76,0,.24,1)
}

.Loader__transition-enter-from .Loader__fold,.Loader__transition-leave-to .Loader__fold {
    transform: scaleY(0)
}

.Loader__transition-enter-from .Loader__pourcent,.Loader__transition-leave-to .Loader__pourcent {
    opacity: 0;
    transform: translateY(100%)
}

.PressPlayOnTape {
    align-items: center;
    display: flex;
    min-width: 164px
}

@media (min-width: 1920px) {
    .PressPlayOnTape {
        height:.9375rem;
        min-width: 10rem
    }

    .PressPlayOnTape svg {
        height: 100%
    }
}

.PressPlayOnTape circle,.PressPlayOnTape path {
    fill: var(--menu-color);
    transition: fill .2s ease
}

.PressPlayOnTape__word {
    transition: width .45s ease
}

.PressPlayOnTape__word--press {
    width: 11px
}

@media (min-width: 1920px) {
    .PressPlayOnTape__word--press {
        width:.6875rem
    }
}

.PressPlayOnTape__word--play {
    width: 11px
}

@media (min-width: 1920px) {
    .PressPlayOnTape__word--play {
        width:.6875rem
    }
}

.PressPlayOnTape__word--on {
    width: 13.5px
}

@media (min-width: 1920px) {
    .PressPlayOnTape__word--on {
        width:.845rem
    }
}

.PressPlayOnTape__word--tape {
    width: 11px
}

@media (min-width: 1920px) {
    .PressPlayOnTape__word--tape {
        width:.6875rem
    }
}

.PressPlayOnTape__word--tape-a {
    transform: translate(2px);
    transition: transform .45s ease,fill .2s ease!important
}

.PressPlayOnTape--open .PressPlayOnTape__word--press,.PressPlayOnTape:hover .PressPlayOnTape__word--press {
    width: 54px
}

@media (min-width: 1920px) {
    .PressPlayOnTape--open .PressPlayOnTape__word--press,.PressPlayOnTape:hover .PressPlayOnTape__word--press {
        width:3.375rem
    }
}

.PressPlayOnTape--open .PressPlayOnTape__word--play,.PressPlayOnTape:hover .PressPlayOnTape__word--play {
    width: 42px
}

@media (min-width: 1920px) {
    .PressPlayOnTape--open .PressPlayOnTape__word--play,.PressPlayOnTape:hover .PressPlayOnTape__word--play {
        width:2.625rem
    }
}

.PressPlayOnTape--open .PressPlayOnTape__word--on,.PressPlayOnTape:hover .PressPlayOnTape__word--on {
    width: 26px
}

@media (min-width: 1920px) {
    .PressPlayOnTape--open .PressPlayOnTape__word--on,.PressPlayOnTape:hover .PressPlayOnTape__word--on {
        width:1.625rem
    }
}

.PressPlayOnTape--open .PressPlayOnTape__word--tape,.PressPlayOnTape:hover .PressPlayOnTape__word--tape {
    width: 42px
}

.PressPlayOnTape--open .PressPlayOnTape__word--tape-a,.PressPlayOnTape:hover .PressPlayOnTape__word--tape-a {
    transform: translate(0)
}

@media (min-width: 1920px) {
    .PressPlayOnTape--open .PressPlayOnTape__word--tape,.PressPlayOnTape:hover .PressPlayOnTape__word--tape {
        width:2.625rem
    }
}

@media (max-width: 979px) {
    .PressPlayOnTape {
        min-width:0
    }
}

.Icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.Icon path {
    fill: var(--svg-color)
}

.Icon__external path {
    stroke: var(--svg-color)
}

.Icon svg {
    height: 100%
}

.Marquee {
    height: auto;
    overflow: hidden;
    width: 100%
}

.Marquee__container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    will-change: transform
}

.Perspective {
    overflow: hidden;
    perspective: 100vw;
    position: relative;
    width: 100%
}

.Perspective:first-child {
    z-index: 1
}

.Perspective:nth-child(2) {
    z-index: 2
}

.Perspective:nth-child(3) {
    z-index: 3
}

.Perspective:nth-child(4) {
    z-index: 4
}

.Perspective:nth-child(5) {
    z-index: 5
}

.Perspective--hidden {
    visibility: hidden
}

.Perspective--front>.Perspective__container {
    transform: translateZ(calc(var(--height)*-1)) rotateX(0)
}

.Perspective--front>.Perspective__container>.Perspective__container__face--top .COCustom,.Perspective--front>.Perspective__container>.Perspective__container__face--top .CText {
    opacity: 0
}

.Perspective--top>.Perspective__container {
    transform: translateZ(calc(var(--height)*-1)) rotateX(-90.001deg)
}

.Perspective--top>.Perspective__container>.Perspective__container__face--front .CText {
    opacity: 0
}

.Perspective--top>.Perspective__container>.Perspective__container__face--front:after {
    opacity: .2
}

.Perspective--top>.Perspective__container>.Perspective__container__face--back .COCustom,.Perspective--top>.Perspective__container>.Perspective__container__face--back .CText {
    opacity: 0
}

.Perspective--top>.Perspective__container>.Perspective__container__face--back:after {
    opacity: .2
}

.Perspective--back>.Perspective__container {
    transform: translateZ(calc(var(--height)*-1)) rotateX(-180deg)
}

.Perspective--back>.Perspective__container>.Perspective__container__face--front .CText,.Perspective--back>.Perspective__container>.Perspective__container__face--top .CText {
    opacity: 0
}

.Perspective--back>.Perspective__container>.Perspective__container__face--front:after,.Perspective--back>.Perspective__container>.Perspective__container__face--top:after {
    opacity: .2
}

.Perspective--shadows>.Perspective__container .COCustom,.Perspective--shadows>.Perspective__container .CText {
    transition: opacity .6s cubic-bezier(.35,0,.65,1)
}

.Perspective--shadows .Perspective__container__face:after {
    background-color: var(--dark);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .6s cubic-bezier(.35,0,.65,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 2
}

.Perspective__container {
    height: 100%;
    position: relative;
    transform: translateZ(calc(var(--height)*-1)) rotateX(0);
    transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(.25,1,.5,1);
    width: 100%
}

.resizing .Perspective__container {
    transition: none!important
}

.Perspective__container__face {
    height: 100%;
    position: absolute;
    transition: opacity .6s cubic-bezier(.65,0,.35,1);
    width: 100%
}

.Perspective__container__face--front {
    transform: rotateY(0) translateZ(calc(var(--height)))
}

.Perspective__container__face--top {
    transform: rotateX(90.0001deg) translateZ(calc(var(--height)))
}

.Perspective__container__face--back {
    transform: translateZ(calc(var(--height)*-1)) rotateY(-180deg) rotate(180deg)
}

.Perspective__container__face--bottom {
    transform: rotateX(-90.0001deg) translateZ(calc(var(--height)))
}

.PlayButton {
    background-color: var(--dark);
    border-radius: 4px;
    color: var(--white);
    max-height: 25px;
    overflow: hidden;
    transform: scale(1);
    transition: transform .35s cubic-bezier(.33,1,.68,1);
    width: 69px
}

@media (min-width: 1920px) {
    .PlayButton {
        max-height:1.56rem;
        width: 4.31rem
    }
}

.PlayButton--mobile {
    background-color: var(--white);
    color: var(--dark);
    height: auto;
    max-height: inherit;
    width: 100%
}

.PlayButton--mobile .PlayButton__inner {
    padding: 10px 4px
}

.PlayButton--mobile .Marquee,.PlayButton--mobile .PlayButton__inner {
    opacity: 1!important;
    transform: scale(1)!important
}

.PlayButton--mobile .Perspective__container__face,.PlayButton--mobile .Perspective__container__face:after {
    background-color: var(--white)!important
}

.PlayButton--mobile:hover {
    transform: scale(1)!important
}

.PlayButton:hover {
    transform: scale(1.45)
}

.PlayButton:hover .Marquee,.PlayButton:hover .PlayButton__inner {
    transform: scale(.9)
}

.PlayButton__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2px 4px
}

@media (max-width: 640px) {
    .PlayButton__inner {
        padding:0 4px
    }
}

.PlayButton .Perspective {
    height: 100%;
    padding: 0 4px;
    perspective: 60px
}

.PlayButton .Perspective__container {
    transition: transform .4s cubic-bezier(.25,1,.5,1)
}

.PlayButton .Perspective__container__face {
    background-color: var(--dark);
    transition: opacity .3s cubic-bezier(.65,0,.35,1)
}

.PlayButton .Perspective__container__face:after {
    background-color: var(--dark);
    content: "";
    height: 100%;
    left: -10%;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: -1
}

.PlayButton .Marquee,.PlayButton .PlayButton__inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .35s cubic-bezier(.33,1,.68,1),opacity .35s ease-in-out
}

.PlayButton .Marquee {
    overflow: initial
}

.PlayButton .CText {
    padding-top: 1px
}

.PlayButton .Icon {
    height: 12px;
    margin-left: 4px;
    width: 12px
}

.MenuToggle {
    display: none;
    height: 21px;
    position: relative;
    width: 47px;
    z-index: 1
}

.MenuToggle:after,.MenuToggle:before {
    background-color: var(--menu-color);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .4s cubic-bezier(.33,1,.68,1),background-color .2s ease;
    width: 100%
}

.MenuToggle:before {
    transform: translateY(-4px)
}

.MenuToggle:after {
    transform: translateY(4px)
}

@media (max-width: 640px) {
    .MenuToggle {
        display:block
    }
}

.MenuFixed {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 24px;
    position: absolute;
    top: 0;
    transition: transform .5s ease-in-out;
    width: 100%;
    z-index: var(--z-header)
}

.MenuFixed .PlayButton {
    background-color: var(--menu-color)!important;
    color: var(--menu-font-color)!important
}

.MenuFixed .PlayButton .Icon {
    --svg-color: var(--menu-font-color)!important
}

.MenuFixed .PlayButton .Perspective__container__face,.MenuFixed .PlayButton .Perspective__container__face:after {
    background-color: var(--menu-color)!important
}

.MenuFixed__logo {
    align-items: center;
    display: flex;
    z-index: 1
}

.MenuFixed__logo .Icon {
    --svg-color: var(--menu-color)!important;
    height: 12px
}

.MenuFixed__play {
    display: flex;
    position: relative;
    transition: opacity .3s cubic-bezier(.33,1,.68,1) .4s
}

@media (max-width: 640px) {
    .MenuFixed__links {
        display:none
    }
}

.MenuFixed__links a {
    color: var(--menu-color);
    margin: 0 20px;
    position: relative;
    transition: color .2s ease-in-out
}

.MenuFixed__links a:last-of-type {
    margin: 0 0 0 160px
}

@media (max-width: 1024px) {
    .MenuFixed__links a:last-of-type {
        margin:0 0 0 20px
    }
}

.MenuFixed__links a:after {
    background-color: var(--menu-color)
}

.MenuSide {
    height: 55%;
    transform: rotateX(180deg) translate(1px)
}

.MenuSide svg {
    display: block;
    height: 100%;
    width: 59px
}

.MenuSide--inverse {
    transform: rotateX(180deg) rotateY(180deg) translate(1px)
}

.MenuSticky {
    --menu-color: var(--dark)!important;
    height: 100px;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translate(-50%);
    will-change: all
}

.MenuSticky,.MenuSticky__container {
    display: flex;
    justify-content: center;
    overflow: hidden
}

.MenuSticky__container {
    align-items: center;
    background-color: var(--white);
    box-shadow: 0 -20px 30px 20px #0000000a;
    height: 55%
}

.MenuSticky__logo {
    margin: 0 20px
}

@media (max-width: 640px) {
    .MenuSticky__logo {
        margin:0 20px 0 0
    }
}

.MenuSticky__toggle {
    margin-left: 20px
}

.MenuSticky__play {
    margin: 0 20px
}

.MenuSticky__links {
    display: flex;
    justify-content: space-between
}

@media (max-width: 640px) {
    .MenuSticky__links {
        display:none
    }
}

.MenuSticky__links a {
    color: var(--dark);
    margin: 0 20px;
    position: relative;
    transition: color .2s ease-in-out;
    white-space: nowrap
}

.MenuSticky__links a:after {
    background-color: var(--dark)
}

.MenuSticky__transition-enter-active {
    transition: height .75s cubic-bezier(.33,1,.68,1)
}

.MenuSticky__transition-leave-active {
    transition: height .5s cubic-bezier(.33,1,.68,1)
}

.MenuSticky__transition-enter-from,.MenuSticky__transition-leave-to {
    height: 0
}

.MenuMobile {
    background-color: var(--dark);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.MenuMobile__container {
    display: flex;
    flex-direction: column;
    height: var(--app-height);
    padding: 16px;
    width: 100%
}

.MenuMobile__transition-enter-active,.MenuMobile__transition-leave-active {
    transition: -webkit-clip-path .75s cubic-bezier(.33,1,.68,1);
    transition: clip-path .75s cubic-bezier(.33,1,.68,1);
    transition: clip-path .75s cubic-bezier(.33,1,.68,1),-webkit-clip-path .75s cubic-bezier(.33,1,.68,1)
}

.MenuMobile__transition-enter-active .Perspective__container,.MenuMobile__transition-leave-active .Perspective__container {
    transition: none
}

.MenuMobile__transition-enter-active .MenuMobile__toggle:after,.MenuMobile__transition-enter-active .MenuMobile__toggle:before,.MenuMobile__transition-leave-active .MenuMobile__toggle:after,.MenuMobile__transition-leave-active .MenuMobile__toggle:before {
    transition: transform .4s cubic-bezier(.33,1,.68,1),background-color .2s ease
}

.MenuMobile__transition-enter-from {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0)
}

.MenuMobile__transition-enter-from .MenuMobile__toggle:before {
    transform: translateY(-4px)
}

.MenuMobile__transition-enter-from .MenuMobile__toggle:after {
    transform: translateY(4px)
}

.MenuMobile__transition-leave-to {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0)
}

.MenuMobile__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0 8px;
    width: 100%
}

.MenuMobile__toggle:after,.MenuMobile__toggle:before {
    transition-delay: 1.5s
}

.MenuMobile__links {
    display: flex;
    flex-direction: column
}

.MenuMobile__links a {
    color: var(--white);
    margin: 4px 0;
    position: relative;
    transition: color .2s ease-in-out
}

.MenuMobile__links a:after {
    background-color: var(--white)
}

.MenuMobile__play {
    margin-bottom: 40px;
    margin-top: auto
}

.MenuMobile__footer {
    color: var(--white);
    display: flex;
    font-size: .875rem;
    justify-content: space-between
}

.MenuMobile__footer a {
    color: var(--white)
}

:root {
    --z-under: 0;
    --z-default: 1;
    --z-above: 2;
    --z-header: 20;
    --z-overlay: 20;
    --z-loader: 100;
    --red: #ff2803;
    --yellow: #f9b71b;
    --blue: #1795f0;
    --green: #30e462;
    --ultra-dark: #000;
    --dark: #150c0f;
    --medium-dark: #201317;
    --sand: #f4f5ef;
    --white: #fff;
    --large: 1440px;
    --desktop: 1280px;
    --tablet-h: 1024px;
    --tablet: 979px;
    --tablet-w: 768px;
    --mobile-w: 640px;
    --mobile: 480px
}

.Menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: var(--z-header)
}

.Menu--white {
    --menu-font-color: var(--white);
    --menu-color: var(--dark);
    --menu-background: transparent
}

.Menu--dark {
    --menu-font-color: var(--dark);
    --menu-color: var(--white);
    --menu-background: var(--white)
}

.Menu--open {
    --menu-color: var(--white)!important;
    --menu-background: var(--white)!important
}

.Menu--open .MenuToggle:after,.Menu--open .MenuToggle:before {
    transform: translateY(0)
}

.Menu--open .MenuFixed__play {
    opacity: 0
}

.Menu--scrolled .MenuFixed,.Menu--sticky .MenuFixed {
    transform: translateY(-100%)
}

.home {
    position: fixed;
    top: 20px;
    z-index: 10
}
