@keyframes rotating{100%{transform:rotate(360deg)}}.instagramFeed{position:relative;display:flex;overflow:hidden;flex-direction:column;align-items:center;gap:clamp(2.4rem,3.137254902vw,4.8rem);padding:0 0 clamp(4.8rem,6.2745098039vw,9.6rem);background-color:var(--main-color, #07141F)}.instagramFeed .instagramFeed-title{position:relative;z-index:3;max-width:70rem;margin:0;color:var(--base-white, #fff);font-family:"Futura PT",sans-serif;font-size:clamp(3.2rem,3.7908496732vw,5.8rem);font-weight:600;letter-spacing:.25px;line-height:95%;text-align:center}.instagramFeed .instagramFeed-title :where(h1,h2,h3,p){margin:0;font:inherit;letter-spacing:inherit;line-height:inherit}.instagramFeed .instagramFeed-grid{position:relative;z-index:1;display:flex;overflow:hidden;flex-wrap:wrap;width:100%;max-height:clamp(42rem,52.3529411765vw,80.1rem);gap:clamp(2.4rem,3.137254902vw,4.8rem)}.instagramFeed .instagramFeed-grid:after{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg, rgba(7, 20, 31, 0) 0%, #07141F 100%);content:"";pointer-events:none}.instagramFeed .instagramFeed-item{position:relative;display:block;overflow:hidden;flex:0 1 calc(50% - clamp(2.4rem, 3.137254902vw, 4.8rem)/2);aspect-ratio:448/559;background-color:var(--base-white, #fff);text-decoration:none}@container (inline-size > 80rem){.instagramFeed .instagramFeed-item{flex-basis:calc(25% - clamp(2.4rem,2.614379085vw,4rem))}}.instagramFeed .instagramFeed-image{display:block;width:100%;height:100%;object-fit:cover}.instagramFeed .instagramFeed-button{position:absolute;z-index:4;bottom:clamp(4.8rem,6.2745098039vw,9.6rem);left:50%;display:inline-flex;min-height:5.6rem;align-items:center;justify-content:center;padding:1.6rem 3.2rem;border:.2rem solid var(--base-white, #fff);background-color:rgba(0,0,0,0);color:var(--base-white, #fff);font-family:"Open Sans",sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.25px;line-height:1;text-align:center;text-decoration:none;transform:translateX(-50%);transition:background-color 300ms ease,color 300ms ease}.instagramFeed .instagramFeed-button:focus,.instagramFeed .instagramFeed-button:hover{background-color:var(--base-white, #fff);color:var(--main-color, #07141F);text-decoration:none}