@font-face {
  font-family: space;
  src: url(SpaceGrotesk-VariableFont_wght.ttf);
}
.mobile_only {
  display: block;
}
@media (min-width: 800px) {
  .mobile_only {
    display: none;
  }
}

.desktop_only {
  display: none;
}
@media (min-width: 800px) {
  .desktop_only {
    display: block;
  }
}

* {
  box-sizing: border-box;
  font-family: space, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}

body {
  background: #020E38;
  color: #fff;
}

a {
  color: #F6EC10;
}
a:hover {
  animation-name: blink;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}

.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}

.backdrop {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.small_text {
  font-size: 0.8rem;
  color: #fff;
}

.header {
  position: relative;
  text-align: center;
  padding: 2rem 0;
}
.header img {
  width: 100%;
  padding-top: 3rem;
}
@media (min-width: 800px) {
  .header {
    padding: 2rem;
  }
}

.container {
  max-width: 780px;
  position: relative;
  z-index: 2;
  margin: 0rem auto 0;
  padding: 1rem;
}

.container figure {
  width: 100%;
  display: flex;
}

h1 {
  word-spacing: normal;
  letter-spacing: 3px;
  font-variation-settings: "wght" 3000;
  line-height: 3rem;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

h2 {
  letter-spacing: 3px;
  font-variation-settings: "wght" 200;
  line-height: 1.7rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

h3 {
  letter-spacing: 3px;
  font-variation-settings: "wght" 600;
  line-height: 1.9rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 580px) {
  h3 {
    line-height: 1.7rem;
    font-size: 1.5rem;
  }
}
.logo_eth {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation-name: logo_anime;
  animation-duration: 10s;
}

@keyframes logo_anime {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.tix_container {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 1rem;
  color: #F6EC10;
  position: relative;
}
.tix_container h4 {
  font-size: 1.3rem;
}
.tix_container h4.strike {
  font-size: 1rem;
}

.half_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 800px) {
  .half_content {
    flex-direction: row;
  }
}

.neon_frame {
  padding: 3rem 3rem 0 3rem;
  margin: 2rem;
  border-radius: 16px;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 800px) {
  .neon_frame {
    width: 50%;
  }
}
.neon_frame p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
  text-align: left;
}
.neon_frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.neon_frame ul li {
  margin-bottom: 10px;
}
.neon_frame h3 {
  color: #F6EC10;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.neon_frame h4 {
  color: #9EEAFD;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.neon_frame h5 {
  color: #9EEAFD;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.neon_frame figure {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
}
.neon_frame figure img {
  width: 100%;
}

.strike {
  text-decoration: line-through;
  margin: 0.5rem 0;
  font-size: 1rem;
}

.soldout {
  background-color: #00E5F4;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  width: 230px;
  color: #020E38;
  text-transform: uppercase;
  opacity: 0.9;
  font-size: 1.4rem;
  position: relative;
  transform: rotate(-17deg);
  position: absolute;
  bottom: 4rem;
  z-index: 21;
  left: 20%;
}

.social_links {
  max-width: 1000px;
  margin: 3rem auto 1rem;
  text-align: center;
}
.social_links ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.social_links ul li {
  margin: 1rem;
}
.social_links a {
  margin: 1rem;
  display: block;
  border: 2px solid #F6EC10;
  padding: 1rem;
  box-shadow: 0 0 5px #F6EC10;
  border-radius: 1000%;
}
.social_links a svg {
  fill: #F6EC10;
  width: 26px;
  height: 26px;
}

.neon_frame::before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 10px #9EEAFD, inset 0 0 10px #9EEAFD;
  border: #9EEAFD 2px solid;
  border-radius: 16px;
}

.neon_frame::after {
  content: "";
  width: 100px;
  display: block;
  height: 30px;
  position: absolute;
  background-color: #020E38;
  right: -20px;
  top: -15px;
  z-index: 3;
}

.box_content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 20;
}
.box_content.divider {
  padding: 0;
  margin: 0 0 4rem;
}
.box_content.divider::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  background-color: #9EEAFD;
  box-shadow: 0 0 5px #9EEAFD;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.button_neon {
  text-align: center;
  padding: 1rem 2rem;
  margin: 2rem 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
  text-shadow: 0 0 5px #F6EC10;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: bold;
}
.button_neon:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 5px #F6EC10, inset 0 0 5px #F6EC10;
  border: #F6EC10 2px solid;
  border-radius: 8px;
}
.button_neon:after {
  content: "";
  width: 100px;
  display: block;
  height: 12px;
  position: absolute;
  background-color: #020E38;
  right: -20px;
  bottom: -9px;
  z-index: 3;
}

