/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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;
}
/* HTML5 display-role reset for older browsers */

strong {font-weight: bold;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
    background: #0F0018;
    color: white;
    font: 400 20px / 31px "Geologica", sans-serif;
    overflow-x: hidden;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
header {
  height: 340px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

body.minihead header {
    height: 160px;
    width: 100%;
    position: fixed;
    z-index: 16;
    background: rgba(38, 2, 83, 0.28);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
body.minihead main {
    padding-top: 240px;
}
#logobig img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

body.minihead #logobig img {
    -webkit-transform: scale(0.45);
    transform: scale(0.45)
    /*
    width: 142px;
    height: 100px;
    */
}
body.minihead header ul.menu {
    top: 63px;
}

body.minihead #logobig {
    top: -34px;
    height: 160px;
}

footer {
    height: 390px;
}

main {
    min-height: calc(100vh - 340px - 240px);
    position: relative;
    z-index: 8;
    padding-bottom: 90px;
}
.inner {
    max-width: 774px;
    margin: 0 auto;
    padding-left: 284px;
    position: relative;
}
.innersmall {
    max-width: 1316px;
    margin: 0 auto;
    padding-left: 284px;
    position: relative;
}

#logobig {
    display: block;
    position: absolute;
    left: -152px;
    top: 60px;
    z-index: 9;
}

#cell1, #cell2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1369px;
    height: 1362px;
    mix-blend-mode: overlay;
    z-index: 4;
}

#cell1-1, #cell2-1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1369px;
    height: 1362px;
    z-index: 4 !important;
}

#cell1,#cell1-1 {
    margin-left: -810px;
    margin-top: -728px;
}

#cell2,#cell2-1 {
    margin-left: 344px;
    margin-top: 118px;
}
.celline {
    mix-blend-mode: overlay;
}

#cell1 img, #cell2 img {
    width: 1369px;
    height: 1362px;
   display: block;
    position: absolute;
    left: 0;
    top: 0;
}

h1, .h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 80px;
    color: #00FFAC;
    margin-bottom: 1.3rem;
    margin-top: 9px;
}
h2, .h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #FF0076;
    display: inline-block;
    position: relative;
    margin-left: -284px;
    width: 284px;
    text-align: right;
    margin-bottom: 1rem;
}

.h2.small {    
    font-size: 25px;
    line-height: 25px;
}

h3, .h3 {
    color: #00FFAC;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 1rem;
}
h4,.h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color:#874BFF;
    margin-bottom: 1rem;
}
p {margin-bottom: 1.5em;}
.white {color: white;}

#shade {
    width: 1776px;
    height: 1776px;
    background: radial-gradient(circle, #4805AC 100%, #0F0018 100%);
    -webkit-filter: blur(300px);
    filter: blur(300px);
    pointer-events: none;
    position: absolute;
    top: 213px;
    left: 0;
    z-index: 2;
    will-change: filter;
}
#shade2 {
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, #FF0076 100%, transparent 100%);
    -webkit-filter: blur(300px);
    filter: blur(300px);
    pointer-events: none;
    position: absolute;
    top: 227px;
    right: -400px;
    z-index: 3;
    will-change: filter;
}

ul.menu {
    position: relative;
    z-index: 9;
    top: 156px;
    padding-left: 0;
}

ul.fmenu {
    position: relative;
    z-index: 9;
    top: 131px;
    padding-left: 0;
}

ul.menu li, ul.fmenu li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
ul.menu a,ul.fmenu a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-align: center;

}
ul.fmenu a {
    font-size: 20px;
    line-height: 22px;
}

.menu li a::after,.fmenu li a::after {
    content: " ";
    width: 0px;
    height: 3px;
    background: #00FFAC;
    display: block;
    border-radius: 3px;
    -webkit-transition: 300ms ease-in;
    transition: 300ms ease-in;
}
.menu li a:hover, .menu li a.act, .fmenu li a:hover, .fmenu li a.act {
    color: #00FFAC;
}

