:root {
    --offset: 0px
}

#events {
    margin: 32px 0;
}

.events-p {
    text-align: center;
    text-align-last: center;
}

.line {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    padding-right: 1%;
    background-color: white;
    display: flex;
    justify-content: flex-end;
}

.line>span {
    position: relative;
    margin: 0 3px;
    background-color: white;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line>span:nth-child(3) {
    height: 6px;
    width: 6px;
}

.line>span:nth-child(2) {
    height: 8px;
    width: 8px;
}

.line>span:nth-child(1) {
    height: 12px;
    width: 12px;
}

.big-logo-circle {
    position: relative;
    height: 35vw;
    width: 35vw;
    max-width: 700px;
    max-height: 700px;
    background-color: white;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.big-logo-circle>.big-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .3s transform ease-in-out;
    -moz-transition: .3s transform ease-in-out;
    -ms-transition: .3s transform ease-in-out;
    -o-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out;
    will-change: transform;
}

.big-logo-circle>.big-logo>img {
    height: 70%;
    max-width: 80%;
    will-change: transform;
}

.big-logo-circle>.big-logo>.lhd-logo {
    top: 30%;
    height: 40%;
}

.in-left {
    transition-duration: .4s !important;
    transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    will-change: transform;
}

.in-right {
    transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    -o-transform: translateX(100%) translateZ(0);
    will-change: transform;
}

.left-side-container {
    position: absolute;
    left: 6%;
    height: 50%;
    width: 90%;
    overflow: hidden;
    padding-top: 7%;
    display: flex;
    justify-content: flex-start;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.left-side-container>div {
    height: 100%;
}

.event-item {
    width: 16.5% !important;
    min-width: 16.66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.event-item * {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.event-item>.event-item-top {
    position: relative;
    height: 8vw;
    width: 8vw;
    max-height: 160px;
    max-width: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.event-item>.event-item-top>span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #02A5DC;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.event-item>.event-item-top>span:nth-child(2) {
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    border: 1px dashed #02A5DC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.event-item>.event-item-top>.mini-logo {
    z-index: 3;
    height: 55%;
    cursor: pointer;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.event-item>.event-item-title {
    text-align: center;
    font-size: .7rem;
    color: #E8EFF7;
    letter-spacing: 0px;
    line-height: .7rem;
    opacity: 1;
}

.event-item>.event-item-bottom {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-item>.event-item-bottom>span:nth-child(1) {
    height: 20px;
    width: 2px;
    background-color: #02A5DC;
    position: absolute;
    left: 50%;
    top: -20px;
    opacity: 0;
}

.event-item>.event-item-bottom>span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 2px solid #02A5DC;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.event-item>.event-item-bottom>span:nth-child(3) {
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.is-Selected>.event-item-top>span:nth-child(1), .is-Selected>.event-item-top>span:nth-child(2), .is-Selected>.event-item-bottom>span:nth-child(1), .is-Selected>.event-item-bottom>span:nth-child(2) {
    opacity: 1;
}

.is-Selected>.event-item-bottom>span:nth-child(3) {
    background-color: #02A5DC;
}

.is-Selected>.event-item-title {
    color: white;
    font-weight: 900;
    transform: translateY(-5px) scale(1.2);
    -webkit-transform: translateY(-5px) scale(1.2);
    -moz-transform: translateY(-5px) scale(1.2);
    -ms-transform: translateY(-5px) scale(1.2);
    -o-transform: translateY(-5px) scale(1.2);
}

.is-Selected>.event-item-top>span:nth-child(1), .is-Selected>.event-item-top>span:nth-child(2), .is-Selected>.event-item-top>.mini-logo, .to-left>.event-item-top>span:nth-child(1), .to-left>.event-item-top>span:nth-child(2) {
    transform: translateY(-10px) scale(1);
    -webkit-transform: translateY(-10px) scale(1);
    -moz-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    -o-transform: translateY(-10px) scale(1);
}

.is-Selected>.event-item-top>.mini-logo .a {
    fill: white;
}

.lhd-mini-logo {
    width: 80px;
}


.videos-container {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 75%;
    padding: 40px 15%;
}

.videos-container>div {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videos-container>div>span:nth-child(1) {
    position: absolute;
    height: 100%;
    width: 75%;
    left: 12%;
    top: 0;
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
    border-left: 1px dashed white;
    z-index: 3;
    pointer-events: none;
}

.videos-container>div>span:nth-child(2) {
    position: absolute;
    height: 100%;
    width: 75%;
    left: 12%;
    top: 0;
    border-right: 1px dashed white;
    z-index: -1;
    pointer-events: none;
}

.event-video {
    position: absolute;
    top: 5%;
    left: 7.5%;
    opacity: 0;
    z-index: 1;
    height: 90%;
    width: 85%;
    transition: .6s opacity ease-out;
    -webkit-transition: .6s opacity ease-out;
    -moz-transition: .6s opacity ease-out;
    -ms-transition: .6s opacity ease-out;
    -o-transition: .6s opacity ease-out;
}

.is-showed {
    opacity: 1 !important;
    z-index: 2;
}

.to-left.event-item *, .to-right.event-item {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.to-left>.event-item-top>span:nth-child(1), .to-left>.event-item-top>span:nth-child(2), .to-left>.event-item-bottom>span:nth-child(1), .to-left>.event-item-bottom>span:nth-child(2) {
    opacity: 1;
    transform: translateX(var(--offset));
    -webkit-transform: translateX(var(--offset));
    -moz-transform: translateX(var(--offset));
    -ms-transform: translateX(var(--offset));
    -o-transform: translateX(var(--offset));
}

.to-right>.event-item-top>span:nth-child(1), .to-right>.event-item-top>span:nth-child(2), .to-right>.event-item-bottom>span:nth-child(1), .to-right>.event-item-bottom>span:nth-child(2) {
    opacity: 1;
    transform: translateX(var(--offset));
    -webkit-transform: translateX(var(--offset));
    -moz-transform: translateX(var(--offset));
    -ms-transform: translateX(var(--offset));
    -o-transform: translateX(var(--offset));
}

.no-transition>.event-item-top>span:nth-child(1), .no-transition>.event-item-top>span:nth-child(2) {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

@media (max-width:1140px) {
    .left-side-container {
        padding-top: 2%;
        padding-left: 0;
    }
}

@media (max-width: 1380px) {
    .event-item>.event-item-top {
        height: 90px;
        width: 90px;
    }
}

@media (max-width:992px) {
    .left-side-container {
        width: 95%;
        left: 0;
    }
    .event-item>.event-item-top {
        width: 7vw;
        height: 7vw;
    }
    .lhd-mini-logo {
        width: 70%;
    }
    .smc-mini-logo {
        width: 110%;
        height: 90%;
    }
    .event-item-title {
        font-size: .5rem !important;
    }
}

@media (max-width:767px) {
    .big-logo-circle {
        position: relative;
        top: 50%;
        left: 50%;
        height: 80vw;
        width: 80vw;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .events-names-list-container {
        width: 100%;
        overflow: hidden;
        margin: 40px 0;
        padding: 0;
    }
    .events-names-list {
        height: 70px;
        width: 100%;
        min-width: 100%;
        white-space: nowrap;
        border-top: 1px white solid;
        border-bottom: 1px white solid;
        display: flex;
        align-items: center;
        padding: 0;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .events-names-list::-webkit-scrollbar {
        display: none;
    }
    .events-names-list>.event-name-mobile {
        font-size: .9rem !important;
        color: #E8EFF7 !important;
        padding: 0 30px;
        height: fit-content;
        margin: 0 !important;
        opacity: .8;
        cursor: pointer;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
        -moz-transition: .3s all linear;
        -ms-transition: .3s all linear;
        -o-transition: .3s all linear;
        text-align: center;
    }
    .events-names-list>.selected-event-name-mobile {
        opacity: 1;
    }
    .event-full-title {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
        opacity: 0;
        transition: .3s all ease-in;
        -webkit-transition: .3s all ease-in;
        -moz-transition: .3s all ease-in;
        -ms-transition: .3s all ease-in;
        -o-transition: .3s all ease-in;
    }
    .event-full-title>p:nth-child(1) {
        font-size: 1.4rem !important;
        text-align: center;
    }
    .event-full-title>p:nth-child(2) {
        font-size: .8rem !important;
        opacity: .7;
        margin-top: -20px;
    }
}
.none-pointer{
    pointer-events: none !important;
}
.no-transition{
    transition: none !important;
}