.button_neon.sec {
  text-align: center;
  padding: 0.7rem 1.5rem;
  margin: 2rem 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  border-color: #F6EC10;
  box-shadow: 0 0 5px #F6EC10, inset 0 0 5px #F6EC10;
  text-shadow: 0 0 5px #F6EC10;
  color: #F6EC10;
  font-size: 1rem;
}
.button_neon.sec svg {
  width: 18px;
  fill: #F6EC10;
  padding-top: 5px;
  margin-right: 10px;
}
.button_neon.sec:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 5px #F6EC10, inset 0 0 5px #F6EC10;
  border: #F6EC10 2px solid;
  border-radius: 8px;
}
.button_neon.sec:after {
  content: "";
  width: 130px;
  display: block;
  height: 15px;
  position: absolute;
  background-color: #020E38;
  right: -20px;
  bottom: -10px;
  z-index: 3;
}

.button_neon.disable {
  text-align: center;
  padding: 1rem 2rem;
  margin: 2rem 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 1;
  color: rgb(74, 74, 74);
  text-shadow: 0 0 0 rgb(74, 74, 74);
}
.button_neon.disable:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 0 #F6EC10, inset 0 0 0 #F6EC10;
  border: rgb(74, 74, 74) 2px solid;
  border-radius: 8px;
}
.button_neon.disable:after {
  content: "";
  width: 100px;
  display: block;
  height: 12px;
  position: absolute;
  background-color: #020E38;
  right: -20px;
  bottom: -9px;
  z-index: 3;
}

.rightside {
  padding-bottom: 10rem;
  padding-top: 3rem;
}

.rightside ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

.rightside ul li {
  margin: 0;
  padding: 0;
  color: #f1ddbf;
  text-transform: uppercase;
  font-variation-settings: "wght" 100;
  line-height: 1rem;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  letter-spacing: 5px;
}

