@charset "UTF-8";
@import url("../lib/splide.min.css");
html,
body {
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 760px) {
    html,
    body {
        background-color: #000;
    }
}

footer {
    margin-top: 0;
    display: none !important;
}

h1,
p,
a {
    font-family: "FannDorenCondensed-Bold", "冬青黑体", "microsoft yahei";
}

p {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1.6px;
}

.otw22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.otw22__nav {
    position: fixed;
    bottom: 0;
    height: 89px;
    z-index: 3;
    background-color: #000;
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .otw22__nav {
        position: fixed;
        height: 63px;
        border-top: unset;
        border-bottom: unset;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
    }
}

.otw22__nav-logo {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px;
}

@media only screen and (max-width: 760px) {
    .otw22__nav-logo {
        display: none;
    }
}

.otw22__nav-list {
    margin: 0 auto;
    padding: 15px 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 760px) {
    .otw22__nav-list {
        padding: 10px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.otw22__nav-list-item {
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 760px) {
    .otw22__nav-list-item {
        font-size: 12px;
    }
}

.otw22__container {
    position: relative;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 760px) {
    .otw22__container {
        top: 0;
    }
}

.otw22__container--loaded {
    opacity: 1;
}

.otw22__landing {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    padding-bottom: 89px;
}

@media only screen and (max-width: 760px) {
    .otw22__landing {
        padding-bottom: 0;
    }
}

.otw22 .active-page {
    display: block;
}

.otw22 .active-link {
    border-bottom: 1px solid #fff;
}

.otw22__marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

.otw22__marquee-text {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 3.5vw;
    line-height: 4vw;
    letter-spacing: 3.57143px;
    font-style: italic;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
}

@media only screen and (max-width: 760px) {
    .otw22__marquee-text {
        font-size: 9vw;
        line-height: 9.75vw;
    }
}

.otw22__header {
    position: relative;
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.otw22__header-carousel {
    width: 100%;
    height: 100%;
}

.otw22__header-copy {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.otw22__header-item {
    width: 100%;
    height: 100%;
}

.otw22__header-video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.otw22__header-title {
    position: relative;
    font-weight: 600;
    font-size: 6.2vw;
    line-height: 7.5vw;
    text-align: center;
    letter-spacing: -0.9px;
    color: #fff;
    margin: 0 auto;
}

@media only screen and (max-width: 760px) {
    .otw22__header-title {
        font-size: 10.78947vw;
        line-height: 14.21053vw;
    }
}

.otw22__header-link {
    color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0 auto;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

@media only screen and (max-width: 760px) {
    .otw22__header-link {
        font-size: 14px;
    }
}

.otw22__header-link2 {
    color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

@media only screen and (max-width: 760px) {
    .otw22__header-link2 {
        font-size: 14px;
    }
}

.otw22__featured-artists-banner-copy {
    color: #fff;
    text-align: center;
    font-size: 2vw;
    line-height: 2.58333vw;
    letter-spacing: 0.571429px;
    padding: 35px 12vw;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artists-banner-copy {
        padding: 10vh 10vw;
        font-size: 3.75vw;
        line-height: 4.625vw;
        letter-spacing: 1.57px;
        text-align: left;
    }
}

.otw22__featured-projects {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.otw22__featured-projects-slide {
    cursor: pointer;
    position: relative;
    width: 45vw;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-projects-slide {
        width: 100vw;
    }
    .otw22__featured-projects-slide:first-of-type {
        margin-bottom: 10px;
    }
}

.otw22__featured-projects-img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-projects-img {
        border-radius: unset;
    }
}

.otw22__featured-projects-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 5.3vw;
    line-height: 6.5vw;
    font-weight: 400;
    letter-spacing: -0.9px;
    padding: 0 12vw 0 4vw;
    margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-projects-copy {
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 9.125vw;
        line-height: 12vw;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.otw22__see-more-projects {
    position: relative;
    padding: 60px 0;
}

@media only screen and (max-width: 760px) {
    .otw22__see-more-projects {
        padding: 40px 0;
    }
}

.otw22__see-more-projects-img {
    width: 100%;
    display: block;
}

.otw22__see-more-projects-copy-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 760px) {
    .otw22__see-more-projects-copy-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.otw22__see-more-projects-copy {
    position: relative;
    color: #fff;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 85vw;
    margin: 0 auto;
    font-weight: 400;
    font-size: 4vw;
    line-height: 5.4vw;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 760px) {
    .otw22__see-more-projects-copy {
        font-size: 7.5vw;
        line-height: 9.125vw;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.otw22__see-more-projects-link {
    text-decoration: underline;
    text-underline-offset: 10px;
    cursor: pointer;
    position: relative;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    padding-bottom: 10px;
    top: 55%;
    font-weight: 100;
    font-size: 2vw;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 760px) {
    .otw22__see-more-projects-link {
        top: unset;
        padding-top: 20px;
        margin: unset;
        font-size: 3.75vw;
    }
}

.otw22__featured-artist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100vh;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        border-bottom: none;
    }
}

.otw22__featured-artist-info-container {
    width: 50vw;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 20px 2vw;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist-info-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        padding: unset;
        position: relative;
        z-index: 1;
        height: 20vh;
        top: -30vw;
    }
}

.otw22__featured-artist-title {
    color: #fff;
    font-size: 1.58824vw;
    line-height: 2.06667vw;
    margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist-title {
        font-size: 4.5vw;
        line-height: 8.625vw;
        padding-top: 20px;
    }
}

.otw22__featured-artist-copy {
    color: #fff;
    font-size: 3.8vw;
    line-height: 5.8vw;
    letter-spacing: -0.9px;
    margin-bottom: 0;
    padding: 0 3vw;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist-copy {
        font-size: 8vw;
        line-height: 11.25vw;
        padding: 0 11vw;
    }
}

.otw22__featured-artist-cta {
    display: block;
    color: #fff;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 1.375vw;
    line-height: 1.73333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist-cta {
        padding: 20px 0;
        font-size: 3.2vw;
        line-height: 4.5vw;
    }
}

.otw22__featured-artist-img-container {
    width: 50vw;
    overflow: hidden;
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist-img-container {
        width: 100vw;
    }
}

.otw22__featured-artist-img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 760px) {
    .otw22__featured-artist-img {
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.otw22__banner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.otw22__banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}

.otw22__banner-text {
    position: relative;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 3.57143px;
    margin: 20px 5vw;
    text-align: center;
    font-weight: 300;
    font-family: 'Helvetica', sans-serif;
}

.otw22__banner-text--lg {
    font-size: 3.5vw;
    line-height: 4vw;
    font-style: italic;
}

@media only screen and (max-width: 760px) {
    .otw22__banner-text--lg {
        font-size: 5.25vw;
        line-height: 6vw;
    }
}

.otw22__banner-text--sm {
    font-size: 1.66667vw;
    line-height: 2vw;
}

@media only screen and (max-width: 760px) {
    .otw22__banner-text--sm {
        font-size: 2.5vw;
        line-height: 3vw;
    }
}

.otw22__promote-artist {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
    .otw22__promote-artist {
        margin-bottom: 63px;
    }
}

.otw22__promote-artist-container {
    height: 80vh;
    position: relative;
}

.otw22__promote-artist .splide__slide {
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    margin: 0 15px;
}

.otw22__promote-artist-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 3vw;
    line-height: 4.75vw;
    font-weight: 400;
    letter-spacing: -0.9px;
    padding: 0 2vw;
    margin-bottom: 0;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

@media only screen and (max-width: 760px) {
    .otw22__promote-artist-copy {
        font-size: 7vw;
        line-height: 11.5vw;
        max-width: 100%;
    }
}

.otw22__artist-artist {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
    .otw22__artist-artist {
        margin-bottom: 63px;
    }
}

.otw22__artist-artist-container {
    height: 80vh;
    position: relative;
}

.otw22__artist-artist .splide__slide {
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    margin: 0 15px;
}

.otw22__artist-artist-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 3vw;
    line-height: 4.75vw;
    font-weight: 400;
    letter-spacing: -0.9px;
    padding: 0 2vw;
    margin-bottom: 0;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

@media only screen and (max-width: 760px) {
    .otw22__artist-artist-copy {
        font-size: 7vw;
        line-height: 11.5vw;
        max-width: 100%;
    }
}

.otw22__video-player {
    background-color: #000;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    border: none;
}

.otw22__video-player-copy {
    z-index: 1;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5vh 3vw;
}

.otw22__video-player-artist {
    color: #fff;
    width: 90%;
    font-size: 2.8vw;
    line-height: 3vw;
    letter-spacing: 1px;
    margin: 0;
}

@media only screen and (max-width: 760px) {
    .otw22__video-player-artist {
        width: unset;
        font-size: 10.25vw;
        line-height: 9.5vw;
    }
}

.otw22__video-player-close-btn {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 2px;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 0;
}

.otw22__video-player-video {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed !important;
}

.otw22__gallery {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 1vw 1vw;
    margin-bottom: 89px;
}

@media only screen and (max-width: 760px) {
    .otw22__gallery {
        min-height: 100vh;
        margin-bottom: 63px;
        padding: 1vw 0 0 0;
    }
}

.otw22__gallery-title {
    position: relative;
    pointer-events: none;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 6.2vw;
    line-height: 5.33333vw;
    letter-spacing: 2.1px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 760px) {
    .otw22__gallery-title {
        font-size: 8.85714vw;
        line-height: 7.11111vw;
        white-space: nowrap;
    }
}

.otw22__gallery-content {
    position: relative;
    width: 100%;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 10px;
    row-gap: 10px;
    grid-column-gap: 0px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 760px) {
    .otw22__gallery-content {
        grid-template-columns: 1fr 1fr;
    }
}

.otw22__gallery-item {
    position: relative;
    cursor: pointer;
    width: 19vw;
    overflow: hidden;
    aspect-ratio: 1/1;
}

@media only screen and (max-width: 640px) {
    .otw22__gallery-item {
        width: 48vw;
        -webkit-box-flex: 0.2;
        -ms-flex: 0.2 1 auto;
        flex: 0.2 1 auto;
    }
}

.otw22__gallery-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.otw22__gallery-thumbnail:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.otw22__gallery-artist {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    margin: 10px;
    font-size: 1.3vw;
    line-height: 1.2vw;
    letter-spacing: 0.1px;
    width: 57%;
    pointer-events: none;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

@media only screen and (max-width: 760px) {
    .otw22__gallery-artist {
        font-size: 4.75vw;
        line-height: 4.625vw;
        width: 60%;
        bottom: unset;
        margin: unset;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.otw22__gallery-banner-container {
    margin-bottom: 89px;
}

@media only screen and (max-width: 760px) {
    .otw22__gallery-banner-container {
        display: none;
    }
}

.otw22__gallery-banner {
    position: fixed;
    bottom: 0;
    font-weight: 300;
    display: none;
}

@media only screen and (max-width: 760px) {
    .otw22__gallery-banner {
        bottom: 69px;
    }
}

.otw22__gallery-text-lg {
    cursor: pointer;
}

.otw22__gallery-text-sm {
    font-style: italic;
}

.otw22__artistsAZ {
    display: none;
    position: relative;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.otw22__artistsAZ-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.otw22__artistsAZ-list {
    margin: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 760px) {
    .otw22__artistsAZ-list {
        padding: 0;
    }
}

.otw22__artistsAZ-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.05s linear;
    -o-transition: opacity 0.05s linear;
    transition: opacity 0.05s linear;
}

.otw22__artistsAZ-list-item:hover>.otw22__artistsAZ-list-item--hover {
    z-index: 2;
}

.otw22__artistsAZ-list-item:hover {
    opacity: 1;
}

.otw22__artistsAZ-list-category {
    color: #fff;
    margin: 0;
    width: 20%;
    text-align: right;
    white-space: nowrap;
}

@media only screen and (max-width: 760px) {
    .otw22__artistsAZ-list-category {
        -webkit-box-flex: 0.8;
        -ms-flex: 0.8 1 0px;
        flex: 0.8 1 0px;
        font-size: 12px;
        width: auto;
    }
}

.otw22__artistsAZ-list-name {
    color: #fff;
    display: block;
    position: relative;
    margin: 0;
    width: 75%;
    font-size: 7.5vw;
    line-height: 6.6vw;
    letter-spacing: 0.23px;
    font-weight: 600;
}

@media only screen and (max-width: 760px) {
    .otw22__artistsAZ-list-name {
        width: auto;
        -webkit-box-flex: 1.9;
        -ms-flex: 1.9 0 0px;
        flex: 1.9 0 0px;
        padding: 5px 0;
        margin-left: 20px;
        text-align: left;
        font-size: 8.75vw;
        line-height: 7.625vw;
    }
}

.otw22__artistsAZ-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(75%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.otw22__project {
    display: none;
    position: relative;
    width: 100vw;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 2;
}

.otw22__project-intro {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.otw22__project-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 5vh 3vw;
}

.otw22__project-mute,
.otw22__project-unmute {
    cursor: pointer;
}

.otw22__project-mute {
    display: block;
}

.otw22__project-unmute {
    display: none;
}

.otw22__project-video {
    position: absolute !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    border: none;
    pointer-events: none;
}

.otw22__project-title {
    position: relative;
    color: #fff;
    font-size: 4vw;
    line-height: 4.4vw;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 60px 0 0 60px;
    width: 80vw;
    pointer-events: none;
}

@media only screen and (max-width: 760px) {
    .otw22__project-title {
        padding: 30px 0 0 30px;
        width: 100%;
        top: 85%;
        -webkit-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
        transform: translateY(-85%);
        position: relative;
        font-size: 9vw;
        line-height: 13.28571vw;
    }
}

.otw22__project-gallery-btn {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.75px;
    opacity: 0.7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px 60px 0 0;
    cursor: pointer;
}

@media only screen and (max-width: 760px) {
    .otw22__project-gallery-btn {
        margin: 70px 0 0 30px;
        left: 0;
    }
}

.otw22__project-scroll-for-more {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.75px;
    opacity: 0.7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    white-space: nowrap;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 60px;
}

@media only screen and (max-width: 760px) {
    .otw22__project-scroll-for-more {
        display: block;
        margin: 30px auto;
        padding-bottom: unset;
    }
}

.otw22__project-details {
    position: relative;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    padding: 100px 50px;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details {
        padding: unset;
    }
}

.otw22__project-details-header {
    padding: 80px 0 0 0;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-header {
        padding: 80px 30px 0 30px;
    }
}

.otw22__project-details-divider {
    margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-divider--mobile {
        display: none;
    }
}

.otw22__project-details-category {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2vw;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-category {
        font-size: 2.57143vw;
    }
}

.otw22__project-details-title {
    color: #fff;
    font-size: 9.2vw;
    line-height: 9.4vw;
    margin: 60px 0;
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-title {
        margin: 30px 0;
        font-size: 9vw;
        line-height: 13.28571vw;
    }
}

.otw22__project-details-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-family: 'Helvetica', sans-serif;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-copy {
        padding: 0 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-social {
        margin: 10px 0;
    }
}

.otw22__project-details-social,
.otw22__project-details-bio {
    color: #fff;
    width: 50%;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-social,
    .otw22__project-details-bio {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-social-title,
    .otw22__project-details-bio-title {
        display: none;
    }
}

.otw22__project-details-ig,
.otw22__project-details-bio-copy {
    font-size: 14px;
    line-height: 17px;
    width: 90%;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-ig,
    .otw22__project-details-bio-copy {
        width: 100%;
    }
}

.otw22__project-details-ig-container {
    width: 90%;
}

.otw22__project-details-ig {
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
    width: auto;
}

.otw22__project-details-bio-copy {
    text-transform: unset;
    margin: 0;
}

.otw22__project-details-images-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
    padding: 3em 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-images-container {
        display: block;
        grid-gap: unset;
        padding: 2em 0;
    }
}

.otw22__project-details-image-wrapper {
    width: 100%;
    max-height: 50vh;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-image-wrapper {
        padding: 10px 0;
        overflow: hidden;
    }
}

.otw22__project-details-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-disclaimer {
        padding: 0 30px 60px 30px;
    }
}

.otw22__project-details-disclaimer-copy {
    color: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    padding-top: 1em;
}

@media only screen and (max-width: 760px) {
    .otw22__project-details-disclaimer-copy {
        font-size: 11px;
        line-height: 14px;
    }
}

.otw22__project-details-disclaimer-url {
    color: #fff;
    text-decoration: underline;
}

.otw22__project-details-back-btn {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.otw22__project-details-back-btn-copy {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.75px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}

.otw22__project-details-back-btn-img {
    display: block;
}

.otw22__loading {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.vans-loading-icon__shape {
    fill: #ff0029;
}

#player {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.youtubeIframe {
    border: none;
}