html .posts-banner__container .pre-title {
    position: absolute;
    top: -60px;
    left: 0;
    margin-top: 0;
    font-size: var(--font-size-md);
    font-weight: 700;
    line-height: 27px;
}
.posts-banner__container .posts-banner__content .post-banner__tags, 
.posts-banner__container .posts-banner__content .posts-banner__terms {
    margin-bottom: 20px;
}
.page-title {
    font-size: var(--font-size-6xl);
    font-weight: 900;
    text-align: left;
    color: var(--color-white);
}
.posts-banner__time-zone {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: flex-start;
    padding-left: 12px;
}
.posts-banner__time-zone .posts-banner__region {
    display: flex;
    align-items: center;
    gap: 10px;
}
.posts-banner__time-zone .posts-banner__date {
    display: flex;
    gap: 10px;
    position: relative;
}
.posts-banner__time-zone .posts-banner__zone {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    position: relative;
}
.posts-banner__time-zone .posts-banner__zone .posts-banner__zone-inner {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
}
.posts-banner__time-zone .posts-banner__zone .posts-banner__zone-inner span {
    position: relative;
}
.posts-banner__container .posts-banner__content .post-banner__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.posts-banner__container .posts-banner__content .post-banner__tags h4 {
    margin-top: 10px;
    margin-right: 4px;
    font-size: var(--font-size-base);
}
.posts-banner__container .posts-banner__content .post-banner__tags span {
    margin: 0 !important;
}

.events-categories {
    padding: 80px 0;
}
.this-week-section {
    padding-bottom: 80px;
}

.this-week-section .section-container,
.events-categories .section-container {
    width: 1224px;
    max-width: 100% !important;
}
.events-categories .cats-items {
    flex-direction: column;
    gap: 24px;
}
.events-categories .cats-items .cat-item {
    border: 1px solid var(--color-border-default);
}
.events-categories .cats-items .cat-item .cat-img {
    display: block;
}
.events-categories .cats-items .cat-item .cat-content {
    padding: 24px 0 29px 35px;
}
.events-categories .cats-items .cat-item .cat-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: var(--font-size-xl);
}
.events-categories .cats-items .cat-item .cat-link {
    font-weight: 700;
}

.this-week-section .events-wrapper {
    flex-direction: column;
    gap: 42px;
}
.event-post__card.weekly {
    border: 1px solid var(--color-border-default);
}
.event-post__card.weekly .inner-cols {
    flex-direction: column;
}
.event-post__card.weekly .col-left {
    padding: 30px 31px 10px 30px;
}
.event-post__card.weekly .col-left .events-image img {
    display: block;
    max-height: 400px;
    width: auto;
}
.event-post__card.weekly .col-right {
    padding: 48px;
}
.event-post__card.weekly .col-right .content-wrapper {
    font-size: var(--font-size-sm);
    flex-direction: column;
}
.item-cat {
    display: inline-block;
    padding: 1px 9px;
    color: var(--color-text-body);
    border: var(--border-default);
    border-radius: 2px;
}
.item-cat:hover {
    color: var(--color-white);
    background-color: var(--color-gray-500);
}
.event-post__card.weekly .col-right .content-wrapper .event-title a {
    font-size: var(--font-size-2xl);
}
.event-post__card.weekly .col-right .content-wrapper .event-date-wrapper {
    flex-direction: column;
    gap: 16px;
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--color-text-secondary);
}
.time-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
.time-wrapper:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-clock.svg) no-repeat center center;
    background-size: 100%;
    filter: brightness(0.5) invert(0.6);
    /* transform: translateY(2px); */
} 
.event-post__card.weekly .col-right .content-wrapper .event-speakers,
.explore-events-section .event-post__card .event-speakers {
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
.event-post__card.weekly .col-right .content-wrapper .event-speakers .event-speaker,
.explore-events-section .event-post__card .event-speakers .event-speaker {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--gray);
}
.event-post__card.weekly .col-right .content-wrapper .event-speakers .event-speaker:before,
.explore-events-section .event-post__card .event-speakers .event-speaker:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    background: url(../img/icon-microphone.svg) no-repeat center center;
    background-size: 100%;
}
.event-post__card.weekly .col-right .content-wrapper .event-partners-title {
    margin-bottom: 14px;
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--gray);
}

