@charset "UTF-8";.c-gallery,.c-gallery__image:nth-child(3n+3):not(:nth-last-child(2)):not(:last-child){--gallery-images-per-row:1}.c-gallery{--gallery-content-gap:2.5rem;--gallery-images-gap:1.25rem;--text-default-size:var(--text-smaller-size)}.c-gallery__content{text-align:center}.c-gallery__content h2{text-wrap:balance}.c-gallery__content h2:last-child{margin-bottom:0}.c-gallery__content p{line-height:normal;text-wrap:pretty}.c-gallery__content ol,.c-gallery__content ul{text-align:left;padding:0}.c-gallery__content ol li,.c-gallery__content ul li{margin:0;padding-bottom:0;text-wrap:pretty}.c-gallery__content + .c-gallery__row{margin-top:var(--gallery-content-gap)}.c-gallery__row{display:flex;flex-wrap:wrap;gap:var(--gallery-images-gap)}.c-gallery__image{overflow:hidden;border-radius:10px;flex:1 0 calc(100% / var(--gallery-images-per-row) - var(--gallery-images-gap) * 2)}@media (min-width:768px){.c-gallery{--gallery-images-per-row:2}}@media (min-width:1450px){.c-gallery{--text-default-size:1rem}.c-gallery__content p{line-height:1.4}}@media (min-width:1850px){.c-gallery{--text-default-size:1.06rem}}