body, html{
    font-size: 18px;
    font-family: 'Helvetica Neue Medium',sans-serif;
    color: #000;
    background-color: #ffffff;
    margin: 0;
}
body{
    min-height: 100vh;
}
.d-none{display: none !important;}
.mh-675{
    min-height: 675px;
}
a, a:focus, a:visited{
    color: inherit;
    text-decoration: none;
}
.mw-100{
    max-width: 100%;
}
.w-100{
    width: 100%;
}
.hnBold{
    font-family: "Helvetica Neue Bold",sans-serif;
}
.hnMedium{
    font-family: "Helvetica Neue Medium",sans-serif;
}
.hnItal{
    font-family: 'Helvetica Neue Italic', sans-serif;
}
ul{
    padding-inline-start:0;
    margin-block-start: 0;
    list-style-type: none;
}
.section-padding-top{
    padding-top: 100px !important;
}
.section-padding-bottom{
    padding-bottom: 100px !important;
}
.text-red{
    color:#f5333f
}
.text-white{
    color: #ffffff;
}
.text-und{
    text-decoration: underline;
}
.bg-red{
    background-color: #f5333f;
}
.bg-white{
    background-color: #ffffff;
}
.bg-black{
    background-color: #000;
}
.d-flex{
    display: flex;
}
.d-block{
    display: block;
}
.flex-wrap{
    flex-wrap: wrap;
}
.pos-rel{
    position: relative;
}
.container{
    max-width: 1970px;
    margin: auto;
}
.align-left{
    justify-content: left;
}
.align-center{
    justify-content: center;
}
.align-right{
    justify-content: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.col-desk-20{
    width: 20%;
}
.col-desk-50{
    width: 50%;
}
.col-desk-75{
    width: 75%;
}
.col-desk-100{
    width: 100%;
}
.single-project-open-col-container > .col-desk-50{
    width: calc(50% - 25px);
}
.page-content a{
    text-decoration: underline;
}
.page-content strong{
    font-family: 'Helvetica Neue Bold', sans-serif;
}
.row{
    margin: 0 14%;
}
.header{
    padding-top: 60px;
}
.logo{
    max-width: 380px;
}
.menu-label{
    font-family: 'Helvetica Neue Bold';
    font-size: 1.2em;
    cursor: pointer;
}
.header.bg-black .menu-label{
    color: #fff;
}
.students-list ul{
    list-style-type: none;
    font-family: 'Helvetica Neue Bold';
    font-size: 1.33em;
    margin-top: 50px;
}
.home-open-text{
    position: absolute;
    top: 0;
    left: 0;
}
.home-open-text h1{
    font-size: 7em;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.4px;
}
.home-row img{
    max-width: 39%;
    margin-top: -130px;
}
.menu-home{
    margin-top: 20px;
    font-family: "Helvetica Neue Bold";
    font-size: 1.1em;
}
.menu-home li{
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}
.menu-home li.disabled{
    opacity: .2;
}
.menu-home li:not(.disabled):hover{
    transform: translateX(20px);
    color: #ffffff;
}
.menu-back-arrow svg{
    width: 100px;
    margin-top: 40px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.menu-back-arrow svg:hover{
    fill:#fff;
    transform: translateX(-30px);
}
#home-menu-main, #submenu-extra-content,
#home-menu-main-mobile, #submenu-extra-content-mobile{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
}
#home-menu-main.active, #submenu-extra-content.active,
#home-menu-main-mobile.active, #submenu-extra-content-mobile.active{
    z-index: 1;
    opacity: 1;
}
#home-menu-main-mobile{
    height: calc(100vh - 120px);
    overflow: scroll;
}

