
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 0
}

figure img {
    width: 100%;
    height: auto;
    display: block
}

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

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

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

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    width: 100%;
    height: 120%;
    object-fit: fill;
}

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

img {
    border-style: none
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

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

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #ff6800;
    box-sizing: border-box
}

*,
 :after,
 :before {
    box-sizing: inherit
}

 ::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

 ::selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Titillium Web", sans-serif;
    color: #ffff;
    background-color: #15151e;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem
}

body.open-modal {
    position: fixed;
    overflow-y: scroll
}

body.no-scroll {
    overflow-y: hidden
}

body :-webkit-full-screen-ancestor .c-global-navigation {
    position: static
}

#app>div[class^=v-] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 56px)
}

@media (min-width:768px) {
    body {
        font-size: 17px;
        line-height: 25.5px;
        font-size: 1.7rem;
        line-height: 2.55rem
    }
    #app>div[class^=v-] {
        min-height: calc(100vh - 56px)
    }
}

@media (min-width:1140px) {
    body {
        font-size: 18px;
        line-height: 27px;
        font-size: 16px;
        line-height: 2.7rem;
        padding-top: 75px!important
    }
    #app>div[class^=v-] {
        min-height: calc(100vh - 75px)
    }
}

.router-view-enter-active,
.router-view-leave-active {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: ease
}

.router-view-enter,
.router-view-leave-active {
    opacity: 0
}

.slide-in-up-enter-active {
    transition: all .5s ease
}

.slide-in-up-leave-active {
    transition: all 0s cubic-bezier(1, .5, .8, 1)
}

.slide-in-up-enter,
.slide-in-up-leave-to {
    transform: translateY(50%);
    opacity: 0
}

.slide-in-right-enter-active {
    transition: all .5s ease
}

.slide-in-right-leave-active {
    transition: all 0s cubic-bezier(1, .5, .8, 1)
}

.slide-in-right-enter,
.slide-in-right-leave-to {
    transform: translateX(50%);
    opacity: 0
}

.slide-in-left-enter-active {
    transition: all .5s ease
}

.slide-in-left-leave-active {
    transition: all 0s cubic-bezier(1, .5, .8, 1)
}

.slide-in-left-enter,
.slide-in-left-leave-to {
    transform: translateX(-50%);
    opacity: 0
}

.fade-in-enter-active {
    transition: opacity .8s ease
}

.fade-in-leave-active {
    transition: opacity .25s ease
}

.fade-in-enter,
.fade-in-leave-to {
    opacity: 0
}

.rearrange-list-up-opaque-item {
    transition: transform .7s, opacity .3s
}

.rearrange-list-up-opaque-move {
    opacity: .2
}

.rearrange-list-up-opaque-enter-active,
.rearrange-list-up-opaque-leave-active {
    transition: all .5s
}

.rearrange-list-up-opaque-enter {
    opacity: 0;
    transform: translateY(30px)
}

.rearrange-list-up-opaque-leave,
.rearrange-list-up-opaque-leave-active {
    display: none!important
}

.rearrange-list-up-opaque-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.layout-enter-active,
.layout-leave-active {
    transition: opacity .5s
}

.layout-enter,
.layout-leave-active {
    opacity: 0
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5 {
    font-family: "F1 Display", sans-serif
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:768px) {
    h1 {
        font-size: 34px;
        line-height: 34px;
        font-size: 3.4rem;
        line-height: 3.4rem
    }
}

@media (min-width:1140px) {
    h1 {
        font-size: 44px;
        line-height: 44px;
        font-size: 4.4rem;
        line-height: 4.4rem
    }
}

h2 {
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem
}

@media (min-width:768px) {
    h2 {
        font-size: 26px;
        line-height: 26px;
        font-size: 2.6rem;
        line-height: 2.6rem
    }
}

@media (min-width:1140px) {
    h2 {
        font-size: 32px;
        line-height: 32px;
        font-size: 3.2rem;
        line-height: 3.2rem
    }
}

h3 {
    font-size: 18px;
    line-height: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem
}

@media (min-width:768px) {
    h3 {
        font-size: 20px;
        line-height: 20px;
        font-size: 2rem;
        line-height: 2rem
    }
}

@media (min-width:1140px) {
    h3 {
        font-size: 24px;
        line-height: 24px;
        font-size: 2.4rem;
        line-height: 2.4rem
    }
}

h4 {
    font-size: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem
}

@media (min-width:768px) {
    h4 {
        font-size: 16px;
        line-height: 16px;
        font-size: 1.6rem;
        line-height: 1.6rem
    }
}

@media (min-width:1140px) {
    h4 {
        font-size: 18px;
        line-height: 18px;
        font-size: 1.8rem;
        line-height: 1.8rem
    }
}

h5 {
    font-size: 13px;
    line-height: 13px;
    font-size: 1.3rem;
    line-height: 1.3rem
}

@media (min-width:768px) {
    h5 {
        font-size: 15px;
        line-height: 15px;
        font-size: 1.5rem;
        line-height: 1.5rem
    }
}

@media (min-width:1140px) {
    h5 {
        font-size: 17px;
        line-height: 17px;
        font-size: 1.7rem;
        line-height: 1.7rem
    }
}

ol,
p,
ul {
    margin: 0 0 1em
}

ol,
ul {
    padding-left: 2em
}

dl {
    display: flex;
    flex-wrap: wrap
}

dl dt {
    font-weight: 700;
    text-transform: uppercase
}

dl dd {
    text-align: right
}

dl dd,
dl dt {
    width: 50%;
    margin: 0
}

dl.basic {
    display: block
}

dl.basic>div {
    display: flex
}

a:link {
    text-decoration: none;
    font-weight: 700;
    transition: color .1s ease-in-out
}

a:link,
a:visited {
    color: #fff
}

a:active,
a:focus,
a:hover,
a:visited:hover {
    color: #e10600
}

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

form fieldset h2 {
    margin-bottom: 16px
}

form label {
    font-weight: 700
}

form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=text],
form select,
form textarea {
    border-radius: 2px;
    border: 1px solid #000;
    padding: 8px;
    width: 100%
}

form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #c2c2c2;
    font-style: italic
}

form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=text]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #c2c2c2;
    font-style: italic
}

form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #c2c2c2;
    font-style: italic
}

form input[type=email]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=text]:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
    color: #c2c2c2;
    font-style: italic
}

form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=text] {
    line-height: 1
}

form [type=checkbox],
form [type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px
}

form [type=checkbox]+label:before,
form [type=radio]+label:before {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-right: .5em;
    transition: all .1s ease;
    outline-offset: .1em;
    position: relative;
    top: -1px;
    cursor: pointer
}

form [type=checkbox]+label:before {
    border-radius: 0
}

form [type=checkbox]:checked+label:before,
form [type=radio]:checked+label:before {
    background: #e10600;
    border: .15em solid #e10600;
    box-shadow: inset 0 0 0 3px #fff
}

form [type=checkbox]:disabled+label,
form [type=radio]:disabled+label {
    color: #bbb
}

form [type=checkbox]:disabled+label:before,
form [type=radio]:disabled+label:before {
    border: .15em solid #bbb
}

form [type=checkbox]:checked:disabled+label:before,
form [type=radio]:checked:disabled+label:before {
    background: #bbb;
    border: .15em solid #bbb;
    box-shadow: inset 0 0 0 3px #000
}

form [type=checkbox]:focus+label:before,
form [type=radio]:focus+label:before {
    outline: thin dotted #bbb
}

form button {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    margin: 0;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    width: 100%
}

form button:focus,
form button:hover {
    color: #15151e
}

form button span {
    align-items: center;
    justify-content: center;
    display: flex
}

form button span img {
    max-width: 20px;
    margin: 0 8px
}

form .f-input {
    margin-bottom: 16px
}

form .f-input label {
    display: block;
    margin-bottom: .25em
}

form .f-input fieldset>div {
    display: flex;
    align-items: flex-start
}

form .f-input fieldset input[type=checkbox],
form .f-input fieldset input[type=radio] {
    margin-right: 8px;
    margin-top: .25em
}

form .f-input fieldset label {
    font-weight: 400;
    text-transform: none
}

form .f-error {
    display: block;
    background-color: rgba(225, 6, 0, .15);
    border-bottom: 2px solid #e10600;
    padding: 8px;
    font-size: 84%;
    line-height: 1.4;
    line-height: 1;
    font-weight: 700
}

@media (min-width:768px) {
    form input[type=email],
    form input[type=number],
    form input[type=tel],
    form input[type=text],
    form select,
    form textarea {
        padding: 12px
    }
}

.input-select-styled {
    display: block;
    font-weight: 700;
    line-height: 1.1;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-right: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='iconmonstr' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.19 15.58'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23725a49;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-down-brown%3C/title%3E%3Cpath id='arrow-24' class='cls-1' d='M.28,3,2.89.3a1,1,0,0,1,1.42,0l6.93,6.93a.5.5,0,0,0,.71,0L18.88.29A1,1,0,0,1,20.3.3L22.9,3a1,1,0,0,1,0,1.4L11.59,15.58.3,4.39A1,1,0,0,1,.28,3Z'/%3E%3C/svg%3E"), linear-gradient(180deg, #fff 0, #fff);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%
}

@supports (-webkit-overflow-scrolling:touch) {
    .input-select-styled {
        font-size: 16px!important
    }
}

.input-select-styled::-ms-expand {
    display: none
}

.input-select-styled:hover {
    border-color: #ff6800
}

.input-select-styled:focus {
    outline: none
}

.input-select-styled option {
    font-weight: 400
}

.grecaptcha-badge {
    z-index: 1000
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -20px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, -3px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -20px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, -3px, 0)
    }
}

@-webkit-keyframes progressSlide {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 200px 0
    }
}

@keyframes progressSlide {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 200px 0
    }
}

.o-news-featured {
    border-top: 2px solid #e10600;
    border-radius: 0 0 8px 0;
    overflow: hidden
}

.o-news-featured>a {
    position: relative;
    min-height: 320px;
    height: 60vh;
    max-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.o-news-featured>a:focus,
.o-news-featured>a:hover {
    text-decoration: none;
    color: #fff
}

.o-news-featured>a:focus img,
.o-news-featured>a:hover img {
    transform: scale(1.0333);
    filter: brightness(1.05) contrast(1.05)
}

.o-news-featured__media {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000
}

.o-news-featured__media figure {
    width: 100%;
    height: 100%;
    position: relative
}

.o-news-featured__media figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent)
}

.o-news-featured__media figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    transition: all .25s ease-in-out
}

.o-news-featured__info {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    transition: all .25s ease-in-out;
    background-image: linear-gradient(0deg, rgba(21, 21, 30, .8) 0, rgba(21, 21, 30, 0) 50%)
}

.o-news-featured__info-meta time {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.o-news-featured__info h1 {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.15!important;
    text-shadow: 0 0 4px rgba(21, 21, 30, .85)
}



.o-news-featured__link span:focus,
.o-news-featured__link span:hover {
    color: #15151e
}


@media (min-width:1140px) {
    .o-news-featured>a {
        max-height: 640px
    }
    .o-news-featured__info {
        padding: 32px
    }
    .o-news-featured__info h1 {
        font-size: 32px;
        line-height: 32px;
        font-size: 3.2rem;
        line-height: 3.2rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        text-transform: none;
        line-height: 1.15!important
    }
}


.o-news-article__media figure {
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.o-news-article__media figure iframe,
.o-news-article__media figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.o-news-article__media figure img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto
}

.o-news-article__media figure iframe {
    width: 100%;
    height: 100%
}

.o-news-article__media figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .25s ease-in-out
}

.o-news-article__info {
    background-color: rgba(40, 55, 88, .6);
    background-image: url(_nuxt/img/hatchings-full.bf50ca0.html);
    padding: 16px;
    border-radius: 0 0 8px 0
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .o-news-article__info {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px)
    }
}

.o-news-article__info-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.o-news-article__info h1 {
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.15!important
}

@media (min-width:768px) {
    .o-news-article__info h1 {
        font-size: 20px;
        line-height: 20px;
        font-size: 2rem;
        line-height: 2rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        text-transform: none;
        line-height: 1.15!important
    }
}

@media (min-width:1140px) {
    .o-news-article>a:focus .o-news-article__media img,
    .o-news-article>a:hover .o-news-article__media img {
        transform: translate(-50%, -50%) scale(1.0333);
        filter: brightness(1.05) contrast(1.05)
    }
    .o-news-article__info h1 {
        font-size: 18px;
        line-height: 18px;
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        text-transform: none;
        line-height: 1.15!important
    }
}

.o-category {
    display: inline-block;
    color: #186aed
}

.o-category,
.o-tag {
    font-weight: 700;
    text-transform: uppercase
}

.o-tag {
    display: inline-flex;
    font-size: 84%;
    line-height: 1.4;
    line-height: 1;
    border-left: 2px solid #e10600
}

.o-tag__icon {
    background-color: rgba(225, 6, 0, .4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px
}

.o-tag__icon img {
    height: 16px;
    width: auto;
    display: block
}

.o-tag__label {
    display: inline-block;
    padding: 6px 8px;
    background-color: rgba(21, 21, 30, .6)
}

.o-tabs {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center
}

.o-tabs,
.o-tabs li {
    padding: 0
}

.o-tabs li:not(:last-of-type) {
    margin-right: 4px
}

.o-tabs li {
    line-height: 1;
    flex: 1
}

.o-tabs li:first-child a {
    border-radius: 4px 0 0 0
}

.o-tabs li:last-child a {
    border-radius: 0 4px 0 0
}

.o-tabs a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 16px;
    border-bottom: 2px solid #e10600;
    background-color: hsla(0, 0%, 100%, .05);
    transition: color .15s ease-in-out;
    cursor: pointer
}

.o-tabs a:focus,
.o-tabs a:hover,
.o-tabs a:visited:hover {
    text-decoration: none;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .25)
}

.o-tabs a.active {
    background-color: rgba(225, 6, 0, .15);
    color: #e10600
}

.ja-JP .o-tabs a,
.ko-KR .o-tabs a,
.zh-Hans .o-tabs a,
.zh-Hant .o-tabs a {
    font-weight: 700
}

@media (min-width:768px) {
    .o-tabs li a {
        padding: 8px 16px
    }
}

