@media only screen and (min-width: 801px){.mobile-only{display:none !important}}@media only screen and (max-width: 800px){.desktop-only{display:none !important}}.event-grid{padding:6rem 0}@media only screen and (max-width: 800px){.event-grid{padding:4rem 0}}.event-grid__filters{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:4rem}@media only screen and (max-width: 1024px){.event-grid__filters{flex-direction:column;align-items:stretch;gap:2rem}}@media only screen and (max-width: 800px){.event-grid__filters{margin-bottom:3rem}}.event-grid__search{position:relative;flex:1}@media only screen and (max-width: 1024px){.event-grid__search{max-width:100%}}.event-grid__search-icon{position:absolute;left:2rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;pointer-events:none}.event-grid__search-input{font-family:"Sofia Pro",sans-serif;font-weight:400;font-size:1.6rem;width:100%;padding:1.5rem 2rem 1.5rem 5rem;border:none;border-bottom:1px solid #a7a7a7;background-color:rgba(0,0,0,0);color:#000}.event-grid__search-input::placeholder{color:#d7d7d7}.event-grid__search-input:focus{outline:none;border-bottom-color:#a7a7a7}.event-grid__filter-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media only screen and (max-width: 1024px){.event-grid__filter-buttons{justify-content:center}}@media only screen and (max-width: 600px){.event-grid__filter-buttons{flex-direction:column}}.event-grid__filter-btn{font-family:"Sofia Pro",sans-serif;font-weight:500;font-size:1.6rem;background-color:#fff;color:#000;border:2px solid #000;text-transform:uppercase;cursor:pointer;transition:all .3s ease;white-space:nowrap;width:15.2rem;height:4.6rem;display:flex;align-items:center;justify-content:center}.event-grid__filter-btn:hover{background-color:#007f53;color:#fff;border:#fff}.event-grid__filter-btn:hover .event-grid__filter-icon{color:#fff}.event-grid__filter-btn--active{background-color:#000;color:#fff}.event-grid__filter-btn--active .event-grid__filter-icon{color:#fff}@media only screen and (max-width: 600px){.event-grid__filter-btn{width:100%}}.event-grid__filter-icon{display:inline-block;margin-left:.5rem;font-size:1.8rem;line-height:1}.event-grid__main-title{font-family:"Factor B";font-weight:800;font-size:clamp(4.2rem,5vw,4.9rem);color:#1f1f1f;margin-bottom:4rem;text-transform:uppercase}@media only screen and (max-width: 800px){.event-grid__main-title{margin-bottom:3rem}}.event-grid__date-badge{display:flex;align-items:center;gap:0;width:fit-content;margin-bottom:4rem}@media only screen and (max-width: 800px){.event-grid__date-badge{margin-bottom:3rem}}.event-grid__container{display:grid;grid-template-columns:repeat(4, 1fr);gap:4rem 2rem;list-style:none;padding:0;margin:0}@media only screen and (max-width: 1024px){.event-grid__container{grid-template-columns:repeat(2, 1fr);gap:3rem 2rem}}@media only screen and (max-width: 600px){.event-grid__container{grid-template-columns:1fr;gap:4rem}}.event-grid__item{display:flex;flex-direction:column;gap:1.6rem;text-decoration:none;color:inherit;transition:opacity .3s ease;min-height:44.6rem;transition:all .3s ease;padding:.8rem 0}.event-grid__item:hover{padding:.8rem;background-color:#007f53}.event-grid__item:hover h3,.event-grid__item:hover p{color:#fff}.event-grid__item:hover .event-grid__tag{background-color:#007f53;border-color:#fff;color:#fff}.event-grid__item:hover .event-grid__highlight{background-color:#fff;color:#007f53}.event-grid__item:hover h3,.event-grid__item:hover p,.event-grid__item:hover .event-grid__tag,.event-grid__item:hover .event-grid__highlight{transition:all .3s ease}.event-grid__date-day{font-family:"Factor B";font-weight:800;font-size:clamp(2.9rem,5vw,3.1rem);background-color:#000;color:#fff;padding:1rem 1.5rem;border:2px solid #000;text-transform:uppercase}.event-grid__date-month{font-family:"Factor B";font-weight:800;font-size:clamp(2.9rem,5vw,3.1rem);background-color:#fff;color:#000;border:2px solid #000;padding:1rem 1rem;text-transform:uppercase}.event-grid__image-container{width:100%;height:17.3rem;overflow:hidden}.event-grid__image-container--medium{height:24.3rem}.event-grid__image-container--large{height:30rem}.event-grid__image{width:100%;height:100%;object-fit:cover;display:block}.event-grid__tags{display:flex;flex-wrap:wrap;gap:0rem;list-style:none;padding:0;margin:0}.event-grid__tags>li:not(:last-of-type){border-right:none}.event-grid__tags--highlight{gap:.8rem}@media only screen and (max-width: 800px){.event-grid__tags--highlight{gap:.4rem}}.event-grid__tag{font-family:"Factor B";font-weight:800;font-size:clamp(1.4rem,2.5vw,1.5rem);border:3px solid #000;background-color:#fff;color:#000;padding:.5rem 1rem;text-transform:uppercase;white-space:nowrap}.event-grid__highlight{font-family:"Factor B";font-weight:800;font-size:clamp(1.4rem,2.5vw,1.5rem);background-color:#000;color:#fff;padding:.8rem 1.2rem;text-transform:uppercase;width:fit-content}@media only screen and (max-width: 800px){.event-grid__highlight{padding:.8rem 1rem}}.event-grid__title{font-family:"Factor B";font-weight:800;font-size:clamp(2.9rem,5vw,3.1rem);color:#1f1f1f;margin:0;text-transform:uppercase;line-height:100%}.event-grid__event-info{display:flex;flex-direction:column;gap:.1rem}.event-grid__event-date,.event-grid__event-time{font-family:"Sofia Pro",sans-serif;font-weight:400;font-size:clamp(2rem,5vw,2.4rem);color:#000;margin:0;text-transform:uppercase}.event-grid__summary{font-family:"Factor B";font-weight:800;font-size:clamp(1.6rem,3vw,2.5rem)}.event-grid__pagination{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:6rem}@media only screen and (max-width: 800px){.event-grid__pagination{margin-top:4rem;gap:1rem}}@media only screen and (max-width: 600px){.event-grid__pagination{gap:.5rem}}.event-grid__pagination-arrow{display:flex;align-items:center;justify-content:center;width:4.6rem;height:4.6rem;background-color:#fff;border:2px solid #000;cursor:pointer;transition:all .3s ease;color:#000}.event-grid__pagination-arrow:hover:not(.event-grid__pagination-arrow--disabled){background-color:#000;color:#fff}.event-grid__pagination-arrow--disabled{opacity:.3;cursor:not-allowed}@media only screen and (max-width: 600px){.event-grid__pagination-arrow{width:4rem;height:4rem}.event-grid__pagination-arrow svg{width:20px;height:20px}}.event-grid__pagination-list{display:flex;align-items:center;gap:1rem;list-style:none;padding:0;margin:0}@media only screen and (max-width: 600px){.event-grid__pagination-list{gap:.5rem}}.event-grid__pagination-btn{font-family:"Sofia Pro",sans-serif;font-weight:500;font-size:1.6rem;width:4.6rem;height:4.6rem;display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #000;color:#000;cursor:pointer;transition:all .3s ease}.event-grid__pagination-btn:hover{background-color:#f5f5f5;color:#000}.event-grid__pagination-btn--active{background-color:#000;color:#fff}@media only screen and (max-width: 600px){.event-grid__pagination-btn{width:4rem;height:4rem;font-size:1.4rem}}.event-grid__pagination-ellipsis{font-family:"Sofia Pro",sans-serif;font-weight:500;font-size:1.6rem;color:#000;padding:0 .5rem;user-select:none}/*# sourceMappingURL=event-grid.css.map */
