.upcoming-industry-events{overflow:hidden;position:relative}.upcoming-industry-events__items,.upcoming-industry-events__text{position:relative}.upcoming-industry-events__pre-header{margin-bottom:20px}.upcoming-industry-events__intro-text{margin-top:20px;max-width:25em}.upcoming-industry-events__items{display:grid;margin-top:var(--section-spacing-inner);grid-gap:var(--grid-gap);grid-template-columns:1fr}@media screen and (min-width:600px){.upcoming-industry-events__items{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:900px){.upcoming-industry-events__items{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.upcoming-industry-events__items{grid-template-columns:repeat(4,1fr)}}.upcoming-industry-event-item{background-color:#fff;border-radius:var(--card-border-radius);display:flex;flex-direction:column;justify-content:flex-start;padding:var(--card-spacing)}.upcoming-industry-event-item__dates,.upcoming-industry-event-item__location{align-items:center;display:flex;gap:.6em}.upcoming-industry-event-item__dates svg,.upcoming-industry-event-item__location svg{height:auto;width:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transform:translateY(-1px)}.upcoming-industry-event-item__location{margin-top:var(--text-spacing-sm)}.upcoming-industry-event-item__dates{margin-top:5px}.upcoming-industry-event-item__arrow{margin-top:auto;padding-top:var(--text-spacing-sm);fill:none;stroke:#2741f1;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transform:translateX(0);transition:transform .2s ease}.upcoming-industry-event-item:hover .upcoming-industry-event-item__arrow{transform:translateX(20%)}@media screen and (min-width:600px){.upcoming-industry-event-item{min-height:12em}}