.alphadi-events{width:100%;max-width:100%!important;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;align-items:stretch;grid-column-gap:15px;grid-row-gap:15px;font-family:var(--e-global-typography-accent-font-family),Sans-serif!important;margin:20px 0;transition:all .3s linear}@media (max-width:1340px){.alphadi-events{grid-template-columns:repeat(2,1fr)}}@media (max-width:769px){.alphadi-events{grid-template-columns:repeat(1,1fr)}}.alphadi-events .alphadi-event{min-height:351px;display:flex;flex-direction:column;width:100%;justify-content:space-between;background-color:#666;font-family:var(--e-global-typography-accent-font-family),Sans-serif!important;background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important}.alphadi-events .alphadi-event.upcoming{min-height:270px!important}.alphadi-events .alphadi-event.hidden{transition:all .3s linear;display:none!important}.alphadi-events .alphadi-event:hover{transform:scale(1.1);transition:all .3s linear!important}.alphadi-events .alphadi-event .header{background:linear-gradient(180deg,#333,transparent);display:flex;justify-content:space-between;width:100%;align-items:center}.alphadi-events .alphadi-event .header .date{background:#f59c54!important;padding:15px 5px;color:#fff;width:110px;height:110px;display:flex;flex-direction:column;justify-content:center;align-items:center}.alphadi-events .alphadi-event .header .date .month{text-transform:uppercase;font-size:12px;letter-spacing:1.2px;white-space:nowrap}.alphadi-events .alphadi-event .header .date .day{font-family:Montserrat,Sans-serif;font-size:27px;font-weight:500;letter-spacing:1.9px}.alphadi-events .alphadi-event .header .year{max-width:50%;font-family:Montserrat,Sans-serif;font-size:27px;font-weight:500;text-transform:uppercase;letter-spacing:1.2px;text-shadow:0 0 20px #181b21;color:#fff;padding:15px}.alphadi-events .alphadi-event .footer{background:linear-gradient(0deg,#111,transparent);display:flex;justify-content:flex-end;gap:8px 8px;flex-direction:column;flex-shrink:1;padding:15px;padding-top:50%!important}.alphadi-events .alphadi-event .footer .tag{color:#f59c54!important;font-family:Montserrat,Sans-serif!important;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;max-width:100%;opacity:.9!important}.alphadi-events .alphadi-event .footer .title{max-width:100%;color:#fff;font-family:Montserrat,Sans-serif!important;font-size:15px;font-weight:500;letter-spacing:.6px}.alphadi-events .alphadi-event .footer .info{font-size:12px;color:#aaa!important}.alphadi-events .alphadi-event .footer .info .info-items-list{display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;column-gap:10px}.alphadi-events .alphadi-event .footer .info .info-items-list li{display:flex;column-gap:7px;align-items:center;margin:0!important;flex-wrap:nowrap!important}.alphadi-events .alphadi-event.upcoming .header .date{width:auto!important;padding:15px!important;max-height:40px!important;height:auto!important;background:rgb(245 156 84 / .9)!important}.alphadi-events .alphadi-event.upcoming .footer{padding-top:42.5%!important;gap:5px 5px!important}.alphadi-events-filter{width:100%;max-width:100%!important;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-family:var(--e-global-typography-accent-font-family),Sans-serif!important;margin-top:20px;column-gap:20px}.alphadi-events-filter .alphadi-event-tag{display:block;color:#656a72;font-family:Montserrat,Sans-serif;font-weight:600;text-decoration:none;text-transform:uppercase;cursor:pointer;padding:8px}.alphadi-events-filter .alphadi-event-tag.active{color:#f59c54}.alphadi-events-filter .alphadi-event-tag:hover:not(.active){color:#000!important}