.o-media-embed {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0;
    width: 100%
}

.o-media-embed__youtube-preview,
.o-media-embed iframe,
.o-media-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.o-media-embed__youtube-preview {
    cursor: pointer
}

.o-media-embed__youtube-preview:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTYuMzQ4IDEwLjA3NVY1LjU4bDQuMzIzIDIuMjU1LTQuMzIyIDIuMjR6TTE1Ljg0IDQuOHMtLjE1Ni0xLjEwMi0uNjM2LTEuNTg3Yy0uNjA4LS42MzctMS4yOS0uNjQtMS42MDMtLjY3OC0yLjIzOC0uMTYyLTUuNTk2LS4xNjItNS41OTYtLjE2MmgtLjAwOHMtMy4zNTggMC01LjU5Ny4xNjJjLS4zMTQuMDM4LS45OTYuMDQtMS42MDQuNjc4Qy4zMTYgMy42OTguMTYgNC44LjE2IDQuOFMwIDYuMDk3IDAgNy4zOXYxLjIxNWMwIDEuMjk0LjE2IDIuNTkuMTYgMi41OXMuMTU2IDEuMS42MzYgMS41ODdjLjYwOC42MzcgMS40MDguNjE3IDEuNzY0LjY4NCAxLjI4LjEyMyA1LjQ0LjE2IDUuNDQuMTZzMy4zNjItLjAwNCA1LjYtLjE2NmMuMzE0LS4wMzguOTk2LS4wNCAxLjYwNC0uNjc4LjQ4LS40ODYuNjM2LTEuNTg4LjYzNi0xLjU4OFMxNiA5LjkgMTYgOC42MDRWNy4zOWMwLTEuMjk0LS4xNi0yLjU5LS4xNi0yLjU5IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4K);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, .5))
}

.o-media-embed__youtube-preview:hover:after {
    filter: drop-shadow(0 0 16px rgba(225, 6, 0, .5))
}

.o-arrow-nav {
    display: inline-block;
    padding: 4px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    border: 0;
    line-height: 0;
    cursor: pointer
}

.o-arrow-nav img {
    width: 16px;
    height: 16px;
    display: block;
    opacity: .6;
    transition: opacity .2s ease-in-out
}

.o-arrow-nav--next img {
    transform: rotate(270deg)
}

.o-arrow-nav--prev img {
    transform: rotate(90deg)
}

.o-arrow-nav:hover {
    background-color: rgba(0, 0, 0, .6)
}

.o-arrow-nav:hover img {
    opacity: 1
}

@media (min-width:768px) {
    .o-arrow-nav {
        padding: 8px
    }
}

.o-double-image {
    position: relative;
    margin-bottom: 32px
}

.o-double-image__media {
    border-bottom: 4px solid #ff6800
}

.o-double-image__media:nth-child(2) {
    position: absolute;
    bottom: -32px;
    right: 16px;
    width: 40%;
    border: 4px solid #fff
}

.o-double-image__media:nth-child(2):after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ff6800;
    position: absolute;
    bottom: -4px;
    left: 0
}

.o-double-image figure {
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ddd
}

.o-double-image figure iframe,
.o-double-image figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.o-double-image figure img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.o-double-image figure iframe {
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .o-double-image {
        margin-bottom: 64px
    }
    .o-double-image__media:nth-child(2) {
        bottom: -64px;
        right: 32px
    }
}

.o-details-list-modal img {
    display: block
}

.o-details-list-modal summary::-webkit-details-marker,
.o-details-list-modal summary::marker {
    content: "";
    display: none
}

.o-details-list-modal__summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px
}

.o-details-list-modal__summary img {
    width: 32px;
    height: auto;
    margin-right: 16px
}

.o-details-list-modal__summary span {
    margin-left: auto;
    color: #ff6800
}

.o-details-list-modal__summary span img {
    height: 16px;
    width: auto;
    transition: transform .2s ease-in-out
}

.o-details-list-modal__summary span span {
    display: none
}

.o-details-list-modal[open] .o-details-list-modal__summary {
    border: 0;
    padding-bottom: 8px;
    margin-bottom: 0
}

.o-details-list-modal[open] .o-details-list-modal__summary span img {
    transform: rotate(180deg)
}

.o-details-list-modal[open] .o-details-list-modal__summary h3 {
    color: #ff6800
}

.o-details-list-modal__content-header {
    display: none
}

.o-details-list-modal__content-info {
    padding: 0 8px 8px
}

.o-details-list-modal__content-info p:last-child {
    margin: 0
}

.o-details-list-modal__close {
    display: none
}

.o-details-list-modal:not(:last-child) {
    border-bottom: 2px solid hsla(0, 0%, 86.7%, .2)
}

@media (min-width:768px) {
    .o-details-list-modal__summary {
        flex-direction: column;
        padding: 16px;
        background-color: hsla(0, 0%, 86.7%, .2)
    }
    .o-details-list-modal__summary img {
        margin: 0 0 16px
    }
    .o-details-list-modal__summary h3 {
        text-align: center;
        margin-bottom: 16px
    }
    .o-details-list-modal__summary span {
        line-height: 1;
        margin-left: 0;
        font-style: italic
    }
    .o-details-list-modal__summary span img {
        display: none
    }
    .o-details-list-modal__summary span span {
        display: block
    }
    .o-details-list-modal[open] .o-details-list-modal__summary {
        padding-bottom: 16px
    }
    .o-details-list-modal__content-header {
        display: flex;
        align-items: center
    }
    .o-details-list-modal__content-header img {
        width: 64px;
        height: auto;
        margin-right: 32px
    }
    .o-details-list-modal__content-header h3 {
        font-size: 26px;
        line-height: 26px;
        font-size: 2.6rem;
        line-height: 2.6rem
    }
    .o-details-list-modal__content-info {
        padding: 0;
        margin-top: 32px
    }
    .o-details-list-modal__close {
        display: block;
        position: absolute;
        top: -32px;
        right: 0;
        pointer-events: none;
        cursor: pointer
    }
    .o-details-list-modal__close img {
        width: 16px;
        height: auto;
        filter: brightness(0) saturate(100%) invert(45%) sepia(63%) saturate(3446%) hue-rotate(3deg) brightness(104%) contrast(106%)
    }
    .o-details-list-modal:not(:last-child) {
        border-bottom: 0
    }
    .o-details-list-modal__overlay {
        transition: opacity .2s ease-out;
        background: rgba(0, 0, 0, .8);
        position: absolute;
        z-index: 1;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none
    }
    .o-details-list-modal[open] .o-details-list-modal__summary h3 {
        color: #fff
    }
    .o-details-list-modal[open] .o-details-list-modal__overlay {
        opacity: 1;
        pointer-events: all
    }
    .o-details-list-modal[open] .o-details-list-modal__content {
        background-color: #222;
        box-shadow: 0 0 32px #000;
        padding: 32px;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75vw;
        max-width: 768px
    }
}

@media (min-width:1140px) {
    .o-details-list-modal__summary {
        padding: 32px;
        transition: background-color .25s ease-in-out
    }
    .o-details-list-modal__summary img {
        width: 48px
    }
    .o-details-list-modal__summary:hover {
        background-color: hsla(0, 0%, 86.7%, .3)
    }
    .o-details-list-modal[open] .o-details-list-modal__summary {
        padding-bottom: 32px
    }
    .o-details-list-modal__content-header h3 {
        font-size: 32px;
        line-height: 32px;
        font-size: 3.2rem;
        line-height: 3.2rem
    }
}

.o-zigzag-decoration {
    display: none;
    width: 100%;
    height: 140px;
    background-image: url(_nuxt/img/zigzag-decoration.562cf0e.html);
    background-size: cover;
    background-position: 50%;
    opacity: .25;
    z-index: 0
}

@media (min-width:768px) {
    .o-zigzag-decoration {
        display: block;
        height: 180px
    }
}

@media (min-width:1140px) {
    .o-zigzag-decoration {
        height: 240px
    }
}

@media (min-width:1440px) {
    .o-zigzag-decoration {
        height: 320px
    }
}

.o-background-track {
    display: none;
    width: 100%;
    padding-top: 30%;
    background-image: url(_nuxt/img/background-track_1.9a49edb.html);
    background-size: cover;
    background-position: 50%;
    opacity: .5;
    z-index: 0
}

.o-background-track--2 {
    background-image: url(_nuxt/img/background-track_2.7e007e8.html)
}

@media (min-width:768px) {
    .o-background-track {
        display: block
    }
}

.o-user-message {
    border-top: 2px solid #e10600;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 0 0 8px 0;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center
}

.o-user-message>div {
    padding: 32px;
    text-align: center
}

.o-user-message a,
.o-user-message p {
    font-size: 84%;
    line-height: 1.4
}

.o-user-message p {
    margin: 0 0 8px;
    text-align: center
}

.o-user-message a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.o-user-message a:before {
    content: "🍪 "
}

.o-user-message--youtube {
    display: block;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.o-user-message--youtube iframe,
.o-user-message--youtube img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.o-user-message--youtube img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.o-user-message--youtube iframe {
    width: 100%;
    height: 100%
}

.o-user-message--youtube>div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.o-user-message--youtube-modal {
    align-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    z-index: 10
}

.o-datetime {
    font-size: 84%;
    line-height: 1.4;
    font-weight: 700;
    color: #bbb
}


/*!
 * Copyright (C) 2020 Frontier Developments PLC.
 */

 :root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.o-pagination ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0;
    margin-bottom: 0!important
}

.o-pagination ul li {
    padding: 0
}

.o-pagination ul a {
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    min-width: 32px;
    min-height: 32px;
    padding: 8px;
    background-color: #fff;
    color: #e10600;
    text-align: center;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out
}

.o-pagination ul a.active,
.o-pagination ul a:hover,
.o-pagination ul a:visited:hover {
    background-color: #000;
    color: #fff
}

.o-pagination ul li:first-of-type a {
    border-radius: 0 0 0 8px
}

.o-pagination ul li:last-of-type a {
    border-radius: 0 0 8px 0
}

.o-pagination ul li:last-of-type a img {
    transform: rotate(-180deg)
}

.o-pagination ul li a {
    cursor: pointer
}

.o-pagination ul li a.disable {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.o-pagination ul li a img {
    display: block;
    height: 24px;
    width: 24px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(4122%) hue-rotate(357deg) brightness(90%) contrast(113%)
}

.vueperslide {
    white-space: normal;
    background-size: cover;
    flex-shrink: 0;
    display: block;
    width: 100%;
    position: relative
}

.vueperslide--clone-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%
}

.vueperslides--rtl .vueperslide--clone-1 {
    right: auto;
    left: 100%
}

.vueperslide[href] {
    -webkit-user-drag: none
}

.vueperslide__image {
    background-size: cover
}

.vueperslide__image,
.vueperslide__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.vueperslide__loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom) {
    height: 100%;
    margin: auto
}

.vueperslides--fade .vueperslide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity ease-in-out;
    transition-duration: inherit
}

.vueperslides--fade .vueperslide--active,
.vueperslides--fade .vueperslide--visible {
    z-index: 1;
    opacity: 1
}

.vueperslides--slide-image-inside .vueperslide {
    overflow: hidden
}

.vueperslides--3d .vueperslide {
    position: absolute;
    z-index: -1;
    height: 100%
}

.vueperslides--3d .vueperslide--active,
.vueperslides--3d .vueperslide--next-slide,
.vueperslides--3d .vueperslide--previous-slide {
    z-index: 0
}

.vueperslides--3d .vueperslide--active {
    z-index: 1
}

.vueperslides--3d .vueperslide[face=front] {
    transform: rotateY(90deg) translateX(-50%) rotateY(-90deg)
}

.vueperslides--3d .vueperslide[face=right] {
    transform: rotateY(90deg) translateX(50%);
    transform-origin: 100% 0
}

.vueperslides--3d .vueperslide[face=back] {
    transform: rotateY(270deg) translateX(-50%) rotateY(-90deg)
}

.vueperslides--3d .vueperslide[face=left] {
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: 0 0
}

.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after,
.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: -1em;
    right: -1em;
    height: 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    z-index: 2
}

.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after {
    top: 100%;
    bottom: auto
}

.vueperslides__arrows {
    color: #fff
}

.vueperslides__arrows--outside {
    color: currentColor
}

.vueperslides__arrow {
    top: 50%;
    background-color: transparent;
    border: none;
    opacity: .7
}

.vueperslides--rtl .vueperslides__arrow--next,
.vueperslides__arrow--prev {
    right: auto;
    left: .5em
}

.vueperslides--rtl .vueperslides__arrow--prev,
.vueperslides__arrow--next {
    left: auto;
    right: .5em
}

.vueperslides__arrow:hover {
    opacity: 1
}

.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--next,
.vueperslides__arrows--outside .vueperslides__arrow--prev {
    right: auto;
    left: -3.5em
}

.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--prev,
.vueperslides__arrows--outside .vueperslides__arrow--next {
    left: auto;
    right: -3.5em
}

.vueperslides__paused {
    top: .7em;
    right: .7em;
    opacity: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    z-index: 1
}

.vueperslides:hover .vueperslides__paused {
    opacity: 1
}

.vueperslides__bullets:not(.vueperslides__bullets--outside) {
    color: #fff
}

.vueperslides__bullet {
    margin: 1.5em .6em;
    padding: 0;
    border: none;
    background: none
}

.vueperslides__bullet .default {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid;
    background-color: transparent;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), 0 0 3px rgba(0, 0, 0, .3);
    transition: .4s ease-in-out;
    box-sizing: border-box
}

.vueperslides__bullet .default span {
    display: none
}

.vueperslides__bullet--active .default {
    border-width: 6px
}

.vueperslide,
.vueperslide__image {
    background-position: 50%
}

.vueperslide__video {
    outline: none
}

