.home-page .hero {
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
.home-page .swiper-mode .main-title {
    font-size: 45px;
    line-height: 55px;
    color: #FFFFFF;
    font-family: Inter-Bold, sans-serif;
    margin-bottom: 0.5rem;
}
.home-page .hero .subtitle {
    color: #FFFFFF;
    font-family: Inter-Regular, sans-serif;
    font-size: 21px;
    line-height: 32px;
}
.home-page .hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Inter-Bold, sans-serif;
    font-size: 21px;
    line-height: 25px;
    padding: 16px;
    background-color: #80A0A5;
}
.home-page .hero-btn:hover,
.home-page .hero-btn:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #829fa4;
}
.home-page .hero .date-container {
    background-color: #FFFFFF;
    border-top: 4px solid #0A454D;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 8px 16px;
    margin-bottom: 20px;
}
.home-page .hero .swiper-slide > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 578px;
}
.home-page .hero .date-number,
.home-page .hero .date-text {
    color: #0A454D;
    font-family: Inter-Black;
    margin: 0;
}
.home-page .hero .date-number {
    font-size: 26px;
    line-height: 29px;
}
.home-page .hero .date-text {
    font-size: 15px;
    line-height: 19px;
}
.home-page .about-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.home-page .about-bg-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: #FFFFFF;
}
.home-page .about-bg-details {
    font-family: Inter-Regular, sans-serif;
    font-size: 21px;
    line-height: 32px;
    text-align: justify;
    color: #FFFFFF;
}
.home-page .about-bg a {
    display: inline-block;
    padding: 16px;
    color: #FFFFFF;
    font-family: Inter-Bold, sans-serif;
    font-size: 21px;
    line-height: 25px;
    background-color: #80A2A6;
    text-decoration: none;
}
.home-page .events .row {
    margin-bottom: 72px;
}
.home-page .social a:not(:hover):not(:focus) .hover {
    display:none
}
.home-page .social a:hover .default,
.home-page .social a:focus .default {
    display: none;
}
.home-page .social .col-lg-2 a {
    height: 238px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.5s ease;
}
.home-page .social + .widget-title-container {
    margin-top: 86px;
}
.home-page .social .col-lg-2.twitter a:hover,
.home-page .social .col-lg-2.twitter a:focus {
    background-color: #000000;
}
.home-page .social .col-lg-2.facebook a:hover,
.home-page .social .col-lg-2.facebook a:focus {
    background-color: #1977F2;
}
.home-page .social .col-lg-2.youtube a:hover,
.home-page .social .col-lg-2.youtube a:focus {
    background-color: #F90103;
}
.home-page .social .col-lg-2.instagram a:hover,
.home-page .social .col-lg-2.instagram a:focus {
    background-color: #E1306C;
}
.home-page .social .col-lg-2.linkedin a:hover,
.home-page .social .col-lg-2.linkedin a:focus {
    background-color: #1977B5;
}
.home-page .social .col-lg-2.spotify a:hover,
.home-page .social .col-lg-2.spotify a:focus {
    background-color: #2fbd59;
}
.home-page .sponsors .col-lg-2 {
    margin-top: 16px;
}
.home-page .event-date {
    margin-left: 0 !important;
    margin-bottom: 4px;
}
.home-page .view-more-container {
    text-align: center;
    margin-top: 24px;   
}
.home-page .view-more-container a {
    color: #FFFFFF;
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    background-color: #80A0A5;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.home-page .events-widget.card-view .event-title {
    min-height: 120px !important;
}
.home-page .events-widget.card-view .event-summary {
    height: 100px;
    overflow: hidden;
    position: relative;
}
.home-page .view-more-container a:hover,
.home-page .view-more-container a:focus {
    text-decoration: none;
    background-color: #0A454D;
    color: #FFFFFF;
}
.home-page .banner-mode,
.home-page .banner-mode .container.flex-container {
    position: relative;
}
.home-page .banner-mode .container.flex-container {
    z-index: 999;
}
.home-page .banner-mode img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.home-page .news-view-more {
    margin-bottom: 72px;
}
.home-page + footer  {
    padding-top: 0 !important;
}
@media only screen and (max-width: 991px) {
    .home-page .hero-desktop {
        display: none;
    }
    .home-page .about-bg-title {
        font-size: 21px;
        line-height: 25px;
    }
    .home-page .about-bg-details {
        font-size: 16px;
        line-height: 24px;
    }
    .home-page .about-bg a {
        font-size: 18px;
        line-height: 21px;
    }
    .home-page .social .col-lg-2 a {
        height: 100px;
    }
    .home-page .release-widget.list-view .release-container {
        margin-top: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .home-page .hero-mobile {
        display: none;
    }
    .hero.video-mode h1, .hero.banner-mode h1 {
        font-size: 40px;
    }
    .home-page .sponsors .col-lg-2 {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .home-page .release-widget.list-view {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 440px;
        -ms-grid-columns: 1fr 440px;
    }
    .home-page .release-widget.list-view img {
        grid-column: 2;
        -ms-grid-column: 2;
        grid-row: 1;
        -ms-grid-row: 1;
        padding-left: 24px;
    }
    .home-page .release-widget.list-view .release-container {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        -ms-grid-row: 1;
    }
}
@media only screen and (max-width: 568px) {
    .desktop {
        display: none;
    }
}
@media only screen and (min-width: 569px) {
    .mobile {
        display: none;
    }
}
.hero.video-mode .container.flex-container {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 600px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    flex-direction: column;
    padding-top: 126px;
}
.hero.video-mode video {
    max-width: 100%;
    object-fit: cover;
    height: 600px;
    width: 100%;
}
.home-page .admin-flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.home-page .admin-flex-container .order-1 {
    order: 1;
}
.home-page .admin-flex-container .order-2 {
    order: 2;
}
.home-page .admin-flex-container .order-3 {
    order: 3;
}
.home-page .banner-mode {
    padding-top: 222px;
    padding-bottom: 138px;
    margin-bottom: 68px;
}


