﻿.splide .featured-events {
    width: 100%;
    padding: 0 15%;
}

.home .block {
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.splide__list {
    align-items: flex-start;
}

.splide.featured-events .splide__list {
    align-items: flex-start;
}

.home .block .block-image {
    width: 100%;
    max-height: calc(((33.3vw - 20px) * 374)/621);
}

.holiday-items li.splide__slide:nth-child(4) .slider-item {
    margin-top: 30px;
}

section.block-featured-events {
    width: 100%;
    padding: 50px 15%;
}

.home .featured-event {
    z-index: 2;
    background: #E5EAEE;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 2%);
    border-radius: 4px;
    padding: 24px;
    display: flex;
    gap: 24px;
    flex-direction: row-reverse;
    margin-top: 20px;
}
.home .featured-event .image {
    min-width: 20%;
    width: min-content;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}
.home .featured-event .image .button-holder button {
    width: 100%;
}
.home .featured-event .image img {
    width: 100%;
    height: auto;
}
.home .featured-event .content {
    width: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home .featured-event .event-content {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.home .featured-event .title {
    font-family: Nexa;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #343434;
}
.home .featured-event .description {
    font-family: Nexa;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #343434;
}
.home .featured-event .description p:last-child {
    margin-bottom: 0;
}
.home section.masthead {
    overflow: hidden;
    height: calc((100vw / 1920) * 540);
}

    .home section.masthead .holiday-items {
        width: 100%;
    }

.home .block .block-text h1 {
    font-family: "Nexa";
    font-size: 24px;
    font-weight: 800;
    color: #3E444D;
    margin: 0px;
    margin-bottom: 20px;
}

.home .block .block-text p {
    font-family: "Nexa";
    font-size: 18px;
    color: #0B0F15;
    margin: 0px;
    margin-bottom: 48px;
    font-weight: 400;
}

section.slider-two .splide__list {
    align-items: center;
}

.speakers-area-arrows {
    position: absolute;
    top: -90px;
    width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: right;
}

button.speakers-area-arrow:hover {
    background-color: #FA503D;
    border-radius: 5px;
}

    button.speakers-area-arrow:hover svg {
        filter: invert(1);
    }

section.testimonials {
    width: 100%;
    padding: 50px 15%;
}

    section.testimonials .testimonial-unit {
        width: 70%;
        margin: 20px auto;
    }

    section.testimonials .mark {
        background-color: white;
        height: 170px;
        margin-top: -60px;
        text-align: center;
    }

    section.testimonials .testimonial-unit .context {
        font-family: Nexa;
        font-size: 20px;
        font-weight: 700;
        color: #0B0F15;
    }

    section.testimonials .testimonial-unit .author .name {
        font-family: Nexa;
        font-size: 24px;
        font-weight: 900;
        color: #3E444D;
        text-align: right;
        margin-top: 30px;
    }

    section.testimonials .testimonial-unit .author .position {
        font-family: Nexa;
        font-size: 16px;
        font-weight: 700;
        font-style: italic;
        color: #676E77;
        text-align: right;
    }

h2.para-title {
    font-family: "Nexa";
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

    h2.para-title::after {
        margin-top: 10px;
        content: "";
        display: block;
        width: 68px;
        height: 8px;
        background-color: #fa503d;
        margin-bottom: 20px;
    }

.home .sponsor .sponsor-inner-block .block-text > p {
    color: #0B0F15;
    font-family: "Nexa";
    font-weight: 400;
    font-size: 24px;
}

.home .sponsor .sponsor-inner-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    gap: 24px;
    margin: 50px 15%;
    padding: 0;
}

.home .slider-two > h1 {
    color: #070707;
    font-family: "Nexa";
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.home .thankyou {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('/images/home/bottom-area.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 72px;
}

    .home .thankyou::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: unset;
    }

.home .slider-two {
    width: 70%;
    margin: 0 auto;
    padding: 48px 0px;
}

section.events .first-col .col1 {
    width: 70px !important;
    background-color: #FA503D;
    color: white;
    height: 111px;
    white-space: break-spaces;
    display: inline-flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    font-weight: 800;
}

section.events .first-col .col2-4 {
    float: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 0 20px;
    width: calc(100% - 90px);
    line-height: 1.3;
}

section.events .first-col .col2 {
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FA503D;
    width: 100%;
}

    section.events .first-col .col2 img {
        margin-right: 10px;
        filter: invert(42%) sepia(96%) saturate(2921%) hue-rotate(339deg) brightness(102%) contrast(96%);
    }

section.events .first-col .col3 {
    font-family: 'Nexa';
    font-size: 16px;
    font-weight: 800;
    color: #0B0F15;
    width: 100% !important;
}

    section.events .first-col .col3 a {
        color: inherit !important;
    }

section.events .first-col .col4 {
    font-family: 'Nexa';
    font-size: 16px;
    font-weight: 700;
    color: #676E77;
    width: 100% !important;
}

    section.events .first-col .col4 img {
        margin-right: 10px;
    }

section.events .table .row {
    border-bottom: unset !important;
}

section.events .title {
    color: #3E444D;
    font-family: 'Nexa';
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
    margin: 50px 0 20px;
}

    section.events .title a {
        color: #FA503D;
        font-family: 'Nexa';
        font-size: 18px;
        font-weight: 700;
        text-transform: none;
    }

.home section.events .first-col,
.home section.events .second-col,
.home section.events .third-col {
    width: calc(33.3% - 24px);
}

section.events .second-col .col1-2 {
    float: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    width: 100%;
    line-height: 1.3;
    justify-content: space-between;
}

section.events .second-col .col1 {
    color: #676E77;
    font-family: Nexa;
    font-weight: 400;
    font-size: 16px;
}

section.events .second-col .col2 {
    color: #676E77;
    font-family: Nexa;
    font-weight: 400;
    font-size: 14px;
}

section.events .second-col .col3 {
    color: #0B0F15;
    font-family: Nexa;
    font-weight: 700;
    font-size: 16px;
}

section.events .second-col div.col3:last-child {
    border-bottom: solid 1px #F0F0F0 !important;
}

section.events .second-col .col3 a {
    color: inherit;
}

.home section.events .third-col .table .cover-image img {
    width: 100%;
}

.home section.events .third-col .table .col1 {
    color: #3E444D;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
}

.home section.events .third-col .table .col2 {
    color: #0B0F15;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

section.top-ads {
    padding: 70px 15% 40px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

    section.top-ads .first-col,
    section.top-ads .second-col,
    section.top-ads .third-col {
        width: calc(33.3% - 24px);
    }

        section.top-ads .first-col img,
        section.top-ads .second-col img,
        section.top-ads .third-col img {
            width: 100%;
        }

@media(max-width:991px) {
    .home section.events .first-col,
    .home section.events .second-col,
    .home section.events .third-col,
    .home section.top-ads .first-col,
    .home section.top-ads .second-col,
    .home section.top-ads .third-col {
        width: 100%;
    }

    section.events .first-col .col1,
    section.events .first-col .col2,
    section.events .first-col .col3,
    section.events .first-col .col4 {
        text-align: left !important;
    }

    section.top-ads {
        flex-wrap: wrap;
    }

    section.events .first-col .table .row {
        background-color: #DBDBDB33;
        border-radius: 5px;
        flex-wrap: nowrap;
    }

    section.events .table .row {
        padding: 0 !important;
        margin: 10px 0;
    }

    .home section.masthead {
        height: calc((100vw / 1920) * 1080);
    }
}
.home section.masthead {
    height: 420px;
}

@media(max-width:1440px) {
}

@media(max-width:1024px) {
}

@media(max-width:375px) {
}

.holiday-items .slider-item {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home .events {
    transform: unset;
    box-shadow: unset;
    background-color: unset;
    justify-content: space-between;
    width: 70%;
    margin: 50px 15%;
    padding: 0;
}

.home .masthead {
    min-height: unset;
}


.event-image {
    position: relative;
}

.event-image-label {
    position: absolute;
    left: 0;
    top: 20px;
    font-family: Nexa;
    font-weight: bold;
    font-size: 12px;
    color: #4a4a4a;
    padding: 15px 30px 15px 40px;
    background-color: #00000000;
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
}

.home section.ads {
    display: inline-flex;
    width: 100%;
}

    .home section.ads ul {
        width: 100%;
        list-style: none;
        padding-inline-start: 0;
        padding: 100px 10% 70px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .home section.ads ul li {
            width: calc((100% - 60px) / 4);
        }

            .home section.ads ul li img {
                width: 100%;
                height: auto;
            }

section.twitter-feeds {
    padding: 100px 10%;
    width: 100%;
}

    section.twitter-feeds .title {
        font-family: 'Nexa';
        font-size: 48px;
        font-weight: 900;
        color: #4b4b4b;
        display: flex;
        gap: 30px;
    }

        section.twitter-feeds .title svg {
            font-size: 70px;
            color: rgb(29, 155, 240);
            width: 50px;
        }

    section.twitter-feeds .splide__track {
        padding: 20px 0;
    }

    section.twitter-feeds .splide__slide {
        box-shadow: 0px 15px 40px rgb(0 0 0 / 7%);
        padding: 20px;
    }

    section.twitter-feeds li.splide__slide .title {
        font-family: 'Nexa';
        font-size: 18px;
        font-weight: 600;
        color: #4b4b4b;
        justify-content: space-between;
    }

    section.twitter-feeds li.splide__slide .date {
        font-family: 'Nexa';
        font-size: 14px;
        font-weight: 800;
        color: #7d7d7d;
        margin-top: 5px;
    }

    section.twitter-feeds li.splide__slide .title a {
        color: inherit;
        text-decoration: none;
    }

@media(max-width:1132px) {
    .home section.ads ul {
        row-gap: 30px;
    }

        .home section.ads ul li {
            width: calc((100% - 40px) / 2);
        }
}

@media(max-width:910px) {
    .home section.ads ul {
        padding: 100px 48px 70px;
    }
}

@media(max-width:690px) {
    .home section.ads ul li {
        width: 100%;
    }
}

@media(max-width:595px) {
    section.twitter-feeds .title {
        font-size: 30px;
        gap: 20px;
    }

        section.twitter-feeds .title svg {
            font-size: 50px;
        }
}

section.events .first-col .table {
    color: #9fa5ad;
    font-family: "Nexa";
    font-size: 20px;
    font-weight: 400;
}

    section.events .first-col .table .header {
        background-color: #f7f7f7;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        padding: 0 20px;
        gap: 0;
    }

    section.events .first-col .table .row,
    section.events .second-col .table .row,
    section.events .third-col .table .row {
        border-bottom: 1px solid #dee2e6;
        align-items: center;
        width: 100%;
        font-size: 18px;
    }

    section.events .first-col .table .row {
        padding: 0;
        margin: 20px 0;
        background-color: #DBDBDB33;
        border-radius: 5px;
    }

section.events .second-col .table .row,
section.events .third-col .table .row {
    margin-left: 0;
}

section.events .first-col .col1,
section.events .first-col .col2 {
    width: 17%;
    margin: 0;
    white-space: nowrap;
}

section.events .first-col .col3,
section.events .first-col .col4 {
    margin: 0;
    width: 49%;
}

    section.events .first-col .col3 a {
        color: #ee6f61;
        text-decoration: none;
    }

        section.events .first-col .col3 a:hover {
            text-decoration: underline;
        }

section.events .first-col .table .row .col1 img {
    width: 22px;
    margin-right: 10px;
}

section.events .first-col .table .row .col4 a {
    text-transform: uppercase;
}

section.events .first-col .link {
    width: 100%;
    text-align: center;
}

    section.events .first-col .link a {
        text-transform: uppercase;
        color: white;
        background-color: #fa503d;
    }

        section.events .first-col .link a:hover {
            background-color: white;
            color: #fa503d;
        }

@media(max-width:1580px) {
    section.events .first-col .col1,
    section.events .first-col .col2,
    section.events .first-col .col4 {
        width: 170px;
    }

    section.events .first-col .col3 {
        width: calc(100% - 3 * 170px);
    }
}

@media(max-width:1500px) {
    .header .line1, .header .line2 {
        padding: 10px 10%;
    }

    .home .events {
        width: 80%;
        margin: 50px 10%;
    }

    section.block-featured-events {
        padding: 50px 10%;
    }

    .home .sponsor .sponsor-inner-block {
        width: 80%;
        margin: 50px 10%;
    }

    section.testimonials {
        padding: 50px 10%;
    }

    .home .slider-two {
        width: 80%;
    }

    section.top-ads {
        padding: 70px 10% 20px;
    }
}

@media(max-width:1478px) {
    section.events .first-col .title {
        font-size: 18px;
    }
}

@media(max-width:1314px) {
    .header .line1, .header .line2 {
        padding: 10px 5%;
    }

    .home .events {
        width: 90%;
        margin: 50px 5%;
    }

    section.block-featured-events {
        padding: 50px 5%;
    }

    .home .sponsor .sponsor-inner-block {
        width: 90%;
        margin: 50px 5%;
    }

    section.testimonials {
        padding: 50px 5%;
    }

    .home .slider-two {
        width: 90%;
    }

    section.twitter-feeds {
        padding: 100px 5%;
    }

    section.top-ads {
        padding: 70px 5% 20px;
    }
}

@media(max-width:1174px) {
    .level-1 > li:first-child {
        margin: 0 20px 0 0;
    }

    .level-1 li {
        margin: 0 20px;
    }
}

@media(max-width:1156px) {
    section.events .first-col .col1,
    section.events .first-col .col2,
    section.events .first-col .col3,
    section.events .first-col .col4 {
        width: 100%;
        text-align: center;
    }

    section.events .first-col .table .row {
        flex-direction: row;
        gap: 10px;
    }
}

@media(max-width:1068px) {
    .level-1 > li:first-child {
        margin: 0 10px 0 0;
    }

    .level-1 li {
        margin: 0 10px;
    }
}

@media(max-width:910px) {
    section.events .first-col .title {
        font-size: 16px;
    }
}

.main-container {
    width: 1040px;
    margin: 0 auto;
}

.btn-blue {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 14px;
    color: #326296;
    border: 1px solid #326296;
    border-radius: 4px;
    padding: 4px 8px;
    background: none;
    cursor: pointer;
    transition: 0.5s;
}

    .btn-blue:hover {
        background: #326296;
        color: #fff;
    }

.btn-red {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 12px;
    color: #E84923;
    border: 1px solid #E84923;
    border-radius: 4px;
    padding: 10px 12px;
    background: none;
    cursor: pointer;
    transition: 0.5s;
}

    .btn-red:hover {
        background: #FF613C;
        color: #fff;
    }

    .btn-red img {
        transition: 0.5s;
    }

    .btn-red:hover img {
        filter: brightness(0) invert(1);
    }

.events-search-wrapper {
    border-bottom: solid 2px #F1F5F7;
}

.events-search {
    display: flex;
    padding: 40px 0;
    gap: 50px;
}

.home h1 {
    font-family: 'Nexa';
    font-weight: 900;
    font-size: 24px;
    color: #343434;
    margin: 0;
}

.home h2 {
    font-family: 'Nexa';
    font-weight: 900;
    font-size: 16px;
    color: #326296;
    margin: 0;
}

.home h3 {
    font-family: 'Nexa';
    font-weight: 900;
    font-size: 28px;
    color: #E84923;
    margin: 0;
}

.events-search .download h2 {
    margin-bottom: 8px;
}

.events-search .download div {
    display: flex;
    gap: 8px;
}

.events-search .download .btn-red {
    flex: 1;
}

.events-search input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border: 1px solid #D0D9E0;
    border-radius: 4px;
    display: grid;
    place-content: center;
    cursor: pointer;
}

.events-search input[type="checkbox"]::before {
    content: "";
    width: 6px;
    height: 6px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #326296;
}

.events-search input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.events-search .filters {
    width: 250px;
    display: flex;
    flex-direction: column;
}

    .events-search .filters h1 {
        margin-bottom: 31px;
    }

    .events-search .filters hr {
        width: 100%;
        border-top: 1px solid #E5EAEE;
    }

    .events-search .filters .view-all {
        width: 100%;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 24px;
    }

#clearTagsButton {
    display: none;
}

.events-search .filters .search-wrapper {
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 32px;
    flex: 1;
}

        .events-search .filters .search-wrapper input {
            border: 1px solid #D0D9E0;
            padding: 10px 12px;
            border-radius: 4px;
            color: #343434;
            font-family: "Nexa";
            font-size: 12px;
            font-weight: 700;
            width: 100%;
        }

        .events-search .filters .search-wrapper img {
            width: 15px;
            position: absolute;
            right: 12px;
        }

    .events-search .filters .filter {
        display: flex;
        flex-direction: column;
    }

        .events-search .filters .filter .filter-header {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

            .events-search .filters .filter .filter-header img {
                width: 18px;
            }

            .events-search .filters .filter .filter-header img {
                width: 18px;
                transition: 0.7s;
                cursor: pointer;
            }

                .events-search .filters .filter .filter-header img.closed {
                    transform: rotate(180deg);
                }

        .events-search .filters .filter .filter-content-wrapper {
            display: flex;
            flex-direction: column;
            gap: 6px;
            overflow: hidden;
        }

        .events-search .filters .filter .content {
            display: flex;
            flex-direction: column;
            gap: 6px;
            transition: 0.7s;
        }

            .events-search .filters .filter .content div {
                display: flex;
                align-items: center;
            }

                .events-search .filters .filter .content div input {
                    margin-right: 14px;
                }

                .events-search .filters .filter .content div label {
                    margin: 0;
                    font-family: 'Nexa';
                    font-weight: 700;
                    font-size: 16px;
                    color: #343434;
                    cursor: pointer;
                }

.tag {
    border-radius: 11px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .tag img {
        width: 10px;
    }
.event-header .tag img {
    width: 15px;
}

.tag p {
    margin: 0;
    font-family: 'Nexa';
    font-weight: 400;
    font-size: 10px;
}

    .tag.tag-blue {
        background: #E5EAEE;
        color: #326296;
    }

    .tag.tag-red {
        background: #F8E1DC;
        color: #E84923;
    }

        .tag.tag-red img {
            filter: invert(43%) sepia(80%) saturate(3398%) hue-rotate(339deg) brightness(103%) contrast(96%);
        }

.events-search .results {
    flex: 1;
    background: #F1F5F7;
    margin: -40px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 44px 0 44px 52px;
    position: relative;
}

    .events-search .results .bg {
        background: #F1F5F7;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 1;
    }

    .events-search .results .tags {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        z-index: 2;
    }

    .events-search .results .events-wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
        z-index: 2;
    }

        .events-search .results .events-wrapper .events-list {
            display: grid;
            gap: 16px;
            grid-template-columns: 1fr 1fr;
        }

            .events-search .results .events-wrapper .events-list .event-card {
                background: #FFFFFF;
                box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
                border-radius: 4px;
                display: flex;
                flex-direction: column;
                padding: 24px;
                gap: 12px;
                cursor: pointer;
                justify-content: space-between;
            }

                .events-search .results .events-wrapper .events-list .event-card .event-card-content {
                    display: flex;
                    flex-direction: column;
                    gap: 12px;
                }

                .events-search .results .events-wrapper .events-list .event-card .event-header {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    font-family: 'Nexa';
                }

                    .events-search .results .events-wrapper .events-list .event-card .event-header .date {
                        margin: 0;
                        color: #343434;
                        opacity: 0.5;
                        font-weight: 700;
                        font-size: 12px;
                    }

                .events-search .results .events-wrapper .events-list .event-card h5 {
                    margin: 0;
                    margin-bottom: 5px;
                    color: #343434;
                    font-weight: 900;
                    font-size: 18px;
                }

                .events-search .results .events-wrapper .events-list .event-card .event-location {
                    display: flex;
                    flex-direction: row;
                    gap: 9px;
                    align-items: center;
                }

                    .events-search .results .events-wrapper .events-list .event-card .event-location img {
                        width: 10px;
                    }

                    .events-search .results .events-wrapper .events-list .event-card .event-location p {
                        margin: 0;
                        font-weight: 700;
                        font-size: 12px;
                        color: #343434;
                    }

        .events-search .results .events-wrapper .pagination {
            display: flex;
            justify-content: flex-end;
        }

        .events-search .results .events-wrapper .paginator {
            display: flex;
        }

            .events-search .results .events-wrapper .paginator .btn-arrow-page {
                font-family: 'Nexa';
                font-size: 14px;
                color: #343434;
                font-weight: 700;
                padding: 8px;
                width: auto;
                height: 22px;
                border-radius: 4px;
                transition: 0.6s;
            }

                .events-search .results .events-wrapper .paginator .btn-arrow-page:not(.active):hover {
                    background: #E5EAEE;
                    color: #343434 !important;
                }

                .events-search .results .events-wrapper .paginator .btn-arrow-page.active {
                    background: #326296;
                }

            .events-search .results .events-wrapper .paginator .btn-nav {
                display: flex;
                justify-content: space-around;
            }

                .events-search .results .events-wrapper .paginator .btn-nav svg {
                    width: 10px;
                }

.sponsors-carousel .slider-two-slide {
    height: 55px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 6px;
}

.sponsors-carousel .sponsor-image {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.sponsors {
    margin: 50px auto;
}

    .sponsors .header {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 16px;
    }

.sponsors-carousel .sponsors-area-arrows,
.area-splide-arrows {
    display: flex;
    flex-direction: row;
    gap: 6px;
    position: absolute;
    top: -42px;
    right: 0;
}

.sponsors-carousel .sponsors-area-prev svg,
.area-splide-arrow-prev svg {
    transform: rotate(180deg);
}

.btn-nav {
    background: #E5EAEE;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    border: none;
    fill: #326296;
    transition: 0.5s;
    cursor: pointer;
}

    .btn-nav:hover {
        fill: #E5EAEE;
        background: #326296;
    }

    .btn-nav svg {
        width: 18px;
        height: 18px;
    }

.btn-nav-white-stroke {
    background: none;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    fill: #fff;
    transition: 0.5s;
    cursor: pointer;
}

    .btn-nav-white-stroke:hover {
        fill: #326296;
        background: #fff;
    }

    .btn-nav-white-stroke svg {
        width: 18px;
        height: 18px;
    }

.custom-highlights-wrapper {
    background: #E84923;
}

    .custom-highlights-wrapper .custom-highlights {
        display: flex;
        gap: 16px;
    }

        .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper {
            display: flex;
            flex-direction: column;
            gap: 24px;
            flex: 1;
        }

            .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card {
                display: flex;
                flex-direction: column;
                gap: 20px;
                background: #F1F5F7;
                border-radius: 4px;
                padding: 24px;
                flex: 1;
                justify-content: space-between;
            }

                .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card .highlight-card-content {
                    display: flex;
                    flex-direction: column;
                    gap: 14px;
                }

                .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card h2 {
                    font-size: 24px;
                }

                .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card h3 {
                    font-family: 'Nexa';
                    font-weight: 900;
                    font-size: 18px;
                    color: #343434;
                }

                .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card .btn-small {
                    padding: 3px 8px;
                }

                .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card .watch-video-btn {
                    display: flex;
                    gap: 8px;
                    align-items: center;
                    cursor: pointer;
                }

                    .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card .watch-video-btn p {
                        font-family: 'Nexa';
                        font-weight: 700;
                        font-size: 12px;
                        color: #326296;
                        margin: 0;
                    }

                    .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-card .watch-video-btn img {
                        width: 24px;
                        height: 24px;
                    }

            .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-btn {
                border: 1px solid #FFFFFF;
                border-radius: 4px;
                font-family: 'Nexa';
                font-weight: 700;
                font-size: 12px;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
                background: none;
                transition: 0.7s;
                padding: 6px 10px;
            }

                .custom-highlights-wrapper .custom-highlights .custom-highlight-wrapper .custom-highlight-btn:hover {
                    background: rgba(255, 255, 255, 0.5);
                }

.news-wrapper {
    background: #F1F5F7;
}

    .news-wrapper .news {
        display: flex;
    }

        .news-wrapper .news .subscribe-wrapper,
        .news-wrapper .news .news-categories-wrapper {
            width: 50%;
            display: flex;
        }

        .news-wrapper .news .subscribe-wrapper {
            padding-right: 85px;
        }

            .news-wrapper .news .subscribe-wrapper .content {
                margin: auto 0;
                display: flex;
                flex-direction: column;
                flex: 1;
            }

                .news-wrapper .news .subscribe-wrapper .content p {
                    font-family: 'Nexa';
                    font-weight: 700;
                    font-size: 18px;
                    color: #343434;
                    margin-top: 16px;
                    margin-bottom: 32px;
                }

                .news-wrapper .news .subscribe-wrapper .content .subscribe {
                    flex: 1;
                    display: flex;
                    flex-direction: row;
                    position: relative;
                }

                    .news-wrapper .news .subscribe-wrapper .content .subscribe input {
                        flex: 1;
                        border: 1px solid #343434;
                        border-radius: 4px;
                        padding: 9px 12px;
                        font-family: 'Nexa';
                        font-weight: 700;
                        font-size: 16px;
                        color: #343434;
                        background: none;
                    }

                    .news-wrapper .news .subscribe-wrapper .content .subscribe button {
                        width: 50%;
                        border: none;
                        background: #343434;
                        border-radius: 4px;
                        position: absolute;
                        right: 0;
                        padding: 10px 18px;
                        font-family: 'Nexa';
                        font-weight: 700;
                        font-size: 16px;
                        color: #fff;
                        transition: 0.5s;
                    }

                        .news-wrapper .news .subscribe-wrapper .content .subscribe button:hover {
                            background: #4D4D4D;
                        }

        .news-wrapper .news .news-categories-wrapper {
            position: relative;
        }

            .news-wrapper .news .news-categories-wrapper .bg {
                background: #fff;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100vw;
            }

            .news-wrapper .news .news-categories-wrapper .news-categories {
                flex-direction: column;
                margin-top: 20px;
                z-index: 1;
                position: relative;
            }

        .news-wrapper .news .news-categories .category-wrapper:last-child {
            padding-bottom: 40px;
        }

        .news-wrapper .news .news-categories .category-wrapper {
            padding: 20px 0;
            padding-left: 50px;
            border-bottom: solid 1px #F1F5F7;
        }

            .news-wrapper .news .news-categories .category-wrapper .category p {
                font-family: 'Nexa';
                font-weight: 700;
                font-size: 16px;
                color: #343434;
                margin-top: 8px;
                margin-bottom: 12px;
            }

            .news-wrapper .news .news-categories .category-wrapper .category a {
                text-decoration: none;
            }

            .news-wrapper .news .news-categories .category-wrapper .category h2 {
                font-size: 24px;
            }

.btn-small {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 12px;
    color: #326296;
    background: #E5EAEE;
    border: none;
    border-radius: 4px;
    padding: 0 6px;
    cursor: pointer;
    transition: 0.5s;
}

    .btn-small:hover {
        background: #5691C4;
        color: #fff;
    }

.become-sponsor-wrapper {
    height: 293px;
    background-image: url(../images/home/bg-image.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .become-sponsor-wrapper .become-sponsor {
        display: flex;
        height: 100%;
    }

        .become-sponsor-wrapper .become-sponsor .text {
            padding-right: 128px;
            display: flex;
            width: 50%;
        }

        .become-sponsor-wrapper .become-sponsor .video {
            width: 50%;
        }

        .become-sponsor-wrapper .become-sponsor .text .content {
            display: flex;
            margin: auto 0;
            flex-direction: column;
            flex: 1;
        }

            .become-sponsor-wrapper .become-sponsor .text .content h3 {
                color: #fff;
            }

            .become-sponsor-wrapper .become-sponsor .text .content p {
                font-family: 'Nexa';
                font-style: normal;
                font-size: 18px;
                color: #FFFFFF;
                margin-top: 14px;
                margin-bottom: 30px;
            }

            .become-sponsor-wrapper .become-sponsor .text .content .buttons {
                display: flex;
                gap: 6px;
            }

                .become-sponsor-wrapper .become-sponsor .text .content .buttons a {
                    flex: 1;
                    text-decoration: none;
                    text-align: center;
                }

.btn-white {
    font-family: 'Nexa';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 12px;
    background: none;
    cursor: pointer;
    transition: 0.5s;
}

    .btn-white:hover {
        background: #fff;
        color: #326296;
    }

.become-sponsor-wrapper .become-sponsor .video .video-js .vjs-big-play-button {
    margin: auto;
    background: #E84923;
    border: none;
    width: 68px;
    height: 68px;
    border-radius: 34px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}

    .become-sponsor-wrapper .become-sponsor .video .video-js .vjs-big-play-button:hover {
        background: #FF613C;
    }

    .become-sponsor-wrapper .become-sponsor .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        top: 10px;
    }

.events-search .filters .search-wrapper input:focus::placeholder {
    color: transparent;
}

.event-menu-wrapper {
    background: #fff;
    padding: 60px 0 0;
    display: none;
}

    .event-menu-wrapper .event-menu {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

        .event-menu-wrapper .event-menu .header {
            padding: 0;
        }

        .event-menu-wrapper .event-menu .event-menu-element {
            display: flex;
            gap: 22px;
            flex-direction: column;
            flex: 1;
        }

            .event-menu-wrapper .event-menu .event-menu-element .menu-element-image {
                height: 140px;
            }

                .event-menu-wrapper .event-menu .event-menu-element .menu-element-image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 4px
                }

            .event-menu-wrapper .event-menu .event-menu-element .menu-element-text {
                display: flex;
                gap: 10px;
                flex-direction: column;
            }

                .event-menu-wrapper .event-menu .event-menu-element .menu-element-text h3 {
                    font-family: 'Nexa';
                    font-size: 18px;
                    color: #343434;
                    font-weight: 900;
                }

                .event-menu-wrapper .event-menu .event-menu-element .menu-element-text p {
                    font-family: 'Nexa';
                    font-style: normal;
                    font-size: 16px;
                    color: #343434;
                    font-weight: 700;
                    overflow: hidden;
                    margin: 0;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .event-menu-wrapper .event-menu .event-menu-element .btn-blue-stroke {
                border: 1px solid #326296;
                border-radius: 4px;
                font-family: 'Nexa';
                font-weight: 700;
                font-size: 12px;
                color: #326296;
                padding: 6px 10px;
                background: none;
                transition: 0.7s;
                margin-left: 1px;
            }

                .event-menu-wrapper .event-menu .event-menu-element .btn-blue-stroke:hover {
                    background: #326296;
                    color: #fff;
                }

.my-slider-progress {
    background: #F1F5F7;
    margin-top: 40px;
}

.my-slider-progress-bar {
    background: #D0D9E0;
    height: 4px;
    transition: width 400ms ease;
    width: 0;
}

.linkedin-wrapper {
    background: #3F91B8;
    padding: 60px 0;
}

    .linkedin-wrapper .header {
        padding: 0;
    }

        .linkedin-wrapper .header h1 {
            color: #fff;
        }

    .linkedin-wrapper .linkedin-items {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        .linkedin-wrapper .linkedin-items .linkedin-element {
            display: flex;
            flex-direction: column;
            background: #FFFFFF;
            border-radius: 8px;
            padding: 20px;
            font-family: 'Nexa';
            color: #343434;
            gap: 5px;
        }

            .linkedin-wrapper .linkedin-items .linkedin-element .title {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .linkedin-wrapper .linkedin-items .linkedin-element .title .date {
                    font-size: 14px;
                    color: #343434;
                    font-weight: 900;
                }

                .linkedin-wrapper .linkedin-items .linkedin-element .title a {
                    font-family: 'Nexa';
                    font-size: 16px;
                    color: #343434;
                    font-weight: 700;
                    text-decoration: none;
                }

.testimonial-wrapper {
}

    .testimonial-wrapper .testimonial {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 68px 0;
        text-align: center;
    }

        .testimonial-wrapper .testimonial h4 {
            font-family: 'Nexa';
            font-weight: 900;
            font-size: 24px;
            color: #343434;
            margin-bottom: 16px;
        }

        .testimonial-wrapper .testimonial img {
            width: 52px;
            height: 52px;
            margin-bottom: 14px;
        }

        .testimonial-wrapper .testimonial p {
            font-family: 'Nexa';
            font-weight: 700;
            font-size: 16px;
            color: #343434;
            margin-bottom: 16px;
        }

            .testimonial-wrapper .testimonial p u {
                color: #E84923;
            }

        .testimonial-wrapper .testimonial span {
            color: #326296;
            font-family: 'Nexa';
            font-size: 12px;
        }

            .testimonial-wrapper .testimonial span.name {
                font-weight: 900;
            }

            .testimonial-wrapper .testimonial span.position {
                font-weight: 400;
            }

            .testimonial-wrapper .testimonial span.position p {
                font-weight: inherit;
                font-size: inherit;
                color: inherit;
                margin-bottom: inherit;
            }

        .testimonial-wrapper .testimonial a {
            margin-top: 18px;
            color: #E84923;
            font-family: 'Nexa';
            text-decoration: none;
            font-size: 12px;
        }

.header {
    height: auto;
}

.search-container {
    display: flex;
    gap: 8px;
}



    .search-container .btn-filter {
        gap: 10px;
        align-items: center;
        height: 100%;
        padding: 8px 12px;
        display: none;
    }

        .search-container .btn-filter p {
            font-size: 14px;
            margin: 0;
        }

        .search-container .btn-filter img {
            width: 18px;
            height: 18px;
            filter: invert(31%) sepia(100%) saturate(1478%) hue-rotate(349deg) brightness(94%) contrast(92%);
        }

            .search-container .btn-filter img.closed {
                transform: rotate(180deg);
            }

        .search-container .btn-filter:hover img {
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(200%) contrast(104%);
        }

@media(max-width:1120px) {
    .home section.masthead {
        height: 360px;
    }
    .become-sponsor-wrapper {
        height: 260px;
    }
    .holiday-items .slider-item {
        height: 360px;
    }

    .main-container {
        width: 924px;
    }

    .news-wrapper .news .subscribe-wrapper .content .subscribe button {
        width: auto;
    }

    .news-wrapper .news .subscribe-wrapper {
        padding-right: 50px;
    }

    .become-sponsor-wrapper .become-sponsor .text {
        padding-right: 100px;
    }

    .events-search {
        gap: 40px;
    }
}

@media(max-width:980px) {
    .main-container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .news-wrapper .news .subscribe-wrapper .content .subscribe {
        flex-direction: column;
    }

        .news-wrapper .news .subscribe-wrapper .content .subscribe input {
            border-radius: 4px 4px 0 0;
        }

        .news-wrapper .news .subscribe-wrapper .content .subscribe button {
            border-radius: 0 0 4px 4px;
        }

        .news-wrapper .news .subscribe-wrapper .content .subscribe button {
            position: initial;
            flex: 1;
        }

    .become-sponsor-wrapper {
        height: calc(0.26 * 100vw);
    }

        .become-sponsor-wrapper .become-sponsor .text {
            padding-right: 50px;
        }
}


@media(max-width:768px) {
    .main-container {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }


    .news-wrapper .news .subscribe-wrapper, .news-wrapper .news .news-categories-wrapper {
        width: 100%;
    }

    .news-wrapper .news .subscribe-wrapper {
        padding: 24px;
    }

    .news-wrapper .news .news-categories-wrapper .news-categories {
        flex: 1;
        margin-top: 0;
    }

    .news-wrapper .news .news-categories .category-wrapper {
        padding: 20px 24px;
    }

        .news-wrapper .news .news-categories .category-wrapper:last-child {
            padding-bottom: 20px;
        }

    .custom-highlights-wrapper .custom-highlights {
        padding: 24px 16px;
    }

    .events-search .results .events-wrapper .events-list {
        grid-template-columns: 1fr;
    }
    .become-sponsor-wrapper {
        height: auto;
    }
    .become-sponsor-wrapper .become-sponsor .text {
        width: 100%;
        padding: 38px 24px;
    }

    .become-sponsor-wrapper {
        background-position: top;
    }

        .become-sponsor-wrapper .become-sponsor .video {
            height: calc(0.565 * 100vw);
            width: 100%;
        }

    .event-menu-wrapper, .linkedin-wrapper, .testimonial-wrapper .testimonial {
        padding: 32px 16px;
    }

    .events-search .results {
        padding: 16px;
        gap: 24px;
    }

        .events-search .results .events-wrapper .paginator {
            flex: 1;
            justify-content: space-around;
        }

        .events-search .results .events-wrapper .pagination {
            margin-bottom: 20px;
        }

    .events-search {
        padding-top: 26px;
    }

        .events-search .filters {
            width: 100%;
            padding: 16px;
            padding-top: 0;
        }

            .events-search .filters h1 {
                margin-bottom: 16px;
            }

            .events-search .filters .filters-group-wrapper {
                overflow: hidden;
            }

            .events-search .filters .filters-group {
                background: #F1F5F7;
                border-radius: 4px;
                padding: 24px;
                transition: 1.2s;
                margin-top: -263%;
            }

        .events-search input[type=checkbox] {
            background-color: #F1F5F7;
        }

        .events-search .filters .search-wrapper {
            margin-bottom: 16px;
        }

    .sponsors {
        padding-right: 16px;
        padding-left: 16px;
        margin: 32px auto;
    }

        .sponsors .header {
            padding: 0;
        }

    .search-container .btn-filter {
        display: flex;
    }
}