@media screen and (min-width: 580px) {
  .rightside ul li {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
.formtop1 {
  margin-top: 15rem;
}

.formtop2 {
  margin-top: 5.7rem;
}

.afterline {
  display: flex;
  margin-top: 3rem;
}

.full_container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}

.list_people {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
}

.list_people li {
  padding: 0.5rem;
  margin: 0;
}

.list_people a {
  position: relative;
  display: block;
}

.list_people a:hover {
  transition: all 4s;
}

.list_people a:hover:after {
  opacity: 1;
  transition: all 0.5s;
}

.list_people a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 66px;
  border-radius: 10000px;
  background-image: url(/assets/twitter.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  background-color: rgba(0, 0, 0, 0.61);
  z-index: 8;
  opacity: 0;
  transition: all 0.7s;
}

.list_people a.linkedin:after {
  background-image: url(/assets/in.svg);
}

.list_people a.github:after {
  background-image: url(/assets/github.svg);
}

.list_people figure {
  width: 66px;
  border-radius: 1000px;
}

.list_people figure img {
  width: 66px;
  border-radius: 1000px;
}

.list_people p {
  letter-spacing: 0px;
  font-size: 0.7rem;
  padding: 0.4rem;
  text-align: center;
}

.list_people.no_twitter a:after {
  display: none;
}

.support li {
  width: auto;
  display: inline-block;
  margin: 0.3rem;
  padding-bottom: 0.5rem;
}
.support li a {
  display: block;
  padding: 0.2rem;
}
.support img.tear1 {
  width: 180px;
}
.support img.tear2 {
  width: 130px;
}
.support img.tear3 {
  width: 90px;
}

.sponsors {
  margin-bottom: 2rem !important;
  padding-bottom: 2rem;
}
.sponsors li {
  width: auto;
  display: inline-block;
  margin: 0.5rem;
}
.sponsors li a {
  display: block;
}
.sponsors img.tear1 {
  width: 180px;
}
.sponsors img.tear2 {
  width: 130px;
}
.sponsors img.tear3 {
  width: 110px;
}

.faq {
  padding: 2rem;
}
@media (min-width: 800px) {
  .faq {
    padding: 4rem;
  }
}
.faq h3 {
  font-weight: bold;
  color: #F6EC10;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.faq h6 {
  font-weight: bold;
  color: #00E5F4;
  font-size: 1.1rem;
}
.faq ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.faq ul li {
  margin-bottom: 2rem;
}

footer {
  text-align: center;
  margin-bottom: 2rem;
}

.media_footer {
  margin-bottom: 5rem;
}
.media_footer h3 {
  color: #F6EC10;
}
.media_footer p {
  font-size: 0.8rem;
}
.media_footer .support {
  margin: 0.5rem 0 2rem;
  padding: 0;
}

.side_events {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 50;
}
.side_events a {
  display: block;
  text-decoration: none;
  background-color: #9EEAFD;
  display: flex;
  padding: 8px;
  width: 100%;
}
@media (max-width: 600px) {
  .side_events a {
    display: block;
  }
}
.side_events a:hover {
  animation-name: none;
  background-color: #F6EC10;
}
.side_events a div {
  position: relative;
  right: 8px;
  display: flex;
  width: 165px;
}
@media (min-width: 800px) {
  .side_events a div {
    position: absolute;
  }
}
.side_events p {
  color: #020E38;
  line-height: 20px;
}
.side_events img {
  width: 45px;
  margin: 0 8px;
}

.speakers.list_people {
  justify-content: space-around;
}
.speakers.list_people a::after {
  width: 120px;
  height: 120px;
}
@media (max-width: 600px) {
  .speakers.list_people a::after {
    width: 90px;
    height: 90px;
  }
}
.speakers.list_people li {
  padding: 0.7rem;
  width: 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .speakers.list_people li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .speakers.list_people li {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .speakers.list_people li {
    width: 50%;
  }
}
.speakers.list_people figure {
  width: 120px;
  padding-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .speakers.list_people figure {
    width: 90px;
  }
}
.speakers.list_people figure img {
  width: 120px;
}
@media (max-width: 600px) {
  .speakers.list_people figure img {
    width: 90px;
  }
}
.speakers.list_people p {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0;
}
.speakers.list_people p.small_text {
  font-size: 0.7rem;
  line-height: 1rem;
  opacity: 0.7;
}

.half_content.not_that_half {
  flex-direction: column;
}
.half_content.not_that_half .neon_frame {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .half_content.not_that_half .neon_frame {
    flex-direction: column;
  }
}
.half_content.not_that_half .neon_frame .box_content, .half_content.not_that_half .neon_frame figure {
  width: 50%;
}
@media (max-width: 600px) {
  .half_content.not_that_half .neon_frame .box_content, .half_content.not_that_half .neon_frame figure {
    width: 100%;
  }
}
.half_content.not_that_half .neon_frame .box_content.full {
  width: 100%;
}

.schedule .day {
  width: 100%;
  margin: 0;
}
.schedule .day h5 {
  text-align: left;
  margin-bottom: 0.2rem;
}
.schedule .day h5 span {
  font-size: 3rem;
  display: block;
  line-height: 2.7rem;
  color: #00E5F4;
}
.schedule .day h5 span.dd {
  color: #F6EC10;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 0.7rem;
}
.schedule .day ul {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 601px) {
  .schedule .day ul {
    flex-direction: row;
    width: 100%;
  }
}
.schedule .day ul li {
  border-left: 3px solid #F6EC10;
  margin: 0;
  padding: 0.7rem 0.4rem;
  height: 100%;
  display: block;
}
@media (min-width: 601px) {
  .schedule .day ul li {
    border-top: 3px solid #F6EC10;
    border-left: none;
    flex-grow: 1;
  }
}
.schedule .day ul li h6 {
  color: #00E5F4;
  font-size: 0.9rem;
}
.schedule .day ul li:last-child {
  flex-basis: content;
}
.schedule .day ul li.casa {
  border-color: #9EEAFD;
}
.schedule .day ul li.casa h6 {
  color: #F6EC10;
}
.schedule .day ul li.mycasa {
  margin-top: 1rem;
}
@media (min-width: 601px) {
  .schedule .day ul li.mycasa {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.schedule .day .atcasa {
  color: #9EEAFD;
  text-align: right;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.schedule .day .atcasa a {
  color: #9EEAFD;
}

.two_buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.two_buttons a {
  margin: 2rem 0.5rem;
}
@media (min-width: 601px) {
  .two_buttons {
    flex-direction: row;
  }
}

.v2 {
  background: linear-gradient(180deg, #020E38 0%, #08217c 100%);
}

.v2_teaser {
  text-align: center;
  padding: 2rem;
}
.v2_teaser h1 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.v2_teaser h2 {
  font-size: 1.1rem;
  padding: 1rem 0 0.1rem 0;
  margin: 0;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.v2_teaser h3 {
  font-size: 1, 3rem;
  color: #F6EC10;
  padding-top: 3rem;
  letter-spacing: 1px;
}
.v2_teaser p {
  letter-spacing: 1px;
  line-height: 1.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.v2_teaser .postponed {
  max-width: 590px;
  padding: 1rem;
}

.last_edition {
  text-align: center;
  padding-top: 5rem;
  text-transform: uppercase;
}
.last_edition p {
  letter-spacing: 1px;
  font-size: 0.7rem;
}
.last_edition ul {
  list-style: none;
  display: flex;
  padding: 0;
  width: 270px;
  margin: 0.2rem auto;
}
.last_edition ul li {
  padding: 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.last_edition ul li a {
  text-decoration: none;
}
.v2 .social_links {
  border-top: 1px solid #F6EC10;
  padding-top: 0rem;
}
.v2 .social_links a {
  border: none;
  box-shadow: none;
  padding: 0;
}
.v2 .social_links p {
  padding-top: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
