@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.gallery-more{display:grid;grid-gap:2rem}.gallery-more.single .gallery-item .gallery-item-inner{position:relative}.gallery-more.single .gallery-item::after{content:none}@media(min-width: 480px){.gallery-more.two{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 320px)and (max-width: 479px){.gallery-more.two .gallery-item{aspect-ratio:unset}}.gallery-more.two .gallery-item::after{padding-top:75%}.gallery-more.three{grid-template-columns:repeat(2, 1fr)}.gallery-more.three .gallery-item::after{padding-top:80%}@media(min-width: 768px){.gallery-more.three{grid-template-columns:repeat(3, 1fr)}}.gallery-more.four{grid-template-columns:repeat(2, 1fr)}.gallery-more.four .gallery-item::after{padding-top:85%}@media(min-width: 768px){.gallery-more.four{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.gallery-more.four{grid-template-columns:repeat(4, 1fr)}}.gallery-more:is(.full){grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.gallery-more:is(.full){grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.gallery-more:is(.full){grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1200px){.gallery-more:is(.full){grid-template-columns:repeat(5, 1fr)}}.gallery-item{position:relative;aspect-ratio:1/1}.gallery-item:after{content:"";display:block;padding-top:100%}.gallery-item img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%;transition:250ms;border-radius:var(--base-border-radius, 0rem)}.gallery-item .gallery-item-inner{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}a.gallery-item-inner:focus img,a.gallery-item-inner:hover img{transform:scale(1.05, 1.05)}.gallery-thumb-wrapper{position:relative;padding:2rem 6rem}.gallery-thumb-wrapper .gallery-nav-item{height:8rem}.gallery-thumb-wrapper .tns-controls button[data-controls=prev]{left:0}.gallery-thumb-wrapper .tns-controls button[data-controls=next]{right:0}