@charset "UTF-8";
/* responsive*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden_xxs {
    display: none !important;
  }
}

.show_xs {
  display: none !important;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .show_xs {
    display: block !important;
  }
}

.show_xxs {
  display: none;
}
@media (max-width: 480px) {
  .show_xxs {
    display: block !important;
  }
}

.text-gradient-diamond {
  background-image: linear-gradient(190deg, #fc466b, #3f5efb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-main {
  background-image: linear-gradient(190deg, #d1e2dc, #99e4c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
  background-image: linear-gradient(190deg, #ffeb8f, #a68d43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-silver {
  background-image: linear-gradient(190deg, #d9d9d9, #9f9fa8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-special {
  background-image: linear-gradient(190deg, #c19285, #a8b2e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(190deg, #c19285, #a8b2e4, #68526a);
}

.text-gradient-cr {
  background-image: linear-gradient(190deg, #c19285, #a8b2e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    #5fc8de 0%,
    #aa8df0 51.22%,
    #ff7373 99.99%
  );
}

.text-gradient-ctf {
  background-image: linear-gradient(190deg, #c19285, #a8b2e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    #e0f44a -4.52%,
    #2eedbd 57.71%,
    #5fc8de 119.95%
  );
}

.text-gradient-orange {
  background-image: linear-gradient(190deg, #ffb366, #c04350);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    101.7deg,
    #ffb366 23.03%,
    #e9766f 75.73%,
    #c04350 130.68%
  );
}

/* 變數: */
/* setting */
.test_content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

::selection {
  background: #2dc0ff;
  color: white;
}

::-moz-selection {
  background: #2dc0ff;
  color: white;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #000;
}

body {
  font-family: "Space Grotesk", "Noto Sans TC", "Microsoft JhengHei",
    "微軟正黑體", Verdana, Arial, "Microsoft YaHei" !important;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
}
@media (min-width: 992px) and (max-width: 1339px),
  (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}
a:hover {
  color: #2dc0ff;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

#gtx-trans {
  display: none;
}

.container {
  width: 1680px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1340px) and (max-width: 1680px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 5.5%;
  }
}

.fit_img {
  position: relative;
  overflow: hidden;
}

.main_wrapper {
  width: 100%;
  min-height: 100%;
}

.a-555 {
  color: #555;
}
.a-555:hover {
  color: #ffba00;
}

.a-blue {
  color: #00a0e8;
}
.a-blue:hover {
  color: #ffba00;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.main-color {
  color: #2dc0ff;
}

.hint-color {
  color: #60ccff;
}

.sup-color {
  color: #60ccff;
}

.strong-color {
  color: #333333;
}

.body-color {
  color: #604d3f;
}

.slideout-toggle {
  width: 35px;
  height: 22px;
  z-index: 999;
  display: none;
}
.slideout-toggle:before {
  content: "";
  width: 70%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  transform-origin: top left;
}
.slideout-toggle:after {
  content: "";
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  transform-origin: bottom left;
}
.slideout-toggle span {
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 9.7px;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  transform-origin: bottom left;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .slideout-toggle {
    display: block;
    transform: scale(0.9);
    transform-origin: top right;
    right: 16px;
  }
}

.slideout-open .header .slideout-toggle:before {
  transform: rotate(45deg);
  left: 28%;
}
.slideout-open .header .slideout-toggle:after {
  transform: rotate(-45deg);
  bottom: 2px;
  left: 28%;
}
.slideout-open .header .slideout-toggle span {
  width: 0;
}

#menu {
  padding-top: 3em;
}
#menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
#menu a img {
  margin-right: 0.2em;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1em;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2em;
}
.header .header-nav {
  display: flex;
}
.header .header-logo span {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.header .header-logo a:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .header .header-logo {
    font-size: 1.2em;
  }
}
.header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5em;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  backdrop-filter: blur(25px);
  border-radius: 25px;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .header nav {
    border-radius: 15px;
  }
}
.header nav a {
  display: flex;
  padding: 1.6em 1.2em;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  align-items: center;
  gap: 0.3em;
  color: #fff;
  text-decoration: none;
}
.header nav a:hover,
.header nav a:active,
.header nav a:focus {
  text-decoration: none;
}
.header nav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: linear-gradient(190deg, #d1e2dc, #99e4c2);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.header nav a:hover:after {
  width: 100%;
}
.header nav a.active:after {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .header {
    width: 100%;
    padding: 0;
  }
  .header .header-logo a {
    font-size: 0.9em;
    padding: 1.4em 0;
  }
  .header .header-nav {
    display: none;
  }
}

.content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 8em;
}