.vueperslide--no-pointer-events:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom) {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.vueperslide--has-image-inside .vueperslide__content-wrapper,
.vueperslide--has-video .vueperslide__content-wrapper,
.vueperslide__content-wrapper.parallax-fixed-content {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.vueperslides {
    position: relative
}

.vueperslides--fixed-height .vueperslide,
.vueperslides--fixed-height .vueperslides__inner,
.vueperslides--fixed-height .vueperslides__parallax-wrapper {
    height: inherit
}

.vueperslides--fixed-height .vueperslides__parallax-wrapper {
    padding-bottom: 0!important
}

.vueperslides--fixed-height.vueperslides--bullets-outside {
    margin-bottom: 4em
}

.vueperslides__inner {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vueperslides__parallax-wrapper {
    position: relative;
    overflow: hidden
}

.vueperslides--3d .vueperslides__parallax-wrapper {
    overflow: visible
}

.vueperslides__track {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1
}

.vueperslides--parallax .vueperslides__track {
    height: 200%;
    transform: translateY(0)
}

.vueperslides--touchable .vueperslides__track {
    cursor: ew-resize;
    cursor: -webkit-grab;
    cursor: grab
}

.vueperslides--touchable .vueperslides__track--dragging,
.vueperslides--touchable .vueperslides__track--mousedown {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.vueperslides--3d .vueperslides__track {
    overflow: visible;
    perspective: 100em
}

.vueperslides__track-inner {
    white-space: nowrap;
    transition: transform .5s ease-in-out;
    height: 100%;
    display: flex
}

.vueperslides--no-animation .vueperslides__track-inner {
    transition-duration: 0s!important
}

.vueperslides--fade .vueperslides__track-inner {
    white-space: normal;
    transition: none
}

.vueperslides--3d .vueperslides__track-inner {
    transform-style: preserve-3d
}

.vueperslides__track--mousedown .vueperslides__track-inner {
    transition: transform .25s ease-in-out!important
}

.vueperslides__track--dragging .vueperslides__track-inner {
    transition: none
}

.vueperslides__arrow {
    position: absolute;
    font-size: inherit;
    color: inherit;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    z-index: 2;
    line-height: 1
}

.vueperslides__arrow,
.vueperslides__arrow svg {
    transition: .3s ease-in-out
}

.vueperslides__arrow svg {
    vertical-align: middle;
    stroke: currentColor;
    fill: none;
    width: 3.5em;
    padding: 1em;
    stroke-width: 1;
    box-sizing: border-box
}

.vueperslides__arrow svg:hover {
    stroke-width: 1.3
}

.vueperslides__paused {
    position: absolute;
    transition: .3s ease-in-out
}

.vueperslides__bullets {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.vueperslides__bullets--outside {
    position: relative
}

.vueperslides__bullet,
.vueperslides__bullets button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit
}

.vueperslides__bullet::-moz-focus-inner,
.vueperslides__bullets button::-moz-focus-inner {
    border: 0
}

.vueperslides__fractions {
    position: absolute;
    top: .8em;
    left: .5em;
    z-index: 2;
    padding: .2em 1em;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 2em;
    background: hsla(0, 0%, 100%, .2);
    color: #fff
}

.vueperslides__progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 6px;
    color: rgba(0, 0, 0, .7)
}

.vueperslides__progress>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: currentColor;
    transition: .3s ease-in-out
}

@charset "UTF-8";
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: "F1 Display";
    src: url("fonts/Formula1-Display-Regular_web.html") format('woff2'), url("fonts/Formula1-Display-Regular_web-2.html") format('woff'), url("fonts/Formula1-Display-Regular_web-3.html") format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* swap, optional, fallback, block can be used too. */
}

@font-face {
    font-family: "F1 Display";
    src: url("fonts/Formula1-Display-Bold_web.html") format('woff2'), url("fonts/Formula1-Display-Bold_web-2.html") format('woff'), url("fonts/Formula1-Display-Bold_web-3.html") format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    /* swap, optional, fallback, block can be used too. */
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\f11f"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\f120"
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
    content: "\f121"
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
    content: "\f122"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: normal
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.video-js[tabindex="-1"] {
    outline: 0
}

.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-1-1,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-9-16 {
    padding-top: 177.7777777778%
}

.video-js.vjs-1-1 {
    padding-top: 100%
}

.video-js.vjs-fill,
.video-js .vjs-tech {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    width: 100%!important;
    height: 100%!important;
    padding-top: 0!important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none!important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.81666em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
    background: 0 0
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none!important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.vjs-button>.vjs-icon-placeholder {
    display: block
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.3333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    transition: width 1s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    margin-right: 0
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
    width: 10em;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em;
    z-index: 1
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em;
    z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
    left: 1em;
    top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: .5em;
    color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control,
.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
    animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
    display: none
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
    display: none
}

.video-js.vjs-layout-tiny .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
    flex: auto;
    display: block
}

.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0
    }
    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }
    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }
    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-track-setting>select {
    margin-right: 1em;
    margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings fieldset span>select {
    max-width: 7.3em
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-ultra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible),
.video-js :focus:not(.focus-visible),
.video-js :focus:not(:focus-visible) {
    outline: 0
}

[data-v-0c04f3d8]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-page-loader[data-v-0c04f3d8] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(21, 21, 30, .95);
    top: 0;
    left: 0
}

.c-global-page-loader--page[data-v-0c04f3d8] {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 10000
}

.c-global-page-loader--component[data-v-0c04f3d8] {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    border: 1px solid rgba(225, 6, 0, .6)
}

.c-global-page-loader figure[data-v-0c04f3d8] {
    width: 100px
}


/*!
 * Copyright (C) 2019 Frontier Developments PLC.
 */

[data-v-f6958796]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-navigation[data-v-f6958796] {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 100
}

.c-global-navigation__wrapper[data-v-f6958796] {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:768px) {
    .c-global-navigation__wrapper[data-v-f6958796] {
        padding: 32px
    }
}

