/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@font-face {
  font-family: "GT America";
  src: url(fonts/GT-America-Standard-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Medium";
  src: url(fonts/GT-America-Standard-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeoNormlO";
  src: url(fonts/NeoNormlO.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.home header {
  position: absolute;
  top: 100dvh;
}

body.header-menu-open {
  overflow: hidden;
  width: 100%;
  overscroll-behavior: none;
}
body.header-menu-open .header-menu {
  visibility: visible;
  opacity: 1;
}

header {
  background-color: #fff;
  width: 100%;
  padding: 1.2rem 0;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
}
header .header-menu {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 1.8rem 0;
  width: 100dvw;
  height: 100dvh;
  background: #000000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
header .header-menu .header-menu-links {
  display: none;
}
header .header-menu .close-menu-btn {
  margin: 0 auto;
  display: block;
  color: #E1FF00;
  font-size: clamp(2rem, 4vw, 4rem);
  border: none;
  cursor: pointer;
  background: none;
}
header .header-menu .space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-menu .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
header .header-menu .wpml-ls-legacy-list-horizontal > ul {
  display: flex;
}
header .header-menu .wpml-ls-legacy-list-horizontal .wpml-list-item {
  display: block;
}
header .header-menu .wpml-ls-legacy-list-horizontal a {
  color: #fff;
  padding: 0;
  font-size: 2.3rem;
}
header .header-menu .header-menu-title {
  color: #E1FF00;
  font-size: clamp(2rem, 4vw, 4rem);
}
header .header-menu .col-6 {
  padding-right: 5%;
}
header .header-menu .col-6 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .header-menu .col-6 ul li {
  display: block;
  padding: 0.4rem 0;
}
header .header-menu .col-6 ul li a {
  color: #E1FF00;
  text-decoration: none;
  font-size: clamp(2rem, 4vw, 4rem);
}
header .header-menu .col-6 + .col-6 {
  padding-left: 5%;
  padding-right: 0;
}
header .header-menu .btn-big {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 6.5vw, 8.2rem);
  aspect-ratio: 2;
  margin-bottom: 1rem;
}
header .header-left {
  display: flex;
  gap: 1.2rem;
  justify-content: start;
}
header .header-left img {
  height: 3.6rem;
  width: auto;
  display: block;
  margin-right: 3rem;
}
header .header-left .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
header .header-left .wpml-ls-legacy-list-horizontal > ul {
  display: flex;
}
header .header-left .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: flex;
}
header .header-left .wpml-ls-legacy-list-horizontal a {
  margin: 0;
  border: none;
  text-align: center;
  color: #000000;
  background: #E1FF00;
  text-decoration: none;
  font-family: "GT America", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.6rem 1.2rem;
}
header .header-left .wpml-ls-legacy-list-horizontal a span {
  display: block;
}
header .header-right {
  display: flex;
  gap: 1.2rem;
  justify-content: end;
}
header .header-right .ticket-btn {
  height: 3.6rem;
  width: 25.2rem;
  padding: 0.4rem 1.4rem;
  background-color: #000000;
  text-decoration: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-right .ticket-btn img {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1200px) {
  header .header-left .wpml-ls {
    display: none;
  }
  header .header-right .btn {
    display: none;
  }
  header .header-menu .header-menu-links {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
  }
  header .header-menu .header-menu-links a, header .header-menu .header-menu-links button {
    cursor: pointer;
    color: #E1FF00;
    text-decoration: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 1.8rem 0;
  }
  header > .grid {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
  }
  header .header-left img {
    height: 2.4rem;
    margin-right: 1rem;
  }
  header .header-right .ticket-btn {
    height: 2.4rem;
    width: auto;
    padding: 0.4rem 1rem;
  }
  header .header-menu .col-6 {
    padding-right: 0;
  }
  header .header-menu .col-6 + .col-6 {
    padding-left: 0;
  }
  header .header-menu .header-menu-links {
    gap: 2rem;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sticky-link {
  position: fixed;
  bottom: 2.4rem;
  right: max(24px, (100% - 1800px) / 2);
  z-index: 150;
  aspect-ratio: 348/308;
  width: 28rem;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sticky-link span {
  text-decoration: none;
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  position: absolute;
  padding: 1.2rem;
  top: 0;
  left: 0;
  width: 100%;
}
.sticky-link.visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .sticky-link {
    width: 24rem;
  }
}
@media screen and (max-width: 991px) {
  .sticky-link {
    width: 20rem;
  }
}
.sticky-link img {
  display: block;
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer {
  background-color: #E1FF00;
  font-size: 2rem;
}
footer .grid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .col-4 {
  gap: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
footer a {
  color: #000000;
  text-decoration: none;
  font-size: 2.2rem;
}
footer a:hover, footer a:focus {
  text-decoration: underline;
}
footer .ticker {
  overflow: hidden;
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 0;
}
footer .ticker .ticker-track {
  display: inline-flex;
  padding: 0.2rem 0;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll linear infinite;
  animation-duration: 40s;
  will-change: transform;
}
footer .ticker .ticker-track .ticker-item {
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NeoNormlO", sans-serif;
  color: #E1FF00;
}
footer .ticker .ticker-track .ticker-item img {
  height: 1.8rem;
  margin: 0 0.8rem 0.2rem;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  footer .ticker .ticker-track {
    animation: none;
  }
}
footer .ticker:hover .ticker-track, footer .ticker:focus-within .ticker-track {
  animation-play-state: paused;
}
footer .ticker:last-child .ticker-track {
  animation-direction: reverse;
}
@media screen and (max-width: 767px) {
  footer .grid {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  footer .footer-disclaimer {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.hero-section {
  background-color: #000000;
  position: relative;
  z-index: 200;
}
.hero-section img {
  height: 100%;
  min-height: 40rem;
  width: 100%;
  object-fit: contain;
  display: block;
}
.hero-section .hero-video {
  min-height: 100dvh;
}
.hero-section video {
  display: block;
  width: 100%;
}

.text-section .col-12 > *:not(h1):not(h2) {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.speaker-section .speaker-group {
  margin-bottom: 2.4rem;
}
.speaker-section .speaker-group h3 {
  padding-left: 1.2rem;
}
.speaker-section .speaker-group .speakers {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.speaker-section .speaker-group .speakers .speaker {
  aspect-ratio: 348/520;
  position: relative;
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 1200px) {
  .speaker-section .speaker-group .speakers .speaker {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (max-width: 600px) {
  .speaker-section .speaker-group .speakers .speaker {
    width: 100%;
  }
}
.speaker-section .speaker-group .speakers .speaker .speaker-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.speaker-section .speaker-group .speakers .speaker .speaker-front {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  padding: 1.2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: opacity 0.3s ease, visibility 0.3s ease, backdrop-filter 0.3s ease;
}
.speaker-section .speaker-group .speakers .speaker .speaker-front .speaker-short-info {
  font-family: "NeoNormlO", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #E1FF00;
}
.speaker-section .speaker-group .speakers .speaker .speaker-front .speaker-short-info .speaker-short-info-short {
  font-family: "GT America", sans-serif;
}
.speaker-section .speaker-group .speakers .speaker .speaker-front:has(button:focus), .speaker-section .speaker-group .speakers .speaker .speaker-front:has(button:hover) {
  backdrop-filter: blur(10px);
}
.speaker-section .speaker-group .speakers .speaker .speaker-front .open-speaker-btn {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: end;
  background: none;
  border: none;
  padding: 1.2rem;
  font-size: 2rem;
  color: #E1FF00;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.speaker-section .speaker-group .speakers .speaker .speaker-front:has(+ .speaker-back.open) {
  opacity: 0;
  visibility: hidden;
}
.speaker-section .speaker-group .speakers .speaker .speaker-back {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 1.7rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.speaker-section .speaker-group .speakers .speaker .speaker-back a {
  color: #000000;
}
.speaker-section .speaker-group .speakers .speaker .speaker-back.open {
  visibility: visible;
  opacity: 1;
}
.speaker-section .speaker-group .speakers .speaker .speaker-back .close-speaker-btn {
  cursor: pointer;
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
  font-family: "GT America", sans-serif;
  color: #000000;
}
.speaker-section .speaker-group .speakers.highlight .speaker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(225, 255, 0, 0.5);
}
.speaker-section .speaker-group .speakers.highlight .speaker .speaker-front .speaker-short-info {
  color: #000000;
}
.speaker-section .speaker-group .speakers.highlight .speaker .speaker-front .open-speaker-btn {
  color: #000000;
}

.newsletter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E1FF00;
  padding: 1.2rem;
  z-index: 1000;
  width: 90%;
  max-width: 550px;
  max-height: 90%;
  overflow: auto;
  background-image: url(images/newsletter_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  font-size: 2rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.newsletter-popup.open {
  visibility: visible;
  opacity: 1;
}
.newsletter-popup .close-newsletter-btn {
  font-size: 2rem;
  line-height: 1.26;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 2.3rem;
  padding: 0;
}
.newsletter-popup .newsletter-popup-title {
  padding-right: 4rem;
  margin-bottom: 2rem;
}
.newsletter-popup .newsletter-popup-info {
  color: #6c6c6c;
  font-size: 1.5rem;
}
.newsletter-popup .emaillist .es_subscription_form .es_submit_button {
  font-size: 2rem;
  padding: 0;
  border: none;
  display: block;
  background: none;
  cursor: pointer;
  margin: 3.5rem auto;
}
.newsletter-popup .emaillist .es_subscription_form .es-field-wrap label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  width: 100%;
  color: #6c6c6c;
  white-space: nowrap;
}
.newsletter-popup .emaillist .es_subscription_form .es-field-wrap label input {
  display: block;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6c6c6c;
  font-size: 2rem;
  padding: 0.5rem 0 0.4rem;
  color: #000000;
  width: calc(100% - 8.6rem);
}

.downloadlist-section .downloadlist .downloadlist-item {
  margin-bottom: 1.2rem;
}
.downloadlist-section .downloadlist .downloadlist-item .download-link {
  color: #000000;
  text-decoration: none;
  font-size: 1.7rem;
  display: block;
  padding: 2rem 10rem 2rem 1.2rem;
  background-color: #BABABA;
  position: relative;
}
.downloadlist-section .downloadlist .downloadlist-item .download-link span {
  display: none;
}
.downloadlist-section .downloadlist .downloadlist-item .download-link:before {
  content: "Download";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
.downloadlist-section .downloadlist .downloadlist-item .download-link:hover:before, .downloadlist-section .downloadlist .downloadlist-item .download-link:focus:before {
  text-decoration: underline;
}

.partner-section .partner-group {
  margin-bottom: 6rem;
}
.partner-section .partner-group h3 {
  padding-left: 1.2rem;
}
.partner-section .partner-group .partners {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.partner-section .partner-group .partners .partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: calc((100% - 7.2rem) / 4);
  background-color: #BABABA;
  transition: background-color 0.3s ease;
}
.partner-section .partner-group .partners .partner:has(button.partner-btn:hover) {
  background-color: #E1FF00;
}
@media screen and (max-width: 1400px) {
  .partner-section .partner-group .partners .partner {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .partner-section .partner-group .partners .partner {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .partner-section .partner-group .partners .partner {
    width: 100%;
    max-width: 400px;
  }
}
.partner-section .partner-group .partners .partner .partner-text {
  font-size: 1.7rem;
  display: none;
  background-color: #E1FF00;
  font-family: "GT America", sans-serif;
  overflow: hidden;
  transition: height 0.3s ease;
}
.partner-section .partner-group .partners .partner .partner-text .partner-text-inner {
  padding: 1.2rem;
}
.partner-section .partner-group .partners .partner .partner-btn {
  position: relative;
  border: none;
  background-color: #BABABA;
  text-align: left;
  min-height: clamp(7.2rem, 8.8vw, 9.4rem);
  padding: 0 3.4rem 0 0;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.partner-section .partner-group .partners .partner .partner-btn.open {
  background-color: #E1FF00;
}
.partner-section .partner-group .partners .partner .partner-btn.open:after {
  transform: translateY(-50%) rotate(90deg);
}
.partner-section .partner-group .partners .partner .partner-btn:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(1.8rem, 3vw, 2.4rem);
  height: clamp(7.2rem, 8.8vw, 9.4rem);
  transition: transform 0.3s ease;
  background: url(images/arrow-right.svg) no-repeat center center;
  background-size: contain;
}
.partner-section .partner-group .partners .partner .partner-btn .partner-logo {
  padding: 1.2rem;
  width: 100%;
}
.partner-section .partner-group .partners .partner .partner-btn .partner-logo img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.partner-section .partner-group .partners .partner .partner-btn:hover {
  background-color: #E1FF00;
}
.partner-section .partner-group .partners .partner a.partner-btn {
  padding-right: 0;
  height: 100%;
}
.partner-section .partner-group .partners .partner a.partner-btn:after {
  content: none;
}
.partner-section .partner-group .partners .partner div.partner-btn {
  cursor: default;
}
.partner-section .partner-group .partners .partner div.partner-btn:after {
  content: none;
}

.focus-sessions-section {
  overflow: hidden;
}
.focus-sessions-section .focus-sessions-intro {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.focus-sessions-section .focus-sessions-container {
  position: relative;
  width: 100%;
}
.focus-sessions-section .focus-sessions-container .focus-sessions {
  display: flex;
  height: calc(100vh - 20.5rem);
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session {
  position: relative;
  flex: 0 0 25vw;
  height: 100%;
  margin-right: 2.4rem;
  background-color: #BABABA;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session.highlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(225, 255, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .focus-sessions-section .focus-sessions-container .focus-sessions .focus-session {
    flex: 0 0 33vw;
  }
}
@media screen and (max-width: 991px) {
  .focus-sessions-section .focus-sessions-container .focus-sessions .focus-session {
    flex: 0 0 50vw;
  }
}
@media screen and (max-width: 600px) {
  .focus-sessions-section .focus-sessions-container .focus-sessions .focus-session {
    flex: 0 0 75vw;
  }
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-front {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  padding: 1.2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: opacity 0.3s ease, visibility 0.3s ease, backdrop-filter 0.3s ease;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-front .focus-session-short-info {
  font-family: "NeoNormlO", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #000000;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-front:has(button:focus), .focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-front:has(button:hover) {
  backdrop-filter: blur(10px);
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-front .open-focus-session-btn {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 2rem;
  color: #000000;
  padding: 1.2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  top: 0;
  left: 0;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-front:has(+ .focus-session-back.open) {
  opacity: 0;
  visibility: hidden;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-back {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 1.7rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-back a {
  color: #000000;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-back.open {
  visibility: visible;
  opacity: 1;
}
.focus-sessions-section .focus-sessions-container .focus-sessions .focus-session .focus-session-back .close-focus-session-btn {
  cursor: pointer;
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
  font-family: "GT America", sans-serif;
  color: #000000;
}

.link-list-section .link-list a {
  display: block;
  margin-bottom: 1.2rem;
  color: #000000;
  font-size: 1.7rem;
  display: block;
  padding: 2rem 1.2rem;
  background-color: #BABABA;
}
.link-list-section .link-list a:hover, .link-list-section .link-list a:focus {
  text-decoration: none;
}

.program-section h2 {
  margin-bottom: 1.2rem;
}
.program-section .program-list .program .programm-date {
  font-size: clamp(2.4rem, 3vw, 3rem);
  text-align: center;
  background-color: #E1FF00;
  color: #000000;
  padding: 0.3rem 0.6rem;
  margin-bottom: 1.2rem;
}
.program-section .program-list .program .program-item {
  padding: 1rem;
  background-color: #000000;
  color: #E1FF00;
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
}
.program-section .program-list .program .program-item .program-item-time {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.program-section .program-list .program .program-item > *:last-child {
  margin-bottom: 0;
}

.error404 .text-section {
  text-align: center;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1800px;
}
.grid.grid-xl {
  max-width: 2400px;
}
.grid .grid {
  width: 100%;
}
.grid > .col-1 {
  grid-column: span 1;
}
.grid > .col-2 {
  grid-column: span 2;
}
.grid > .col-3 {
  grid-column: span 3;
}
.grid > .col-4 {
  grid-column: span 4;
}
.grid > .col-5 {
  grid-column: span 5;
}
.grid > .col-6 {
  grid-column: span 6;
}
.grid > .col-7 {
  grid-column: span 7;
}
.grid > .col-8 {
  grid-column: span 8;
}
.grid > .col-9 {
  grid-column: span 9;
}
.grid > .col-10 {
  grid-column: span 10;
}
.grid > .col-11 {
  grid-column: span 11;
}
.grid > .col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 1200px) {
  .grid > .col-lg-1 {
    grid-column: span 1;
  }
  .grid > .col-lg-2 {
    grid-column: span 2;
  }
  .grid > .col-lg-3 {
    grid-column: span 3;
  }
  .grid > .col-lg-4 {
    grid-column: span 4;
  }
  .grid > .col-lg-5 {
    grid-column: span 5;
  }
  .grid > .col-lg-6 {
    grid-column: span 6;
  }
  .grid > .col-lg-7 {
    grid-column: span 7;
  }
  .grid > .col-lg-8 {
    grid-column: span 8;
  }
  .grid > .col-lg-9 {
    grid-column: span 9;
  }
  .grid > .col-lg-10 {
    grid-column: span 10;
  }
  .grid > .col-lg-11 {
    grid-column: span 11;
  }
  .grid > .col-lg-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 991px) {
  .grid > .col-md-1 {
    grid-column: span 1;
  }
  .grid > .col-md-2 {
    grid-column: span 2;
  }
  .grid > .col-md-3 {
    grid-column: span 3;
  }
  .grid > .col-md-4 {
    grid-column: span 4;
  }
  .grid > .col-md-5 {
    grid-column: span 5;
  }
  .grid > .col-md-6 {
    grid-column: span 6;
  }
  .grid > .col-md-7 {
    grid-column: span 7;
  }
  .grid > .col-md-8 {
    grid-column: span 8;
  }
  .grid > .col-md-9 {
    grid-column: span 9;
  }
  .grid > .col-md-10 {
    grid-column: span 10;
  }
  .grid > .col-md-11 {
    grid-column: span 11;
  }
  .grid > .col-md-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 767px) {
  .grid [class^=col-] {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 480px) {
  .grid .col-xs-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .grid .col-sm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid .col-md-6 {
    grid-column: span 6;
  }
}

html {
  scroll-behavior: smooth;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.26;
  font-family: "GT America", sans-serif;
  font-weight: 400;
  color: #000;
}

h1, h2 {
  display: block;
  font-family: "NeoNormlO", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #E1FF00;
  font-size: clamp(2rem, 4vw, 4.2rem);
  padding: 0.6rem 1.2rem;
  margin: 0 0 4rem;
}
h1 .heading-normal, h2 .heading-normal {
  font-family: "GT America", sans-serif;
}
h1.sticky, h2.sticky {
  position: fixed;
  top: 6rem;
  z-index: 400;
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1800px;
}

span.p2 {
  color: #929292;
  font-family: "GT America Medium", sans-serif;
}

strong, b {
  font-family: "GT America Medium", sans-serif;
  font-weight: 500;
}

h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0 0 2rem;
  font-family: "NeoNormlO", sans-serif;
  font-weight: 400;
  color: #929292;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

* {
  box-sizing: border-box;
}

.btn {
  margin: 0;
  border: none;
  text-align: center;
  color: #000000;
  background: #E1FF00;
  text-decoration: none;
  font-family: "GT America", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.6rem 2rem;
  cursor: pointer;
}

#content {
  padding-top: 6rem;
}

section:not(.hero-section) {
  padding-bottom: 12rem;
  scroll-margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.7rem;
    line-height: 1.1;
    padding: 0.2rem 1.6rem;
  }
}
.frontshield .frontshield-btn {
  font-weight: 400;
  font-size: 1.5rem;
}
.frontshield .frontshield-checkbox-title, .frontshield .frontshield-title {
  font-family: "GT America Medium", sans-serif;
  font-weight: 500;
}
