html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;background-color:#f1f3f7}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}.header{background-color:#27282a;display:flex;flex-direction:row;justify-content:space-between;padding:.8rem 2.25%;align-items:center;position:fixed;width:100%;box-sizing:border-box;z-index:1000}.header__logo img{height:40px}.header__hamburger{display:none;color:#fff}@media(max-width:992px){.header__hamburger{display:block;z-index:1002}}.header__nav{display:flex}@media(max-width:992px){.header__nav{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#27282a;flex-direction:column;padding-top:80px;transform:translate(100%);transition:transform .3s ease-in-out;overflow-y:auto}.header__nav--open{transform:translate(0)}}.header .nav-links{display:flex;flex-direction:row;align-items:center;list-style:none;margin:0;padding:0}@media(max-width:992px){.header .nav-links{flex-direction:column;width:100%;align-items:flex-start}}.header .nav-links__item{position:relative}.header .nav-links__item a{color:#fff;text-decoration:none;margin:0 1rem;font-family:Roboto,serif;font-size:1rem;display:block}@media(max-width:992px){.header .nav-links__item a{margin:0;padding:1rem 2rem;font-size:1.2rem;width:100%}}.header .nav-links__item a:after{content:"";position:absolute;width:0%;height:3px;display:block;margin-top:5px;right:10%;background:#fff;transition:width .2s ease;-webkit-transition:width .2s ease}.header .nav-links__item a:hover:after{width:80%;left:10%;background:#fff}.header .nav-links__item--language{cursor:pointer;display:flex;flex-direction:column;align-items:center;margin-left:1rem}@media(max-width:992px){.header .nav-links__item--language{width:100%;align-items:flex-start;margin-left:0;padding:0}}.header .nav-links__icon-container{color:#fff;font-family:Roboto,serif;font-size:1rem;display:flex;align-items:center}@media(max-width:992px){.header .nav-links__icon-container{padding:1rem 2rem}}.header .nav-links__icon-container span.arrow-icon{display:flex;margin-left:.5rem;transition:transform .3s ease}.header .nav-links__icon-container span.arrow-icon.show{transform:rotate(180deg)}.header .language-selector{position:absolute;top:100%;right:0;background-color:#27282a;box-shadow:0 2px 8px #00000026;border-radius:4px;list-style:none;padding:0;margin:0;min-width:150px;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1001}@media(max-width:992px){.header .language-selector{position:static;width:100%;box-shadow:none;background-color:#0000001a;border-radius:0;opacity:1;visibility:visible;transform:none}}.header .language-selector.show{max-height:500px;opacity:1;visibility:visible;padding:.5rem 0}.header .language-selector__item{width:100%}.header .language-selector__button{background:none;border:none;color:#fff;font-family:Roboto,serif;font-size:.9rem;cursor:pointer;width:100%;text-align:left;padding:10px 15px}@media(max-width:992px){.header .language-selector__button{padding-left:3rem;font-size:1.1rem}}.header .language-selector__button:hover{background-color:#38414e}.footer{background-color:#460012;padding:.8rem 2.25%;color:#fff;font-family:Roboto,serif}.footer__content{display:flex;flex-direction:column;justify-content:center;text-align:center;padding:2rem}.footer__content a{color:#dedede}.footer__item{margin:1rem;display:flex;flex-direction:column}.footer__link{margin:.15rem 0}.footer__social{margin:1rem}.footer__icon{margin:1rem;cursor:pointer}.news-card{border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s;cursor:pointer;margin:1rem}.news-card:hover{transform:scale(1.02)}.news-card__image{width:100%;height:10rem;object-fit:cover}.news-card__content{padding:16px;background-color:#fff}.news-card__title{font-size:1.5rem;margin:0 0 8px;color:#333}.news-card__description{font-size:1rem;margin:0 0 8px;color:#666}.news-card__date{font-size:.875rem;color:#999}@media(max-width:992px){.news-card{flex:0 0 auto}}.home{color:#333;padding-top:2.7rem;font-family:Roboto,serif}@media(max-width:992px){.home{padding-top:1.3rem}}.home .home-content-intro{margin:.8rem 5%;padding:.8rem 2.25%;display:flex;flex-direction:column}.home .home-content-intro__title,.home .home-content-intro__subtitle,.home .home-content-intro__caption,.home .home-content-intro__buttons{text-align:center}.home .home-content-intro__title{color:#8f2d4e;font-size:13rem;font-weight:900;font-family:Italiana,serif;margin-bottom:2rem;text-align:center;margin:0 auto}@media(max-width:992px){.home .home-content-intro__title{font-size:8rem;margin-bottom:1.7rem}}@media(max-width:576px){.home .home-content-intro__title{width:100%;font-size:7rem;transform:translate(-4px)}}.home .home-content-intro__subtitle{font-size:2.5rem;font-weight:200}@media(max-width:992px){.home .home-content-intro__subtitle{font-size:2rem}}.home .home-content-intro__caption{margin-top:10px;font-weight:300;font-size:2rem;margin-bottom:2rem}@media(max-width:992px){.home .home-content-intro__caption{font-size:1.5rem;height:3rem;margin-bottom:1.3rem}}@media(max-width:992px){.home .home-content-intro__buttons{display:flex;flex-wrap:wrap;justify-content:center;position:relative;margin-top:1rem;margin-bottom:3rem}}.home .home-content-intro__buttons .home-content-intro__button{margin:2rem;background-color:#8f2d4e;padding:1rem;color:#fff;text-decoration:none;font-size:1.25rem;transition:background-color .3s ease}@media(max-width:992px){.home .home-content-intro__buttons .home-content-intro__button{margin:5px;width:50%;font-size:1rem}}.home .home-content-intro__buttons .home-content-intro__button:hover{background-color:#682139}.home .home-content-intro__buttons .home-content-intro__button:last-child{background-color:#f1f3f7;color:#27282a;border:.15rem solid #8F2D4E;padding:.85rem}.home .home-content-intro__buttons .home-content-intro__button:last-child:hover{background-color:#8f2d4e;color:#fff}.home .home-content-intro__buttons .home-content-intro__button-icon{margin-left:10px;font-size:1.25rem;transform:translateY(1px)}.home .home-content-intro__buttons{margin:3rem 0 5rem}.home .home-content-intro__image-element{display:flex;justify-content:center;margin:0 auto;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1));width:70rem;-webkit-filter:drop-shadow(1.5px 1.5px 1.5px #222);filter:drop-shadow(1.5px 1.5px 1.5px #222)}@media(max-width:992px){.home .home-content-intro__image-element{transform:translate(-3px);width:calc(100% + .5rem);margin-bottom:2.5rem}}@media(max-width:992px){.home .home-content-intro__special-feature-mobile{margin-top:1.5rem;display:flex;flex-direction:column-reverse}}.home .home-content-news{background-color:#fff;padding:.8rem 2.25%}.home .home-content-news__logo{display:flex;justify-content:center;margin:2rem auto;width:10rem}@media(max-width:992px){.home .home-content-news__logo{width:calc(30% + 0rem)}}.home .home-content-news__title{text-align:center;font-size:2.5rem;color:#333;font-weight:300;margin-top:1rem}.home .home-content-news__text{text-align:center;color:#333;font-weight:300;font-size:1.25rem;margin:1rem 15%;line-height:1.5}@media(max-width:992px){.home .home-content-news__text{margin:1rem .5rem}}.home .home-content-news__cards{display:grid;grid-template-columns:1fr 1fr 1fr}.home .home-content-news__cards .news-card{height:90%}@media(max-width:992px){.home .home-content-news__cards{grid-template-columns:1fr;grid-template-rows:auto}}.home .home-content-performance{overflow:hidden;margin:.8rem 5%}.home .home-content-performance__block{display:grid;grid-template-columns:1fr 1fr}@media(max-width:992px){.home .home-content-performance__block{display:flex;flex-direction:column;margin-top:3.5rem}}@media(max-width:992px){.home .home-content-performance__block--second{margin-bottom:3.5rem}}.home .home-content-performance__text{text-align:left;font-size:1.25rem;font-weight:400;line-height:1.5;color:#333;margin:auto;width:30rem;position:relative;left:17%}@media(max-width:992px){.home .home-content-performance__text{font-size:1rem;width:100%;left:0;margin:0;padding:0}}.home .home-content-performance__text--second{width:100%;margin:auto;left:auto;right:15%;width:40rem}@media(max-width:992px){.home .home-content-performance__text--second{font-size:1rem;left:0;margin:0;padding:0rem;width:100%}}.home .home-content-performance__text--title{font-weight:700;font-size:3.8rem;margin-bottom:.5rem}@media(max-width:992px){.home .home-content-performance__text--title--second{font-size:3rem}}.home .home-content-performance__text--title-icon{transform:scale(4) translate(.6rem) translateY(-.3rem)}.home .home-content-performance__image-element{filter:drop-shadow(2px 2px 5px rgba(0,0,0,.2));width:65rem;position:relative;right:15%;transform:rotate(-20deg)}@media(max-width:992px){.home .home-content-performance__image-element{width:calc(100% + 2rem);left:-10%}}@media(min-width:1200px)and (max-width:1400px){.home .home-content-performance__image-element--first{width:100%;left:4%}}.home .home-content-performance__image-element--second{width:40rem;transform:rotate(0);left:15%}@media(min-width:1200px)and (max-width:1400px){.home .home-content-performance__image-element--second{width:70%;left:5%}}@media(max-width:992px){.home .home-content-performance__image-element--second{width:55%;left:0}}.home .home-content-foss{background-color:#fff;padding:.8rem 2.25%;text-align:center;color:#333}.home .home-content-foss__intro{margin:0 25%}@media(max-width:992px){.home .home-content-foss__intro{margin:2.5rem auto;width:100%}}.home .home-content-foss__title{font-weight:700;font-size:3.8rem;width:60%;margin:3rem auto 2rem}@media(max-width:992px){.home .home-content-foss__title{width:90%;font-size:3rem;margin:1.5rem auto}}.home .home-content-foss__description{font-size:1.25rem;font-weight:300;margin:2rem auto 1rem;width:70%;line-height:1.3}@media(max-width:992px){.home .home-content-foss__description{width:100%;font-size:1rem;margin:0 0 1rem}}.home .home-content-foss__link{color:#08c;margin:1rem 0 2rem;font-size:1.25rem}@media(max-width:992px){.home .home-content-foss__link{font-size:1rem}}.home .home-content-foss__features{display:flex;flex-direction:row;flex-wrap:wrap;width:65%;margin:2rem auto;font-weight:300;line-height:1.3;font-size:1.25rem}@media(max-width:992px){.home .home-content-foss__features{width:100%;flex-direction:column;font-size:1rem}}.home .home-content-foss__feature{width:48%;margin:1%}@media(max-width:992px){.home .home-content-foss__feature{margin:1rem auto;width:100%}}.home .home-content-foss__feature-title{font-size:2rem;margin:1rem}@media(max-width:992px){.home .home-content-foss__feature-title{font-size:2rem;width:90%;margin:0 auto}}.home .home-content-foss__feature-description{margin:1rem;font-size:1.25rem}.home .home-content-foss__feature-link{color:#08c;font-weight:400;font-size:1.25rem}.home .home-content-faq{padding:.8rem 2.25%}.home .home-content-faq__title{text-align:center;margin-top:3rem;margin-bottom:4rem;font-size:3.8rem;font-weight:700}@media(max-width:992px){.home .home-content-faq__title{font-size:3rem}}.home .home-content-faq__questions{text-align:left;display:grid;grid-template-columns:1fr 1fr;gap:3rem;line-height:1.5;grid-template-rows:1fr 1fr;width:65%;margin:0 auto;margin-bottom:4rem}@media(max-width:992px){.home .home-content-faq__questions{grid-template-columns:1fr;grid-template-rows:auto;text-align:center;margin:2.5rem auto;width:100%}}.home .home-content-faq__text{margin:0 1rem;font-size:1.25rem;display:flex;flex-direction:column}.home .home-content-faq__text--question{font-size:2rem;margin:0;font-weight:700}.home .home-content-sponsors{padding:.8rem 2.25%;background-color:#fff}.home .home-content-sponsors__title{margin-top:3rem;margin-bottom:1rem;display:flex;justify-content:center;font-size:3.8rem;font-weight:700}@media(max-width:992px){.home .home-content-sponsors__title{text-align:center;width:100%;margin-top:2.5rem}}.home .home-content-sponsors__text{display:flex;justify-content:center;font-weight:300;font-size:1.25rem;width:50%;margin:0 auto;text-align:center;margin-bottom:2rem;line-height:1.5}@media(max-width:992px){.home .home-content-sponsors__text{width:90%}}.home .home-content-sponsors__images{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 5%;margin-bottom:3rem}.home .home-content-sponsors__images img{max-width:auto;height:60px;margin:25px}@media(max-width:992px){.home .home-content-sponsors__images img{max-width:100%}}.no-page{text-align:center;padding:5rem;background-color:#f1f3f7;color:#333;min-height:100vh}.no-page h1{font-size:2.5rem;font-weight:700;color:#8f2d4e}.no-page p{font-size:1.25rem;color:#333}@media(max-width:576px){.no-page{padding:2rem}.no-page h1{font-size:2rem}.no-page p{font-size:16px}}.news{padding:2rem 1rem;background:#f1f3f7;font-family:Roboto,serif}.news__maintitle{font-size:3.8rem;display:flex;justify-content:center;padding:1rem;color:#8f2d4e;font-family:Italiana,serif;font-weight:700}@media(max-width:992px){.news__maintitle{font-size:3rem;text-align:center;padding:3.3rem 1rem 0}}.news__list{list-style:none;margin:2rem auto;padding:0 1rem;max-width:700px}.news__item{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000f,0 1.5px 4px #00000008;margin-bottom:2rem;padding:2rem;transition:box-shadow .2s;border-left:5px solid #8F2D4E}.news__item:hover{box-shadow:0 4px 16px #8f2d4e21,0 2px 8px #00000014;border-left:5px solid rgb(104.2074468085,32.7925531915,56.8404255319)}.news__title{font-size:1.25rem;color:#8f2d4e;margin-bottom:.8rem;font-weight:700;line-height:1.2;font-family:Italiana,serif}.news__description{color:#333;font-size:16px;margin-bottom:1.2rem;line-height:1.6;font-weight:400;font-family:Roboto,serif}.news__date{display:block;font-size:1rem;color:#dedede;text-align:right;margin-top:1rem;font-family:Roboto,serif}.news__pagination{display:flex;justify-content:center;gap:.4rem;margin:1.5rem 0 0;padding:0;list-style:none}.news__pagination-page,.news__pagination-prev,.news__pagination-next{position:relative;overflow:hidden;display:inline-block;background:#fff;border-radius:.4rem;box-shadow:0 1px 3px #0000000a;font-size:16px;font-weight:500;color:#8f2d4e;cursor:pointer;min-width:2.1rem;min-height:2.1rem;text-align:center;line-height:2.1rem;transition:background .15s,color .15s;margin:0 .1rem;border:none;padding:0;-webkit-user-select:none;user-select:none}.news__pagination-page a.news__pagination-link,.news__pagination-prev a.news__pagination-link,.news__pagination-next a.news__pagination-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;color:inherit;cursor:pointer;z-index:1}.news__pagination-page--active{background:#8f2d4e;color:#fff;font-weight:700}.news__pagination-page--active a.news__pagination-link{color:#fff}.news__pagination--disabled{opacity:.6;pointer-events:none}@media(max-width:768px){.news{padding:1rem .3rem}.news__item{padding:1.2rem}.news__title{font-size:1rem}.news__description{font-size:14px}.news__date{font-size:.9rem}.news__pagination-page,.news__pagination-prev,.news__pagination-next{font-size:14px;min-width:1.7rem;min-height:1.7rem;line-height:1.7rem}}.learn-more{background-color:#f1f3f7}.learn-more__intro-blankspace{background-color:#8f2d4e;height:18rem}.learn-more__intro-blankspace .learn-more__title{font-size:3.8rem;display:flex;justify-content:center;padding-top:7rem;color:#fff}@media(max-width:992px){.learn-more__intro-blankspace .learn-more__title{font-size:3rem;text-align:center;padding:3.3rem 1rem 0}}.learn-more__intro-blankspace .learn-more__description{margin:0 auto;width:50%;margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;color:#fff;font-size:2rem;font-family:Roboto,serif;font-weight:300;word-wrap:break-word;overflow-wrap:break-word;height:10rem;text-align:center}@media(max-width:992px){.learn-more__intro-blankspace .learn-more__description{font-size:1.5rem;text-align:center;margin:1rem auto;width:90%}}.learn-more__image{display:flex;justify-content:center;margin:0 auto;position:relative;bottom:15rem;max-width:100%}@media(max-width:992px){.learn-more__image{bottom:12rem}}.learn-more__wave{height:32vh;background-color:#8f2d4e;position:relative}.learn-more__wave:before{content:"";width:100%;height:105px;position:absolute;bottom:-.3%;left:0;background-size:auto;background-repeat:repeat no-repeat;background-position:20vw bottom;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 98L50 92C100 86 200 74 300 50C400 26 500 -10 600 2C700 14 800 74 900 98C1000 122 1100 110 1150 104L1200 98V134H1150C1100 134 1000 134 900 134C800 134 700 134 600 134C500 134 400 134 300 134C200 134 100 134 50 134H0V98Z' fill='%23f1f3f7'/></svg>")}@media(max-width:850px){.learn-more__wave:before{height:84px}}.learn-more__content{margin:.8rem 5%;padding:.8rem 2.25%;position:relative;bottom:10rem;text-align:center;color:#333}.learn-more__content .learn-more__paragraph{font-size:1.25rem;line-height:1.5}.learn-more__content .learn-more__heading{font-size:2.5rem;text-align:center;margin-bottom:2rem}.learn-more__content .learn-more__subheading{font-size:2rem;margin-top:2.5rem;margin-bottom:1rem}.learn-more__content .learn-more__text{font-size:1.25rem;line-height:1.6;margin-bottom:1rem}.learn-more-intro__button{background-color:#8f2d4e;padding:1rem;color:#fff;text-decoration:none;font-size:1.25rem;transition:background-color .3s ease;position:relative;top:3.5rem;font-family:Roboto,serif}.learn-more-intro__button:hover{background-color:#682139}.learn-more-intro__button-icon{margin-left:.5rem}.adminpanel,.adminpanel *{box-sizing:border-box}.adminpanel{max-width:600px;margin:80px auto;padding:2rem;border:1px solid #ddd;border-radius:12px;background-color:#f9f9f9;box-shadow:0 4px 10px #0000000d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:50vh}.adminpanel h2{text-align:center;margin-bottom:1.5rem;color:#333}.adminpanel form{display:flex;flex-direction:column;gap:1.5rem}.adminpanel form div{display:flex;flex-direction:column}.adminpanel form div label{margin-bottom:.5rem;font-weight:600;color:#444}.adminpanel form div input,.adminpanel form div textarea{padding:.6rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;width:100%;resize:vertical}.adminpanel form div input:focus,.adminpanel form div textarea:focus{outline:none;border-color:#677487;box-shadow:0 0 4px #4747474d}.adminpanel form div textarea{min-height:100px}.adminpanel form button{padding:.7rem;font-size:1rem;border:none;border-radius:6px;background-color:#8f2d4e;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s}.adminpanel form button:hover{background-color:#7a2642}.donate{background-color:#f1f3f7;min-height:70vh;display:flex;justify-content:center;align-items:center;padding:2rem 1rem;font-family:Roboto,serif}.donate__container{width:100%;max-width:600px;display:flex;flex-direction:column;position:relative;bottom:2rem;align-items:center}.donate__maintitle{color:#8f2d4e;font-size:2.5rem;font-family:Italiana,serif;font-weight:700;margin-bottom:2.5rem;text-align:center;position:relative}.donate__maintitle:after{content:"";display:block;width:60px;height:4px;background:#8f2d4e4d;margin:.5rem auto 0;border-radius:2px}.donate__card{background:#fff;border-radius:1.5rem;box-shadow:0 10px 40px -10px #00000014;border:1px solid rgba(0,0,0,.02);padding:3rem;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}@media(max-width:768px){.donate__card{width:70%;padding:2rem}}.donate__description{color:#333;font-size:1.125rem;margin-bottom:2.5rem;line-height:1.6;font-weight:400;max-width:90%}.donate__button{display:inline-block;font-size:1.1rem;color:#fff;background-color:#8f2d4e;font-weight:700;border:none;border-radius:50px;padding:1rem 3rem;text-decoration:none;cursor:pointer;letter-spacing:.5px}
