/*-------------------------------------------------*/
/* - Includes
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Fonts
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Variables
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Mixins
/*-------------------------------------------------*/
@media only screen and (min-width: 768px) and (orientation: landscape) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  html {
    overflow-x: hidden;
  }
  body {
    background: black;
  }
  .mobile-breakpoint {
    display: none;
  }
  .tablet-breakpoint {
    display: none;
  }
  /*-------------------------------------------------*/
  /* - Universal Typography
  /*-------------------------------------------------*/
  .cta-typography {
    font-family: "Big Shoulders Display";
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    font-variation-settings: "wght" 600;
    text-decoration: none;
  }
  .banner-typography {
    font-family: "Handjet";
    font-size: clamp(1.2rem, 1.8vw, 3rem);
    color: #ffffff;
    font-variation-settings: "wght" 400;
  }
  .info-section-large-typography {
    font-family: "Big Shoulders Display";
    font-size: 20vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .info-section-small-typography {
    font-family: "Handjet";
    font-size: 2.3vw;
    color: #e5287f;
    font-variation-settings: "wght" 400;
  }
  .prompt-eyebrow-tag-typography {
    font-family: "Handjet";
    font-size: clamp(14px, 0.8vw, 30px);
    color: #e5287f;
    font-variation-settings: "wght" 600;
  }
  .prompt-paragraph-typography {
    font-family: "Handjet";
    font-size: clamp(18px, 1vw, 30px);
    color: #e5287f;
    font-variation-settings: "wght" 600;
    line-height: 1.5;
  }
  .ai-headline-eyebrow-typography {
    font-family: "Big Shoulders Display";
    font-size: 2vw;
    color: #ffffff;
    font-variation-settings: "wght" 600;
  }
  .ai-headline-large-typography {
    font-family: "Big Shoulders Display";
    font-size: clamp(5rem, 8vw, 8rem);
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  /*-------------------------------------------------*/
  /* - Universal Elements
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Header
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Hero Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Info Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Prompt & Headline Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Pink Banner Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Judges Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Sponsor Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Footer
  /*-------------------------------------------------*/
}
@media only screen and (min-width: 768px) and (orientation: landscape) and (max-height: 800px) {
  .ai-headline-large-typography {
    font-family: "Big Shoulders Display";
    font-size: clamp(5rem, 8vw, 6.5rem);
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .ai-small-eyebrow-typography {
    font-family: "Big Shoulders Display";
    font-size: 1.8vw;
    color: #ffffff;
    font-variation-settings: "wght" 600;
  }
  .ai-small-headline-typography {
    font-family: "Big Shoulders Display";
    font-size: 5vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .judge-name-typography {
    font-family: "Big Shoulders Display";
    font-size: 2vw;
    color: #ffffff;
    font-variation-settings: "wght" 800;
  }
  .judge-description-typography {
    font-family: "Big Shoulders Display";
    font-size: 1vw;
    color: #ffffff;
    font-variation-settings: "wght" 400;
    line-height: 1.5;
  }
  .prompt-eyebrow-black-typography {
    font-family: "Handjet";
    font-size: 0.8vw;
    color: #000000;
    font-variation-settings: "wght" 600;
  }
  .prompt-paragraph-black-typography {
    font-family: "Handjet";
    font-size: 1vw;
    color: #000000;
    font-variation-settings: "wght" 600;
    line-height: 1.5;
  }
  .footer-typography {
    font-family: "Big Shoulders Display";
    font-size: 1.5vw;
    color: #ffffff;
    font-variation-settings: "wght" 400;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) and (min-width: 2200px) {
  .ai-headline-large-typography {
    font-family: "Big Shoulders Display";
    font-size: 7.5vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .pink-banner-hide {
    opacity: 1;
    transition: 0.3s ease all;
  }
  .pink-banner-hidden {
    opacity: 0;
  }
  .double-cta-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 3vw 0;
  }
  .double-cta-container .cta {
    position: relative;
    height: auto;
    width: 16vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1vw 0 0.9vw 0;
    overflow: hidden;
    border-radius: 1.9vw;
    background: #ffffff;
    transition: 0.3s ease all;
    z-index: 1000;
  }
  .double-cta-container .cta a {
    color: #000000;
    transition: 0.3s ease all;
    z-index: 2;
    transform: translateX(0vw);
  }
  .double-cta-container .cta .dupe-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    overflow: hidden;
    z-index: 3;
    background: #ffffff;
    max-height: 0%;
    transition: 0.3s ease all;
    pointer-events: none;
  }
  .double-cta-container .cta .dupe-text span {
    color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 1vw;
    right: auto;
    bottom: auto;
    left: 0;
    text-align: center;
    transform: translateX(0vw);
  }
  .double-cta-container .cta:hover {
    background: #e5287f;
    filter: drop-shadow(0px 0px 10px #e5287f);
  }
  .double-cta-container .cta:hover .dupe-text {
    max-height: 50%;
    background: #e5287f;
  }
  .double-cta-container .cta:hover a, .double-cta-container .cta:hover span {
    color: #ffffff;
  }
  .double-cta-container .cta:hover a {
    transform: translateX(0.2vw);
  }
  .double-cta-container .cta:hover span {
    transform: translateX(-0.2vw);
  }
  .double-cta-container .cta:first-of-type {
    margin-right: 0vw;
  }
  .cta-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 1vw 3vw 0.9vw 3vw;
    margin: 0 auto 3vw auto;
    overflow: hidden;
    border-radius: 1.9vw;
    background: #ffffff;
    transition: 0.3s ease all;
    z-index: 1000;
  }
  .cta-container a {
    color: #000000;
    transition: 0.3s ease all;
    z-index: 2;
    transform: translateX(0vw);
  }
  .cta-container .dupe-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    overflow: hidden;
    z-index: 3;
    background: #ffffff;
    max-height: 0%;
    transition: 0.3s ease all;
    pointer-events: none;
  }
  .cta-container .dupe-text span {
    color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 1vw;
    right: auto;
    bottom: auto;
    left: 0;
    text-align: center;
    transform: translateX(0vw);
  }
  .cta-container:hover {
    background: #e5287f;
    filter: drop-shadow(0px 0px 10px #e5287f);
  }
  .cta-container:hover .dupe-text {
    max-height: 50%;
    background: #e5287f;
  }
  .cta-container:hover a, .cta-container:hover span {
    color: #ffffff;
  }
  .cta-container:hover a {
    transform: translateX(0.2vw);
  }
  .cta-container:hover span {
    transform: translateX(-0.2vw);
  }
  .prompt-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
  }
  .prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 0.4vw 0;
  }
  .prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    opacity: 0;
  }
  .header-container {
    position: fixed;
    height: auto;
    width: 100vw;
    padding: 2.08vw 0 0 0;
    z-index: 9000;
  }
  .header-container .adfed-logo {
    position: relative;
    height: auto;
    width: 7.8125%;
    padding: 0 0.6vw 0 0;
    margin-right: auto;
    margin-left: auto;
  }
  .header-container .adfed-logo img {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .hero-section {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-section .hero-ticker {
    position: relative;
    height: 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #e5287f;
  }
  .hero-section .hero-ticker .hero-ticker-slider {
    position: relative;
    height: auto;
    width: 230%;
    display: flex;
    flex-direction: row;
    transform: translateX(0%);
    animation: tickerTypeSlide 20s linear infinite;
  }
  .hero-section .hero-ticker .hero-ticker-slider .hts-section {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  @keyframes tickerTypeSlide {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .hero-section .hero-image {
    position: absolute;
    height: calc(100% - 3vw);
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .hero-section .hero-image .hi-real {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Desktop_Hero_Real.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    animation: tabletHeroFlicker 6.25s step-end infinite;
  }
  @keyframes tabletHeroFlicker {
    0% {
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    16% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    20.5% {
      opacity: 0;
    }
    24% {
      opacity: 1;
    }
    24.5% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    25.5% {
      opacity: 0;
    }
    27% {
      opacity: 1;
    }
    29% {
      opacity: 0;
    }
    29.5% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    31.5% {
      opacity: 1;
    }
    43% {
      opacity: 0;
    }
    44% {
      opacity: 1;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .hero-section .hero-image .hi-fake {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Desktop_Hero_Fake.jpg");
    background-size: cover;
    background-position: center;
    z-index: -2;
  }
  .hero-section .cta-container {
    display: none;
  }
  .info-section {
    position: relative;
    height: auto;
    width: 100vw;
    padding: 4vw 0;
  }
  .info-section .info-section-row {
    position: relative;
    height: auto;
    width: 100vw;
    overflow: hidden;
  }
  .info-section .info-section-row .info-row-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .info-section .info-section-row .info-row-container .info-row-item {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
  }
  .info-section .info-section-row .info-row-container .info-row-item span {
    transition: 0.3s ease all;
  }
  .info-section .info-section-row .info-row-container .info-row-left {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s ease all;
  }
  .info-section .info-section-row .info-row-container .info-row-right {
    position: absolute;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s ease all;
  }
  .info-section .info-section-row .info-row-container .info-data-container {
    position: absolute;
    height: 100%;
    width: 0vw;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    transition: 0.3s ease all;
  }
  .info-section .info-section-row .info-row-container .info-data-container .info-p-container {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease all;
  }
  .info-section .info-section-row .info-row-container .info-data-container .info-p-container p {
    position: relative;
    height: auto;
    width: 100%;
  }
  .info-section .info-row-1 .row-container-1 .row-1-left {
    margin-left: -2.7vw;
  }
  .info-section .info-row-1 .row-container-1 .row-1-left .date-1 {
    margin-right: 3vw;
  }
  .info-section .info-row-1 .row-container-1 .row-1-left .date-dat span {
    display: inline-block;
  }
  .info-section .info-row-1 .row-container-1 .row-1-left .date-dat .date-d {
    margin-right: -0.4vw;
  }
  .info-section .info-row-1 .row-container-1 .row-1-left .date-dat .date-a {
    margin-right: -1vw;
  }
  .info-section .info-row-1 .row-container-1 .row-1-right {
    top: 0;
    right: -11.4vw;
    bottom: auto;
    left: auto;
  }
  .info-section .info-row-1 .row-container-1 .row-1-right .date-e {
    margin-right: 3vw;
  }
  .info-section .info-row-1 .row-container-1 .row-1-right .date-2 {
    margin-right: 3vw;
  }
  .info-section .info-row-1 .row-container-1 .date-container {
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(55.5% + 6vw);
  }
  .info-section .info-row-1 .row-container-1 .date-container .p-container {
    position: absolute;
    height: 100%;
    width: 12vw;
    transform: translateX(-6vw);
  }
  .info-section .info-row-1 .date-container-active {
    width: 12vw !important;
    left: 55.5% !important;
    opacity: 1 !important;
  }
  .info-section .info-row-1 .date-container-active .p-container {
    transform: translateX(0vw) !important;
  }
  .info-section .info-row-1 .row-1-left-active {
    margin-left: -4vw !important;
  }
  .info-section .info-row-1 .row-1-right-active {
    right: -14vw !important;
  }
  .info-section .info-row-1 .date-a-active {
    font-variation-settings: "wght" 600 !important;
    margin-right: 0 !important;
  }
  .info-section .info-row-1 .date-t-active {
    font-variation-settings: "wght" 300 !important;
  }
  .info-section .info-row-1 .date-e-active span {
    font-variation-settings: "wght" 300 !important;
  }
  .info-section .info-row-2 .row-container-2 .row-2-left {
    margin-left: -7.5vw;
  }
  .info-section .info-row-2 .row-container-2 .row-2-left .location-on {
    margin-right: 3vw;
  }
  .info-section .info-row-2 .row-container-2 .row-2-right {
    top: 0;
    right: -17vw;
    bottom: auto;
    left: auto;
  }
  .info-section .info-row-2 .row-container-2 .row-2-right .location-cation {
    margin-right: 3vw;
  }
  .info-section .info-row-2 .row-container-2 .row-2-right .location-cation .cation-c {
    margin-right: -0.1vw;
  }
  .info-section .info-row-2 .row-container-2 .location-container {
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(28.2% + 7vw);
  }
  .info-section .info-row-2 .row-container-2 .location-container .p-container {
    position: absolute;
    height: 100%;
    width: 14vw;
    transform: translateX(-7vw);
  }
  .info-section .info-row-2 .location-container-active {
    width: 14vw !important;
    left: 28% !important;
    opacity: 1 !important;
  }
  .info-section .info-row-2 .location-container-active .p-container {
    transform: translateX(0vw) !important;
  }
  .info-section .info-row-2 .row-2-left-active {
    margin-left: -7.8vw !important;
  }
  .info-section .info-row-2 .row-2-right-active {
    right: -18vw !important;
  }
  .info-section .info-row-2 .location-lo-active span {
    font-variation-settings: "wght" 300 !important;
  }
  .info-section .info-row-2 .cation-c-active {
    font-variation-settings: "wght" 400 !important;
  }
  .info-section .info-row-2 .cation-ati-active {
    font-variation-settings: "wght" 600 !important;
  }
  .info-section .info-row-3 .row-container-3 .row-3-left {
    margin-left: -4vw;
  }
  .info-section .info-row-3 .row-container-3 .row-3-left .time-1 {
    margin-right: 3vw;
  }
  .info-section .info-row-3 .row-container-3 .row-3-right {
    top: 0;
    right: -10.5vw;
    bottom: auto;
    left: auto;
  }
  .info-section .info-row-3 .row-container-3 .row-3-right .time-me {
    margin-right: 3vw;
  }
  .info-section .info-row-3 .row-container-3 .time-container {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
  }
  .info-section .info-row-3 .row-container-3 .time-container .p-container {
    position: absolute;
    height: 100%;
    width: 18vw;
    transform: translateX(-9vw);
  }
  .info-section .info-row-3 .time-container-active {
    width: 18vw !important;
    left: calc(50% - 9vw) !important;
    opacity: 1 !important;
  }
  .info-section .info-row-3 .time-container-active .p-container {
    transform: translateX(0vw) !important;
  }
  .info-section .info-row-3 .row-3-left-active {
    margin-left: -9.5vw !important;
  }
  .info-section .info-row-3 .row-3-right-active {
    right: -13.2vw !important;
  }
  .info-section .info-row-3 .time-ti-active span {
    font-variation-settings: "wght" 650 !important;
  }
  .info-section .info-row-3 .time-m-active {
    font-variation-settings: "wght" 300 !important;
  }
  .info-section .info-row-3 .time-e-active {
    font-variation-settings: "wght" 200 !important;
  }
  .headline-section {
    position: relative;
    height: auto;
    width: 100%;
    padding: 2vw 0 5vw 0;
  }
  .headline-section .headline-section-block {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .headline-section .headline-section-block .headline-prompt-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
  }
  .headline-section .headline-section-block .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 0.4vw 0;
  }
  .headline-section .headline-section-block .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .headline-section .headline-section-block .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    opacity: 0;
  }
  .headline-section .headline-section-block .headline-ai-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    z-index: 4;
  }
  .headline-section .headline-section-block .headline-ai-container .ai-headline-eyebrow-tag {
    margin-bottom: 0.5vw;
  }
  .headline-section .headline-section-block .headline-ai-container .ai-headline-line {
    opacity: 0;
    transition: 0.5s linear all;
    transition-delay: 0.3s;
  }
  .headline-section .headline-section-block .headline-ai-container .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .headline-section .headline-section-block .headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .headline-section .headline-section-block .headline-image-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: auto;
    margin-bottom: 5vw;
  }
  .headline-section .headline-section-block .headline-image-container .headline-image {
    transform-origin: center;
    transform: scale(0);
    transition: 0.3s ease all;
    transition-delay: 1s;
  }
  .headline-section .headline-section-block .headline-image-container .headline-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-size: cover;
  }
  .headline-section .headline-section-block .border-container {
    z-index: -1;
  }
  .headline-section .headline-section-block .border-container .top-border {
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #333;
    transform-origin: left;
    transform: scaleX(0);
    transition: 1s ease all;
  }
  .headline-section .headline-section-block .border-container .right-border {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background: #333;
    transform-origin: top;
    transform: scaleY(0);
    transition: 1s ease all;
  }
  .headline-section .headline-section-block .border-container .bottom-border {
    position: absolute;
    height: 2px;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    background: #333;
    transform-origin: right;
    transform: scaleX(0);
    transition: 1s ease all;
  }
  .headline-section .headline-section-block .border-container .left-border {
    position: absolute;
    height: 100%;
    width: 2px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #333;
    transform-origin: top;
    transform: scaleY(0);
    transition: 1s ease all;
  }
  .headline-section .headline-section-block .border-container .vert-scale {
    transform: scaleY(1) !important;
  }
  .headline-section .headline-section-block .border-container .horiz-scale {
    transform: scaleX(1) !important;
  }
  .headline-section .headline-section-block .generating-frame {
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .headline-section .headline-section-block .generating-frame span {
    font-family: "Handjet";
    font-size: 1vw;
    color: #666;
    font-variation-settings: "wght" 400;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  .headline-section .headline-section-block .image-grow {
    transform: scale(1) !important;
  }
  .headline-section .headline-section-block .headline-block-spacer {
    position: relative;
    height: 100vh;
    width: 100%;
  }
  .headline-section .headline-section-block .headline-block-gradient {
    position: absolute;
    height: 10vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -400;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .headline-section .headline-section-block .headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -500;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-size: cover;
    background-position: bottom;
  }
  .headline-section .headline-first-block .headline-prompt-container {
    width: 25%;
    padding: 0 0 50vh 5%;
    margin-bottom: 3vw;
    top: 2vw;
    z-index: 3;
  }
  .headline-section .headline-first-block .headline-ai-container {
    width: 75%;
    padding: 0 0 0 25%;
    top: calc(100vh - 36vw);
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .hyphen {
    font-variation-settings: "wght" 900;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-la {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-la-animation {
    font-variation-settings: "wght" 500;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation: laughLApulse 1s ease infinite;
    animation-delay: 1s;
    animation-iteration-count: 1;
  }
  @keyframes laughLApulse {
    0% {
      font-variation-settings: "wght" 500;
    }
    50% {
      font-variation-settings: "wght" 600;
    }
    100% {
      font-variation-settings: "wght" 500;
    }
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-u {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-u-animation {
    font-variation-settings: "wght" 400;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
    animation: laughUpulse 1s ease infinite;
    animation-delay: 1.2s;
    animation-iteration-count: 1;
  }
  @keyframes laughUpulse {
    0% {
      font-variation-settings: "wght" 400;
    }
    50% {
      font-variation-settings: "wght" 500;
    }
    100% {
      font-variation-settings: "wght" 400;
    }
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-g {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-g-animation {
    font-variation-settings: "wght" 300;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
    animation: laughGpulse 1s ease infinite;
    animation-delay: 1.4s;
    animation-iteration-count: 1;
  }
  @keyframes laughGpulse {
    0% {
      font-variation-settings: "wght" 300;
    }
    50% {
      font-variation-settings: "wght" 400;
    }
    100% {
      font-variation-settings: "wght" 300;
    }
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-h {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-h-animation {
    font-variation-settings: "wght" 200;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
    animation: laughHpulse 1s ease infinite;
    animation-delay: 1.6s;
    animation-iteration-count: 1;
  }
  @keyframes laughHpulse {
    0% {
      font-variation-settings: "wght" 200;
    }
    50% {
      font-variation-settings: "wght" 300;
    }
    100% {
      font-variation-settings: "wght" 200;
    }
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .last-t {
    font-variation-settings: "wght" 900 !important;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-active {
    color: #e5287f !important;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-la-active {
    font-variation-settings: "wght" 500 !important;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-u-active {
    font-variation-settings: "wght" 400 !important;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-g-active {
    font-variation-settings: "wght" 300 !important;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .laugh-h-active {
    font-variation-settings: "wght" 200 !important;
  }
  .headline-section .headline-first-block .headline-ai-container .ai-headline-line-2 .hyphen-active {
    font-variation-settings: "wght" 900 !important;
  }
  .headline-section .headline-first-block .laughing-image-1-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 20%;
    padding: 0 5% 0 75%;
    top: 0;
    z-index: 2;
  }
  .headline-section .headline-first-block .laughing-image-1-container .laughing-image-1 {
    position: relative;
    height: 20vw;
    width: 20vw;
  }
  .headline-section .headline-first-block .laughing-image-1-container .border-container, .headline-section .headline-first-block .laughing-image-1-container .generating-frame {
    position: absolute;
    height: 20vw;
    width: 20vw;
    top: 0;
    left: 75%;
  }
  .headline-section .headline-first-block .laughing-image-2-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 17%;
    padding: 0 38% 0 45%;
    top: 10vh;
    z-index: 3;
  }
  .headline-section .headline-first-block .laughing-image-2-container .laughing-image-2 {
    position: relative;
    height: 17vw;
    width: 17vw;
  }
  .headline-section .headline-first-block .laughing-image-2-container .border-container, .headline-section .headline-first-block .laughing-image-2-container .generating-frame {
    position: absolute;
    height: 17vw;
    width: 17vw;
    top: 0;
    left: 45%;
  }
  .headline-section .headline-first-block .laughing-image-3-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 17%;
    padding: 0 83% 0 0;
    top: 33vh;
    z-index: -1;
  }
  .headline-section .headline-first-block .laughing-image-3-container .laughing-image-3 {
    position: relative;
    height: 17vw;
    width: 17vw;
  }
  .headline-section .headline-first-block .laughing-image-3-container .border-container, .headline-section .headline-first-block .laughing-image-3-container .generating-frame {
    position: absolute;
    height: 17vw;
    width: 17vw;
    top: 0;
    left: 0;
  }
  .headline-section .headline-first-block .laughing-image-4-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 12%;
    padding: 0 0 0 88%;
    top: calc(100vh - 15vw);
    z-index: -1;
  }
  .headline-section .headline-first-block .laughing-image-4-container .laughing-image-4 {
    position: relative;
    height: 12vw;
    width: 12vw;
  }
  .headline-section .headline-first-block .laughing-image-4-container .border-container, .headline-section .headline-first-block .laughing-image-4-container .generating-frame {
    position: absolute;
    height: 12vw;
    width: 12vw;
    top: 0;
    left: 88%;
  }
  .headline-section .headline-first-block .laughing-image-5-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 15%;
    padding: 0 70% 0 15%;
    top: calc(100vh - 20vw);
    z-index: -1;
  }
  .headline-section .headline-first-block .laughing-image-5-container .laughing-image-5 {
    position: relative;
    height: 15vw;
    width: 15vw;
  }
  .headline-section .headline-first-block .laughing-image-5-container .border-container, .headline-section .headline-first-block .laughing-image-5-container .generating-frame {
    position: absolute;
    height: 15vw;
    width: 15vw;
    top: 0;
    left: 15%;
  }
  .headline-section .headline-second-block {
    padding: 10vw 0 0 0;
  }
  .headline-section .headline-second-block .headline-prompt-container {
    width: 25%;
    padding: 0 5% 50vh 70%;
    margin-bottom: 3vw;
    top: 5vh;
    z-index: 3;
  }
  .headline-section .headline-second-block .headline-ai-container {
    width: 90%;
    padding: 0 5%;
    top: calc(100vh - clamp(25rem, 40vw, 40rem) - 5vw);
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-en {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-en-animation {
    font-variation-settings: "wght" 900;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  @keyframes enjoyENpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 900;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 900;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-apostrophe {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-apostrophe-animation {
    font-variation-settings: "wght" 900;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  @keyframes etsApostrophePulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 900;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 900;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-j {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-j-animation {
    font-variation-settings: "wght" 600;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  @keyframes enjoyJpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 600;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 600;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-o {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-o-animation {
    font-variation-settings: "wght" 500;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  @keyframes enjoyOpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 500;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 500;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-y-w {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-y-w-animation {
    font-variation-settings: "wght" 400;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  @keyframes enjoyYWpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 400;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 400;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-t-o {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-t-o-animation {
    font-variation-settings: "wght" 300;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.8s;
  }
  @keyframes enjoyTOpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 300;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 300;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .show-h {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .show-h-animation {
    font-variation-settings: "wght" 250;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1s;
  }
  @keyframes showHpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 250;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 250;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-e-s {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-e-s-animation {
    font-variation-settings: "wght" 200;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.2s;
  }
  @keyframes etsESpulse {
    0% {
      font-variation-settings: "wght" 500;
      color: #ffffff;
    }
    20% {
      font-variation-settings: "wght" 900;
      color: #ffffff;
    }
    50% {
      font-variation-settings: "wght" 200;
      color: #e5287f;
    }
    100% {
      font-variation-settings: "wght" 200;
      color: #e5287f;
    }
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-j-active {
    font-variation-settings: "wght" 600 !important;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .enjoy-o-active {
    font-variation-settings: "wght" 500 !important;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-y-w-active {
    font-variation-settings: "wght" 400 !important;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-t-o-active {
    font-variation-settings: "wght" 300 !important;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .show-h-active {
    font-variation-settings: "wght" 250 !important;
  }
  .headline-section .headline-second-block .headline-ai-container .ai-headline-line-3 .ets-e-s-active {
    font-variation-settings: "wght" 200 !important;
  }
  .headline-section .headline-second-block .party-image-1-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 17%;
    padding: 0 58% 0 25%;
    top: 0;
    z-index: -1;
  }
  .headline-section .headline-second-block .party-image-1-container .party-image-1 {
    position: relative;
    height: 17vw;
    width: 17vw;
  }
  .headline-section .headline-second-block .party-image-1-container .border-container, .headline-section .headline-second-block .party-image-1-container .generating-frame {
    position: absolute;
    height: 17vw;
    width: 17vw;
    top: 0;
    left: 25%;
  }
  .headline-section .headline-second-block .party-image-2-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 14%;
    padding: 0 72% 0 14%;
    top: 14vh;
    z-index: 1;
  }
  .headline-section .headline-second-block .party-image-2-container .party-image-2 {
    position: relative;
    height: 14vw;
    width: 14vw;
  }
  .headline-section .headline-second-block .party-image-2-container .border-container, .headline-section .headline-second-block .party-image-2-container .generating-frame {
    position: absolute;
    height: 14vw;
    width: 14vw;
    top: 0;
    left: 14%;
  }
  .headline-section .headline-second-block .party-image-3-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 15%;
    padding: 0 25.5% 0 59.5%;
    top: calc(100vh - 26vw);
    z-index: 1;
  }
  .headline-section .headline-second-block .party-image-3-container .party-image-3 {
    position: relative;
    height: 15vw;
    width: 15vw;
  }
  .headline-section .headline-second-block .party-image-3-container .border-container, .headline-section .headline-second-block .party-image-3-container .generating-frame {
    position: absolute;
    height: 15vw;
    width: 15vw;
    top: 0;
    left: 59.5%;
  }
  .headline-section .headline-second-block .party-image-4-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 20%;
    padding: 0 0 0 80%;
    top: calc(100vh - 20vw);
    z-index: -1;
  }
  .headline-section .headline-second-block .party-image-4-container .party-image-4 {
    position: relative;
    height: 20vw;
    width: 20vw;
  }
  .headline-section .headline-second-block .party-image-4-container .border-container, .headline-section .headline-second-block .party-image-4-container .generating-frame {
    position: absolute;
    height: 20vw;
    width: 20vw;
    top: 0;
    left: 80%;
  }
  .headline-section .headline-second-block .cta-container {
    position: sticky;
    top: calc(100vh - 6vw);
    transition: 0.3s ease all;
    opacity: 1;
    display: none;
  }
  .headline-section .headline-second-block .cta-invisible {
    opacity: 0;
  }
  .pink-banner-section {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw 0;
    background: #e5287f;
    text-align: center;
  }
  .pink-banner-section p {
    line-height: 1.5;
  }
  .pink-banner-section .pink-section-line-2 {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
  }
  .pink-banner-section .pink-section-line-2 p {
    width: -moz-max-content;
    width: max-content;
    margin-right: 0.5vw;
  }
  .pink-banner-section .pink-section-line-2 .pink-type-blinker {
    position: relative;
    height: clamp(1.2rem, 1.8vw, 3rem);
    width: 1vw;
    background: white;
    animation: typeBlinker 1s infinite step-end;
    opacity: 1;
  }
  @keyframes typeBlinker {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .judges-section {
    position: relative;
    height: auto;
    width: 100%;
    padding: 10vw 0 10vw 0;
  }
  .judges-section .ai-headline-line {
    opacity: 0;
    transition: 0.3s linear all;
  }
  .judges-section .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .judges-section .ai-headline-active {
    opacity: 1;
  }
  .judges-section .headline-block-gradient {
    position: absolute;
    height: 10vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -400;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .judges-section .headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -500;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-size: cover;
    background-position: bottom;
  }
  .judges-section .judges-title-section {
    position: relatie;
    height: auto;
    width: 100%;
  }
  .judges-section .judges-title-section .prompt-container {
    width: 20%;
    padding: 0 75% 0 5%;
    margin-bottom: 3vw;
    top: 2vw;
    z-index: 3;
  }
  .judges-section .judges-title-section .headline-ai-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 65%;
    padding: 0 5% 0 30%;
    top: 2vw;
    z-index: 3;
    margin-bottom: 3vw;
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-eyebrow-tag {
    margin-bottom: 0.3vw;
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-line-3 span, .judges-section .judges-title-section .headline-ai-container .ai-headline-line-4 span, .judges-section .judges-title-section .headline-ai-container .ai-headline-line-5 span {
    display: inline-block;
    transform: translateY(-0.4vw);
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-line-1 .meet-the-judges-active {
    color: #e5287f !important;
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-line-1 .mtj-tth-active {
    font-variation-settings: "wght" 600 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-line-1 .mtj-eg-active {
    font-variation-settings: "wght" 400 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation-delay: 0.2s;
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-line-1 .mtj-jd-active {
    font-variation-settings: "wght" 200 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation-delay: 0.4s;
  }
  .judges-section .judges-title-section .headline-ai-container .ai-headline-line-1 .mtj-u-active {
    font-variation-settings: "wght" 100 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation: delay 0.6s;
  }
  .judges-section .judges-title-section .judges-title-spacer {
    position: relative;
    height: 35vh;
    width: 100%;
  }
  .judges-section .judges-info-section {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .judges-section .judges-info-section .judges-info-group {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 90%;
    padding: 5vw 5% 0 5%;
  }
  .judges-section .judges-info-section .judges-info-group .judge-left-align {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 65%;
  }
  .judges-section .judges-info-section .judges-info-group .judge-right-align {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 65%;
    padding: 0 0 0 35%;
    flex-direction: row-reverse !important;
  }
  .judges-section .judges-info-section .judges-info-group .judge-right-align .judge-container-right {
    margin-right: -5%;
    margin-left: 0;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-left {
    position: relative;
    height: auto;
    width: 45%;
    padding-top: 45%;
    background: #e5287f;
    z-index: 2;
    background-size: cover;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-left .judge-real-image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    max-height: 0%;
    overflow: hidden;
    transition: 1s ease all;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-left .judge-real-image-container img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-left .judge-real-image-active {
    max-height: 100%;
    transition: 2s ease all;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-jeremy {
    background-image: url("../images/Judges/Jeremy-Wirth_Robot.jpg");
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-diana {
    background-image: url("../images/Judges/Diana-Brost_Robot.jpg");
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-vivi {
    background-image: url("../images/Judges/Vivi-Lehner_Robot.jpg");
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-ashley {
    background-image: url("../images/Judges/Ashley-Rutstein_Robot.jpg");
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-lindsei {
    background-image: url("../images/Judges/Lindsei-Barros_Robot.jpg");
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-lewis {
    background-image: url("../images/Judges/Lewis-Williams_Robot.jpg");
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right {
    position: relative;
    height: 100%;
    width: 55%;
    margin-left: -5%;
    z-index: 3;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-name-block {
    margin: 0 0 0.5vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-name-block .judge-bracket {
    display: inline-block;
    transform: translateY(-0.1vw);
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-name-block .judge-name-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0vw;
    transition: 2s ease all;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-name-block .judge-name-container .judge-name-holder {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-description-block .judge-description-typography {
    margin-bottom: 0.5vw;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-description-block .judge-description-typography a {
    color: #ffffff;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-name-container-2 .judge-name-container {
    transition-delay: 0.3s;
  }
  .judges-section .judges-info-section .judges-info-group .judge-container .judge-container-right .judge-name-hidden {
    max-width: 50vw !important;
  }
  .judges-section .judges-section-three {
    position: relative;
    height: auto;
    width: 90%;
    padding: 5vw 5% 0;
    display: flex;
    flex-direction: row;
    display: none;
    justify-content: space-between;
  }
  .judges-section .judges-section-three .judge-container {
    position: relative;
    height: auto;
    width: 30%;
  }
  .judges-section .judges-section-three .judge-container .judge-image {
    position: relative;
    height: auto;
    width: 100%;
    padding: 100% 0 0 0;
    margin-bottom: 2vw;
    background-image: url("../images/Judges/FPO_RoboJudge_1.jpg");
    background-size: cover;
  }
  .judges-section .judges-section-three .judge-container .judge-image .judge-real-image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    max-height: 0%;
    overflow: hidden;
    transition: 1s ease all;
  }
  .judges-section .judges-section-three .judge-container .judge-image .judge-real-image-container img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .judges-section .judges-section-three .judge-container .judge-image .judge-real-image-active {
    max-height: 100%;
    transition: 2s ease all;
  }
  .judges-section .judges-section-three .judge-container .judge-image .judge-real-image-2 {
    transition-delay: 0.5s;
  }
  .judges-section .judges-section-three .judge-container .judge-image .judge-real-image-3 {
    transition-delay: 1s;
  }
  .judges-section .judges-section-three .judge-container .judge-description {
    position: relative;
    height: auto;
    width: 98%;
    padding: 0 1%;
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-block {
    margin: 0 0 0.5vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-block .judge-bracket {
    display: inline-block;
    transform: translateY(-0.1vw);
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-block .judge-name-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50vw;
    transition: 2s ease all;
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-block .judge-name-container .judge-name-holder {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-hidden {
    max-width: 0vw !important;
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-2 {
    transition-delay: 0.5s !important;
  }
  .judges-section .judges-section-three .judge-container .judge-description .judge-name-3 {
    transition-delay: 1s !important;
  }
  .ai-headline-line {
    opacity: 0;
    transition: 0.3s linear all;
  }
  .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .ai-headline-active {
    opacity: 1;
  }
  .headline-block-gradient {
    position: absolute;
    height: 10vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -400;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -500;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-size: cover;
    background-position: bottom;
  }
  .sponsor-section {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 10vw;
    background: #e5287f;
  }
  .sponsor-section .sponsor-title-section {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    margin-bottom: 6vw;
  }
  .sponsor-section .sponsor-title-section .sponsor-title-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .sponsor-section .prompt-container {
    width: 20%;
    padding: 0 5% 0 75%;
    margin-bottom: 3vw;
    top: 5vw;
    z-index: 3;
  }
  .sponsor-section .headline-ai-container {
    position: sticky;
    height: 87vh;
    width: 65%;
    padding: 0 30% 18vh 5%;
    top: 0vh;
    z-index: 3;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sponsor-section .headline-ai-container .ai-headline-eyebrow-tag {
    margin-bottom: 0.3vw;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-4 span {
    display: inline-block;
    transform: translateY(-0.4vw);
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-egos-active {
    color: #000000;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-u-active {
    font-variation-settings: "wght" 700;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-n1-active {
    font-variation-settings: "wght" 600;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-d-active {
    font-variation-settings: "wght" 500;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-i-active {
    font-variation-settings: "wght" 400;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-n2-active {
    font-variation-settings: "wght" 300;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.8s;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-gs-active {
    font-variation-settings: "wght" 250;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1s;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-eo-active {
    font-variation-settings: "wght" 200;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.2s;
  }
  .sponsor-section .headline-ai-container .ai-headline-line-2 .funding-g-active {
    font-variation-settings: "wght" 100;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.4s;
  }
  .sponsor-logo-section {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5% 2vw 5%;
  }
  .sponsor-logo-section p {
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 1vw 0;
  }
  .sponsor-logo-section .sponsor-block {
    margin-bottom: 6vw;
  }
  .sponsor-logo-section .sponsor-block:last-of-type {
    margin-bottom: 0;
    padding-bottom: 3vw;
  }
  .sponsor-logo-section .sponsor-logo-container {
    position: relative;
    height: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sponsor-logo-section .sponsor-logo-container .sponsor-logo {
    position: relative;
    height: auto;
    width: 25%;
  }
  .sponsor-logo-section .sponsor-logo-container .sponsor-logo a {
    position: relative;
    height: auto;
    width: 100%;
  }
  .sponsor-logo-section .sponsor-logo-container .sponsor-logo a img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .footer {
    position: relative;
    height: auto;
    width: 100vw;
    padding: 3vw 0;
  }
  .footer .footer-logo {
    position: relative;
    height: auto;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2vw 0 0;
    margin-bottom: 2vw;
  }
  .footer .footer-links {
    position: relative;
    height: auto;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-links a {
    color: #ffffff;
  }
  .footer .socials-links {
    position: relative;
    height: auto;
    width: 10%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .socials-links .social-container {
    position: relative;
    height: auto;
    width: 30%;
  }
  .footer .socials-links .social-container img {
    position: relative;
    height: 3vw;
    width: auto;
  }
  .footer .socials-links .instagram img {
    height: 1.8vw;
  }
  .footer .socials-links .linkedin img {
    height: 1.5vw;
  }
  .footer .socials-links .facebook img {
    height: 2vw;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  html {
    overflow-x: hidden;
  }
  body {
    background: black;
  }
  .desktop-breakpoint {
    display: none;
  }
  .mobile-only-breakpoint {
    display: none;
  }
  /*-------------------------------------------------*/
  /* - Universal Typography
  /*-------------------------------------------------*/
  .cta-typography {
    font-family: "Big Shoulders Display";
    font-size: 3vw;
    color: #000000;
    font-variation-settings: "wght" 600;
  }
  .banner-typography {
    font-family: "Handjet";
    font-size: 4vw;
    color: #ffffff;
    font-variation-settings: "wght" 400;
  }
  .info-section-large-typography {
    font-family: "Big Shoulders Display";
    font-size: 35vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .info-section-small-typography {
    font-family: "Handjet";
    font-size: 4vw;
    color: #e5287f;
    font-variation-settings: "wght" 400;
  }
  .prompt-eyebrow-tag-typography {
    font-family: "Handjet";
    font-size: clamp(8px, 5vw, 18px);
    color: #e5287f;
    font-variation-settings: "wght" 700;
  }
  .prompt-paragraph-typography {
    font-family: "Handjet";
    font-size: clamp(8px, 5vw, 18px);
    color: #e5287f;
    font-variation-settings: "wght" 700;
    line-height: 1.5;
  }
  .ai-headline-eyebrow-typography {
    font-family: "Big Shoulders Display";
    font-size: 7vw;
    color: #ffffff;
    font-variation-settings: "wght" 600;
  }
  .ai-small-eyebrow-typography {
    font-family: "Big Shoulders Display";
    font-size: 4vw;
    color: #ffffff;
    font-variation-settings: "wght" 600;
  }
  .ai-headline-large-typography {
    font-family: "Big Shoulders Display";
    font-size: 15.5vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .ai-headline-medium-typography {
    font-family: "Big Shoulders Display";
    font-size: 12vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .ai-headline-small-typography {
    font-family: "Big Shoulders Display";
    font-size: 10vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .judge-name-typography {
    font-family: "Big Shoulders Display";
    font-size: 5vw;
    color: #ffffff;
    font-variation-settings: "wght" 800;
  }
  .judge-description-typography {
    font-family: "Big Shoulders Display";
    font-size: clamp(8px, 3.6vw, 24px);
    color: #ffffff;
    font-variation-settings: "wght" 400;
    line-height: 1.5;
  }
  .footer-typography {
    font-family: "Big Shoulders Display";
    font-size: 3.5vw;
    color: #ffffff;
    font-variation-settings: "wght" 500;
  }
  /*-------------------------------------------------*/
  /* - Universal Elements
  /*-------------------------------------------------*/
  .cta-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    padding: 2vw 5vw;
    border-radius: 15vw;
    background: #ffffff;
    z-index: 1000;
  }
  .cta-container a {
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
  }
  .cta-container a span {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .double-cta-container {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .double-cta-container .cta {
    position: relative;
    height: auto;
    width: 23vw;
    padding: 2vw 0;
    border-radius: 15vw;
    background: #ffffff;
    z-index: 1000;
  }
  .double-cta-container .cta a {
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .double-cta-container .cta a span {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .double-cta-container .cta:first-of-type {
    margin-bottom: 0;
    margin-right: 5vw;
  }
  .image-anim-target {
    transform-origin: center;
    transform: scale(0);
    transition: 0.3s ease all;
  }
  .image-anim-active {
    transform: scale(1);
  }
  /*-------------------------------------------------*/
  /* - Header
  /*-------------------------------------------------*/
  .mobile-header {
    position: fixed;
    height: auto;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    padding: 3vw 0;
    z-index: 9000;
  }
  .mobile-header .adfed-logo {
    position: relative;
    height: auto;
    width: 15%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-header .adfed-logo img {
    position: relative;
    height: auto;
    width: 100%;
  }
  /*-------------------------------------------------*/
  /* - Hero Section
  /*-------------------------------------------------*/
  .mobile-hero-section {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-hero-section .cta-container {
    display: none;
  }
  .mobile-hero-section .hero-ticker {
    position: relative;
    height: 10vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #e5287f;
  }
  .mobile-hero-section .hero-ticker .hero-ticker-slider {
    position: relative;
    height: auto;
    width: 350%;
    display: flex;
    flex-direction: row;
    transform: translateX(0%);
    animation: tabletTickerTypeSlide 20s linear infinite;
  }
  .mobile-hero-section .hero-ticker .hero-ticker-slider .hts-section {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  @keyframes tabletTickerTypeSlide {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .mobile-hero-section .double-cta-container {
    margin-bottom: 8vw;
  }
  .mobile-hero-section .tablet-hero-image {
    position: absolute;
    height: calc(100% - 5vw);
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .mobile-hero-section .tablet-hero-image .thi-real {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Tablet_Hero_Real.jpg");
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
    opacity: 0;
    animation: tabletHeroFlicker 6.25s step-end infinite;
  }
  @keyframes tabletHeroFlicker {
    0% {
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    16% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    20.5% {
      opacity: 0;
    }
    24% {
      opacity: 1;
    }
    24.5% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    25.5% {
      opacity: 0;
    }
    27% {
      opacity: 1;
    }
    29% {
      opacity: 0;
    }
    29.5% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    31.5% {
      opacity: 1;
    }
    43% {
      opacity: 0;
    }
    44% {
      opacity: 1;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-hero-section .tablet-hero-image .thi-fake {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Tablet_Hero_Fake.jpg");
    background-size: cover;
    background-position: bottom center;
    z-index: -2;
  }
  .mobile-hero-section .hero-image {
    position: absolute;
    height: calc(100% - 5vw);
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Tablet_Hero_Fake.jpg");
    background-size: cover;
    background-position: bottom;
    z-index: -1;
  }
  /*-------------------------------------------------*/
  /* - Info Section
  /*-------------------------------------------------*/
  .tablet-info-section {
    position: relative;
    height: auto;
    width: 100vw;
    padding: 15vw 0;
  }
  .tablet-info-section .info-section-row {
    position: relative;
    height: auto;
    width: 100vw;
    overflow: hidden;
  }
  .tablet-info-section .info-section-row .info-row-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .tablet-info-section .info-section-row .info-row-container .info-row-item {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
  }
  .tablet-info-section .info-section-row .info-row-container .info-row-item span {
    transition: 0.3s ease all;
  }
  .tablet-info-section .info-section-row .info-row-container .info-row-left {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s ease all;
  }
  .tablet-info-section .info-section-row .info-row-container .info-row-right {
    position: absolute;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s ease all;
  }
  .tablet-info-section .info-section-row .info-row-container .info-data-container {
    position: absolute;
    height: 100%;
    width: 0vw;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    transition: 0.3s ease all;
  }
  .tablet-info-section .info-section-row .info-row-container .info-data-container .info-p-container {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease all;
  }
  .tablet-info-section .info-section-row .info-row-container .info-data-container .info-p-container p {
    position: relative;
    height: auto;
    width: 100%;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-left {
    margin-left: -50vw;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-left .date-1 {
    margin-right: 6vw;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-left .date-dat span {
    display: inline-block;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-left .date-dat .date-d {
    margin-right: -0.8vw;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-left .date-dat .date-a {
    margin-right: -2vw;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-right {
    top: 0;
    right: -52.8vw;
    bottom: auto;
    left: auto;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-right .date-e {
    margin-right: 6vw;
  }
  .tablet-info-section .info-row-1 .row-container-1 .row-1-right .date-2 {
    margin-right: 6vw;
  }
  .tablet-info-section .info-row-1 .row-container-1 .date-container {
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(47% + 15vw);
  }
  .tablet-info-section .info-row-1 .row-container-1 .date-container .p-container {
    position: absolute;
    height: 100%;
    width: 30vw;
    transform: translateX(-15vw);
  }
  .tablet-info-section .info-row-1 .date-container-active {
    width: 30vw !important;
    left: 47% !important;
    opacity: 1 !important;
  }
  .tablet-info-section .info-row-1 .date-container-active .p-container {
    transform: translateX(0vw) !important;
  }
  .tablet-info-section .info-row-1 .row-1-left-active {
    margin-left: -57.5vw !important;
  }
  .tablet-info-section .info-row-1 .row-1-right-active {
    right: -59vw !important;
  }
  .tablet-info-section .info-row-1 .date-a-active {
    font-variation-settings: "wght" 600 !important;
    margin-right: 0 !important;
  }
  .tablet-info-section .info-row-1 .date-t-active {
    font-variation-settings: "wght" 300 !important;
  }
  .tablet-info-section .info-row-1 .date-e-active span {
    font-variation-settings: "wght" 300 !important;
  }
  .tablet-info-section .info-row-2 .row-container-2 .row-2-left {
    margin-left: -42vw;
  }
  .tablet-info-section .info-row-2 .row-container-2 .row-2-left .location-on {
    margin-right: 3vw;
  }
  .tablet-info-section .info-row-2 .row-container-2 .row-2-right {
    top: 0;
    right: -72.5vw;
    bottom: auto;
    left: auto;
  }
  .tablet-info-section .info-row-2 .row-container-2 .row-2-right .location-cation {
    margin-right: 3vw;
  }
  .tablet-info-section .info-row-2 .row-container-2 .row-2-right .location-cation .cation-c {
    margin-right: -0.1vw;
  }
  .tablet-info-section .info-row-2 .row-container-2 .location-container {
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(15% + 15vw);
  }
  .tablet-info-section .info-row-2 .row-container-2 .location-container .p-container {
    position: absolute;
    height: 100%;
    width: 30vw;
    transform: translateX(-15vw);
  }
  .tablet-info-section .info-row-2 .location-container-active {
    width: 30vw !important;
    left: 15% !important;
    opacity: 1 !important;
  }
  .tablet-info-section .info-row-2 .location-container-active .p-container {
    transform: translateX(0vw) !important;
  }
  .tablet-info-section .info-row-2 .row-2-left-active {
    margin-left: -44.5vw !important;
  }
  .tablet-info-section .info-row-2 .row-2-right-active {
    right: -75vw !important;
  }
  .tablet-info-section .info-row-2 .location-lo-active span {
    font-variation-settings: "wght" 300 !important;
  }
  .tablet-info-section .info-row-2 .cation-c-active {
    font-variation-settings: "wght" 400 !important;
  }
  .tablet-info-section .info-row-2 .cation-ati-active {
    font-variation-settings: "wght" 600 !important;
  }
  .tablet-info-section .info-row-3 .row-container-3 .row-3-left {
    margin-left: -42vw;
  }
  .tablet-info-section .info-row-3 .row-container-3 .row-3-left .time-1 {
    margin-right: 3vw;
  }
  .tablet-info-section .info-row-3 .row-container-3 .row-3-right {
    top: 0;
    right: -55vw;
    bottom: auto;
    left: auto;
  }
  .tablet-info-section .info-row-3 .row-container-3 .row-3-right .time-me {
    margin-right: 3vw;
  }
  .tablet-info-section .info-row-3 .row-container-3 .time-container {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
  }
  .tablet-info-section .info-row-3 .row-container-3 .time-container .p-container {
    position: absolute;
    height: 100%;
    width: 30vw;
    transform: translateX(-15vw);
  }
  .tablet-info-section .info-row-3 .time-container-active {
    width: 30vw !important;
    left: calc(50% - 15vw) !important;
    opacity: 1 !important;
  }
  .tablet-info-section .info-row-3 .time-container-active .p-container {
    transform: translateX(0vw) !important;
  }
  .tablet-info-section .info-row-3 .row-3-left-active {
    margin-left: -52.5vw !important;
  }
  .tablet-info-section .info-row-3 .row-3-right-active {
    right: -60vw !important;
  }
  .tablet-info-section .info-row-3 .time-ti-active span {
    font-variation-settings: "wght" 650 !important;
  }
  .tablet-info-section .info-row-3 .time-m-active {
    font-variation-settings: "wght" 300 !important;
  }
  .tablet-info-section .info-row-3 .time-e-active {
    font-variation-settings: "wght" 200 !important;
  }
  /*-------------------------------------------------*/
  /* - Headline & Prompt Section
  /*-------------------------------------------------*/
  .mobile-headline-section {
    position: relative;
    height: auto;
    width: 100vw;
    padding: 0 0 15vw 0;
  }
  .mobile-headline-section .headline-section-block {
    position: relative;
    height: auto;
    width: 100vw;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    line-height: 1.5;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .mob-ai-headline-eb-tag {
    margin-bottom: 1vw;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .mob-ai-headline-line {
    opacity: 0;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .anim-target {
    transition: 0.3s ease all;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-image-container {
    position: relative;
    height: auto;
    width: 100vw;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-image-container .headline-image img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-headline-section .mobile-headline-first-block .headline-prompt-container {
    height: 55vh;
    width: 45vw;
    padding: 10vh 5vw 0 50vw;
    top: 0vw;
    z-index: 2;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container {
    height: calc(100vh - 10vw);
    width: 90vw;
    padding: 0 5vw 10vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-active {
    color: #e5287f;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-a-active {
    font-variation-settings: "wght" 700;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-u-active {
    font-variation-settings: "wght" 600;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-g-active {
    font-variation-settings: "wght" 500;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-h-active {
    font-variation-settings: "wght" 400;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-1 {
    z-index: -1;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-1 .headline-image {
    position: relative;
    height: auto;
    width: 35%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-2 {
    z-index: 3;
    margin-bottom: -5vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-2 .headline-image {
    position: relative;
    height: auto;
    width: 40%;
    padding: 0 0 0 60%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-3 {
    z-index: -1;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-3 .headline-image {
    position: relative;
    height: auto;
    width: 35%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-4 {
    z-index: 5;
    margin-bottom: 10vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-4 .headline-image {
    position: relative;
    height: auto;
    width: 30%;
    padding: 0 0 0 10%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-5 {
    z-index: 3;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-5 .headline-image {
    position: relative;
    height: auto;
    width: 40%;
    padding: 0 5% 0 55%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-block-bot-grad {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-position: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -3;
  }
  .mobile-headline-section .mobile-headline-second-block .headline-prompt-container {
    height: 55vh;
    width: 45vw;
    padding: 10vh 5vw 0 50vw;
    top: 0vw;
    z-index: 2;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container {
    height: calc(100vh - 15vw);
    width: 90vw;
    padding: 0 5vw 15vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-en {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-en-animation {
    font-variation-settings: "wght" 900;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-apostrophe {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-apostrophe-animation {
    font-variation-settings: "wght" 900;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-j {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-j-animation {
    font-variation-settings: "wght" 600;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-o {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-o-animation {
    font-variation-settings: "wght" 500;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-y-w {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-y-w-animation {
    font-variation-settings: "wght" 400;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-t-o {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-t-o-animation {
    font-variation-settings: "wght" 300;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.8s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .show-h {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .show-h-animation {
    font-variation-settings: "wght" 250;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-e-s {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-e-s-animation {
    font-variation-settings: "wght" 200;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.2s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-1 {
    z-index: -1;
    margin-bottom: -5vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-1 .headline-image {
    position: relative;
    height: auto;
    width: 40%;
    padding: 0 0 0 60%;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-2 {
    z-index: 3;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-2 .headline-image {
    position: relative;
    height: auto;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-3 {
    z-index: -1;
    margin-bottom: 10vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-3 .headline-image {
    position: relative;
    height: auto;
    width: 35%;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-4 {
    z-index: 5;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-4 .headline-image {
    position: relative;
    height: auto;
    width: 40%;
    padding: 0 5% 0 55%;
  }
  .mobile-headline-section .mobile-headline-second-block .cta-container {
    position: sticky;
    top: calc(100vh - 12vw);
    display: none;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    top: calc(100vh - 12vw);
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta {
    position: relative;
    height: auto;
    width: 23vw;
    padding: 2vw 0;
    border-radius: 15vw;
    background: #ffffff;
    z-index: 1000;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta a {
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta a span {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta:first-of-type {
    margin-bottom: 0;
    margin-right: 5vw;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-block-bot-grad {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-position: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -3;
  }
  /*-------------------------------------------------*/
  /* - Pink Banner Section
  /*-------------------------------------------------*/
  .mobile-pink-banner-section {
    position: relative;
    height: auto;
    width: 90vw;
    padding: 5vw 5vw;
    background: #e5287f;
    text-align: center;
    overflow-x: hidden;
    line-height: 1.2;
  }
  .mobile-pink-banner-section .pink-section-line-2 {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
  }
  .mobile-pink-banner-section .pink-section-line-2 p {
    width: -moz-max-content;
    width: max-content;
    margin-right: 1vw;
  }
  .mobile-pink-banner-section .pink-section-line-2 .pink-type-blinker {
    position: relative;
    height: 5vw;
    width: 3vw;
    margin-bottom: 1vw;
    background: #ffffff;
    animation: typeBlinker 1s infinite step-end;
    opacity: 1;
  }
  @keyframes typeBlinker {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*-------------------------------------------------*/
  /* - Judges Section
  /*-------------------------------------------------*/
  .mobile-judges-section {
    position: relative;
    height: auto;
    width: 100vw;
  }
  .mobile-judges-section .judges-prompt-headline-section {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container {
    position: sticky;
    height: 55vh;
    width: 45vw;
    padding: 10vh 5vw 0 50vw;
    top: 0vw;
    z-index: 2;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    line-height: 1.5;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container {
    position: sticky;
    height: calc(100vh - 10vw);
    width: 90vw;
    padding: 0 5vw 10vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-headline-eb-tag {
    margin-bottom: 0.2vw;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-headline-line {
    opacity: 0;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-hl-line-3 span, .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-hl-line-4 span, .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-hl-line-6 span {
    display: inline-block;
    transform: translateY(-0.6vw);
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .meet-the-judges-animation {
    color: #e5287f !important;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-tth-animation {
    font-variation-settings: "wght" 600 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-eg-animation {
    font-variation-settings: "wght" 400 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation-delay: 0.2s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-jd-animation {
    font-variation-settings: "wght" 200 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation-delay: 0.4s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-u-animation {
    font-variation-settings: "wght" 100 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation: delay 0.6s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-block-bot-grad {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-position: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -3;
  }
  .mobile-judges-section .mobile-judges-info-sect {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container {
    position: relative;
    height: auto;
    width: 46%;
    margin-bottom: 15vw;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container {
    position: relative;
    height: auto;
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0 0 5vw 0;
    background: #e5287f;
    z-index: 2;
    background-size: cover;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container .judge-human-image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    max-height: 0%;
    overflow: hidden;
    transition: 1s ease all;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container .judge-human-image-container img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container .judge-human-image-active {
    max-height: 100%;
    transition: 2s ease all;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container:nth-of-type(1), .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container:nth-of-type(3), .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container:nth-of-type(5) {
    margin-right: 4%;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container:nth-of-type(2) .judge-image-container .judge-human-image-container, .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container:nth-of-type(4) .judge-image-container .judge-human-image-container, .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container:nth-of-type(6) .judge-image-container .judge-human-image-container {
    transition-delay: 0.5s;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-jeremy {
    background-image: url("../images/Judges/Jeremy-Wirth_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-diana {
    background-image: url("../images/Judges/Diana-Brost_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-vivi {
    background-image: url("../images/Judges/Vivi-Lehner_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-ashley {
    background-image: url("../images/Judges/Ashley-Rutstein_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-lindsei {
    background-image: url("../images/Judges/Lindsei-Barros_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-lewis {
    background-image: url("../images/Judges/Lewis-Williams_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container {
    position: relative;
    height: auto;
    width: 96%;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 2.5vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block .judge-bracket {
    display: inline-block;
    transform: translateY(-0.2vw);
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block .judge-name-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0vw;
    transition: 2s ease all;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block .judge-name-container .judge-name-holder {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .judge-writeup-block .judge-description-typography {
    margin-bottom: 1vw;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .judge-writeup-block .judge-description-typography a {
    color: #ffffff;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .judge-name-hidden {
    max-width: 100vw !important;
  }
  /*-------------------------------------------------*/
  /* - Sponsor Section
  /*-------------------------------------------------*/
  .mobile-sponsor-section {
    position: relative;
    height: auto;
    width: 100vw;
    background: #e5287f;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container {
    position: sticky;
    height: 55vh;
    width: 45vw;
    padding: 10vh 5vw 0 50vw;
    top: 0vw;
    z-index: 2;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container p {
    color: #000000;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container {
    position: sticky;
    height: calc(100vh - 10vw);
    width: 90vw;
    padding: 0 5vw 10vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .mob-ai-headline-eb-tag {
    margin-bottom: 0.2vw;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .mob-ai-headline-line {
    opacity: 0;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .ai-bracket {
    display: inline-block;
    transform: translateY(-0.6vw);
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-egos-active {
    color: #000000;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-u-active {
    font-variation-settings: "wght" 700;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-n1-active {
    font-variation-settings: "wght" 600;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-d-active {
    font-variation-settings: "wght" 500;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-i-active {
    font-variation-settings: "wght" 400;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-n2-active {
    font-variation-settings: "wght" 300;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.8s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-gs-active {
    font-variation-settings: "wght" 250;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-eo-active {
    font-variation-settings: "wght" 200;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.2s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-g-active {
    font-variation-settings: "wght" 100;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.4s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5% 10vw 5%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect p {
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 5vw 0;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10vw 0;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container .sponsor-logo {
    position: relative;
    height: auto;
    width: 50%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container .sponsor-logo a {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container .sponsor-logo a img {
    position: relative;
    height: auto;
    width: 100%;
  }
  /*-------------------------------------------------*/
  /* - Footer Section
  /*-------------------------------------------------*/
  .mobile-footer {
    position: relative;
    height: auto;
    width: 100vw;
    padding: 10vw 0;
    overflow-x: hidden;
  }
  .mobile-footer .footer-logo {
    position: relative;
    height: auto;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1vw 0 0;
    margin-bottom: 5vw;
  }
  .mobile-footer .footer-links {
    position: relative;
    height: auto;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5vw;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .mobile-footer .footer-links a {
    color: white;
  }
  .mobile-footer .socials-links {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-footer .socials-links .social-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .mobile-footer .socials-links .social-container img {
    position: relative;
    height: 5vw;
    width: auto;
  }
  .mobile-footer .socials-links .instagram {
    margin-right: 5vw;
  }
  .mobile-footer .socials-links .instagram img {
    height: 4.5vw;
  }
  .mobile-footer .socials-links .linkedin {
    margin-right: 5vw;
  }
  .mobile-footer .socials-links .linkedin img {
    height: 4vw;
  }
  .mobile-footer .socials-links .facebook img {
    height: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  html {
    overflow-x: hidden;
  }
  body {
    background: #000000;
  }
  .desktop-breakpoint {
    display: none;
  }
  .tablet-breakpoint {
    display: none;
  }
  /*-------------------------------------------------*/
  /* - Universal Typography
  /*-------------------------------------------------*/
  .cta-typography {
    font-family: "Big Shoulders Display";
    font-size: 6vw;
    color: #000000;
    font-variation-settings: "wght" 600;
  }
  .banner-typography {
    font-family: "Handjet";
    font-size: 6vw;
    color: #ffffff;
    font-variation-settings: "wght" 400;
  }
  .info-section-large-typography {
    font-family: "Big Shoulders Display";
    font-size: 70vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .info-section-small-typography {
    font-family: "Handjet";
    font-size: 8vw;
    color: #e5287f;
    font-variation-settings: "wght" 400;
  }
  .prompt-eyebrow-tag-typography {
    font-family: "Handjet";
    font-size: clamp(8px, 3.7vw, 16px);
    color: #e5287f;
    font-variation-settings: "wght" 700;
  }
  .prompt-paragraph-typography {
    font-family: "Handjet";
    font-size: clamp(8px, 3.7vw, 16px);
    color: #e5287f;
    font-variation-settings: "wght" 700;
    line-height: 1.5;
  }
  .ai-headline-eyebrow-typography {
    font-family: "Big Shoulders Display";
    font-size: 7vw;
    color: #ffffff;
    font-variation-settings: "wght" 600;
  }
  .ai-small-eyebrow-typography {
    font-family: "Big Shoulders Display";
    font-size: 6vw;
    color: #ffffff;
    font-variation-settings: "wght" 600;
    line-height: 1.1;
  }
  .ai-headline-large-typography {
    font-family: "Big Shoulders Display";
    font-size: 15.5vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .ai-headline-medium-typography {
    font-family: "Big Shoulders Display";
    font-size: 12vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .ai-headline-small-typography {
    font-family: "Big Shoulders Display";
    font-size: 11.5vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .judge-name-typography {
    font-family: "Big Shoulders Display";
    font-size: 9vw;
    color: #ffffff;
    font-variation-settings: "wght" 800;
  }
  .judge-description-typography {
    font-family: "Big Shoulders Display";
    font-size: clamp(8px, 6vw, 18px);
    color: #ffffff;
    font-variation-settings: "wght" 400;
    line-height: 1.5;
  }
  .footer-typography {
    font-family: "Big Shoulders Display";
    font-size: 6vw;
    color: #ffffff;
    font-variation-settings: "wght" 400;
  }
  /*-------------------------------------------------*/
  /* - Universal Elements
  /*-------------------------------------------------*/
  .double-cta-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .double-cta-container .cta {
    position: relative;
    height: auto;
    width: 50vw;
    padding: 4vw 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15vw;
    background: #ffffff;
    z-index: 1000;
  }
  .double-cta-container .cta a {
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .double-cta-container .cta a span {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .double-cta-container .cta:first-of-type {
    margin-bottom: 5vw;
  }
  .cta-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 4vw 8vw;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15vw;
    background: #ffffff;
    z-index: 1000;
  }
  .cta-container a {
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
  }
  .cta-container a span {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .image-anim-target {
    transform-origin: center;
    transform: scale(0);
    transition: 0.3s ease all;
  }
  .image-anim-active {
    transform: scale(1);
  }
  /*-------------------------------------------------*/
  /* - Header
  /*-------------------------------------------------*/
  .mobile-header {
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    padding: 5vw 0;
    z-index: 9000;
  }
  .mobile-header .adfed-logo {
    position: relative;
    height: auto;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-header .adfed-logo img {
    position: relative;
    height: auto;
    width: 100%;
  }
  /*-------------------------------------------------*/
  /* - Hero Section
  /*-------------------------------------------------*/
  .mobile-hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-hero-section .cta-container {
    display: none;
  }
  .mobile-hero-section .hero-ticker {
    position: relative;
    height: 15vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #e5287f;
  }
  .mobile-hero-section .hero-ticker .hero-ticker-slider {
    position: relative;
    height: auto;
    width: 450%;
    display: flex;
    flex-direction: row;
    transform: translateX(0%);
    animation: mobileTickerTypeSlide 20s linear infinite;
  }
  .mobile-hero-section .hero-ticker .hero-ticker-slider .hts-section {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  @keyframes mobileTickerTypeSlide {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .mobile-hero-section .double-cta-container {
    margin-bottom: 15vw;
  }
  .mobile-hero-section .hero-animated-logo-container {
    display: none;
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 30vh;
    opacity: 0;
    animation: heroLockupFade 2s ease forwards;
    animation-delay: 3s;
  }
  .mobile-hero-section .hero-animated-logo-container .the-show-2025 {
    font-family: "Handjet";
    font-size: 6vw;
    color: #ffffff;
    font-variation-settings: "wght" 500;
    margin-bottom: 2vw;
  }
  .mobile-hero-section .hero-animated-logo-container .enjoy-the-show-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5vw;
    margin-bottom: 2vw;
  }
  .mobile-hero-section .hero-animated-logo-container .enjoy-the-show-container .enjoy-the-show {
    font-family: "Big Shoulders Display";
    font-size: 13vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
  }
  .mobile-hero-section .hero-animated-logo-container .enjoy-the-show-container .enjoy-the-show-1 {
    position: relative;
    height: auto;
    width: 100%;
    transform: translateX(0vw);
    transform: translateY(0vw);
    animation: ets1Flicker 1s ease forwards;
    animation-delay: 3s;
  }
  @keyframes ets1Flicker {
    0% {
      transform: translateX(0vw);
      transform: translateY(0vw);
    }
    100% {
      transform: translateX(1.5vw);
      transform: translateY(-6.5vw);
    }
  }
  .mobile-hero-section .hero-animated-logo-container .enjoy-the-show-container .ets1-container {
    position: relative;
    height: 13vw;
    width: 100%;
    transform: translateY(0vw);
    animation: ets1ContainerSlide 1s ease forwards;
    animation-delay: 3s;
    overflow: hidden;
    max-height: 13vw;
  }
  @keyframes ets1ContainerSlide {
    0% {
      max-height: 13vw;
      transform: translateY(0vw);
    }
    100% {
      max-height: 6.5vw;
      transform: translateY(5vw);
    }
  }
  .mobile-hero-section .hero-animated-logo-container .enjoy-the-show-container .ets2-container {
    position: absolute;
    height: 13vw;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    overflow: hidden;
    transform: translateX(-1.5vw);
    animation: ets2Flicker 1s ease forwards;
    animation-delay: 3s;
  }
  @keyframes ets2Flicker {
    0% {
      height: 0%;
    }
    100% {
      height: 50%;
    }
  }
  .mobile-hero-section .hero-animated-logo-container .while-you-can {
    font-family: "Big Shoulders Display";
    font-size: 8vw;
    color: #ffffff;
    font-variation-settings: "wght" 900;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .mobile-hero-section .hero-animated-logo-container .while-you-can .bracket {
    display: inline-block;
    transform: translateY(-0.6vw);
    padding: 0 2vw;
  }
  .mobile-hero-section .hero-animated-logo-container .while-you-can .wyc {
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
    max-width: 0px;
    overflow: hidden;
    animation: whileYouCan 2s ease forwards;
    animation-delay: 3s;
  }
  @keyframes whileYouCan {
    0% {
      max-width: 0px;
      opacity: 0;
    }
    100% {
      max-width: 100vw;
      opacity: 1;
    }
  }
  @keyframes heroLockupFade {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .mobile-hero-section .hero-image {
    position: absolute;
    height: calc(100% - 15vw);
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .mobile-hero-section .hero-image .mhi-real {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Mobile_Hero_Real.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    animation: tabletHeroFlicker 6.25s step-end infinite;
  }
  @keyframes tabletHeroFlicker {
    0% {
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    16% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    20.5% {
      opacity: 0;
    }
    24% {
      opacity: 1;
    }
    24.5% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    25.5% {
      opacity: 0;
    }
    27% {
      opacity: 1;
    }
    29% {
      opacity: 0;
    }
    29.5% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    31.5% {
      opacity: 1;
    }
    43% {
      opacity: 0;
    }
    44% {
      opacity: 1;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-hero-section .hero-image .mhi-fake {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../images/Mobile_Hero_Fake.jpg");
    background-size: cover;
    background-position: center;
    z-index: -2;
  }
  /*-------------------------------------------------*/
  /* - Info Section
  /*-------------------------------------------------*/
  .mobile-info-section {
    position: relative;
    height: auto;
    width: 100%;
    padding: 20vw 0;
  }
  .mobile-info-section .info-section-block {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .mobile-info-section .info-section-block .date-row {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .mobile-info-section .info-section-block .date-row .date-row-slider {
    position: relative;
    height: auto;
    width: 550%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    white-space: nowrap;
    transform: translateX(-50%);
    animation: infoDateSlide 20s linear infinite;
  }
  @keyframes infoDateSlide {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .mobile-info-section .info-section-block .location-row {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .mobile-info-section .info-section-block .location-row .location-row-slider {
    position: relative;
    height: auto;
    width: 1030%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    white-space: nowrap;
    transform: translateX(-50%);
    animation: infoLocSlide 24s linear infinite;
  }
  @keyframes infoLocSlide {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .mobile-info-section .info-section-block .time-row {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .mobile-info-section .info-section-block .time-row .time-row-slider {
    position: relative;
    height: auto;
    width: 590%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    white-space: nowrap;
    transform: translateX(-50%);
    animation: infoTimeSlide 20s linear infinite;
  }
  @keyframes infoTimeSlide {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .mobile-info-section .info-section-block .info-block {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3vw;
  }
  .mobile-info-section .info-section-block .info-block .info-block-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    white-space: nowrap;
    transform: translateX(0%);
    animation: infoBlockSlide 10s linear infinite;
  }
  @keyframes infoBlockSlide {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .mobile-info-section .info-section-large-typography {
    transition: 0.3s ease all;
  }
  .mobile-info-section .info-large-type-active {
    font-variation-settings: "wght" 900;
  }
  .mobile-info-section .info-section-date-block .date-row-bottom .date-row-slider {
    animation-delay: 3s;
  }
  .mobile-info-section .info-section-date-block .date-info-block .date-info-block-slider {
    position: relative;
    height: auto;
    width: 250%;
  }
  .mobile-info-section .info-section-location-block .location-row-bottom .location-row-slider {
    animation-delay: 3s;
  }
  .mobile-info-section .info-section-location-block .location-info-block .location-info-block-slider {
    position: relative;
    height: auto;
    width: 375%;
  }
  .mobile-info-section .info-section-time-block .time-row-bottom .time-row-slider {
    animation-delay: 3s;
  }
  .mobile-info-section .info-section-time-block .time-info-block .time-info-block-slider {
    position: relative;
    height: auto;
    width: 460%;
  }
  /*-------------------------------------------------*/
  /* - Headline Section
  /*-------------------------------------------------*/
  .mobile-headline-section {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 10vw 0;
  }
  .mobile-headline-section .headline-section-block {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    line-height: 1.5;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .mobile-headline-section .headline-section-block .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .mob-ai-headline-eb-tag {
    margin-bottom: 1vw;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .mob-ai-headline-line {
    opacity: 0;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .anim-target {
    transition: 0.3s ease all;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-image-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-headline-section .headline-section-block .mobile-headline-image-container .headline-image img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-headline-section .mobile-headline-first-block .headline-prompt-container {
    height: 50vh;
    width: 70%;
    padding: 15vh 5vw 0 25vw;
    top: 0vw;
    z-index: 2;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container {
    height: calc(100vh - 25vw);
    width: 95vw;
    padding: 0 0 25vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-active {
    color: #e5287f;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-a-active {
    font-variation-settings: "wght" 700;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-u-active {
    font-variation-settings: "wght" 600;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-g-active {
    font-variation-settings: "wght" 500;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-ai-container .laugh-h-active {
    font-variation-settings: "wght" 400;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-1 {
    z-index: -1;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-1 .headline-image {
    position: relative;
    height: auto;
    width: 45%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-2 {
    z-index: 3;
    margin-bottom: -5vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-2 .headline-image {
    position: relative;
    height: auto;
    width: 55%;
    padding: 0 0 0 45%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-3 {
    z-index: -1;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-3 .headline-image {
    position: relative;
    height: auto;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-4 {
    z-index: 5;
    margin-bottom: 10vh;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-4 .headline-image {
    position: relative;
    height: auto;
    width: 40%;
    padding: 0 0 0 10%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-5 {
    z-index: 3;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-img-5 .headline-image {
    position: relative;
    height: auto;
    width: 50%;
    padding: 0 0 0 45%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-block-bot-grad {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
  }
  .mobile-headline-section .mobile-headline-first-block .mobile-headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-position: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -3;
  }
  .mobile-headline-section .mobile-headline-second-block .headline-prompt-container {
    height: 55vh;
    width: 70%;
    padding: 12vh 5vw 0 25vw;
    top: 0vw;
    z-index: 2;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container {
    height: calc(100vh - 35vw);
    width: 95vw;
    padding: 0 0 35vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-en {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-en-animation {
    font-variation-settings: "wght" 900;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-apostrophe {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-apostrophe-animation {
    font-variation-settings: "wght" 900;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-j {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-j-animation {
    font-variation-settings: "wght" 600;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-o {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .enjoy-o-animation {
    font-variation-settings: "wght" 500;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-y-w {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-y-w-animation {
    font-variation-settings: "wght" 400;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-t-o {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-t-o-animation {
    font-variation-settings: "wght" 300;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.8s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .show-h {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .show-h-animation {
    font-variation-settings: "wght" 250;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-e-s {
    font-variation-settings: "wght" 900;
    color: #ffffff;
    transition: 0.3s ease all;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-ai-container .ets-e-s-animation {
    font-variation-settings: "wght" 200;
    color: #e5287f;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.2s;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-1 {
    z-index: -1;
    margin-bottom: -5vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-1 .headline-image {
    position: relative;
    height: auto;
    width: 55%;
    padding: 0 0 0 45%;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-2 {
    z-index: 3;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-2 .headline-image {
    position: relative;
    height: auto;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-3 {
    z-index: -1;
    margin-bottom: 10vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-3 .headline-image {
    position: relative;
    height: auto;
    width: 45%;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-4 {
    z-index: 5;
    margin-bottom: 20vh;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-img-4 .headline-image {
    position: relative;
    height: auto;
    width: 55%;
    padding: 0 5% 0 40%;
  }
  .mobile-headline-section .mobile-headline-second-block .cta-container {
    position: sticky;
    top: calc(100vh - 24vw);
    display: none;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    top: calc(100vh - 24vw);
    display: flex;
    flex-direction: row;
    z-index: 5000;
    justify-content: space-between;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta {
    position: relative;
    height: auto;
    width: 50vw;
    padding: 4vw 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15vw;
    background: #ffffff;
    z-index: 1000;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta a {
    position: relative;
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta a span {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .mobile-headline-section .mobile-headline-second-block .double-cta-container .cta:first-of-type {
    margin-bottom: 0;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-block-bot-grad {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
  }
  .mobile-headline-section .mobile-headline-second-block .mobile-headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-position: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -3;
  }
  /*-------------------------------------------------*/
  /* - Pink Banner Section
  /*-------------------------------------------------*/
  .mobile-pink-banner-section {
    position: relative;
    height: auto;
    width: 90%;
    padding: 10vw 5%;
    background: #e5287f;
    text-align: center;
    line-height: 1.2;
  }
  .mobile-pink-banner-section .pink-section-line-2 {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
  }
  .mobile-pink-banner-section .pink-section-line-2 p {
    width: -moz-max-content;
    width: max-content;
    margin-right: 1vw;
  }
  .mobile-pink-banner-section .pink-section-line-2 .pink-type-blinker {
    position: relative;
    height: 5vw;
    width: 3vw;
    margin-bottom: 1vw;
    background: #ffffff;
    animation: typeBlinker 1s infinite step-end;
    opacity: 1;
  }
  @keyframes typeBlinker {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*-------------------------------------------------*/
  /* - Judges Section
  /*-------------------------------------------------*/
  .mobile-judges-section {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 10vw 0;
  }
  .mobile-judges-section .judges-prompt-headline-section {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container {
    position: sticky;
    height: 50vh;
    width: 70%;
    padding: 15vh 5vw 0 25vw;
    top: 0vw;
    z-index: 2;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    line-height: 1.5;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .mobile-judges-section .judges-prompt-headline-section .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container {
    position: sticky;
    height: calc(100vh - 15vw);
    width: 95vw;
    padding: 0 0 15vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-headline-eb-tag {
    margin-bottom: 1vw;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-headline-line {
    opacity: 0;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .anim-target {
    transition: 0.3s ease all;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-hl-line-3 span, .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-hl-line-4 span, .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mob-ai-hl-line-6 span {
    display: inline-block;
    transform: translateY(-1vw);
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .meet-the-judges-animation {
    color: #e5287f !important;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-tth-animation {
    font-variation-settings: "wght" 600 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-eg-animation {
    font-variation-settings: "wght" 400 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation-delay: 0.2s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-jd-animation {
    font-variation-settings: "wght" 200 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation-delay: 0.4s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-ai-container .mtj-u-animation {
    font-variation-settings: "wght" 100 !important;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    animation: delay 0.6s;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-block-bot-grad {
    position: absolute;
    height: 30vh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
  }
  .mobile-judges-section .judges-prompt-headline-section .mobile-headline-block-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: url("../images/HEADLINE_SECTION_BACKGROUND1.jpg");
    background-position: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -3;
  }
  .mobile-judges-section .mobile-judges-info-sect {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 15vw 0;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container {
    position: relative;
    height: auto;
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0 0 10vw 0;
    background: #e5287f;
    z-index: 2;
    background-size: cover;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container .judge-human-image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    max-height: 0%;
    overflow: hidden;
    transition: 1s ease all;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container .judge-human-image-container img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-image-container .judge-human-image-active {
    max-height: 100%;
    transition: 2s ease all;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-jeremy {
    background-image: url("../images/Judges/Jeremy-Wirth_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-diana {
    background-image: url("../images/Judges/Diana-Brost_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-vivi {
    background-image: url("../images/Judges/Vivi-Lehner_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-ashley {
    background-image: url("../images/Judges/Ashley-Rutstein_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-lindsei {
    background-image: url("../images/Judges/Lindsei-Barros_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-lewis {
    background-image: url("../images/Judges/Lewis-Williams_Robot.jpg");
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container {
    position: relative;
    height: auto;
    width: 96%;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 2.5vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block .judge-bracket {
    display: inline-block;
    transform: translateY(-0.8vw);
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block .judge-name-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0vw;
    transition: 2s ease all;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .mob-judge-name-block .judge-name-container .judge-name-holder {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .judge-writeup-block .judge-description-typography {
    margin-bottom: 1.5vw;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .judge-writeup-block .judge-description-typography a {
    color: #ffffff;
  }
  .mobile-judges-section .mobile-judges-info-sect .mobile-judge-container .judge-description-container .judge-name-hidden {
    max-width: 100vw !important;
  }
  /*-------------------------------------------------*/
  /* - Sponsor Section
  /*-------------------------------------------------*/
  .mobile-sponsor-section {
    position: relative;
    height: auto;
    width: 100%;
    padding: 10vw 0;
    background: #e5287f;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container {
    position: sticky;
    height: 50vh;
    width: 70%;
    padding: 15vh 5vw 0 25vw;
    top: 0vw;
    z-index: 2;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container p {
    color: #000000;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container .prompt-eyebrow-tag {
    position: relative;
    height: auto;
    width: 100%;
    line-height: 1.5;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container .prompt-paragraph {
    position: relative;
    height: 0px;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .headline-prompt-container .prompt-spacer {
    position: relative;
    height: auto;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container {
    position: sticky;
    height: calc(100vh - 15vw);
    width: 95vw;
    padding: 0 0 15vw 5vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .mob-ai-headline-eb-tag {
    margin-bottom: 1vw;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .mob-ai-headline-line {
    opacity: 0;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .ai-headline-anim-target {
    transition: 0.3s ease all;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .ai-headline-active {
    opacity: 1;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .ai-bracket {
    display: inline-block;
    transform: translateY(-1vw);
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-egos-active {
    color: #000000;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-u-active {
    font-variation-settings: "wght" 700;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-n1-active {
    font-variation-settings: "wght" 600;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.2s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-d-active {
    font-variation-settings: "wght" 500;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.4s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-i-active {
    font-variation-settings: "wght" 400;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.6s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-n2-active {
    font-variation-settings: "wght" 300;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 0.8s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-gs-active {
    font-variation-settings: "wght" 250;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-eo-active {
    font-variation-settings: "wght" 200;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.2s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-ai-container .funding-g-active {
    font-variation-settings: "wght" 100;
    transition: all 1000ms cubic-bezier(0.32, 0.12, 0.405, 1.525);
    transition-delay: 1.4s;
  }
  .mobile-sponsor-section .mobile-sponsor-title-sect .mobile-headline-image-spacer {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5% 5vw 5%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect p {
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20vw 0;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container .sponsor-logo {
    position: relative;
    height: auto;
    width: 75%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container .sponsor-logo a {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-logo-container .sponsor-logo a img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-platinum-section .sponsor-logo {
    width: 80%;
  }
  .mobile-sponsor-section .mobile-sponsor-logo-sect .sponsor-silver-section .sponsor-logo {
    width: 80%;
  }
  /*-------------------------------------------------*/
  /* - Footer
  /*-------------------------------------------------*/
  .mobile-footer {
    position: relative;
    height: auto;
    width: 100%;
    padding: 10vw 0;
  }
  .mobile-footer .footer-logo {
    position: relative;
    height: auto;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1vw 0 0;
    margin-bottom: 10vw;
  }
  .mobile-footer .footer-links {
    position: relative;
    height: auto;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2;
  }
  .mobile-footer .footer-links a {
    color: #ffffff;
  }
  .mobile-footer .socials-links {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-footer .socials-links .social-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .mobile-footer .socials-links .social-container img {
    position: relative;
    height: 3vw;
    width: auto;
  }
  .mobile-footer .socials-links .instagram {
    margin-right: 10vw;
  }
  .mobile-footer .socials-links .instagram img {
    height: 8vw;
  }
  .mobile-footer .socials-links .linkedin {
    margin-right: 10vw;
  }
  .mobile-footer .socials-links .linkedin img {
    height: 7vw;
  }
  .mobile-footer .socials-links .facebook img {
    height: 9vw;
  }
}/*# sourceMappingURL=styles.css.map */