.webinar-list-module{background-color:var(--module-white);border-radius:8px;margin:0 auto;max-width:1372px;padding:16px 0;width:100%}.webinar-list-module-content,.webinar-list-module-content-title{display:flex;flex-direction:column;justify-content:center}.webinar-list-module-content-title{padding:16px 0}.webinar-list-module-content-title-text{color:var(--module-dark-navy);font-family:var(--module-font-family);font-size:var(--module-font-size-lg);font-weight:var(--module-font-weight-medium)}.webinar-list-module-content__items{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;justify-content:flex-start;width:100%}.webinar-list-module-content__item{align-items:stretch;background-color:#f9f9f9;border-radius:var(--module-border-radius-md);display:flex;flex:0 0 calc(33.33333% - 21.33333px);flex-direction:column;justify-content:flex-start}.webinar-list-module-content__item-details{align-items:flex-start;background-color:var(--module-white);display:flex;flex:1;flex-direction:column;gap:22px;min-height:0;padding:32px}.webinar-list-module-content__item-image{background-color:var(--module-clear-blue);border-top-left-radius:var(--module-border-radius-md);border-top-right-radius:var(--module-border-radius-md);display:block;flex-shrink:0;width:100%}.webinar-list-module-content__item-image img{display:block;height:auto;max-height:245px;object-fit:cover;vertical-align:middle;width:100%}.webinar-list-module-content__badge{border-radius:var(--module-border-radius-sm);display:flex;flex-direction:row;gap:4px;padding:6px}.webinar-list-module-content__badge-text{color:var(--module-white);font-family:var(--module-font-family);font-size:var(--module-font-size-xs);font-weight:var(--module-font-weight-medium);line-height:1.2}.webinar-list-module-content__item-description{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.webinar-list-module-content__item-description-text{color:var(--module-dark-navy);font-family:var(--module-font-family);font-size:var(--module-font-size-body);font-weight:var(--module-font-weight-medium);line-height:1.2}.webinar-list-module-content__item-date{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.webinar-list-module-content__item-date-time-text{color:var(--module-dark-navy);font-family:var(--module-font-family);font-size:var(--module-font-size-xs);font-weight:var(--module-font-weight-medium);line-height:1.2}.webinar-list-module-content__item-button{align-items:center;border-radius:var(--module-border-radius-xs);display:flex;flex-direction:row;gap:8px;justify-content:center;margin-top:auto;padding:16px 24px}.webinar-list-module-content__item-button-text{color:var(--module-white);font-family:var(--module-font-family);font-size:var(--module-font-size-sm);font-weight:var(--module-font-weight-semibold);line-height:1.2}.webinar-list-module-content__item-button-icon{height:20px;width:20px}@media (max-width:947px){.webinar-list-module-content-title{align-items:center}.webinar-list-module-content__items{justify-content:center}.webinar-list-module-content__item{flex:0 0 calc(50% - 16px)}}@media (max-width:768px){.webinar-list-module-content-title{align-items:center}.webinar-list-module-content-title-text{font-size:var(--module-font-size-base)}.webinar-list-module-content__item{flex:0 0 100%;max-width:100%}.webinar-list-module-content__item-image{height:100%;min-width:100%;width:100%}}