.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.scale-hover,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.gold{color:#cfa35c}.dark-gold{color:#cea44a}.goldLine{position:relative;display:block;background-color:#cfa35c;width:100%;height:3px}.goldLine:after{content:"";position:absolute;display:block;width:100%;top:5px;height:5px;background-color:#cfa35c}.goldLine--invert:after{top:-8px}.desktop-only{display:block}@media screen and (max-width:1024px){.desktop-only{display:none}}.mobile-only{display:none}@media screen and (max-width:1024px){.mobile-only{display:block}}.no-wrap{white-space:nowrap}.scale-hover:hover{transform:scale(1.05)}.button{display:inline-flex;text-align:center;text-decoration:none;font-family:"Optima CE",Arial;font-size:18px;font-weight:800;line-height:15px;cursor:pointer;border:0;text-transform:uppercase;margin-bottom:-1px;transition:.3s ease-in-out}@media screen and (max-width:480px){.button{font-size:20px}}.button span{line-height:1}.button span::after,.button span::before{content:"";display:block;height:0;width:0}.button span::before{margin-bottom:calc(-.1222222222em + 0)}.button span::after{margin-top:calc(-.0388888889em + -.5rem)}.button--webview{box-shadow:0 3px 3px 0 rgba(0,154,215,.31);border:1.5px solid #fff;border-radius:5rem;padding:.75rem 2rem;font-size:2.6875rem;text-transform:uppercase;color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.button--webview:hover{transform:translateY(-4px);box-shadow:0 8px 6px 0 rgba(0,0,0,.4)}.button--white{border-radius:5rem;background:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:1rem 2rem;font-size:2.6875rem;text-transform:uppercase;color:#cfa35c;text-align:center;font-size:2.75rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;height:4.5625rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.button--white:hover{transform:translateY(-4px);box-shadow:0 8px 6px 0 rgba(0,0,0,.4)}.button--whiteBorder{box-shadow:0 3px 3px 0 rgba(0,154,215,.31);border:1.5px solid #fff;border-radius:5rem;padding:1rem 2rem;font-size:2.6875rem;text-transform:uppercase;color:#fff;text-align:center;font-size:2.75rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.button--whiteBorder:hover{transform:translateY(-4px);box-shadow:0 8px 6px 0 rgba(0,0,0,.4)}.button--blue{border-radius:5rem;background:#009ad7;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:1rem 2rem;color:#fff;text-align:center;font-family:"Amsi Pro Cond",Arial;font-size:2.6875rem;font-style:normal;font-weight:700;line-height:1;text-transform:uppercase}@media screen and (min-width:480px){.button--blue span{line-height:1.3}.button--blue span::after,.button--blue span::before{content:"";display:block;height:0;width:0}.button--blue span::before{margin-bottom:calc(-.2722222222em + 0px)}.button--blue span::after{margin-top:calc(-.1888888889em + 0px)}}.button--blue:hover{transform:translateY(-4px);box-shadow:0 8px 6px 0 rgba(0,0,0,.4)}.button--small{font-size:1.125rem;border-radius:1.71094rem;box-shadow:0 3px 3px 0 rgba(0,154,215,.31);height:3.42188rem;padding:0;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.button--small span{line-height:0}.button--small span::after,.button--small span::before{content:"";display:block;height:0;width:0}.button--small span::before{margin-bottom:calc(0em + 0)}.button--small span::after{margin-top:calc(0em + 0)}.button--big{font-size:1.5rem}.form .form__row{display:flex;gap:2rem;flex-wrap:wrap;width:100%}.form .form__row .form__col{flex:1 300px;padding:1rem 0}.form .form__row .form__col--6{flex:1 200px}.form .form__row:not(:first-child):not(:has(.form__checkbox)){margin-top:1.5rem}.form .form__row--upload{display:flex;justify-content:center;align-items:center}.form .form__row--upload .form__control{height:auto;width:100%;margin-bottom:2rem}.form .form__row--upload h3{font-size:2rem;text-align:center;display:block;margin:auto}.form .form__control{max-width:100%;height:40px;margin:0 20px;position:relative}.form .form__control.has-error .form__label{color:#ec5a3b}.form .form__label{position:absolute;pointer-events:none;bottom:10px;left:0;font-size:16px;transition:all .3s ease;color:#01426a;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.form .form__input{display:block;width:100%;height:100%;border:none;font-size:17px;border-bottom:2px solid #01426a;background:0 0;color:#01426a;font-size:1rem;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}.form .form__input::placeholder{color:transparent}.form .form__input:focus~.form__label,.form .form__input:not(:placeholder-shown)~.form__label,.form .form__input:valid~.form__label{transform:translateY(-25px);font-size:14px;color:#01426a}.form .form__input:focus~.form__inputUnderline:before,.form .form__input:not(:placeholder-shown)~.form__inputUnderline:before,.form .form__input:valid~.form__inputUnderline:before{transform:scale(1)!important}.form .form__input:focus-visible{outline:0}.form .form__inputUnderline{position:absolute;bottom:0;height:2px;width:100%}.form .form__inputUnderline:before{position:absolute;content:"";height:2px;width:100%;background:#01426a;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.form .form__error{display:block;color:#fff;font-size:13px;font-style:normal;font-weight:700;line-height:normal;background:red;padding:.5rem .88rem}.form .form__error:empty{display:none}.form .form__checkbox{display:flex;justify-content:center;flex-direction:column;align-items:center}.form .form__checkbox label{font-size:.875rem;font-weight:500;color:#01426a;display:flex;width:100%;gap:10px;width:fit-content}.form .form__checkbox label input:is([type=checkbox]){appearance:none;background-color:transparent;border:1px solid #01426a;margin:0;font:inherit;color:currentColor;width:1.28444rem;height:1.28444rem;border-radius:.15em;transform:translateY(-.075em);display:grid;place-content:center;position:relative}.form .form__checkbox label input:is([type=checkbox])::before{content:url(../../images/ui/forms/check.svg);width:20px;height:10px;transform:scale(0) translate(-50%,-50%);transition:120ms transform ease-in-out;position:absolute;transform-origin:bottom left;top:25%;left:45%}.form .form__checkbox label input:is([type=checkbox]):checked{background-color:#01426a}.form .form__checkbox label input:is([type=checkbox]):checked::before{transform:scale(.7) translate(-50%,-50%)}.form .form__checkbox label input:is([type=checkbox]):focus{outline:2 solid currentColor;outline-offset:2}.form .button--submit{display:block;margin:2rem auto;width:25rem;font-size:1.5rem}@media screen and (max-width:480px){.form .button--submit{width:100%}}.form__hint{position:absolute;right:0;bottom:.5rem;cursor:pointer}.hintModal{border:none;border-radius:.75rem;padding:0;max-width:36rem;width:calc(100% - 2rem);box-shadow:0 4px 24px rgba(0,0,0,.2)}.hintModal::backdrop{background:rgba(0,0,0,.6)}.hintModal__content{padding:2.5rem 2rem;position:relative}.hintModal__content h3{margin-top:0;color:#01426a}.hintModal__content p{color:#01426a;font-size:.95rem;line-height:1.5;margin-bottom:0}.hintModal__close{position:absolute;top:.75rem;right:1rem;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#01426a;line-height:1;padding:0}.header{position:fixed;top:0;left:0;background:#75b843;backdrop-filter:blur(2px);z-index:210;width:100%;min-height:70px;height:5rem}@media screen and (min-width:1920px){.header{height:7rem}}@media screen and (max-width:940px){.header{height:3.5rem}}.header .header__wrapper{display:flex;justify-content:center;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;max-width:1920px;height:100%}@media screen and (max-width:768px){.header .header__wrapper{justify-content:space-between;flex-flow:row wrap}}.header .header__logo{position:absolute;display:block;height:auto;margin:1rem 0 0 1rem;right:1rem;top:0;width:20rem}.header .header__logo .header__logoImg{display:block;width:100%;height:auto}@media screen and (min-width:1920px){.header .header__logo{width:25rem}}@media screen and (max-width:1420px){.header .header__logo{width:15rem}}@media screen and (max-width:940px){.header .header__logo{right:auto;left:50%;transform:translate(-50%);width:13.375rem;margin:1rem 0 0}}.header .header__navigation{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}@media screen and (max-width:940px){.header .header__navigation{display:none}}@media screen and (max-width:590px){.header .header__navigation{margin-bottom:1em}}@media screen and (max-width:480px){.header .header__navigation{margin-bottom:1.5em}}.header__hamburger{display:none}@media screen and (max-width:940px){.header__hamburger{display:block}}.cover{background:linear-gradient(180deg,#57d2fb 55.77%,#72c535 89.9%);padding-top:5rem;overflow:hidden}@media screen and (max-width:940px){.cover{padding-top:5rem}}@media screen and (max-width:900px){.cover{padding-top:0}}.cover__title{position:relative;color:#fff;text-align:center;font-size:5rem;font-style:normal;font-weight:900;line-height:100%;text-transform:uppercase;margin-bottom:1rem}.cover__title-butterfly{position:absolute}.cover__title-butterfly--right{right:-2rem;bottom:-2rem;width:20%;max-width:5.5rem;animation:sway-cover-right 6s linear 0s infinite}@keyframes sway-cover-right{0%{transform:rotate(-1.5deg) translate(0,0);animation-timing-function:cubic-bezier(.4,0,.6,1)}15%{transform:rotate(3.5deg) translate(.15rem,-.18rem);animation-timing-function:ease-out}33%{transform:rotate(-3deg) translate(-.09rem,-.3rem);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}52%{transform:rotate(5deg) translate(.12rem,-.12rem);animation-timing-function:ease-in-out}70%{transform:rotate(-2deg) translate(-.18rem,-.21rem);animation-timing-function:cubic-bezier(.55,.06,.68,.19)}85%{transform:rotate(2.5deg) translate(.21rem,-.06rem);animation-timing-function:ease-in}100%{transform:rotate(-1.5deg) translate(0,0)}}.cover__title-butterfly--left{left:-8rem;bottom:-4rem;width:25%;max-width:7rem;animation:sway-cover-left 7.3s linear .3s infinite}@keyframes sway-cover-left{0%{transform:rotate(-62.4deg) translate(0,0);animation-timing-function:cubic-bezier(.4,0,.6,1)}15%{transform:rotate(-54.4deg) translate(.2rem,-.24rem);animation-timing-function:ease-out}33%{transform:rotate(-64.8deg) translate(-.12rem,-.4rem);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}52%{transform:rotate(-52deg) translate(.16rem,-.16rem);animation-timing-function:ease-in-out}70%{transform:rotate(-63.2deg) translate(-.24rem,-.28rem);animation-timing-function:cubic-bezier(.55,.06,.68,.19)}85%{transform:rotate(-56deg) translate(.28rem,-.08rem);animation-timing-function:ease-in}100%{transform:rotate(-62.4deg) translate(0,0)}}@media screen and (max-width:940px){.cover__title-butterfly{display:none}}@media screen and (max-width:1240px){.cover__title{font-size:4.5vw}}@media screen and (max-width:940px){.cover__title{margin-top:10rem}}@media screen and (max-width:768px){.cover__title{font-size:2.5rem}}.cover__copy{color:#fff;text-align:center;font-size:2.64069rem;font-style:normal;font-weight:400;line-height:125%}@media screen and (max-width:1240px){.cover__copy{font-size:3vw}}@media screen and (max-width:768px){.cover__copy{font-size:1.5rem}}.cover .cover__row{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;padding:0 1rem;min-height:100vh;max-width:125rem;margin-inline:auto}@media screen and (max-width:768px){.cover .cover__row{flex-direction:column;justify-content:center;align-items:center;gap:0}}.cover .cover__row .cover__col{padding-bottom:5rem;flex:4 500px;width:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;position:relative;z-index:5}.cover .cover__row .cover__col:has(.cover__bunny){flex:3 400px;justify-content:flex-end;z-index:2;padding-bottom:0}@media screen and (max-width:768px){.cover .cover__row .cover__col:has(.cover__bunny){flex:0}}@media screen and (max-width:480px){.cover .cover__row .cover__col:has(.cover__bunny){margin-top:0}}@media screen and (max-width:768px){.cover .cover__row .cover__col{flex:0;gap:1rem;margin-top:0;flex-grow:1}}.cover stacked-alpha-video:not(.is-playing){visibility:hidden}.cover .cover__bunny{width:100%;max-width:47rem;justify-self:flex-start;margin-bottom:3rem}@media screen and (min-width:1920px){.cover .cover__bunny{margin-bottom:5rem}}@media screen and (max-height:1040px){.cover .cover__bunny{max-width:40rem}}@media screen and (max-width:940px){.cover .cover__bunny{max-width:20rem;margin-bottom:0}}.cover .cover__button{font-size:2.75rem;font-weight:900;padding:0 7.5rem!important;height:7.1rem}@media screen and (max-height:1240px){.cover .cover__button{padding:1.5rem 5rem!important;font-size:2rem;height:5rem}}@media screen and (max-width:768px){.cover .cover__button{font-size:1.85625rem;padding:1rem 4rem!important;height:4.85156rem}}.cover__grass-front{position:absolute;bottom:0;left:0;width:100%;height:20%;background:url(../../images/content/elements/grass.png);background-position:center bottom;background-size:cover;background-repeat:no-repeat;z-index:2}@media screen and (max-width:768px){.cover__grass-front{background-size:1000px;background-repeat:no-repeat}}@media screen and (max-width:1140px){.cover__grass-front{background-size:1600px;background-repeat:no-repeat}}.cover__grass-back{position:absolute;bottom:0;left:0;width:100%;height:60%;background:url(../../images/content/cover/grass-back.png);background-position:center bottom;background-size:cover;z-index:1}@media screen and (max-width:768px){.cover__grass-back{background-size:1000px;background-repeat:no-repeat}}.socials{display:flex;justify-content:space-between;margin-bottom:0;padding-left:0;list-style:none}@media screen and (max-width:768px){.socials{display:inline-flex}}.socials .socials__item{margin:0 1em}.socials .socials__item a{text-decoration:none}.socials .socials__item img{width:20px;aspect-ratio:1/1}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.scale-hover,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.gold{color:#cfa35c}.dark-gold{color:#cea44a}.goldLine{position:relative;display:block;background-color:#cfa35c;width:100%;height:3px}.goldLine:after{content:"";position:absolute;display:block;width:100%;top:5px;height:5px;background-color:#cfa35c}.goldLine--invert:after{top:-8px}.desktop-only{display:block}@media screen and (max-width:1024px){.desktop-only{display:none}}.mobile-only{display:none}@media screen and (max-width:1024px){.mobile-only{display:block}}.no-wrap{white-space:nowrap}.navigation{display:flex;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.navigation .navigation__list{display:flex;justify-content:space-between;align-items:center;list-style:none;gap:1em;margin-bottom:0;padding-left:0}.navigation .navigation__item{display:flex;align-items:center}.navigation .navigation__item--active .navigation__link,.navigation .navigation__item.active .navigation__link{background:#fff;color:#75b843}.navigation .navigation__link{padding:.75rem 1.5rem;border-radius:6.25rem;color:#fff;text-decoration:none;text-transform:uppercase;text-align:center;font-size:1.5rem;font-style:normal;font-weight:900;line-height:normal;line-height:1}@media screen and (max-width:1240px){.navigation .navigation__link{font-size:1rem;padding:.5rem 1rem}}@media screen and (min-width:1920px){.navigation .navigation__link{font-size:2rem}}@media screen and (max-width:480px){.navigation .navigation__link{font-size:.9em;text-align:center}}.navigation .navigation__link::after,.navigation .navigation__link::before{content:"";display:block;height:0;width:0}.navigation .navigation__link::before{margin-bottom:calc(-.1222222222em + 0)}.navigation .navigation__link::after{margin-top:calc(-.0388888889em + -5px)}.navigation .navigation__link:hover{background:#fff;color:#75b843}.prizes{background:linear-gradient(180deg,#57d2fb 53.85%,#72c535 100%);width:100%;overflow:hidden}.prizes .prizes__wrapper{max-width:none;position:relative;min-height:100vh;padding-top:5rem;z-index:10;display:flex;flex-direction:column;align-items:center;padding-top:10rem;justify-content:center}.prizes h2{position:relative;z-index:3;color:#fff;text-align:center;font-size:5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}@media screen and (max-width:480px){.prizes h2{font-size:2.5rem}}.prizes__main-prize{text-align:center;position:relative;z-index:11}.prizes__main-prize span{color:#fff;text-align:center;font-size:2.75rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}@media screen and (max-width:480px){.prizes__main-prize span{font-size:1.5rem}}.prizes__main-prize-img{display:block;width:100%;max-width:58.75rem;margin:-2rem 0}@media screen and (max-width:940px){.prizes__main-prize-img{margin:-4% 0}}@media screen and (max-width:480px){.prizes__main-prize-img{margin:-2% 0}}.prizes__sec-prize{margin-top:5rem;margin-bottom:5rem;display:flex;gap:2rem;position:relative;z-index:10;position:relative;z-index:11}.prizes__sec-prize-col{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.prizes__sec-prize{flex-direction:column-reverse;margin-top:2rem}.prizes__sec-prize img{max-width:50vw}}.prizes__sec-prize strong{color:#fff;font-size:9.375rem;font-style:normal;font-weight:900;line-height:normal;display:flex;justify-content:center;align-items:center;gap:1rem}@media screen and (max-width:480px){.prizes__sec-prize strong{font-size:4.6875rem}}.prizes__sec-prize strong span{margin-bottom:0}.prizes__sec-prize strong small{color:#fff;font-size:6.25rem;font-style:normal;font-weight:900;line-height:normal}@media screen and (max-width:480px){.prizes__sec-prize strong small{font-size:3.125rem}}.prizes__sec-prize .title{color:#fff;text-align:center;margin-top:-2rem;font-size:2.72644rem;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width:480px){.prizes__sec-prize .title{font-size:1.53363rem;margin-top:0}}.prizes__grass-front{position:absolute;bottom:0;left:0;width:100%;height:20%;background:url(../../images/content/elements/grass.png);background-position:center bottom;background-size:cover;background-repeat:no-repeat;z-index:2}@media screen and (max-width:768px){.prizes__grass-front{background-size:1000px;background-repeat:no-repeat}}.prizes__grass-back{position:absolute;bottom:0;left:0;width:100vw;height:60%;background:url(../../images/content/cover/grass-back.png);background-position:center bottom;background-size:cover;z-index:1}@media screen and (max-width:768px){.prizes__grass-back{background-size:1000px;background-repeat:no-repeat}}.prizes__grass-back:after{content:"";position:absolute;top:-1rem;left:0;width:100%;height:2rem;background:linear-gradient(180deg,#57d2fb 50%,rgba(0,0,0,0) 100%);z-index:2}.prizes__leafs-left{position:absolute;left:0;top:5rem;width:15%;top:7rem}@media screen and (max-width:480px){.prizes__leafs-left{display:none}}@media screen and (min-width:1920px){.prizes__leafs-left{top:9rem}}@media screen and (max-width:940px){.prizes__leafs-left{top:5.5rem}}.prizes__leafs-top{position:absolute;right:0;top:5rem;width:20%;top:calc(5rem + 0px)}@media screen and (max-width:480px){.prizes__leafs-top{width:40vw;top:4rem}}@media screen and (min-width:1920px){.prizes__leafs-top{top:calc(7rem + 0px)}}@media screen and (max-width:940px){.prizes__leafs-top{top:calc(3.5rem + 0px)}}.prizes__butterfly{position:absolute;top:10rem;left:25%;width:7%;animation:sway-cover-right 6s linear 0s infinite;top:11rem}@keyframes sway-cover-right{0%{transform:rotate(-1.5deg) translate(0,0);animation-timing-function:cubic-bezier(.4,0,.6,1)}15%{transform:rotate(3.5deg) translate(.15rem,-.18rem);animation-timing-function:ease-out}33%{transform:rotate(-3deg) translate(-.09rem,-.3rem);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}52%{transform:rotate(5deg) translate(.12rem,-.12rem);animation-timing-function:ease-in-out}70%{transform:rotate(-2deg) translate(-.18rem,-.21rem);animation-timing-function:cubic-bezier(.55,.06,.68,.19)}85%{transform:rotate(2.5deg) translate(.21rem,-.06rem);animation-timing-function:ease-in}100%{transform:rotate(-1.5deg) translate(0,0)}}@media screen and (min-width:1920px){.prizes__butterfly{top:13rem}}@media screen and (max-width:940px){.prizes__butterfly{top:9.5rem}}.mechanics{background:#75b843;width:100%}.mechanics .mechanics__wrapper{position:relative;min-height:100vh;max-width:100%;z-index:10;padding-top:10rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}@media screen and (max-width:480px){.mechanics .mechanics__wrapper{padding-top:7rem}}.mechanics h2{color:#fff;text-align:center;font-size:3.5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}@media screen and (max-width:480px){.mechanics h2{font-size:2.5rem}}.mechanics *{z-index:1}.mechanics .mechanics__row{justify-content:center;align-items:flex-start;padding-top:0;gap:2rem;position:relative;width:100%}.mechanics .mechanics__step{border-radius:100%;position:relative;flex:1 400px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:20rem;padding:2rem 2rem;text-decoration:none}.mechanics .mechanics__step-text{position:relative;z-index:1;color:#fff;text-align:center;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.5625rem;margin-top:1rem}@media screen and (max-width:480px){.mechanics .mechanics__step-text{width:60vw}}.mechanics .mechanics__step-img{position:relative;background:#5fa431;padding:2rem;border-radius:100%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:9.5rem;height:9.5rem}.mechanics .mechanics__step-img img{transition:.3s ease-in-out}.mechanics .mechanics__step:first-child img{width:5.71875rem}.mechanics .mechanics__step:nth-child(2) img{width:4.8125rem}.mechanics .mechanics__step:nth-child(3) img{width:13.48194rem}@media screen and (max-width:480px){.mechanics .mechanics__step{padding:1rem;flex:0;max-width:100vw;width:90vw;aspect-ratio:auto}}.mechanics .mechanics__step:hover .mechanics__step-img img{transform:scale(1.1)}.mechanics .mechanics__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;max-width:25rem;margin:0 auto;padding:0 0 2rem;flex-shrink:1}.mechanics .mechanics__buttons .button{width:100%;text-align:center;display:flex;justify-content:center}.mechanics .mechanics__buttons .button--white{height:4.5625rem;padding:0 5rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.mechanics .mechanics__buttons .button--whiteBorder{padding:0 3rem;height:3.42188rem;width:auto}.mechanics .mechanics__buttons .button span{line-height:0;line-height:1}.mechanics .mechanics__buttons .button span::after,.mechanics .mechanics__buttons .button span::before{content:"";display:block;height:0;width:0}.mechanics .mechanics__buttons .button span::before{margin-bottom:calc(0em + -5px)}.mechanics .mechanics__buttons .button span::after{margin-top:calc(0em + 0)}@media screen and (max-width:480px){.mechanics .mechanics__buttons{margin-top:3rem;max-width:100%;width:100%;padding:1rem}.mechanics .mechanics__buttons .button--whiteBorder{width:auto;padding:1rem 3rem}}.mechanics__copy{color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:15rem}@media screen and (max-width:768px){.mechanics__copy{margin-bottom:10rem}}.mechanics__grass-front{position:absolute;bottom:0;left:0;width:100%;height:20%;background:url(../../images/content/elements/grass.png);background-position:center bottom;background-size:cover;background-repeat:no-repeat;z-index:2}@media screen and (max-width:768px){.mechanics__grass-front{background-size:1000px;background-repeat:no-repeat}}.mechanics__leafs-left{position:absolute;top:8%;left:0;max-width:18rem;width:15vw;top:6rem}@media screen and (min-width:1920px){.mechanics__leafs-left{top:8rem}}@media screen and (max-width:940px){.mechanics__leafs-left{top:4.5rem}}.mechanics__leafs-right{position:absolute;top:15%;width:14vw;max-width:19rem;right:0;top:calc(5rem + 10%)}@media screen and (min-width:1920px){.mechanics__leafs-right{top:calc(7rem + 10%)}}@media screen and (max-width:940px){.mechanics__leafs-right{top:calc(3.5rem + 10%)}}.mechanics__butterfly-left{pointer-events:none;position:absolute;left:10%;top:20%;max-width:10rem;width:10vw;top:calc(5rem + 15%)}@media screen and (min-width:1920px){.mechanics__butterfly-left{top:calc(7rem + 15%)}}@media screen and (max-width:940px){.mechanics__butterfly-left{top:calc(3.5rem + 15%)}}@media screen and (max-width:1640px){.mechanics__butterfly-left{display:none}}.mechanics__butterfly-right{pointer-events:none;position:absolute;right:15%;top:35%;max-width:10rem;width:10vw;transform:rotate(-40deg);top:calc(5rem + 20%)}@media screen and (min-width:1920px){.mechanics__butterfly-right{top:calc(7rem + 20%)}}@media screen and (max-width:940px){.mechanics__butterfly-right{top:calc(3.5rem + 20%)}}@media screen and (max-width:1640px){.mechanics__butterfly-right{display:none}}.mechanics__content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:0;width:100%;flex-grow:1}.mechanics__grass{pointer-events:none;position:relative;left:0;bottom:0;width:100vw}.competitionForm{background:linear-gradient(180deg,#57d2fb 69.71%,#75b843 100%);z-index:1;padding:0;overflow:hidden}.competitionForm h2{color:#fff;text-align:center;font-size:3.5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}@media screen and (max-width:480px){.competitionForm h2{font-size:2.5rem;margin-bottom:3rem}}.competitionForm h3{color:#fff;text-align:center;font-size:1.125rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}@media screen and (max-width:480px){.competitionForm h3{padding:0 1rem}}.competitionForm__bunny{width:100%;max-width:8rem;margin-bottom:3rem;margin-top:5%}@media screen and (max-width:480px){.competitionForm__bunny{max-width:6rem}}.competitionForm .competitionForm__wrapper{position:relative;min-height:100vh;padding:5rem 1rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center}.competitionForm.disabled .competitionForm__box{pointer-events:none;opacity:.5}.competitionForm.disabled .competitionForm__tooltip{display:block}.competitionForm .competitionForm__tooltip{display:none;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);background:rgba(27,8,8,.75);font-size:2rem;padding:1rem;border:1px solid #e9b860;text-align:center;text-decoration:none}.competitionForm .competitionForm__footer{color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:5%}.competitionForm .competitionForm__grass{display:block;position:relative;width:100%;margin-bottom:0;left:50%;transform:translate(-50%,0)}@media screen and (max-width:480px){.competitionForm .competitionForm__grass{width:60rem}}.competitionForm__leafs-left{position:absolute;left:0;width:20vw;max-width:30rem;top:calc(5rem + 0px)}@media screen and (min-width:1920px){.competitionForm__leafs-left{top:calc(7rem + 0px)}}@media screen and (max-width:940px){.competitionForm__leafs-left{top:calc(3.5rem + 0px)}}@media screen and (max-width:1240px){.competitionForm__leafs-left{display:none}}.competitionForm__leafs-top{pointer-events:none;position:absolute;right:20%;width:15vw;max-width:20rem;top:calc(5rem + 0px)}@media screen and (max-width:480px){.competitionForm__leafs-top{width:30vw;right:0}}@media screen and (min-width:1920px){.competitionForm__leafs-top{top:calc(7rem + 0px)}}@media screen and (max-width:940px){.competitionForm__leafs-top{top:calc(3.5rem + 0px)}}.competitionForm__leafs-right{pointer-events:none;position:absolute;right:0;width:20vw;max-width:25rem;top:calc(5rem + 20%)}@media screen and (min-width:1920px){.competitionForm__leafs-right{top:calc(7rem + 20%)}}@media screen and (max-width:940px){.competitionForm__leafs-right{top:calc(3.5rem + 20%)}}@media screen and (max-width:1240px){.competitionForm__leafs-right{display:none}}.competitionForm__butterfly-1{pointer-events:none;position:absolute;top:10vw;left:20vw;max-width:8rem}@media screen and (max-width:1440px){.competitionForm__butterfly-1{display:none}}.competitionForm__butterfly-2{pointer-events:none;position:absolute;top:40vw;right:10vw;transform:rotate(-60deg);max-width:6rem}@media screen and (max-width:1440px){.competitionForm__butterfly-2{display:none}}.competitionForm .form{max-width:67rem;width:100%}.competitionForm .form .checkbox{max-width:320px}.competitionForm .form .checkbox label{font-size:.75rem;padding-left:2rem}.competitionForm .form .checkbox .helper{background-color:#fff;width:.875rem;height:.875rem;top:auto}.footer{background-color:transparent;z-index:1;width:100%;max-width:104.6875rem;border-top:1px solid #fff;padding:3rem 1rem;margin:0 auto;margin-top:auto}@media screen and (max-width:480px){.footer{padding-bottom:10rem}}.footer .footer__copy{color:#000}.footer .footer__socials{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem}.footer .footer__socials .social img{height:2.5rem}.footer__leafs{position:absolute!important;right:4vw;bottom:0;width:20vw;max-width:25rem}@media screen and (max-width:480px){.footer__leafs{width:60vw;max-width:40rem}}.success{width:100vw;min-height:100vh;overflow:hidden;background:var(--gradient-GB,linear-gradient(180deg,#57d2fb 70.19%,#72c535 100%));position:relative}.success__holder{min-height:max(100vh,900px);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:0;gap:1vw}.success__bunny{position:relative}.success__bunny-img{width:14rem;position:relative;z-index:2}@media screen and (min-width:1920px){.success__bunny-img{width:13vw}}@media screen and (max-width:480px){.success__bunny-img{width:10rem}}.success__bunny-gold{position:absolute;bottom:2rem;right:-9rem;height:12.0625rem}@media screen and (min-width:1920px){.success__bunny-gold{bottom:2vw;right:-7.5vw;width:7vw;height:auto}}@media screen and (max-width:768px){.success__bunny-gold{right:-5rem}}@media screen and (max-width:480px){.success__bunny-gold{width:5.5rem;height:auto;right:-1rem}}@media screen and (max-width:768px){.success__bunny{margin-top:20rem;width:100%;max-width:20rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}}.success__dialog{position:absolute;left:-90%;top:-20%;width:17rem;height:15rem;aspect-ratio:1/1}.success__dialog span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;font-size:1.75rem;font-style:normal;font-weight:900;line-height:115%;text-transform:uppercase}@media screen and (min-width:1920px){.success__dialog span{font-size:1.5vw;transform:translate(-50%,-60%)}}@media screen and (max-width:768px){.success__dialog span{font-size:1.5rem;transform:translate(-50%,-65%)}}.success__dialog-bg{width:100%!important;height:auto}@media screen and (max-width:768px){.success__dialog-bg{min-width:17rem}}@media screen and (min-width:1920px){.success__dialog{width:15vw;height:auto}}@media screen and (max-width:768px){.success__dialog{width:20rem;left:50%;transform:translate(-50%);top:-45%;max-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}}@media screen and (max-width:480px){.success__dialog{top:-65%}}.success__result{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:0 1rem}.success__result-main{display:block;color:#fff;font-size:1.125rem;font-style:normal;font-weight:900;line-height:125%;text-transform:uppercase}@media screen and (min-width:1920px){.success__result-main{font-size:1.2vw}}.success__result strong{display:block;color:#01426a;font-size:1rem;font-style:normal;font-weight:900;line-height:115%;text-transform:uppercase}@media screen and (min-width:1920px){.success__result strong{font-size:1vw}}.success__result small{color:#01426a;text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:125%;text-transform:uppercase}@media screen and (min-width:1920px){.success__result small{font-size:.75vw}}.success__leafs{position:absolute;left:0;top:10vw;width:25vw}@media screen and (max-width:1140px){.success__leafs{width:10rem;top:3rem}}@media screen and (max-width:940px){.success__leafs{display:none}}.success__butterfly{position:absolute;top:5vw;left:20vw;width:5vw}@media screen and (max-width:768px){.success__butterfly{width:20vw;right:2rem;left:auto;top:5rem}}.success__logo{position:absolute;top:3vw;right:3vw;width:20vw}@media screen and (max-width:768px){.success__logo{left:50%;right:auto;transform:translate(-50%,-50%);width:12rem;top:4rem}}.success .button{font-size:1.5rem;height:4.5625rem!important;padding:0 4rem;margin:.5vw 1rem 5rem}.success .button span{line-height:1}.success .button span::after,.success .button span::before{content:"";display:block;height:0;width:0}.success .button span::before{margin-bottom:calc(-.1222222222em + 0)}.success .button span::after{margin-top:calc(-.0388888889em + -.2vw)}@media screen and (min-width:1920px){.success .button{font-size:1.25vw;height:3.2vw!important;padding:0 3vw;margin-top:.5vw}.success .button span{line-height:1}.success .button span::after,.success .button span::before{content:"";display:block;height:0;width:0}.success .button span::before{margin-bottom:calc(-.1222222222em + 0)}.success .button span::after{margin-top:calc(-.0388888889em + -.2vw)}}@media screen and (max-width:940px){.success .button{margin-bottom:7rem}}@media screen and (max-width:768px){.success .button{margin-top:2rem}}.success__grass{position:absolute;bottom:0;left:0;display:block;width:100%;margin-top:auto}@media screen and (max-width:940px){.success__grass{width:1000px}}.navigation--mobile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40%;height:100%;z-index:200;padding-left:0;margin-bottom:0;margin-right:0;margin-left:auto;background:#75b843;pointer-events:all}@media screen and (max-width:768px){.navigation--mobile{height:100%;width:100%}}@media screen and (max-width:1240px){.navigation--mobile{flex-flow:row wrap}}.navigation--mobile .navigation__list{flex-direction:column;justify-content:center;width:100%;align-items:center}@media screen and (max-width:768px){.navigation--mobile .navigation__list{margin-top:7rem}}.navigation--mobile .navigation__item{justify-content:center;padding:0 15px;font-size:2rem;margin-bottom:30px;border-bottom:0;border-top:0}.navigation--mobile .navigation__item.navigation__item--active{border-top:0;border-bottom:1px solid #e9b860}.navigation--mobile .navigation__link{font-size:1.5rem}#overlay{display:none;position:fixed;right:0;top:0;width:100%;height:100%;z-index:200}@media screen and (max-width:1240px){#overlay{opacity:1}}.hamburger{position:absolute;right:20px;top:22px;cursor:pointer;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;margin:0 1rem;z-index:100;padding:2px;align-items:center}@media screen and (min-width:1440px){.hamburger{top:60px}}.hamburger .hamburger__home-button{margin-right:1.25rem}.hamburger .hamburger__home-button .hamburger__home-button-link{display:block;width:25px}.hamburger .hamburger__trigger{position:relative;width:30px;height:22px}.hamburger .hamburger__trigger--bread-bottom,.hamburger .hamburger__trigger--bread-top,.hamburger .hamburger__trigger--meat{position:absolute;display:block;width:30px;height:4px;opacity:1;left:0;border-radius:.5rem;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.hamburger.fixed{position:fixed;right:20px;top:22px}@media screen and (min-width:1440px){.hamburger.fixed{top:60px}}.hamburger .hamburger__trigger--bread-top{top:0;background-color:#fff}.hamburger .hamburger__trigger--meat{top:9px;background-color:#fff}.hamburger .hamburger__trigger--bread-bottom{top:18px;background-color:#fff}.hamburger__trigger.animate-icon span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.hamburger__trigger.animate-icon span:nth-child(2){opacity:0}.hamburger__trigger.animate-icon span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.scale-hover,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.gold{color:#cfa35c}.dark-gold{color:#cea44a}.goldLine{position:relative;display:block;background-color:#cfa35c;width:100%;height:3px}.goldLine:after{content:"";position:absolute;display:block;width:100%;top:5px;height:5px;background-color:#cfa35c}.goldLine--invert:after{top:-8px}.desktop-only{display:block}@media screen and (max-width:1024px){.desktop-only{display:none}}.mobile-only{display:none}@media screen and (max-width:1024px){.mobile-only{display:block}}.no-wrap{white-space:nowrap}.cookies{position:fixed;bottom:0;width:100%;background-color:rgba(88,54,34,.9);z-index:1000}.cookies:hover{background-color:#583622}.cookies .cookies__row{justify-content:center;align-items:center;padding:1em 0}@media screen and (max-width:480px){.cookies .cookies__col--buttons{text-align:center}}.cookies .cookies__message{text-align:center;padding:0 1rem;margin-bottom:.5rem;color:#fff}.cookies .button{padding:.5rem 1rem;font-size:1rem;margin-left:2em}@media screen and (max-width:480px){.cookies .button{margin-left:0}}.cookies .button--transparent{color:#fff}.signin{padding:5rem 1rem;background-color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:center}.signin .signin__wrapper{max-width:400px;background-color:#cde8f8;padding:1rem;border-radius:2rem}.signin .button{display:block;margin:auto}.winners{background:var(--Gradient-blue,linear-gradient(180deg,#6bbfea -26.97%,#fff 99.86%));width:100%;overflow:hidden;display:flex;flex-direction:column;min-height:100vh}.winners .winners__wrapper{flex-grow:1;height:100%;max-width:100%;padding:6rem 0 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}@media screen and (max-width:480px){.winners .winners__wrapper{padding:5rem 1rem 0}}.winners .winners__wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:15rem;background:var(--Sky-Gradient,linear-gradient(180deg,#24a5e8 0,rgba(255,255,255,0) 100%));z-index:0;pointer-events:none}.winners .winners__nature{position:relative;width:100%;margin-bottom:-6px;left:50%;transform:translate(-50%,0);pointer-events:none}@media screen and (max-width:480px){.winners .winners__nature{width:60rem}}.winners .winners__clouds{max-width:100%;position:absolute;top:10rem;width:88rem;left:50%;transform:translate(-50%);z-index:1;pointer-events:none}@media screen and (max-width:920px){.winners .winners__clouds{display:none}}.winners h2{color:#fff;position:relative;z-index:2;margin-bottom:0}.winners .winners__row{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative}.winners .winners__row *{position:relative;z-index:2}.winners .winners__row .prize__name{font-size:2.03469rem;font-weight:800;text-align:center}.winners .winners__row .prize__name--main{font-size:2.5rem}.winners .winners__row .prize__winners{list-style:none;color:#01426a;text-align:center;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.9375rem;text-transform:capitalize;padding:0 1rem;display:grid;grid-template-columns:1fr;column-gap:2rem}@media screen and (max-width:480px){.winners .winners__row .prize__winners{grid-template-columns:1fr}}.winners .winners__nowinnersTitle{flex-grow:1}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.scale-hover,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.gold{color:#cfa35c}.dark-gold{color:#cea44a}.goldLine{position:relative;display:block;background-color:#cfa35c;width:100%;height:3px}.goldLine:after{content:"";position:absolute;display:block;width:100%;top:5px;height:5px;background-color:#cfa35c}.goldLine--invert:after{top:-8px}.desktop-only{display:block}@media screen and (max-width:1024px){.desktop-only{display:none}}.mobile-only{display:none}@media screen and (max-width:1024px){.mobile-only{display:block}}.no-wrap{white-space:nowrap}.scale-hover:hover{transform:scale(1.05)}.form__upload{width:100%;margin:2rem auto 0;display:flex!important;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;flex-direction:column}.form__upload-title{color:#fff;text-align:center;font-size:1.125rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;margin-bottom:0}.form__upload-zone{position:relative;border:transparent;background:#43c2ec;border-radius:8px;padding:2.5rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;flex-direction:column;gap:1rem;width:100%}.form__upload-zone:hover{background-color:rgb(23.1304347826,177.7391304348,228.8695652174)}.form__upload-zone--drag-over{border-color:rgb(18.4492753623,141.768115942,182.5507246377);transform:scale(1.02);animation:dragPulse .6s ease-in-out}.form__upload-zone--has-file{background-color:rgba(117,184,67,.1)}.form__upload-content{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;display:flex!important;flex-direction:column;gap:1rem}.form__upload-row{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;gap:.5rem}.form__upload-text{color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;margin-bottom:-5px}@media screen and (max-width:480px){.form__upload-text{display:none}}.form__upload-button{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;height:2.28125rem;font-size:1.2rem;border-radius:1.14063rem;background:#fff;padding:0 1rem;white-space:nowrap}.form__upload-button span{color:#bf8932!important;line-height:0}.form__upload-button span::after,.form__upload-button span::before{content:"";display:block;height:0;width:0}.form__upload-button span::before{margin-bottom:calc(0em + 2px)}.form__upload-button span::after{margin-top:calc(0em + 0)}.form__upload-preview{position:relative;display:none;max-width:100%;margin-top:2rem}.form__upload-image{max-width:100%;max-height:250px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.form__upload-pdf-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:rgba(207,163,92,.1);border:1px solid rgba(207,163,92,.3);border-radius:8px;max-width:100%}.form__upload-pdf-icon{flex-shrink:0}.form__upload-pdf-icon svg{width:48px;height:48px}.form__upload-pdf-info{flex:1;min-width:0}.form__upload-pdf-name{font-weight:600;color:#cfa35c;font-size:.9rem;word-break:break-word;margin-bottom:.25rem}.form__upload-pdf-size{font-size:.8rem;color:#917236}.form__upload-remove{position:absolute;top:-10px;right:-10px;width:30px;height:30px;border-radius:50%;background-color:#dc3545;color:#fff;border:none;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.form__upload-remove:hover{background:rgb(189.2151898734,32.7848101266,47.7721518987);transform:scale(1.1)}.form__upload-error{display:none;color:#dc3545;background-color:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.3);border-radius:4px;padding:.75rem;margin-top:1rem;font-size:.9rem;text-align:center}.form__upload-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}@media screen and (max-width:768px){.form__upload{margin:1rem auto 0}.form__upload-zone{padding:1.5rem;min-height:150px}.form__upload-title{font-size:.9rem}}@media screen and (max-width:480px){.form__upload-zone{padding:1rem;min-height:120px}.form__upload-content{gap:.75rem}.form__upload-text{font-size:.9rem}}@keyframes dragPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}100%{transform:scale(1)}}.errorPage .errorPage__wrapper{margin:5rem auto}.errorPage .errorPage__copy{text-align:center;font-size:1.2rem}.contact{background:#57d2fb;width:100%;display:flex;flex-direction:column;align-items:center;padding:0 0;height:100%;min-height:100vh}.contact .contact__wrapper{flex-grow:1;max-width:100%;height:100%;padding:5rem 1rem;padding-top:10rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-inline:0}.contact h2{color:#fff;text-align:center;font-size:3.5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}@media screen and (max-width:480px){.contact h2{font-size:2.5rem}}.contact p{color:#01426a;font-weight:600;font-size:1rem}.contact *{position:relative;z-index:1}.contact .form{width:100%;max-width:52rem}@media screen and (max-width:480px){.contact .form{padding:0 1rem}}.contact .form__control--textarea{height:auto;min-height:80px}.contact .form__control--textarea .form__label{bottom:auto;top:10px}.contact .form__control--textarea .form__inputUnderline{position:relative;bottom:auto;margin-top:-2px}.contact .form__control--textarea .form__input--textarea{padding-top:1.5rem;resize:vertical}.contact .form__control--textarea .form__input--textarea:focus~.form__label,.contact .form__control--textarea .form__input--textarea:not(:placeholder-shown)~.form__label,.contact .form__control--textarea .form__input--textarea:valid~.form__label{transform:translateY(-30px)}.contact .form__control--textarea .form__input--textarea::-webkit-scrollbar{width:4px;height:4px}.contact .form__control--textarea .form__input--textarea::-webkit-scrollbar-track{background:0 0;border-radius:10px}.contact .form__control--textarea .form__input--textarea::-webkit-scrollbar-thumb{background:#009ad7;border-radius:10px;cursor:pointer;transition:.4s ease-in-out}.contact .form__control--textarea .form__input--textarea::-webkit-scrollbar-thumb:hover{background:rgb(0,117.4697674419,164)}.contact .form__control--textarea .form__input--textarea::-webkit-scrollbar-thumb:active{background:rgb(0,117.4697674419,164)}.contact .hidden{display:none}.contact__leafs{position:absolute;left:0;top:6rem;width:10vw;max-width:15rem;top:calc(5rem + 0px)}@media screen and (min-width:1920px){.contact__leafs{top:calc(7rem + 0px)}}@media screen and (max-width:940px){.contact__leafs{top:calc(3.5rem + 0px)}}@media screen and (max-width:480px){.contact__leafs{display:none}}.contact__flower{position:absolute;right:15vw;top:10rem;top:10rem}@media screen and (min-width:1920px){.contact__flower{top:12rem}}@media screen and (max-width:940px){.contact__flower{top:8.5rem}}@media screen and (max-width:940px){.contact__flower{display:none}}.game{width:100vw;min-height:100vh;overflow:auto;background:var(--gradient-GB,linear-gradient(180deg,#57d2fb 70.19%,#72c535 100%));position:relative}.game__holder{min-height:max(100vh,700px);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:0}@media screen and (max-width:1920px){.game__holder{min-height:max(100vh,55.5555555556vw)}}@media screen and (max-width:1440px){.game__holder{min-height:max(100vh,66.6666666667vw)}}@media screen and (max-width:1040px){.game__holder{min-height:max(100vh,76.9230769231vw)}}@media screen and (min-width:1920px){.game__holder{min-height:max(100vh,55.5555555556vw)}}.game__bunnies{width:100%;max-width:30vw;padding:0 2rem}.game__bunnies img{width:100%}@media screen and (max-width:1920px){.game__bunnies{max-width:35rem}}@media screen and (max-width:1440px){.game__bunnies{max-width:30rem}}@media screen and (max-width:480px){.game__bunnies{width:80vw}}.game__instructions{text-align:center}.game__instructions span{color:#fff;text-align:center;font-size:1.85vw;font-style:normal;font-weight:900;line-height:125%;text-transform:uppercase}@media screen and (max-width:1920px){.game__instructions span{font-size:2.25rem}}@media screen and (max-width:480px){.game__instructions span{font-size:1.625rem}}.game__leafs{position:absolute;left:0;top:10vw;width:25vw}@media screen and (max-width:768px){.game__leafs{width:40vw;top:5rem}}.game__butterfly{position:absolute;top:5vw;left:20vw;width:5vw;animation:sway-game 6s linear 0s infinite}@keyframes sway-game{0%{transform:rotate(-1.5deg) translate(0,0);animation-timing-function:cubic-bezier(.4,0,.6,1)}15%{transform:rotate(3.5deg) translate(.15rem,-.18rem);animation-timing-function:ease-out}33%{transform:rotate(-3deg) translate(-.09rem,-.3rem);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}52%{transform:rotate(5deg) translate(.12rem,-.12rem);animation-timing-function:ease-in-out}70%{transform:rotate(-2deg) translate(-.18rem,-.21rem);animation-timing-function:cubic-bezier(.55,.06,.68,.19)}85%{transform:rotate(2.5deg) translate(.21rem,-.06rem);animation-timing-function:ease-in}100%{transform:rotate(-1.5deg) translate(0,0)}}@media screen and (max-width:768px){.game__butterfly{width:20vw;right:2rem;left:auto;top:5rem}}.game__logo{position:absolute;top:3vw;right:3vw;width:20vw}@media screen and (max-width:768px){.game__logo{left:50%;right:auto;transform:translate(-50%,-50%);width:30vw;top:4rem}}.game__grass{position:absolute;bottom:0;left:0;display:block;width:100%;margin-top:auto}@media screen and (max-width:940px){.game__grass{width:1000px}}.devInfo{position:fixed;background-color:#6ab2ec;padding:.5rem 1rem .5rem 1rem;color:#fff;width:200px;top:10px;left:10px;text-align:left;animation:show 1s forwards ease-in-out;justify-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;z-index:100000}@media screen and (max-width:480px){.devInfo{display:none}}@keyframes show{0%{display:block;opacity:0}99%{opacity:1}}.devInfo h4{font-size:1.2rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;padding-bottom:.5rem}.devInfo--local_dev{background:#80a023}.devInfo--dev_stage{background:#6ab2ec}.alerts{position:fixed;z-index:100;right:20px;bottom:3rem;max-width:640px;width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width:480px){.alerts{bottom:3rem;right:0}}.alerts *{box-sizing:border-box}.alert{position:relative;padding:1rem 2rem 1rem 1rem;color:#fff;width:100%;top:20px;text-align:left;animation:show 1s forwards ease-in-out;justify-content:flex-start;align-items:center;display:flex}@media screen and (max-width:480px){.alert{justify-content:flex-start;text-align:center;padding:1rem;padding-right:2rem;text-align:left}}@keyframes show{0%{display:block;opacity:0}99%{opacity:1}}.alert h4{font-size:1.2rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;padding-bottom:.5rem}.alert .alert__icon{margin:1rem 2rem 1rem 1rem;width:100px}@media screen and (max-width:480px){.alert .alert__icon{margin:0 1rem 0 0}}.alert .alert__closeBtn{right:20px;top:20px;position:absolute;color:#fff;font-weight:700;font-size:22px;cursor:pointer;transition:.3s}.alert .alert__closeBtn:hover{filter:brightness(.8)}.alert__content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;align-items:flex-start}.alert__content h4,.alert__content p{margin-bottom:0;padding-bottom:0}.alert.alert--danger{border-top:5px solid #f04438;background:#ffe2e0;color:#f04438}.alert.alert--danger h4{color:#f04438}.alert.alert--danger .alert__closeBtn path{fill:#f04438}.alert.alert--success{border-top:5px solid #97bf23;background:#ecffb7;color:#80a023}.alert.alert--success h4{color:#80a023}.alert.alert--success .alert__closeBtn path{fill:#80a023}.alert.alert--info{background-color:#6ab2ec;color:#023d6d}.alert.alert--info h4{color:#023d6d}.alert.alert--info .alert__closeBtn path{fill:#023d6d}.alert.alert--warning{background-color:#f9deb7;color:#c67700}.alert.alert--warning h4{color:#c67700}.alert.alert--warning .alert__closeBtn path{fill:#c67700}.alert.closed{animation:hide 1s forwards}@keyframes hide{0%{opacity:1}100%{opacity:0;display:none}}.statistics{background:#fff;padding:10rem 1rem 5rem}.debugWindow{position:fixed;top:10px;left:10px;background:rgba(0,0,0,.85);color:#fff;padding:12px;border-radius:6px;width:fit-content;font-size:14px;z-index:9999;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:opacity .3s ease-in-out;min-width:150px}.debugWindow--hidden{opacity:0;pointer-events:none;width:100px}.debugWindow__header{display:flex;justify-content:space-between;align-items:center;font-weight:700;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.2);cursor:grab}.debugWindow__header:active{cursor:grabbing}.debugWindow__buttons{display:flex;gap:8px}.debugWindow__buttons button{background:0 0;border:none;color:#fff;font-size:16px;cursor:pointer;transition:opacity .2s ease-in-out}.debugWindow__buttons button:hover{opacity:.7}.debugWindow__list{list-style:none;padding:0;margin:0}@media screen and (min-width:640px){.debugWindow__list{width:300px}}.debugWindow__list li{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between}.debugWindow__list strong{color:#fc0;font-weight:400}.debugWindow__list a{color:#fff}.debugWindow__sublist{list-style:none;padding-left:16px;margin-top:4px;font-size:12px;color:#ccc}.debugWindow__sublist li{padding:2px 0}.debugWindow__link{color:#fc0;text-decoration:none;font-size:12px;margin-left:6px}.debugWindow__link:hover{text-decoration:underline}.debugWindow__reset{display:inline-block;margin-top:6px;padding:4px 8px;background:rgba(255,0,0,.7);color:#fff;text-decoration:none;border-radius:4px;font-size:12px;text-align:center;transition:background .2s}.debugWindow__reset:hover{background:red}.debugWindow__toggle{cursor:pointer;background:rgba(255,255,255,.2);border-radius:4px;padding:4px 6px;text-align:center;margin-top:8px;font-size:12px}.debugWindow__toggle:hover{background:rgba(255,255,255,.3)}.webView{background:linear-gradient(180deg,#57d2fb 0,#3bb8e8 50%,#75b843 100%);border:none;border-radius:1.5rem;max-width:34rem;width:calc(100% - 2rem);padding:0;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4)}.webView .modal__box{padding:3rem 2.5rem 2.5rem;position:relative}@media screen and (max-width:480px){.webView .modal__box{padding:2.5rem 1.5rem 2rem}}.webView .modal__content{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;flex-direction:column;gap:.75rem}.webView .modal__close{position:absolute;top:1.25rem;right:1.25rem;cursor:pointer;border-radius:50%;width:2.25rem;height:2.25rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;transition:background .2s ease-in-out}.webView .modal__close path{fill:#fff}.webView .modal__close:hover{background:rgba(255,255,255,.35)}.webView::backdrop{background:rgba(1,66,106,.65);backdrop-filter:blur(4px)}.webView h3{font-family:"Amsi Pro Cond",Arial;font-size:2.25rem;font-weight:900;color:#fff;text-transform:uppercase;text-align:center;line-height:1.1;text-shadow:0 2px 6px rgba(0,0,0,.25);margin-bottom:.25rem}.webView p{text-align:center;font-size:1.05rem;line-height:150%;color:#fff;font-family:"Optima CE",Arial;text-shadow:0 1px 3px rgba(0,0,0,.2)}.webView__copy{margin-top:1.25rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;padding:0;flex-direction:column;position:relative;margin-bottom:1.25rem;width:auto;cursor:copy}.webView__copy-btn{background:linear-gradient(144deg,#e9b860 .61%,#faebce 22.42%,#e9b860 50.5%,#b68c41 99.96%);padding:.75rem 1.75rem;color:#000;text-decoration:none;font-weight:700;font-family:"Optima CE",Arial;font-size:1rem;border-radius:3rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0;gap:.75rem;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.webView__copy-btn img{width:1.1rem;opacity:.8}.webView__copy-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.webView__copy-message{display:block;margin-top:10px;padding:4px 10px;color:#fff;border-radius:5px;position:absolute;top:calc(100% - 1rem);font-size:.8rem;font-family:"Optima CE",Arial}.webView__copy .tooltip{display:none;position:absolute;background-color:rgba(0,0,0,.75);color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;top:80%;left:50%;transform:translate(-50%);white-space:nowrap}.webView__copy .feedback{display:none;margin-top:10px;padding:5px 12px;color:#fff;font-weight:700;border-radius:4px;font-size:.875rem}.webView .buttonsRow{margin-top:.5rem;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:0}.webView .button.disabled{pointer-events:none;touch-action:none;opacity:.5}
/*# sourceMappingURL=4-components.min.css.map */
