.howto-carousel{--howto-gap:20px;--howto-card-width:220px;margin:40px 0}@media (min-width:500px){.howto-carousel{--howto-card-width:260px}}@media (min-width:750px){.howto-carousel{--howto-card-width:230px}}@media (min-width:1140px){.howto-carousel{--howto-card-width:calc(100% / 5 - var(--howto-gap))}}.howto-carousel .items{display:flex;gap:var(--howto-gap);align-items:stretch;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.howto-carousel .items::-webkit-scrollbar{display:none}.howto-carousel .items .item{display:flex;flex:0 0 var(--howto-card-width);flex-direction:column;width:var(--howto-card-width);height:auto}.howto-carousel .items .item__image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px}.howto-carousel .items .item-content{display:flex;flex-grow:1;flex-direction:column;padding:.5em 1em;margin-top:2px;background:#fff;border-radius:4px}.howto-carousel .items .item-content__title{padding-top:10px;margin-bottom:8px;font-family:"Barlow Condensed",arial,verdana,sans-serif;font-size:24px;font-style:italic;font-weight:800;color:#145494}.howto-carousel .items .item-content p{margin:0;font-size:16px;font-style:normal}.howto-carousel .info-table{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;font-size:16px;border-radius:4px}@media (min-width:575px){.howto-carousel .info-table{flex-direction:row;justify-content:space-around;padding:10px;background-color:#fff}}.howto-carousel .info-table>div{display:flex;align-items:center;justify-content:center;width:100%;margin:1px 0;background-color:#fff;border-radius:4px}@media (min-width:575px){.howto-carousel .info-table>div{align-items:baseline;width:auto}}.howto-carousel .info-table label{display:initial;margin-right:8px;font-size:16px;font-style:italic;font-weight:800;color:#145494}@media (min-width:768px){.howto-carousel .info-table label{font-size:20px}}.howto-carousel.is-scrollable .howto-pagination{display:flex}.howto-carousel .howto-pagination{display:none;gap:8px;justify-content:center;padding:0;margin:0}.howto-carousel .howto-pagination span{width:10px;height:10px;background:rgb(0 0 0 / .2);border-radius:50%;transition:background-color 0.2s,transform 0.2s}.howto-carousel .howto-pagination span.is-active{background:#145494;transform:scale(1.2)}@media (pointer:fine){.howto-carousel.is-scrollable .items{cursor:grab}.howto-carousel.is-scrollable .items.is-dragging{cursor:grabbing;user-select:none}.howto-carousel.is-scrollable .items.is-dragging img{pointer-events:none}}