.Header-module__gbg3bW__header{z-index:100;width:100%;height:var(--header-height);background-color:var(--bg-color);justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:fixed}.Header-module__gbg3bW__header svg{width:3rem;height:3rem;margin-right:.8rem;position:relative;top:0;rotate:y 180deg}.Header-module__gbg3bW__header svg path{fill:#0000;stroke:var(--lakota-green);stroke-width:3px}.Header-module__gbg3bW__logo-desktop{height:var(--header-height);width:calc(var(--header-height)*1.1);display:none}.Header-module__gbg3bW__logo-img{width:100%;height:100%;display:none}.Header-module__gbg3bW__logo-mobile{margin-left:.5rem;display:flex}.Header-module__gbg3bW__title{color:#000;height:100%;text-decoration:none;display:flex}.Header-module__gbg3bW__title-logo{flex-direction:column;justify-content:center;height:100%;margin-right:.5rem;display:flex}.Header-module__gbg3bW__title div span{text-transform:uppercase;display:block}.Header-module__gbg3bW__title div span:first-child{height:20px;font-family:gotham-bold;font-size:1.52rem}.Header-module__gbg3bW__title div span:last-child{height:12px;font-family:gotham-Light;font-size:.7rem}.Header-module__gbg3bW__path{stroke-dasharray:1038.09;stroke-dashoffset:0;animation:10s infinite Header-module__gbg3bW__strokeLetter}@keyframes Header-module__gbg3bW__strokeLetter{0%,to{stroke-dashoffset:0;animation-timing-function:ease-in}49%,50%{stroke-dashoffset:1038.09px;animation-timing-function:ease-out}}@media screen and (min-width:32rem){.Header-module__gbg3bW__logo-desktop,.Header-module__gbg3bW__logo-img{display:block}.Header-module__gbg3bW__logo-mobile{display:none}}@media screen and (min-width:48rem){.Header-module__gbg3bW__header svg{width:4rem;height:4rem;top:-9px}.Header-module__gbg3bW__title div span:first-child{height:25px;font-size:1.82rem}.Header-module__gbg3bW__title div span:last-child{height:14px;font-size:.84rem}}
.ButtonMenu-module__yN97wW__menu-button{--w-btn-menu:1.6rem;--h-btn-menu:1.6rem;z-index:101;width:var(--w-btn-menu);height:var(--h-btn-menu);cursor:pointer;mix-blend-mode:difference;background-color:#000;border:none;transition:rotate .3s ease-in-out,translate .3s ease-in-out;position:absolute;right:1rem}.ButtonMenu-module__yN97wW__menu-button .ButtonMenu-module__yN97wW__span{width:var(--w-btn-menu);mix-blend-mode:difference;background-color:#fff;height:.1rem;transition:width .3s ease-in-out;position:absolute;top:50%;left:50%;translate:-50% -50%}.ButtonMenu-module__yN97wW__menu-button .ButtonMenu-module__yN97wW__span:before,.ButtonMenu-module__yN97wW__menu-button .ButtonMenu-module__yN97wW__span:after{content:"";width:var(--w-btn-menu);mix-blend-mode:difference;background-color:#fff;height:.1rem;transition:top .3s ease-in-out,rotate .3s ease-in-out;position:absolute;left:50%;translate:-50%}.ButtonMenu-module__yN97wW__menu-button .ButtonMenu-module__yN97wW__span:before{top:-.4rem}.ButtonMenu-module__yN97wW__menu-button .ButtonMenu-module__yN97wW__span:after{top:.4rem}.ButtonMenu-module__yN97wW__menu-button.ButtonMenu-module__yN97wW__active{rotate:360deg}.ButtonMenu-module__yN97wW__menu-button.ButtonMenu-module__yN97wW__active .ButtonMenu-module__yN97wW__span{width:0}.ButtonMenu-module__yN97wW__menu-button.ButtonMenu-module__yN97wW__active .ButtonMenu-module__yN97wW__span:before{top:0;rotate:45deg}.ButtonMenu-module__yN97wW__menu-button.ButtonMenu-module__yN97wW__active .ButtonMenu-module__yN97wW__span:after{top:0;rotate:-45deg}@media screen and (min-width:800px){.ButtonMenu-module__yN97wW__menu-button{display:none}}
.navbar{--li-height:3rem;z-index:100;top:0;right:calc(0px - var(--width-navbar));width:var(--width-navbar);background-color:var(--bg-color-navbar);background-color:#000;height:100vh;transition:right .3s ease-in-out;position:fixed}.navbar ul{flex-direction:column;justify-content:center;height:100%;display:flex}@media screen and (max-width:800px){.navbar ul{align-items:center}}.navbar ul li{height:calc(var(--li-height)*1.5);list-style:none;position:relative}@media screen and (max-width:800px){.navbar ul li{width:80%}}.navbar ul li a{height:100%;color:var(--color-text-white);align-items:center;padding:1rem 2rem;font-size:1rem;text-decoration:none;display:flex}@media screen and (max-width:800px){.navbar ul li:not(:last-child):after{content:"";background-color:#fff;width:calc(100% - 4rem);height:.5px;position:absolute;left:50%;translate:-50%}}.current-link{color:var(--color-text);position:relative}.current-link:after{content:"";background-color:var(--color-current-link);border:1px solid #f4f1f1;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:50%;left:1rem;translate:-50% -50%}@media screen and (min-width:800px){.navbar{width:auto;height:var(--header-height);background-color:#0000;border:none;right:0}.navbar ul{flex-direction:row;align-items:center;padding:0}.navbar ul li,.navbar ul li:first-child{height:var(--li-height);border:none}:is(.navbar ul li,.navbar ul li:first-child) .link{color:var(--color-text);padding:0 1rem;position:relative}:is(.navbar ul li,.navbar ul li:first-child) .link:not(.current-link):after{content:"";background-color:var(--bg-color-black);transform-origin:100%;width:calc(100% - 2rem);height:2px;transition:transform .6s cubic-bezier(.87,0,.13,1);position:absolute;top:2.2rem;left:1rem;transform:scaleX(0)}:is(.navbar ul li,.navbar ul li:first-child) .link:not(.current-link):hover:after{transform-origin:0;transform:scaleX(1)}.current-link:after{content:"";color:var(--color-text);background-color:var(--bg-color-black);border:none;border-radius:0;width:calc(100% - 2rem);height:2px;position:absolute;top:2.2rem;left:50%;translate:-50%}}
.Footer-module__8-teKW__footer{--color:#fff;min-height:var(--min-height-footer);background-color:var(--lakota-green);flex-direction:column;justify-content:space-evenly;align-items:center;padding:0 1rem;display:flex}.Footer-module__8-teKW__footer li{list-style-type:none}.Footer-module__8-teKW__footer-separating-line{background-color:var(--color);width:80%;height:1px;display:inline-block;position:relative}.Footer-module__8-teKW__copyright{color:var(--color);padding:1rem}.Footer-module__8-teKW__networks{color:var(--color);flex-direction:row;align-items:center;padding:1rem;display:flex}.Footer-module__8-teKW__networks .Footer-module__8-teKW__title{padding-right:1rem;font-weight:400}.Footer-module__8-teKW__networks ul{display:flex}.Footer-module__8-teKW__networks li{background-color:#fff;border-radius:1rem;width:2rem;height:2rem;margin:.5rem}.Footer-module__8-teKW__networks li .Footer-module__8-teKW__link{text-decoration:none}.Footer-module__8-teKW__networks li img{width:100%}.Footer-module__8-teKW__links{padding:.8rem}.Footer-module__8-teKW__links li{margin:.6rem}.Footer-module__8-teKW__links li .Footer-module__8-teKW__link{color:var(--color-footer);text-decoration:none}.Footer-module__8-teKW__current-link{color:var(--color);position:relative}.Footer-module__8-teKW__current-link:after{content:"";color:var(--color-text);background-color:var(--color);border:none;border-radius:0;width:100%;height:2px;position:absolute;top:1.3rem;left:0%}.Footer-module__8-teKW__link{position:relative}.Footer-module__8-teKW__link:not(.Footer-module__8-teKW__current-link):after{content:"";background-color:var(--color);transform-origin:100%;width:100%;height:2px;transition:transform .8s cubic-bezier(.87,0,.13,1);position:absolute;top:1.3rem;left:0;transform:scaleX(0)}.Footer-module__8-teKW__link:not(.Footer-module__8-teKW__current-link):hover:after{transform-origin:0;transform:scaleX(1)}@media screen and (min-width:800px){.Footer-module__8-teKW__footer{flex-direction:row}.Footer-module__8-teKW__footer-separating-line{width:1px;height:100%;min-height:calc(var(--min-height-footer) - (var(--min-height-footer)/4))}}
@font-face{font-family:gotham-bold;src:url(/fonts/gotham-bold.woff2)format("woff2"),url(/fonts/gotham-bold.woff)format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:gotham-light;src:url(/fonts/gotham-light.woff2)format("woff2"),url(/fonts/gotham-light.woff)format("woff");font-weight:100;font-style:normal;font-display:swap}:root{--header-height:4rem;--width-navbar:100vw;--min-height-footer:5rem;--bg-color:#f7fbf0;--color-footer:#fff;--color-current-link:#2d2d2d;--bg-color-navbar:#2d2d2d;--color-text-white:#fff;--bg-color-black:#000;--lakota-green:#88b04f;--responsive:48rem}@media screen and (min-width:32rem){:root{--header-height:5rem}}@media screen and (min-width:48rem){:root{--header-height:6rem}}@media screen and (min-width:64rem){:root{--header-height:7rem}}*{box-sizing:border-box;margin:0;padding:0;font-family:sans-serif}li{list-style:none}html,body{max-width:100vw;min-height:100vh}body{background-color:#000;flex-direction:column;justify-content:space-between;display:flex}.main{padding-top:var(--header-height);background-color:var(--bg-color);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.cecile{position:relative}.cecile:after{z-index:10;content:"";transform-origin:bottom;background-image:url(/logos/cecile.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:4rem;height:7rem;transition:scale .3s ease-in-out;display:block;position:absolute;bottom:1rem;left:50%;translate:-50%;scale:0}.cecile:hover:after{animation-name:bounce-scale-img;animation-duration:.5s;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s,3s;animation-fill-mode:none;animation-timeline:auto;scale:1}.lakota{position:relative}.lakota:after{z-index:10;content:"";transform-origin:bottom;background-image:url(/logos/map-lakota.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:5rem;height:5rem;transition:scale .3s ease-in-out;display:block;position:absolute;bottom:1rem;left:50%;translate:-50%;scale:0}.lakota:hover:after{animation-name:bounce-scale-img;animation-duration:.5s;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-direction:normal;animation-play-state:running;animation-delay:0s,3s;animation-fill-mode:none;animation-timeline:auto;scale:1}.donation-button{--size-border:2px;box-sizing:border-box;border:var(--size-border)solid var(--lakota-green);text-transform:uppercase;color:var(--lakota-green);z-index:0;border-radius:.5rem;margin:1rem 0;padding:1rem;font-weight:600;text-decoration:none;transition:color .15s ease-in-out;display:inline-block;position:relative;overflow:hidden}.donation-button:after{content:"";background-color:var(--lakota-green);transform-origin:100%;z-index:-1;width:100%;height:100%;transition:transform .25s ease-in-out;position:absolute;top:0;left:0;transform:scaleX(0)}.donation-button:hover{color:#fff}.donation-button:hover:after{transform-origin:0;transform:scaleX(1)}.wave-animation{background:linear-gradient(120deg,#000,#000,#000,#e2e8f0,#000,#000,#000) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:2s linear infinite wave,2s ease-in-out infinite glow}@keyframes wave{to{background-position:-200%}}@keyframes glow{0%,to{text-shadow:0 0 6px #ffffff14,0 0 12px #ffffff0a}50%{text-shadow:0 0 14px #ffffff26,0 0 28px #ffffff12}}@keyframes bounce-scale-img{0%{scale:0}25%{scale:.9 1.2}50%{scale:1.2 .9}75%{scale:.95 1.05}to{scale:1}}::view-transition-group(root){z-index:auto!important}::view-transition-image-pair(root){isolation:isolate;will-change:transform,opacity scale;z-index:1}::view-transition-new(root){z-index:2;animation:none!important}::view-transition-old(root){z-index:1;animation:none!important}