.menu li a:hover::after,
.menu li a.act::after,
.fmenu li a:hover::after,
.fmenu li a.act::after {
    width: 100%;
}

.ptop {
    padding-top: 90px;
}

.pbottom {
    padding-bottom: 30px;
}

img.rounded {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    display: block;
    margin-bottom: 1em;
}

#blurCanvasTop {
    right: 0;
    top: 0;
    position: fixed;
    z-index: 6;
}

#blurCanvasBottom {
    left: 50%;
    top: 0;
    position: fixed;
    z-index: 4;
}

.container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7;
    left: 60%;
    top: 0;
}

.required-sign::before {
    display: block;
    position: absolute;
    left: -9px;
    top: -2px;
    content: "*";
    font: 400 20px/31px "Geologica", sans-serif;
    color: #FF1A33;
}

input,
textarea {
    font: 400 20px / 31px "Geologica", sans-serif;
    background: transparent;
    border: none;
    border-bottom: 2px solid #00FFAC66;
    width: 100%;
    color: white;
    margin-bottom: 21px;
    outline: none;
}

textarea#message {
    border: 2px solid #00FFAC66;
    margin-top: 33px;
    height: 146px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 11px;
    margin-bottom: 2.5rem;
}


button {
    width: 160px;
    height: 54px;
    padding: 6px 30px 6px 30px;
    text-align: center;
    color: #0F0018;
    background: #00FFAC;
    font: 700 20px / 42px "Geologica", serif;
    border: none;
    cursor: pointer;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
}

button:hover {
    background: #FF0076;    
}



::-webkit-input-placeholder {
    color: #874BFF;
}

:-ms-input-placeholder {
    color: #874BFF;
}

::placeholder {
    color: #874BFF;
}

#logosmall {
    position: absolute;
    left: -80px;
    top: 85px;
    z-index: 10;
}

#fcopy {
    position: absolute;
    bottom: 12px;
    color: #00FFAC;
    z-index: 3;
}

footer .inner {
    height: 390px;
}

required-sign {
    position: relative;
}

::-moz-selection {
    background-color: #FF0076;
}

::selection {
    background-color: #FF0076;
}

.required-sign {
    position: relative;
}

.hamburger {
    display: none;
    position: absolute;
    right: 40px;
    top: 31px;
    z-index: 99999;
    height: 35px;
    width: 21px;
    cursor: pointer;
}

.hamburger .icon,
.hamburger .icon:after,
.hamburger .icon:before {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.hamburger .icon {
    position: absolute;
    height: 2px;
    width: 14px;
    top: 24px;
    background-color: #FAF7E8;
    border-radius: 4px;
}

.hamburger .icon:before {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #FAF7E8;
    content: "";
    top: -8px;
    border-radius: 4px;
}

.hamburger .icon:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #FAF7E8;
    content: "";
    top: 8px;
    border-radius: 2px;
}

.hamburger:hover .icon:before,
.hamburger:hover .icon:after,
.hamburger:hover .icon {
    background-color: #A29483;
}

body.open .hamburger .icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent !important;
}

body.open .hamburger .icon:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(5px, 6px);
    transform: rotateZ(45deg) scaleX(1.25) translate(6px, 6px);
}

body.open .hamburger .icon:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(7px, -7px);
    transform: rotateZ(-45deg) scaleX(1.25) translate(4px, -5px);
}