.students-list a{
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.students-list a:hover{
    color: #fff;
    margin-left: 10px;
}
.students-images img{
    margin-top: -100px;
}
.students-images img {
    max-width: 540px;
}
.swiper{
    display: none;
}
.m-0{
    margin: 0!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.project-text{
    font-family: 'Helvetica Neue', sans-serif;
margin-top: 30px
}
.single-progetto .project-text{
    font-family: 'Helvetica Neue', sans-serif;
    max-height: 420px;
    padding-right: 10px;
    overflow-y: scroll;
    margin-bottom: 80px;

}

.single-progetto .project-text *:last-of-type{
    margin-bottom: 80px;

}

.project-text::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

.project-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.ptc{
    position: relative;
}
.single-progetto .ptc:after {
    content: '';
    width: calc(100% - 5px);
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,#fff 20%,#ffffff00 100%);

}
.single-project-open-col-container{
    gap: 50px;
}
.project-title{
    font-size: 2.2em;
    font-family: "Helvetica Neue Bold", sans-serif;
    margin: 50px 0  0 0;
}
.project-title > span{font-size: 1.25rem; line-height: 1.75rem; display: block}
.project-author{
    font-size: 1.6em;
    font-family: "Helvetica Neue Bold",sans-serif;
    margin:0
}
.project-author span{
    font-size: .7em;
}
.student-image-single-project img{
    max-width: 236px;
    margin-top: -187px;
}

.costume-talents-row{
    gap: 20px;
    transform:translateY(-187px);
    justify-content: flex-start;
}
.costume-single-talents-image-container{
margin-bottom: 20px;

}
.costume-single-talents-image-container img{
    margin-top: 0px;
}
#project-open{
    padding-bottom: 240px;
}
.project-artwork-container-desktop{
    margin-top: 71px;
}
.project-artwork-container-desktop ul{
    font-size: 3.38em;
    font-family: "Helvetica Neue Bold", sans-serif;
    text-transform: uppercase;
    list-style-type: none;
}
.project-artwork-container-desktop ul li.disabled_li{
    opacity: 0;
    cursor: auto;
}
.project-artwork-container-desktop ul li:not(.disabled_li){
    margin-bottom: 21px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: fit-content;
}
.project-artwork-container-desktop ul li:not(.disabled_li):hover, .project-artwork-container-desktop ul li:not(.disabled_li).custom-hover{
    color: #fff;
    margin-left: 20px;
}
.artwork-image img{
    max-width: 540px;
    cursor: pointer;
}
.owl-project-open{
    max-width: 540px;
    margin: -100px 0 0 auto;
}
.single-fcda .owl-project-open{
    margin: 50px 0 0 auto;
}
.owl-project-open img{
    max-width: 540px;
    width: 100%;
}
.owl-nav{
    margin-top: 50px;
}
.owl-nav button{
    width: 50%;
}
.owl-nav img{
    width: 75px;
    transition: all .2s ease-in-out;
}
.owl-nav button.owl-prev:hover img{
    transform: translateX(-30px);
}
.owl-nav button.owl-next:hover img{
    transform: translateX(30px);
}
.sharing{
    margin-top: -100px;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 1.1em;
    gap: 12px;
}
.share-icons-container svg{
    width: 35px;
    margin-top: 20px;
    margin-right: 12px;
    transition:all .2s ease-in-out;
    height: 35px;
}
.share-icons-container a:hover > svg{
    fill:#fff;
    transform: scale(1.25);
}
#back_to{
    padding: 100px 0 70px 0;
}
.back_to svg{
    max-width: 285px;
    transform: translateX(-10px);
    transition: all .2s ease-in-out;
}
.back_to p{
    margin: 0;
    transition: all .2s ease-in-out;
    font-size: 1.1em;
    font-family: "Helvetica Neue Bold", sans-serif;
}

