.elementor-114 .elementor-element.elementor-element-3fc4f76{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114 .elementor-element.elementor-element-b8f4a76{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114 .elementor-element.elementor-element-8d92e78{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114 .elementor-element.elementor-element-3dab7f9{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d2d82ac */.feature-event-title {
  font-size: 34px !important;
  line-height: 1.12 !important;
}

.feature-event-stat-value {
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.feature-event-stat-label {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.feature-event-actions .flip-btn-text {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}


.feature-event-actions .flip-btn-text .flip-char {
  font-size: inherit !important;
  font-weight: inherit !important;
}




@media (max-width: 1024px) {
  .feature-event-title {
    font-size: 30px !important;
  }

  .feature-event-stat-value {
    font-size: 21px !important;
  }

  .feature-event-stat-label {
    font-size: 13px !important;
  }

  .feature-event-actions .flip-btn-text {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
}




@media (max-width: 767px) {
  .feature-event-title {
    font-size: 27px !important;
  }

  .feature-event-stat-value {
    font-size: 20px !important;
  }

  .feature-event-stat-label {
    font-size: 12px !important;
  }

  .feature-event-actions .flip-btn-text {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8f4a76 */.events-page-section[data-acpt-events-section] {
    --meibel-event-ink: #070a18;
    --meibel-event-blue: #1459ff;
    --meibel-event-border: #78c7ff;
    --meibel-event-shadow: 0 18px 48px rgba(70, 175, 235, .18);
    width: 100%;
    overflow: hidden;
    padding: clamp(70px, 7vw, 130px) clamp(18px, 4vw, 72px);
    background: #fff !important;
}

.events-page-section[data-acpt-events-section] .events-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: clamp(46px, 6.2vw, 108px);
    width: min(100%, 1640px);
    margin: 0 auto;
}

.events-page-section[data-acpt-events-section] .events-page-col {
    display: flex;
    flex-direction: column;
    gap: clamp(80px, 8vw, 140px);
    min-width: 0;
}

.events-page-section[data-acpt-events-section] .events-page-col-right {
    padding-top: clamp(170px, 14vw, 270px);
}

.events-page-section[data-acpt-events-section] .feature-event-card {
    width: 100%;
    min-width: 0;
    perspective: 1600px;
    order: var(--event-order);
}

.events-page-section[data-acpt-events-section] .feature-event-card-tilt {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--meibel-event-border) !important;
    border-radius: 8px;
    box-shadow: var(--meibel-event-shadow) !important;
}

.events-page-section[data-acpt-events-section] .feature-event-media {
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    margin: 24px 24px 0;
    background: #eef3f7;
    border-radius: 4px;
}

.events-page-section[data-acpt-events-section] .feature-event-media img,
.events-page-section[data-acpt-events-section] .feature-event-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-page-section[data-acpt-events-section] .feature-event-hover-video {
    position: absolute;
    z-index: 2;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.events-page-section[data-acpt-events-section] .feature-event-media.is-hover-playing .feature-event-hover-video {
    opacity: 1;
}

.events-page-section[data-acpt-events-section] .feature-event-tooltip {
    position: absolute;
    z-index: 4;
    bottom: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 9px 14px;
    color: #fff;
    background: rgba(7, 10, 24, .88);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    backdrop-filter: blur(6px);
}

.events-page-section[data-acpt-events-section] .feature-event-tooltip svg {
    flex: 0 0 auto;
    width: 11px;
    height: 13px;
}

.events-page-section[data-acpt-events-section] .feature-event-body {
    padding: 22px 24px 24px;
}

.events-page-section[data-acpt-events-section] .feature-event-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(155px, 205px);
    align-items: start;
    gap: clamp(18px, 2.2vw, 34px);
}

.events-page-section[data-acpt-events-section] .feature-event-card.no-event-stats .feature-event-split {
    grid-template-columns: minmax(0, 1fr);
}

.events-page-section[data-acpt-events-section] .feature-event-col {
    min-width: 0;
}

.events-page-section[data-acpt-events-section] .feature-event-title {
    margin: 0 0 22px;
    color: var(--meibel-event-ink) !important;
    font-size: clamp(24px, 2.15vw, 39px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.events-page-section[data-acpt-events-section] .feature-event-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

.events-page-section[data-acpt-events-section] .feature-event-watch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 25px;
    color: var(--meibel-event-ink) !important;
    background: #fff !important;
    border: 2px solid var(--meibel-event-ink) !important;
    border-radius: 2px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.events-page-section[data-acpt-events-section] .feature-event-watch:hover {
    color: #fff !important;
    background: var(--meibel-event-ink) !important;
    transform: translateY(-2px);
}

.events-page-section[data-acpt-events-section] .feature-event-more-info {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 50px;
    color: var(--meibel-event-blue) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.events-page-section[data-acpt-events-section] .feature-event-more-info-arrow {
    transition: transform .2s ease;
}

.events-page-section[data-acpt-events-section] .feature-event-more-info:hover .feature-event-more-info-arrow {
    transform: translateX(4px);
}

.events-page-section[data-acpt-events-section] .feature-event-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px;
    padding-top: 0;
    text-align: right;
}

.events-page-section[data-acpt-events-section] .feature-event-stat-block {
    width: 100%;
}

.events-page-section[data-acpt-events-section] .feature-event-stat-value,
.events-page-section[data-acpt-events-section] .feature-event-stat-label {
    display: block;
}

.events-page-section[data-acpt-events-section] .feature-event-stat-value {
    margin-bottom: 5px;
    color: var(--meibel-event-ink) !important;
    font-size: clamp(18px, 1.45vw, 24px);
    font-weight: 800;
    line-height: 1.08;
}

.events-page-section[data-acpt-events-section] .feature-event-stat-label {
    color: #777 !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.events-page-section[data-acpt-events-section] .feature-event-media-empty {
    min-height: 300px;
    background: linear-gradient(135deg, #07141d, #0d2636);
}

.meibel-events-admin-notice {
    margin: 20px 0;
    padding: 16px 18px;
    color: #15242d;
    background: #f4f9fc;
    border-left: 4px solid #1a97de;
    font-size: 14px;
}

@media (max-width: 1180px) {
    .events-page-section[data-acpt-events-section] .events-page-grid {
        gap: 40px;
    }

    .events-page-section[data-acpt-events-section] .events-page-col-right {
        padding-top: 135px;
    }

    .events-page-section[data-acpt-events-section] .feature-event-media {
        margin: 18px 18px 0;
    }

    .events-page-section[data-acpt-events-section] .feature-event-body {
        padding: 20px 18px 22px;
    }

    .events-page-section[data-acpt-events-section] .feature-event-split {
        grid-template-columns: minmax(0, 1fr) minmax(135px, 175px);
        gap: 18px;
    }
}

@media (max-width: 860px) {
    .events-page-section[data-acpt-events-section] {
        padding: 60px 18px;
    }

    .events-page-section[data-acpt-events-section] .events-page-grid {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .events-page-section[data-acpt-events-section] .events-page-col {
        display: contents;
    }

    .events-page-section[data-acpt-events-section] .events-page-col-right {
        padding-top: 0;
    }

    .events-page-section[data-acpt-events-section] .feature-event-card {
        order: var(--event-order);
    }
}

@media (max-width: 620px) {
    .events-page-section[data-acpt-events-section] .feature-event-media {
        margin: 12px 12px 0;
    }

    .events-page-section[data-acpt-events-section] .feature-event-body {
        padding: 18px 16px 20px;
    }

    .events-page-section[data-acpt-events-section] .feature-event-split {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .events-page-section[data-acpt-events-section] .feature-event-title {
        margin-bottom: 18px;
        font-size: clamp(23px, 8vw, 32px);
    }

    .events-page-section[data-acpt-events-section] .feature-event-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 18px;
        padding-top: 18px;
        border-top: 1px solid #dbe4eb;
        text-align: left;
    }

    .events-page-section[data-acpt-events-section] .feature-event-stat-value {
        font-size: 19px;
    }

    .events-page-section[data-acpt-events-section] .feature-event-watch,
    .events-page-section[data-acpt-events-section] .feature-event-more-info {
        min-height: 46px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3dab7f9 */.elementor-114 .elementor-element.elementor-element-3dab7f9{height: 0px !important;}/* End custom CSS */