html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0
}

input,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0
}

select {
    outline: 0;
    border-radius: 0
}

input,
textarea {
    padding: 0;
    background-color: inherit;
    border: none
}

iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px
}

body {
    overflow: hidden;
    position: fixed;
    inset: 0
}

.home {
    height: 100vh;
    position: relative
}

.intro {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh
}

.intro .intro__video,
.intro .intro__image {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .4s, left 0s;
    transition-delay: 0s, 0s
}

@media screen and (min-width: 600px) {
    .intro .intro__video {
        width: 100% !important;
        transform: none !important;
        left: auto !important
    }
}

.intro__video--hide {
    opacity: 0;
    left: -100%;
    transition-delay: 0s, .8s
}

.sliderWrapper {
    display: grid;
    grid-template-rows: 1fr auto;
    width: 92.3076923077%;
    position: fixed;
    top: 34px;
    bottom: 30px;
    left: 15px;
    overflow-y: auto;
    z-index: 1
}

@media screen and (min-width: 835px) {
    .sliderWrapper {
        top: 101px;
        bottom: 30px;
        left: 30px
    }
}

.slider {
    align-self: end
}

.image,
.video {
    display: block;
    height: 100vh;
    width: 100%;
    position: fixed;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: opacity 3s;
    z-index: 1
}

@media screen and (min-width: 600px) {

    .image,
    .video {
        width: 100% !important;
        transform: none !important;
        left: auto !important
    }
}

.active .image,
.active .video {
    opacity: 1
}

.list__name {
    font-feature-settings: "palt";
    font-size: 1.3rem;
    line-height: 1.95rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #f3f3f3;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 835px) {
    .list__name {
        display: inline;
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.active .list__name {
    color: rgba(243, 243, 243, .6)
}

.more {
    align-self: end;
    display: block;
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.95rem;
    color: #f3f3f3;
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 835px) {
    .more {
        margin-top: 20px;
        font-size: 1.3rem;
        line-height: 1.95rem
    }
}