.presentation-of-gallery{width:100%;min-height:100vh;font-family:League Spartan;color:var(--font-color);display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.presentation-of-gallery .extended-title,.presentation-of-gallery h2{z-index:3}.presentation-of-gallery h2{margin-bottom:1.5rem}.presentation-of-gallery{font-size:var(--title-font-size);text-transform:uppercase;text-align:center;font-weight:900;margin:2rem 0 .5rem}.presentation-of-gallery .extended-title{font-size:calc(var(--description-font-size) - .1rem);font-weight:600;text-align:center;text-transform:uppercase;margin-bottom:2rem;max-width:800px;z-index:3}.absolute-header{position:absolute;top:45%}.absolute-button{position:absolute;top:70%}.gallery-block{width:100%;flex:1 1 0;min-height:0;display:flex;align-items:stretch;justify-content:center;box-sizing:border-box;padding-bottom:2rem;margin:0 auto}@media (max-width:900px){.presentation-of-gallery{padding:1rem .5rem}.gallery-header{margin:0 50px}.gallery-header>*{font-size:3rem}.gallery-block{padding-bottom:1rem}}@media (max-width:485px){.gallery-btn{width:300px}.absolute-header{top:40%}.absolute-button{top:75%}}.split-text{display:inline-block;font-variant-ligatures:none}.split-char{display:inline-block;will-change:transform,opacity}.gallery-overlay-content{position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;background:var(--color-background-transparent)}.gallery-overlay-content>*{pointer-events:auto;text-align:center;color:var(--font-color);font-size:2.3rem;font-weight:700;margin-bottom:1.2rem}.gallery-overlay-content .gallery-btn{margin-top:2rem;padding:.75em 2em;background:var(--secondary-color);color:var(--alt-font-color);border:none;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.1);transition:background .2s;text-decoration:none}.gallery-overlay-content .gallery-header{font-family:var(--type-2-ff);font-size:4rem;text-transform:uppercase}.gallery-overlay-content .gallery-btn:hover{background:var(--color-complementary-hover);color:var(--font-color)}.gallery-slider-viewport{flex:1 1 0;box-sizing:border-box;margin:0 auto}.gallery-grid,.gallery-slider-viewport{width:100%;display:flex;align-items:stretch;justify-content:center}.gallery-grid{height:100%;gap:5px}.gallery-grid img{user-select:none}.gallery-col{height:100%;display:flex;flex-direction:column;flex:1 1 0;gap:10px;min-width:0;max-width:none;overflow:hidden}.gallery-col-type-1-top,.gallery-col-type-2-top,.gallery-col-type-3-grid{flex:5 1 0;min-height:0;height:auto;display:flex}.gallery-col-type-1-bottom,.gallery-col-type-2-bottom{flex:2 1 0;min-height:0;height:auto;margin-top:8px;padding:0 8px 8px;width:100%;display:flex;align-items:stretch;gap:10px}.gallery-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background:#ececec}.gallery-col-type-1-top{gap:8px;padding:8px 8px 0}.gallery-col-type-1-left{display:flex;flex-direction:column;gap:8px;flex:1}.gallery-col-type-1-left .gallery-img{width:100%;height:50%}.gallery-col-type-1-right{flex:1;display:flex;height:102%}.gallery-col-type-1-bottom .gallery-img,.gallery-col-type-1-right .gallery-img{width:100%;height:100%}.gallery-col-type-2-top{gap:8px;padding:8px 8px 0}.gallery-col-type-2-left{flex:2;height:100%}.gallery-col-type-2-left .gallery-img{width:100%;height:100%}.gallery-col-type-2-right{flex:1;display:flex;flex-direction:column;gap:8px;height:100%}.gallery-col-type-2-right .gallery-img{width:100%;height:50%}.gallery-col-type-2-bottom .gallery-img{width:50%;height:100%}.gallery-col-type-3-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;padding:8px;width:100%;height:100%;min-height:0;min-width:0;box-sizing:border-box;overflow:hidden}.gallery-col-type-3-grid .gallery-img{width:100%;height:100%}@media (max-width:1600px){.gallery-col-type-3{display:none}}@media (max-width:1200px){.gallery-grid{flex-direction:column}.gallery-col{min-height:1000px}.gallery-col-type-2{display:none}}@media (max-width:600px){.gallery-overlay-content{top:0}.gallery-overlay-content h2{font-size:1px}}.member-card{display:flex;flex-direction:row;align-items:center;margin:2rem;background-color:var(--primary-color);padding:65px 40px;border-radius:25px;color:var(--alt-font-color);transition:background-color .5s ease,color .5s ease;text-decoration:none;width:70%}.reversed{flex-direction:row-reverse;align-self:flex-end}.member-image{width:330px;border-radius:50%;height:330px;object-fit:cover;object-position:center 10%}.member-name{font-size:calc(var(--title-font-size) + .4rem);text-transform:uppercase;margin-top:30px;text-align:center}.member-description{font-size:calc(var(--description-font-size) + .3rem);margin:0 40px}.member-description p{margin:15px 0}.member-description strong{color:inherit}@media (max-width:1400px){.member-card{flex-direction:column;margin:20px 10px;width:auto}.member-description p{margin:25px 0;font-size:var(--description-font-size)}.member-name{margin:20px}.reversed{align-self:auto}}.sticky-cta{position:fixed;right:18px;bottom:18px;z-index:9999;padding:12px 18px;border:none;border-radius:5px;font-weight:800;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--secondary-color);color:var(--font-color);box-shadow:0 8px 24px rgba(0,0,0,.18);cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease,color .2s ease;text-transform:uppercase;font-size:var(--ui-font-size)}.sticky-cta:hover{transform:translateY(-5px);color:var(--primary-color);background-color:var(--background-color);box-shadow:0 10px 28px rgba(0,0,0,.22)}.sticky-cta:active{transform:translateY(0);box-shadow:0 6px 18px rgba(0,0,0,.16)}.sticky-cta:focus-visible{outline:2px solid var(--secondary-color);outline-offset:3px}@media (max-width:768px){.sticky-cta{right:14px;bottom:14px;padding:12px 16px;font-size:.95rem}}@keyframes formPulse{0%{box-shadow:0 0 0 0 rgba(255,165,0,0);transform:scale(1)}20%{box-shadow:0 0 0 10px rgba(255,165,0,.18);transform:scale(1.01)}60%{box-shadow:0 0 0 0 rgba(255,165,0,0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(255,165,0,0);transform:scale(1)}}.bottom-form.form-highlight{animation:formPulse 1.2s ease-out both;outline:2px solid var(--secondary-color);outline-offset:2px}@media (prefers-reduced-motion:reduce){.sticky-cta{transition:none}.bottom-form.form-highlight{animation:none}}