#success {
    display: none;
    position: fixed;
    z-index: 999;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 5, 172, 0.50);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.center {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -125px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sm {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
label.error {
    color: #FF0076;
    font-size: 16px;
    position: absolute;
    top: 30px;
    left: 4px;
}
ul.sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form div {position: relative;}

main a {
    display: inline-block;
    position: relative;
    z-index: 8;
    color: white;
    text-decoration: underline;
    position: relative;
}

main a::after {
    background: #00FFAC;
    content: " ";
    width: Calc(100% + 10px);
    height: 6px;
    position: absolute;
    bottom: 3px;
    left: -5px;
    z-index: -1;
    transition: all 200ms ease-in;
}
main a:hover::after {
    height: 20px;
}


.back-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-left: -137px;
}

a.nlink {
    text-decoration: none;
    cursor: pointer;
}
a.nlink:hover {
    color:#00FFAC;
}



main .back-link::after, .sponsors a::after, main a.nlink::after {
    display:none;
}

.back-link .arrow {
  position: relative;
  width: 84px;          
  height: 2px;
  background-color: currentColor;
  transition: transform 0.2s ease;
}

.back-link .arrow::before,
.back-link .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 12px; 
  height: 2px;
  background-color: currentColor;
  transform-origin: left center;
}


.back-link .arrow::before {
  top: 0;
  transform: rotate(45deg);
}


.back-link .arrow::after {
  bottom: 0;
  transform: rotate(-45deg);
}


.back-link:hover .arrow {
  transform: scale(0.9);
}



@media only screen and (max-width: 1250px) {
    #logobig {
        left: 0;
    }

    #logosmall {
        left: 62px;
    }
}

@media only screen and (max-width: 1060px) {
    
    .back-link {
        margin-left:0;
    }
    
    ul.sponsors {
        display: block;
        text-align: center;
        margin-top: 1rem;
    }
    ul.sponsors a {
        margin-bottom: 1.3rem;
    }
    
    ul.sponsors img {
        max-width: 100%;
    }
    
    #shade {
        top: -900px;
    }
    
    #cell2, #cell2-1 {
        left: -62px;
        top: 30px;
    }
    
    #cell1, #cell1-1 {
        margin-left: -1045px;
    }
    
    
    .inner {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    h2,
    .h2 {
        margin-left: auto;
        width: 100%;
        text-align: center;

    }

    img.rounded {
        margin-left: auto;
        margin-right: auto;
    }



    button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    footer {
        height: auto;
    }

    a#logosmall {
        width: 170px !important;
        margin: 0 auto;
        position: relative;
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
        padding: 0;
        top: 0;
        left: 0;
        padding-bottom: 20px;
    }

    div#fcopy {
        position: relative;
        z-index: 10;
        text-align: center;
        padding-top: 33px;
    }

    footer .inner {
        height: auto;
    }

    ul.fmenu a {
        display: inline-block;
    }


    ul.fmenu li {
        display: block;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    ul.fmenu {
        position: relative;
        top: auto;
    }

    ul.menu {
        display: none;
    }

    .team h3 {
        text-align: center;
    }

    .hamburger {
        display: block;
    }

    #logobig img {
        width: 100px;
    }

    a#logobig {
        top: 0;
        padding: 20px;
    }
    
    

    header,
    body.minihead header {
        height: 112px;
    }
    
    body.minihead #logobig img {
        -webkit-transform: none;
        transform: none;
    }

    body.minihead main {
        padding-top: 102px;
    }

    
    
    body.minihead #logobig {
        top: auto;
        height: auto;
    }

    body.open header ul.menu {
        display: block;
        position: relative;
        top: 111px;
    }

    body.open main {
        padding-top: 102px;
    }
    
    body.open header {
        background: rgba(15, 0, 24, 0.66);
        -webkit-backdrop-filter: blur(22.5px);
        backdrop-filter: blur(22.5px);
        height: 380px;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    
    body.open ul.menu a {
        display: inline-block;
    }

    body.open ul.menu li {
        display: block;
        margin: 0;
        clear: both;
        margin-bottom: 10px;
    }
    
    #shade2 {
        right: -800px;
        background: radial-gradient(circle, #FF0076 70%, transparent 100%);
    }
    
}

@media only screen and (max-width: 450px) {
    h1, .h1 {
        font-size: 60px;
        line-height: 60px;
    }
}