.topline {
  position: relative;
  display: inline-block;
}
.topline:after {
  content: "";
  background: linear-gradient(190deg, #d1e2dc, #99e4c2);
  position: absolute;
  width: 40%;
  max-width: 6em;
  top: 0;
  left: 0;
  height: 8px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .topline:after {
    height: 4px;
  }
}

.kv {
  width: 100%;
  min-height: 100dvh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-bottom: 4em;
}
.kv .container {
  position: relative;
  z-index: 4;
  height: 100%;
}
.kv .scroll-hint {
  position: absolute;
  bottom: 3em;
  right: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv .scroll-hint .text {
  display: inline-block;
  font-size: 0.9em;
  transform: rotate(90deg) translateX(-80%);
  letter-spacing: 0.3em;
}
.kv .scroll-hint .arrow {
  width: 6px;
  animation: scrollarrow 2s infinite;
}
.kv .kv-ppl {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 75%;
  z-index: 2;
}
.kv .kv-ppl img {
  transform: translateX(-50%);
  height: 100%;
}
.kv .kv-bg-title {
  position: absolute;
  top: 1%;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kv .kv-bg-title img {
  width: 80%;
  max-width: 1080px;
}
.kv .main-logo {
  max-width: 1200px;
  position: relative;
  z-index: 3;
}
.kv .main-logo img {
  max-width: 100%;
}
.kv .kv-cta {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2em;
  gap: 2em;
  padding-top: 45vh;
}
.kv .kv-cta-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 4;
}
.kv .kv-cta-content .kv-cta-item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.kv .event-card {
  border-radius: 25px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(25px);
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  transition: all 0.3s ease;
  flex: 1;
  padding-top: 15%;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .kv .event-card {
    border-radius: 15px;
  }
}
.kv .event-card .event-card-content {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex: 1;
  position: relative;
  z-index: 3;
  width: 100%;
}
.kv .event-card .event-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin: 0.2rem 0;
}
.kv .event-card .event-date {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.kv .event-card .event-card-arrow {
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  backdrop-filter: blur(25px);
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.kv .event-card .event-card-arrow img {
  transition: all 0.3s ease;
}
.kv .event-card:nth-child(1):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(12, 36, 255, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s ease;
}
.kv .event-card:nth-child(2):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(126, 11, 214, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s ease;
}
.kv .event-card:nth-child(3):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(37, 99, 235, 0.15) 100%
  );
}
.kv .event-card:hover {
  transform: translateY(-5px);
}
.kv .event-card:hover .event-card-arrow img {
  transform: rotate(45deg);
}
.kv .event-card:hover:nth-child(1):after {
  height: 50%;
  background: linear-gradient(
    0deg,
    rgba(12, 36, 255, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.kv .event-card:hover:nth-child(2):after {
  height: 50%;
  background: linear-gradient(
    0deg,
    rgba(126, 11, 214, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (min-width: 992px) and (max-width: 1339px) {
  .kv {
    flex-direction: column;
    gap: 1.5rem;
  }
  .kv .event-card {
    min-width: unset;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .kv {
    flex-direction: column;
    gap: 1rem;
  }
  .kv .kv-cta-content {
    flex-direction: column;
  }
  .kv .event-card {
    min-width: unset;
    width: 100%;
    padding: 40% 1rem 1rem 1rem;
  }
  .kv .event-card .event-title {
    font-size: 1.3rem;
  }
  .kv .event-card .event-date {
    font-size: 0.8rem;
  }
  .kv .event-card .event-card-arrow {
    width: 40px;
    height: 40px;
  }
  .kv .event-card .event-card-arrow img {
    width: 40%;
  }
}
.kv .kv-corner-right {
  position: absolute;
  right: 2em;
  top: 0;
  width: 15%;
  z-index: 2;
}
.kv .kv-corner-right img {
  width: 100%;
}
.kv .kv-corner-left {
  position: absolute;
  left: 2em;
  top: 0;
  width: 9%;
  z-index: 2;
}
.kv .kv-corner-left img {
  width: 100%;
}
.kv .kv-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.kv .kv-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv.kv-loading .container,
.kv.kv-loading .kv-bg-title,
.kv.kv-loading .kv-ppl,
.kv.kv-loading .scroll-hint,
.kv.kv-loading .kv-corner-right,
.kv.kv-loading .kv-corner-left,
.kv.kv-loading .kv-bg,
.kv.kv-loading .kv-cover {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.kv.kv-loaded .kv-loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.kv.kv-loaded .container,
.kv.kv-loaded .kv-bg-title,
.kv.kv-loaded .kv-ppl,
.kv.kv-loaded .scroll-hint,
.kv.kv-loaded .kv-corner-right,
.kv.kv-loaded .kv-corner-left,
.kv.kv-loaded .kv-bg,
.kv.kv-loaded .kv-cover {
  opacity: 1;
  transition: opacity 0.6s ease-in-out 0.3s;
}
.kv .kv-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 8em);
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.kv .kv-loader .kv-loader-content {
  text-align: center;
  color: white;
}
.kv .kv-loader .kv-loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #57c7ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
  transform: translateY(-5em);
}
.kv .kv-loader .kv-loader-text {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
}
.kv .kv-cover {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 992px) and (max-width: 1339px),
  (min-width: 768px) and (max-width: 991px) {
  .kv {
    background-size: 170%;
  }
  .kv .scroll-hint {
    bottom: 45%;
    transform: translateY(50%);
  }
  .kv .main-logo {
    max-width: 42%;
  }
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .kv {
    min-height: auto;
    background-size: 360%;
  }
  .kv .kv-corner-right,
  .kv .kv-corner-left {
    display: none;
  }
  .kv .kv-ppl {
    width: 240%;
    bottom: 23%;
    height: 64%;
  }
  .kv .main-logo {
    width: 100%;
    max-width: none;
    bottom: 22%;
    top: auto;
  }
  .kv .kv-cover {
    height: 70%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  }
  .kv .kv-cta {
    width: 100%;
    padding: 2.3em 0 1.2em;
    line-height: 1.4em;
    max-width: none;
    padding-top: 45vh;
  }
  .kv .kv-cta .cta-title {
    font-size: 1.8em;
  }
  .kv .kv-cta .cta-text {
    font-size: 0.9em;
  }
  .kv .kv-cta .cta-date {
    line-height: 1.2em;
    font-size: 1em;
  }
  .kv .kv-cta .cta-date span {
    display: block;
  }
  .kv .kv-cta .cta-btn {
    font-size: 1.4em;
  }
  .kv .scroll-hint {
    top: 12px;
    right: 0;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.7) translateY(100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kv {
    background-size: 200%;
  }
  .kv .main-logo {
    width: 65%;
    bottom: 6em;
  }
}

@keyframes scrollarrow {
  0% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-section {
  width: 100%;
  background: #000;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.main-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20vw;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .main-section {
    background-size: 125%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-section {
    background-size: 125%;
  }
}

.main-title {
  width: 100%;
  text-align: center;
  font-size: 3.6em;
  font-weight: 600;
  margin: 1em 0;
}
.main-title .topline {
  padding-top: 0.4em;
}
.main-title .topline:after {
  width: 2em;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .main-title {
    font-size: 3.2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title {
    font-size: 3em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main-title {
    font-size: 2.4em;
  }
}

.about {
  width: 100%;
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.about .about-bglight {
  width: 60%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.about .about-bglight img {
  width: 100%;
  transform: translateX(-50%);
}
.about .about-img {
  width: 45%;
  position: relative;
  z-index: 0;
  background: url(../images/primary/about-img.webp) top center repeat;
  background-size: cover;
}
.about .about-content {
  width: 55%;
  padding: 6em 4em 4em 6em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about .about-content .about-title {
  font-size: 5.2em;
  font-weight: 600;
}
.about .about-content .about-title .hint {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #2dc0ff;
  font-weight: 400;
}
.about .about-content .about-text {
  font-size: 1.2em;
  padding: 2.4em 0 2em;
  line-height: 1.8em;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .about .about-img {
    width: 35%;
  }
  .about .about-content {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about .about-img {
    width: 25%;
  }
  .about .about-content {
    width: 75%;
  }
  .about .about-content .about-title {
    font-size: 3.8em;
  }
  .about .about-content .about-title .hint {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about {
    flex-wrap: wrap;
  }
  .about .about-img {
    width: 100%;
    padding-bottom: 20%;
    order: 2;
  }
  .about .about-content {
    width: 100%;
    padding: 6em 2.2em 3em 2.2em;
  }
  .about .about-content .about-title {
    font-size: 2.4em;
  }
  .about .about-content .about-title .hint {
    font-size: 1rem;
  }
}

.section-content {
  width: 100%;
  padding: 6em 0 6em;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .section-content {
    padding: 4em 0;
  }
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .section-content {
    padding: 3em 0;
  }
}

.sponsor-section {
  background-image: url(../images/primary/bg-dark.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.card-list {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2em;
}
.card-list .card-item {
  width: calc((100% - 80px) / 5);
  padding: 1.4em;
  font-size: 1.2em;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  backdrop-filter: blur(25px);
}
.card-list .card-item:after {
  width: 50%;
}
.card-list .card-item a {
  color: #fff !important;
}
.card-list .card-item a:hover {
  filter: brightness(1.2);
}
.card-list .card-item a:hover .item-flag {
  transform: translate(5px);
}
.card-list .card-item .item-flag {
  transition: all 0.3s;
}
.card-list .card-item .item-img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 0.8em;
}
.card-list .card-item .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.card-list .card-item .item-img img.hold {
  opacity: 0.5;
}
.card-list .card-item .item-title {
  color: #2dc0ff;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.card-list .card-item .item-name {
  min-height: 3.6em;
  line-height: 1.4em;
}
.card-list.sponsor {
  justify-content: center;
  margin-bottom: 2em;
}
.card-list.sponsor .card-item {
  border-radius: 25px;
  width: calc((100% - 60px) / 4);
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .card-list.sponsor .card-item {
    border-radius: 15px;
  }
}
.card-list.sponsor .card-item .item-img {
  padding-bottom: 60%;
  margin-bottom: 0;
}
.card-list.events .card-item {
  width: calc((100% - 20px) / 2);
  padding-top: 1.8em;
}
.card-list.events .card-item .item-img {
  padding-bottom: 34%;
}
.card-list.events .card-item .item-name {
  min-height: 2.4em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list.events .card-item {
    width: 100%;
    font-size: 1.2em;
    padding: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-list .card-item {
    width: calc((100% - 60px) / 4);
    padding: 1.1em;
    font-size: 1.1em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list {
    gap: 12px;
  }
  .card-list .card-item {
    width: calc((100% - 24px) / 3);
    font-size: 1em;
    padding: 0.8em;
  }
  .card-list.sponsor .card-item {
    width: calc((100% - 16px) / 2);
  }
}

.card-list.game-team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
}
.card-list.game-team .card-item {
  position: relative;
  width: calc((100% - 40px) / 3);
  border-radius: 25px;
  display: flex;
  align-items: center;
  line-height: 1.4em;
  gap: 0.4em;
  padding: 1.2em;
  background: #25252e;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  counter-increment: item;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .card-list.game-team .card-item {
    border-radius: 15px;
  }
}
.card-list.game-team .card-item span {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.card-list.game-team .card-item:before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.9em;
  color: #737a88;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  content: counter(item);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  flex: none;
}
.card-list.game-team .card-item:hover {
  color: #fff;
  background: #35353f;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list.game-team {
    gap: 12px;
  }
  .card-list.game-team .card-item {
    width: 100% !important;
    padding: 1em 1.2em;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .card-list.game-team .card-item:after {
    border-radius: 15px;
  }
}

.card-list.organizer-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
  gap: 1em;
}
.card-list.organizer-list.en .card-item .role {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
}
.card-list.organizer-list .card-item {
  position: relative;
  width: calc((100% - 5em) / 6);
  border-radius: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1em;
  line-height: 1.4em;
  gap: 0.2em;
  padding: 1em 1em 2.2em 1em;
  background: #25252e;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  counter-increment: item;
  border: none;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .card-list.organizer-list .card-item {
    border-radius: 15px;
  }
}
.card-list.organizer-list .card-item img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 0.4em;
}
.card-list.organizer-list .card-item .role {
  font-size: 0.7em;
  color: #848484;
}
.card-list.organizer-list .card-item span {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.card-list.organizer-list .card-item:hover {
  color: #fff;
  background: #35353f;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .card-list.organizer-list .card-item {
    width: calc((100% - 3em) / 4);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-list.organizer-list .card-item {
    width: calc((100% - 2em) / 3);
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list.organizer-list .card-item {
    width: calc((100% - 1em) / 2);
  }
}

.section-title {
  width: 100%;
  padding: 1em;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.5em;
  text-align: center;
}
.section-title.en {
  font-weight: 600;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-title {
    font-size: 1.6em;
    padding: 0.8em;
  }
}

.row {
  width: 100%;
  display: flex;
  gap: 4em;
}
.row .item-50 {
  width: 50%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row .item-50 {
    width: 100%;
  }
}
.row .item-100 {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row {
    gap: 3em;
    flex-wrap: wrap;
  }
}

.org-title {
  width: 100%;
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 1em;
}
.org-title.en {
  font-weight: 600;
}
.org-title .topline {
  padding-top: 0.8em;
}
.org-title .topline::after {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-title {
    font-size: 1.6em;
  }
}

.org-list {
  width: 100%;
  position: relative;
  display: flex;
  gap: 2em;
}
.org-list .org-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em;
  font-size: 1em;
  color: #999;
  line-height: 1.2em;
  max-width: 280px;
  border-radius: 25px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 1em;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .org-list .org-item {
    border-radius: 15px;
  }
}
.org-list .org-item img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .org-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .org-list .org-item {
    font-size: 1em;
  }
  .org-list .org-item.item-50 {
    width: calc((100% - 2em) / 2);
  }
}

.org-list-row {
  justify-content: center;
  text-align: center;
  padding: 1.2em 0;
}
.org-list-row .org-list {
  justify-content: center;
}
.org-list-row.en .org-title {
  font-size: 1.2em;
}
.org-list-row.en .org-list .org-item {
  font-size: 0.8em;
}

@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .org-list-row {
    justify-content: center;
    text-align: center;
  }
}
.org-sup {
  margin-top: 3.2em;
}
.org-sup .org-list .org-item img {
  max-width: 260px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-sup {
    margin-top: 3em;
  }
  .org-sup .org-list .org-item img {
    max-width: 180px;
  }
}

.footer {
  width: 100%;
  padding: 6em 0;
  background: #000;
  font-size: 0.9em;
  line-height: 1.4em;
  position: relative;
  z-index: 2;
}
.footer .row {
  width: 100%;
  display: flex;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
}
.footer a {
  color: #fff;
  vertical-align: middle;
}
.footer a:hover {
  color: #2dc0ff;
}
.footer a img {
  vertical-align: middle;
}
.footer .contact-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.footer .social {
  display: flex;
  gap: 2em;
}
.footer .social a:hover {
  filter: invert(100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .social {
    gap: 1.2em;
  }
  .footer .social img {
    width: 34px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .footer {
    padding: 4em 0;
  }
  .footer .row {
    gap: 3em;
    max-width: 300px;
    width: 100%;
    border-radius: 25px;
    padding: 5em 2em;
    border: solid 1px rgba(255, 255, 255, 0.3);
    margin: 0 auto;
  }
  .footer .item {
    width: 100%;
  }
  .footer .social {
    gap: 1.2em;
    justify-content: center;
  }
  .footer .social img {
    width: 36px;
  }
}

.copyright {
  background: #000;
  width: 100%;
  padding: 2em 0 4em;
  text-align: center;
  color: #8d8d8d;
  position: relative;
  z-index: 2;
}

.agenda {
  padding-top: 8em;
}
.agenda .hint {
  color: #ccc;
  text-align: center;
  margin-top: 1.6em;
}

.go_top_btn {
  position: fixed;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.go_top_btn.active {
  opacity: 1;
  pointer-events: all;
}
.go_top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  backdrop-filter: blur(25px);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}
.go_top_btn a img {
  width: 50%;
  transition: all 0.3s;
  margin-bottom: 0.2em;
}
.go_top_btn a:hover {
  background: rgba(0, 122, 255, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.go_top_btn a:hover img {
  filter: brightness(10);
}
.go_top_btn.visible a {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .go_top_btn {
    transform: scale(0.85);
    transform-origin: right bottom;
    right: 14px;
    bottom: 14px;
  }
}

[data-micromodal-trigger] {
  cursor: pointer;
}

.modal__container {
  background: #191922;
  border-radius: 25px;
  max-height: 80%;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .modal__container {
    border-radius: 15px;
  }
}
.modal__container .modal__title {
  font-size: 2em;
  line-height: 1.2em;
}
.modal__container .modal__header {
  padding: 1.6em 1em;
  position: relative;
}
.modal__container .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  margin-bottom: 1em;
}
.modal__container .tag span {
  color: #209ae8;
  padding: 0.2em 0.6em;
  background: rgba(0, 122, 255, 0.15);
  border-radius: 2em;
}
.modal__container .modal-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.modal__container .modal-info .info-item {
  display: flex;
  flex-direction: row;
  width: 33%;
  padding: 1em;
  line-height: 1.6em;
  gap: 1em;
}
.modal__container .modal-info .info-item img {
  width: 30px;
}
.modal__container .modal-info .info-item > div {
  display: flex;
  flex-direction: column;
}
.modal__container .modal-info .info-item .main {
  font-size: 1.2em;
}
.modal__container .modal-info .info-item .hint {
  color: #848484;
}
.modal__container .modal-description {
  font-size: 1em;
  padding: 1.2em;
  line-height: 1.6em;
  color: #ccc;
}
.modal__container .modal-speaker {
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding: 1.2em;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  align-items: flex-start;
}
.modal__container .modal-speaker img {
  max-width: 100px;
}
.modal__container .modal-speaker .name {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.modal__container .modal-speaker .info {
  color: #848484;
  line-height: 1.2em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .modal__container .modal__title {
    font-size: 1.6em;
  }
  .modal__container .modal-info {
    flex-direction: column;
    padding: 1.2em 0;
    gap: 0.5em;
  }
  .modal__container .modal-info .info-item {
    width: 100%;
    padding: 0;
  }
  .modal__container .modal__header {
    padding: 1.6em 0;
  }
  .modal__container .modal-description {
    padding: 1.2em 0;
  }
  .modal__container .modal-speaker {
    padding: 1.2em 0;
    line-height: 1.4em;
    align-items: flex-start;
  }
  .modal__container .modal-speaker img {
    max-width: 60px;
  }
  .modal__container .modal-speaker .name {
    margin-bottom: 0.6em;
  }
}

.modal-organizer .modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-organizer .modal__title {
  font-size: 1.2em;
}
.modal-organizer .team-title {
  font-size: 0.9em;
  margin-top: 0.5em;
  color: #848484;
  font-weight: 400;
  text-align: center;
}
.modal-organizer .modal-photo {
  max-width: 170px;
  margin-bottom: 1em;
}
.modal-organizer .modal-photo img {
  max-width: 100%;
  border-radius: 25px;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .modal-organizer .modal-photo img {
    border-radius: 15px;
  }
}

.modal-team .team-title {
  color: #aa8df0;
}

dotlottie-wc {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
dotlottie-wc.loaded {
  opacity: 1;
  transform: translateY(0);
}
dotlottie-wc.force-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@keyframes fadeInSlideDown {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
dotlottie-wc.loaded {
  animation: fadeInSlideDown 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.header {
  z-index: 999;
}

.slideout-toggle {
  z-index: 1001;
}

.active-page {
  width: 100%;
  border-radius: 25px;
  background: #191922;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .active-page {
    border-radius: 15px;
  }
}
.active-page .page-footer {
  font-size: 1em;
  text-align: center;
  padding: 3em 0 3em 0;
}
.active-page .page-footer img {
  width: 1.6em;
  margin-right: 0.6em;
}
.active-page .page-btn {
  padding: 0.8em 2em;
  background: #aa8df0;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.3s;
}
.active-page .page-btn img {
  width: 0.8em;
  margin-left: 0.2em;
  transition: all 0.3s;
}
.active-page .page-btn:hover {
  background: #7f4ff4;
  transform: translateY(-0.2em);
}
.active-page .page-btn:hover img {
  transform: rotate(45deg);
}

.page-hero {
  width: 100%;
  position: relative;
  min-height: 300px;
}
.page-hero img {
  max-width: 100%;
}
.page-hero .hero-header {
  position: absolute;
  top: 2em;
  left: 2em;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.page-hero .hero-header img {
  width: 2.2em;
  margin-right: 0.6em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page-hero .hero-header {
    width: 100%;
    top: 1em;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-hero .hero-header img {
    width: 1.8em;
    margin-right: 0.6em;
  }
}
.page-hero .hero-info {
  width: 560px;
  max-width: calc(100% - 4em);
  position: absolute;
  bottom: 2em;
  left: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  color: #000;
  padding: 1em;
}
.page-hero .hero-info .name {
  font-size: 1.6em;
  font-weight: 600;
  color: #191922;
  margin-bottom: 0.3em;
}
.page-hero .hero-info .hint {
  color: #aaa;
  margin-top: 0.2em;
  white-space: nowrap;
}
.page-hero .hero-info .date {
  font-size: 2.4em;
  font-weight: 700;
  color: #191922;
  line-height: 1;
  margin-bottom: 0.1em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page-hero .hero-info {
    left: 1em;
    max-width: calc(100% - 2em);
  }
  .page-hero .hero-info .date {
    font-size: 2em;
  }
  .page-hero .hero-info .name.en {
    font-size: 1.4em;
  }
}
.page-hero.page-hero-loading img,
.page-hero.page-hero-loading .hero-header,
.page-hero.page-hero-loading .hero-info {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.page-hero.page-hero-loaded .page-hero-loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.page-hero.page-hero-loaded img,
.page-hero.page-hero-loaded .hero-header,
.page-hero.page-hero-loaded .hero-info {
  opacity: 1;
  transition: opacity 0.6s ease-in-out 0.3s;
}
.page-hero .page-hero-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 34, 0.9);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  border-radius: 25px;
}
.page-hero .page-hero-loader .page-hero-loader-content {
  text-align: center;
  color: white;
}
.page-hero .page-hero-loader .page-hero-loader-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #57c7ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.page-hero .page-hero-loader .page-hero-loader-text {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
}

.page-content {
  width: 100%;
  padding: 2em;
}
.page-content .page-info {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.page-content .page-info .info-img {
  width: 35%;
  height: 100px;
  overflow: visible;
  position: relative;
  left: -2em;
}
.page-content .page-info .info-img img {
  max-width: 100%;
}
.page-content .page-info .info-content {
  width: 65%;
  padding: 2em;
  margin-top: 2em;
}
.page-content .page-info .info-content .info-title {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 0.6em;
}
.page-content .page-info .info-content .info-text {
  color: #fff;
  line-height: 1.6em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-content .page-info {
    flex-direction: column;
  }
  .page-content .page-info .info-img {
    width: 70%;
    height: auto;
    left: 0;
    margin-bottom: 1em;
  }
  .page-content .page-info .info-content {
    width: 100%;
    padding: 1em;
    margin-top: 0;
  }
  .page-content .page-info .info-content .info-title {
    font-size: 1.8em;
    margin-bottom: 0.4em;
  }
  .page-content .page-info .info-content .info-text {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page-content .page-info {
    flex-direction: column;
    gap: 0;
  }
  .page-content .page-info .info-img {
    width: 70%;
    height: 70px;
    left: -2em;
    margin-bottom: 1em;
    order: 3;
  }
  .page-content .page-info .info-content {
    width: 100%;
    padding: 1em;
    margin-top: 0;
  }
  .page-content .page-info .info-content .info-title {
    font-size: 1.8em;
    margin-bottom: 0.4em;
  }
  .page-content .page-info .info-content .info-text {
    font-size: 1em;
    line-height: 1.4em;
  }
}

.side-title {
  position: relative;
  flex-shrink: 0;
  width: 260px;
}
.side-title > div {
  padding-top: 2.4em;
  position: sticky;
  top: 2em;
}
.side-title .hint {
  font-size: 0.8em;
  color: #848484;
  margin-bottom: 0.6em;
}
.side-title .title {
  font-size: 2.4em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.6em;
}
.side-title .date {
  color: #fff;
  line-height: 1.6em;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .side-title {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-title {
    width: 180px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .side-title {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .side-title > div {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1em;
  }
  .side-title > div .title {
    order: 1;
    margin-bottom: 0.2em;
  }
  .side-title > div .hint {
    order: 2;
    margin-bottom: 1em;
  }
  .side-title > div .date {
    order: 3;
  }
}
.side-title.center {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
}
.side-title.center > div {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.terminal {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 2em auto;
  border-radius: 25px;
  background: #1e1e1e;
  overflow: hidden;
  font-family: "Space Grotesk", monospace;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .terminal {
    border-radius: 15px;
  }
}
.terminal .terminal-header {
  background: #292929;
  padding: 0.8em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  border-bottom: 1px solid #090909;
  text-align: center;
}
.terminal .terminal-header .terminal-dots {
  position: absolute;
  left: 1.5em;
  top: 0.8em;
  display: flex;
  gap: 0.4em;
}
.terminal .terminal-header .terminal-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}
.terminal .terminal-header .terminal-dots span:nth-child(1) {
  background: #ff5f56;
}
.terminal .terminal-header .terminal-dots span:nth-child(2) {
  background: #ffbd2e;
}
.terminal .terminal-header .terminal-dots span:nth-child(3) {
  background: #27ca3f;
}
.terminal .terminal-header .terminal-title {
  font-size: 0.9em;
  color: #fff;
  font-weight: 500;
}
.terminal .terminal-content {
  padding: 2em 3em;
  background: #1e1e1e;
  display: flex;
  gap: 2em;
  position: relative;
}
.terminal .terminal-content .terminal-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.terminal .terminal-content .terminal-description {
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
}
.terminal .terminal-content .terminal-description .diamond {
  color: #57c7ff;
  margin-right: 0.3em;
  font-size: 1.4em;
}
.terminal .terminal-content .terminal-section .section-title {
  color: #7d7d7d;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  padding: 0.5em 1em;
  background: #393939;
  text-align: left;
  width: 100%;
}
.terminal .terminal-content .terminal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.terminal .terminal-content .terminal-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin-bottom: 0.2em;
  font-size: 0.95em;
  line-height: 1.5em;
}
.terminal .terminal-content .terminal-list li .number {
  color: #ff6b9d;
  font-weight: 600;
  min-width: 1.2em;
}
.terminal .terminal-content .terminal-list li .text {
  color: #fff;
  flex: 1;
}
.terminal .terminal-content .terminal-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 0.2em;
  font-size: 0.95em;
}
.terminal .terminal-content .terminal-info .info-item .diamond {
  color: #57c7ff;
  margin-right: 0.3em;
  font-size: 1.4em;
}
.terminal .terminal-content .terminal-info .info-item .text {
  color: #fff;
  line-height: 1.5em;
}
.terminal .terminal-content .terminal-info .info-item .text .highlight {
  color: #5fc8de;
  font-weight: 600;
}
.terminal .terminal-content .terminal-note {
  margin-top: 1.5em;
  color: #7d7d7d;
  font-size: 0.85em;
  font-style: italic;
}
.terminal .terminal-content .terminal-note .asterisk {
  color: #ff6b9d;
  margin-right: 0.3em;
}

@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .terminal {
    margin: 1.5em 0;
  }
  .terminal .terminal-header {
    padding: 0.6em 1em;
  }
  .terminal .terminal-header .terminal-dots span {
    width: 10px;
    height: 10px;
  }
  .terminal .terminal-header .terminal-title {
    font-size: 0.8em;
  }
  .terminal .terminal-content {
    padding: 1em 1em 3em 1em;
    flex-direction: column;
    gap: 1em;
  }
  .terminal .terminal-content.forum {
    gap: 2.5em;
  }
  .terminal .terminal-content .terminal-content-inner > div {
    margin-bottom: 0em;
  }
  .terminal .terminal-content .terminal-section {
    margin-bottom: 0em;
  }
  .terminal .terminal-content .terminal-description {
    font-size: 0.9em;
  }
  .terminal .terminal-content .terminal-list li {
    font-size: 0.85em;
    gap: 0.6em;
  }
  .terminal .terminal-content .terminal-info {
    margin-top: 0em;
  }
  .terminal .terminal-content .terminal-info .info-item {
    font-size: 0.85em;
  }
  .terminal .terminal-content .terminal-note {
    font-size: 0.8em;
  }
}
.schedule {
  width: 100%;
  padding: 2em;
  background: #272727;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .schedule {
    border-radius: 15px;
  }
}
.schedule .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em 0 1.4em;
  margin-bottom: 2em;
  gap: 0.5em;
  color: #fff;
  border-bottom: solid 1px #555;
}
.schedule .date .day {
  font-size: 1.2em;
  font-weight: 600;
}
.schedule .date .time {
  color: #777;
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule {
    padding: 1em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .schedule {
    padding: 0;
  }
  .schedule .date {
    padding: 1em;
  }
}

.agenda-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.agenda-table {
  width: 100%;
  padding: 0em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 1em;
  max-width: 780px;
  margin: 0 auto 1em;
  font-size: 15px;
}
.agenda-table.forum-table .trow .td .sub-title {
  font-size: 1em;
}
.agenda-table.forum-table .trow .td .title {
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4em;
  padding: 0.2em 0;
}
.agenda-table.forum-table .trow .td .type {
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  color: #777;
  border-radius: 6px;
  border: solid 1px #6b6b6b;
}
.agenda-table.forum-table .trow .td .tags {
  font-size: 0.9em;
}
.agenda-table.forum-table .trow .td .speaker-name {
  font-size: 0.9em;
}
.agenda-table .trow {
  width: 100%;
  display: flex;
}
.agenda-table .trow.sticky {
  position: sticky;
  top: 70px;
}
.agenda-table .trow.sticky .td span {
  padding: 0.5em 2em;
  border-radius: 2em;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.42);
}
.agenda-table .trow.break .td {
  background: none;
  padding: 0;
}
.agenda-table .trow.break .td .sub-title {
  color: #777;
}
.agenda-table .trow.break .th .time {
  transform: translateY(-1.2em);
}
.agenda-table .trow .th {
  width: 60px;
  text-align: center;
  display: flex;
  align-items: flex-start;
}
.agenda-table .trow .th .time {
  color: #777;
  font-size: 1em;
  font-weight: 600;
  transform: translateY(-0.5em);
}
.agenda-table .trow .tr {
  display: flex;
  width: 100%;
  gap: 1em;
}
.agenda-table .trow .tr.top {
  border: none;
}
.agenda-table .trow .td {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 600;
  gap: 0.3em;
  padding: 1.2em;
  transition: all 0.3s;
  border-radius: 15px;
  border: none;
  background: #313131;
}
.agenda-table .trow .td.center {
  align-items: center;
  justify-content: center;
}
.agenda-table .trow .td.full {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.agenda-table .trow .td.last {
  padding: 0;
  pointer-events: none;
  height: 0;
}
.agenda-table .trow .td.no-border {
  border: 0 !important;
}
.agenda-table .trow .td.group {
  padding: 0;
  background: 0;
  border: 0;
  gap: 0.8em;
}
.agenda-table .trow .td.group > .td.full {
  height: 100%;
}
.agenda-table .trow .td.group .td .td {
  background: transparent;
  padding: 0.4em 0;
  border-radius: 0;
  flex-direction: row-reverse;
  border-bottom: solid 1px rgba(3, 37, 98, 0.1);
}
.agenda-table .trow .td.group .td .td.empty {
  border-radius: 20px;
  background: #2a2a2a;
  padding: 0.4em 1em;
}
.agenda-table .trow .td.empty {
  background: #313131;
  border: none !important;
}
.agenda-table .trow .td.gameon {
  position: relative;
  padding-top: 10%;
  font-size: 1.2em;
  background: url(../images/primary/gameon-bg.webp) bottom 100% center no-repeat;
  background-size: cover;
  text-align: center;
  border: none;
  overflow: hidden;
}
.agenda-table .trow .td.gameon .title {
  color: #ffffff;
  position: relative;
  z-index: 4;
}
.agenda-table .trow .td.gameon .sub-title {
  color: #fff;
  position: relative;
  z-index: 4;
}
.agenda-table .trow .td .title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}
.agenda-table .trow .td .title .hint {
  margin: 0 0.5em;
  font-size: 0.6em;
  padding: 0em 1em;
  background: #aa8df0;
  color: #fff;
  border-radius: 1em;
  vertical-align: middle;
}
.agenda-table .trow .td .sub-title {
  font-size: 1.1em;
  color: #aa8df0;
}
.agenda-table .trow .td .name {
  color: #848484;
  font-size: 1.1em;
}
.agenda-table .trow .td .name span {
  display: inline-block;
  padding-left: 18px;
  background: url(../images/primary/icon-mic.svg) left center no-repeat;
  margin-right: 0.6em;
}
.agenda-table .trow .td .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.agenda-table .trow .td .tags span {
  color: #9ca6c3;
  padding: 0.2em 0.6em;
  background: rgba(0, 122, 255, 0.15);
  border-radius: 2em;
}
.agenda-table .trow .td .speaker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.agenda-table .trow .td .speaker span {
  color: #aa8df0;
  padding: 0.2em 0.6em;
  border-radius: 2em;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 481px) and (max-width: 767px),
  (max-width: 480px) {
  .agenda-table {
    font-size: 15px;
    padding: 0em 0em;
  }
  .agenda-table .trow .td {
    font-size: 0.9em;
  }
  .agenda-table .trow.sticky {
    top: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .agenda-table {
    font-size: 12px;
    padding: 2em 1em;
    padding: 0.4em 1em;
  }
  .agenda-table .trow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda-table .trow.break .td {
    background: none;
    padding: 0;
  }
  .agenda-table .trow.break .th .time {
    transform: translateY(-0.5em);
  }
  .agenda-table .trow .th {
    width: 100%;
    height: 1em;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  .agenda-table .trow .th::before {
    content: "";
    width: calc(50% - 1em);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .agenda-table .trow .th::after {
    content: "";
    width: calc(50% - 1em);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .agenda-table .trow .th .time {
    font-size: 1.1em;
    display: inline-block;
    padding: 0 0.2em;
    color: #777;
    border-radius: 2em;
  }
  .agenda-table .trow .td {
    padding: 1.2em 1em;
    font-size: 1em;
  }
  .agenda-table .trow .td .title {
    font-size: 1.2em;
  }
  .agenda-table .trow .td.gameon {
    padding-top: 20%;
    font-size: 1.2em;
  }
  .agenda-table .trow .td.gameon .sub-title {
    font-size: 1em;
  }
}

.sup-team {
  display: flex;
  gap: 2em;
}
.sup-team .team-logo {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sup-team .team-logo img {
  width: 100%;
  max-width: 80%;
}
.sup-team .team-desc {
  flex: 7;
  font-size: 1em;
  line-height: 1.6em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .sup-team {
    flex-direction: column;
  }
  .sup-team .team-logo {
    flex: 1;
  }
  .sup-team .team-logo img {
    max-width: 80%;
  }
  .sup-team .team-desc {
    flex: 1;
    line-height: 1.4em;
  }
} /*# sourceMappingURL=primary.css.map */
