@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Sen&display=swap);video{width:100%;max-height:100%}.ReactModal__Overlay{opacity:0;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1000}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.VideoModal__close-button{position:absolute;border:none;background-color:rgba(0,0,0,0);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;color:#fff;cursor:pointer;padding:0;right:0;top:-20px;height:20px;width:20px;font-size:1rem}@media (min-width:48em){.VideoModal__close-button{right:-30px;top:-30px;height:30px;width:30px;font-size:1.75rem}}.Navbar{width:100%;height:var(--nav-height);background-color:#000;color:var(--color-orange);position:fixed;top:0;z-index:20;font-family:var(--font-keepontruckin)}.Navbar__desktop{display:none}.Navbar__mobile{height:100%}.Navbar__item-wrapper,.Navbar__mobile{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Navbar__item{margin-top:auto;margin-bottom:auto;font-size:1.25rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-orange);-webkit-transition:all .3s ease-out;-o-transition:.3s all ease-out;-moz-transition:.3s all ease-out;transition:all .3s ease-out;cursor:pointer}.Navbar__item--logo img{max-height:var(--nav-height)}.Navbar__item:hover{color:#fff}.Navbar__item:hover:after{color:var(--color-orange)}.Navbar__mobile-dropdown{background-color:#000;-webkit-transition:all .3s linear;-o-transition:.3s all linear;-moz-transition:.3s all linear;transition:all .3s linear;position:absolute;width:100%;left:-100%;opacity:0;margin:0;list-style:none;padding:0 .5rem}.Navbar__mobile-dropdown .Navbar__item-wrapper{margin:1rem 0}.Navbar__mobile-dropdown--open{left:0;opacity:1}.Navbar__menu-toggle .navicon{background:var(--color-orange);display:block;height:2px;position:relative;-webkit-transition:background .2s ease-out;-o-transition:background .2s ease-out;-moz-transition:background .2s ease-out;transition:background .2s ease-out;width:18px}.Navbar__menu-toggle .navicon:after,.Navbar__menu-toggle .navicon:before{background:var(--color-orange);content:"";display:block;height:100%;position:absolute;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out;width:100%}.Navbar__menu-toggle .navicon:before{top:5px}.Navbar__menu-toggle .navicon:after{top:-5px}.Navbar__menu-toggle--open .navicon{background:rgba(0,0,0,0)}.Navbar__menu-toggle--open .navicon:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.Navbar__menu-toggle--open .navicon:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.Navbar__menu-toggle--open .navicon:after,.Navbar__menu-toggle--open .navicon:before{top:0}.Navbar__item-wrapper--homepage{display:none}@media (min-width:48em){.Navbar__mobile,.Navbar__mobile-dropdown{display:none}.Navbar__desktop{height:100%;padding:0 .75rem;list-style:none;margin:0}.Navbar__desktop,.Navbar__item-wrapper--homepage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Navbar__desktop li:after{content:".";margin:auto .5rem;color:var(--color-orange)}.Navbar__desktop li:last-child:after{display:none}.Navbar__item{font-size:16px}}.Loading{height:-webkit-calc(100vh - var(--nav-height));height:-moz-calc(100vh - var(--nav-height));height:calc(100vh - var(--nav-height));top:var(--nav-height);position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.Loading__text{margin:auto;color:#000;text-shadow:var(--text-shadow);font-family:var(--font-keepontruckin);font-size:3rem}

/*! Basscss | http://basscss.com | MIT License */.h1{font-size:2rem}.h2{font-size:1.5rem}.h3{font-size:1.25rem}.h4{font-size:1rem}.h5{font-size:.875rem}.h6{font-size:.75rem}.font-family-inherit{font-family:inherit}.font-size-inherit{font-size:inherit}.text-decoration-none{text-decoration:none}.bold{font-weight:700}.regular{font-weight:400}.italic{font-style:italic}.caps{text-transform:uppercase;letter-spacing:.2em}.left-align{text-align:left}.center{text-align:center}.right-align{text-align:right}.justify{text-align:justify}.nowrap{white-space:nowrap}.break-word{word-wrap:break-word}.line-height-1{line-height:1}.line-height-2{line-height:1.125}.line-height-3{line-height:1.25}.line-height-4{line-height:1.5}.list-style-none{list-style:none}.underline{text-decoration:underline}.truncate{max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.list-reset{list-style:none;padding-left:0}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.table{display:table}.table-cell{display:table-cell}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.left{float:left}.right{float:right}.fit{max-width:100%}.max-width-1{max-width:24rem}.max-width-2{max-width:32rem}.max-width-3{max-width:48rem}.max-width-4{max-width:64rem}.border-box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.m0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0,.mx0{margin-left:0}.mx0{margin-right:0}.my0{margin-top:0;margin-bottom:0}.m1{margin:.5rem}.mt1{margin-top:.5rem}.mr1{margin-right:.5rem}.mb1{margin-bottom:.5rem}.ml1,.mx1{margin-left:.5rem}.mx1{margin-right:.5rem}.my1{margin-top:.5rem;margin-bottom:.5rem}.m2{margin:1rem}.mt2{margin-top:1rem}.mr2{margin-right:1rem}.mb2{margin-bottom:1rem}.ml2,.mx2{margin-left:1rem}.mx2{margin-right:1rem}.my2{margin-top:1rem;margin-bottom:1rem}.m3{margin:2rem}.mt3{margin-top:2rem}.mr3{margin-right:2rem}.mb3{margin-bottom:2rem}.ml3,.mx3{margin-left:2rem}.mx3{margin-right:2rem}.my3{margin-top:2rem;margin-bottom:2rem}.m4{margin:4rem}.mt4{margin-top:4rem}.mr4{margin-right:4rem}.mb4{margin-bottom:4rem}.ml4,.mx4{margin-left:4rem}.mx4{margin-right:4rem}.my4{margin-top:4rem;margin-bottom:4rem}.mxn1{margin-left:-.5rem;margin-right:-.5rem}.mxn2{margin-left:-1rem;margin-right:-1rem}.mxn3{margin-left:-2rem;margin-right:-2rem}.mxn4{margin-left:-4rem;margin-right:-4rem}.ml-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.p0{padding:0}.pt0{padding-top:0}.pr0{padding-right:0}.pb0{padding-bottom:0}.pl0,.px0{padding-left:0}.px0{padding-right:0}.py0{padding-top:0;padding-bottom:0}.p1{padding:.5rem}.pt1{padding-top:.5rem}.pr1{padding-right:.5rem}.pb1{padding-bottom:.5rem}.pl1{padding-left:.5rem}.py1{padding-top:.5rem;padding-bottom:.5rem}.px1{padding-left:.5rem;padding-right:.5rem}.p2{padding:1rem}.pt2{padding-top:1rem}.pr2{padding-right:1rem}.pb2{padding-bottom:1rem}.pl2{padding-left:1rem}.py2{padding-top:1rem;padding-bottom:1rem}.px2{padding-left:1rem;padding-right:1rem}.p3{padding:2rem}.pt3{padding-top:2rem}.pr3{padding-right:2rem}.pb3{padding-bottom:2rem}.pl3{padding-left:2rem}.py3{padding-top:2rem;padding-bottom:2rem}.px3{padding-left:2rem;padding-right:2rem}.p4{padding:4rem}.pt4{padding-top:4rem}.pr4{padding-right:4rem}.pb4{padding-bottom:4rem}.pl4{padding-left:4rem}.py4{padding-top:4rem;padding-bottom:4rem}.px4{padding-left:4rem;padding-right:4rem}.col{float:left}.col,.col-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.col-right{float:right}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width:40em){.sm-col{float:left}.sm-col,.sm-col-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sm-col-right{float:right}.sm-col-1{width:8.33333%}.sm-col-2{width:16.66667%}.sm-col-3{width:25%}.sm-col-4{width:33.33333%}.sm-col-5{width:41.66667%}.sm-col-6{width:50%}.sm-col-7{width:58.33333%}.sm-col-8{width:66.66667%}.sm-col-9{width:75%}.sm-col-10{width:83.33333%}.sm-col-11{width:91.66667%}.sm-col-12{width:100%}}@media (min-width:52em){.md-col{float:left}.md-col,.md-col-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.md-col-right{float:right}.md-col-1{width:8.33333%}.md-col-2{width:16.66667%}.md-col-3{width:25%}.md-col-4{width:33.33333%}.md-col-5{width:41.66667%}.md-col-6{width:50%}.md-col-7{width:58.33333%}.md-col-8{width:66.66667%}.md-col-9{width:75%}.md-col-10{width:83.33333%}.md-col-11{width:91.66667%}.md-col-12{width:100%}}@media (min-width:64em){.lg-col{float:left}.lg-col,.lg-col-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-col-right{float:right}.lg-col-1{width:8.33333%}.lg-col-2{width:16.66667%}.lg-col-3{width:25%}.lg-col-4{width:33.33333%}.lg-col-5{width:41.66667%}.lg-col-6{width:50%}.lg-col-7{width:58.33333%}.lg-col-8{width:66.66667%}.lg-col-9{width:75%}.lg-col-10{width:83.33333%}.lg-col-11{width:91.66667%}.lg-col-12{width:100%}}.flex{display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex}@media (min-width:40em){.sm-flex{display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex}}@media (min-width:52em){.md-flex{display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex}}@media (min-width:64em){.lg-flex{display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex}}.flex-column{-webkit-flex-direction:column;-ms-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;-ms-grid-row-align:flex-start;-moz-box-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;-moz-box-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;-moz-box-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;-ms-grid-row-align:baseline;-moz-box-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;-ms-grid-row-align:stretch;-moz-box-align:stretch;align-items:stretch}.self-start{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.self-end{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.self-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.self-baseline{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.justify-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;-moz-box-pack:start;justify-content:flex-start}.justify-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;-moz-box-pack:end;justify-content:flex-end}.justify-center{-webkit-justify-content:center;-ms-flex-pack:center;-moz-box-pack:center;justify-content:center}.justify-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;-moz-box-pack:justify;justify-content:space-between}.justify-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.content-start{-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start}.content-end{-ms-flex-line-pack:end;-webkit-align-content:flex-end;align-content:flex-end}.content-center{-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center}.content-between{-ms-flex-line-pack:justify;-webkit-align-content:space-between;align-content:space-between}.content-around{-ms-flex-line-pack:distribute;-webkit-align-content:space-around;align-content:space-around}.content-stretch{-ms-flex-line-pack:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;-moz-box-flex:1;flex:1 1 auto;min-width:0;min-height:0}.flex-none{-webkit-flex:none;-ms-flex:none;-moz-box-flex:0;flex:none}.order-0{-webkit-order:0;-ms-flex-order:0;-moz-box-ordinal-group:1;order:0}.order-1{-webkit-order:1;-ms-flex-order:1;-moz-box-ordinal-group:2;order:1}.order-2{-webkit-order:2;-ms-flex-order:2;-moz-box-ordinal-group:3;order:2}.order-3{-webkit-order:3;-ms-flex-order:3;-moz-box-ordinal-group:4;order:3}.order-last{-webkit-order:99999;-ms-flex-order:99999;-moz-box-ordinal-group:100000;order:99999}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z1{z-index:1}.z2{z-index:2}.z3{z-index:3}.z4{z-index:4}.border{border-style:solid;border-width:1px}.border-top{border-top-style:solid;border-top-width:1px}.border-right{border-right-style:solid;border-right-width:1px}.border-bottom{border-bottom-style:solid;border-bottom-width:1px}.border-left{border-left-style:solid;border-left-width:1px}.border-none{border:0}.rounded{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.rounded-top{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.rounded-right{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.rounded-bottom{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.rounded-left{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.not-rounded{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.hide{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}@media (max-width:40em){.xs-hide{display:none!important}}@media (min-width:40em) and (max-width:52em){.sm-hide{display:none!important}}@media (min-width:52em) and (max-width:64em){.md-hide{display:none!important}}@media (min-width:64em){.lg-hide{display:none!important}}.display-none{display:none!important}@font-face{font-family:KeeponTruckin;src:local("KeeponTruckin"),url(/2022/static/KeeponTruckin.49fafb30.ttf) format("truetype")}@font-face{font-family:Doobie;src:local("Doobie"),url(/2022/static/doobie.64cb80b9.ttf) format("truetype")}@font-face{font-family:HeavyHeap;src:local("HeavyHeap"),url(/2022/static/heavyheap.b4aa2dbb.ttf) format("truetype")}:root{--color-black:#29282d;--color-orange:#f79b18;--color-shocking:#da7ebc;--color-green:#64b18a;--color-apricot:#ed836b;--color-blue:#0098a7;--nav-height:45px;--text-shadow:-2px -2px var(--color-orange);--font-raleway:"Raleway",sans-serif;--font-sen:"Sen",sans-serif;--font-keepontruckin:"KeeponTruckin",sans-serif;--font-doobie:"Doobie",sans-serif;--font-heavy-heap:"HeavyHeap",sans-serif}*{scroll-behavior:smooth}body{font-family:var(--font-raleway);font-size:16px;color:#fff;background-color:var(--color-black);margin:0;padding:0;height:100vh}.background{position:fixed;height:100%;width:100%;background-image:url(/2022/homepage-bg.jpg);background-repeat:no-repeat;background-attachment:scroll;z-index:-1}@media (min-width:48em){.background{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}}div[tabindex="-1"]{position:absolute;width:100%}.h1,.h2,.h3,.h4,.h5,.h6,.title{font-family:var(--font-doobie)}.title{font-size:3rem;margin-bottom:2.5rem;line-height:1;color:#000;text-align:center;text-shadow:var(--text-shadow);letter-spacing:2px}a{text-decoration:none}.Social__link{color:#fff;padding:.25rem;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-transition:background .2s ease-out;-o-transition:background .2s ease-out;-moz-transition:background .2s ease-out;transition:background .2s ease-out}.Social__icon{font-size:2.25rem}@media (min-width:50em){.Social__link:hover{background-color:var(--color-green)}.Social__link:focus{background-color:var(--color-shocking)}}.mt-auto{margin-top:auto}.mb-auto,.my-auto{margin-bottom:auto}.my-auto{margin-top:auto}.h-100{height:100%}.btn{background-color:#000;color:var(--color-orange);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:0;padding:.75rem 1rem;font-family:var(--font-keepontruckin);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;cursor:pointer;font-size:1.5rem;-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:-webkit-box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out;-moz-transition:box-shadow .2s ease-in-out,-moz-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out,-moz-box-shadow .2s ease-in-out}.btn:hover{-webkit-box-shadow:-4px -4px 0 2px var(--color-orange);-moz-box-shadow:-4px -4px 0 2px var(--color-orange);box-shadow:-4px -4px 0 2px var(--color-orange)}.MissingRoute{height:100vh;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:.5rem}.MissingRoute__text{margin:auto;text-align:center;text-shadow:var(--text-shadow);color:#000;font-size:3rem;font-family:var(--font-keepontruckin);line-height:1.1}.EventsPage{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.EventsPage .Poster{font-family:var(--font-sen);margin-top:4rem;margin-bottom:4rem}.Events__title{font-family:var(--font-doobie);font-size:2.25rem;margin:auto;line-height:1;text-align:center}@media (min-width:50em){.Events__title{font-size:4rem;margin-left:0}}.PrizesPage{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.PrizesPage .Poster{font-family:var(--font-sen);margin-top:4rem;margin-bottom:4rem}.Prizes__title{font-family:var(--font-doobie);font-size:2.25rem;margin:auto;line-height:1;text-align:center}@media (min-width:50em){.Prizes__title{font-size:4rem;margin-left:0}}.TermsAndConditions{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px}.Card{background-color:var(--color-shocking);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-shadow:-7px -7px 0 6px #000;-moz-box-shadow:-7px -7px 0 6px #000;box-shadow:-7px -7px 0 6px #000}.QHackModal .Poster__tape:after,.QHackModal .Poster__tape:before{display:none}.QHackModal .Poster{max-height:85vh;overflow:scroll;padding:2rem 1rem}@media (min-width:50em){.QHackModal .Poster{padding:2rem}}.EventModal__title{text-align:center;margin-top:0;margin-bottom:1rem;text-transform:uppercase;font-family:var(--font-keepontruckin);font-size:2.5rem;text-shadow:-2px -2px #000}.EventModal__close-button{position:fixed;border:none;background-color:rgba(0,0,0,0);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;color:#fff;cursor:pointer;padding:0;right:35px;top:5px;height:1.75rem;width:1.75rem;font-size:1.75rem}.EventModal__coming-soon{margin:auto;max-width:100%}.EventModal__description a{color:#fff;text-decoration:underline}@media (min-width:50em){.EventModal__coming-soon{max-width:30%}.EventModal__close-button{right:5px;top:-20px;height:20px;width:20px;font-size:1rem}}.PrizeModal__title{text-align:center;margin-top:0;margin-bottom:1rem;text-transform:uppercase;font-family:var(--font-keepontruckin);font-size:2.5rem;text-shadow:-2px -2px #000}.PrizeModal__close-button{position:fixed;border:none;background-color:rgba(0,0,0,0);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;color:#fff;cursor:pointer;padding:0;right:35px;top:5px;height:1.75rem;width:1.75rem;font-size:1.75rem}.PrizeModal__coming-soon{margin:auto;max-width:100%}.PrizeModal__description a{color:#fff;text-decoration:underline}.PrizeModal__prize{margin-bottom:0}.Poster--bg-green .PrizeModal__prize{color:#b1648b}.Poster--bg-apricot .PrizeModal__prize{color:#6bd5ed}.Poster--bg-orange .PrizeModal__prize{color:#1874f7}.Poster--bg-blue .PrizeModal__prize{color:#a70f00}@media (min-width:50em){.PrizeModal__coming-soon{max-width:30%}.PrizeModal__close-button{right:5px;top:-20px;height:20px;width:20px;font-size:1rem}}.Poster{position:relative;background-color:var(--color-shocking);-webkit-box-shadow:0 3px 12px rgba(0,0,0,.2);-moz-box-shadow:0 3px 12px rgba(0,0,0,.2);box-shadow:0 3px 12px rgba(0,0,0,.2);color:#fff;margin:0 2rem}.Poster__tape:after,.Poster__tape:before{background:rgba(255,255,235,.6);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);content:"";display:block;height:30px;position:absolute;margin:auto;width:100px}.Poster__tape:before{left:50%;margin-left:-50px;top:-10px}.Poster__tape:after{display:none}.Poster--bg-green{background-color:var(--color-green)}.Poster--bg-apricot{background-color:var(--color-apricot)}.Poster--bg-orange{background-color:var(--color-orange)}.Poster--bg-blue{background-color:var(--color-blue)}@media (min-width:50em){.Poster__tape:after,.Poster__tape:before{width:200px}.Poster__tape:before{left:-45px;top:15px;-webkit-transform:rotate(-35deg);-moz-transform:rotate(-35deg);-ms-transform:rotate(-35deg);-o-transform:rotate(-35deg);transform:rotate(-35deg)}.Poster__tape:after{display:block;right:-65px;top:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}}.EventCard{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;min-height:5rem;margin-left:1rem;margin-right:1rem}.EventCard,.EventCard__wrapper{margin-bottom:2rem}.EventCard__wrapper:nth-child(4n+1) .EventCard{background-color:var(--color-green)}.EventCard__wrapper:nth-child(4n+2) .EventCard{background-color:var(--color-apricot)}.EventCard__wrapper:nth-child(4n+3) .EventCard{background-color:var(--color-orange)}.EventCard__wrapper:nth-child(4n+4) .EventCard{background-color:var(--color-blue)}.EventCard__title{text-transform:uppercase;font-family:var(--font-keepontruckin);text-align:center;margin:auto;font-size:1.75rem;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out;line-height:1;padding:.25rem}.EventCard:hover .EventCard__title{text-shadow:-2px -2px #000}@media (min-width:50em){.EventCard{margin-left:3rem;margin-right:3rem}.EventCard__title{font-size:2.25rem}}.PlatformCard{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:5rem;margin-left:1rem;margin-right:1rem}.PlatformCard,.PlatformCard__wrapper{margin-bottom:2rem}.PlatformCard__wrapper:nth-child(4n+1) .PlatformCard{background-color:var(--color-green)}.PlatformCard__wrapper:nth-child(4n+2) .PlatformCard{background-color:var(--color-apricot)}.PlatformCard__wrapper:nth-child(4n+3) .PlatformCard{background-color:var(--color-orange)}.PlatformCard__wrapper:nth-child(4n+4) .PlatformCard{background-color:var(--color-blue)}.PlatformCard__title{text-transform:uppercase;font-family:var(--font-keepontruckin);font-size:1.75rem;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out;line-height:1;padding:.25rem}.PlatformCard__learn-more,.PlatformCard__title{text-align:center;margin-top:1rem;margin-bottom:0}.PlatformCard__learn-more{text-decoration:underline;cursor:pointer;color:#fff}.PlatformCard__description{margin-bottom:0;padding:0 1rem}.PlatformCard__description a{text-decoration:underline;color:#fff}@media (min-width:50em){.PlatformCard{margin-left:3rem;margin-right:3rem}.PlatformCard__title{font-size:2.25rem}}.PrizeCard{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;margin-left:1rem;margin-right:1rem}.PrizeCard,.PrizeCard__wrapper{margin-bottom:2rem}.PrizeCard__wrapper:nth-child(4n+1) .PrizeCard{background-color:var(--color-green)}.PrizeCard__wrapper:nth-child(4n+2) .PrizeCard{background-color:var(--color-apricot)}.PrizeCard__wrapper:nth-child(4n+3) .PrizeCard{background-color:var(--color-orange)}.PrizeCard__wrapper:nth-child(4n+4) .PrizeCard{background-color:var(--color-blue)}.PrizeCard__title{text-transform:uppercase;font-family:var(--font-keepontruckin);text-align:center;margin:auto;font-size:1.75rem;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out;line-height:1;padding:.25rem}.PrizeCard:hover .PrizeCard__title{text-shadow:-2px -2px #000}@media (min-width:50em){.PrizeCard{margin-left:3rem;margin-right:3rem}.PrizeCard__title{font-size:2.25rem}}.ScheduleEvents{margin-bottom:1rem}.ScheduleEvents__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25rem 1rem 1rem}.Schedule__subtitle{text-align:center;margin-bottom:0;margin-top:1rem}.Schedule__subtitle a{color:#fff;text-decoration:underline}.ScheduleEvents__header-date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:.5rem;margin-left:.5rem;margin-right:.5rem;font-size:1.25rem;line-height:1;cursor:pointer;-webkit-transition:all .2s ease-out;-o-transition:.2s all ease-out;-moz-transition:.2s all ease-out;transition:all .2s ease-out}.ScheduleEvents__events-title{padding:0 1rem;margin-top:2rem;margin-bottom:1.5rem;font-family:var(--font-keepontruckin);text-transform:uppercase;color:#000}@media (min-width:50em){.ScheduleEvents__header-date{margin-left:1rem;margin-right:1rem}}.ScheduleEvents__header-date:hover{color:#000}.ScheduleEvents__header-date--active{border-bottom:1px solid #000;color:#000;cursor:default}.FAQCard{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.75rem 1rem;width:100%;height:100%}.FAQCard code{background-color:#7e8eda;padding:0 .25rem}.Card__answer-toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border:none;background-color:rgba(0,0,0,0);cursor:pointer;margin-left:.5rem}.Card__answer-toggle-icon{margin:auto;color:#fff;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s}.Card__answer-toggle-icon--open{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.Card__answer{max-height:0;margin:0;opacity:0;overflow:hidden;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;color:#000}.Card__answer a{color:#000;text-decoration:underline}.Card__answer--open{margin:auto 0;max-height:500px;padding-top:.5rem;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.SpeakerCard{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.75rem 0;width:100%;height:100%}.SpeakerCard__affiliation,.SpeakerCard__speaker{text-align:center}.SpeakerCard__speaker{margin-bottom:.5rem;font-size:1.75rem;text-transform:uppercase;text-shadow:-2px -2px #000;line-height:1.1;font-family:var(--font-doobie);padding-left:.75rem;padding-right:.75rem}.SpeakerCard__affiliation{font-size:1.25rem;padding-left:1.25rem;padding-right:1.25rem;font-family:var(--font-keepontruckin);text-transform:capitalize}.SpeakerCard__break{width:100%;border:0;height:10px;background-color:#000;background-image:url(/2022/tiedye.jpg);background-position:50%;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-attachment:fixed}.Speakers{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height))}.SponsorCard{padding:1rem;height:4rem;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition:background-color .2s ease-in;-o-transition:background-color .2s ease-in;-moz-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.SponsorCard__image{max-width:100%;max-height:100%;margin:auto}@media (min-width:48em){.SponsorCard__link:hover .SponsorCard{background-color:var(--color-green)}.SponsorCard__link:focus .SponsorCard{background-color:var(--color-shocking)}}.Sponsors{margin-bottom:4rem;min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height))}.Footer{background-color:#000}.Footer,.Footer a{color:var(--color-orange)}.Footer a{text-decoration:underline}.Footer ul{list-style:none}.Footer li{margin-bottom:.5rem}.About{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.About__title{font-family:var(--font-doobie);font-size:2.25rem;margin:auto;line-height:1;text-align:center}.About .Poster{font-family:var(--font-sen);margin-top:4rem;margin-bottom:4rem}.About a{color:#fff;text-decoration:underline}.About__dropdown-toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border:none;background-color:rgba(0,0,0,0);cursor:pointer;margin-left:.5rem}.About__dropdown-toggle-icon{margin:auto;color:#fff}.About__dropdown-toggle-icon--open{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width:50em){.About__title{font-size:4rem;margin-left:0}}.Platforms{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px}.Platforms .Poster{font-family:var(--font-sen);margin-top:4rem;margin-bottom:4rem}.Platforms__title{font-family:var(--font-doobie);font-size:2.25rem;margin:auto;line-height:1;text-align:center}.Platforms__logo{display:none}@media (min-width:50em){.Platforms__logo{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Platforms__title{font-size:4rem;margin-left:0}}.Schedule{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px}.Schedule__important-dates{font-size:2rem;color:#000;text-align:center;text-shadow:var(--text-shadow);font-family:var(--font-doobie);letter-spacing:2px;margin-bottom:2rem}.Schedule__add-to-calendar{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:50em){.Schedule__add-to-calendar{margin-bottom:4rem;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.Schedule .Card a{color:#fff;text-decoration:underline}.Faq{min-height:-webkit-calc(100vh - var(--nav-height));min-height:-moz-calc(100vh - var(--nav-height));min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);font-size:18px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.HomePage{height:-webkit-calc(100vh - var(--nav-height));height:-moz-calc(100vh - var(--nav-height));height:calc(100vh - var(--nav-height));top:var(--nav-height);position:relative}.HomePage__main{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:.25rem}.HomePage__logo{max-width:100%;opacity:0;visibility:hidden;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;margin:0 auto .5rem}.HomePage__logo--loaded{visibility:visible;opacity:1}.HomePage__dates,.HomePage__event{font-size:3rem;margin:0;line-height:1;color:#000;text-shadow:var(--text-shadow)}.HomePage__event{font-family:var(--font-doobie)!important}.HomePage__dates{font-family:var(--font-heavy-heap)!important}