.loadingBlock{display:grid;height:200px;place-items:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0}.media-scrolling{--_spacer:.6rem;display:grid;grid-auto-flow:column;margin-left:.5rem;margin-right:.5rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:var(--_spacer,1rem);scroll-snap-type:inline mandatory}.media-scrolling>*{scroll-snap-align:start}@media (min-width:768px){.grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}}.carousel-item{background-color:#000000b3;display:flex;gap:1rem;height:320px;justify-content:center;padding:2.5rem}.v-carousel{overflow:hidden;position:relative;width:100%}.v-carousel__controls{align-items:center;background:rgba(var(--v-theme-surface-variant),.3);bottom:0;color:rgb(var(--v-theme-on-surface-variant));display:flex;height:50px;justify-content:center;list-style-type:none;position:absolute;width:100%;z-index:1}.v-carousel__controls>.v-item-group{flex:0 1 auto}.v-carousel__controls__item{margin:0 8px}.v-carousel__controls__item .v-icon{opacity:.5}.v-carousel__controls__item--active .v-icon{opacity:1;vertical-align:middle}.v-carousel__controls__item:hover{background:none}.v-carousel__controls__item:hover .v-icon{opacity:.8}.v-carousel__progress{bottom:0;left:0;margin:0;position:absolute;right:0}.v-carousel-item{display:block;height:inherit;text-decoration:none}.v-carousel-item>.v-img{height:inherit}.v-carousel--hide-delimiter-background .v-carousel__controls{background:transparent}.v-carousel--vertical-delimiters .v-carousel__controls{flex-direction:column;height:100%!important;width:50px}
