@import url(https://use.typekit.net/mbo2ylu.css);.loader{background-color:#2e4d24;height:100%;left:0;position:fixed;top:0;transition:opacity .5s ease,visibility .5s ease;width:100%;z-index:9999}.loader,.loader__logo-container{align-items:center;display:flex;justify-content:center}.loader__logo-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border-radius:50%;box-shadow:0 8px 20px #0000004d,inset 0 2px 4px #fff3;height:14rem;padding:1.5rem;position:relative;width:14rem}.loader__logo{animation:pulse 2s ease-in-out infinite;height:auto;width:9rem}.loader__spinner{animation:spin 1.5s linear infinite;border:5px solid #fff3;border-radius:50%;border-top-color:#dff5e3;height:16rem;position:absolute;width:16rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background-color:#fff;box-shadow:0 .125rem .5rem #0000001a;justify-content:space-between;padding:1rem 2rem;top:0;width:100%;z-index:100}.header,.header__logo{align-items:center;display:flex}.header__logo{flex:1 1;justify-content:flex-start}.header__logo-img{height:auto;transition:filter .3s ease,transform .3s ease,box-shadow .3s ease;width:8rem}.header__logo-img:hover{filter:none;transform:scale(1.1) rotate(2deg)}.header__logo-img:active{transform:scale(.95) rotate(0deg)}.header__nav{align-items:center;display:flex;gap:2rem;justify-content:center}.header__nav-link{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.header__nav-link:hover{color:#a5cb48;text-shadow:0 0 15px #a5cb48cc;transform:scale(1.1)}.header__nav-link:active{transform:scale(.95)}.header__toggle-wrapper{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.header__toggle{background-color:#b0b0b0;border:none;border-radius:1.5rem;box-shadow:inset 4px 4px 8px #0003,inset -4px -4px 8px #ffffff4d;cursor:pointer;height:2rem;padding:0;position:relative;transition:background-color .4s ease,box-shadow .4s ease,transform .3s ease;width:4rem}.header__toggle--light{background-color:khaki;box-shadow:0 0 20px #ffdf0099}.header__toggle--dark{background-color:#0003;box-shadow:0 0 20px #008000cc}.header__toggle-switch{background-color:#fff;border-radius:50%;box-shadow:0 4px 6px #0003;height:1.7rem;left:.15rem;position:absolute;top:.15rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);width:1.7rem}.header__toggle--dark .header__toggle-switch{transform:translateX(2rem)}.header__toggle-icon{font-size:1.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .3s ease,text-shadow .3s ease,transform .3s ease}.header__toggle-icon--sun{color:orange;text-shadow:0 0 15px #ffa500cc}.header__toggle-icon--moon{color:#b0c4de;text-shadow:0 0 15px #007bffcc}.header__toggle:hover{transform:scale(1.05)}.header__toggle:hover .header__toggle-icon--sun{text-shadow:0 0 25px orange}.header__toggle:hover .header__toggle-icon--moon{text-shadow:0 0 25px #007bff}.header__toggle:active{box-shadow:inset 2px 2px 4px #0000004d,inset -2px -2px 4px #fff6;transform:scale(.95)}@media screen and (min-width:320px){.header{flex-direction:column;gap:1rem;padding:.625rem 1.25rem}.header__nav{flex-direction:row;gap:1rem}}@media screen and (min-width:768px){.header{flex-direction:row;padding:.625rem 1.25rem}.header__nav{flex-direction:row;gap:2.5rem}}.about{padding:2rem;text-align:center}.about__title{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:.125rem .25rem .625rem #0003}.about__subtitle{color:#2a4c1e;font-size:1.25rem;font-weight:600;margin-top:.5rem}.about__subtitle,.about__video-button{letter-spacing:.0625rem;text-transform:uppercase}.about__video-button{background-color:#1f4d1a;border:none;border-radius:2rem;box-shadow:0 .5rem 1rem #0003;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:2rem;margin-top:-1.5rem;padding:.75rem 2rem;text-decoration:none;transition:background-color .4s ease-in-out,transform .4s ease-in-out,box-shadow .4s ease-in-out}.about__video-button:hover{background-color:#fff;box-shadow:0 1rem 2rem #0006;color:#2b3b2e;transform:translateY(1.05)}.about__video-button:active{background-color:#161e17;box-shadow:0 .2rem .4rem #0003;color:#fff;transform:translateY(.9)}.about__info{align-items:center;display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:768px){.about__info{flex-direction:row;gap:3rem;justify-content:center}}.about__item{align-items:center;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:#fff;border-radius:1rem;box-shadow:0 .5rem 1.25rem #0000001a,inset 0 .125rem .25rem #ffffff80;display:flex;flex-direction:column;gap:1rem;height:22rem;justify-content:center;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;width:18rem}.about__item:hover{box-shadow:0 .9375rem 1.875rem #0003;transform:translateY(-.3125rem)}.about__icon{color:green;filter:drop-shadow(0 .125rem .3125rem rgba(0,0,0,.2));font-size:3rem;transition:transform .75s ease}.about__item:first-child:hover .about__icon{animation:popIn 1.25s ease-out}@keyframes popIn{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{transform:scale(1)}}.about__item:nth-child(2):hover .about__icon{animation:shake .75s ease-in-out}@keyframes shake{0%{transform:rotate(0deg)}25%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}to{transform:rotate(0deg)}}.about__item:nth-child(3):hover .about__icon{animation:drop 1.25s ease}@keyframes drop{0%{opacity:0;transform:translateY(-1.25rem)}50%{opacity:1;transform:translateY(.3125rem)}70%{transform:translateY(-.125rem)}to{transform:translateY(0)}}.about__button{align-items:center;background-color:#dff5e3;border:none;border-radius:.25rem;border-radius:1.5rem;color:#2a4c1e;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;height:2.75rem;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:10rem}.about__button:hover{background-color:#2e4d24;box-shadow:0 .375rem .9375rem #64c87880;color:#fff;transform:scale(1.05)}.about__button:active,.about__button:visited{text-decoration:none;transform:scale(.9)}.hero{align-items:center;background:linear-gradient(180deg,#a5cb48,#2e4d24);display:flex;flex-direction:column;height:90vh;justify-content:center;overflow:hidden;padding:2rem;text-align:center;width:100%}@media screen and (min-width:768px){.hero{height:63vh}}.hero__synapses{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.hero__synapse{animation:float 8s ease-in-out infinite;background-color:#fffc;border-radius:50%;box-shadow:0 0 10px #fffc;height:8px;opacity:.8;position:absolute;width:8px}.hero__synapse:first-child{animation-delay:-.3881115465s;animation-duration:8.0066828764s;left:15%;top:9%}.hero__synapse:nth-child(2){animation-delay:-3.7582435015s;animation-duration:6.2857939673s;left:47%;top:100%}.hero__synapse:nth-child(3){animation-delay:-1.4641160625s;animation-duration:7.6230295962s;left:76%;top:40%}.hero__synapse:nth-child(4){animation-delay:-2.5538495839s;animation-duration:8.2482848706s;left:30%;top:96%}.hero__synapse:nth-child(5){animation-delay:-2.1890467432s;animation-duration:9.3492233535s;left:79%;top:35%}.hero__synapse:nth-child(6){animation-delay:-7.5652321773s;animation-duration:8.5734480424s;left:56%;top:43%}.hero__synapse:nth-child(7){animation-delay:-.1461895265s;animation-duration:8.3516886565s;left:31%;top:83%}.hero__synapse:nth-child(8){animation-delay:-.7453910063s;animation-duration:5.8998511061s;left:69%;top:8%}.hero__synapse:nth-child(9){animation-delay:-2.4781262292s;animation-duration:9.0254040103s;left:86%;top:49%}.hero__synapse:nth-child(10){animation-delay:-5.5448669644s;animation-duration:5.5327088106s;left:73%;top:40%}.hero__synapse:nth-child(11){animation-delay:-7.6285970587s;animation-duration:6.8724430976s;left:57%;top:74%}.hero__synapse:nth-child(12){animation-delay:-4.1722271554s;animation-duration:5.1381583498s;left:75%;top:48%}.hero__synapse:nth-child(13){animation-delay:-6.5573190355s;animation-duration:9.893621713s;left:74%;top:19%}.hero__synapse:nth-child(14){animation-delay:-5.0575836768s;animation-duration:8.8210671796s;left:58%;top:94%}.hero__synapse:nth-child(15){animation-delay:-5.2999718387s;animation-duration:9.4868764605s;left:76%;top:96%}.hero__synapse:nth-child(16){animation-delay:-7.0932267504s;animation-duration:7.2285859821s;left:28%;top:95%}.hero__synapse:nth-child(17){animation-delay:-1.5138501489s;animation-duration:8.8212431026s;left:90%;top:62%}.hero__synapse:nth-child(18){animation-delay:-1.8398077491s;animation-duration:6.5993403103s;left:87%;top:21%}.hero__synapse:nth-child(19){animation-delay:-1.9114206153s;animation-duration:5.6522276528s;left:47%;top:32%}.hero__synapse:nth-child(20){animation-delay:-.289295185s;animation-duration:8.61983583s;left:45%;top:53%}.hero__copy-container{flex-direction:column}.hero__copy-container,.hero__logo-container{align-items:center;display:flex;justify-content:center;z-index:1}.hero__logo-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;box-shadow:10px 10px 20px #0003,-10px -10px 20px #ffffff1a;height:16rem;margin-bottom:2rem;overflow:visible;transition:transform .5s ease,box-shadow .5s ease;width:16rem}.hero__logo-container:hover{box-shadow:0 0 30px #fff9,0 0 60px #a5cb4880;transform:scale(1.1)}@media screen and (min-width:768px){.hero__logo-container{height:15rem;width:15rem}}@media screen and (min-width:1280px){.hero__logo-container{height:20rem;width:20rem}}.hero__logo{height:90%;object-fit:contain;padding:.5rem;transition:transform .5s ease,filter .5s ease;width:90%}.hero__logo:hover{filter:brightness(1.2) drop-shadow(0 0 10px rgba(255,255,255,.5));transform:scale(1.1)}@media screen and (min-width:768px){.hero__logo{padding:1rem}}.hero__title{color:#fff;font-family:Fieldwork,sans-serif;font-size:1.75rem;font-weight:500;margin-bottom:1.5rem;text-shadow:0 4px 8px #0009,0 0 15px #ffffff4d;transition:text-shadow .3s ease-in-out}@media screen and (min-width:768px){.hero__title{font-size:2.5rem}}.hero__title .hero__highlight{display:inline-block;font-weight:700;margin-left:.3rem;text-shadow:0 4px 8px #0009,0 0 15px #ffffff4d;transition:opacity .5s ease,transform .5s ease,text-shadow .3s ease-in-out}.hero__title:hover{text-shadow:0 6px 12px #000c,0 0 20px #a5cb4899}.hero__title .fade{opacity:0;transform:translateY(-10px)}.hero__button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fff;background-color:#c8e6a1;border:1px solid #ffffff4d;border-radius:2rem;box-shadow:0 8px 15px #0003;color:#2e4d24;cursor:pointer;font-size:1rem;font-weight:700;height:3rem;letter-spacing:.0625rem;position:relative;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;width:10rem;z-index:1}.hero__button:before{background:linear-gradient(45deg,#ffffff4d,#a5cb484d);border-radius:inherit;content:"";filter:blur(5px);height:calc(100% + 4px);left:-2px;opacity:.4;position:absolute;top:-2px;transition:opacity .3s ease;width:calc(100% + 4px);z-index:-1}.hero__button:hover{background-color:#a5cb48;box-shadow:0 12px 25px #a5cb4880,0 4px 8px #0003;color:#fff;transform:scale(1.5)}.hero__button:hover:before{opacity:.8}.hero__button:active{background-color:#9ac237;box-shadow:0 4px 8px #0000004d;transform:scale(.9)}.hero:hover .hero__synapse{box-shadow:0 0 20px #fff;transform:scale(1.3)}.map{align-items:center;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:linear-gradient(180deg,#f0fff0e6,#e6fae6);display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center;width:100%}.map__title{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:2rem;text-shadow:.125rem .25rem .9375rem #0003}.map__container{-webkit-backdrop-filter:blur(.9375rem);backdrop-filter:blur(.9375rem);background:#ffffff26;border:.1875rem solid #fff6;border-radius:2rem;box-shadow:.625rem .625rem 1.5625rem #0003,-.625rem -.625rem 1.5625rem #fff6,inset .125rem .125rem .25rem #ffffff4d,inset -.125rem -.125rem .25rem #0000001a;max-width:75rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:95%}.map__container:hover{box-shadow:0 1.25rem 2.5rem #0000004d,0 .625rem 1.5625rem #fff6;transform:scale(1.02)}.map iframe{border:none;display:block;height:37.5rem;width:100%}@media screen and (min-width:768px){.map__container{width:95%}.map iframe{height:31.25rem}}@media screen and (min-width:320px){.map__container{border-radius:1rem;width:100%}.map iframe{height:25rem}}.faq{background:linear-gradient(180deg,#e6fae6,#ffffffe6);padding:4rem 2rem;text-align:center;width:100%}.faq__button{background-color:green;border:none;border-radius:2rem;box-shadow:0 .5rem 1rem #0003;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.0625rem;margin-bottom:2rem;margin-top:-1.5rem;padding:.75rem 2rem;text-decoration:none;text-transform:uppercase;transition:background-color .4s ease-in-out,transform .4s ease-in-out,box-shadow .4s ease-in-out}.faq__button:hover{background-color:#fff;box-shadow:0 1rem 2rem #0006;color:#2b3b2e;transform:translateY(-.4rem)}.faq__button:active{background-color:#161e17;box-shadow:0 .2rem .4rem #0003;color:#fff;transform:translateY(.5rem)}.faq__title{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:2.5rem;text-shadow:.125rem .25rem .9375rem #0003}.faq__grid{align-items:center;display:flex;flex-direction:column;gap:2.75rem;justify-content:center}@media screen and (min-width:768px){.faq__grid{flex-direction:row;flex-wrap:wrap;gap:3.75rem}}@media screen and (min-width:1280px){.faq__grid{gap:4rem}}.faq__card{align-items:center;-webkit-backdrop-filter:blur(.9375rem);backdrop-filter:blur(.9375rem);background:#fff3;border-radius:1.5rem;box-shadow:.625rem .625rem 1.5625rem #0003,-.625rem -.625rem 1.5625rem #fff6,inset .125rem .125rem .25rem #ffffff4d,inset -.125rem -.125rem .25rem #0000001a;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:16rem}.faq__card:hover{box-shadow:0 1.25rem 2.5rem #0000004d;transform:translateY(-.5rem) scale(1.05)}@media screen and (min-width:768px){.faq__card{height:18rem;width:18rem}}.faq__icon{color:green;font-size:3rem;margin-bottom:1rem;transition:transform .5s ease,color .5s ease}.faq__card:first-child:hover .faq__icon{animation:bumpyRide 1s ease-in-out infinite}.faq__card:nth-child(2):hover .faq__icon{animation:electricPulse .8s ease-in-out infinite;filter:drop-shadow(0 0 .5rem rgba(0,255,0,.8))}.faq__card:nth-child(3):hover .faq__icon{animation:bounceRotate 1s ease-in-out infinite}.faq__card:nth-child(4):hover .faq__icon{animation:accessibleAppear 1s ease-in-out forwards;filter:drop-shadow(0 0 .8rem rgba(72,203,165,.8))}.faq__question{color:#2e4d24;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.faq__answer,.faq__question{font-family:Fieldwork,sans-serif}.faq__answer{color:#000;font-size:1rem;font-weight:400}@keyframes fadeInFaq{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.faq-page{animation:fadeInFaq .5s ease-out;background:linear-gradient(180deg,#c9e4c5,#fff);padding:4rem 2rem;text-align:center}@media screen and (min-width:1920px){.faq-page{padding-bottom:14rem}}.faq-page__title{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:3rem;font-weight:700;margin-bottom:3rem;text-shadow:.125rem .25rem 1rem #0003}.faq-page__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));justify-items:center}.faq-page__card{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:#fff;border-radius:1.5rem;box-shadow:.5rem .5rem 1.5rem #0003,-.5rem -.5rem 1.5rem #ffffff80,inset .1rem .1rem .5rem #ffffff4d,inset -.1rem -.1rem .5rem #0000001a;display:flex;flex-direction:column;justify-content:center;max-height:64rem;min-height:22.5rem;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.faq-page__card:hover{background:#dff5e3;border:.125rem solid #fff;box-shadow:0 1.5rem 3rem #ffffffbf;transform:translateY(-.5rem)}@media screen and (min-width:768px){.faq-page__card{justify-content:flex-start}}.faq-page__card.expanded .faq-page__answer-container{max-height:none;overflow:visible}.faq-page__icon{color:green;filter:drop-shadow(0 0 .5rem rgba(0,128,0,.25));font-size:3rem;margin-bottom:1rem;transition:transform .3s ease,filter .3s ease}.faq-page__icon:hover{filter:drop-shadow(0 0 1rem rgba(55,91,42,.8));transform:scale(1.1)}.faq-page__card:first-child:hover .faq-page__icon{animation:bumpyRide 1s ease-in-out infinite}@keyframes bumpyRide{0%{transform:translateX(0)}20%{transform:translateX(.3rem) translateY(-.2rem)}40%{transform:translateX(-.3rem) translateY(.2rem)}60%{transform:translateX(.2rem) translateY(-.3rem)}80%{transform:translateX(-.2rem) translateY(.3rem)}to{transform:translateX(0)}}.faq-page__card:nth-child(2):hover .faq-page__icon{animation:electricPulse .8s ease-in-out infinite;filter:drop-shadow(0 0 .5rem rgba(0,255,0,.8))}@keyframes electricPulse{0%{filter:drop-shadow(0 0 .3rem rgba(0,255,0,.6));transform:scale(1)}50%{filter:drop-shadow(0 0 1rem rgb(0,255,0));transform:scale(1.15)}to{filter:drop-shadow(0 0 .3rem rgba(0,255,0,.6));transform:scale(1)}}.faq-page__card:nth-child(3):hover .faq-page__icon{animation:bounceRotate 1s ease-in-out infinite}@keyframes bounceRotate{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-.5rem) rotate(-10deg)}50%{transform:translateY(0) rotate(0deg)}75%{transform:translateY(-.5rem) rotate(10deg)}to{transform:translateY(0) rotate(0)}}.faq-page__card:nth-child(4):hover .faq-page__icon{animation:accessibleAppear 1s ease-in-out forwards;filter:drop-shadow(0 0 .8rem rgba(72,203,165,.8))}@keyframes accessibleAppear{0%{filter:drop-shadow(0 0 0 rgba(72,203,165,0));opacity:0;transform:scale(.8)}50%{filter:drop-shadow(0 0 .5rem rgba(72,203,165,.5));opacity:.5;transform:scale(1.05)}to{filter:drop-shadow(0 0 .8rem rgba(72,203,165,.8));opacity:1;transform:scale(1)}}.faq-page__card:nth-child(5):hover .faq-page__icon{animation:swingMotion 1s ease-in-out infinite}@keyframes swingMotion{0%{transform:rotate(0)}25%{transform:rotate(15deg)}50%{transform:rotate(-15deg)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}.faq-page__card:nth-child(6):hover .faq-page__icon{animation:softBounce 1.2s ease-in-out infinite}@keyframes softBounce{0%{transform:translateY(0)}30%{transform:translateY(-.5rem)}50%{transform:translateY(0)}70%{transform:translateY(-.25rem)}to{transform:translateY(0)}}.faq-page__card:nth-child(7):hover .faq-page__icon{animation:dropEffect .8s ease-in-out forwards}@keyframes dropEffect{0%{opacity:0;transform:translateY(-2rem)}50%{opacity:1;transform:translateY(.5rem)}70%{transform:translateY(-.25rem)}to{transform:translateY(0)}}.faq-page__card:nth-child(8):hover .faq-page__icon{animation:bounceScaleCoolGreen 2.5s ease-in-out infinite}@keyframes bounceScaleCoolGreen{0%{color:#a8e6cf;transform:translateY(0) scale(1)}25%{color:#56c596;transform:translateY(-10px) scale(1.1)}50%{color:#2a9d8f;transform:translateY(0) scale(1.2)}75%{color:#76c893;transform:translateY(-10px) scale(1.1)}to{color:#a8e6cf;transform:translateY(0) scale(1)}}.faq-page__question{word-wrap:break-word;color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem;overflow-wrap:break-word;white-space:normal}.faq-page__answer-container{max-height:6rem;overflow:hidden;padding:.5rem 0;transition:max-height .3s ease,padding .3s ease}.faq-page__answer-container.expanded{max-height:none;overflow:visible;padding:1rem 0}.faq-page__answer{word-wrap:break-word;color:#000;font-family:Fieldwork,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0;overflow-wrap:break-word;white-space:normal}.faq-page__toggle{align-items:center;background:#c8e6a1;border:.125rem solid #fff;border-radius:1.5rem;box-shadow:.25rem .25rem .75rem #0000001a,inset .125rem .125rem .25rem #fff9;color:#2e4d24;cursor:pointer;display:flex;font-family:Fieldwork,sans-serif;font-size:.85rem;font-weight:600;gap:.5rem;justify-content:center;margin-left:auto;margin-top:1rem;padding:.5rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.faq-page__toggle:hover{background:#c9e4c5;box-shadow:.5rem .5rem 1.5rem #c9e4c580;color:#000}.faq-page__toggle:active{background:#dff5e3;border:.125rem solid green;box-shadow:.25rem .25rem .75rem #2e4d2480;color:green;transform:scale(.95)}.faq-page__toggle .faq-page__chevron{color:currentColor;font-size:1.25rem;margin-left:.5rem;transition:transform .3s ease}.faq-page__toggle .faq-page__chevron.rotated{transform:rotate(180deg)}.faq-page__link{color:#2b3b2e;text-decoration:none;transition:color .3s ease}.faq-page__link:hover{color:green}.faq-page__link:visited{color:inherit;text-decoration:none}.faq-page__link:active{color:#000}.faq-page__link strong{color:inherit;text-decoration:none}.faq-page__links{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.faq-page__button{align-items:center;background:#2b3b2e;border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.faq-page__button:hover{background:#dff5e3;border:.125rem solid green;box-shadow:.25rem .25rem .75rem #0000001a;color:green;transform:scale(1.05)}.faq-page__button:active{background:#c9e4c5;border:.125rem solid #fff;box-shadow:.15rem .15rem .5rem #0003;color:#2e4d24;transform:scale(.95)}.faq-page__button svg{font-size:1.2rem}.registration{background:linear-gradient(180deg,#f0fff0,#ffffffe6);padding:4rem 2rem;text-align:center;width:100%}.registration__title{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;text-shadow:.125rem .25rem .9375rem #0003}.registration__button{background-color:#2b3b2e;border:none;border-radius:2rem;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.0625rem;margin-bottom:2rem;padding:.75rem 2rem;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.registration__button:hover{background-color:#437034;box-shadow:0 .5rem 1.5rem #0003;transform:translateY(-.2rem)}.registration__button:active{background-color:#fff;color:#000;transform:scale(.98)}.registration__container{align-items:center;background-color:#dff5e3;border:2px solid #2e4d24;border-radius:1rem;box-shadow:0 0 20px #0000001a;cursor:pointer;display:flex;justify-content:center;margin:0 auto;max-width:900px;overflow:hidden;padding:.5rem;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;width:100%}.registration__container:hover{background-color:#fff;box-shadow:0 1rem 2rem #0000004d;transform:scale(1.02)}@media screen and (min-width:768px){.registration__container{padding:2rem}}@media screen and (min-width:1280px){.registration__container{padding:3rem}}@media screen and (min-width:1920px){.registration__container{max-width:80rem;padding:4rem}}.registration__iframe{background-color:#1d3614;border:none;border-radius:1rem;box-shadow:0 4px 15px #00000026;height:47rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.registration__iframe:hover{box-shadow:0 12px 40px #0000004d,0 0 15px #a5cb4899;transform:translateY(-5px)}@media screen and (min-width:768px){.registration__iframe{height:40rem}}@media screen and (min-width:1280px){.registration__iframe{height:27rem}}.organisers{background:linear-gradient(180deg,#ffffffe6,#e6fae6);padding:4rem 2rem;text-align:center;width:100%}.organisers__title{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:2.5rem;text-shadow:2px 4px 15px #0003}.organisers__grid{align-items:center;display:flex;flex-direction:column;gap:2.75rem;justify-content:center;width:100%}@media screen and (min-width:768px){.organisers__grid{flex-direction:row;gap:3.75rem}}@media screen and (min-width:1280px){.organisers__grid{gap:4rem}}.organisers__card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff3;border-radius:1.5rem;box-shadow:10px 10px 25px #0003,-10px -10px 25px #fff6,inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:18rem}.organisers__card:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-8px) scale(1.05)}.organisers__card:hover .organisers__photo{animation:wiggle 1s ease-in-out}.organisers__photo{border-radius:50%;box-shadow:0 4px 15px #0003;height:8rem;margin-bottom:1rem;object-fit:cover;transition:transform .3s ease;width:8rem}@keyframes wiggle{0%{transform:rotate(0deg)}15%{transform:rotate(5deg)}30%{transform:rotate(-5deg)}45%{transform:rotate(4deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(2deg)}to{transform:rotate(0deg)}}.organisers__name{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.organisers__role{color:#4d4d4d;font-family:Fieldwork,sans-serif;font-size:1rem;font-weight:400;margin-bottom:1rem}.organisers__icons{display:flex;gap:1.5rem;justify-content:center}.organisers__icon{align-items:center;border-radius:50%;color:#2e4d24;display:inline-flex;font-size:1.75rem;height:2.75rem;justify-content:center;transition:transform .3s ease,color .3s ease;width:auto}.organisers__icon:hover{color:#228b22;transform:scale(1.2)}.organisers__icon:active{color:#2b3b2e;transform:scale(.9)}.sponsors{align-items:center;background:linear-gradient(180deg,#008000bf,#dff5e380);display:flex;flex-direction:column;justify-content:center;padding:4rem 1.25rem;text-align:center;width:100%}.sponsors__title{color:#2b3b2e;font-family:Fieldwork,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:2.5rem;text-shadow:2px 4px 15px #0003}.sponsors__content-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;width:100%}@media screen and (min-width:768px){.sponsors__content-container{flex-direction:row;width:90%}}@media screen and (min-width:1280px){.sponsors__content-container{gap:4rem;width:90%}}.sponsors__content{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border-radius:2rem;box-shadow:10px 10px 25px #0003,-10px -10px 25px #fff6,inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000001a;display:flex;flex-direction:column;gap:1rem;height:40rem;justify-content:center;padding:2rem 3rem;transition:transform .3s ease,box-shadow .3s ease;width:95%}.sponsors__content:hover{box-shadow:0 20px 40px #0000004d;transform:scale(1.02)}@media screen and (min-width:375px){.sponsors__content{height:33rem;width:90%}}@media screen and (min-width:768px){.sponsors__content{height:30rem;padding:2rem;width:50%}}@media screen and (min-width:1280px){.sponsors__content{height:28rem;width:30%}}@media screen and (min-width:1920px){.sponsors__content{height:22rem}}.sponsors__logo-link{align-items:center;display:flex;justify-content:center;transition:transform .3s ease}.sponsors__logo-link:hover{transform:scale(1.1)}.sponsors__logo{filter:drop-shadow(0 2px 5px rgba(0,0,0,.2));height:6rem;object-fit:contain;transition:transform .4s ease;width:10rem}.sponsors__logo:hover{transform:scale(1.1) rotate(2deg)}.sponsors__logo:active{transform:scale(.9) rotate(0deg)}@media screen and (min-width:320px){.sponsors__logo{height:5rem;width:8rem}}.sponsors__info{max-width:600px;text-align:left}@media screen and (min-width:320px){.sponsors__info{text-align:center}}.sponsors__description{color:#2e4d24;font-family:Fieldwork,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6;margin-bottom:1rem}.sponsors__note{color:#4d4d4d;font-size:1rem}.sponsors__note a{color:#2e4d24;font-weight:700;text-decoration:underline}.sponsors__note a:hover{color:#a5cb48}.footer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-top:.125rem solid #ffffff4d;box-shadow:10px 10px 25px #0003,-10px -10px 25px #fff6,inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000001a;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:space-between;padding:2rem 4rem;width:100%}@media screen and (min-width:768px){.footer{flex-direction:row}}.footer__logo{filter:drop-shadow(0 2px 5px rgba(0,0,0,.2));height:auto;transition:transform .3s ease;width:8rem}.footer__logo:hover{transform:scale(1.05)}.footer__logo:active{transform:scale(.9)}.footer__divider{display:none}@media screen and (min-width:768px){.footer__divider{display:flex}}.footer__copyright{align-items:center;display:flex;flex-direction:column;font-size:.7rem;gap:.5rem;justify-content:center}@media screen and (min-width:768px){.footer__copyright{flex-direction:row;font-size:.6rem}}@media screen and (min-width:1280px){.footer__copyright{flex-direction:row;font-size:.9rem}}.footer__link{color:#000;font-weight:500;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.footer__link:hover{color:#2e4d24;text-shadow:0 0 10px #a5cb4899}.footer__link:active{border-radius:.25rem;color:#4d4d4d;font-weight:700;transform:scale(.95)}.footer__button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#2e4d24;border:none;border-radius:.25rem;border-radius:1.5rem;box-shadow:5px 5px 15px #0003,-5px -5px 15px #fff6;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-size:.85rem;font-weight:600;height:2.5rem;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:10rem}.footer__button:hover{background-color:#dff5e3;box-shadow:0 10px 20px #64c87880;color:#2e4d24;transform:scale(1.05)}.footer__button:active{transform:scale(.95)}.footer__created-by-txt{transition:color .3s ease,text-shadow .3s ease}.footer__created-by-txt:hover{color:#2e4d24;text-shadow:0 0 10px #a5cb4899}.footer__created-by-txt:active{border-radius:.25rem;color:#4d4d4d;font-weight:700;transform:scale(.95)}.footer__created-by{color:#000;font-weight:500;gap:.3rem}.footer__created-by,.footer__sun-link{align-items:center;display:inline-flex}.footer__sun-link{text-decoration:none;transition:transform .3s ease,text-shadow .3s ease}.footer__sun-link:hover .footer__sun-icon{color:gold;text-shadow:0 0 10px gold,0 0 20px gold;transform:scale(1.3)}.footer__sun-link:active .footer__sun-icon{filter:brightness(1.1);transform:scale(.9)}.footer__sun-icon{color:#000;cursor:pointer;font-size:.75rem;transition:color .3s ease,transform .2s ease,text-shadow .3s ease}@media screen and (min-width:768px){.footer__sun-icon{font-size:1rem;margin-left:.25rem}}@media screen and (min-width:1280px){.footer__sun-icon{font-size:1.5rem}}.notfound{background-color:#2e4d24;color:#fff;flex-direction:column;height:100vh;padding:2rem;text-align:center;width:100%}.notfound,.notfound__logo-container{align-items:center;display:flex;justify-content:center}.notfound__logo-container{animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;box-shadow:10px 10px 20px #0000004d,-10px -10px 20px #ffffff1a;height:12rem;margin-bottom:2rem;width:12rem}.notfound__logo{animation:pulse 2s ease-in-out infinite;width:8rem}.notfound__title{font-size:6rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 10px #00000080}.notfound__message{color:#fff;font-size:1.5rem;margin-bottom:2rem}.notfound__button{align-items:center;background-color:#dff5e3;border:none;border-radius:.25rem;border-radius:2rem;color:#2e4d24;cursor:pointer;display:flex;font-size:.75rem;font-size:1rem;font-weight:700;height:3rem;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:12rem}.notfound__button:hover{background-color:#a5cb48;box-shadow:0 10px 20px #64c87880;color:#fff;transform:scale(1.1)}.notfound__button:active{transform:scale(.95)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.9;transform:scale(1)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.share{animation:fadeIn .5s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#a5cb484d,#bfc9ca4d,#fff9);background:linear-gradient(180deg,#c9e4c5bf,#dff5e380);border:.0625rem solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0003;font-family:Fieldwork,sans-serif;margin:2rem auto;max-width:50rem;padding:2rem}.share__custom-file-label{align-items:center;background:#dff5e3;border:.1rem solid #fff;border-radius:12px;box-shadow:0 8px 16px #0000001a;color:#2b3b2e;cursor:pointer;display:flex;font-size:1rem;height:3rem;justify-content:center;padding:.5rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:10rem}.share__custom-file-label:hover{background:#0003;border:1px solid #fff;box-shadow:0 12px 24px #0003;transform:scale(1.05)}.share__custom-file-label:active{background:#2e4d24;border:.1rem solid green;color:#fff;transform:scale(.95)}.share__custom-file-label input[type=file]{display:none}.share__input{background:#ffffffe6;border:1px solid #4d4d4d;border-radius:8px;box-shadow:1px 1px 2px #0000001a,-1px -1px 2px #ffffff80;color:#2b3b2e;display:block;font-size:1rem;margin:.5rem 0;outline:none;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.share__input:focus{background:#fff;border-color:#c9e4c5;box-shadow:0 0 8px #5fff8f66,0 0 4px #5fff8f4d}.share__input:hover{background:#fff;box-shadow:0 0 6px #5fff8f4d}.share__buttons{display:flex;flex-direction:row}.share__button-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:12px;box-shadow:4px 4px 8px #0003,-4px -4px 8px #ffffff80;cursor:pointer;display:inline-block;display:flex;font-size:1rem;font-weight:600;height:3rem;justify-content:center;margin:.5rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:3rem}.share__button-icon,.share__button-icon:visited{background:linear-gradient(135deg,#2e4d24,#2b3b2e);color:#fff}.share__button-icon:hover{background:linear-gradient(135deg,#c9e4c5,#fff);box-shadow:6px 6px 12px #0000004d,-6px -6px 12px #ffffff80;color:#2e4d24;transform:translateY(-2px)}.share__button-icon:hover img{filter:brightness(.7) saturate(150%);transform:translateY(-2px)}.share__button-icon:active{background:linear-gradient(135deg,#fff,#fff9);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff80;color:#000;transform:translateY(2px)}.share__button-icon:active img{filter:brightness(.5) saturate(200%);transform:translateY(2px)}.share__icon-image{display:block;filter:brightness(0) invert(1);margin:auto;max-height:1rem;max-width:1rem;transition:filter .3s,transform .2s}.share__icon-image:hover{filter:brightness(.7) saturate(150%);transform:translateY(-2px)}.share__icon-image:active{filter:brightness(.5) saturate(200%);transform:translateY(2px)}.share__button-icon i{font-size:1.2rem}.share__header{margin-bottom:2rem;text-align:center}.share__header h1{color:#2e4d24;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.share__header p{color:#2b3b2e;font-size:1.25rem}.share__fine-print{color:#4d4d4d;font-size:.75rem;margin-top:.5rem}.share__section{background:#fff9;border:.1rem solid #fff;border-radius:1rem;box-shadow:0 8px 32px #0000000d;margin-bottom:2rem;padding:1rem;transition:box-shadow .3s ease,border-color .3s ease}.share__section:focus-within{border:.1rem solid #5fff8f80;box-shadow:0 0 20px #5fff8f33,0 0 10px #5fff8f66}.share__section h2{color:#2e4d24;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.share__section label{color:#4d4d4d;display:block;font-size:1rem;margin-bottom:.75rem}.share__section label input{margin-right:.5rem}.share__section--image{text-align:center}.share__section--image .custom-file{display:inline-block;margin-top:1rem;position:relative}.share__section--image .custom-file input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.share__section--image .custom-file label{background:#fff9;border:.1rem solid #2e4d24;border-radius:12px;box-shadow:0 8px 16px #00000026;color:#2b3b2e;cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease,box-shadow .3s ease}.share__section--image .custom-file label:hover{background:linear-gradient(135deg,#a5cb484d,#bfc9ca4d,#fff9);box-shadow:0 12px 24px #00000040}.share__section--preview{text-align:center}.share__section--preview canvas{border:2px solid #ffffff80;border-radius:10px;box-shadow:0 8px 16px #00000040;height:auto;margin-top:1rem;max-width:100%}.share__label{align-items:center;color:#4d4d4d;display:flex;font-size:1rem;margin-bottom:1rem}.share__label input[type=checkbox],.share__label input[type=radio]{appearance:none;-webkit-appearance:none;background:#fff;border:2px solid #4d4d4d;border-radius:50%;cursor:pointer;display:inline-block;height:1.2rem;margin:0 .75rem 0 0;outline:none;position:relative;transition:all .3s ease;vertical-align:sub;width:1.2rem}.share__label input[type=checkbox]:checked,.share__label input[type=radio]:checked{background:#c9e4c5;border-color:#c9e4c5}.share__label input[type=checkbox]:checked:after,.share__label input[type=radio]:checked:after{background:#fff;border-radius:50%;content:"";height:.6rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.6rem}.share__label input[type=checkbox][type=checkbox],.share__label input[type=radio][type=checkbox]{border-radius:.25rem}.share__label input[type=checkbox][type=checkbox]:after,.share__label input[type=radio][type=checkbox]:after{border:solid #fff;border-width:0 .15rem .15rem 0;content:"";height:.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:.5rem}.share__label:hover input{border-color:#c9e4c5}.share__button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#c9e4c5,#fff);border:1px solid #fff3;border-radius:12px;box-shadow:4px 4px 8px #0003,-4px -4px 8px #ffffff80;color:#2b3b2e;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin:.5rem;padding:.75rem 1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.share__button:hover{background:linear-gradient(135deg,#fff,#c9e4c5);box-shadow:6px 6px 12px #0000004d,-6px -6px 12px #ffffff80;transform:translateY(-2px)}.share__button:active{background:linear-gradient(135deg,#fff,#fff9);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff80;transform:translateY(2px)}.share__button--download{background:linear-gradient(135deg,#a5cb484d,#bfc9ca4d,#fff9);box-shadow:4px 4px 8px #00000026,-4px -4px 8px #ffffffb3;color:#2e4d24}.share__button--download:hover{background:linear-gradient(135deg,#c9e4c5,#375b2a4d);box-shadow:6px 6px 12px #0003,-6px -6px 12px #fffc}.share__button--reset{background:linear-gradient(145deg,#0003,#bfc9ca4d);box-shadow:4px 4px 8px #00000040,-4px -4px 8px #fff3;color:#4d4d4d}.share__button--reset:hover{background:linear-gradient(180deg,#fff,#fff9);box-shadow:6px 6px 12px #0000004d,-6px -6px 12px #fff6}.share__button--reset:active{background:linear-gradient(135deg,#fff,#fff9);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff80;transform:translateY(2px)}.share__image-preview{border:3px solid #ffffff80;border-radius:50%;box-shadow:0 8px 16px #0000001a;height:150px;margin-top:1rem;object-fit:cover;width:150px}.custom-toast-body{background:linear-gradient(135deg,#dff5e3,#c9e4c5)!important;box-shadow:0 4px 12px #0000001a!important;color:#2b3b2e!important;font-size:1rem!important;padding:.75rem 1rem!important}.Toastify__slide-enter{animation:slideIn .5s ease-out forwards!important}.Toastify__slide-exit{animation:slideOut .5s ease-in forwards!important}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.social{background:linear-gradient(135deg,#dff5e3,#c9e4c5);border-radius:12px;box-shadow:0 8px 16px #0000001a;color:#2e4d24;margin:2rem 3rem;padding:2rem 1rem;text-align:center}@media screen and (min-width:768px){.social{padding:2rem}}.social__title{color:#2b3b2e;font-family:Fieldwork,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 4px 15px #0003}.social__text{font-size:1.2rem;margin-bottom:1.5rem}.social__links{display:flex;gap:.5rem;justify-content:center}@media screen and (min-width:768px){.social__links{gap:1rem}}.social__links .social__button{align-items:center;background:#2e4d24;border-radius:2.5rem;color:#fff;display:flex;font-size:.6rem;font-weight:700;justify-content:center;padding:.5rem .25rem;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;width:8.5rem}@media screen and (min-width:375px){.social__links .social__button{font-size:.6rem;padding:.75rem;width:9.5rem}}@media screen and (min-width:768px){.social__links .social__button{font-size:.85rem;padding:.7rem;width:10rem}}@media screen and (min-width:1280px){.social__links .social__button{width:11rem}}.social__links .social__button:hover{background:#dff5e3;border:1px solid #fff;color:#2e4d24;transform:scale(1.05)}.social__links .social__button:active{background:#fff;border:1px solid #c8e6a1;color:green;transform:scale(.98)}.social__badge-container{margin-bottom:2rem}.social__badge-button{animation:buttonPulse 2s infinite;background:#fff;border:.125rem solid #fff;border-radius:2.85rem;box-shadow:0 10px 20px #00000026;color:#000;display:inline-block;font-size:.85rem;font-weight:700;padding:1rem;text-decoration:none;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:768px){.social__badge-button{font-size:1.2rem;padding:1rem 2rem}}@media screen and (min-width:1280px){.social__badge-button{padding:1rem 3.5rem}}.social__badge-button:hover{background:linear-gradient(135deg,#2e4d24,green);box-shadow:0 15px 30px #0003;color:#fff;transform:scale(1.05)}.social__badge-button:active{background:linear-gradient(135deg,#fff,#c9e4c5);border:.0625rem solid #c9e4c5;box-shadow:inset 0 5px 10px #00000080;color:#2e4d24;transform:scale(.95)}.code-of-conduct{animation:fadeIn .5s ease-out;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:linear-gradient(135deg,#a8b79a,#c9e4c5,#dff5e3);box-shadow:0 0 1.5rem #0000001a;padding:4rem 2rem;text-align:center}.code-of-conduct__container{background:#50c8784d;border-radius:1rem;box-shadow:.5rem .5rem 1.5rem #0000001a,-.5rem -.5rem 1.5rem #ffffff80,inset .1rem .1rem .5rem #ffffff4d,inset -.1rem -.1rem .5rem #0000001a;margin:0 auto;max-width:50rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.code-of-conduct__container:hover{background:#dff5e3;box-shadow:0 1.5rem 3rem #ffffffbf;transform:translateY(-.5rem)}.code-of-conduct__title{color:#2e4d24;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-shadow:.125rem .25rem 1rem #0003}.code-of-conduct__intro{color:#2b3b2e;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.code-of-conduct__section{background:#fff9;border-radius:1rem;box-shadow:.5rem .5rem 1.5rem #0000001a,-.5rem -.5rem 1.5rem #ffffff80,inset .1rem .1rem .5rem #ffffff4d,inset -.1rem -.1rem .5rem #0000001a;margin-bottom:3rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.code-of-conduct__section:hover{background:#dff5e3;border:3px double green;box-shadow:0 1.5rem 3rem #ffffffbf;transform:translateY(-.5rem)}.code-of-conduct__icon{color:#2e4d24;filter:drop-shadow(0 0 .5rem rgba(46,77,36,.5));font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease,filter .3s ease}.code-of-conduct__icon:hover{filter:drop-shadow(0 0 1rem rgba(46,77,36,.8));transform:scale(1.1)}.code-of-conduct__heading{color:#228b22;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.code-of-conduct__text{color:#000;display:flex;font-size:1rem;justify-content:center;line-height:1.6;margin:0 auto}.code-of-conduct__list{color:#4d4d4d;font-size:1rem;line-height:1.6;list-style-type:disc;margin:1rem auto;padding-left:2rem;text-align:left}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hairline,body,h1,h2,h3,h4,h5,h6{font-family:Fieldwork,sans-serif}.hairline{font-weight:100}.thin{font-weight:200}.light,.thin{font-family:Fieldwork,sans-serif}.light{font-weight:300}.regular{font-weight:400}.regular,.semibold{font-family:Fieldwork,sans-serif}.semibold{font-weight:500}.bold{font-family:Fieldwork,sans-serif;font-weight:700}[data-theme=dark],[data-theme=dark] body,[data-theme=dark] label{background-color:#2b3b2e;color:#fff9}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#c9e4c5}[data-theme=dark] a{color:#a5cb48}[data-theme=dark] a:hover{color:#c8e6a1}[data-theme=dark] .button{background-color:#2e4d24;color:#fff9}[data-theme=dark] .button:hover{background-color:#a5cb48;color:#2b3b2e}[data-theme=dark] hr{border-color:#6d8a4e}[data-theme=dark] .card,[data-theme=dark] .container{background-color:#2e4d24;box-shadow:0 4px 10px #0000004d}[data-theme=dark] .hero{background:linear-gradient(230deg,#000,#2e4d24)}[data-theme=dark] .hero__button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fff;background-color:#2e4d24;border:1px solid #ffffff4d;border-radius:.25rem;border-radius:2rem;box-shadow:0 8px 15px #0003,inset 0 0 0 #fff0;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-size:1rem;font-weight:700;height:3rem;justify-content:center;letter-spacing:1px;position:relative;text-transform:uppercase;transform:translateY(-2px);transition:all .3s ease,transform .3s ease;width:10rem;z-index:1}[data-theme=dark] .hero__button:before{background:linear-gradient(45deg,#ffffff4d,#a5cb484d);border-radius:inherit;content:"";filter:blur(5px);height:calc(100% + 4px);left:-2px;opacity:.4;position:absolute;top:-2px;transition:opacity .3s ease;width:calc(100% + 4px);z-index:-1}[data-theme=dark] .hero__button:hover{background-color:#e0f7fa;box-shadow:0 12px 25px #a5cb4880,0 4px 8px #0003;color:#2e4d24;transform:scale(1.08)}[data-theme=dark] .hero__button:hover:before{opacity:.8}[data-theme=dark] .hero__button:active{background-color:#9ac237;box-shadow:0 4px 8px #0000004d;transform:scale(.95) translateY(2px)}[data-theme=dark] .map{background:linear-gradient(180deg,#2e4d24e6,#2e4d24)}[data-theme=dark] .faq{background:linear-gradient(180deg,#2e4d24,#2b3b2e);padding:4rem 2rem;text-align:center;width:100%}[data-theme=dark] .faq__button{background-color:#c9e4c5;border:none;border-radius:2rem;box-shadow:0 .5rem 1rem #0003;color:#2b3b2e;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.0625rem;margin-bottom:2rem;margin-top:-1.5rem;padding:.75rem 2rem;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}[data-theme=dark] .faq__button:hover{background-color:#fff;box-shadow:0 1rem 2rem #0006;color:#2b3b2e;transform:translateY(-.4rem)}[data-theme=dark] .faq__button:active{background-color:#2b3b2e;box-shadow:0 .2rem .4rem #0003;color:#c9e4c5;transform:translateY(0)}[data-theme=dark] .faq__icon{color:#fff;font-size:3rem;margin-bottom:1rem;transition:transform .5s ease,color .5s ease}[data-theme=dark] .faq__answer{color:#fff;font-family:Fieldwork,sans-serif;font-size:1rem;font-weight:400}[data-theme=dark] .about__video-button{background-color:#c9e4c5;border:none;border-radius:2rem;box-shadow:0 .5rem 1rem #0003;color:#2b3b2e;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.0625rem;margin-bottom:2rem;margin-top:-1.5rem;padding:.75rem 2rem;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease,border .3s ease,box-shadow .3s ease}[data-theme=dark] .about__video-button:hover{background-color:#fff;box-shadow:0 1rem 2rem #0006;color:#2b3b2e;transform:translateY(-.4rem)}[data-theme=dark] .about__video-button:active{background-color:#2b3b2e;border:.125rem solid #c9e4c5;box-shadow:0 .2rem .4rem #0003;color:#c9e4c5;transform:translateY(0)}[data-theme=dark] .about__card-copy{color:#fff}[data-theme=dark] .about__icon{color:#fff;filter:drop-shadow(0 2px 5px rgba(0,0,0,.2));font-size:3rem;transition:transform .3s ease}.about__item:hover [data-theme=dark] .about__icon{transform:scale(1.1)}[data-theme=dark] .about__item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#bfc9ca4d;border-radius:1rem;box-shadow:0 8px 20px #0000001a,inset 0 2px 4px #ffffff80;display:flex;flex-direction:column;gap:1rem;height:22rem;justify-content:center;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;width:18rem}[data-theme=dark] .about__item:hover{box-shadow:0 15px 30px #0003;transform:translateY(-5px)}[data-theme=dark] .about__button{align-items:center;background-color:#2e4d24;border:none;border-radius:.25rem;border-radius:1.5rem;color:#dff5e3;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;height:2.75rem;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:10rem}[data-theme=dark] .about__button:hover{background-color:#dff5e3;box-shadow:0 6px 15px #64c87880;color:#4d4d4d;text-decoration:none;transform:scale(1.05)}[data-theme=dark] .about__button:visited{text-decoration:none}[data-theme=dark] .about__button:active{text-decoration:none;transform:scale(.95)}[data-theme=dark] .header{background-color:#0003}[data-theme=dark] .header__logo-img{filter:brightness(0) invert(1)}[data-theme=dark] .registration{background:#2b3b2e!important}[data-theme=dark] .registration__button{background-color:#fff;border:none;border-radius:2rem;color:#2e4d24;cursor:pointer;display:inline-block;font-size:1.2rem;font-size:1rem;font-weight:700;letter-spacing:.0625rem;margin-bottom:2rem;padding:.75rem 2rem;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}[data-theme=dark] .registration__button:hover{background-color:#437034;box-shadow:0 .5rem 1.5rem #0003;color:#fff;transform:translateY(-.2rem)}[data-theme=dark] .registration__button:active{background-color:green;color:#fff;transform:scale(.98)}[data-theme=dark] .organisers{background:linear-gradient(180deg,#2b3b2e,#2b3b2eb3);padding:4rem 2rem;text-align:center;width:100%}[data-theme=dark] .organisers__role{color:#fff;font-family:Fieldwork,sans-serif;font-size:1rem;font-weight:400;margin-bottom:1rem}[data-theme=dark] .organisers__icon{align-items:center;border-radius:50%;color:#c8e6a1;display:inline-flex;font-size:1.75rem;height:2.75rem;justify-content:center;transition:transform .3s ease,color .3s ease;width:auto}[data-theme=dark] .organisers__icon:hover{color:#fff;transform:scale(1.2)}[data-theme=dark] .organisers__icon:active{color:#76ff7a;transform:scale(.9)}[data-theme=dark] .sponsors{background:linear-gradient(180deg,#2b3b2e,#00800080);padding:4rem 2rem;text-align:center;width:100%}[data-theme=dark] .sponsors__description{color:#c9e4c5;font-family:Fieldwork,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6;margin-bottom:1rem}[data-theme=dark] .sponsors__logo-ukgovcamp{filter:brightness(0) invert(1)}[data-theme=dark] .footer__logo{filter:brightness(0) invert(1) drop-shadow(0 2px 5px rgba(0,0,0,.2));transition:transform .3s ease;width:10rem}[data-theme=dark] .footer__logo:hover{transform:scale(1.05)}[data-theme=dark] .footer__logo:active{transform:scale(.95)}[data-theme=dark] .footer__link{color:#dff5e3;font-weight:500;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}[data-theme=dark] .footer__link:hover{color:#fff;text-shadow:0 0 10px #bcff14e6}[data-theme=dark] .footer__link:active{border-radius:.25rem;color:#c6edc7;font-weight:700;transform:scale(.95)}[data-theme=dark] .footer__copyright{color:#dff5e3}[data-theme=dark] .footer__created-by-txt{color:#dff5e3;transition:color .3s ease,text-shadow .3s ease}[data-theme=dark] .footer__created-by-txt:hover{color:#fff;text-shadow:0 0 10px #bcff14e6}[data-theme=dark] .footer__created-by-txt:active{border-radius:.25rem;color:#c6edc7;font-weight:700;transform:scale(.95)}[data-theme=dark] .footer__created-by{align-items:center;color:#dff5e3;display:inline-flex;font-weight:500;gap:.3rem}[data-theme=dark] .footer__sun-link{align-items:center;display:inline-flex;text-decoration:none;transition:transform .3s ease,text-shadow .3s ease}[data-theme=dark] .footer__sun-link:hover .footer__sun-icon{color:gold;text-shadow:0 0 10px gold,0 0 20px gold;transform:scale(1.3)}[data-theme=dark] .footer__sun-link:active .footer__sun-icon{filter:brightness(1.1);transform:scale(.9)}[data-theme=dark] .footer__sun-icon{color:#dff5e3;cursor:pointer;font-size:.65rem;transition:color .3s ease,transform .3s ease,text-shadow .3s ease}@media screen and (min-width:375px){[data-theme=dark] .footer__sun-icon{font-size:1rem}}@media screen and (min-width:768px){[data-theme=dark] .footer__sun-icon{font-size:1rem}}@media screen and (min-width:1280px){[data-theme=dark] .footer__sun-icon{font-size:1.5rem}}[data-theme=dark] .footer__button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fff;border:none;border-radius:.25rem;border-radius:1.5rem;box-shadow:5px 5px 15px #0003,-5px -5px 15px #fff6;color:#2e4d24;cursor:pointer;display:flex;font-size:.75rem;font-size:.85rem;font-weight:600;height:2.5rem;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:10rem}[data-theme=dark] .footer__button:hover{background-color:#dff5e3;box-shadow:0 10px 20px #64c87880;color:#2e4d24;transform:scale(1.05)}[data-theme=dark] .footer__button:active{align-items:center;background-color:#2e4d24;border:none;border-radius:.25rem;border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-size:.75rem;height:2.5rem;justify-content:center;position:relative;text-transform:uppercase;transform:scale(.95);width:10rem}[data-theme=dark] .code-of-conduct,[data-theme=dark] .code-of-conduct__container:hover{background:#2b3b2e}[data-theme=dark] .code-of-conduct__icon{color:#dff5e3;filter:drop-shadow(0 0 .5rem rgba(46,77,36,.5));font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease,filter .3s ease}[data-theme=dark] .code-of-conduct__icon:hover{color:#50c878;filter:drop-shadow(0 0 1rem rgba(46,77,36,.8));transform:scale(1.1)}[data-theme=dark] .code-of-conduct__heading{color:#d0f0c0}[data-theme=dark] .code-of-conduct__list,[data-theme=dark] .code-of-conduct__text{color:#fff}[data-theme=dark] .code-of-conduct__section{background:#2b3b2e;border-radius:1rem;box-shadow:.5rem .5rem 1.5rem #0000001a,-.5rem -.5rem 1.5rem #ffffff80,inset .1rem .1rem .5rem #ffffff4d,inset -.1rem -.1rem .5rem #0000001a;margin-bottom:3rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}[data-theme=dark] .code-of-conduct__section:hover{background:#000;border:3px double #fff;box-shadow:0 1.5rem 3rem #ffffffbf;transform:translateY(-.5rem)}[data-theme=dark] .code-of-conduct__intro{color:#fff}[data-theme=dark] .share{background:#375b2a4d}[data-theme=dark] .share__section{background-color:#bfc9ca4d}[data-theme=dark] .share__subheading{color:#fff}[data-theme=dark] .share__heading{color:#c6edc7}[data-theme=dark] .share__label{background:none;color:#fff}[data-theme=dark] .share__fine-print{color:#c6edc7}[data-theme=dark] .share__button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#2e4d24,#2b3b2e);border:1px solid #fff3;border-radius:12px;box-shadow:4px 4px 8px #0003,-4px -4px 8px #ffffff80;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin:.5rem;padding:.75rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}[data-theme=dark] .share__button:hover{background:linear-gradient(135deg,#c9e4c5,#fff);box-shadow:6px 6px 12px #0000004d,-6px -6px 12px #ffffff80;color:#2e4d24;transform:translateY(-2px)}[data-theme=dark] .share__button:active{background:linear-gradient(135deg,#fff,#fff9);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff80;transform:translateY(2px)}[data-theme=dark] .share__button--download{background:linear-gradient(135deg,#a5cb484d,#bfc9ca4d,#fff9);box-shadow:4px 4px 8px #00000026,-4px -4px 8px #ffffffb3;color:#2e4d24}[data-theme=dark] .share__button--download:hover{background:linear-gradient(135deg,#c9e4c5,#375b2a4d);box-shadow:6px 6px 12px #0003,-6px -6px 12px #fffc}[data-theme=dark] .share__button--reset{background:linear-gradient(145deg,#000,#0003);box-shadow:4px 4px 8px #00000040,-4px -4px 8px #fff3;color:#fff}[data-theme=dark] .share__button--reset:hover{background:linear-gradient(180deg,#fff,#fff9);box-shadow:6px 6px 12px #0000004d,-6px -6px 12px #fff6;color:#000}[data-theme=dark] .share__button--reset:active{background:linear-gradient(135deg,#fff,#fff9);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff80;transform:translateY(2px)}[data-theme=dark] .share__custom-file-label{align-items:center;background:green;border:.1rem solid #c9e4c5;border-radius:12px;box-shadow:0 8px 16px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:3rem;justify-content:center;padding:.5rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:10rem}[data-theme=dark] .share__custom-file-label:hover{background:#0003;border:1px solid #fff;box-shadow:0 12px 24px #0003;color:#dff5e3;transform:scale(1.05)}[data-theme=dark] .share__custom-file-label:active{background:#2e4d24;color:#fff;transform:scale(.95)}[data-theme=dark] .share__button-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:12px;box-shadow:4px 4px 8px #0003,-4px -4px 8px #ffffff80;cursor:pointer;display:inline-block;display:flex;font-size:1rem;font-weight:600;height:3rem;justify-content:center;margin:.5rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:3rem}[data-theme=dark] .share__button-icon,[data-theme=dark] .share__button-icon:visited{background:linear-gradient(135deg,#2e4d24,#2b3b2e);color:#fff}[data-theme=dark] .share__button-icon:hover{background:linear-gradient(135deg,#c9e4c5,#fff);box-shadow:6px 6px 12px #0000004d,-6px -6px 12px #ffffff80;color:#2e4d24;transform:translateY(-2px)}[data-theme=dark] .share__button-icon:active{background:linear-gradient(135deg,#fff,#fff9);box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff80;color:#000;transform:translateY(2px)}[data-theme=dark] .share__icon-image{display:block;filter:brightness(0) invert(1);margin:auto;max-height:1rem;max-width:1rem;transition:filter .3s,transform .3s}[data-theme=dark] .share__icon-image:hover{filter:brightness(.7) saturate(150%);transform:translateY(-2px)}[data-theme=dark] .share__icon-image:active{filter:brightness(.5) saturate(200%);transform:translateY(2px)}[data-theme=dark] .social__title{color:#2e4d24;font-size:2rem;font-weight:700;margin-bottom:1rem}[data-theme=dark] .social__links{display:flex;gap:.5rem;justify-content:center}@media screen and (min-width:768px){[data-theme=dark] .social__links{gap:1rem}}[data-theme=dark] .social__badge-button{animation:buttonPulse 2s infinite;background:linear-gradient(135deg,#4d4d4d,#000);border:.125rem solid #fff;border-radius:2.85rem;box-shadow:0 10px 20px #00000026;color:#fff;display:inline-block;font-size:.85rem;font-weight:700;padding:1rem;text-decoration:none;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:768px){[data-theme=dark] .social__badge-button{font-size:1.2rem;padding:1rem 2rem}}@media screen and (min-width:1280px){[data-theme=dark] .social__badge-button{padding:1rem 3.5rem}}[data-theme=dark] .social__badge-button:hover{background:linear-gradient(135deg,#fff,#fff9);box-shadow:0 15px 30px #0003;color:green;transform:scale(1.05)}[data-theme=dark] .social__badge-button:active{background:linear-gradient(135deg,green,#2e4d24);box-shadow:inset 0 5px 10px #00000080;color:#fff;transform:scale(.95)}@keyframes buttonPulse{0%,to{box-shadow:0 0 15px #adff2f80}50%{box-shadow:0 0 25px #adff2fcc}}[data-theme=dark] .video-modal__content{background:#000;border-radius:.625rem;box-shadow:0 .625rem 1.875rem #0000004d,0 0 .9375rem #76ff7a80;max-width:50rem;padding:1.25rem;position:relative;width:80%}[data-theme=dark] .video-modal__close,[data-theme=dark] .video-modal__share-button{align-items:center;background-color:#000;border:.125rem solid #76ff7a;border-radius:.25rem;color:#76ff7a;cursor:pointer;display:flex;font-size:.85rem;height:2rem;justify-content:center;padding:.35rem;position:absolute;transition:background-color .3s ease,color .3s ease,transform .3s ease,border .3s ease;width:2rem;will-change:transform,background-color,border;z-index:2}[data-theme=dark] .video-modal__close:hover,[data-theme=dark] .video-modal__share-button:hover{background-color:#b6e673;border:.125rem solid #b6e673;color:green;transform:scale(1.05)}[data-theme=dark] .video-modal__close:active,[data-theme=dark] .video-modal__share-button:active{background-color:#2e4d24;border:.125rem solid #fff;color:#fff;transform:scale(.9)}@media screen and (min-width:768px){[data-theme=dark] .video-modal__close,[data-theme=dark] .video-modal__share-button{font-size:1rem;height:2.5rem;padding:.625rem;width:2.5rem}}[data-theme=dark] .video-modal__close{right:.625rem;top:.625rem}[data-theme=dark] .video-modal__share-button{left:.625rem;top:.625rem}[data-theme=dark] .faq-page{background:linear-gradient(180deg,#2b3b2e80,#2b3b2e);padding:4rem 2rem;text-align:center}[data-theme=dark] .faq-page__answer{color:#fff;font-family:Fieldwork,sans-serif;font-size:1.1rem;font-weight:400}[data-theme=dark] .faq-page__link{color:#dff5e3;text-decoration:none;transition:color .3s ease}[data-theme=dark] .faq-page__link:hover{color:#fff}[data-theme=dark] .faq-page__link:visited{color:inherit;text-decoration:none}[data-theme=dark] .faq-page__link:active{color:#dff5e3}[data-theme=dark] .faq-page__link strong{color:inherit;text-decoration:none}[data-theme=dark] .faq-page__toggle{align-items:center;background:#c8e6a1;border:.125rem solid #fff;border-radius:1.5rem;box-shadow:.25rem .25rem .75rem #0000001a,inset .125rem .125rem .25rem #fff9;color:#2e4d24;cursor:pointer;display:flex;font-family:Fieldwork,sans-serif;font-size:.85rem;font-weight:600;gap:.5rem;justify-content:center;margin-left:auto;margin-top:1rem;padding:.5rem 1.5rem;text-transform:uppercase;transition:all .3s ease}[data-theme=dark] .faq-page__toggle:hover{background:#c9e4c5;box-shadow:.5rem .5rem 1.5rem #c9e4c580;color:#000}[data-theme=dark] .faq-page__toggle:active{background:#fff;border:.125rem solid #2b3b2e;box-shadow:.25rem .25rem .75rem #2e4d2480;color:#2b3b2e;transform:scale(.95)}[data-theme=dark] .faq-page__toggle .faq-page__chevron{color:currentColor;font-size:1.25rem;margin-left:.5rem;transition:transform .3s ease}[data-theme=dark] .faq-page__toggle .faq-page__chevron.rotated{transform:rotate(180deg)}[data-theme=dark] .faq-page__button{align-items:center;background:#2b3b2e;border:1px solid #fff;border-radius:1.5rem;color:#dff5e3;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}[data-theme=dark] .faq-page__button:hover{background:#dff5e3;border:.125rem solid green;box-shadow:.25rem .25rem .75rem #0000001a;color:green;font-weight:700;transform:scale(1.05)}[data-theme=dark] .faq-page__button:active{background:#c9e4c5;border:.125rem solid #2e4d24;box-shadow:.15rem .15rem .5rem #0003;color:#2e4d24;transform:scale(.95)}[data-theme=dark] .faq-page__button svg{font-size:1.2rem}[data-theme=dark] .faq-page__card{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:#50c8784d;border-radius:1.5rem;box-shadow:.5rem .5rem 1.5rem #0003,-.5rem -.5rem 1.5rem #ffffff80,inset .1rem .1rem .5rem #ffffff4d,inset -.1rem -.1rem .5rem #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}[data-theme=dark] .faq-page__card:hover{background:#2b3b2e;border:.125rem solid green;box-shadow:0 1.5rem 3rem #ffffffbf;transform:translateY(-.5rem)}[data-theme=dark] .faq-page__card.expanded .faq-page__answer-container{max-height:none;overflow:visible}[data-theme=dark] .faq-page__icon{color:#fff;filter:drop-shadow(0 0 .5rem rgba(0,128,0,.25));font-size:3rem;margin-bottom:1rem;transition:transform .3s ease,filter .3s ease}[data-theme=dark] .faq-page__icon:hover{filter:drop-shadow(0 0 1rem rgba(55,91,42,.8));transform:scale(1.1)}[data-theme=dark] .notfound__button{align-items:center;background-color:#a5cb48;border:none;border-radius:.25rem;border-radius:2rem;color:#2b3b2e;cursor:pointer;display:flex;font-size:.75rem;font-size:1rem;font-weight:700;height:3rem;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:12rem}[data-theme=dark] .notfound__button:hover{background-color:#2e4d24;box-shadow:0 10px 20px #64c87880;color:#fff;transform:scale(1.1)}[data-theme=dark] .notfound__button:active{background-color:#fff;color:#2e4d24;transform:scale(.95)}html{scroll-behavior:smooth}.fade-in{opacity:0;transform:translateY(2rem);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{min-height:100%;overflow-x:hidden;scroll-behavior:smooth;width:100%}#root,.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer}
/*# sourceMappingURL=main.53fcb2e4.css.map*/