.cards-grid{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.cards-grid slideshow-slide .h-18{min-height:4.4rem}.cards-grid .cards-grid__item{-webkit-flex:1 1 100%;flex:1 1 100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.cards-grid .cards-grid__item .cards-grid__content{-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:30px}.cards-grid .cards-grid__item .cards-grid__content h3,.cards-grid .cards-grid__item .cards-grid__content p{width:100%}.cards-grid .cards-grid__item:nth-child(2n){-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.cards-grid .cards-grid__item:nth-child(2n) .cards-grid__content{border-right:var(--style-border-width) solid var(--color-border)}.cards-grid .cards-grid__item:nth-child(2n) .cards-grid__image{border-right:none}.cards-grid .cards-grid__item .cards-grid__content{-webkit-flex:1 1 50%;flex:1 1 50%}.cards-grid .cards-grid__item .cards-grid__image{border-right:var(--style-border-width) solid var(--color-border);-webkit-flex:1 1 50%;flex:1 1 50%}.cards-grid .cards-grid__item .cards-grid__image img{width:100%;height:auto;display:block}.cards-grid.container-column{-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.cards-grid.container-column slideshow-slide{-webkit-flex-shrink:1;flex-shrink:1;width:100%}@media screen and (max-width:749px){.cards-slideshow{border-bottom:var(--style-border-width) solid var(--color-border)}slideshow-component .cards-grid__content{border:none;border-top:var(--style-border-width) solid var(--color-border);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:22px}}