.GalleryContainer-module__L8jX6a__gallerySection{background-color:#f8fafc;min-height:80vh;padding:4rem 1rem}.GalleryContainer-module__L8jX6a__container{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.GalleryContainer-module__L8jX6a__gridContainer{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:240px;grid-auto-flow:dense;gap:1.25rem;display:grid}.GalleryContainer-module__L8jX6a__gridCard{cursor:pointer;background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:16px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.GalleryContainer-module__L8jX6a__normal{grid-area:span 1/span 1}.GalleryContainer-module__L8jX6a__wide{grid-area:span 1/span 2}.GalleryContainer-module__L8jX6a__tall{grid-area:span 2/span 1}.GalleryContainer-module__L8jX6a__large{grid-area:span 2/span 2}.GalleryContainer-module__L8jX6a__galleryImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.GalleryContainer-module__L8jX6a__gridCard:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px #0000001a,0 6px 10px -2px #0000000d}.GalleryContainer-module__L8jX6a__gridCard:hover .GalleryContainer-module__L8jX6a__galleryImage{transform:scale(1.06)}.GalleryContainer-module__L8jX6a__cardOverlay{z-index:5;opacity:0;background:linear-gradient(#0f172a1a 0%,#0f172a66 40%,#0f172ad9 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.GalleryContainer-module__L8jX6a__gridCard:hover .GalleryContainer-module__L8jX6a__cardOverlay{opacity:1}.GalleryContainer-module__L8jX6a__cardTitle{color:#fff;text-shadow:0 1px 2px #00000080;margin:0;font-size:1.05rem;font-weight:600;line-height:1.4}.GalleryContainer-module__L8jX6a__expandIcon{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 4px #0000001a}.GalleryContainer-module__L8jX6a__expandIcon:hover{background-color:#ffffff4d;transform:scale(1.08)}.GalleryContainer-module__L8jX6a__loadMoreWrapper{justify-content:center;margin-top:1rem;display:flex}.GalleryContainer-module__L8jX6a__loadMoreBtn{color:#0645c3;cursor:pointer;background-color:#eff6ff;border:1px solid #0645c326;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex}.GalleryContainer-module__L8jX6a__loadMoreBtn:hover:not(:disabled){color:#fff;background-color:#0645c3;box-shadow:0 4px 12px #0645c333}.GalleryContainer-module__L8jX6a__loadMoreBtn:disabled{opacity:.6;cursor:not-allowed}.GalleryContainer-module__L8jX6a__spinner{animation:1s linear infinite GalleryContainer-module__L8jX6a__spin}@keyframes GalleryContainer-module__L8jX6a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GalleryContainer-module__L8jX6a__lightboxOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background-color:#060a18f2;flex-direction:column;animation:.25s ease-out GalleryContainer-module__L8jX6a__fadeIn;display:flex;position:fixed;inset:0}.GalleryContainer-module__L8jX6a__lightboxHeader{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:1010;background-color:#0f172a4d;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.GalleryContainer-module__L8jX6a__lightboxMeta h4{letter-spacing:.5px;margin:0;font-size:1.15rem;font-weight:600}.GalleryContainer-module__L8jX6a__lightboxControls{align-items:center;gap:.5rem;display:flex}.GalleryContainer-module__L8jX6a__controlBtn{color:#ffffffd9;cursor:pointer;background-color:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;padding:.6rem;text-decoration:none;transition:all .2s;display:flex}.GalleryContainer-module__L8jX6a__controlBtn:hover:not(:disabled){color:#fff;background-color:#ffffff2e;transform:translateY(-1px)}.GalleryContainer-module__L8jX6a__controlBtn:disabled{opacity:.3;cursor:not-allowed}.GalleryContainer-module__L8jX6a__controlBtnActive{color:#0f172a;background-color:#fbbf24;border-color:#fbbf24}.GalleryContainer-module__L8jX6a__controlBtnActive:hover{color:#0f172a;background-color:#f59e0b}.GalleryContainer-module__L8jX6a__closeBtn{color:#fca5a5;cursor:pointer;background-color:#ef444426;border:1px solid #ef444440;border-radius:8px;justify-content:center;align-items:center;margin-left:.5rem;padding:.6rem;transition:all .2s;display:flex}.GalleryContainer-module__L8jX6a__closeBtn:hover{color:#fff;background-color:#ef4444;border-color:#ef4444}.GalleryContainer-module__L8jX6a__progressBarWrapper{z-index:1010;background-color:#ffffff14;width:100%;height:3px}.GalleryContainer-module__L8jX6a__progressBar{transform-origin:0;background-color:#fbbf24;width:100%;height:100%;animation:3.5s linear infinite GalleryContainer-module__L8jX6a__fillProgress}@keyframes GalleryContainer-module__L8jX6a__fillProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.GalleryContainer-module__L8jX6a__lightboxBody{flex:1;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:relative;overflow:hidden}.GalleryContainer-module__L8jX6a__navArrow{color:#fff;cursor:pointer;z-index:1020;background-color:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;padding:1rem .75rem;transition:all .25s;display:flex}.GalleryContainer-module__L8jX6a__navArrow:hover{background-color:#fff3;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.GalleryContainer-module__L8jX6a__lightboxImageContainer{flex:1;justify-content:center;align-items:center;height:100%;max-height:62vh;display:flex;position:relative;overflow:hidden}.GalleryContainer-module__L8jX6a__zoomWrapper{justify-content:center;align-items:center;max-width:100%;max-height:100%;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex}.GalleryContainer-module__L8jX6a__lightboxImage{-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:60vh;box-shadow:0 25px 50px -12px #00000080}.GalleryContainer-module__L8jX6a__lightboxThumbnailsWrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1010;background-color:#0f172a66;border-top:1px solid #ffffff14;padding:1.25rem 2rem}.GalleryContainer-module__L8jX6a__lightboxThumbnails{-webkit-overflow-scrolling:touch;gap:.75rem;max-width:1000px;margin:0 auto;padding-bottom:.25rem;display:flex;overflow-x:auto}.GalleryContainer-module__L8jX6a__lightboxThumbnails::-webkit-scrollbar{height:6px}.GalleryContainer-module__L8jX6a__lightboxThumbnails::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.GalleryContainer-module__L8jX6a__lightboxThumbnails::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.GalleryContainer-module__L8jX6a__thumbnailCard{cursor:pointer;opacity:.45;background-color:#ffffff0d;border:2px solid #ffffff40;border-radius:6px;flex-shrink:0;width:80px;height:52px;transition:all .2s;position:relative;overflow:hidden}.GalleryContainer-module__L8jX6a__thumbnailCard:hover{opacity:.85;transform:translateY(-2px)}.GalleryContainer-module__L8jX6a__thumbnailActive{opacity:1;border-color:#fbbf24;transform:scale(1.05);box-shadow:0 4px 10px #fbbf2440}.GalleryContainer-module__L8jX6a__thumbnailImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@keyframes GalleryContainer-module__L8jX6a__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.GalleryContainer-module__L8jX6a__gridContainer{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-rows:200px}}@media (max-width:768px){.GalleryContainer-module__L8jX6a__gallerySection{padding:2.5rem .5rem}.GalleryContainer-module__L8jX6a__gridContainer{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;gap:.75rem}.GalleryContainer-module__L8jX6a__wide,.GalleryContainer-module__L8jX6a__large{grid-column:span 2}.GalleryContainer-module__L8jX6a__tall{grid-row:span 2}.GalleryContainer-module__L8jX6a__cardOverlay{padding:.75rem}.GalleryContainer-module__L8jX6a__cardTitle{font-size:.85rem}.GalleryContainer-module__L8jX6a__expandIcon{padding:.35rem;top:.5rem;right:.5rem}.GalleryContainer-module__L8jX6a__lightboxHeader{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.GalleryContainer-module__L8jX6a__lightboxMeta h4{font-size:.95rem}.GalleryContainer-module__L8jX6a__lightboxControls{justify-content:space-between;width:100%}.GalleryContainer-module__L8jX6a__lightboxBody{padding:.5rem}.GalleryContainer-module__L8jX6a__navArrow{border-radius:8px;padding:.75rem .5rem}.GalleryContainer-module__L8jX6a__lightboxImage{max-height:48vh}.GalleryContainer-module__L8jX6a__lightboxThumbnailsWrapper{padding:.75rem 1rem}.GalleryContainer-module__L8jX6a__thumbnailCard{width:60px;height:40px}}@media (max-width:480px){.GalleryContainer-module__L8jX6a__gridContainer{grid-template-columns:1fr;grid-auto-rows:200px}.GalleryContainer-module__L8jX6a__wide,.GalleryContainer-module__L8jX6a__large,.GalleryContainer-module__L8jX6a__tall{grid-area:span 1/span 1}.GalleryContainer-module__L8jX6a__lightboxImage{max-height:40vh}}
.squares-canvas{border:none;width:100%;height:100%;display:block}
.home-module__oiY7mW__homeHero{background:linear-gradient(#002878 0%,#033496 22.22%,#0645c3 55.67%);border-radius:.5rem;height:90vh;min-height:900px;max-height:800px;margin:1rem;padding:2rem;position:relative;overflow:hidden}.home-module__oiY7mW__squaresBackground{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.home-module__oiY7mW__containerHero{z-index:2;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:60%;display:flex;position:relative}.home-module__oiY7mW__contextHero{pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:625px;display:flex}.home-module__oiY7mW__dateTitle{color:#fff;font-family:Figtree;font-size:24px;font-style:normal;font-weight:600}.home-module__oiY7mW__title,.home-module__oiY7mW__runTitle{color:#fff;margin:0;padding:0;font-family:Krona One;font-size:96px;font-style:normal;font-weight:400}.home-module__oiY7mW__runTitle{color:#bf0000!important}.home-module__oiY7mW__description{text-align:center;color:#fffc;font-family:Figtree;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home-module__oiY7mW__buttons{gap:1rem;margin-top:2rem;display:flex}.home-module__oiY7mW__placeholder{z-index:10;margin-top:-20rem;position:relative}.home-module__oiY7mW__placeholderContent{background-position:50%;background-size:cover;padding:6rem}.home-module__oiY7mW__placeholderContent video{background-position:50%;background-size:cover;border:6px solid #e6e6e6;border-radius:1rem;width:100%;max-width:1200px;margin:0 auto;display:block}@media (max-width:1024px){.home-module__oiY7mW__title,.home-module__oiY7mW__runTitle{font-size:72px}.home-module__oiY7mW__placeholder{margin-top:-15rem}}@media (max-width:768px){.home-module__oiY7mW__title,.home-module__oiY7mW__runTitle{font-size:56px}.home-module__oiY7mW__dateTitle{font-size:20px}.home-module__oiY7mW__description{padding:0 1rem;font-size:18px}.home-module__oiY7mW__placeholder{margin-top:-18rem;display:none}.home-module__oiY7mW__placeholderContent{padding:6rem 2rem 2rem}.home-module__oiY7mW__homeHero{max-height:70vh}.home-module__oiY7mW__containerHero{height:80%}.home-module__oiY7mW__homeHero{min-height:60vh}}@media (max-width:480px){.home-module__oiY7mW__homeHero{padding:1rem}.home-module__oiY7mW__title,.home-module__oiY7mW__runTitle{font-size:40px}.home-module__oiY7mW__dateTitle{font-size:16px}.home-module__oiY7mW__description{font-size:16px;line-height:22px}.home-module__oiY7mW__buttons{flex-direction:column;gap:.75rem;width:100%}.home-module__oiY7mW__placeholder{margin-top:-12rem;display:none}.home-module__oiY7mW__placeholderContent{padding:10rem 1rem 1rem}.home-module__oiY7mW__placeholderContent video{border-width:4px;border-radius:.5rem}.home-module__oiY7mW__containerHero{height:80%}}
.partners-module__7uV4PG__partnersSection{width:100%;padding:4rem 1rem}.partners-module__7uV4PG__container{max-width:1500px;margin:0 auto}.partners-module__7uV4PG__header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 3rem;display:flex}.partners-module__7uV4PG__title{color:#1a365d;margin-bottom:.5rem;font-family:inherit;font-size:2.5rem;font-weight:600}.partners-module__7uV4PG__underline{background:linear-gradient(90deg,#0645c3,#2563eb80);border-radius:2px;width:140px;height:4px;margin-bottom:1.5rem}.partners-module__7uV4PG__partnersGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;width:100%;max-width:850px;margin:0 auto;display:flex}.partners-module__7uV4PG__partnerLogo{opacity:.9;justify-content:center;align-items:center;width:100px;height:100px;transition:all .3s;display:flex}.partners-module__7uV4PG__partnerImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.partners-module__7uV4PG__partnerLogo:hover{opacity:1;transition:all .3s;transform:scale(1.02)}@media (max-width:1024px){.partners-module__7uV4PG__partnersGrid{gap:3rem}}@media (max-width:768px){.partners-module__7uV4PG__partnersSection{padding:3rem 1rem}.partners-module__7uV4PG__title{font-size:2rem}.partners-module__7uV4PG__partnersGrid{gap:2.5rem}.partners-module__7uV4PG__partnerLogo{width:80px;height:80px}}@media (max-width:480px){.partners-module__7uV4PG__partnersSection{padding:2.5rem 1rem}.partners-module__7uV4PG__title{font-size:1.8rem}.partners-module__7uV4PG__partnersGrid{gap:2rem}.partners-module__7uV4PG__partnerLogo{width:70px;max-width:none;height:70px}.partners-module__7uV4PG__partnerImage{width:100%;height:100%}}
.sponsoredBanner-module__o2UISq__bannerMain{margin:1rem}.sponsoredBanner-module__o2UISq__bannerContainer{justify-content:center;width:100%;max-width:1500px;margin:3rem auto;display:flex}.sponsoredBanner-module__o2UISq__bannerImage{-o-object-fit:contain;object-fit:contain;border-radius:.5rem;width:100%;height:auto;display:block}
.trasy-module__vTjp8G__trasyHero{background:linear-gradient(#002878 0%,#033496 22.22%,#0645c3 55.67%);border-radius:.5rem;flex-direction:column;height:50vh;min-height:400px;max-height:600px;margin:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.trasy-module__vTjp8G__squaresBackground{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.trasy-module__vTjp8G__containerHero{z-index:2;pointer-events:none;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.trasy-module__vTjp8G__contextHero{pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;display:flex}.trasy-module__vTjp8G__title{color:#fff;text-align:center;margin:0;padding:0;font-family:Krona One,sans-serif;font-size:64px;font-style:normal;font-weight:400}@media (max-width:1024px){.trasy-module__vTjp8G__title{font-size:56px}}@media (max-width:768px){.trasy-module__vTjp8G__trasyHero{height:40vh;min-height:350px}.trasy-module__vTjp8G__title{font-size:40px}}@media (max-width:480px){.trasy-module__vTjp8G__trasyHero{min-height:300px;margin:.5rem;padding:1rem}.trasy-module__vTjp8G__title{font-size:32px}}
.ResultsHero-module__HT00BG__resultsHero{background:linear-gradient(135deg,#021b4f 0%,#033496 50%,#004ee2 100%);border-radius:.5rem;flex-direction:column;height:50vh;min-height:400px;max-height:600px;margin:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.ResultsHero-module__HT00BG__squaresBackground{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ResultsHero-module__HT00BG__containerHero{z-index:2;pointer-events:none;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.ResultsHero-module__HT00BG__contextHero{pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;display:flex}.ResultsHero-module__HT00BG__subtitle{color:#fbbf24;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:20px;font-weight:700}.ResultsHero-module__HT00BG__title{font-family:var(--font-krona-one),"Krona One",sans-serif;color:#fff;text-align:center;text-shadow:0 4px 20px #0003;margin:0;padding:0;font-size:64px;font-style:normal;font-weight:400}@media (max-width:1024px){.ResultsHero-module__HT00BG__title{font-size:56px}}@media (max-width:768px){.ResultsHero-module__HT00BG__resultsHero{height:40vh;min-height:350px}.ResultsHero-module__HT00BG__title{font-size:40px}}@media (max-width:480px){.ResultsHero-module__HT00BG__resultsHero{min-height:300px;margin:.5rem;padding:1rem}.ResultsHero-module__HT00BG__title{font-size:32px}}
.sponsors-module__QOaB2G__sponsorsSection{width:100%;padding:4rem 1rem}.sponsors-module__QOaB2G__container{max-width:1500px;margin:0 auto}.sponsors-module__QOaB2G__header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 3rem;display:flex}.sponsors-module__QOaB2G__title{color:#1a365d;margin-bottom:.5rem;font-family:inherit;font-size:2.5rem;font-weight:600}.sponsors-module__QOaB2G__underline{background:linear-gradient(90deg,#0645c3,#2563eb80);border-radius:2px;width:140px;height:4px;margin-bottom:1.5rem}.sponsors-module__QOaB2G__sponsorsGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;width:100%;max-width:850px;margin:0 auto;display:flex}.sponsors-module__QOaB2G__sponsorLogo{opacity:.9;justify-content:center;align-items:center;width:100px;height:100px;transition:all .3s;display:flex}.sponsors-module__QOaB2G__sponsorImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.sponsors-module__QOaB2G__sponsorLogo:hover{opacity:1;transition:all .3s;transform:scale(1.02)}@media (max-width:1024px){.sponsors-module__QOaB2G__sponsorsGrid{gap:3rem}}@media (max-width:768px){.sponsors-module__QOaB2G__sponsorsSection{padding:3rem 1rem}.sponsors-module__QOaB2G__title{font-size:2rem}.sponsors-module__QOaB2G__sponsorsGrid{gap:2.5rem}.sponsors-module__QOaB2G__sponsorLogo{width:80px;height:80px}}@media (max-width:480px){.sponsors-module__QOaB2G__sponsorsSection{padding:2.5rem 1rem}.sponsors-module__QOaB2G__title{font-size:1.8rem}.sponsors-module__QOaB2G__sponsorsGrid{gap:2rem}.sponsors-module__QOaB2G__sponsorLogo{width:70px;max-width:none;height:70px}.sponsors-module__QOaB2G__sponsorImage{width:100%;height:100%}}
.GalleryHero-module__ls-_wW__galleryHero{border-radius:.5rem;flex-direction:column;height:50vh;min-height:400px;max-height:600px;margin:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.GalleryHero-module__ls-_wW__sliderContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.GalleryHero-module__ls-_wW__slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.GalleryHero-module__ls-_wW__activeSlide{opacity:1}.GalleryHero-module__ls-_wW__darkOverlay{z-index:1;pointer-events:none;background:linear-gradient(135deg,#021b4fb8 0%,#033496b8 50%,#004ee299 100%);width:100%;height:100%;position:absolute;top:0;left:0}.GalleryHero-module__ls-_wW__squaresBackground{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.GalleryHero-module__ls-_wW__containerHero{z-index:3;pointer-events:none;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.GalleryHero-module__ls-_wW__contextHero{pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;display:flex}.GalleryHero-module__ls-_wW__subtitle{color:#fbbf24;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:20px;font-weight:700}.GalleryHero-module__ls-_wW__title{font-family:var(--font-krona-one),"Krona One",sans-serif;color:#fff;text-align:center;text-shadow:0 4px 20px #00000059;margin:0;padding:0;font-size:64px;font-style:normal;font-weight:400}.GalleryHero-module__ls-_wW__navBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:4;opacity:0;background-color:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:55%;transform:translateY(-50%)}.GalleryHero-module__ls-_wW__leftBtn{left:2rem}.GalleryHero-module__ls-_wW__rightBtn{right:2rem}.GalleryHero-module__ls-_wW__galleryHero:hover .GalleryHero-module__ls-_wW__navBtn{opacity:1}.GalleryHero-module__ls-_wW__navBtn:hover{color:#021b4f;background-color:#fbbf24;border-color:#fbbf24;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #fbbf244d}.GalleryHero-module__ls-_wW__dotsContainer{z-index:4;gap:.6rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.GalleryHero-module__ls-_wW__dot{cursor:pointer;background-color:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.GalleryHero-module__ls-_wW__dot:hover{background-color:#fffc}.GalleryHero-module__ls-_wW__activeDot{background-color:#fbbf24;border-radius:9999px;width:24px;box-shadow:0 0 8px #fbbf2480}@media (max-width:1024px){.GalleryHero-module__ls-_wW__title{font-size:56px}}@media (max-width:768px){.GalleryHero-module__ls-_wW__galleryHero{height:40vh;min-height:350px}.GalleryHero-module__ls-_wW__title{font-size:40px}.GalleryHero-module__ls-_wW__leftBtn{left:1rem}.GalleryHero-module__ls-_wW__rightBtn{right:1rem}.GalleryHero-module__ls-_wW__navBtn{opacity:.6;padding:.5rem}.GalleryHero-module__ls-_wW__galleryHero:hover .GalleryHero-module__ls-_wW__navBtn{opacity:.9}}@media (max-width:480px){.GalleryHero-module__ls-_wW__galleryHero{min-height:300px;margin:.5rem;padding:1rem}.GalleryHero-module__ls-_wW__title{font-size:32px}.GalleryHero-module__ls-_wW__navBtn{display:none}.GalleryHero-module__ls-_wW__dotsContainer{bottom:1.25rem}}
