body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin}.App-header{min-height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.animation-slide-in{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-animation:slideIn .5s ease forwards;animation:slideIn .5s ease forwards;-webkit-animation-delay:.75s;animation-delay:.75s}@-webkit-keyframes slideIn{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.animation-scale{opacity:0;-webkit-animation:scale .75s ease forwards;animation:scale .75s ease forwards}@-webkit-keyframes scale{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animation-fade-in{opacity:0;-webkit-animation:fadeIn .75s ease forwards;animation:fadeIn .75s ease forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}ul{list-style-type:none}button{border:none;font-family:inherit;background:none}button,svg{display:block}svg{width:100%;height:100%}@font-face{font-family:"Righteous";src:url(/static/media/Righteous-Regular.fd011047.ttf)}@font-face{font-family:"Source Sans Pro";src:url(/static/media/SourceSansPro-Regular.efa76f83.ttf)}body{font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif}.header{width:100%;padding:1em 1.5rem;-webkit-align-items:flex-start;align-items:flex-start;position:fixed;top:0;z-index:1000;transition:background-color .25s ease}.header--white{background-color:#fff}.header__inner{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 auto;max-width:1280px}.header__inner img{width:118px;height:60px}.header__inner .link-holder{-webkit-flex-flow:row;flex-flow:row}.header__inner .link-holder,.header__inner .link-holder__link{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.header__inner .link-holder__link{font-family:Righteous,Arial,sans-serif;text-decoration:none;margin-left:16px;color:#f2f2f2;font-weight:400;font-size:16px;cursor:pointer;border-bottom:1px solid transparent;transition:color .25s ease,border-bottom .25s ease;grid-gap:8px;gap:8px}.header__inner .link-holder__link:hover{border-bottom:1px solid #f2f2f2}@media only screen and (min-width:480px){.header__inner .link-holder__link{margin-left:32px}}.header__inner .link-holder__link--icon{height:1em;width:1em;fill:#f2f2f2;margin-bottom:-1px}.header__inner .link-holder__link--dark{color:#262626}.header__inner .link-holder__link--dark .link-holder__link--icon{fill:#262626}.header__inner .link-holder__link--dark:hover{border-bottom:1px solid #262626}.b-koios,.b-koios:before{background:linear-gradient(90deg,#ff0bac,#2f12dc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#499bea",endColorstr="#1abc9c",GradientType=1)}.button-container{display:block;text-align:center}.button-container .button:after{background:#fff}.button-container .button{display:inline-block;position:relative;border-radius:11px;text-decoration:none;padding:.5em 2.5em;margin:1em 0;transition:all .1s;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:"Source Sans Pro",sans-serif;font-weight:600;font-size:.9rem;box-shadow:0 0 21px -10px hsla(0,0%,43.1%,.5)}@media(max-width:320px){.button-container .button{font-size:.9rem}}.button-container .button:hover{box-shadow:0 0 21px -10px #6e6e6e}.button-container .button:hover:after{left:0;top:0;bottom:0;right:0}.button-container .button:before{left:0;top:0;bottom:0;right:0;border-radius:11px}.button-container .button:after,.button-container .button:before{content:"";display:block;position:absolute;z-index:-1;transition:all .1s ease}.button-container .button:after{left:2px;top:2px;bottom:2px;right:2px;border-radius:8px}.hero{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;width:100%;max-width:38em}@media only screen and (min-width:320px)and (max-width:769px){.hero{padding:0 16px}}@media only screen and (min-width:480px){.hero{max-width:480px;padding:0}}.hero__title{font-family:Righteous,Arial,sans-serif;font-weight:400;font-size:3em;line-height:59.6px;text-align:left;margin-bottom:.4em;color:#f2f2f2}@media only screen and (min-width:320px)and (max-width:769px){.hero__title{font-size:2.7em}}@media only screen and (min-width:480px){.hero__title{max-width:480px}}.hero__description{font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:1.4em;line-height:30.17px;text-align:left;color:#d2d2d2}@media only screen and (min-width:320px)and (max-width:769px){.hero__description{font-size:1.2em;line-height:25.17px}}@media only screen and (min-width:480px){.hero__description{max-width:480px}}.hero__links{-webkit-flex-direction:row;flex-direction:row;margin:2em 0}.hero__links,.hero__links .link{display:-webkit-flex;display:flex}.hero__links .link{border-radius:11px;text-decoration:none;box-shadow:-2px 2px 4px rgba(0,0,0,.15);margin-right:1em;transition:all .2s ease;-webkit-flex-flow:row;flex-flow:row;background-color:#f2f2f2;-webkit-align-items:center;align-items:center}.hero__links .link:hover{box-shadow:-2px 2px 4px rgba(0,0,0,.3);background-color:#f2f2f2}.hero__links .link:active{background-color:#fafafa}.hero__links .link__text{padding:.25em 1.5em .25em .5em;font-family:"Source Sans Pro",sans-serif;font-weight:600;font-size:18px;background:linear-gradient(90deg,#ff0bac,#2f12dc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__links .link img{padding:4px;height:40px;width:40px}.cardContainer{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:6em auto 0;max-width:1080px}@media only screen and (min-width:320px)and (max-width:769px){.cardContainer{padding:0 2rem}}.cardContainer__card{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:19em;padding:1em;border-radius:20px;box-shadow:0 0 21px -10px hsla(0,0%,43.1%,.5);transition:all .2s ease;margin-bottom:2em;background-color:#fff}@media only screen and (min-width:320px)and (max-width:769px){.cardContainer__card{width:20em}}.cardContainer__card:hover{box-shadow:0 0 21px -10px #6e6e6e;-webkit-transform:translateY(-.5em);transform:translateY(-.5em)}.cardContainer__card img{width:10em;height:10em;margin:auto}.cardContainer__card h2{margin:1rem 0}.cardContainer__card p{text-align:left;margin-bottom:3em;font-family:"Source Sans Pro",sans-serif;min-height:6em}.cardContainer__card a{text-decoration:none;padding:.35em 3em;border-radius:11px;box-shadow:-2px 2px 4px rgba(0,0,0,.15);background:linear-gradient(90deg,#ff0bac,#2f12dc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:"Source Sans Pro",sans-serif;font-weight:600;transition:all .2s ease;margin:auto;-webkit-align-self:flex-end;align-self:flex-end}.cardContainer__card a:hover{box-shadow:-2px 2px 4px rgba(0,0,0,.3)}.cardContainer__card a:active{background-color:#fafafa!important}.content-container{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;justify-content:space-around;max-width:1280px;margin:8em auto;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px)and (max-width:769px){.content-container{margin:0 auto;padding:3rem 1rem}}@media only screen and (min-width:480px){.content-container{margin:0 auto;padding:3rem 1rem}}.content-container__articles{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around}.content-container__articles__article{max-width:30em}.content-container__articles__article h2{font-family:Righteous,sans-serif;font-size:2.4em;line-height:60px;text-align:left;color:#262626}.content-container__articles__article p{text-align:left;color:#262626;font-family:"Source Sans Pro",sans-serif;padding-right:2em}.content-container__articles__article__links{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin:2em 0}.content-container__articles__article__links a{border-radius:11px;text-decoration:none;box-shadow:-2px 2px 4px rgba(0,0,0,.15);margin-right:1em;transition:all .2s ease}.content-container__articles__article__links a:hover{box-shadow:-2px 2px 4px rgba(0,0,0,.3)}.content-container__articles__article__links a:active{background-color:#fafafa}.content-container__articles__article__links a p{padding:.5em 2.5em;font-family:"Source Sans Pro",sans-serif;font-weight:600;background:linear-gradient(90deg,#ff0bac,#2f12dc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content-container__articles__article__links a img{padding:.75em .75em .5em;min-height:1.5em;min-width:1.5em}.content-container__artwork{width:100%;height:350px}@media only screen and (min-width:480px){.content-container__artwork{width:480px;height:480px}}@media only screen and (min-width:769px){.content-container__artwork{width:500px;height:500px}}.content-container__artwork p{font-family:"Source Sans Pro",sans-serif;font-size:12px;line-height:30px;text-align:left;color:#262626}.content-container__artwork .recharts-responsive-container,.footer{width:100%}.footer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:5em auto 3em;color:#262626}@media only screen and (min-width:320px)and (max-width:769px){.footer{margin:0 auto 3em;padding:0 2rem}}.footer p{font-family:"Source Sans Pro",sans-serif;font-weight:600;font-size:1.125em}.footer__underline{width:10em;height:3px;background:linear-gradient(90deg,#ff0bac,#2f12dc);margin:1em auto}.world-container{padding-top:24px;height:350px;width:100vw}@media only screen and (min-width:480px){.world-container{padding-top:24px;height:500px;width:500px}}@media only screen and (min-width:769px){.world-container{padding-top:unset;height:600px;width:600px;margin:auto 0}}.world-container__world{height:415px;width:300px;margin:0 auto;z-index:-1;pointer-events:none}@media only screen and (min-width:427px){.world-container__world{height:350px;width:350px}}@media only screen and (min-width:480px){.world-container__world{height:500px;width:500px}}@media only screen and (min-width:769px){.world-container__world{height:600px;width:600px;pointer-events:unset}}.cta-container{background:linear-gradient(120deg,#020024,#090979 55%,#d50cb6)}@media only screen and (min-width:480px){.cta-container{background:linear-gradient(42deg,#020024,#090979 55%,#d50cb6)}}.cta-container__inner{display:-webkit-flex;display:flex;-webkit-flex-flow:row;flex-flow:row;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;max-width:1280px;min-height:75vh;margin:0 auto;-webkit-justify-content:space-between;justify-content:space-between}@media only screen and (min-width:480px){.cta-container__inner{-webkit-justify-content:center;justify-content:center}}@media only screen and (min-width:769px){.cta-container__inner{-webkit-justify-content:space-between;justify-content:space-between;padding:16px;-webkit-flex-wrap:unset;flex-wrap:unset}}.calendar-container{max-width:1080px;margin:80px auto 0}.calendar-container__inner .slider-container{height:200px}.calendar-container__inner .slider-container h2{font-family:Righteous,sans-serif;font-size:2.4em;line-height:60px;color:#262626;text-align:left;padding:0 16px}.calendar-container__inner .slider-container .swiper{overflow:hidden;padding:32px 16px;position:relative}.calendar-container__inner .slider-container .swiper:focus{outline:none}.calendar-container__inner .slider-container .swiper:before{content:"";position:absolute;z-index:1;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(270deg,hsla(0,0%,100%,0),#fff 90%);width:20px;height:100%}.calendar-container__inner .slider-container .swiper:after{content:"";position:absolute;z-index:1;bottom:0;right:0;pointer-events:none;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 90%);width:20px;height:100%}.calendar-container__inner .slider-container .calendar-card{width:100%;border-radius:10px;text-decoration:none;margin:auto 0}@media only screen and (min-width:769px){.calendar-container__inner .slider-container .calendar-card{width:unset}}.calendar-container__inner .slider-container .calendar-card .card{display:-webkit-flex;display:flex;-webkit-flex-flow:row;flex-flow:row;background-color:#fff;border-radius:10px;box-shadow:0 0 21px -10px hsla(0,0%,43.1%,.5);color:#262626;text-decoration:none;transition:box-shadow .25s ease}.calendar-container__inner .slider-container .calendar-card .card:hover{box-shadow:0 0 21px -10px #6e6e6e}.calendar-container__inner .slider-container .calendar-card .card__date{padding:16px;border-top-left-radius:10px;border-bottom-left-radius:10px;border-right:1px solid #f2f2f2}.calendar-container__inner .slider-container .calendar-card .card__date .date{font-size:2rem;font-weight:700;text-decoration:none;background:linear-gradient(90deg,#ff0bac,#2f12dc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.calendar-container__inner .slider-container .calendar-card .card__date .month-year{display:-webkit-flex;display:flex;-webkit-flex-flow:row;flex-flow:row;text-decoration:none}.calendar-container__inner .slider-container .calendar-card .card__date .month-year p{margin:0 2px}.calendar-container__inner .slider-container .calendar-card .card__info{display:-webkit-flex;display:flex;-webkit-flex-flow:column;flex-flow:column;-webkit-justify-content:center;justify-content:center;padding:16px;text-align:left}.calendar-container__inner .slider-container .calendar-card .card__info h3{font-weight:500}.calendar-container .swiper-button-prev:after{background-color:#fff}.calendar-container .swiper-pagination .swiper-pagination-bullet{background:#969696!important}
/*# sourceMappingURL=main.1201fdf8.chunk.css.map */