.webinars-listing__heading{margin-bottom:10rem}.webinars-listing__wrapper{display:grid;gap:0;grid-template-columns:1fr;margin-bottom:5rem}.webinars-listing__wrapper--featured{display:grid;gap:0;grid-template-columns:1fr 1fr}.webinars-listing__featured--heading{align-content:space-between;background-color:var(--green);border-radius:8px 0 0 8px;display:flex;flex-direction:column;height:100%;padding:5rem}.webinars-listing__featured--heading.online{background-color:var(--grey)}.webinars-listing__meta{justify-content:space-between}.webinars-listing__meta,.webinars-listing__type{align-items:center;display:flex;flex-direction:row}.webinars-listing__type p{margin-bottom:0}.webinars-listing__type svg{margin-right:1rem}.webinars-listing__featured--heading :where(h3,p){color:var(--white)}.webinars-listing__featured--heading h3{margin-bottom:0;margin-top:auto}.webinars-listing__date{align-items:center;display:flex;flex-direction:row}.webinars-listing__date p{margin-bottom:0}.webinars-listing__date svg{margin-right:1rem}.webinars-listing__featured--content{background-color:var(--white);border-radius:0 8px 8px 0;padding:5rem}.webinars-listing__wrapper--webinar{display:grid;gap:5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3rem}.webinars-listing__webinar{background-color:var(--white);border-radius:8px;display:flex;flex-direction:column}.webinars-listing__webinar-heading{aspect-ratio:16/9;background-color:var(--green);border-radius:8px 8px 0 0;display:flex;flex:none;flex-direction:column;justify-content:space-between;padding:2rem;width:100%}.webinars-listing__webinar-heading.remove-padding{padding:0}.webinars-listing__webinar-heading iframe{border-radius:8px 8px 0 0}.webinars-listing__webinar-heading h3{color:var(--white);margin-bottom:2rem}.webinars-listing__content--webinar{display:flex;flex-direction:column;height:100%;padding:2rem}.webinars-listing__watch-time{align-items:center;display:flex;flex-direction:row;margin-bottom:1rem}.webinars-listing__watch-time svg{margin-right:1rem}.webinars-listing__content--webinar a{align-items:center;color:var(--green);display:inline-flex;font-weight:400;margin-top:auto}.webinars-listing__content--webinar a svg{margin-left:.5rem;transition:var(--transition)}.webinars-listing__content--webinar a:hover svg{margin-left:1rem}.webinars-listing__content--webinar p{margin-bottom:3rem}.webinars-listing__content--webinar span{display:inline-block;line-height:1;margin-bottom:0}@media screen and (max-width:1024px){.webinars-listing__wrapper--webinar{gap:3rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.webinars-listing__featured--heading{border-radius:8px 8px 0 0;padding:3rem}.webinars-listing__featured--content{border-radius:0 0 8px 8px;padding:3rem}.webinars-listing__meta{align-items:flex-start;flex-direction:column}.webinars-listing__date{margin-bottom:.5rem}.webinars-listing__date p,.webinars-listing__type p{font-size:1.5rem}.webinars-listing__heading{margin-bottom:5rem}.webinars-listing__featured--heading h3{margin-top:3rem}.webinars-listing__wrapper--featured,.webinars-listing__wrapper--webinar{grid-template-columns:minmax(10px,1fr)}}