:root{--color-one:#f1eee5;--color-one-alpha:hsla(45,30%,92%,.8);--color-two:#111;--color-two-alpha:hsla(0,0%,7%,.8);--color-three:#00a3a3;--color-three-alpha:rgba(0,163,163,.8);--color-four:#954e94;--color-four-alpha:rgba(149,78,148,.8);--color-five:#8c993c;--color-five-alpha:rgba(140,153,60,.8);--color-afsp-one:#003dea;--color-afsp-two:#ffce08;--color-mind-two:#1300c1;--color-mind-two:#ffcdd9;--font-one:"Manrope",sans-serif;--font-size-small:18px;--font-size-regular:22px;--font-size-big:26px;--container-gutter:1rem;--container-top-padding:3rem;--container-bottom-padding:6rem;--vertical-block-spacing:calc(var(--container-spacing)*1.2)}@media (min-width:1280px){:root{--container-gutter:5rem}}*,:after,:before{box-sizing:border-box;font-family:Mate,serif;font-style:italic;font-weight:400;position:relative}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"tnum";background-color:var(--color-two);color:var(--color-two);font-family:var(--font-one);font-size:var(--font-size-regular);font-variant-ligatures:common-ligatures;font-variant-numeric:tabular-nums;line-height:1.3;overflow-x:hidden;padding:0;scroll-behavior:smooth;text-rendering:optimizeSpeed}.skip-main{left:50%;margin:0!important;position:absolute;top:0;transform:translate(-50%,-100%);transition:transform .2s;z-index:2}.skip-main:focus{transform:translate(-50%,20%)}.body--fixed,body{overflow:hidden}.body--fixed{height:100vh}blockquote,body,dd,dl,figcaption,figure{margin:0}hr,img,picture,svg,video{display:block;width:100%}strong{font-weight:700}.heading,h1,h2,h3,h4,h5{font-family:Cinzel,serif;font-optical-sizing:auto;font-style:normal;font-weight:700;text-shadow:2px 2px 7px var(--color-two)}a{color:var(--color-one);text-decoration:none;transition:all .5s ease}a:hover{color:var(--color-three);text-decoration:underline}.container{margin:auto;max-width:1920px;padding:var(--container-top-padding) var(--container-gutter) var(--container-bottom-padding);width:100%}.container--short{padding:0 var(--container-gutter)}.container--narrow{max-width:1200px}.list{list-style:none;margin:0;padding:0}.left{text-align:left}.right{text-align:right}.center{text-align:center}.show{display:none}@media screen and (min-width:640px){.show--s{display:unset}}@media screen and (min-width:768px){.show--md{display:unset}}@media screen and (min-width:1024px){.show--lg{display:unset}}@media screen and (min-width:1280px){.show--xl{display:unset}}@media screen and (min-width:1536px){.show--2xl{display:unset}}.hide{display:unset}@media screen and (min-width:640px){.hide--s{display:none}}@media screen and (min-width:768px){.hide--md{display:none}}@media screen and (min-width:1024px){.hide--lg{display:none}}@media screen and (min-width:1280px){.hide--xl{display:none}}@media screen and (min-width:1536px){.hide--2xl{display:none}}.announcement{align-items:center;background:var(--color-three);box-shadow:0 1rem 2rem 1rem rgba(0,0,0,.7);display:flex;height:3rem;justify-content:space-between;width:100%}.announcement__text{color:var(--color-two);font-size:var(--font-size-small);margin:0;text-align:center}@media screen and (min-width:1024px){.announcement__text{font-size:var(--font-size-regular)}}.button{background:var(--color-three);border:none;display:inline-block;font-size:var(--font-size-regular);-webkit-mask-image:url(/dist/img/mask-buttons.svg);mask-image:url(/dist/img/mask-buttons.svg);-webkit-mask-size:99% 98%;mask-size:99% 98%;padding:.5rem 2rem;transition:all .5s ease}.button,.button:hover{color:var(--color-two)}.button:hover{background:var(--color-three-alpha);cursor:pointer;text-decoration:none}.button--one{background:var(--color-one);color:var(--color-two)}.button--one:hover{background:var(--color-one-alpha);color:var(--color-two)}.button--two{background:var(--color-two);color:var(--color-one)}.button--two:hover{background:var(--color-two-alpha);color:var(--color-one)}.button--three{background:var(--color-three);color:var(--color-two)}.button--three:hover{background:var(--color-three-alpha);color:var(--color-two)}.button--four{background:var(--color-four);color:var(--color-two)}.button--four:hover{background:var(--color-four-alpha);color:var(--color-two)}.button--five{background:var(--color-five);color:var(--color-five)}.button--five:hover{background:var(--color-five-alpha);color:var(--color-five)}.button--skinny{padding-left:.5rem;padding-right:.5rem}.button--wide{padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:768px){.button--wide{padding-left:5rem;padding-right:5rem}}.champions{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:space-between}@media screen and (min-width:1280px){.champions{flex-direction:row}}.champions__heading,.champions__intro{text-align:center}.champions__panel{position:relative;width:-moz-fit-content;width:fit-content}.champions__crest{width:400px}.champions__curve{left:50%;position:absolute;top:106px;transform:translateX(-50%);width:auto}.champions__path{fill:none}.champions__name{fill:var(--color-one);color:var(--color-one)}.champions__year{color:var(--color-two);left:203px;margin:0;position:absolute;text-align:center;top:45px;transform:translateX(-50%)}.content--two-cols{display:grid;gap:3rem 3rem;grid-template-areas:"one" "two";grid-template-columns:1fr;grid-template-rows:auto;justify-items:center}@media screen and (min-width:1280px){.content--two-cols{grid-template-areas:"one two";grid-template-columns:5fr 3fr}}.content--two-cols-reverse{display:grid;gap:3rem;grid-template-areas:"one" "two";grid-template-columns:1fr;grid-template-rows:auto;justify-items:center}@media screen and (min-width:1280px){.content--two-cols-reverse{grid-template-areas:"two one";grid-template-columns:3fr 5fr}}.content--bg-two{background:var(--color-two);color:var(--color-one)}.content--bg-three{background:var(--color-three);color:var(--color-one)}.content--bg-four{background:var(--color-four);color:var(--color-one)}.content--bg-five{background:var(--color-five);color:var(--color-one)}.content__one{grid-area:one}.content__one,.content__two{align-self:center;margin:auto;max-width:1000px}.content__two{grid-area:two}.crew-member{margin:0 0 1.5rem}.crew-member__details{width:100%}.crew-member__heading{display:flex;gap:1rem;margin:0}.crew-member__name{font-size:smaller;margin:0;text-align:left}@media screen and (min-width:550px){.crew-member__name{font-size:1.17em}}.crew-member__logo{width:70px}.crew-member__socials{margin:0;padding:0 4px;text-align:left}.crew-member__rock{display:none;left:50%;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%)}.crew-member__rock--active{display:block}.crew-member__rock-wrap{position:relative}.crew-member__falcore{animation-duration:1s;animation-iteration-count:infinite;animation-name:shake}.crew-member__trumpet{bottom:30px;position:absolute;right:-160px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,-2px) rotate(25deg)}20%,80%{transform:translate3d(2px,0,0) rotate(5deg)}30%,50%,70%{transform:translate3d(-4px,0,0) rotate(10deg)}40%,60%{transform:translate3d(4px,0,0) rotate(0deg)}}.fixture{display:flex;flex-shrink:0;max-width:390px;position:relative}@media screen and (min-width:720px){.fixture{max-width:450px}}.fixture__battle-heading{top:0}.fixture__battle-heading,.fixture__team-a{position:absolute;text-align:center;width:100%;z-index:1}.fixture__team-a{top:25%;transform:translateY(-50%)}.fixture__team-b{bottom:25%;transform:translateY(50%)}.fixture__meta,.fixture__team-b{position:absolute;text-align:center;width:100%;z-index:1}.fixture__meta{bottom:0;font-size:smaller}.fixture__losers{text-decoration:line-through}.fixture__winners{color:var(--color-three)}.fixtures{align-items:stretch;display:flex;gap:2rem;justify-content:flex-start;overflow:auto}@media screen and (min-width:1660px){.fixtures{justify-content:center}}.fixtures__round{display:flex;flex-direction:column;flex-shrink:0;justify-content:space-around}.footer{background:var(--color-two);color:var(--color-one)}.footer__content{display:flex;flex-direction:column;gap:2rem;width:100%}@media screen and (min-width:768px){.footer__content{flex-direction:row}}.footer__area-one{display:flex;flex-direction:column;gap:2rem;width:100%}@media screen and (min-width:768px){.footer__area-one{width:80%}}.footer__area-two{margin:auto;max-width:334px;width:60%}@media screen and (min-width:768px){.footer__area-two{width:20%}}.footer__links{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;width:100%}@media screen and (min-width:768px){.footer__links{flex-wrap:unset;gap:2rem}}.footer__list{width:calc(50% - .5rem)}@media screen and (min-width:768px){.footer__list{width:25%}}.footer__item{text-align:center}@media screen and (min-width:768px){.footer__item{text-align:left}}.footer__list-heading{margin:1rem auto .5rem}.footer__icon path{fill:var(--color--one)}.footer__footnotes{margin:2rem 0 0}.header{background:var(--color-two);box-shadow:0 15px 15px 10px var(--color-two);height:3.4rem;padding:1rem 0;width:100%}.header__wrapper{display:grid;grid-template-areas:"menu logo ctas";grid-template-columns:1fr 2fr 1fr}.header__menu{grid-area:menu;justify-self:start}.header__menu-button{background:none;border:none}.header__menu-icon{fill:var(--color-one);transition:all .5s ease}.header__menu-icon:hover{fill:var(--color-three);cursor:pointer}.header__logo{grid-area:logo;justify-self:center;max-width:230px;transition:width 2s ease;width:100%}.header__logo--sticky{width:100px}.header__logo-img{animation:float 6s ease-in-out infinite;transform:translatey(0) rotate(0deg);width:100%}.header__ctas{grid-area:ctas;justify-self:end}@keyframes float{0%{transform:translatey(0) rotate(0deg)}25%{transform:translatey(-10px) rotate(10deg)}50%{transform:translatey(-20px) rotate(0deg)}75%{transform:translatey(-10px) rotate(-10deg)}to{transform:translatey(0)}}.hero{color:var(--color-one);display:block;padding:5rem 0;z-index:-1}.hero__img{filter:brightness(35%);height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:auto}@media screen and (min-width:1280px){.hero__img{height:unset;width:100%}}.hero__main-heading{font-size:78px;margin-bottom:0;text-align:center}.hero__tagline{font-size:60px;margin:0}.hero__logo{filter:brightness(0) invert(1);height:140px;margin:auto;width:auto}.hero__total{position:relative}.hero__total-wrapper{bottom:0;display:block;left:50%;position:absolute;transform:translate(-50%,30%);z-index:1}.icon{background-color:var(--color-one);display:inline-block;height:1rem;margin:0 .25rem 0 0;vertical-align:middle;width:1rem}.icon--big{transform:scale(2.5)}.icon--discord{-webkit-mask:url(/dist/img/icon-discord.svg) no-repeat center;mask:url(/dist/img/icon-discord.svg) no-repeat center}.icon--twitch{-webkit-mask:url(/dist/img/icon-twitch.svg) no-repeat center;mask:url(/dist/img/icon-twitch.svg) no-repeat center}.icon--x{-webkit-mask:url(/dist/img/icon-x.svg) no-repeat center;mask:url(/dist/img/icon-x.svg) no-repeat center}.icon--instagram{-webkit-mask:url(/dist/img/icon-instagram.svg) no-repeat center;mask:url(/dist/img/icon-instagram.svg) no-repeat center}.icon--open{-webkit-mask:url(/dist/img/icon-open.svg) no-repeat center;mask:url(/dist/img/icon-open.svg) no-repeat center}.icon--two{background-color:var(--color-two)}.icon--three{background-color:var(--color-three)}.icon--four{background-color:var(--color-four);background-color:var(--color-five)}.mask{box-shadow:0 -1rem 2rem 1rem rgba(0,0,0,.7);margin:-3rem 0 0;-webkit-mask-image:url(/dist/img/mask.svg);mask-image:url(/dist/img/mask.svg);-webkit-mask-position:top;mask-position:top;-webkit-mask-size:cover;mask-size:cover;padding:3rem 0 0}.mask--flip,.mask--flip-revert{transform:scaleY(-1)}.navigation{background:var(--color-two);height:100%;left:0;pointer-events:all;position:fixed;right:0;top:0;transition:opacity .5s ease;z-index:2}.navigation--hidden{opacity:0;pointer-events:none}.navigation__nav{left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transition:transform .35s ease,opacity .2s ease}.navigation__nav--hidden{opacity:0;transform:scale(.2)}.navigation__list{margin:0;padding:0;text-align:center}.navigation__link{cursor:pointer;font-size:3rem}.navigation__close-button{background:none;border:none;cursor:pointer;padding:0;position:absolute;right:1rem;top:1rem}.navigation__close-icon{fill:var(--color-one);height:80px;scale:.5;width:80px}.rules{background:var(--color-two-alpha);margin:auto 0 auto auto;max-width:100%;padding:1rem;position:relative}@media screen and (min-width:768px){.rules{max-width:calc(100% - 230px);padding:1rem 3rem}}.rules:before{content:url(/dist/img/pirate.png);left:-230px;position:absolute;top:25px;z-index:-1}.rules:after{content:url(/dist/img/fingers.png);left:70px;position:absolute;top:-9px}.socials__list{display:flex;gap:2rem;padding:5px}.sponsor{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start}@media screen and (min-width:768px){.sponsor{flex-direction:row}}.sponsor__link{cursor:pointer}.sponsor__logo{width:265px}.sponsor__heading{margin-top:0}.sponsor__heading,.sponsor__intro{color:var(--color-one)}.sticky{position:fixed;top:0;width:100%;z-index:2}.sticky__content{padding-top:3.4rem}.team-card{max-width:100%;width:500px}.team-card__content{background:url(/dist/img/panel.svg);margin:-160px 0 0;padding:180px 50px 50px;text-align:center}.team-card__crest{left:50%;position:relative;transform:translateX(-50%);z-index:1}.team-cards__listing{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-evenly}.texture{background-image:url(/dist/img/texture-shattered.png)}.texture--dark{background-image:url(/dist/img/texture-shattered-dark.png)}.total{background:url(/dist/img/frame-total.png);background-size:contain;color:var(--color-one);height:110px;padding:.5rem 3rem;width:360px}@media screen and (min-width:768px){.total{height:140px;padding:1rem 3rem;width:460px}}.total__text{text-align:center}.total__tag{margin:0}.total__amount{font-size:45px;line-height:45px;margin:0}@media screen and (min-width:768px){.total__amount{font-size:60px;line-height:60px}}.video-block__embed{height:110px;max-width:100%;padding-bottom:56.25%;position:relative;width:330px}@media screen and (min-width:768px){.video-block__embed{bottom:-15px;height:auto;top:-15px;width:600px}}@media screen and (min-width:1280px){.video-block__embed{width:360px}}@media screen and (min-width:1536px){.video-block__embed{width:600px}}.video-block__embed:before{background-image:url(/dist/img/frame-bottom.png);background-size:cover;bottom:-12px;content:"";left:-15px;pointer-events:none;position:absolute;right:-15px;top:-12px}@media screen and (min-width:1024px){.video-block__embed:before{bottom:-15px;top:-15px}}.video-block__embed:after{background-image:url(/dist/img/frame-top.png);background-size:cover;bottom:-12px;content:"";left:-15px;pointer-events:none;position:absolute;right:-15px;top:-12px}@media screen and (min-width:1024px){.video-block__embed:after{bottom:-15px;top:-15px}}.video-block embed,.video-block iframe,.video-block object{height:100%;left:0;position:absolute;top:0;width:100%}

/*# sourceMappingURL=styles.css.map*/