@import url("https://use.typekit.net/uja6tda.css");
:root {
    /* Brand Colours */
    --color-main: #be1e2d;
    --color-main-100: #f4d7cb;
    --color-main-200: #db8c7b;
    --color-main-300: #cb4942;
    --color-main-500: #9c262d;
    --color-main-600: #5c2925;
    --color-main-700: #221313;
    --color-second: #0095da;
    --color-second-100: #d0e8f7;
    --color-second-200: #75bee9;
    --color-second-300: #179ed9;
    --color-second-500: #0f7dac;
    --color-second-600: #144e60;
    --color-second-700: #0f2024;
    --color-accent: #8c99a1;
    --color-accent-100: #e6e7e7;
    --color-accent-200: #b1b1b2;
    --color-accent-300: #7d7e7f;
    --color-accent-500: #535453;
    --color-accent-600: #323434;
    --color-accent-700: #141515;
        /* Neutral Colours */
    --color-neutral: #58585a;
    --color-neutral-50: #e6e8e9;
    --color-neutral-100: #d0d2d4;
    --color-neutral-200: #bbbcc0;
    --color-neutral-300: #a8aaac;
    --color-neutral-400: #949698;
    --color-neutral-500: #828386;
    --color-neutral-600: #6d6f70;
    --color-neutral-700: #383939;
    --color-neutral-800: #231f20;
    /* Typography */
    --font-body: "roc-grotesk", sans-serif;
    --font-heading: "roc-grotesk-condensed", sans-serif;
    --font-accent: "thirsty-rough-two", sans-serif;
    /* Gap */
    --flex-gap: 1.6rem;
    --grid-gap: 1.6rem;
    --form-gap: 1.6rem;
    /* Shadows */
    --shadow-low: 0 0 .8rem hsla(0 0% 0% / .16);
    --shadow-medium: 0 0 1.6rem hsla(0 0% 0% / .16);
    --shadow-high: 0 0 3.2rem hsla(0 0% 0% / .16);
    /* Animations */
    --animate-fast: all 0.25s ease-in-out;
    --animate-medium: all 0.5s ease-in-out;
    --animate-slow: all 0.75s ease-in-out;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden !important;
  width: 100%;
}
#page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--color-neutral-800);
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
}
input[name="hp_comment_verification"] {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}
mark {
  background: var(--color-main);
  color: white;
}
/* ---------- 1. Generic Tags ---------- */
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
::-moz-selection {
  background: hsla(0 0% 0% / 0.72);
  color: white;
}
::selection {
  background: hsla(0 0% 0% / 0.72);
  color: white;
}
body {
  color: white;
  font-family: var(--font-body);
  background: var(--color-neutral-800);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  width: 100%;
  overflow-x: hidden;
  text-shadow: none;
  -webkit-text-size-adjust: none;
}
hr {
  border: none;
  border-top: 2px solid hsla(0 0% 100% / .08);
  margin: 3.2rem auto;
}
a {
  color: white;
}
a:hover {
  color: var(--color-main);
  text-decoration: none;
}
a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}
.clear {
  clear: both;
}
p,
ol li,
ul li,
pre,
input,
textarea,
select {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: white;
  font-family: var(--font-body);
}
.h0,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  margin: 0 0 2.4rem;
  line-height: 0.9;
}
.h0,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 600;
}
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
  letter-spacing: .2em;
}
.h0{
  font-size: clamp(5.6rem, 6.75vw, 9.6rem);
}
h1,
.h1 {
  font-size: clamp(4rem, 4.5vw, 6.4rem);
}
h2,
.h2 {
  font-size: clamp(3.2rem, 4vw, 5.6rem);
}
h3,
.h3 {
  font-size: clamp(2.8rem, 3.4vw, 4.8rem);
}
h4,
.h4 {
  font-size: clamp(2.4rem, 2.25vw, 4rem);
}
h5,
.h5 {
  font-size: clamp(2rem, 1.7vw, 3.2rem);
}
h6,
.h6 {
  font-size: clamp(1.8rem, 1.4vw, 2rem);
}
p {
  margin: 0 0 1.2rem;
}
pre{
  margin: 0 0 1.2rem;
}
ul {
  list-style: disc outside none;
  margin: 0 0 1.2rem 2rem;
}
ul li {
  padding: 0;
  margin: 0 0 .8rem;
}
ol{
  list-style: decimal outside none;
  margin: 0 0 1.2rem 2rem;
}
ol li {
  padding: 0;
  margin: 0 0 .8rem;
}
address{
  font-style: normal;
}
.button{
  background-color: var(--color-main);
  border-radius: 2rem 0 0 0;
  height: 4rem;
  padding: .1rem 6.4rem 0 3.2rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: white;
  overflow: hidden;
  z-index: 1;
  font-family: var(--font-heading);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: var(--animate-medium);
}
.button:hover{
  color: var(--color-neutral-800);
}
.button::before{
  content: '';
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-main-500);
  transition: var(--animate-medium);
  z-index: -1;
}
.button:hover::before{
  background: white;
  width: 100%;
}
.button::after{
  content: '';
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/icon-arrow.svg);
  background-size: 2.4rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-135deg);
  transition: var(--animate-medium);
  filter: invert(1);
}
.button:hover::after{
  filter: invert(0);
  transform: rotate(-90deg);
}
.content{
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
header{
  padding: 1.6rem 3.2rem;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: var(--animate-medium);
}
header.header-bg{
  background: var(--color-neutral-800);
  box-shadow: var(--shadow-medium);
}
header .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header a.logo{
  max-width: 16rem;
  width: 100%;
  height: auto;
  transition: var(--animate-medium);
}
header.header-bg a.logo{
  background: #191617;
  padding: 16px;
  border-radius: 50%;
  margin: 0 0 -80px 0;
}
header nav{
  max-width: 76.8rem;
  width: 100%;
}
header ul{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
header ul li{
  margin: 0;
}
header ul li a{
  text-decoration: none;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.8rem;
  position: relative;
  padding: .8rem 0;
}
header ul li a:hover{
  color: white;
}
header ul li a::after{
  content: '';
  position: absolute;
  bottom: 0;
  height: .3rem;
  width: 0;
  left: 0;
  transition: var(--animate-medium);
  background: var(--color-main);
}
header ul li a:hover::after{
  width: 100%;
}
header .lang-wrapper{
  position: absolute;
  top: .8rem;
  right: 0;
}
header.header-bg .lang-wrapper{
  top: -0.7rem;
}
@media screen and (max-width: 1024px) {
header.header-bg .lang-wrapper,
  header .lang-wrapper{
    top: 50%;
    transform: translate(0, -50%);
  }
}
.cls-1,
.cls-2 {
  fill: #fff;
}
.hero{
  position: relative;
  padding: 4.8rem;
  height: calc(100vh - 19rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19.2rem;
  overflow: hidden;
}
.hero .content{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8rem;
  height: 100%;
}
.hero .editable_content{
  width: 50%;
  position: relative;
  z-index: 1;
}
.hero .h6{
  margin-bottom: .8rem;
  overflow: hidden;
}

.hero .h0{
  width: calc(100% + 32rem);
  position: relative;
  margin: 0;
  overflow: hidden;
}
.hero .h0 span,
.hero .h6 span{
  display: block;
  transform: translate(0 , 100%);
  transition: var(--animate-medium);
}
.hero .h0 span{
  transition: var(--animate-slow);
  transition-delay: .65s;
}
.hero.show .h0 span,
.hero.show .h6 span{
  transform: translate(0 , 0%);
}
.hero p{
  max-width: 36rem;
  text-align: justify;
  margin-block: 4rem;
  opacity: 0;
  transform: translate(-4.8rem , 0);
  transition: var(--animate-medium);
  transition-delay: 1.35s;
}
.hero.show p{
  opacity: 1;
  transform: translate(0 , 0);
}
.hero .button{
  opacity: 0;
  transform: translate(-4.8rem , 0);
  transition: var(--animate-medium);
}
.hero.show .button{
  opacity: 1;
  transform: translate(0 , 0);
}
.hero .img-wrapper{
  width: calc(50% - 8rem);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4.8rem 0 0;
  position: absolute;
  right: 0;
  top: -3.2rem;
  height: calc(100% + 4.8rem);
}
.hero .img-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color-neutral-800);
  opacity: .48;
}
.hero .img-wrapper::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color-main);
  transition: var(--animate-medium);
  transition-delay: 2s;
}
.hero.show .img-wrapper::after{
  height: 0;
}
.hero .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hosted{
  position: absolute;
  font-weight: 300;
  letter-spacing: .2em;
  font-family: var(--font-heading);
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 1.4rem;
  transform: rotate(90deg);
  bottom: 155px;
  right: -108px;
  width: 26.6rem;
  text-align: center;
}
.brackets{
  display: inline-block;
  position: relative;
  padding: .4rem 1.6rem;
}
.brackets::before,
.brackets::after{
  content: '';
  width: .8rem;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid var(--color-main);
  border-right: none;
}
.brackets::after{
  border-right: 1px solid var(--color-main);
  border-left: none;
  left: auto;
  right: 0;
}
.intro{
  padding: 4.8rem;
  position: relative;
  height: calc(100vh - 19.2rem);
  min-height: 72rem;
  overflow: hidden;
}
.intro .content{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.intro .img-wrapper{
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 33%;
  height: 100%;
  border-radius: 0 4.8rem 0 0;
}
.intro .img-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color-neutral-800);
  opacity: .48;
  z-index: 0;
}
.intro .img-wrapper img{
  border-radius: 0 4.8rem 0 0;
  width: 0%;
  height: 100%;
  object-fit: cover;
  transition: var(--animate-medium);
}
.intro.show .img-wrapper img{
  width: 100%;
}
.intro .h0{
  position: absolute;
  bottom: 308px;
  right: -366px;
  transform: rotate(-90deg);
  width: 72rem;
  margin: 0;
  font-size: 116px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.intro .h0 span{
  display: block;
  transform: translate(0%, -100%);
  transition: var(--animate-medium);
  transition-delay: .65s;
}
.intro.show .h0 span{
  transform: translate(0% , 0%);
}
.intro .editable_content{
  width: 50%;
  transform: translate(-16rem, 0%);
  opacity: 0;
  transition: var(--animate-medium);
  transition-delay: 1.2s;
}
.intro.show .editable_content{
  transform: translate(0 , 0);
  opacity: 1;
}
.registration{
  overflow: hidden;
  padding: 9.6rem 4.8rem;
}
.registration .img-wrapper{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  border-radius: 0 0 4.8rem;
  position: relative;
  display: flex;
  align-items: center;
}
.registration .img-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color-neutral-800);
  opacity: .48;
  z-index: 0;
}
.registration .img-wrapper img{
  width: 100%;
  height: 0%;
  object-position: center;
  object-fit: cover;
  transition: var(--animate-medium);
}
.registration.show .img-wrapper img{
  height: 100%;
}
.registration .content{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.registration h2{
  display: block;
  width: 100%;
  font-size: 18rem;
  overflow: hidden;
  margin: -76px 0 0;
}
.registration h2 span{
  display: block;
  transform: translate(0 , 100%);
  transition: var(--animate-medium);
  transition-delay: .65s;
}
.registration.show h2 span{
  transform: translate(0 , 0%);
}
.registration .editable_content{
  max-width: 40rem;
  opacity: 0;
  transform: translate(0 , 10rem);
  transition: var(--animate-medium);
  transition-delay: 1.25s;
}
.registration.show .editable_content{
  opacity: 1;
  transform: translate(0 , 0);
}
.registration p{
  text-align: justify;
}
.registration .content-02{
  padding-top: 6.4rem;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.registration .content-02 h2{
  width: 100%;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  margin: 0 0 2.4rem;
  text-align: center;
}
.registration .content-02 h2 span{
  display: inline;
  transform: none;
  transition: none;
}
.registration .content-02 .flex{
  display: flex;
  gap: 4.8rem;
  align-items: center;
  margin: 0 0 2.4rem;
  flex-wrap: wrap;
}
.registration .content-02 .flex .img-wrapper{
  aspect-ratio: 1 / 1;
  width: calc(50% - 2.4rem);
  border-radius: 1.6rem;
  box-shadow: var(--shadow-medium);
  background: #282425;
  border: 2px solid hsla(0 0% 100% / .08);
  padding: 1.6rem;
}
.registration .content-02 .flex .img-wrapper::before{
  display: none;
}
.registration .content-02 .flex .img-wrapper img{
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.registration .content-02 p{
  text-align: center;
  margin: 0;
}
.venue{
  padding: 4.8rem;
  min-height: calc(100vh - 19rem);
  display: flex;
  background: #191617;
  overflow: hidden;
}
.venue .content{
  display: flex;
  gap: 20rem;
  align-items: center;
}
.venue .img-wrapper{
  position: relative;
  height: 100%;
  width: 40%;
}
.venue .img-wrapper .img-container{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.venue .img-wrapper .img-container.small-img{
  position: absolute;
  bottom: 3.2rem;
  left: -15rem;
  max-width: 36rem;
  height: auto;
  aspect-ratio: 4 / 3;
  border-left: none;
  border: 1.6rem solid transparent;
  transition: var(--animate-medium);
  transition-delay: 1.25s;
}
.venue.show .img-wrapper .img-container.small-img{
  border: 1.6rem solid #191617;
}
.venue .img-wrapper .img-container img{
  width: 0;
  height: 100%;
  object-fit: cover;
  transition: var(--animate-medium);
  transition-delay: .65s;
}
.venue .img-wrapper .img-container.small-img img{
  transition-delay: 1.25s;
}
.venue.show .img-wrapper .img-container img{
  width: 100%;
}
.venue .editable_content{
  width: calc(60% - 20rem);
  transition: var(--animate-medium);
  transform: translate(-16rem , 0);
  opacity: 0;
}
.venue.show .editable_content{
  opacity: 1;
  transform: translate(0 , 0);
}
.venue .editable_content span{
  display: inline-block;
  padding: 2.4rem;
  border-radius: .8rem;
  box-shadow: var(--shadow-medium);
  background: #282425;
  margin: 0 0 1.6rem;
}
.venue .editable_content span strong{
  font-family: var(--font-heading);
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 2.4rem;
  letter-spacing: .05em;
  font-weight: 500;
}
.accommodations{
  overflow: hidden;
  padding: 9.6rem 4.8rem;
}
.accommodations .editable_content{
  transition: var(--animate-medium);
  transform: translate(0 , 16rem);
  opacity: 0;
}
.accommodations.show .editable_content{
  opacity: 1;
  transform: translate(0 , 0);
}
.accommodations .editable_content_02{
  transition: var(--animate-medium);
  transform: translate(0 , 16rem);
  opacity: 0;
  transition-delay: 1.5s;
}
.accommodations.show .editable_content_02{
  opacity: 1;
  transform: translate(0 , 0);
}
.accommodations ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.accommodations ul li{
  width: calc(100% / 3 - calc(1.6rem * 2 / 3));
  margin: 0 0 1.6rem;
  padding: 0;
  border-radius: .8rem;
  box-shadow: var(--shadow-medium);
  background: #282425;
  overflow: hidden;
  transition: var(--animate-medium);
  transform: translate(0 , 10rem);
  opacity: 0;
  transition-delay: .25s;
}
.accommodations ul li:nth-child(2){
  transition-delay: .5s;
}
.accommodations ul li:nth-child(3){
  transition-delay: .75s;
}
.accommodations ul li:nth-child(4){
  transition-delay: 1s;
}
.accommodations ul li:nth-child(5){
  transition-delay: 1.25s;
}
.accommodations.show ul li{
  opacity: 1;
  transform: translate(0 , 0);
}
.accommodations .img-wrapper{
  aspect-ratio: 4 / 2.5;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.accommodations .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accommodations .content-wrapper{
  padding: 1.6rem;
}
.accommodations .content-wrapper h3{
  font-size: 2.4rem;
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid hsla(0 0% 100% / .16);
}
.accommodations .content-wrapper h3 a{
  text-decoration: none;
}
.accommodations .content-wrapper a.phone:hover,
.accommodations .content-wrapper h3 a:hover{
  color: hsla(0 0% 100% / .64)
}
.accommodations .content-wrapper a.phone{
  margin-top: .8rem;
}
.sponsors{
  padding: 9.6rem 4.8rem;
  background: #191617;
  overflow: hidden;
}
.sponsors .content{
  display: flex;
  gap: 8rem;
}
.sponsors .content .editable_content{
  max-width: 42rem;
  width: 100%;
  transition: var(--animate-medium);
  transform: translate(0 , 16rem);
  opacity: 0;
}
.sponsors.show .content .editable_content{
  opacity: 1;
  transform: translate(0 , 0);
}
.sponsors .content .logo-wrapper{
  width: calc(100% - 50rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.sponsors .content .logo-wrapper .img-container{
  width: calc(33.3333% - calc(1.6rem * 2 / 3));
  height: auto;
  background: white;
  border-radius: .8rem;
  padding: 0 2.4rem;
  box-shadow: var(--shadow-medium);
  transition: var(--animate-medium);
  transform: translate(0 , 10rem);
  opacity: 0;
  transition-delay: .25s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(2){
  transition-delay: .5s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(3){
  transition-delay: .75s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(4){
  transition-delay: 1s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(5){
  transition-delay: 1.25s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(6){
  transition-delay: 1.5s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(7){
  transition-delay: 1.75s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(8){
  transition-delay: 2s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(9){
  transition-delay: 2.25s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(10){
  transition-delay: 2.5s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(11){
  transition-delay: 2.75s;
}
.sponsors .content .logo-wrapper .img-container:nth-child(12){
  transition-delay: 3s;
}
.sponsors.show .content .logo-wrapper .img-container{
  opacity: 1;
  transform: translate(0 , 0);
}
.sponsors .content .logo-wrapper .img-container img{
  width: 100%;
  height: auto;
}
.sponsors .content .logo-wrapper p{
  transition: var(--animate-medium);
  transform: translate(0 , 16rem);
  opacity: 0;
  transition-delay: 1.5s;
  margin: 0;
}
.sponsors.show .content .logo-wrapper p{
  opacity: 1;
  transform: translate(0 , 0);
}
.photography{
  position: relative;
  padding: 4.8rem;
  overflow: hidden;
}
.photography .img-wrapper{
  position: absolute;
  top: 4.8rem;
  left: 4.8rem;
  width: calc(100% - 9.6rem);
  height: calc(100% - 9.6rem);
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 2.4rem;
}
.photography .img-wrapper::after{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-neutral-800);
  opacity: .64;
  position: absolute;
}
.photography .img-wrapper img{
  width: 100%;
  height: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  transition: var(--animate-medium);
}
.photography.show .img-wrapper img{
  height: 100%;
}
.photography .content{
  max-width: 76.8rem;
  padding: 4.8rem 0;
}
.photography .editable_content{
  padding: 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid hsla(0 0% 100% / .16);
  background: hsla(0 0% 100% / .08);
  backdrop-filter: blur(8px);
  text-align: center;
  opacity: 0;
  transform: translate(0 , 16rem);
  transition: var(--animate-medium);
  transition-delay: 1s;
}
.photography.show .editable_content{
  opacity: 1;
  transform: translate(0 , 0);
}
.contact{
  padding: 1.6rem 4.8rem;
  position: relative;
  overflow: hidden;
}
.contact .img-wrapper{
  width: 40%;
  height: calc(100% - 1.6rem);
  position: absolute;
  left: 1.6rem;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.contact .img-wrapper .img-container{
  width: calc(50% - .8rem);
  height: calc(33.3333% - calc(1.6rem * 2 / 3));
  transform: translate(0 , 10rem);
  opacity: 0;
  transition: var(--animate-medium);
}
.contact .img-wrapper .img-container:nth-child(2){
  transition-delay: .25s;
}
.contact .img-wrapper .img-container:nth-child(3){
  transition-delay: .5s;
}
.contact .img-wrapper .img-container:nth-child(4){
  transition-delay: .75s;
}
.contact .img-wrapper .img-container:nth-child(5){
  transition-delay: 1s;
}
.contact .img-wrapper .img-container:nth-child(6){
  transition-delay: 1.25s;
}
.contact.show .img-wrapper .img-container{
  transform: translate(0 , 0);
  opacity: 1;
}
.contact .img-wrapper .img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .content{
  padding-block: 0;
  display: flex;
  align-items: center;
  gap: 8rem;
}
.contact .insta-wrapper{
  overflow: hidden;
  width: 100%;
  max-width: 40rem;
}
.contact .editable_content{
  width: calc(100% - 8rem - 40rem);
  transform: translate(0 , 10rem);
  opacity: 0;
  transition: var(--animate-medium);
  transition-delay: .25s;
}
.contact.show .editable_content{
  transform: translate(0 , 0);
  opacity: 1;
}
footer{
  padding: 2.4rem 4.8rem;
  background: #191617;
}
footer p{
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
}
footer p a:hover{
  color: hsla(0 0% 100% / .64);
}
header ul li a.mobile-btn,
.ham-btn{
  display: none;
}
.anchor{
  transform: translate(0 , -20rem);
}
@media screen and (max-width: 1260px){
  header a.logo{
    max-width: 12rem;
  }
  header.header-bg a.logo{
    margin: 0 0 -60px 0;
  }
  header nav{
    max-width: 56rem;
  }
  header ul li a{
    font-size: 1.6rem;
  }
  .button{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px){
  .anchor{
    transform: translate(0 , -15rem);
  }
  header{
    padding: 1.6rem 2.4rem;
    background: var(--color-neutral-800);
    box-shadow: var(--shadow-medium);
  }
  header a.logo,
  header.header-bg a.logo {
    background: #191617;
    padding: 16px;
    border-radius: 50%;
    margin: 0 auto -60px;
  }
  header ul li a.mobile-btn,
  .ham-btn{
    display: block;
  }
  .ham-btn{
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.2rem;
    height: 3.2rem;
    transform: translate(0, -50%);
  }
  header .button{
    display: none;
  }
  header nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-main);
    max-width: 100vw;
    transform: translate(-100%, 0);
    transition: var(--animate-medium);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  body.active header nav{
    transform: translate(0 , 0);
  }
  header .cls-1{
    opacity: 1;
    transition: var(--animate-medium);
  }
  body.active header .cls-1{
    opacity: 0;
  }
  header .cls-2{
    opacity: 0;
    transition: var(--animate-medium);
  }
  body.active header .cls-2{
    opacity: 1;
  }
  header ul{
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%;
    width: 100%;
  }
  header ul li{
    width: 100%;
  }
  header ul li a{
    font-size: 1.8rem;
    padding: .8rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  header ul li a::after{
    background: var(--color-neutral-800);
  }
  header ul li a.mobile-btn{
    background: var(--color-accent-700);
  }
  header ul li a.mobile-btn::after{
    display: none;
  }
  .hero{
    margin-top: 9rem;
    height: auto;
    padding: 4.8rem 2.4rem;
  }
  .hero .content{
    flex-direction: column-reverse;
    gap: 0;
  }
  .hero .img-wrapper{
    position: relative;
    height: auto;
    width: 100%;
    max-width: 40rem;
    min-height: 40rem;
    top: 0;
  }
  .hero .h0,
  .hero .editable_content{
    width: 100%;
  }
  .hero .editable_content{
    margin-top: -3.2rem;
  }
  .hero .hosted{
    bottom: auto;
    top: 140px;
  }
  .intro{
    padding: 4.8rem 2.4rem;
    height: auto;
    min-height: 0;
  }
  .intro .content{
    flex-direction: column;
    height: auto;
    gap: 4.8rem;
    align-items: flex-end;
  }
  .registration .editable_content,
  .intro .editable_content {
    transform: translate(0, 0);
    opacity: 1;
  }
  .intro .img-wrapper img{
    width: 100%;
  }
  .registration .img-wrapper,
  .intro .img-wrapper{
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / .75;
  }
  .intro .img-wrapper{
    aspect-ratio: 1 / 1;
  }
  .intro .h0{
    transform: translate(0, 32px);
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: 2.4rem;
    font-size: clamp(4rem, 11.8vw, 11rem);
  }
  .registration .editable_content,
  .intro .editable_content{
    width: 100%;
    max-width: 56rem;
  }
  .registration .img-wrapper img{
    height: 100%;
  }
  .photography,
  .sponsors,
  .accommodations,
  .venue,
  .registration{
    padding: 4.8rem 2.4rem;
  }
  .registration h2{
    font-size: clamp(4rem, 11.8vw, 11rem);
    margin: -50px 0 16px;
  }
  .venue{
    min-height: 0;
  }
  .sponsors .content,
  .venue .content{
    flex-direction: column;
    gap: 4rem;
  }
  .venue .editable_content{
    width: 100%;
    opacity: 1;
    transform: translate(0, 0);
  }
  .venue .img-wrapper{
    width: 100%;
  }
  .venue .img-wrapper .img-container.small-img{
    display: none;
  }
  .accommodations ul li{
    width: calc(50% - .8rem);
  }
  .sponsors .content .editable_content{
    max-width: 100%;
    opacity: 1;
    transform: translate(0, 0);
  }
  .sponsors .content .logo-wrapper p {
    opacity: 1;
    transform: translate(0, 0);
  }
  .sponsors .content .logo-wrapper{
    width: 100%;
  }
  .sponsors .content .logo-wrapper .img-container{
    opacity: 1;
    transform: translate(0, 0);
  }
  .photography .editable_content{
    padding: 2.4rem;
  }
  .photography .content{
    max-width: calc(100% - 4.8rem);
  }
  .photography .img-wrapper{
    left: 2.4rem;
    width: calc(100% - 4.8rem);
    top: 2.4rem;
    height: calc(100% - 4.8rem);
  }
  .contact{
    padding: 4.8rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .contact .img-wrapper{
    position: initial;
    width: 100%;
  }
  .contact .img-wrapper .img-container{
    width: calc(33.3333% - calc(1.6rem * 2 / 3));
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .contact .img-wrapper .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .content{
    padding: 0 .8rem
  }
  .contact .editable_content{
    width: 100%;
  }
  
  .venue .editable_content{
    opacity: 1;
    transform: translate(0 , 0);
  }
  .venue .img-wrapper .img-container img{
    width: 100%;
  }
  .accommodations ul li{
    transition-delay: 0s;
    opacity: 1;
    transform: translate(0 , 0);
  }
  .accommodations .editable_content,
  .accommodations .editable_content_02{
    opacity: 1;
    transform: translate(0 , 0);
  }
}
@media screen and (max-width: 580px){
  .accommodations ul li{
    width: 100%;
  }
  .sponsors .content .logo-wrapper .img-container{
    width: calc(50% - .8rem);
  }
}
.comp-sche{
  padding: 9.6rem 4.8rem 0;
}
.comp-sche .flex{
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.comp-sche .flex .card{
  width: calc(100% / 3 - calc(2.4rem * 2 / 3));
  background: #282425;
  border-radius: .8rem;
  padding: 3.2rem;
  box-shadow: var(--shadow-medium);
}
.comp-sche .flex .card h3{
  font-size: 3.2rem;
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid hsla(0 0% 100% / .16);
}
.comp-sche .flex .card ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.comp-sche .flex .card ul li{
  padding: 0;
  margin: 0;
}
.comp-sche p.note{
  font-size: 1.4rem;
  font-style: italic;
}
@media screen and (max-width: 1024px){
  .comp-sche{
    padding: 0 2.4rem 4.8rem;
  }
  .comp-sche .flex .card{
    width: 100%;
  }
  .contact .content{
    padding: 0;
    flex-direction: column-reverse;
    gap: 6.4rem;
  }
  .contact .insta-wrapper{
    max-width: 100%;
  }
}
@media screen and (max-width: 680px){
  
.registration .content-02 .flex{
  gap: 2.4rem;
}
.registration .content-02 .flex .img-wrapper{
  width: 100%;
}
}