.explore-events-section {
    padding: 70px 0 30px;
    background-color: var(--color-bg-subtle);
}
.explore-events-section .section-container {
    padding: 0;
}
.this-week-section .section-container .section-title,
.explore-events-section .section-container .section-title {
    font-size: var(--font-size-6xl);
}
.explore-events-section .section-container .section-title {
    margin-bottom: 60px;
    padding: 0;
}
.explore-events-section .events-wrapper {
    flex-direction: column;
    gap: 40px;
}
.searchandfilter .sf-field-search h4 {
    display: none;
}
.searchandfilter li[data-sf-field-type=taxonomy] h4 {
    font-size: var(--font-size-md);
    font-weight: 700;
    line-height: 1.5;
}
.searchandfilter > ul > li:not(:first-child) {
    margin-left: 2px;
}
.explore-events-section .searchandfilter ul ul {
    padding: 0;
}
.explore-events-section .events-content {
    padding: 0 20px;
}
.explore-events-section .events-list {
    flex-wrap: wrap;
    gap: 30px;
}
.explore-events-section .event-post__card {
    width: 100%;
    padding: 35px;
    border: 1px solid var(--color-border-default);
    border-radius: 5px;
    background-color: var(--color-white);
}
.explore-events-section .event-post__card .cats {
    margin-bottom: 15px;
}
.explore-events-section .event-post__card .item-cat {
    font-size: var(--font-size-sm);
}
.explore-events-section .event-post__card .event-post__title {
    margin-bottom: 12px;
    padding: 0;
    font-size: var(--font-size-2xl);
    line-height: 1.3;
}
.explore-events-section .event-post__card .event-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 22px;
}
.explore-events-section .event-post__card .event-date-wrapper {
    flex-direction: column;
    gap: 5px;
}
.explore-events-section .event-post__card .event-date-wrapper .date {
    font-size: var(--font-size-base);
    font-weight: 500;
    line-height: 22px;
    color: var(--color-text-secondary);
}
.explore-events-section .event-post__card .event-date-wrapper .time-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.explore-events-section .event-post__card .event-date-wrapper .time-wrapper:before {
    transform: translateY(-1px);
}
.explore-events-section .event-post__card .event-date-wrapper .time-wrapper .time {
    font-size: var(--font-size-base);
    font-weight: 500;
    line-height: 22px;
    color: var(--color-text-secondary);
}
.explore-events-section .event-post__card .event-partners-title {
    margin: 14px 0;
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
}
.event-post__card.weekly .cta-btn,
.explore-events-section .event-post__card .cta-btn {
    display: inline-block;
    margin-top: 15px;
    font-size: var(--font-size-base);
    font-weight: 700;
    line-height: 1.5;
}


@media (min-width: 48em) {
    html .posts-banner__container .pre-title {
        top: -60px;
    }
    .posts-banner__time-zone {
        margin-bottom: 0;
        flex-direction: row;
        padding-left: 0;
    }
    .posts-banner__time-zone .posts-banner__zone {
        flex-direction: row;
    }
    .events-categories .cats-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .events-categories .cats-items .cat-item {
        max-width: 47%;
    }
    .events-categories .cats-items .cat-item:last-child {
        margin: 0 auto;
    }
    .explore-events-section .events-wrapper {
        flex-direction: row;
    }
    .explore-events-section .events-filters {
        width: 33.333%;
        flex-shrink: 0;
    }
    .explore-events-section .events-content {
        width: 66.666%;
    }

    .searchandfilter > ul {
        padding-left: 20px;
    }
    .searchandfilter ul li li {
        white-space: nowrap;
    }
    .searchandfilter ul li li input[type="checkbox"] {
        vertical-align: top;
        transform: translateY(5px);
    }
    .searchandfilter ul li li label {
        white-space: break-spaces;
    }
    .explore-events-section .events-content {
        padding: 0;
    }
}

@media (min-width: 62em) {
    .event-post__card.weekly .inner-cols {
        flex-direction: row;
    }
    .event-post__card.weekly .col-left {
        flex-shrink: 0;
        width: 48%;
        padding: 30px 31px 31px 30px;
    }
    .event-post__card.weekly .col-left .events-image img {
        width: 100%;
        height: auto;
    }
    .explore-events-section .event-post__card {
        width: calc(50% - 15px);
    }
}

@media (min-width: 64em) {
    html .posts-banner__container {
        margin: 80px auto 0;
    }
    .events-categories .cats-items .cat-item {
        max-width: calc( 33.333% - 18px);
    }
    .events-categories .cats-items .cat-item:last-child {
        margin: 0;
    }
    .this-week-section {
       padding-bottom: 120px;
    }
    .event-post__card.weekly .col-right .content-wrapper .event-date-wrapper {
        flex-direction: row;
        gap: 10px;
    }
    .event-post__card.weekly .col-right .content-wrapper .event-date-wrapper .date {
        min-width: 156px;
    }
    .explore-events-section {
        padding-top: 90px;
    }
    .explore-events-section .section-container {
        width: 1224px;
        max-width: 100% !important;
        padding: 0 20px;
    }
    .explore-events-section .events-wrapper {
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .this-week-section .section-container .section-title, 
    .explore-events-section .section-container .section-title {
        font-size: var(--font-size-4xl);
    }
}
