@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Eau-Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

h1 {
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 300;
}

h4 {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

h5 {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
}

h6 {
  font-size: clamp(0.4rem, 0.6vw, 0.6rem);
}

p {
  font-size: clamp(1rem, 1.32vw, 1.32rem);
  line-height: 1.48;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
p.xsmall {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

li {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

blockquote {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.header {
  position: relative;
  width: 100vw;
  padding: 2rem;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1rem;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.header .header-inner .logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background-color: #FF00B9;
}
.header .header-inner .logo .logo-txt {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}

.thumbnail {
  position: relative;
  width: 100vw;
  height: auto;
  padding: 2rem 2rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thumbnail {
    padding: 1rem 1rem;
  }
}
.thumbnail .thumbnail-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}
.thumbnail .thumbnail-inner .thumbnail-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 54%;
  overflow: hidden;
}
.thumbnail .thumbnail-inner .thumbnail-img-wrapper .thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.graffiti {
  position: absolute;
  top: 32vh;
  left: 0;
  width: 100%;
  padding-top: 60%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.graffiti .graffiti-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  background-image: url("/assets/img/julia-graffiti.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.content {
  width: 100%;
  height: 100%;
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 4rem 0 2rem;
  }
}
.content .content-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .content .content-inner {
    padding: 0 1rem;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4rem 0 0 0;
  margin-bottom: 4rem;
}
.footer .footer-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #FF00B9;
  padding: 4rem 4rem;
  text-align: center;
}
.footer .footer-inner p {
  color: #fff;
  font-size: clamp(1.2rem, 2.4vw, 2.4rem);
  text-decoration: none;
  margin: 0;
}
.footer .footer-inner p a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0;
  }
}

.results {
  position: relative;
  width: 100vw;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .results {
    padding: 1rem;
  }
}
.results .results-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #FF00B9;
  padding: 4rem 4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .results .results-inner {
    padding: 2rem 2rem;
  }
}
.results .results-inner .result {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #FF00B9;
  padding: 1rem 0;
  text-align: left;
}
.results .results-inner .result .result-title {
  font-weight: 300;
  color: #000;
  margin: 0 0 0.4rem;
}
.results .results-inner .result .result-date {
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 400;
  color: #000;
}
.results .results-inner .result:nth-child(n+7) {
  display: none;
}
.results .results-inner .results-button {
  position: relative;
  display: block;
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: clamp(0.8rem, 1vw, 1rem);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  border-top: 1px dashed #000;
  background-color: transparent;
}
.results.active .result:nth-child(n+7) {
  display: block;
}
.results.active .results-button {
  display: none;
}

.goals {
  position: relative;
  width: 100vw;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .goals {
    padding: 1rem;
  }
}
.goals .goals-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #000;
  padding: 4rem 4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .goals .goals-inner {
    padding: 2rem 2rem;
  }
}
.goals .goals-inner h2 {
  color: #fff;
}
.goals .goals-inner .goal {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding: 1rem 0;
  text-align: left;
}
.goals .goals-inner .goal .goal-title {
  color: #fff;
  margin: 0;
}
.goals .goals-inner .goal .goal-date {
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  color: #fff;
}
.goals .goals-inner .goals-button {
  position: relative;
  display: block;
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  border-top: 1px dashed #fff;
  background-color: transparent;
}
.goals.active .goal:nth-child(n+7) {
  display: block;
}
.goals.active .goals-button {
  display: none;
}

.loadscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: #000;
  z-index: 1000;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.16s ease-out;
}
.loadscreen .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loadscreen .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loadscreen.remove {
  opacity: 0;
  pointer-events: none;
  left: -1000vw;
}
.loadscreen:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF00B9;
  opacity: 0.64;
  mix-blend-mode: multiply;
  z-index: 1001;
}

.gallery {
  position: relative;
  width: 100vw;
  overflow: hidden;
  padding: 2rem 0;
}
.gallery .gallery-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-align: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gallery .gallery-inner .gallery-items {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 0 2rem;
  flex-wrap: nowrap;
  /* Hide scrollbar */
}
@media screen and (max-width: 768px) {
  .gallery .gallery-inner .gallery-items {
    gap: 2rem;
    padding: 2rem;
  }
}
.gallery .gallery-inner .gallery-items::-webkit-scrollbar {
  display: none;
}
.gallery .gallery-inner .gallery-items .gallery-item {
  flex-shrink: 0;
  width: 24vw;
  aspect-ratio: 9/16;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border-radius: 8px;
  transition: transform 0.3s ease;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gallery .gallery-inner .gallery-items .gallery-item {
    width: 80vw;
  }
}

.videos {
  position: relative;
  width: 100vw;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .videos {
    padding: 1rem;
  }
}
.videos .videos-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #000;
  padding: 4rem 4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .videos .videos-inner {
    padding: 2rem 2rem;
  }
}
.videos .videos-inner h2 {
  color: #fff;
}
.videos .videos-inner .videos-items {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 0;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  justify-content: space-between;
  /* Hide scrollbar */
}
@media screen and (max-width: 768px) {
  .videos .videos-inner .videos-items {
    gap: 1rem;
    padding: 0;
  }
}
.videos .videos-inner .videos-items::-webkit-scrollbar {
  display: none;
}
.videos .videos-inner .videos-items .video-item {
  position: relative;
  flex-shrink: 0;
  width: calc(30% - 2rem);
  aspect-ratio: 9/16;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border-radius: 8px;
  transition: transform 0.3s ease;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .videos .videos-inner .videos-items .video-item {
    width: 90%;
  }
}
.videos .videos-inner .videos-items .video-item video {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos .videos-inner .videos-items .video-item .video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.videos .videos-inner .videos-items .video-item .video-controls .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/play.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.32);
  opacity: 0.64;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.videos .videos-inner .videos-items .video-item .video-controls .play-btn:hover {
  opacity: 1;
}
.videos .videos-inner .videos-items .video-item .video-controls .play-btn.active {
  opacity: 0;
  pointer-events: none;
}
.videos .videos-inner .videos-items .video-item .video-controls .play-btn.active:hover {
  opacity: 0;
}

.sponsors {
  position: relative;
  width: 100vw;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .sponsors {
    padding: 1rem;
  }
}
.sponsors .sponsors-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #fff;
  padding: 4rem 4rem;
  text-align: left;
}
.sponsors .sponsors-inner h2 {
  color: #000;
}
.sponsors .sponsors-inner .sponsors-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}
.sponsors .sponsors-inner .sponsors-items .sponsor-item {
  width: 20%;
  padding-top: 14%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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