.back_to a:hover > svg{
    transform: translateX(-30px);
    fill:#fff;
}
.back_to a:hover > p{
    color: #fff;
}
.hayloadvagency{
    font-size: 1.1em;
    font-family: "Helvetica Neue Medium", sans-serif;
    margin-block-end:0;
}
.haylo-credits{
    display: flex;
    align-items: end;
    justify-content: right;
}
.owl-dots {
    text-align: center;
}
.owl-dots button.active{
    width: 9px;
    height: 9px;
    opacity: 1;
}
.owl-dots button{
    width:6px;
    height:6px;
    border-radius: 50%;
    background-color: #000 !important;
    opacity: .16;
    margin: 2px;
}
#footer{
    padding: 50px 0;
    font-size: .7em;
    font-family: "Helvetica Neue", sans-serif;
}
#footer p:first-of-type{
    margin-block-start: 0;
}
#footer p:last-of-type{
    margin-block-end: 0;
}
.partner-logo{
    max-width: 160px;
}
.partners-container{
    margin-top: 50px;
}
.title-on-image{
    font-size: 2.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 21px 42px;
    width: max-content;
    cursor: pointer;
}
.title-on-image h1{
    font-size: 2.2rem;
}
.project-partners{
    margin-top: 50px;
    font-size: .8rem;
}
.project-partners p{
    margin-block-end: 0em;
    margin-block-start: 0.5em;
}
.modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000e8;
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
    z-index: 1000;
    padding-top: 20px;
}
.modal.showmodal{
    transform: translateY(0);
}
.modal .owl-item img{
    max-width: 90vw;
    width: auto !important;
    max-height: calc(90vh - 200px);
}
.modal .owl-item{
    max-width: 90vw;
    width: 100%;
    max-height: calc(90vh - 200px);
    display: flex;
    justify-content: center;
}
.modal .modal-body{
    max-width: 90vw;
    margin: auto;
    padding: 20px;
}
.modal#wts_modal .modal-body{
    max-width: 80vw;
    margin: auto;
    padding: 20px;
}
.modal-header{
    padding: 0;
    text-align: right;
}
.modal-header svg{
    width: 16px;
    height: 16px;
    display: block;
    margin: 20px 0 20px auto;
    cursor: pointer;
}
.menu-mobile.showmenu{
    display: block;
    opacity: 1;
    height: auto;
    min-height: 100vh;
    z-index: 10000;
}
.modal .owl-nav{
    margin-top: 15px;
}
body.home .header .col-desk-50:nth-of-type(2) {
    display: none;
}
.menu-mobile{
    opacity: 0;
    transition: opacity .2s ease-in-out, height .2ms linear;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: #f5333f;
    z-index: 0;
    overflow: hidden;
    min-height: 0;
}
.menu-mobile > div{
    margin-top: 100px;
}
.close-menu{
    position: absolute;
    right: 35px;
    top: 35px;
}
.close-menu svg{
    cursor: pointer;
    width: 24px;
}
.stickyheader{
    background-color: #f5333f;
    transition: all .2s ease-in-out;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    padding: 15px 0;
    z-index: 1000;
    /*box-shadow: 0px 1px 10px #00000052;*/
    border-bottom: 1px solid #ffffff;
}
.stickyheader .d-flex:first-of-type{
    align-items: center;
}
.stickyheader.sticky{
    transform: translateY(0);
}
.stickyheader .logo{
    max-width: 200px;
}
.label-archive-cate{
    margin: 0;
    font-size: 1.1rem;
    position: absolute;
    width: max-content;
    transform: rotate(90deg);
    left: calc(100% + 20px);
    top: -120px;
    transform-origin: left;
}
.label-archive-cate h1{
    font-size: 1em;
}
.footer-ppcpap + .footer-ppcpap{
    margin-left: 5px;
}
#footer{
    text-align: left;
}
.wts-catwalk-container{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 80px;
}
.wts-catwalk-container img {
    max-width: calc(33% - 5px);
}
.versions-div{
    margin-top: 30px;
}
.disabled-vers{
    opacity: .5;
    pointer-events: none;
}
.accessories-container {
    gap: 20px;
    margin: 20px 0;
}
.accessories-container .col-desk-50 {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}
.accessories-container .col-desk-fcad {
    width: calc(33% - 15px);
    margin-bottom: 30px;
}
.fasi-images-container{gap: 20px}
.fasi-images-container img{width: calc(25% - 15px); cursor: pointer}
.fasi-project-artwork-container-desktop{display: block!important;}
.project-video-container {text-align: center; padding: 50px 5px 120px 5px}
.project-video-container img{max-width: 900px}
@media (min-width: 992px) {
    .swiper-outer-container,.students-archive-title-row{
        display: none;
    }
    .back_to_mobile{
        display: none;
    }
    .d-none-desktop{
        display: none;
    }
    .students-archive, .home-main{
        min-height: 600px;
    }
}
@media (max-width: 991px) {
    .accessories-container .col-desk-fcad {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }

    .project-video-container {text-align: center; padding: 50px 5px 20px 5px}

    .wts-catwalk-container{
        display: block;
        gap: 0;
        margin-top: 40px;
    }

    .wts-catwalk-container img {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #footer{
        text-align: center;
    }
    .menu-mobile > div{
        margin-top: 35px;
    }

    body.home .header .col-desk-50:nth-of-type(1) .logo  {
        max-width: 100%!important;
    }
    .owl-nav{
        margin-top: 0px;
    }

    .title-on-image h1{
        font-size: 1.5rem;
    }

    .sharing{
        margin-top: 0px;
        padding-top: 50px;
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 1.1em;
        gap: 12px;
        text-align: center;
        justify-content: center;
    }
    .share-icons-container{
        justify-content: center;
    }
    #back_to {
        padding: 60px 0 100px 0;
    }
    .back_to_mobile a{
        width: 100%;
        text-align: center;
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 1.1em;
        display: block;
    }
    .back_to_mobile svg{
        width: 30px;
        fill:#fff;
        transition: all .2s ease-in-out;
    }
    .back_to_mobile{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        height: 66px;
        background-color: #000;
        z-index: 100;
    }

    .student-image-single-project{
        text-align: center;
    }
    body.students-archive-body{
        overflow: hidden;
        height: 100vh;
    }
    .order-mob-1{
        order: 1;
    }
    .order-mob-2{
        order: 2;
    }
    .project-title {
        font-size: 2.2em;
        font-family: "Helvetica Neue Bold", sans-serif;
        margin: 0px 0 0 0;
    }
    .single-project-open-col-container{
        flex-wrap: wrap;
    }
    .owl-project-open {
        max-width: 450px;
        margin: 0px 0 0 auto !important;
    }
    .col-desk-50{
        width: 100% !important;
    }
    .col-desk-75{
        width: 100%;
    }

    .logo {
        max-width: 150px;
    }
    .students-container-desktop,.project-artwork-container-desktop{
        display: none;
    }
    .swiper{
        display: block;
        overflow: visible !important;
    }
    .swiper-slide{
        position: relative;
    }
    .swiper-slide .student-name-swipe{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
        font-family: "Helvetica Neue Bold";
    }
    .swiper-slide .student-name-swipe{
        color: #000;
        transition:all .2s ease-in-out;
        opacity: 1;
    }
    .swiper-slide.swiper-slide-active .student-name-swipe{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
        font-family: "Helvetica Neue Bold", sans-serif;
        color: #fff;
        opacity: 1;
    }
    .artwork-swiper .swiper-slide.swiper-slide-active .student-name-swipe{
        color: #000;
    }
    .artwork-swiper .swiper-slide.swiper-slide-active .student-name-swipe a{
        background-color: #fff;
        padding: 0 10px;
    }
    .swiper-slide img{
        width: 200px;
        max-width: 100%;
    }
    .swipe-image{
        width: 180px;
    }

    .swiper-slide:not(.swiper-slide-active){
        height: 50px!important;
    }
    .students-archive h1{
        font-size: 1.6em;
        font-family: "Helvetica Neue Bold";
        margin: 0;

    }
    .students-archive h2{
        font-size: 1.1em;
        font-family: "Helvetica Neue Bold";
        margin-top: 20px;
    }
    .students-archive-title-row{
        z-index: 10;
        position: relative;
        text-align: center;
    }
    .header{
        z-index: 10;
        position: relative;
        padding-top: 35px;
        padding-bottom: 20px;

    }
    .swiper-outer-container{
        height: calc(100vh - 240px);
        overflow: hidden;
        position: relative;
    }
    .swiper-outer-container:before{
        content: '';
        height: 150px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(to bottom,#f4343ff0 20%,#172e7500 100%);
        z-index: 100;

    }
    .swiper-outer-container:after{
        content: '';
        height: 150px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(to top,#f4343ff0 20%,#172e7500 100%);
        z-index: 100;

    }
    .d-none-mob{
        display: none;
    }
    .section-padding-top{
        padding-top: 50px !important;
    }
    .section-padding-bottom{
        padding-bottom: 50px !important;
    }
    .wts-row{
        margin: 0;
    }
    .open-wts{
        padding-bottom: 0!important;
    }
    .home-row img{
        margin-top: 75px;
    }
    .discover-more{
        margin: 46px auto 0 auto;
        height: 60px;
        border: 1px solid #ffffff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 1.1em;
        align-items: center;
    }
    .modal .owl-item img {
        max-width: 100%;
        width: auto !important;
        max-height: 72vh;
    }
    .single-progetto #footer{
        padding-bottom: 100px;
    }
    .home-row img {
        max-width: 100%;
    }
    .owl-project-open, .owl-project-open .owl-item img{
        max-width: 100% !important;
    }
    body.pro-arch:not(.snodo){
        max-height: 100vh;
        overflow: hidden;
    }

}
@media (max-width: 1440px) {
    .owl-project-open .owl-item img {
        max-width: 450px;
        width: 100%;
    }
    .owl-project-open{
        max-width: 450px;
        margin: -100px 0 0 auto;
    }
    .artwork-image img{
        max-width: 450px;
    }
}
@media (min-width: 992px) and (max-width: 1440px) {
    .home-open-text h1{
        font-size: 4.5em!important;
    }
    .project-artwork-container-desktop ul{
        font-size: 2.5em;
    }
}
@media (min-width: 575px) and (max-width: 991px) {
    .fasi-images-container img{width: calc(33% - 15px); cursor: pointer}

    .home-open-text h1{
        font-size: 3.5em!important;
    }
    .home-open-text {
        top: -15px;
    }
    .swipe-image-container img{
        width: 310px;
    }
    .swipe-image-container{
        width: 310px;
        position: absolute;
        top: calc(50% + 250px);
        left: 50%;
        transform: translate(-50%, calc(-50% - 0px));
    }
    .swiper-slide.swiper-slide-active{
        height: 386px!important;
    }
    .swiper-slide.swiper-slide-active .student-name-swipe{
        font-size: 2.2em;
    }

    .swiper-slide .student-name-swipe{
        font-size: 1.6em;
    }
    .costume-single-talents-image-container img {
        max-width: 250px;
    }

}
@media (max-width: 575px) {
    .accessories-container .col-desk-fcad {
        width: 100%;
        margin-bottom: 30px;
    }

    .fasi-images-container{gap: 0px}
    .fasi-images-container img{width: 100%; margin-bottom: 20px}
    .fasi-project-artwork-container-desktop ul {
        font-size: 2em;
    }
    .costume-single-talents-image-container img {
        max-width: 130px;
    }
    .costume-talents-row {
        transform: translateY(-85px);
    }
    .home-open-text h1{
        font-size: 2.1em!important;
    }
    .swipe-image-container img{
        width: 180px;
    }
    .swipe-image-container{
        width: 180px;
        position: absolute;
        top: calc(50% + 160px);
        left: 50%;
        transform: translate(-50%, calc(-50% - 0px));
    }
    .swiper-slide.swiper-slide-active{
        height: 250px!important;
    }

    .swiper-slide.swiper-slide-active .student-name-swipe{
        font-size: 1.8em;
    }
    .swiper-slide .student-name-swipe{
        font-size: 1.1em;
    }
    .partner-logo{
        max-width: 100%;
    }

}
@media(min-width: 991px) and (max-width: 1200px){
    body{font-size: 15px}
}
