.events-listing{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.events-listing__filters{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:80px;width:100%}.events-listing__filters__search{background-color:#fff;background-image:url(https://27116883.fs1.hubspotusercontent-eu1.net/hubfs/27116883/Events/search-icon.svg);background-position:center right 18px;background-repeat:no-repeat;background-size:18px;border:none;border-radius:8px;box-shadow:0 5px 10px rgba(99,99,199,.2);color:#1e003c;min-width:280px;padding:16px}.events-listing__filters__tag{background-color:#fff;border-color:#fff;color:#1e003c;font-weight:500;text-transform:uppercase;transition:.3s ease-in-out}.events-listing__filters__tag.active,.events-listing__filters__tag:hover{background-color:#1b562d;border-color:#1b562d;color:#fff;font-weight:500}.events-listing__filters__mobile-select{display:none}@media screen and (max-width:767px){.events-listing__filters{flex-direction:column;margin-bottom:40px}.events-listing__filters__search{min-width:unset;width:100%}.events-listing__filters__tag{display:none}.events-listing__filters__mobile-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-color:#6363c7;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 22.1 23.6'%3E%3Cpath d='M140.1 998.4v21.6' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round' transform='translate(-129 -997.369)'/%3E%3Cpath d='M150.1 1009.9 140 1020l-10.1-10.1' style='fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round' transform='translate(-129 -997.369)'/%3E%3C/svg%3E");background-position:center right 20px;background-repeat:no-repeat;background-size:16px;border:none;border-radius:8px;color:#1e003c;color:#fff;display:initial;padding:16px;width:100%}}.events-listing__cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;position:relative;width:100%}.events-listing__cards__no-results{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.events-listing__cards__no-results.show-message{opacity:1}.event-card{border-radius:8px;box-shadow:0 0 0 rgba(99,99,199,0);overflow:hidden;position:relative;transition:.3s ease-in-out;width:calc(33.33333% - 22px)}.event-card:hover{box-shadow:0 5px 10px rgba(99,99,199,.2)}.event-card.show-card{display:flex;flex-direction:column}.event-card.hide-card{display:none}.event-card__cover-link{height:100%;position:absolute;right:0;top:0;width:100%}.event-card__image{height:245px;overflow:hidden}.event-card__image img{height:100%;max-height:unset;max-width:unset;object-fit:cover;object-position:center;transform:scale(1);transition:.3s ease-in-out;width:100%}.event-card:hover .event-card__image img{transform:scale(1.1)}.event-card__content{background-color:#fff;flex-grow:1;padding:45px 36px}.event-card__content__tag{color:#1b562d;display:inline-block;font-weight:500;margin-bottom:20px;text-transform:uppercase}.event-card__content__info{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px}.event-card__content__info p:first-of-type{margin-bottom:10px}.event-card__content__info p:last-of-type{margin-bottom:0}.event-card__content h5{margin-bottom:24px;position:relative;transition:.3s ease-in-out}.event-card:hover .event-card__content h5{color:#002e14;text-decoration:underline}.event-card .button-primary{background-color:#1b562d;border-color:#1b562d;color:#fff}.event-card:hover .button-primary{background-color:transparent;color:#1b562d}.events-listing__pagination{display:flex;flex-direction:row;gap:20px;margin-top:100px}.events-listing__pagination button{background-color:unset;border:none;border-radius:unset;color:#1e003c;font-family:Lato,sans-serif;font-size:24px;margin:0;padding:0}.events-listing__pagination button.active{color:#1b562d}@media screen and (max-width:1023px){.event-card{width:calc(50% - 16px)}}@media screen and (max-width:767px){.events-listing__cards{flex-direction:column;gap:32px}.event-card{width:100%}.events-listing__pagination{margin-top:64px}}