@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Yellowtail&display=swap";#root{width:100vw;height:100vh;--y-0: 93%;--x-0: 93%;--c-0: hsla(212, 0%, 0%, 1);--x-1: 26%;--c-1: hsla(212, 0%, 0%, 1);--y-1: 9%;--c-2: hsla(257.14285714285717, 91%, 27%, .35);--x-2: 15%;--y-2: 79%;--y-3: 104%;--c-3: hsla(212.47058823529412, 100%, 50%, .5);--x-3: 40%;--c-4: hsla(224.44444444444443, 72%, 36%, 1);--x-4: 0%;--y-4: 60%;--c-5: hsla(248.30769230769235, 52%, 24%, 1);--x-5: 92%;--y-5: 37%;--x-6: 101%;--c-6: hsla(212.47058823529412, 100%, 50%, .19);--y-6: 16%;--y-7: 13%;--x-7: 90%;--c-7: hsla(227.6470588235294, 98%, 53%, 1);--c-8: hsla(166.53061224489795, 71%, 60%, .32);--y-8: 56%;--x-8: 104%;--c-9: hsla(219.2079207920792, 83%, 23%, .18);--y-9: 19%;--x-9: 97%;background-color:#000;background-image:radial-gradient(circle at var(--x-0) var(--y-0),var(--c-0) var(--s-start-0),transparent var(--s-end-0)),radial-gradient(circle at var(--x-1) var(--y-1),var(--c-1) var(--s-start-1),transparent var(--s-end-1)),radial-gradient(circle at var(--x-2) var(--y-2),var(--c-2) var(--s-start-2),transparent var(--s-end-2)),radial-gradient(circle at var(--x-3) var(--y-3),var(--c-3) var(--s-start-3),transparent var(--s-end-3)),radial-gradient(circle at var(--x-4) var(--y-4),var(--c-4) var(--s-start-4),transparent var(--s-end-4)),radial-gradient(circle at var(--x-5) var(--y-5),var(--c-5) var(--s-start-5),transparent var(--s-end-5)),radial-gradient(circle at var(--x-6) var(--y-6),var(--c-6) var(--s-start-6),transparent var(--s-end-6)),radial-gradient(circle at var(--x-7) var(--y-7),var(--c-7) var(--s-start-7),transparent var(--s-end-7)),radial-gradient(circle at var(--x-8) var(--y-8),var(--c-8) var(--s-start-8),transparent var(--s-end-8)),radial-gradient(circle at var(--x-9) var(--y-9),var(--c-9) var(--s-start-9),transparent var(--s-end-9));animation:hero-gradient-animation 10s linear infinite alternate;background-blend-mode:normal,normal,normal,normal,normal,normal,normal,normal,normal,normal}.loading-screen{position:fixed;top:0;left:0;padding:0;width:100vw;height:100vh;z-index:100;display:grid;place-items:center;background-color:#0c008d;background-image:radial-gradient(circle at 50% 0%,hsla(319,0%,0%,1) 49.15975941515135%,transparent 102.23193813062571%);background-blend-mode:normal}.loading-screen--hidden{animation:fade-out .5s ease-in-out forwards 1s}@keyframes fade-out{0%{opacity:1}to{opacity:0;visibility:hidden}}.loading-screen-container{margin-bottom:5rem}.loading-image{width:15rem}body{margin:0;overflow:hidden}.outline-text{-webkit-text-stroke:1px white}.main-container{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:10;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between}.logo-link{pointer-events:auto;margin-top:.5rem;margin-left:2.5rem;width:8rem}.logo-image{width:8rem}.icons-info{position:absolute;top:2rem;right:3%;display:flex;gap:10px;pointer-events:auto}.buttonIcons-info{background:transparent;border:none;cursor:pointer}.buttonIcons-info img{width:25px;height:25px;filter:invert(1);transition:transform .3s ease-in-out}.buttonIcons-info:hover img{transform:scale(1.2)}.loading-screen-container p{color:#fff;text-align:center;justify-content:center;font-family:Yellowtail,cursive;font-size:1.5rem;margin-top:-1.2rem}.button-bar{width:100%;overflow:auto;pointer-events:auto;display:flex;justify-content:center}.button-group{display:flex;align-items:center;gap:1rem;max-width:100%;padding:2.5rem;overflow:auto}.page-button{font-family:EB Garamond,serif;border:1px solid transparent;padding:.75rem 1rem;border-radius:50px;font-size:1.15rem;text-transform:uppercase;white-space:nowrap;flex-shrink:0;background-color:#0000004d;color:#fff;transition:all .3s ease;cursor:pointer}.page-button:hover{border-color:#fff}.page-button.active{background-color:#ffffffe6;color:#000;font-weight:600}.container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;-webkit-user-select:none;user-select:none;overflow:hidden}.wrapper{position:relative;width:100%}.animation-track{display:flex;gap:2.5rem;padding:0 2rem;width:max-content;align-items:center;position:absolute;height:180px}.animation-track-2{display:flex;gap:2.5rem;padding:0 2rem;width:max-content;align-items:center;position:absolute;height:180px;bottom:1rem}.track-1{animation:scroll-right 30s linear infinite}.track-2{animation:scroll-right-2 30s linear infinite}.track-3{animation:scroll-left 30s linear infinite}.track-4{animation:scroll-left-2 30s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scroll-left-2{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes scroll-right{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes scroll-right-2{0%{transform:translate(0)}to{transform:translate(100%)}}.subtitle{font-family:Great Vibes,cursive;font-size:4rem;font-weight:300;color:#fff;flex-shrink:0}.big{font-size:6rem;flex-shrink:0}.medium{font-size:5rem;flex-shrink:0;color:#fff}.huge{font-size:7rem;flex-shrink:0}.bold{font-weight:700;color:#fff}.medium-weight{font-weight:500;color:#fff}.light{font-weight:200}.italic{font-style:italic}.outline{-webkit-text-stroke:1px white}@media (max-width: 600px){.logo-link{margin-left:.5rem}.logo-image{width:5.5rem}}@keyframes hero-gradient-animation{0%{--s-start-0: 14.489998991212337%;--s-end-0: 72%;--y-0: 93%;--x-0: 93%;--c-0: hsla(212, 0%, 0%, 1);--x-1: 26%;--c-1: hsla(212, 0%, 0%, 1);--s-start-1: 0%;--s-end-1: 45%;--y-1: 9%;--c-2: hsla(257.14285714285717, 91%, 27%, .35);--x-2: 15%;--y-2: 79%;--s-start-2: 2.9253667596993065%;--s-end-2: 22.388851682060018%;--y-3: 104%;--c-3: hsla(212.47058823529412, 100%, 50%, .5);--s-start-3: 3.985353824694249%;--s-end-3: 47.580278608924694%;--x-3: 40%;--c-4: hsla(224.44444444444443, 72%, 36%, 1);--x-4: 0%;--s-start-4: 2.391200382592061%;--s-end-4: 29.307684556768592%;--y-4: 60%;--c-5: hsla(248.30769230769235, 52%, 24%, 1);--s-start-5: 2.9253667596993065%;--s-end-5: 22.388851682060018%;--x-5: 92%;--y-5: 37%;--s-start-6: 13.173642363290591%;--s-end-6: 31.747336520355095%;--x-6: 101%;--c-6: hsla(212.47058823529412, 100%, 50%, .19);--y-6: 16%;--y-7: 13%;--s-start-7: 1%;--s-end-7: 31%;--x-7: 90%;--c-7: hsla(227.6470588235294, 98%, 53%, 1);--c-8: hsla(166.53061224489795, 71%, 60%, .32);--y-8: 56%;--s-start-8: 3.985353824694249%;--s-end-8: 13.103042116379756%;--x-8: 104%;--c-9: hsla(219.2079207920792, 83%, 23%, .18);--y-9: 19%;--s-start-9: 18.597054544690312%;--s-end-9: 31%;--x-9: 97%}to{--s-start-0: 2.391200382592061%;--s-end-0: 43.902064173373226%;--y-0: 9%;--x-0: 7%;--c-0: hsla(306, 0%, 0%, 1);--x-1: 96%;--c-1: hsla(306, 0%, 0%, 1);--s-start-1: 9%;--s-end-1: 54.805582404585024%;--y-1: 93%;--c-2: hsla(166.53061224489795, 72%, 60%, 1);--x-2: -2%;--y-2: 103%;--s-start-2: 3%;--s-end-2: 26.722813338714598%;--y-3: 82%;--c-3: hsla(180, 100%, 50%, .26);--s-start-3: 2.391200382592061%;--s-end-3: 32.0689540200964%;--x-3: 33%;--c-4: hsla(212.43243243243245, 88%, 26%, .58);--x-4: 37%;--s-start-4: 4.40642490323111%;--s-end-4: 37.23528104246256%;--y-4: 81%;--c-5: hsla(271.9148936170212, 98%, 53%, .31);--s-start-5: 3%;--s-end-5: 32.537089799783296%;--x-5: 54%;--y-5: 99%;--s-start-6: 6%;--s-end-6: 42.501105312974815%;--x-6: 104%;--c-6: hsla(262.82352941176475, 100%, 50%, .15);--y-6: 43%;--y-7: -16%;--s-start-7: 5%;--s-end-7: 13.10107024898374%;--x-7: 104%;--c-7: hsla(298.60465116279073, 36%, 23%, 1);--c-8: hsla(180, 100%, 50%, .11);--y-8: 30%;--s-start-8: 2.391200382592061%;--s-end-8: 27.141813016850573%;--x-8: 97%;--c-9: hsla(219.2079207920792, 83%, 23%, .59);--y-9: 4%;--s-start-9: 5%;--s-end-9: 21.32164536610654%;--x-9: 78%}}@property --s-start-0{syntax: "<percentage>"; inherits: false; initial-value: 14.489998991212337%}@property --s-end-0{syntax: "<percentage>"; inherits: false; initial-value: 72%}@property --y-0{syntax: "<percentage>"; inherits: false; initial-value: 93%}@property --x-0{syntax: "<percentage>"; inherits: false; initial-value: 93%}@property --c-0{syntax: "<color>"; inherits: false; initial-value: hsla(212,0%,0%,1)}@property --x-1{syntax: "<percentage>"; inherits: false; initial-value: 26%}@property --c-1{syntax: "<color>"; inherits: false; initial-value: hsla(212,0%,0%,1)}@property --s-start-1{syntax: "<percentage>"; inherits: false; initial-value: 0%}@property --s-end-1{syntax: "<percentage>"; inherits: false; initial-value: 45%}@property --y-1{syntax: "<percentage>"; inherits: false; initial-value: 9%}@property --c-2{syntax: "<color>"; inherits: false; initial-value: hsla(257.14285714285717,91%,27%,.35)}@property --x-2{syntax: "<percentage>"; inherits: false; initial-value: 15%}@property --y-2{syntax: "<percentage>"; inherits: false; initial-value: 79%}@property --s-start-2{syntax: "<percentage>"; inherits: false; initial-value: 2.9253667596993065%}@property --s-end-2{syntax: "<percentage>"; inherits: false; initial-value: 22.388851682060018%}@property --y-3{syntax: "<percentage>"; inherits: false; initial-value: 104%}@property --c-3{syntax: "<color>"; inherits: false; initial-value: hsla(212.47058823529412,100%,50%,.5)}@property --s-start-3{syntax: "<percentage>"; inherits: false; initial-value: 3.985353824694249%}@property --s-end-3{syntax: "<percentage>"; inherits: false; initial-value: 47.580278608924694%}@property --x-3{syntax: "<percentage>"; inherits: false; initial-value: 40%}@property --c-4{syntax: "<color>"; inherits: false; initial-value: hsla(224.44444444444443,72%,36%,1)}@property --x-4{syntax: "<percentage>"; inherits: false; initial-value: 0%}@property --s-start-4{syntax: "<percentage>"; inherits: false; initial-value: 2.391200382592061%}@property --s-end-4{syntax: "<percentage>"; inherits: false; initial-value: 29.307684556768592%}@property --y-4{syntax: "<percentage>"; inherits: false; initial-value: 60%}@property --c-5{syntax: "<color>"; inherits: false; initial-value: hsla(248.30769230769235,52%,24%,1)}@property --s-start-5{syntax: "<percentage>"; inherits: false; initial-value: 2.9253667596993065%}@property --s-end-5{syntax: "<percentage>"; inherits: false; initial-value: 22.388851682060018%}@property --x-5{syntax: "<percentage>"; inherits: false; initial-value: 92%}@property --y-5{syntax: "<percentage>"; inherits: false; initial-value: 37%}@property --s-start-6{syntax: "<percentage>"; inherits: false; initial-value: 13.173642363290591%}@property --s-end-6{syntax: "<percentage>"; inherits: false; initial-value: 31.747336520355095%}@property --x-6{syntax: "<percentage>"; inherits: false; initial-value: 101%}@property --c-6{syntax: "<color>"; inherits: false; initial-value: hsla(212.47058823529412,100%,50%,.19)}@property --y-6{syntax: "<percentage>"; inherits: false; initial-value: 16%}@property --y-7{syntax: "<percentage>"; inherits: false; initial-value: 13%}@property --s-start-7{syntax: "<percentage>"; inherits: false; initial-value: 1%}@property --s-end-7{syntax: "<percentage>"; inherits: false; initial-value: 31%}@property --x-7{syntax: "<percentage>"; inherits: false; initial-value: 90%}@property --c-7{syntax: "<color>"; inherits: false; initial-value: hsla(227.6470588235294,98%,53%,1)}@property --c-8{syntax: "<color>"; inherits: false; initial-value: hsla(166.53061224489795,71%,60%,.32)}@property --y-8{syntax: "<percentage>"; inherits: false; initial-value: 56%}@property --s-start-8{syntax: "<percentage>"; inherits: false; initial-value: 3.985353824694249%}@property --s-end-8{syntax: "<percentage>"; inherits: false; initial-value: 13.103042116379756%}@property --x-8{syntax: "<percentage>"; inherits: false; initial-value: 104%}@property --c-9{syntax: "<color>"; inherits: false; initial-value: hsla(219.2079207920792,83%,23%,.18)}@property --y-9{syntax: "<percentage>"; inherits: false; initial-value: 19%}@property --s-start-9{syntax: "<percentage>"; inherits: false; initial-value: 18.597054544690312%}@property --s-end-9{syntax: "<percentage>"; inherits: false; initial-value: 31%}@property --x-9{syntax: "<percentage>"; inherits: false; initial-value: 97%}