.c-global-navigation__title[data-v-f6958796] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.c-global-navigation__brand[data-v-f6958796] {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.c-global-navigation__logo-full[data-v-f6958796] {
    display: none
}

.c-global-navigation__logo img[data-v-f6958796] {
    height: 20px;
    display: block;
    width: auto;
    margin: 0
}

.c-global-navigation__toggle[data-v-f6958796] {
    width: 40px;
    padding: 8px
}

.c-global-navigation__toggle img[data-v-f6958796] {
    width: 100%;
    height: auto;
    display: block
}

.c-global-navigation__toggle span[data-v-f6958796] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.c-global-navigation nav[data-v-f6958796] {
    text-transform: uppercase
}

.c-global-navigation nav ul[data-v-f6958796] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.c-global-navigation nav a[data-v-f6958796] {
    text-decoration: none;
    padding: 4px 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-global-navigation nav a[data-v-f6958796]:focus,
.c-global-navigation nav a[data-v-f6958796]:hover {
    color: #e10600
}

.c-global-navigation nav a img[data-v-f6958796] {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 8px
}

.c-global-navigation nav .nuxt-link-active[data-v-f6958796],
.c-global-navigation nav .nuxt-link-exact-active[data-v-f6958796] {
    color: #e10600
}

.c-global-navigation nav .nav-highlight a[data-v-f6958796] {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    margin: 0;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    background-color: #e10600;
    color: #fff;
    white-space: nowrap
}

.c-global-navigation nav .nav-highlight a[data-v-f6958796]:focus,
.c-global-navigation nav .nav-highlight a[data-v-f6958796]:hover {
    color: #15151e
}

@media (max-width:1139px) {
    .c-global-navigation.open-menu nav[data-v-f6958796] {
        display: block;
        left: 0;
        outline: none;
        box-shadow: 3px 0 12px rgba(225, 6, 0, .2)
    }
    .c-global-navigation.open-menu nav ul[data-v-f6958796] {
        position: relative;
        z-index: 1000
    }
    .c-global-navigation.open-menu .backdrop[data-v-f6958796] {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        background: #000;
        background: rgba(0, 0, 0, .75);
        cursor: default
    }
    .c-global-navigation nav[data-v-f6958796] {
        position: fixed;
        left: -250px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: visible;
        transition: left .2s ease;
        z-index: 10000;
        background: #15151e
    }
    .c-global-navigation nav ul[data-v-f6958796] {
        box-shadow: -8px 0 8px rgba(0, 0, 0, .5);
        min-height: 100%;
        width: 250px;
        padding: 16px
    }
    .c-global-navigation nav ul li[data-v-f6958796] {
        text-align: center;
        padding: 8px 0;
        position: relative
    }
    .c-global-navigation nav ul li.nav-highlight[data-v-f6958796] {
        padding: 0
    }
    .c-global-navigation nav ul li[data-v-f6958796]:not(.nav-highlight):after {
        content: "";
        display: block;
        height: 2px;
        width: 48px;
        background-color: #e10600;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    .c-global-navigation nav ul li.nav-highlight[data-v-f6958796]:after,
    .c-global-navigation nav ul li[data-v-f6958796]:first-child:after,
    .c-global-navigation nav ul li[data-v-f6958796]:last-child:after {
        display: none
    }
    .c-global-navigation nav a[data-v-f6958796] {
        padding: 8px 16px
    }
    @supports (position:fixed) {
        .c-global-navigation .c-global-navigation.open-menu+.backdrop[data-v-f6958796],
        .c-global-navigation .c-global-navigation.open-menu nav[data-v-f6958796] {
            position: fixed
        }
    }
}

@media (min-width:768px) {
    .c-global-navigation__wrapper[data-v-f6958796] {
        padding: 8px 32px
    }
}

@media (min-width:1140px) {
    .c-global-navigation[data-v-f6958796] {
        position: fixed;
        top: 0;
        width: 100%
    }
    .c-global-navigation__wrapper[data-v-f6958796] {
        max-width: 100%;
        padding: 16px
    }
    .c-global-navigation__logo-icon[data-v-f6958796] {
        display: none
    }
    .c-global-navigation__logo-full[data-v-f6958796] {
        display: block
    }
    .c-global-navigation__toggle[data-v-f6958796] {
        display: none
    }
    .c-global-navigation nav[data-v-f6958796],
    .c-global-navigation nav ul[data-v-f6958796] {
        display: flex;
        justify-content: flex-end;
        width: 100%
    }
    .c-global-navigation nav ul[data-v-f6958796] {
        align-items: center
    }
    .c-global-navigation nav ul li[data-v-f6958796] {
        padding: 4px 8px
    }
    .c-global-navigation nav ul li[data-v-f6958796]:not(:last-child) {
        border-left: 2px solid #e10600
    }
    .c-global-navigation nav ul li.home[data-v-f6958796] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .c-global-navigation nav ul li.nav-highlight[data-v-f6958796],
    .c-global-navigation nav ul li[data-v-f6958796]:nth-child(2) {
        border-left: none
    }
    .c-global-navigation nav ul li.nav-highlight[data-v-f6958796] {
        padding: 0 8px;
        align-self: stretch
    }
    .c-global-navigation nav ul li.nav-highlight a[data-v-f6958796] {
        min-height: auto;
        height: 100%
    }
}

[data-v-5ca92c9e]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.v-home__container[data-v-5ca92c9e] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    min-height: 90vh
}

@media (min-width:768px) {
    .v-home__container[data-v-5ca92c9e] {
        padding: 32px
    }
}

.v-home[data-v-5ca92c9e] .c-generic-masthead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__container {
    width: 100%;
    min-height: calc(100vh - 56px);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__container:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 65%;
    background-image: radial-gradient(ellipse, rgba(21, 21, 30, .9) 0, rgba(21, 21, 30, .65) 40%, rgba(21, 21, 30, 0) 70%)
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo {
    margin: 0 auto 48px;
    width: 100%;
    position: relative;
    z-index: 3
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure {
    height: 0;
    padding-top: 24%;
    width: 100%;
    overflow: hidden;
    overflow: visible;
    position: relative
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure iframe,
.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure iframe {
    width: 100%;
    height: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--ja-jp {
    height: 0;
    padding-top: 31.26551%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--ja-jp iframe,
.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--ja-jp img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--ja-jp img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--ja-jp iframe {
    width: 100%;
    height: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hans {
    height: 0;
    padding-top: 31.77806%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hans iframe,
.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hans img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hans img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hans iframe {
    width: 100%;
    height: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hant {
    height: 0;
    padding-top: 31.46067%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hant iframe,
.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hant img {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hant img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__logo figure.--zh-hant iframe {
    width: 100%;
    height: 100%
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info {
    width: 100%;
    position: relative;
    z-index: 3
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info h1 {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons {
    margin: 0 0 48px
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    max-width: 70%;
    margin: 0 auto 8px
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:focus,
.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:hover {
    color: #15151e
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:last-of-type {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    background-color: #e10600;
    color: #fff;
    margin: 0 auto 8px
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:last-of-type:focus,
.v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:last-of-type:hover {
    color: #15151e
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-availability {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    text-shadow: 0 0 8px rgba(21, 21, 30, .65)
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-availability h3 {
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 300
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-platforms {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center    
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-platforms a {
    display: block;
}

.v-home[data-v-5ca92c9e] .c-generic-masthead__info-platforms img {
    display: block;
    height: 18px;
    width: auto;
    margin: 4px 8px;
    filter: drop-shadow(0 0 8px rgba(21, 21, 30, .65))
}

.v-home[data-v-5ca92c9e] .c-generic-gallery__container,
.v-home[data-v-5ca92c9e] .c-generic-latest-news__container {
    padding-top: 0
}

.v-home[data-v-5ca92c9e] .c-generic-latest-news,
.v-home[data-v-5ca92c9e] .c-home-intro {
    margin-bottom: 32px
}

.v-home[data-v-5ca92c9e] .f1m-features .c-generic-section-intro__container {
    padding-bottom: 0
}

.v-home[data-v-5ca92c9e] .f1m-features h1 {
    margin-bottom: 0
}

.v-home[data-v-5ca92c9e] .f1m-features p {
    display: none
}

@media (min-width:768px) {
    .v-home[data-v-5ca92c9e] .c-generic-masthead__container {
        z-index: 0
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__logo {
        width: 90%;
        max-width: 720px
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info {
        margin: 0;
        max-width: 768px
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info h1 {
        font-size: 26px;
        line-height: 26px;
        font-size: 2.6rem;
        line-height: 2.6rem;
        margin-bottom: 32px
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 32px
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a,
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:last-of-type {
        margin: 0;
        min-width: 250px
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:last-of-type,
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info-buttons a:last-of-type:last-of-type {
       
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info-platforms img {
        height: 30px;
        margin: 8px 16px
    }
    .v-home[data-v-5ca92c9e] .c-generic-latest-news,
    .v-home[data-v-5ca92c9e] .c-home-intro {
        margin-bottom: 64px
    }
}

@media (min-width:1140px) {
    .v-home[data-v-5ca92c9e] .c-generic-masthead__container {
        min-height: calc(100vh - 75px);
        z-index: 0
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__container:after {
        width: 65%
    }
    .v-home[data-v-5ca92c9e] .c-generic-masthead__info {
        max-width: 1140px
    }
    .v-home[data-v-5ca92c9e] .c-generic-latest-news,
    .v-home[data-v-5ca92c9e] .c-home-intro {
        margin-bottom: 96px
    }
}

[data-v-988eb760]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-generic-masthead[data-v-988eb760] {
    position: relative
}

.c-generic-masthead__media[data-v-988eb760] {
    height: 96px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 66%);
    mask-image: linear-gradient(0deg, transparent 0, #000 66%)
}

.c-generic-masthead__media[data-v-988eb760]:after,
.c-generic-masthead__media[data-v-988eb760]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .6
}

.c-generic-masthead__media[data-v-988eb760]:before {
    z-index: 1;
    height: 60px;
    background: linear-gradient(rgba(225, 6, 0, .6), rgba(225, 6, 0, 0))
}

.c-generic-masthead__media[data-v-988eb760]:after {
    z-index: 2;
    height: 60px;
    background-image: url(_nuxt/img/hatchings-fade.5fa0a92.html);
    background-repeat: repeat-x;
    background-size: auto
}

.c-generic-masthead__media figure[data-v-988eb760] {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.c-generic-masthead__media figure img[data-v-988eb760] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.c-generic-masthead__container[data-v-988eb760] {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 16px 16px
}

@media (min-width:768px) {
    .c-generic-masthead__container[data-v-988eb760] {
        padding: 32px
    }
}

.c-generic-masthead__info[data-v-988eb760] {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: -44px
}

.c-generic-masthead__info h1[data-v-988eb760] {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 8px
}

.c-generic-masthead__info p[data-v-988eb760] {
    font-size: 124%;
    line-height: 1.4;
    margin-bottom: 0
}

.es-ES .c-generic-masthead__info h1[data-v-988eb760],
.fr-FR .c-generic-masthead__info h1[data-v-988eb760],
.it-IT .c-generic-masthead__info h1[data-v-988eb760],
nl-NL .c-generic-masthead__info h1[data-v-988eb760] {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:768px) {
    .c-generic-masthead__media[data-v-988eb760] {
        height: 124px
    }
    .c-generic-masthead__info[data-v-988eb760] {
        margin-top: -64px
    }
    .c-generic-masthead__info h1[data-v-988eb760],
    .es-ES .c-generic-masthead__info h1[data-v-988eb760],
    .fr-FR .c-generic-masthead__info h1[data-v-988eb760],
    .it-IT .c-generic-masthead__info h1[data-v-988eb760],
    nl-NL .c-generic-masthead__info h1[data-v-988eb760] {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

@media (min-width:1140px) {
    .c-generic-masthead__info h1[data-v-988eb760] {
        font-size: 54px;
        line-height: 54px;
        font-size: 5.4rem;
        line-height: 5.4rem
    }
    .c-generic-masthead__info p[data-v-988eb760] {
        max-width: 768px
    }
    .c-generic-masthead .es-ES .c-generic-masthead__info h1[data-v-988eb760],
    .c-generic-masthead .fr-FR .c-generic-masthead__info h1[data-v-988eb760],
    .c-generic-masthead .it-IT .c-generic-masthead__info h1[data-v-988eb760],
    .c-generic-masthead nl-NL .c-generic-masthead__info h1[data-v-988eb760] {
        font-size: 54px;
        line-height: 54px;
        font-size: 5.4rem;
        line-height: 5.4rem
    }
}


/*!
 * Copyright (C) 2018 Frontier Developments PLC.
 */

.video-js .vjs-big-play-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js .vjs-modal-dialog[data-v-2e6d1234],
.vjs-button>.vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-modal-dialog .vjs-modal-dialog-content[data-v-2e6d1234] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-button>.vjs-icon-placeholder[data-v-2e6d1234]:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js .vjs-play-control .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-play[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js .vjs-play-control .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-play[data-v-2e6d1234]:before {
    content: "\f101"
}

.vjs-icon-play-circle[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle[data-v-2e6d1234]:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-pause[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-pause[data-v-2e6d1234]:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-volume-mute[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-volume-mute[data-v-2e6d1234]:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-volume-low[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-volume-low[data-v-2e6d1234]:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-volume-mid[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-volume-mid[data-v-2e6d1234]:before {
    content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-volume-high[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-volume-high[data-v-2e6d1234]:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-fullscreen-enter[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-fullscreen-enter[data-v-2e6d1234]:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-fullscreen-exit[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-fullscreen-exit[data-v-2e6d1234]:before {
    content: "\f109"
}

.vjs-icon-square[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square[data-v-2e6d1234]:before {
    content: "\f10a"
}

.vjs-icon-spinner[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner[data-v-2e6d1234]:before {
    content: "\f10b"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js .vjs-subtitles-button .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-subtitles[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-subtitles[data-v-2e6d1234]:before {
    content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-captions[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-captions[data-v-2e6d1234]:before {
    content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-chapters[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-chapters[data-v-2e6d1234]:before {
    content: "\f10e"
}

.vjs-icon-share[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share[data-v-2e6d1234]:before {
    content: "\f10f"
}

.vjs-icon-cog[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog[data-v-2e6d1234]:before {
    content: "\f110"
}

.video-js .vjs-play-progress[data-v-2e6d1234],
.video-js .vjs-volume-level[data-v-2e6d1234],
.vjs-icon-circle[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress[data-v-2e6d1234]:before,
.video-js .vjs-volume-level[data-v-2e6d1234]:before,
.vjs-icon-circle[data-v-2e6d1234]:before {
    content: "\f111"
}

.vjs-icon-circle-outline[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline[data-v-2e6d1234]:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle[data-v-2e6d1234]:before {
    content: "\f113"
}

.vjs-icon-hd[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd[data-v-2e6d1234]:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-cancel[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-cancel[data-v-2e6d1234]:before {
    content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-replay[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-replay[data-v-2e6d1234]:before {
    content: "\f116"
}

.vjs-icon-facebook[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook[data-v-2e6d1234]:before {
    content: "\f117"
}

.vjs-icon-gplus[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus[data-v-2e6d1234]:before {
    content: "\f118"
}

.vjs-icon-linkedin[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin[data-v-2e6d1234]:before {
    content: "\f119"
}

.vjs-icon-twitter[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter[data-v-2e6d1234]:before {
    content: "\f11a"
}

.vjs-icon-tumblr[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr[data-v-2e6d1234]:before {
    content: "\f11b"
}

.vjs-icon-pinterest[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest[data-v-2e6d1234]:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-audio-description[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-audio-description[data-v-2e6d1234]:before {
    content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder[data-v-2e6d1234],
.vjs-icon-audio[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder[data-v-2e6d1234]:before,
.vjs-icon-audio[data-v-2e6d1234]:before {
    content: "\f11e"
}

.vjs-icon-next-item[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item[data-v-2e6d1234]:before {
    content: "\f11f"
}

.vjs-icon-previous-item[data-v-2e6d1234] {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item[data-v-2e6d1234]:before {
    content: "\f120"
}

.video-js[data-v-2e6d1234] {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: normal
}

.video-js[data-v-2e6d1234]:-moz-full-screen {
    position: absolute
}

.video-js[data-v-2e6d1234]:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.video-js[tabindex="-1"][data-v-2e6d1234] {
    outline: 0
}

.video-js *[data-v-2e6d1234],
.video-js[data-v-2e6d1234] :after,
.video-js[data-v-2e6d1234] :before {
    box-sizing: inherit
}

.video-js ul[data-v-2e6d1234] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-4-3[data-v-2e6d1234],
.video-js.vjs-16-9[data-v-2e6d1234],
.video-js.vjs-fluid[data-v-2e6d1234] {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9[data-v-2e6d1234] {
    padding-top: 56.25%
}

.video-js.vjs-4-3[data-v-2e6d1234] {
    padding-top: 75%
}

.video-js.vjs-fill[data-v-2e6d1234],
.video-js .vjs-tech[data-v-2e6d1234] {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech[data-v-2e6d1234] {
    position: absolute;
    top: 0;
    left: 0
}

body.vjs-full-window[data-v-2e6d1234] {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen[data-v-2e6d1234] {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen[data-v-2e6d1234] {
    width: 100%!important;
    height: 100%!important;
    padding-top: 0!important
}

.video-js.vjs-fullscreen.vjs-user-inactive[data-v-2e6d1234] {
    cursor: none
}

.vjs-hidden[data-v-2e6d1234] {
    display: none!important
}

.vjs-disabled[data-v-2e6d1234] {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen[data-v-2e6d1234] {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing[data-v-2e6d1234] {
    display: block!important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js[data-v-2e6d1234] {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a[data-v-2e6d1234],
.vjs-no-js a[data-v-2e6d1234]:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button[data-v-2e6d1234] {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button[data-v-2e6d1234] {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button[data-v-2e6d1234]:focus,
.video-js:hover .vjs-big-play-button[data-v-2e6d1234] {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button[data-v-2e6d1234],
.vjs-error .vjs-big-play-button[data-v-2e6d1234],
.vjs-has-started .vjs-big-play-button[data-v-2e6d1234],
.vjs-using-native-controls .vjs-big-play-button[data-v-2e6d1234] {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button[data-v-2e6d1234] {
    display: block
}

.video-js button[data-v-2e6d1234] {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button[data-v-2e6d1234] {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button[data-v-2e6d1234] {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog[data-v-2e6d1234] {
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
    overflow: auto
}

.video-js .vjs-modal-dialog>*[data-v-2e6d1234] {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content[data-v-2e6d1234] {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button[data-v-2e6d1234] {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled[data-v-2e6d1234] {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu[data-v-2e6d1234] {
    display: none
}

.vjs-menu .vjs-menu-content[data-v-2e6d1234] {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content>*[data-v-2e6d1234] {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu[data-v-2e6d1234] {
    display: none
}

.vjs-menu li[data-v-2e6d1234] {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item[data-v-2e6d1234]:focus,
.vjs-menu li.vjs-menu-item[data-v-2e6d1234]:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected[data-v-2e6d1234],
.vjs-menu li.vjs-selected[data-v-2e6d1234]:focus,
.vjs-menu li.vjs-selected[data-v-2e6d1234]:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title[data-v-2e6d1234] {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu[data-v-2e6d1234] {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content[data-v-2e6d1234] {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing[data-v-2e6d1234],
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu[data-v-2e6d1234] {
    display: block
}

.video-js .vjs-menu-button-inline[data-v-2e6d1234] {
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline[data-v-2e6d1234]:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active[data-v-2e6d1234],
.video-js .vjs-menu-button-inline[data-v-2e6d1234]:focus,
.video-js .vjs-menu-button-inline[data-v-2e6d1234]:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline[data-v-2e6d1234] {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu[data-v-2e6d1234] {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu[data-v-2e6d1234],
.vjs-menu-button-inline:focus .vjs-menu[data-v-2e6d1234],
.vjs-menu-button-inline:hover .vjs-menu[data-v-2e6d1234] {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu[data-v-2e6d1234] {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu[data-v-2e6d1234],
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu[data-v-2e6d1234],
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu[data-v-2e6d1234] {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content[data-v-2e6d1234] {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar[data-v-2e6d1234] {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar[data-v-2e6d1234] {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar[data-v-2e6d1234] {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar[data-v-2e6d1234],
.vjs-error .vjs-control-bar[data-v-2e6d1234],
.vjs-using-native-controls .vjs-control-bar[data-v-2e6d1234] {
    display: none!important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar[data-v-2e6d1234] {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar[data-v-2e6d1234] {
    display: table
}

.video-js .vjs-control[data-v-2e6d1234] {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none
}

.vjs-button>.vjs-icon-placeholder[data-v-2e6d1234]:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control[data-v-2e6d1234]:focus,
.video-js .vjs-control[data-v-2e6d1234]:focus:before,
.video-js .vjs-control[data-v-2e6d1234]:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text[data-v-2e6d1234] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control[data-v-2e6d1234] {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer[data-v-2e6d1234] {
    display: none
}

.video-js .vjs-progress-control[data-v-2e6d1234] {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled[data-v-2e6d1234] {
    cursor: default
}

.vjs-live .vjs-progress-control[data-v-2e6d1234] {
    display: none
}

.vjs-no-flex .vjs-progress-control[data-v-2e6d1234] {
    width: auto
}

.video-js .vjs-progress-holder[data-v-2e6d1234] {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder[data-v-2e6d1234] {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder[data-v-2e6d1234] {
    font-size: 1.6666666666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled[data-v-2e6d1234] {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress[data-v-2e6d1234],
.video-js .vjs-progress-holder .vjs-load-progress div[data-v-2e6d1234],
.video-js .vjs-progress-holder .vjs-play-progress[data-v-2e6d1234] {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress[data-v-2e6d1234] {
    background-color: #fff
}

.video-js .vjs-play-progress[data-v-2e6d1234]:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress[data-v-2e6d1234] {
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div[data-v-2e6d1234] {
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip[data-v-2e6d1234] {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip[data-v-2e6d1234] {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip[data-v-2e6d1234],
.video-js .vjs-progress-control:hover .vjs-time-tooltip[data-v-2e6d1234] {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip[data-v-2e6d1234] {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display[data-v-2e6d1234] {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display[data-v-2e6d1234] {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display[data-v-2e6d1234] {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display[data-v-2e6d1234] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display[data-v-2e6d1234] {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip[data-v-2e6d1234] {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider[data-v-2e6d1234] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled[data-v-2e6d1234] {
    cursor: default
}

.video-js .vjs-slider[data-v-2e6d1234]:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control[data-v-2e6d1234] {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control[data-v-2e6d1234] {
    cursor: pointer;
    margin-right: 1em;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234] {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control[data-v-2e6d1234] {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel[data-v-2e6d1234] {
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control[data-v-2e6d1234],
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active[data-v-2e6d1234],
.video-js .vjs-volume-panel .vjs-volume-control[data-v-2e6d1234]:active,
.video-js .vjs-volume-panel .vjs-volume-control[data-v-2e6d1234]:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control[data-v-2e6d1234],
.video-js .vjs-volume-panel:focus .vjs-volume-control[data-v-2e6d1234],
.video-js .vjs-volume-panel:hover .vjs-volume-control[data-v-2e6d1234] {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234],
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal[data-v-2e6d1234],
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal[data-v-2e6d1234],
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal[data-v-2e6d1234],
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234],
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234],
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234] {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active[data-v-2e6d1234],
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal[data-v-2e6d1234]:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal[data-v-2e6d1234]:hover {
    width: 9em;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only[data-v-2e6d1234] {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical[data-v-2e6d1234] {
    height: 8em;
    width: 3em;
    left: -3.5em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234] {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal[data-v-2e6d1234] {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical[data-v-2e6d1234],
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical[data-v-2e6d1234] {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel[data-v-2e6d1234] {
    display: flex
}

.video-js .vjs-volume-bar[data-v-2e6d1234] {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal[data-v-2e6d1234] {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical[data-v-2e6d1234] {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level[data-v-2e6d1234] {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level[data-v-2e6d1234]:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level[data-v-2e6d1234] {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level[data-v-2e6d1234]:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level[data-v-2e6d1234] {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level[data-v-2e6d1234]:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical[data-v-2e6d1234] {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level[data-v-2e6d1234] {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level[data-v-2e6d1234] {
    width: 100%
}

.video-js .vjs-volume-vertical[data-v-2e6d1234] {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu[data-v-2e6d1234] {
    left: -2em
}

.vjs-poster[data-v-2e6d1234] {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster[data-v-2e6d1234] {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster[data-v-2e6d1234] {
    display: block
}

.vjs-using-native-controls .vjs-poster[data-v-2e6d1234] {
    display: none
}

.video-js .vjs-live-control[data-v-2e6d1234] {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control[data-v-2e6d1234] {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control[data-v-2e6d1234] {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time[data-v-2e6d1234],
.video-js .vjs-duration[data-v-2e6d1234],
.vjs-live .vjs-time-control[data-v-2e6d1234],
.vjs-no-flex .vjs-current-time[data-v-2e6d1234],
.vjs-no-flex .vjs-duration[data-v-2e6d1234] {
    display: none
}

.vjs-time-divider[data-v-2e6d1234] {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider[data-v-2e6d1234] {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder[data-v-2e6d1234] {
    cursor: pointer;
    flex: none
}

.vjs-text-track-display[data-v-2e6d1234] {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display[data-v-2e6d1234] {
    bottom: 1em
}

.video-js .vjs-text-track[data-v-2e6d1234] {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles[data-v-2e6d1234] {
    color: #fff
}

.vjs-captions[data-v-2e6d1234] {
    color: #fc6
}

.vjs-tt-cue[data-v-2e6d1234] {
    display: block
}

video[data-v-2e6d1234]::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video[data-v-2e6d1234]::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control[data-v-2e6d1234] {
    cursor: pointer;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value[data-v-2e6d1234],
.vjs-playback-rate>.vjs-menu-button[data-v-2e6d1234] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value[data-v-2e6d1234] {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu[data-v-2e6d1234] {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content[data-v-2e6d1234] {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display[data-v-2e6d1234]:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner[data-v-2e6d1234] {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner[data-v-2e6d1234],
.vjs-waiting .vjs-loading-spinner[data-v-2e6d1234] {
    display: block;
    -webkit-animation: vjs-spinner-show-data-v-2e6d1234 0s linear .3s forwards;
    animation: vjs-spinner-show-data-v-2e6d1234 0s linear .3s forwards
}

.vjs-loading-spinner[data-v-2e6d1234]:after,
.vjs-loading-spinner[data-v-2e6d1234]:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner[data-v-2e6d1234]:after,
.vjs-seeking .vjs-loading-spinner[data-v-2e6d1234]:before,
.vjs-waiting .vjs-loading-spinner[data-v-2e6d1234]:after,
.vjs-waiting .vjs-loading-spinner[data-v-2e6d1234]:before {
    -webkit-animation: vjs-spinner-spin-data-v-2e6d1234 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade-data-v-2e6d1234 1.1s linear infinite;
    animation: vjs-spinner-spin-data-v-2e6d1234 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade-data-v-2e6d1234 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner[data-v-2e6d1234]:before,
.vjs-waiting .vjs-loading-spinner[data-v-2e6d1234]:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner[data-v-2e6d1234]:after,
.vjs-waiting .vjs-loading-spinner[data-v-2e6d1234]:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show-data-v-2e6d1234 {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show-data-v-2e6d1234 {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin-data-v-2e6d1234 {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin-data-v-2e6d1234 {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade-data-v-2e6d1234 {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade-data-v-2e6d1234 {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul[data-v-2e6d1234] {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder[data-v-2e6d1234] {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder[data-v-2e6d1234]:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder[data-v-2e6d1234] {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder[data-v-2e6d1234]:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer[data-v-2e6d1234] {
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer[data-v-2e6d1234] {
    width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider[data-v-2e6d1234],
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider[data-v-2e6d1234],
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider[data-v-2e6d1234],
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control[data-v-2e6d1234] {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings[data-v-2e6d1234] {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content[data-v-2e6d1234] {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors[data-v-2e6d1234],
.vjs-text-track-settings .vjs-track-settings-controls[data-v-2e6d1234],
.vjs-text-track-settings .vjs-track-settings-font[data-v-2e6d1234] {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls[data-v-2e6d1234] {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content[data-v-2e6d1234] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto
    }
    .vjs-text-track-settings .vjs-track-settings-colors[data-v-2e6d1234] {
        display: block;
        grid-column: 1;
        grid-row: 1
    }
    .vjs-text-track-settings .vjs-track-settings-font[data-v-2e6d1234] {
        grid-column: 2;
        grid-row: 1
    }
    .vjs-text-track-settings .vjs-track-settings-controls[data-v-2e6d1234] {
        grid-column: 2;
        grid-row: 2
    }
}

.vjs-track-setting>select[data-v-2e6d1234] {
    margin-right: 5px
}

.vjs-text-track-settings fieldset[data-v-2e6d1234] {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span[data-v-2e6d1234] {
    display: inline-block
}

.vjs-text-track-settings legend[data-v-2e6d1234] {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label[data-v-2e6d1234] {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button[data-v-2e6d1234]:active,
.vjs-track-settings-controls button[data-v-2e6d1234]:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f)
}

.vjs-track-settings-controls button[data-v-2e6d1234]:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button[data-v-2e6d1234] {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button[data-v-2e6d1234] {
    margin-right: 1em
}

@media print {
    .video-js[data-v-2e6d1234]>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-ultra[data-v-2e6d1234] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

[data-v-2e6d1234]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-generic-video-cover[data-v-2e6d1234] {
    background-color: #222;
    min-height: 100%;
    position: relative
}

.c-generic-video-cover__media[data-v-2e6d1234] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.c-generic-video-cover__media-container[data-v-2e6d1234],
.c-generic-video-cover__media-container video[data-v-2e6d1234] {
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover
}

.c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-big-play-button,
.c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-control-bar,
.c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-resize-ultra,
.c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-text-track-display {
    display: none
}

.c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-hidden {
    display: none!important
}

.c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-poster {
    background-size: cover
}

@media (min-aspect-ratio:16/9) and (min-width:1140px) {
    .c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-poster {
        background-size: contain
    }
}

@media (max-aspect-ratio:16/9) and (min-width:1140px) {
    .c-generic-video-cover__media .vjs-controls-disabled[data-v-2e6d1234] .vjs-poster {
        background-size: cover
    }
}

[data-v-78f6470a]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-generic-video-modal[data-v-78f6470a] {
    z-index: 10000
}

.c-generic-video-modal__container[data-v-78f6470a] {
    padding: 16px;
    align-items: center;
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@supports ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) {
    .c-generic-video-modal__container[data-v-78f6470a] {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(21, 21, 30, .8)
    }
}

@supports not ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) {
    .c-generic-video-modal__container[data-v-78f6470a] {
        background-color: rgba(21, 21, 30, .8)
    }
}

.c-generic-video-modal__media[data-v-78f6470a] {
    position: relative;
    width: 100%;
    max-width: 100%
}

.c-generic-video-modal__media-inner[data-v-78f6470a] {
    background-color: #000;
    border-radius: 0 0 16px 0;
    overflow: hidden;
    border-top: 2px solid #e10600
}

.c-generic-video-modal__close[data-v-78f6470a] {
    background-color: #e10600;
    border: 0;
    border-radius: 0 4px 0 0;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -40px
}

.c-generic-video-modal__close img[data-v-78f6470a] {
    display: block;
    height: 24px;
    width: 24px
}

@media (min-width:768px) {
    .c-generic-video-modal__media[data-v-78f6470a] {
        width: 768px;
        max-width: 75%
    }
}

@media (min-width:1140px) {
    .c-generic-video-modal__media[data-v-78f6470a] {
        width: 1140px;
        max-width: 75%
    }
}

@media (min-width:1440px) {
    .c-generic-video-modal__media[data-v-78f6470a] {
        width: 1440px;
        max-width: 75%
    }
}

[data-v-cfef2d3e]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-home-intro[data-v-cfef2d3e] {
    position: relative
}

.c-home-intro__container[data-v-cfef2d3e] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-home-intro__container[data-v-cfef2d3e] {
        padding: 32px
    }
}

.c-home-intro__content[data-v-cfef2d3e] {
    margin-bottom: 16px
}

.c-home-intro__content[data-v-cfef2d3e] h2 {
    font-size: 54px;
    line-height: 54px;
    font-size: 5.4rem;
    line-height: 5.4rem;
    word-spacing: 100vw;
    margin-bottom: 8px
}

.c-home-intro__content[data-v-cfef2d3e] p {
    font-size: 124%;
    line-height: 1.4
}

.c-home-intro__content[data-v-cfef2d3e] p:last-child {
    margin-bottom: 0
}

.c-home-intro__media[data-v-cfef2d3e] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
    gap: 16px
}

.c-home-intro__media-primary[data-v-cfef2d3e] {
    grid-column: 1/span 6
}

.c-home-intro__media-primary .c-home-intro__disclaimer[data-v-cfef2d3e] {
    display: none
}

.c-home-intro__media-secondary[data-v-cfef2d3e] {
    grid-column: 1/span 6;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
    gap: 16px
}

.c-home-intro__media-secondary figure[data-v-cfef2d3e]:first-child {
    grid-column: 1/span 3
}

.c-home-intro__media-secondary figure[data-v-cfef2d3e]:nth-child(2) {
    grid-column: 4/span 3
}

.c-home-intro__media figure[data-v-cfef2d3e] {
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    border-top: 2px solid #e10600;
    border-radius: 0 0 8px 0;
    overflow: hidden
}

.c-home-intro__media figure iframe[data-v-cfef2d3e],
.c-home-intro__media figure img[data-v-cfef2d3e] {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.c-home-intro__media figure img[data-v-cfef2d3e] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.c-home-intro__media figure iframe[data-v-cfef2d3e] {
    width: 100%;
    height: 100%
}

.c-home-intro__disclaimer[data-v-cfef2d3e] {
    grid-column: 1/span 6;
    color: hsla(0, 0%, 100%, .25);
    font-style: italic
}

.de-DE .c-home-intro__content[data-v-cfef2d3e] h2,
.nl-NL .c-home-intro__content[data-v-cfef2d3e] h2 {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem
}

@media (min-width:768px) {
    .c-home-intro__container[data-v-cfef2d3e] {
        position: relative;
        z-index: 1
    }
    .c-home-intro__content[data-v-cfef2d3e] h2 {
        font-size: 84px;
        line-height: 84px;
        font-size: 8.4rem;
        line-height: 8.4rem
    }
    .c-home-intro__content[data-v-cfef2d3e] p {
        max-width: 74%
    }
    .c-home-intro__media[data-v-cfef2d3e] {
        grid-template-columns: repeat(12, 1fr)
    }
    .c-home-intro__media-primary[data-v-cfef2d3e] {
        grid-column: 6/span 7
    }
    .c-home-intro__media-primary .c-home-intro__disclaimer[data-v-cfef2d3e] {
        margin-top: 16px;
        display: block
    }
    .c-home-intro__media-secondary[data-v-cfef2d3e] {
        grid-column: 1/span 5;
        grid-row: 1;
        grid-template-columns: repeat(5, 1fr)
    }
    .c-home-intro__media-secondary figure[data-v-cfef2d3e]:first-child {
        grid-column: 2/span 4
    }
    .c-home-intro__media-secondary figure[data-v-cfef2d3e]:nth-child(2) {
        grid-column: 1/span 5
    }
    .c-home-intro__disclaimer[data-v-cfef2d3e] {
        display: none
    }
    .c-home-intro .o-background-track[data-v-cfef2d3e] {
        position: absolute;
        bottom: -64px
    }
    .de-DE .c-home-intro__content[data-v-cfef2d3e] h2,
    .nl-NL .c-home-intro__content[data-v-cfef2d3e] h2 {
        font-size: 84px;
        line-height: 84px;
        font-size: 8.4rem;
        line-height: 8.4rem
    }
}

@media (min-width:1140px) {
    .c-home-intro__content[data-v-cfef2d3e] {
        margin-bottom: 32px
    }
    .c-home-intro__content[data-v-cfef2d3e] h2 {
        font-size: 144px;
        line-height: 144px;
        font-size: 14.4rem;
        line-height: 14.4rem
    }
    .c-home-intro__content[data-v-cfef2d3e] p {
        max-width: 768px
    }
    .c-home-intro__media[data-v-cfef2d3e] {
        grid-gap: 32px;
        gap: 32px
    }
    .c-home-intro__media-primary[data-v-cfef2d3e] {
        grid-column: 7/span 6
    }
    .c-home-intro__media-primary .c-home-intro__disclaimer[data-v-cfef2d3e] {
        margin-top: 32px
    }
    .c-home-intro__media-secondary[data-v-cfef2d3e] {
        grid-gap: 32px;
        gap: 32px;
        grid-column: 1/span 6;
        grid-row: 1;
        grid-template-columns: repeat(6, 1fr)
    }
    .c-home-intro__media-secondary figure[data-v-cfef2d3e]:first-child {
        grid-column: 3/span 4
    }
    .c-home-intro__media-secondary figure[data-v-cfef2d3e]:nth-child(2) {
        grid-column: 1/span 6
    }
    .c-home-intro .o-background-track[data-v-cfef2d3e] {
        bottom: -128px
    }
}

[data-v-0dd80d61]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-generic-section-intro[data-v-0dd80d61] {
    text-align: center
}

.c-generic-section-intro__container[data-v-0dd80d61] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    max-width: 768px
}

@media (min-width:768px) {
    .c-generic-section-intro__container[data-v-0dd80d61] {
        padding: 32px
    }
}

.c-generic-section-intro h1[data-v-0dd80d61] {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 8px
}

.c-generic-section-intro h1[data-v-0dd80d61]:after {
    content: "";
    display: block;
    height: 8px;
    margin-top: 8px;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0idW5kZXJsaW5lX3RoaW5neSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTA4LjE4MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwOC4xODEgMTAiPgogIDxwYXRoIGlkPSJQYXRoXzU5IiBkYXRhLW5hbWU9IlBhdGggNTkiIGQ9Ik0zNDczLDU1MC4yaC0xMGw4LjE4Mi0xMGgxMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDMzLjU0NSAtNTQwLjIpIiBmaWxsPSIjZTEwNjAwIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjAiIGRhdGEtbmFtZT0iUGF0aCA2MCIgZD0iTTM1NTMuMDkxLDU1MC4ySDM1NDhsOC4xODItMTBoNS4wOTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUwMy4wOSAtNTQwLjIpIiBmaWxsPSIjZTEwNjAwIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjEiIGRhdGEtbmFtZT0iUGF0aCA2MSIgZD0iTTM2MjQuMTgyLDU0MC4yaC0xMGwtOC4xODIsMTBoMTUuMDkxbDguMTgyLTEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NTAuNTQ1IC01NDAuMikiIGZpbGw9IiNlMTA2MDAiLz4KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzcwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA3MCIgd2lkdGg9IjI3LjYzNiIgaGVpZ2h0PSIxLjQ1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNTQ1IDQuMjczKSIgZmlsbD0iI2UxMDYwMCIvPgogIDxyZWN0IGlkPSJSZWN0YW5nbGVfNzEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDcxIiB3aWR0aD0iMjcuNjM2IiBoZWlnaHQ9IjEuNDU1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQuMjczKSIgZmlsbD0iI2UxMDYwMCIvPgo8L3N2Zz4K);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .c-generic-section-intro h1[data-v-0dd80d61]:after {
        margin-top: 16px
    }
}

@media (min-width:1140px) {
    .c-generic-section-intro h1[data-v-0dd80d61]:after {
        height: 12px;
        margin-top: 32px
    }
}

.c-generic-section-intro p[data-v-0dd80d61] {
    font-size: 124%;
    line-height: 1.4;
    margin-bottom: 0
}

.es-ES .c-generic-section-intro h1[data-v-0dd80d61],
.fr-FR .c-generic-section-intro h1[data-v-0dd80d61],
.it-IT .c-generic-section-intro h1[data-v-0dd80d61],
.nl-NL .c-generic-section-intro h1[data-v-0dd80d61] {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem
}

@media (min-width:768px) {
    .c-generic-section-intro h1[data-v-0dd80d61] {
        margin-bottom: 16px
    }
    .c-generic-section-intro h1[data-v-0dd80d61],
    .es-ES .c-generic-section-intro h1[data-v-0dd80d61],
    .fr-FR .c-generic-section-intro h1[data-v-0dd80d61],
    .it-IT .c-generic-section-intro h1[data-v-0dd80d61],
    .nl-NL .c-generic-section-intro h1[data-v-0dd80d61] {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem
    }
}

@media (min-width:1140px) {
    .c-generic-section-intro h1[data-v-0dd80d61] {
        font-size: 84px;
        line-height: 84px;
        font-size: 8.4rem;
        line-height: 8.4rem;
        margin-bottom: 32px
    }
}

[data-v-47633497]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-home-features[data-v-47633497] {
    padding-bottom: 32px
}

.c-home-features__container[data-v-47633497] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-home-features__container[data-v-47633497] {
        padding: 32px
    }
}

.c-home-features__section[data-v-47633497] {
    position: relative;
    border-top: 2px solid #e10600
}

.c-home-features__section[data-v-47633497]:after,
.c-home-features__section[data-v-47633497]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .6
}

.c-home-features__section[data-v-47633497]:before {
    z-index: 1;
    height: 60px;
    background: linear-gradient(rgba(225, 6, 0, .6), rgba(225, 6, 0, 0))
}

.c-home-features__section[data-v-47633497]:after {
    z-index: 2;
    height: 60px;
    background-image: url(_nuxt/img/hatchings-fade.5fa0a92.html);
    background-repeat: repeat-x;
    background-size: auto
}

.c-home-features__section[data-v-47633497]:not(:last-child) {
    margin-bottom: 16px
}

.c-home-features__section a[data-v-47633497]:active,
.c-home-features__section a[data-v-47633497]:focus,
.c-home-features__section a[data-v-47633497]:hover,
.c-home-features__section a[data-v-47633497]:visited:hover {
    color: #fff
}

.c-home-features__content[data-v-47633497] {
    position: relative;
    border-radius: 0 0 8px 0;
    overflow: hidden
}

.c-home-features__media[data-v-47633497] {
    z-index: 0;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000
}

.c-home-features__media iframe[data-v-47633497],
.c-home-features__media img[data-v-47633497] {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.c-home-features__media img[data-v-47633497] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.c-home-features__media iframe[data-v-47633497] {
    width: 100%;
    height: 100%
}

.c-home-features__info[data-v-47633497] {
    position: relative;
    transform: inherit!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.c-home-features__info[data-v-47633497]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
    height: 100%
}

.c-home-features__info-body[data-v-47633497] {
    position: relative;
    z-index: 1;
    padding: 16px
}

.c-home-features__info-body h2[data-v-47633497] {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
    text-transform: none;
    position: relative;
    word-wrap: break-word;
    margin-bottom: 8px
}

.c-home-features__info-body h3[data-v-47633497] {
    font-size: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #e10600;
    font-weight: 300
}

.c-home-features__more[data-v-47633497] {
    margin-top: 16px;
    text-align: center
}

.c-home-features__more a[data-v-47633497] {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    margin: 0;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    display: inline-flex
}

.c-home-features__more a[data-v-47633497]:focus,
.c-home-features__more a[data-v-47633497]:hover {
    color: #15151e
}

@media (min-width:768px) {
    .c-home-features[data-v-47633497] {
        position: relative;
        padding-bottom: 64px
    }
    .c-home-features__container[data-v-47633497] {
        position: relative;
        z-index: 1
    }
    .c-home-features__items[data-v-47633497] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
        gap: 16px
    }
    .c-home-features__section[data-v-47633497]:not(:last-child) {
        margin-bottom: 0
    }
    .c-home-features__info-body h2[data-v-47633497] {
        font-size: 26px;
        line-height: 26px;
        font-size: 2.6rem;
        line-height: 2.6rem
    }
    .c-home-features__info-body h3[data-v-47633497] {
        font-size: 16px;
        line-height: 16px;
        font-size: 1.6rem;
        line-height: 1.6rem
    }
    .c-home-features .o-background-track[data-v-47633497] {
        position: absolute;
        bottom: 0;
        transform: scaleX(-1)
    }
}

@media (min-width:1140px) {
    .c-home-features[data-v-47633497] {
        padding-bottom: 128px
    }
    .c-home-features__items[data-v-47633497] {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px;
        gap: 32px
    }
    .c-home-features__section[data-v-47633497]:first-child {
        grid-column: 1/span 2
    }
    .c-home-features__section:first-child .c-home-features__media[data-v-47633497] {
        padding-top: 40%
    }
    .c-home-features__section[data-v-47633497]:nth-child(4) {
        grid-column: 3/span 1;
        grid-row: 1/span 2
    }
    .c-home-features__section:nth-child(4) .c-home-features__content[data-v-47633497],
    .c-home-features__section:nth-child(4) .c-home-features__media[data-v-47633497] {
        height: 100%
    }
    .c-home-features__section a:hover .c-home-features__media img[data-v-47633497] {
        transform: translate(-50%, -50%) scale(1.0333);
        filter: brightness(1.05) contrast(1.05)
    }
    .c-home-features__media figure[data-v-47633497] {
        position: absolute;
        width: 100%;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0
    }
    .c-home-features__media figure img[data-v-47633497] {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .15s ease-in-out
    }
    .c-home-features__info-body[data-v-47633497] {
        padding: 16px
    }
    .c-home-features__info-body h2[data-v-47633497] {
        font-size: 32px;
        line-height: 32px;
        font-size: 3.2rem;
        line-height: 3.2rem;
        margin-bottom: 16px
    }
    .c-home-features__info-body h3[data-v-47633497] {
        font-size: 18px;
        line-height: 18px;
        font-size: 1.8rem;
        line-height: 1.8rem
    }
    .c-home-features__more[data-v-47633497] {
        margin-top: 32px
    }
}

@media (min-width:1440px) {
    .c-home-features__info-body[data-v-47633497] {
        padding: 32px
    }
    .c-home-features__info-body h2[data-v-47633497] {
        font-size: 44px;
        line-height: 44px;
        font-size: 4.4rem;
        line-height: 4.4rem
    }
    .c-home-features__info-body h3[data-v-47633497] {
        font-size: 18px;
        line-height: 18px;
        font-size: 1.8rem;
        line-height: 1.8rem
    }
}

[data-v-0a6a3067]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-generic-latest-news[data-v-0a6a3067] {
    position: relative
}

.c-generic-latest-news__container[data-v-0a6a3067] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    .c-generic-latest-news__container[data-v-0a6a3067] {
        padding: 32px
    }
}

.c-generic-latest-news ul[data-v-0a6a3067] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.c-generic-latest-news ul li[data-v-0a6a3067] {
    padding: 0
}

.c-generic-latest-news ul li[data-v-0a6a3067]:not(:last-child) {
    margin-bottom: 16px
}

.c-generic-latest-news__more[data-v-0a6a3067] {
    margin-top: 16px;
    text-align: center
}

.c-generic-latest-news__more a[data-v-0a6a3067] {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    margin: 0;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    display: inline-flex
}

.c-generic-latest-news__more a[data-v-0a6a3067]:focus,
.c-generic-latest-news__more a[data-v-0a6a3067]:hover {
    color: #15151e
}

@media (min-width:768px) {
    .c-generic-latest-news .o-background-track[data-v-0a6a3067] {
        position: absolute;
        bottom: -128px
    }
}

@media (min-width:1140px) {
    .c-generic-latest-news ul[data-v-0a6a3067] {
        display: flex;
        justify-content: center
    }
    .c-generic-latest-news ul li[data-v-0a6a3067] {
        flex: 1;
        max-width: 40%
    }
    .c-generic-latest-news ul li li[data-v-0a6a3067]:not(:last-child) {
        margin-bottom: 0
    }
    .c-generic-latest-news ul li[data-v-0a6a3067]:not(:last-child) {
        margin-right: 32px
    }
    .c-generic-latest-news__more[data-v-0a6a3067] {
        margin-top: 32px
    }
    .c-generic-latest-news .o-zigzag-decoration[data-v-0a6a3067] {
        bottom: -192px
    }
}

[data-v-20eba1f6]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-generic-gallery__container[data-v-20eba1f6] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-generic-gallery__container[data-v-20eba1f6] {
        padding: 32px
    }
}

.c-generic-gallery__list ul[data-v-20eba1f6] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.c-generic-gallery__list ul li[data-v-20eba1f6] {
    padding: 0;
    width: 50%
}

@supports not (display:grid) {
    .c-generic-gallery__list ul li[data-v-20eba1f6] {
        padding: 16px
    }
}

@supports (display:grid) {
    .c-generic-gallery__list ul[data-v-20eba1f6] {
        display: grid;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        grid-auto-flow: dense;
        grid-gap: 16px;
        gap: 16px
    }
    .c-generic-gallery__list ul li[data-v-20eba1f6] {
        width: auto;
        position: relative
    }
    .c-generic-gallery__list ul li[data-v-20eba1f6]:first-of-type {
        width: auto;
        grid-column: span 2;
        grid-row: span 2
    }
}

.c-generic-gallery__image a[data-v-20eba1f6],
.c-generic-gallery__trailer a[data-v-20eba1f6] {
    display: block;
    cursor: pointer;
    border-top: 2px solid #e10600;
    border-radius: 0 0 8px 0;
    overflow: hidden;
    position: relative
}

.c-generic-gallery__image a figure[data-v-20eba1f6],
.c-generic-gallery__trailer a figure[data-v-20eba1f6] {
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000
}

.c-generic-gallery__image a figure iframe[data-v-20eba1f6],
.c-generic-gallery__image a figure img[data-v-20eba1f6],
.c-generic-gallery__trailer a figure iframe[data-v-20eba1f6],
.c-generic-gallery__trailer a figure img[data-v-20eba1f6] {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.c-generic-gallery__image a figure img[data-v-20eba1f6],
.c-generic-gallery__trailer a figure img[data-v-20eba1f6] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.c-generic-gallery__image a figure iframe[data-v-20eba1f6],
.c-generic-gallery__trailer a figure iframe[data-v-20eba1f6] {
    width: 100%;
    height: 100%
}

.c-generic-gallery__image a figure img[data-v-20eba1f6],
.c-generic-gallery__trailer a figure img[data-v-20eba1f6] {
    transition: all .15s ease-in-out
}

.c-generic-gallery__image a:hover figure img[data-v-20eba1f6],
.c-generic-gallery__trailer a:hover figure img[data-v-20eba1f6] {
    transform: translate(-50%, -50%) scale(1.0333);
    filter: brightness(1.05) contrast(1.05)
}

.c-generic-gallery__image a .magnifier-icon[data-v-20eba1f6],
.c-generic-gallery__image a .video-icon[data-v-20eba1f6],
.c-generic-gallery__trailer a .magnifier-icon[data-v-20eba1f6],
.c-generic-gallery__trailer a .video-icon[data-v-20eba1f6] {
    display: block;
    background-color: rgba(225, 6, 0, .5);
    border-radius: 0 0 8px 0
}

.c-generic-gallery__image a .magnifier-icon img[data-v-20eba1f6],
.c-generic-gallery__image a .video-icon img[data-v-20eba1f6],
.c-generic-gallery__trailer a .magnifier-icon img[data-v-20eba1f6],
.c-generic-gallery__trailer a .video-icon img[data-v-20eba1f6] {
    display: block
}

.c-generic-gallery__image a .video-icon[data-v-20eba1f6],
.c-generic-gallery__trailer a .video-icon[data-v-20eba1f6] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    max-width: 140px;
    padding: 16px
}

.c-generic-gallery__image a .magnifier-icon[data-v-20eba1f6],
.c-generic-gallery__trailer a .magnifier-icon[data-v-20eba1f6] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    padding: 8px
}

.c-generic-gallery__image a .magnifier-icon img[data-v-20eba1f6],
.c-generic-gallery__trailer a .magnifier-icon img[data-v-20eba1f6] {
    width: 16px
}

.c-generic-gallery__more[data-v-20eba1f6] {
    margin-top: 16px;
    text-align: center
}

.c-generic-gallery__more a[data-v-20eba1f6] {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    margin: 0;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    display: inline-flex
}

.c-generic-gallery__more a[data-v-20eba1f6]:focus,
.c-generic-gallery__more a[data-v-20eba1f6]:hover {
    color: #15151e
}

@media (min-width:768px) {
    .c-generic-gallery__list ul li[data-v-20eba1f6] {
        width: 33.333%
    }
    @supports (display:grid) {
        .c-generic-gallery__list ul[data-v-20eba1f6] {
            grid-gap: 16px;
            gap: 16px
        }
        .c-generic-gallery__list ul li[data-v-20eba1f6] {
            width: auto
        }
    }
}

@media (min-width:1140px) {
    @supports (display: grid) {
        .c-generic-gallery__list ul[data-v-20eba1f6] {
            grid-template-columns: repeat(4, minmax(150px, 1fr));
            grid-gap: 32px;
            gap: 32px
        }
        .c-generic-gallery__list ul li[data-v-20eba1f6] {
            width: auto
        }
        .c-generic-gallery__list ul li[data-v-20eba1f6]:first-of-type {
            grid-column: span 2;
            grid-row: span 2
        }
        .c-generic-gallery__list ul li:first-of-type figure[data-v-20eba1f6] {
            padding-top: calc(56.25% + 16px)
        }
        .c-generic-gallery__list ul li:first-of-type figure img[data-v-20eba1f6] {
            height: 100%;
            width: auto
        }
    }
    .c-generic-gallery__image a .video-icon[data-v-20eba1f6],
    .c-generic-gallery__trailer a .video-icon[data-v-20eba1f6] {
        padding: 32px
    }
    .c-generic-gallery__more[data-v-20eba1f6] {
        margin-top: 32px
    }
}

@media (min-width:1440px) {
    .c-generic-gallery__list ul li[data-v-20eba1f6] {
        width: 25%
    }
    @supports (display:grid) {
        .c-generic-gallery__list ul li[data-v-20eba1f6] {
            width: auto
        }
    }
}

[data-v-3340bf43]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-purchase[data-v-3340bf43] {
    position: relative;
    z-index: 10;
    background-color: #e10600;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 32px rgba(0, 0, 0, .8);
    margin: 32px 0
}

.c-global-purchase[data-v-3340bf43]:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(_nuxt/img/f1m22-keyart-announce-m-white-nologo.43629da.html);
    background-size: cover;
    background-position: 50%;
    opacity: .2
}

.c-global-purchase__container[data-v-3340bf43] {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 96px 16px;
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .c-global-purchase__container[data-v-3340bf43] {
        padding: 32px
    }
}

.c-global-purchase__intro h2[data-v-3340bf43] {
    font-size: 42px;
    line-height: 42px;
    font-size: 4.2rem;
    line-height: 4.2rem
}

.c-global-purchase__intro h2[data-v-3340bf43]:after {
    content: "";
    display: block;
    height: 8px;
    margin-top: 8px;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0idW5kZXJsaW5lX3RoaW5neSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTA4LjE4MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwOC4xODEgMTAiPgogIDxwYXRoIGlkPSJQYXRoXzU5IiBkYXRhLW5hbWU9IlBhdGggNTkiIGQ9Ik0zNDczLDU1MC4yaC0xMGw4LjE4Mi0xMGgxMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDMzLjU0NSAtNTQwLjIpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjAiIGRhdGEtbmFtZT0iUGF0aCA2MCIgZD0iTTM1NTMuMDkxLDU1MC4ySDM1NDhsOC4xODItMTBoNS4wOTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUwMy4wOSAtNTQwLjIpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjEiIGRhdGEtbmFtZT0iUGF0aCA2MSIgZD0iTTM2MjQuMTgyLDU0MC4yaC0xMGwtOC4xODIsMTBoMTUuMDkxbDguMTgyLTEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NTAuNTQ1IC01NDAuMikiIGZpbGw9IiNmZmYiLz4KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzcwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA3MCIgd2lkdGg9IjI3LjYzNiIgaGVpZ2h0PSIxLjQ1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNTQ1IDQuMjczKSIgZmlsbD0iI2ZmZiIvPgogIDxyZWN0IGlkPSJSZWN0YW5nbGVfNzEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDcxIiB3aWR0aD0iMjcuNjM2IiBoZWlnaHQ9IjEuNDU1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQuMjczKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .c-global-purchase__intro h2[data-v-3340bf43]:after {
        margin-top: 16px
    }
}

@media (min-width:1140px) {
    .c-global-purchase__intro h2[data-v-3340bf43]:after {
        height: 12px;
        margin-top: 32px
    }
}

.c-global-purchase__intro h2[data-v-3340bf43]:after {
    margin-top: 32px
}

.c-global-purchase__logos[data-v-3340bf43] {
    margin: 32px 0
}

.c-global-purchase__logos-container[data-v-3340bf43] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.c-global-purchase__logos-container img[data-v-3340bf43] {
    margin: 8px;
    height: 24px;
    width: auto
}

.c-global-purchase__more[data-v-3340bf43] {
    text-align: center
}

.c-global-purchase__more a[data-v-3340bf43] {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 8px;
    color: #e10600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    margin: 0;
    padding: 8px 32px;
    text-decoration: none;
    overflow: hidden;
    display: inline-flex
}

.c-global-purchase__more a[data-v-3340bf43]:focus,
.c-global-purchase__more a[data-v-3340bf43]:hover {
    color: #15151e
}

.nl-NL .c-global-purchase__intro h2[data-v-3340bf43],
.pt-BR .c-global-purchase__intro h2[data-v-3340bf43] {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem
}

@media (min-width:768px) {
    .c-global-purchase[data-v-3340bf43] {
        box-shadow: 0 0 64px rgba(0, 0, 0, .8);
        margin: 64px 0
    }
    .c-global-purchase__container[data-v-3340bf43] {
        padding-top: 192px;
        padding-bottom: 192px
    }
    .c-global-purchase__intro h2[data-v-3340bf43] {
        font-size: 54px;
        line-height: 54px;
        font-size: 5.4rem;
        line-height: 5.4rem
    }
    .c-global-purchase__logos-container img[data-v-3340bf43] {
        margin: 8px 16px;
        height: 32px
    }
    .nl-NL .c-global-purchase__intro h2[data-v-3340bf43],
    .pt-BR .c-global-purchase__intro h2[data-v-3340bf43] {
        font-size: 54px;
        line-height: 54px;
        font-size: 5.4rem;
        line-height: 5.4rem
    }
}

@media (min-width:1140px) {
    .c-global-purchase[data-v-3340bf43] {
        box-shadow: 0 0 128px rgba(0, 0, 0, .8);
        margin: 128px 0
    }
    .c-global-purchase__container[data-v-3340bf43] {
        padding-top: 256px;
        padding-bottom: 256px
    }
    [data-v-3340bf43] .c-global-purchase__intro h2 {
        font-size: 144px;
        line-height: 144px;
        font-size: 14.4rem;
        line-height: 14.4rem
    }
}

@media (min-width:1440px) {
    .c-global-purchase[data-v-3340bf43] {
        box-shadow: 0 0 160px rgba(0, 0, 0, .8);
        margin: 160px 0
    }
}

[data-v-079987cd]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-social-block__container[data-v-079987cd] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-global-social-block__container[data-v-079987cd] {
        padding: 32px
    }
}

.c-global-social-block__info[data-v-079987cd] {
    text-align: center;
    margin-bottom: 16px
}

.c-global-social-block__info h2[data-v-079987cd] {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 8px
}

.c-global-social-block__info h2[data-v-079987cd]:after {
    content: "";
    display: block;
    height: 8px;
    margin-top: 8px;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0idW5kZXJsaW5lX3RoaW5neSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTA4LjE4MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwOC4xODEgMTAiPgogIDxwYXRoIGlkPSJQYXRoXzU5IiBkYXRhLW5hbWU9IlBhdGggNTkiIGQ9Ik0zNDczLDU1MC4yaC0xMGw4LjE4Mi0xMGgxMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDMzLjU0NSAtNTQwLjIpIiBmaWxsPSIjZTEwNjAwIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjAiIGRhdGEtbmFtZT0iUGF0aCA2MCIgZD0iTTM1NTMuMDkxLDU1MC4ySDM1NDhsOC4xODItMTBoNS4wOTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUwMy4wOSAtNTQwLjIpIiBmaWxsPSIjZTEwNjAwIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjEiIGRhdGEtbmFtZT0iUGF0aCA2MSIgZD0iTTM2MjQuMTgyLDU0MC4yaC0xMGwtOC4xODIsMTBoMTUuMDkxbDguMTgyLTEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NTAuNTQ1IC01NDAuMikiIGZpbGw9IiNlMTA2MDAiLz4KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzcwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA3MCIgd2lkdGg9IjI3LjYzNiIgaGVpZ2h0PSIxLjQ1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNTQ1IDQuMjczKSIgZmlsbD0iI2UxMDYwMCIvPgogIDxyZWN0IGlkPSJSZWN0YW5nbGVfNzEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDcxIiB3aWR0aD0iMjcuNjM2IiBoZWlnaHQ9IjEuNDU1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQuMjczKSIgZmlsbD0iI2UxMDYwMCIvPgo8L3N2Zz4K);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .c-global-social-block__info h2[data-v-079987cd]:after {
        margin-top: 16px
    }
}

@media (min-width:1140px) {
    .c-global-social-block__info h2[data-v-079987cd]:after {
        height: 12px;
        margin-top: 32px
    }
}

.c-global-social-block__info p[data-v-079987cd] {
    font-size: 124%;
    line-height: 1.4;
    margin-bottom: 0
}

.c-global-social-block ul[data-v-079987cd] {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px 0 0
}

.c-global-social-block ul li[data-v-079987cd] {
    padding: 0
}

.c-global-social-block ul li[data-v-079987cd]:not(:last-child) {
    margin-right: 16px
}

.c-global-social-block ul li a[data-v-079987cd] {
    text-decoration: none
}

.c-global-social-block ul li a:hover img[data-v-079987cd] {
    transform: scale(1.1)
}

.c-global-social-block ul li .icons img[data-v-079987cd] {
    height: 32px;
    width: auto;
    transition: all .15s ease-in-out
}

.c-global-social-block ul li .icons span[data-v-079987cd] {
    display: none
}

@media (min-width:768px) {
    .c-global-social-block__info[data-v-079987cd] {
        margin-bottom: 32px
    }
    .c-global-social-block__info h2[data-v-079987cd] {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem;
        margin-bottom: 16px
    }
    .c-global-social-block ul li[data-v-079987cd]:not(:last-child) {
        margin-right: 32px
    }
    .c-global-social-block ul li .icons img[data-v-079987cd] {
        height: 40px
    }
}

@media (min-width:1140px) {
    .c-global-social-block__container[data-v-079987cd] {
        padding-bottom: 0
    }
    .c-global-social-block__info h2[data-v-079987cd] {
        font-size: 84px;
        line-height: 84px;
        font-size: 8.4rem;
        line-height: 8.4rem;
        margin-bottom: 32px
    }
}


/*!
 * Copyright (C) 2018 Frontier Developments PLC.
 */

[data-v-804f46f8]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-subscription__container[data-v-804f46f8] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-global-subscription__container[data-v-804f46f8] {
        padding: 32px
    }
}

.c-global-subscription__intro[data-v-804f46f8] {
    text-align: center;
    margin-bottom: 32px
}

.c-global-subscription__intro h3[data-v-804f46f8] {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 8px
}

.c-global-subscription__intro h3[data-v-804f46f8]:after {
    content: "";
    display: block;
    height: 8px;
    margin-top: 8px;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0idW5kZXJsaW5lX3RoaW5neSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTA4LjE4MSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwOC4xODEgMTAiPgogIDxwYXRoIGlkPSJQYXRoXzU5IiBkYXRhLW5hbWU9IlBhdGggNTkiIGQ9Ik0zNDczLDU1MC4yaC0xMGw4LjE4Mi0xMGgxMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDMzLjU0NSAtNTQwLjIpIiBmaWxsPSIjZTEwNjAwIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjAiIGRhdGEtbmFtZT0iUGF0aCA2MCIgZD0iTTM1NTMuMDkxLDU1MC4ySDM1NDhsOC4xODItMTBoNS4wOTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUwMy4wOSAtNTQwLjIpIiBmaWxsPSIjZTEwNjAwIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjEiIGRhdGEtbmFtZT0iUGF0aCA2MSIgZD0iTTM2MjQuMTgyLDU0MC4yaC0xMGwtOC4xODIsMTBoMTUuMDkxbDguMTgyLTEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NTAuNTQ1IC01NDAuMikiIGZpbGw9IiNlMTA2MDAiLz4KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzcwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA3MCIgd2lkdGg9IjI3LjYzNiIgaGVpZ2h0PSIxLjQ1NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNTQ1IDQuMjczKSIgZmlsbD0iI2UxMDYwMCIvPgogIDxyZWN0IGlkPSJSZWN0YW5nbGVfNzEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDcxIiB3aWR0aD0iMjcuNjM2IiBoZWlnaHQ9IjEuNDU1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQuMjczKSIgZmlsbD0iI2UxMDYwMCIvPgo8L3N2Zz4K);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .c-global-subscription__intro h3[data-v-804f46f8]:after {
        margin-top: 16px
    }
}

@media (min-width:1140px) {
    .c-global-subscription__intro h3[data-v-804f46f8]:after {
        height: 12px;
        margin-top: 32px
    }
}

.c-global-subscription__intro p[data-v-804f46f8] {
    font-size: 124%;
    line-height: 1.4;
    margin-bottom: 0
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form {
    width: 100%;
    max-width: 768px;
    margin: 0 auto
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input {
    width: 100%;
    margin: 0 0 16px;
    position: relative
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input input,
.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input select {
    border: 1px solid;
    padding: 8px
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input button {
    margin: auto;
    max-width: 330px;
    font-family: "Titillium Web", sans-serif
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input--recaptcha {
    margin-bottom: 0
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input--recaptcha .grecaptcha-badge {
    margin: 0 auto
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup__status {
    margin-top: 16px;
    text-align: center
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup__status p {
    margin: 0
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup__status img {
    height: 60px
}

.c-global-subscription[data-v-804f46f8] .c-newsletter-signup__status .error {
    color: #e10600
}

.c-global-subscription .o-user-message[data-v-804f46f8] {
    text-align: center
}

@media (min-width:768px) {
    .c-global-subscription__intro h3[data-v-804f46f8] {
        font-size: 42px;
        line-height: 42px;
        font-size: 4.2rem;
        line-height: 4.2rem;
        margin-bottom: 16px
    }
    .c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input input,
    .c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input select {
        padding: 16px
    }
}

@media (min-width:1140px) {
    .c-global-subscription__container[data-v-804f46f8] {
        padding-top: 96px
    }
    .c-global-subscription__intro h3[data-v-804f46f8] {
        font-size: 84px;
        line-height: 84px;
        font-size: 8.4rem;
        line-height: 8.4rem;
        margin-bottom: 32px
    }
    .c-global-subscription[data-v-804f46f8] .c-newsletter-signup form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input--firstname,
    .c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input--lastname {
        width: 48%
    }
    .c-global-subscription[data-v-804f46f8] .c-newsletter-signup form .f-input--submit {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}


/*!
 * Copyright (C) 2018 Frontier Developments PLC.
 */

[data-v-f802d08e]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-language-switcher[data-v-f802d08e] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff
}

.c-global-language-switcher form[data-v-f802d08e] {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    width: auto;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:768px) {
    .c-global-language-switcher form[data-v-f802d08e] {
        padding: 32px
    }
}

.c-global-language-switcher form label[data-v-f802d08e] {
    font-size: 84%;
    line-height: 1.4;
    margin-right: 8px;
    white-space: nowrap
}

.c-global-language-switcher form select[data-v-f802d08e] {
    display: inline-block;
    font-size: 84%;
    line-height: 1.4;
    padding: 4px 24px 4px 4px
}

.c-global-language-switcher form select option[data-v-f802d08e] {
    font-weight: 400
}

@media (min-width:768px) {
    .c-global-language-switcher form[data-v-f802d08e] {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

[data-v-037b4022]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-footer-brand[data-v-037b4022] {
    padding: 16px 0;
    background: #15151e;
    color: #fff
}

.c-global-footer-brand__container[data-v-037b4022] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 32px
    }
}

.c-global-footer-brand__brand img[data-v-037b4022] {
    width: 220px;
    height: auto;
    margin: 0 auto
}

.c-global-footer-brand__content[data-v-037b4022] {
    max-width: 768px;
    margin: 32px auto
}

.c-global-footer-brand__content nav[data-v-037b4022] {
    text-transform: uppercase
}

.c-global-footer-brand__content nav ul[data-v-037b4022] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    margin: 0 0 32px;
    text-align: center
}

.c-global-footer-brand__content nav ul li[data-v-037b4022] {
    padding: 0
}

.c-global-footer-brand__content nav ul li[data-v-037b4022]:not(:last-of-type) {
    margin-right: 8px
}

.c-global-footer-brand__content nav ul li[data-v-037b4022] {
    padding: 8px
}

.c-global-footer-brand__content nav ul img[data-v-037b4022] {
    height: 64px;
    width: auto;
    display: inline-block
}

.c-global-footer-brand__content nav ul.c-global-footer-brand__nav-pages li[data-v-037b4022] {
    padding: 4px 16px;
    margin: 0
}

.c-global-footer-brand__content nav ul.c-global-footer-brand__nav-pages li[data-v-037b4022]:not(:last-of-type) {
    border-right: 2px solid #e10600
}

.c-global-footer-brand__content nav ul.c-global-footer-brand__nav-product li[data-v-037b4022] {
    padding: 8px;
    margin: 0
}

.c-global-footer-brand__content nav ul.c-global-footer-brand__nav-product img[data-v-037b4022] {
    height: 24px
}

.c-global-footer-brand__content nav ul.c-global-footer-brand__nav-trademarks[data-v-037b4022] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px
}

.c-global-footer-brand__content nav ul.c-global-footer-brand__nav-trademarks li[data-v-037b4022] {
    padding: 0 16px
}

.c-global-footer-brand__content nav ul a[data-v-037b4022] {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.c-global-footer-brand__content nav ul a[data-v-037b4022]:hover,
.c-global-footer-brand__content nav ul a[data-v-037b4022]:visited:hover {
    color: #e10600
}

.c-global-footer-brand__content p[data-v-037b4022] {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 1em
}

.c-global-footer-brand__content p[data-v-037b4022]:last-of-type {
    margin-bottom: 0
}

.c-global-footer-brand__content p a[data-v-037b4022],
.c-global-footer-brand__content p a[data-v-037b4022]:hover {
    color: #e10600
}

.c-global-footer-brand__ratings figure img[data-v-037b4022] {
    width: 60px;
    height: auto;
    margin: 0 auto
}

@media (min-width:768px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 16px;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 32px
    }
}

@media (min-width:768px) {
    .c-global-footer-brand__brand img[data-v-037b4022] {
        width: 270px
    }
    .c-global-footer-brand__content nav ul.c-global-footer-brand__nav-product img[data-v-037b4022] {
        height: 28px
    }
}

@media (min-width:1140px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 16px;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px
    }
}

@media (min-width:1140px) and (min-width:768px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 32px
    }
}

@media (min-width:1140px) {
    .c-global-footer-brand__content nav ul.c-global-footer-brand__nav-product[data-v-037b4022] {
        margin-left: -64px;
        margin-right: -64px
    }
    .c-global-footer-brand__content nav ul.c-global-footer-brand__nav-product li[data-v-037b4022] {
        padding: 8px 16px
    }
}

@media (min-width:1440px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 16px;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px
    }
}

@media (min-width:1440px) and (min-width:768px) {
    .c-global-footer-brand__container[data-v-037b4022] {
        padding: 32px
    }
}

[data-v-3d43ec86]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

.c-global-footer-corporate[data-v-3d43ec86] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    border-bottom: 4px solid #ff6800;
    font-family: sans-serif
}

.c-global-footer-corporate__container[data-v-3d43ec86] {
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

@media (min-width:768px) {
    .c-global-footer-corporate__container[data-v-3d43ec86] {
        padding: 32px
    }
}

.c-global-footer-corporate__brand[data-v-3d43ec86],
.c-global-footer-corporate__tech[data-v-3d43ec86] {
    display: inline-block
}

.c-global-footer-corporate__brand figure[data-v-3d43ec86],
.c-global-footer-corporate__tech figure[data-v-3d43ec86] {
    margin: 0
}

.c-global-footer-corporate__brand figure img[data-v-3d43ec86],
.c-global-footer-corporate__tech figure img[data-v-3d43ec86] {
    height: 50px;
    width: auto
}

.c-global-footer-corporate__tech[data-v-3d43ec86] {
    float: right
}

.c-global-footer-corporate__content[data-v-3d43ec86] {
    margin-top: 32px
}

.c-global-footer-corporate__content nav[data-v-3d43ec86] {
    text-transform: uppercase
}

.c-global-footer-corporate__content nav ul[data-v-3d43ec86] {
    list-style-type: none;
    margin: 0 0 16px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center
}

.c-global-footer-corporate__content nav ul li[data-v-3d43ec86] {
    display: inline-block;
    padding: 0 8px 8px 0
}

.c-global-footer-corporate__content nav ul img[data-v-3d43ec86] {
    height: auto;
    display: inline-block
}

.c-global-footer-corporate__content nav ul.c-global-footer-corporate__nav-secondary li a[data-v-3d43ec86] {
    font-weight: 400
}

.c-global-footer-corporate__content nav ul.c-global-footer-corporate__nav-social[data-v-3d43ec86] {
    margin-bottom: 32px
}

.c-global-footer-corporate__content nav ul.c-global-footer-corporate__nav-social img[data-v-3d43ec86] {
    height: 20px
}

.c-global-footer-corporate__content nav ul a[data-v-3d43ec86] {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.c-global-footer-corporate__content nav ul a[data-v-3d43ec86]:hover,
.c-global-footer-corporate__content nav ul a[data-v-3d43ec86]:visited:hover {
    color: #ff6800
}

.c-global-footer-corporate__content p[data-v-3d43ec86] {
    font-size: 12px;
    line-height: 14px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: hsla(0, 0%, 100%, .5);
    text-align: center;
    margin: 0 0 1em
}

.c-global-footer-corporate__content p[data-v-3d43ec86]:last-of-type {
    margin-bottom: 0
}

.c-global-footer-corporate__content p img[data-v-3d43ec86] {
    height: .9em;
    width: auto
}

.c-global-footer-corporate__content p span[data-v-3d43ec86] {
    display: inline-block;
    padding: 0 10px
}

@media (min-width:768px) {
    .c-global-footer-corporate__brand figure img[data-v-3d43ec86],
    .c-global-footer-corporate__tech figure img[data-v-3d43ec86] {
        height: 80px
    }
}

@media (min-width:1140px) {
    .c-global-footer-corporate__container[data-v-3d43ec86] {
        display: flex
    }
    .c-global-footer-corporate__brand[data-v-3d43ec86] {
        margin-right: 32px;
        width: 145px;
        min-width: 145px
    }
    .c-global-footer-corporate__brand figure img[data-v-3d43ec86] {
        height: auto;
        width: 100%
    }
    .c-global-footer-corporate__tech[data-v-3d43ec86] {
        order: 3;
        margin-left: 32px
    }
    .c-global-footer-corporate__content[data-v-3d43ec86] {
        margin-top: 0;
        flex: 3
    }
    .c-global-footer-corporate__content nav[data-v-3d43ec86] {
        margin-top: 18px
    }
    .c-global-footer-corporate__content nav ul[data-v-3d43ec86] {
        text-align: left
    }
    .c-global-footer-corporate__content nav ul li[data-v-3d43ec86]:first-of-type {
        padding-left: 0
    }
    .c-global-footer-corporate__content p[data-v-3d43ec86] {
        text-align: left
    }
    .c-global-footer-corporate__content p span[data-v-3d43ec86]:first-of-type {
        padding-left: 0
    }
}


/*!
 * Copyright (C) 2019 Frontier Developments PLC.
 */

[data-v-32f44b3a]:root {
    --phone: 320px;
    --tablet: 768px;
    --desktop: 1140px;
    --widescreen: 1440px
}

[data-v-32f44b3a] .vueperslide__content-wrapper {
    width: 100%
}

[data-v-32f44b3a] .vueperslides__parallax-wrapper {
    background-color: #000
}

[data-v-32f44b3a] .vueperslides__arrows {
    display: flex;
    align-items: center;
    justify-content: center
}

[data-v-32f44b3a] .vueperslides__arrow {
    position: relative;
    transform: none;
    background-color: #fff;
    opacity: .8;
    width: auto;
    font-size: 0;
    padding: 8px;
    margin: 16px 8px 0
}

[data-v-32f44b3a] .vueperslides__arrow svg {
    width: 32px;
    height: 32px
}

[data-v-32f44b3a] .vueperslides__arrow svg path {
    stroke-width: 0;
    fill: #e10600
}

[data-v-32f44b3a] .vueperslides__arrow--next {
    border-radius: 0 0 4px 0
}

[data-v-32f44b3a] .vueperslides__arrow--prev {
    border-radius: 0 0 0 4px
}

.c-global-slider-modal[data-v-32f44b3a] .v--modal {
    background-color: transparent;
    box-shadow: none
}

.c-global-slider-modal[data-v-32f44b3a] .v--modal-box {
    overflow: visible
}

.c-global-slider-modal.v--modal-overlay[data-v-32f44b3a] {
    z-index: 1000
}

@supports ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) {
    .c-global-slider-modal.v--modal-overlay[data-v-32f44b3a] {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(21, 21, 30, .8)
    }
}

@supports not ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) {
    .c-global-slider-modal.v--modal-overlay[data-v-32f44b3a] {
        background-color: rgba(21, 21, 30, .8)
    }
}

.c-global-slider-modal__wrapper[data-v-32f44b3a] {
    position: relative
}

.c-global-slider-modal__wrapper .modal-close[data-v-32f44b3a] {
    background-color: #e10600;
    border: 0;
    border-radius: 0 4px 0 0;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -40px
}

.c-global-slider-modal__wrapper .modal-close img[data-v-32f44b3a] {
    display: block;
    height: 24px;
    width: 24px
}

.c-global-slider-modal__content[data-v-32f44b3a] {
    border-top: 2px solid #e10600;
    position: relative
}

.c-global-slider-modal__content .loading[data-v-32f44b3a] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    z-index: 1
}

.c-global-slider-modal__image[data-v-32f44b3a] {
    position: relative;
    z-index: 2
}

.c-global-slider-modal__image figure[data-v-32f44b3a] {
    position: relative;
    overflow: hidden
}

.c-global-slider-modal__video[data-v-32f44b3a] {
    position: relative;
    z-index: 2
}

.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}

.v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
}

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

.v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
}

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}