@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

b {
  font-weight: bold !important;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

a img {
  outline: none;
}

a:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Sans HK", sans-serif;
  background-color: #ffffff;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/speaker_bg.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form_notice {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

#host_info_box {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  display: none;
  padding: 20px;
  box-sizing: border-box;
}

#host_info_box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
  opacity: 0.3;
}

#host_info_box.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#host_info_box .ct {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  min-width: 0;
  min-height: 0;
}

.host_info_item {
  display: inline-flex;
  align-items: flex-start;
  width: min(940px, calc(100% - 40px));
  height: min(604px, calc(100vh - 40px));
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 106px 50px 40px;
}

.popup_decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_decor_top {
  top: 0;
  right: 0;
  width: 30%;
  aspect-ratio: 771 / 876;
  transform: translateY(-50%);
  background-image: none;
}

.popup_decor_bottom {
  bottom: 0;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  transform: translateY(50%);
  background-image: none;
}

.host_info_scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.close_box {
  position: absolute;
  z-index: 5;
  display: block;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.close_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.host_info_item .box_head {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  text-align: left;
  position: relative;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, #df8b37 0%, #c3612c 100%);
}

.host_info_item .box_head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.host_info_item .box_body {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.box_title {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  margin-top: 8px;
}

.box_name {
  width: 100%;
  text-align: left;
  font-size: 32px;
  color: #424242;
  position: relative;
  z-index: 1;
  font-weight: 900;
  line-height: 1.4;
}

.box_label {
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #0d216d;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 26px;
}

.box_intro {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 6px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
}

.floating_actions {
  position: fixed;
  z-index: 13;
  top: 45%;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.floating_action {
  display: block;
  width: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.floating_action:hover {
  opacity: 0.8;
}

.floating_action img {
  display: block;
  width: 100%;
  height: auto;
}

#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  right: 0px;
}

#HEADER {
  --header-base-height: 68px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 14;
  display: flex;
  align-items: center;
  min-height: var(--header-base-height);
  padding: 0 30px;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none;
  transition:
    min-height 0.3s ease,
    padding-bottom 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

#HEADER.reveal {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(12, 56, 118, 0.08);
}

#HEADER.venue-tabs-mode {
  min-height: 120px;
  padding-bottom: 52px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 56, 118, 0.1);
}

.header_venue_tabs {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 52px;
  padding: 0 max(16px, calc((100% - 1024px) / 2));
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0.28s;
}

#HEADER.venue-tabs-visible .header_venue_tabs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}

#HEADER.nav-open .header_venue_tabs {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
}

.header_venue_tabs .venue_tabs {
  height: 100%;
  padding: 6px 0 10px;
}

#logo {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: 120px;
  height: auto;
}

#KV {
  position: relative;
  z-index: 3;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background-color: #f7faf9;
}

#KV::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.kv_content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 36.5vh 0 0 15vw;
  box-sizing: border-box;
}

.kv_content::before,
.kv_content::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(160px, 18vw, 260px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(36px);
  pointer-events: none;
}

.kv_content::before {
  top: 10vh;
  left: 5vw;
}

.kv_content::after {
  top: 7vh;
  left: 25vw;
}

.kv_slogan {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #0c3876;
  font-family: "Noto Sans TC", "Noto Sans HK", "Microsoft JhengHei", sans-serif;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  width: fit-content;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 1))
    drop-shadow(0 0 36px rgba(255, 255, 255, 0.92));
}

.kv_slogan_title,
.kv_slogan_subtitle {
  display: block;
  white-space: nowrap;
}

.kv_slogan_title {
  position: relative;
  font-size: clamp(30px, 4.45vw, 64px);
  letter-spacing: 0.1em;
}

.kv_slogan_subtitle {
  margin-top: 8px;
  width: 100%;
  padding-left: 0;
  font-size: clamp(13px, 1.95vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: justify;
}

.kv_backdrop,
.kv_ribbon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.kv_backdrop {
  z-index: 0;
}

.kv_ribbon {
  z-index: 1;
}

.kv_backdrop img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.kv_artwork {
  position: absolute;
  top: 0;
  left: 50%;
  width: max(100%, 177.7778vh);
  height: max(100%, 56.25vw);
  transform: translateX(-50%);
}

.kv_ribbon_image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.kv_light_anchor {
  position: absolute;
  z-index: 2;
  top: 64.63%;
  left: 63.11%;
  display: block;
  width: 32.91%;
  aspect-ratio: 1348 / 1188;
  transform: translate(-48.8%, -52.5%);
  pointer-events: none;
}

.kv_light_image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 48.8% 52.5%;
  animation:
    kv-light-rotate 6.6s linear 3 forwards,
    kv-light-pulse 2.2s ease-in-out 3;
  will-change: transform, opacity, filter;
}

@keyframes kv-light-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes kv-light-pulse {
  0%,
  100% {
    opacity: 0.72;
    filter: brightness(0.95) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
  }

  48% {
    opacity: 1;
    filter: brightness(1.28) drop-shadow(0 0 24px rgba(255, 255, 255, 1));
  }

  68% {
    opacity: 0.74;
    filter: brightness(1.08) drop-shadow(0 0 14px rgba(255, 255, 255, 0.78));
  }
}

@media (prefers-reduced-motion: reduce) {
  .kv_light_image {
    opacity: 1;
    animation: none;
  }
}

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 30px;
  right: 20px;
  z-index: 4;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3.light span {
  background: #0c3876;
}

#nav-icon3.dark span {
  background: #0c3876;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span {
  background: #a5c3ff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#NAV {
  position: relative;
  float: right;
  margin-left: auto;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
  margin-right: 10px;
  padding-right: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
}

nav div {
  display: block;
  flex: 0 0 auto;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

nav div span {
  position: relative;
  font-size: 18px;
  color: #0c3876;
  font-weight: 500;
  z-index: 1;
}

nav div::after {
  content: none;
}

nav div:hover span {
  color: #0c3876;
  opacity: 0.7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

nav div:hover:after {
  content: none;
}

.sec {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  overflow: hidden;
}

.sec.first {
  padding-top: 150px;
}

.deep_bg {
  background: linear-gradient(100.47deg, #5208b6 0%, #5f29b6 50%, #1a044b 100%);
}

.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 100px 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

#sec1 {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

#sec1::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  top: auto;
  bottom: 0;
  right: 0;
  width: clamp(70px, 6.94vw, 100px);
  aspect-ratio: 200 / 396;
  background: url("../images/about_bg_right.png") center / contain no-repeat;
  pointer-events: none;
}

#sec1::before {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 17px;
  left: 0;
  width: clamp(72px, 7.15vw, 103px);
  aspect-ratio: 205 / 297;
  background-image: url("../images/about_bg_left.png");
}

#sec1 .mid_content {
  width: calc(100% - 48px);
  max-width: 1024px;
  padding: 80px 0 77px;
  text-align: left;
}

.about_des_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.about_remark {
  width: 100%;
  max-width: 767px;
  margin: 24px auto 0;
  color: #033c69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.about_description {
  width: 100%;
  max-width: 767px;
  margin-top: 14px;
  color: #033c69;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about_description p + p {
  margin-top: 18px;
}

/* .about_description p {
  text-align-last: justify;
} */

.intro_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}

.intro2 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  line-height: 1.7;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
}

.sec_title {
  float: none;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  font-size: 40px;
  color: #023b68;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}

.sec_title::before {
  content: none;
}

.sec_title::after {
  content: "";
  display: block;
  width: 110px;
  height: 5px;
  margin-top: 6px;
  background: linear-gradient(
    90deg,
    #85d2e9 0%,
    #fee3ba 24.04%,
    #fbc18e 49.04%,
    #b79a81 70.99%,
    #8bc080 100%
  );
}

.sec_title.dark {
  color: #023b68;
}

.title_sparkle {
  --sparkle-size: 22px;
  --sparkle-rotation: 0deg;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: var(--sparkle-size);
  height: var(--sparkle-size);
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #ffffff 0 8%,
    rgba(255, 250, 224, 0.95) 9% 18%,
    rgba(255, 226, 166, 0.42) 28%,
    rgba(255, 226, 166, 0) 64%
  );
  transform: translate(-50%, -50%) rotate(var(--sparkle-rotation)) scale(0.15);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1))
    drop-shadow(0 0 9px rgba(255, 225, 165, 0.88));
  animation: title-sparkle 1050ms ease-out forwards;
}

.title_sparkle::before,
.title_sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 226, 151, 0) 0%,
    #fff8dc 47%,
    #fff 50%,
    #fff8dc 53%,
    rgba(255, 197, 83, 0) 100%
  );
  transform: translate(-50%, -50%);
}

.title_sparkle::before {
  width: 100%;
  height: 3px;
}

.title_sparkle::after {
  width: 3px;
  height: 100%;
}

@keyframes title-sparkle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--sparkle-rotation)) scale(0.15);
  }

  28% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--sparkle-rotation)) scale(1.18);
  }

  55% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--sparkle-rotation)) scale(0.82);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--sparkle-rotation)) scale(0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .title_sparkle {
    display: none;
    animation: none;
  }
}

.intro_txt .sec_title {
  margin-bottom: 0;
}

.album_slider_wrap {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.album_left {
  position: absolute;
  z-index: 2;
  width: 24px;
  right: 0px;
  top: 50%;
  cursor: pointer;
}

.album_right {
  position: absolute;
  z-index: 2;
  width: 24px;
  left: 0px;
  top: 50%;
  cursor: pointer;
}

.album_slider {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* .album_slider li {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 25%;
} */
/* Frame */

.sec1_album_slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.sec1_album_slider li {
  width: 22%;
}

@media screen and (max-width: 480px) {
  .sec1_album_slider {
    margin-top: 0px;
  }
}

.host {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}

.host:hover {
  opacity: 0.7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.head_cover {
  display: inline-block;
  width: 100%;
}

.speaker_section {
  z-index: 2;
  background: transparent;
}

.speaker_section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.speaker_section::after {
  content: none;
}

.speaker_section .mid_content {
  width: calc(100% - 48px);
  max-width: 1024px;
  padding: 80px 0 64px;
}

.venue_tabs_shell {
  position: relative;
  z-index: 12;
  width: 100%;
  margin-bottom: 48px;
}

.venue_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.venue_tab {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  min-width: 0;
  padding: 5px 16px;
  border: 1px solid #3d81c3;
  border-radius: 999px;
  box-sizing: border-box;
  color: #4164aa;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
}
.venue_tab br {
  display: none;
}

.venue_tab.active,
.venue_tab[aria-selected="true"] {
  color: #ffffff;
  background: linear-gradient(90deg, #4282c3 0%, #4060a6 100%);
}

.venue_tab:focus-visible {
  outline: 3px solid rgba(61, 129, 195, 0.3);
  outline-offset: 3px;
}

.speaker_group + .speaker_group {
  margin-top: 54px;
}

.speaker_group .sec_title {
  margin-bottom: 48px;
}

.speaker_grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
}

.speaker_grid > .speaker_card[hidden] {
  display: none;
}

.speaker_carousel {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 50px;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.speaker_carousel_viewport {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.speaker_carousel_viewport::-webkit-scrollbar {
  display: none;
}

.speaker_carousel_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.speaker_carousel_arrow img {
  display: block;
  width: 50px;
  height: 50px;
}

.speaker_carousel_next img {
  transform: rotate(180deg);
}

.speaker_carousel_arrow:disabled {
  opacity: 0.24;
  cursor: default;
}

.speaker_card {
  display: flex;
  flex: 0 0 230px;
  flex-direction: column;
  width: 230px;
  min-width: 230px;
  max-width: 100%;
  min-height: 426px;
  position: relative;
  padding: 32px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
  scroll-snap-align: start;
}

.speaker_grid .host {
  width: 230px;
}

.speaker_card:hover {
  opacity: 1;
}

.speaker_card_media {
  width: 100%;
  aspect-ratio: 190 / 222;
  overflow: hidden;
}

.speaker_card .head_cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.speaker_card_body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 100%;
  margin-top: 24px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.speaker_card_name {
  width: 100%;
  color: #424242;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.speaker_card_name_en {
  width: 100%;
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.speaker_card_remark {
  width: 100%;
  margin-bottom: 0;
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  word-break: break-word;
}

.speaker_popup_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: auto;
  padding: 10px 32px;
  border: 0;
  border-radius: 29px;
  box-sizing: border-box;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(96.34deg, #4284c5 4%, #3f5ca3 94%);
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #HEADER {
    --header-base-height: 60px;
    min-height: var(--header-base-height);
  }

  #HEADER.venue-tabs-mode {
    min-height: 140px;
    padding-bottom: 80px;
  }

  .header_venue_tabs {
    height: 80px;
    padding: 0 16px;
  }

  .header_venue_tabs .venue_tabs {
    padding: 4px 0 8px;
  }
}

.agenda_section {
  z-index: 3;
  overflow: hidden;
  margin-top: -50px;
  background: transparent;
}

.agenda_background {
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transform: scaleY(-1);
  pointer-events: none;
}

.agenda_section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.agenda_decor_left {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  width: 80%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-120deg);
  background: url("../images/agenda_line_bg.png") center / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.agenda_section::after {
  content: none;
}

.agenda_section .mid_content {
  width: calc(100% - 48px);
  max-width: 1024px;
  padding: 150px 0 100px;
}

.agenda_section .sec_title {
  margin-bottom: 30px;
}

.agenda_program {
  width: 100%;
  position: relative;
}

.agenda_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 34px;
}

.agenda_tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: 100%;
  max-width: 220px;
  min-width: 0;
  padding: 5px 16px;
  border: 1px solid #3d81c3;
  border-radius: 999px;
  box-sizing: border-box;
  color: #4164aa;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.agenda_tab.active,
.agenda_tab[aria-selected="true"] {
  color: #ffffff;
  background: linear-gradient(90deg, #4282c3 0%, #4060a6 100%);
}

.agenda_tab:focus-visible {
  outline: 3px solid rgba(61, 129, 195, 0.3);
  outline-offset: 3px;
}

.agenda_session_panel[hidden] {
  display: none;
}

.agenda_summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100%, 520px);
  margin: 0 auto 30px;
  color: #0c3978;
}

.agenda_summary_row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  text-align: left;
}

.agenda_summary_label {
  justify-self: start;
  padding: 4px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c579e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(148.86deg, #fccfa0 9.42%, #f9c08e 94.51%);
}

.agenda_date_line {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.agenda_time_stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.agenda_live_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  background: #0c3978;
}

.agenda_date {
  color: #0c3978;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.agenda_weekday {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background: #0c3978;
}

.agenda_duration {
  color: #0c3978;
  font-size: 16px;
  font-weight: 400;
}

.agenda_venue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1a4580;
  font-weight: 400;
}

.agenda_venue strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.agenda_venue span {
  font-size: 14px;
  line-height: 1.4;
}

.agenda_switch_hint {
  margin: 34px 0 32px;
  color: #ff3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.schedule_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.schedule_row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.schedule_bar {
  min-height: 50px;
  padding: 4px 40px;
  color: #ffffff;
  background: linear-gradient(90deg, #4284c6 0%, #3a4992 100%);
}

.schedule_bar .schedule_time {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.schedule_bar .schedule_topic {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.schedule_standard {
  min-height: 76px;
  padding: 12px 40px;
  color: #0d3876;
  background: linear-gradient(90deg, #edf2f2 0%, #ffe9a7 50%, #a5d8dc 100%);
}

.schedule_standard .schedule_time {
  color: #0d3876;
  font-size: 18px;
  font-weight: 400;
}

.schedule_topic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.schedule_kicker {
  color: #0d3876;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.schedule_title {
  color: #0d3876;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.schedule_speaker,
.schedule_people {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.schedule_speaker b,
.schedule_people b {
  font-weight: 700;
}

.schedule_discussion {
  min-height: 240px;
}

.schedule_people {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
}

.schedule_role {
  display: inline-flex;
  padding: 4px 10px;
  margin: 4px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: #3c579e;
}

.agenda_signup {
  width: 100%;
  max-width: 1024px;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

.agenda_signup .sec_title {
  margin-bottom: 36px;
}

.signup_notice_title {
  margin-bottom: 18px;
  color: #0c3978;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.signup_notice_list {
  margin: 0;
  padding-left: 1.5em;
  list-style: decimal;
  color: #0c3978;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.signup_notice_list li {
  padding-left: 0.2em;
}

.signup_link_group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.signup_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  border: 0;
  border-radius: 29px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(96.34deg, #4284c5 4%, #3f5ca3 94%);
  cursor: pointer;
}

.signup_link_btn:hover {
  filter: brightness(1.06);
}

.signup_link_btn:focus-visible {
  outline: 3px solid rgba(61, 129, 195, 0.3);
  outline-offset: 3px;
}

.registration_form_section {
  width: 100%;
  max-width: 615px;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
  color: #0c3978;
  text-align: left;
}

.registration_form_section[hidden] {
  display: none;
}

.registration_form_title {
  margin: 0 0 28px;
  color: #0c3978;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.registration_form {
  width: 100%;
}

.registration_form .registration_field {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.registration_label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #0c3978;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.registration_label span {
  color: #0c3978;
  font-size: 12px;
  font-weight: 400;
}

.registration_form .registration_input {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #79a2d7;
  border-radius: 999px;
  box-sizing: border-box;
  color: #0c3978;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.registration_form .registration_input:focus {
  border-color: #3d81c3;
  box-shadow: 0 0 0 3px rgba(61, 129, 195, 0.16);
}

.registration_form select.registration_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-color: rgba(255, 255, 255, 0.72);
  background-image: url("../images/icon_dropdown_arrow.png");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.registration_field .field-error {
  grid-column: 2;
  margin-top: -10px;
  color: #c72e2e;
}

.registration_form .registration_input.is-error {
  border: 2px solid #c72e2e;
}

.registration_consent {
  margin-top: 30px;
}

.registration_form .registration_consent_row {
  gap: 16px;
  margin-bottom: 18px;
  color: #0c3978;
}

.registration_form .registration_consent_row input[type="checkbox"] {
  flex: 0 0 20px;
  border: 1px solid #0c579a;
  background: #0c579a;
}

.registration_form .registration_consent_title {
  color: #0c3978;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.registration_consent > .field-error {
  margin: -10px 0 14px 36px;
  color: #c72e2e;
}

.registration_terms {
  color: #0c3978;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.registration_terms p {
  margin: 0;
}

.registration_terms ol {
  margin: 4px 0 0;
  padding-left: 1.5em;
  list-style: decimal;
}

.registration_actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.registration_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 45px;
  border: 0;
  border-radius: 29px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #4280c2 0%, #3c5198 100%);
  cursor: pointer;
}

.registration_submit:hover {
  filter: brightness(1.06);
}

.registration_submit:focus-visible {
  outline: 3px solid rgba(61, 129, 195, 0.3);
  outline-offset: 3px;
}

.agenda_address {
  display: inline-block;
  text-align: center;
  width: 760px;
  margin-bottom: 44px;
}

.agenda_address_inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.agenda_item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
  margin-bottom: 16px;
}

.agenda_item img {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  margin-right: 0px;
  flex-shrink: 0;
}

.agenda_item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
}

.agenda_item p span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: normal;
}

.agenda_announce {
  display: block;
  width: 100%;
  margin-top: 42px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.agenda_announce::before {
  content: "•";
  margin-right: 12px;
}

.agenda_content {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}

.agenda_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.agenda_tr_space {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  border-radius: 10px;
  padding: 18px 32px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}

.agenda_tr_space.highlight {
  background: #da9700;
}

.agenda_tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  gap: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  z-index: 0;
  margin-top: 0;
}

.agenda_tr:nth-child(odd) {
  background: #fff2ea;
}

.agenda_tr:nth-child(even) {
  background: #ffffff;
}

.agenda_tr .agenda-td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 20px;
  color: #1d4d76;
  font-weight: 500;
  line-height: 1.35;
  box-sizing: border-box;
}

.agenda_tr .agenda-td:first-child {
  width: 150px;
  min-width: 150px;
  padding: 24px 12px;
  border-right: #141414 1px solid;
  color: #141414;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  align-items: center;
}

.agenda_tr .agenda-td:nth-child(2) {
  flex: 1;
  width: auto;
  min-width: 0px;
  padding: 24px 34px;
}

.agenda_tr .agenda-td .agenda_orange {
  display: inline;
  color: #e15100;
  font-size: 20px;
  font-weight: 500;
}

.agenda_tr .agenda-td .host_title {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 2px 5px;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  background: #0a559c;
  margin: 0;
}

.agenda_tr .agenda-td .agenda_orange_small {
  font-size: 16px;
}

.agenda_panel_line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.agenda_panel_line_top {
  margin-top: 6px;
}

.agenda_tr_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0px 28px 14px;
  gap: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}

.agenda_tr_head .agenda-td {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}

.agenda_tr_head .agenda-td:first-child {
  width: 160px;
  min-width: 160px;
}

.agenda_tr_head .agenda-td:nth-child(2) {
  width: 42%;
  min-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
}

.agenda_tr_head .agenda-td:last-child {
  flex: 1;
}

.signup_section {
  background: linear-gradient(
    104.82deg,
    #e38b6c 0%,
    #be4f1e 31.12%,
    #e26d21 67.04%,
    #a44524 99.6%
  );
}

.signup_section .mid_content {
  width: 100%;
  max-width: 1040px;
}

.signup_section .sec_title {
  margin-bottom: 48px;
  color: #023b68;
}

.form_wrap {
  display: inline-block;
  width: 100%;
  max-width: 1040px;
  text-align: left;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 20px;
  width: 100%;
}

.field {
  margin: 0;
}

.field_full,
.consent,
.form-msg,
.actions {
  grid-column: 1 / -1;
}

.label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.req {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffe9dc;
}

.input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 0 16px;
  font-size: 16px;
  color: #254d69;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
}

.input:focus {
  border-color: #fbd14b;
  box-shadow: 0 0 0 2px rgba(251, 209, 75, 0.24);
}

.input.is-error {
  border: 2px solid #7f1d00;
}

.field-error {
  margin-top: 5px;
  color: #fff3ef;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.consent > .field-error {
  margin-top: -10px;
  margin-bottom: 14px;
}

#formMsg {
  color: #ffe9dc;
}

.consent {
  margin-top: 2px;
}

.consent-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  margin: 0 0 16px;
  user-select: none;
}

.consent-row input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.consent-row input[type="checkbox"]:checked {
  background: #1d4d76;
}

.consent-row input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.consent-text {
  font-size: 18px;
  font-weight: 400;
}

.terms {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 18px;
}

.terms a,
.agency_link {
  color: #a3fffd;
  text-decoration: underline;
  word-break: normal;
}

.notes {
  margin: 0;
  padding-left: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.notes li {
  margin: 0;
  list-style-type: none;
}

.notes li + li {
  margin-top: 4px;
}

.notes p + p {
  margin-top: 4px;
}

.actions {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.btn-submit {
  width: 188px;
  height: 56px;
  background: #1d4d76;
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
}

.selectStyle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 46px;
  background-color: #ffffff;
  background-image: url("../images/icon_dropdown_arrow.png");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}

.btn-submit:hover {
  filter: brightness(1);
}

.btn-submit:active {
  transform: translateY(1px);
}

.form-msg {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}

.form-msg:empty {
  display: none;
}

.form-msg.success {
  color: #e8ffe8;
}

.form-msg.error {
  color: #ffe1e1;
}

.form-msg.info {
  color: #f2f2f2;
}

.consent-row input.is-error {
  box-shadow: 0 0 0 2px #7f1d00;
}

.btn-arrow {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.activity_info_section {
  overflow: hidden;
  background-color: #ffffff;
}

.activity_info_section,
.activity_info_section * {
  box-sizing: border-box;
}

.activity_info_section .mid_content {
  width: 100%;
  max-width: 1040px;
}

.activity_decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.activity_decor_left {
  top: 6%;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  background-image: none;
}

.activity_decor_right {
  top: 10%;
  right: 0;
  width: 20%;
  aspect-ratio: 498 / 1081;
  background-image: none;
}

@media screen and (max-width: 1024px) {
  .activity_decor_left {
    top: calc(20%);
  }

  .activity_decor_right {
    top: calc(20%);
  }
}

.activity_content {
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0;
  min-width: 0;
  text-align: left;
}

.activity_summary {
  display: grid;
  grid-template-columns: minmax(0, 337px) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  width: 100%;
  min-width: 0;
  margin-bottom: 28px;
}

.activity_summary_item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.activity_badge {
  display: flex;
  flex: 0 0 72px;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #d36422;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.activity_summary_text p {
  margin: 0;
  overflow-wrap: anywhere;
}

.activity_date,
.activity_location {
  color: #07192c;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
}

.activity_time {
  color: #07192c;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.activity_map {
  width: 100%;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
}

.activity_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.transport_list {
  width: 100%;
  min-width: 0;
  margin-top: 28px;
}

.transport_item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.transport_item + .transport_item {
  margin-top: 34px;
}

.transport_icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.transport_content {
  width: 100%;
  min-width: 0;
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.transport_content h3 {
  margin: 0 0 4px;
  color: #07192c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.transport_content p {
  margin: 0;
}

.transport_emphasis {
  color: #424242;
  font-size: 20px;
  font-weight: 700;
}

.transport_group + .transport_group {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .activity_content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 760px) {
  .activity_summary {
    grid-template-columns: minmax(0, 1fr);
    align-items: flex-start;
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .activity_content {
    margin-top: 40px;
  }

  .activity_summary_item {
    align-items: flex-start;
    gap: 10px;
  }

  .activity_badge {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .activity_date,
  .activity_location {
    font-size: 20px;
  }

  .activity_time,
  .transport_content,
  .transport_emphasis {
    font-size: 17px;
  }

  .activity_map {
    height: 320px;
  }

  .transport_item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .transport_content h3 {
    font-size: 22px;
  }

  .transport_group + .transport_group {
    margin-top: 24px;
  }
}

.traffic_section {
  overflow: hidden;
  color: #0c3978;
  background: transparent;
}

.traffic_section .activity_decor_left {
  top: 88px;
  left: 0;
  width: clamp(55px, 7.2vw, 104px);
  aspect-ratio: 205 / 297;
  background-image: url("../images/about_bg_left.png");
  opacity: 0.9;
}

.traffic_section .activity_decor_right {
  top: 38%;
  right: 0;
  width: clamp(60px, 7vw, 100px);
  aspect-ratio: 200 / 396;
  background-image: url("../images/about_bg_right.png");
  opacity: 0.9;
}

.traffic_decor_dots_left {
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 4%;
  width: clamp(50px, 4.45vw, 64px);
  aspect-ratio: 1;
  background: url("../images/traffic_bg_left.png") center / contain no-repeat;
  opacity: 0.9;
  pointer-events: none;
}

.traffic_section .mid_content {
  width: calc(100% - 48px);
  max-width: 1024px;
  padding: 84px 0 100px;
  text-align: left;
}

.traffic_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 30px 0 32px;
}

.traffic_tab {
  min-width: 220px;
  padding: 5px 40px;
  border: 1px solid #3d81c3;
  border-radius: 999px;
  box-sizing: border-box;
  color: #4164aa;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  background: transparent;
  cursor: pointer;
}

.traffic_tab.active,
.traffic_tab[aria-selected="true"] {
  color: #ffffff;
  background: linear-gradient(90deg, #4282c3 0%, #4060a6 100%);
}

.traffic_tab:focus-visible {
  outline: 3px solid rgba(61, 129, 195, 0.3);
  outline-offset: 3px;
}

.traffic_panel[hidden] {
  display: none;
}

.traffic_transport_panel[hidden] {
  display: none;
}

.traffic_section .activity_content {
  max-width: 1024px;
  margin: 0 auto;
}

.traffic_section .activity_summary {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: min(100%, 520px);
  margin: 0 auto 30px;
}

.traffic_section .activity_summary_item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.traffic_section .activity_badge {
  display: inline-flex;
  justify-self: start;
  width: auto;
  height: auto;
  padding: 4px 10px;
  border-radius: 3px;
  color: #3c579e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(148.86deg, #fccfa0 9.42%, #f9c08e 94.51%);
}

.traffic_section .activity_summary_text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.traffic_section .activity_date {
  color: #0c3978;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.traffic_section .activity_time {
  color: #0c3978;
  font-size: 16px;
  font-weight: 400;
}

.traffic_section .activity_location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #1a4580;
}

.traffic_section .activity_location p:first-child {
  font-size: 24px;
  line-height: 1.35;
}

.traffic_section .activity_location p:last-child {
  font-size: 14px;
  line-height: 1.4;
}

.traffic_section .activity_map {
  height: 465px;
  border-radius: 0 0 12px 12px;
}

.traffic_transport {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto 0;
}

.traffic_section .transport_item {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 32px;
}

.traffic_section .transport_item + .transport_item {
  margin-top: 48px;
}

.traffic_section .transport_content {
  color: #0c3978;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.traffic_section .transport_content h3 {
  margin-bottom: 4px;
  color: #0c3978;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .traffic_section .mid_content {
    width: calc(100% - 32px);
    padding: 64px 0 72px;
  }

  .traffic_decor_dots_left {
    top: 55%;
    left: 6px;
    width: 44px;
    opacity: 0.65;
  }

  .traffic_tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 26px 0 28px;
  }

  .traffic_tab {
    min-width: 0;
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
  }

  .traffic_section .activity_summary_item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .traffic_section .activity_summary_text {
    gap: 6px;
  }

  .traffic_section .activity_date {
    font-size: 32px;
  }

  .traffic_section .activity_time {
    flex-basis: 100%;
    font-size: 14px;
  }

  .traffic_section .activity_location p:first-child {
    font-size: 19px;
  }

  .traffic_section .activity_map {
    height: 340px;
    border-radius: 0 0 10px 10px;
  }

  .traffic_section .transport_item {
    gap: 16px;
  }

  .traffic_section .transport_item + .transport_item {
    margin-top: 32px;
  }

  .traffic_section .transport_content {
    font-size: 16px;
  }

  .traffic_section .transport_content h3 {
    font-size: 21px;
  }
}

#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  min-height: 174px;
  padding: 64px 20px;
  background-color: #ffffff;
}

.footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  color: #424242;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  #FOOTER {
    min-height: 174px;
    padding: 56px 20px;
  }

  .copyright {
    font-size: 16px;
  }
}

/* Speaker profile popup */
.host_info_item {
  width: min(908px, calc(100% - 40px));
  height: min(604px, calc(100vh - 40px));
  padding: 28px 50px;
  border-radius: 28px;
  background: url("../images/speaker_bg.png") center / 100% 100% no-repeat;
}

.host_info_item .popup_decor {
  display: none;
}

.host_info_item .box_head {
  flex: 0 0 168px;
  width: 168px;
  height: 210px;
  margin-top: 0;
  border-radius: 0 0 16px 16px;
  background: transparent;
}

.host_info_item .box_body {
  padding-left: 30px;
}

.host_info_item .close_box {
  top: 22px;
  right: 18px;
}

.host_info_item .box_name {
  color: #424242;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.host_info_item .box_title {
  margin-top: 4px;
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.host_info_item .box_label {
  margin-top: 26px;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.host_info_item .box_intro {
  margin-top: 4px;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.speaker_profile_section + .speaker_profile_section {
  margin-top: 10px;
}

.speaker_profile_section h3 {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #3c579e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(148.86deg, #fccfa0 9.42%, #f9c08e 94.51%);
}

.speaker_profile_section ul {
  margin: 0;
  padding-left: 1.5em;
  list-style: disc;
}

.speaker_profile_section p {
  margin: 0;
}

.speaker_profile_section li {
  padding-left: 0.15em;
}

@media screen and (max-width: 600px) {
  .host_info_item {
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding: 50px 20px 28px;
  }

  .host_info_item .box_head {
    flex: 0 0 112px;
    width: 112px;
    height: 140px;
    margin-top: 0;
  }

  .host_info_item .box_body {
    margin-top: 18px;
    padding-left: 0;
  }

  .host_info_item .box_name {
    font-size: 24px;
    font-weight: 400;
  }

  .host_info_item .box_title {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
  }

  .host_info_item .box_label {
    color: #1c1c1c;
    font-size: 24px;
  }

  .host_info_item .box_intro {
    font-size: 16px;
  }
}

@media screen and (max-width: 1180px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 18px;
    right: 0px;
    z-index: 15;
  }

  #NAV {
    position: fixed;
    float: left;
    width: 100%;
    height: 100%;
    height: 100dvh;
    top: -100%;
    left: 0px;
    z-index: 14;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    text-align: center;
    margin-right: 0;
    background-color: #ffffff;
    padding-right: 0px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  #NAV.reveal {
    top: 0%;
  }

  nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 80px;
  }

  nav div {
    float: none;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
  }

  #logo {
    width: 106px;
    height: auto;
  }

  .kv_slogan {
    align-items: flex-start;
  }

  .kv_content {
    padding-top: 32vh;
    padding-left: 8vw;
  }

  .album_slider li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
  }

  .agenda_address {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .agenda_address_inner {
    max-width: 100%;
  }

  .agenda_item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
    margin-bottom: 14px;
  }

  .agenda_item img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 0px;
  }

  .agenda_item p {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
  }

  .agenda_item p span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: normal;
  }

  .agenda_announce {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
    margin-top: 14px;
  }

  .agenda_tr_head {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: stretch;
    padding: 20px 32px;
    gap: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    margin-top: 10px;
  }

  .agenda_tr_space {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 20px;
    font-size: 20px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
    color: #ffffff;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 400;
  }

  .agenda_tr_space.highlight {
    background: #da9700;
  }

  .agenda_tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
    gap: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    z-index: 0;
    margin-top: 8px;
    border-radius: 12px;
    box-shadow: none;
  }

  .agenda_tr .agenda-td {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #254d69;
  }

  .agenda_tr .agenda-td .host_title {
    font-size: 18px;
  }

  .agenda_tr .agenda-td:first-child {
    width: 100%;
    border-right: none;
  }

  .agenda_tr .agenda-td:nth-child(2) {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .form_wrap {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) and (max-height: 600px) {
  #HEADER {
    --header-base-height: 48px;
    min-height: var(--header-base-height);
    padding-right: 16px;
    padding-left: 16px;
  }

  #HEADER.venue-tabs-mode {
    min-height: 88px;
    padding-bottom: 40px;
  }

  #logo {
    width: 88px;
  }

  .header_venue_tabs {
    height: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .header_venue_tabs .venue_tabs {
    gap: 8px;
    padding: 3px 0 6px;
  }

  .header_venue_tabs .venue_tab {
    max-width: 200px;
    padding: 3px 4px;
    font-size: clamp(12px, 2.1vw, 14px);
    line-height: 1.2;
  }

  .header_venue_tabs .venue_tab br {
    display: none;
  }

  .NAV_btn_wrap {
    width: 48px;
    top: 9px;
    right: 2px;
  }

  #nav-icon3 {
    width: 26px;
    height: 32px;
  }

  #NAV nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    gap: 4px 8px;
    width: min(100%, 720px);
    margin: 52px auto 0;
    padding: 0 54px 16px;
    box-sizing: border-box;
  }

  #NAV nav div {
    width: auto;
    padding: 10px 6px;
  }

  #NAV nav div span {
    font-size: 15px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  #KV {
    position: relative;
    z-index: 3;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .kv_backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .kv_content {
    align-items: center;
    padding: 18vh 12px 0;
    text-align: center;
  }

  .kv_content::before {
    top: 6vh;
    left: -10vw;
  }

  .kv_content::after {
    top: 4vh;
    left: 45vw;
  }

  .kv_slogan {
    align-items: center;
  }

  .kv_slogan_title {
    font-size: clamp(30px, 8.7vw, 34px);
  }

  .kv_slogan_subtitle {
    margin-top: 6px;
    font-size: clamp(13px, 3.85vw, 15px);
    letter-spacing: 0.3em;
  }
}

@media screen and (max-width: 480px) {
  .deep_bg {
    background: linear-gradient(
      100.47deg,
      #5208b6 0%,
      #5f29b6 50%,
      #1a044b 100%
    );
  }

  .sec {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 10px;
  }

  .mid_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #sec1 .mid_content {
    width: calc(100% - 32px);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #sec1::after {
    width: 70px;
  }

  .about_description {
    margin-top: 12px;
    font-size: 16px;
  }

  .about_description p + p {
    margin-top: 16px;
  }

  .about_remark {
    margin-top: 20px;
    font-size: 20px;
  }

  .intro2 .break_line {
    display: none;
  }

  .intro2 {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 1.7;
  }

  .floating_actions {
    right: 12px;
    gap: 6px;
  }

  .floating_action {
    width: 40px;
  }

  .sec_title {
    float: none;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    font-size: 32px;
    color: #023b68;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
  }

  .sec_title::before {
    content: none;
  }

  .sec_title::after {
    width: 88px;
    height: 4px;
    margin-top: 5px;
  }

  .intro_txt .sec_title {
    margin-bottom: 0;
  }

  .album_slider li {
    float: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px;
    width: 250px;
  }

  .signup_section .sec_title {
    margin-bottom: 38px;
  }

  .field {
    margin: 0;
  }

  .label {
    font-size: 18px;
    margin: 0 0 8px;
  }

  .input {
    height: 44px;
    padding: 0 12px;
    font-size: 15px;
  }

  .selectStyle {
    padding-right: 40px;
    background-position: right 10px center;
  }

  .consent {
    margin-top: 18px;
  }

  .consent-row {
    gap: 10px;
    margin: 0 0 12px;
  }

  .consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  .consent-text {
    font-size: 18px;
  }

  .terms,
  .notes {
    font-size: 14px;
    line-height: 1.65;
  }

  .notes li + li {
    margin-top: 6px;
  }

  .actions {
    margin-top: 24px;
  }

  .btn-submit {
    width: 170px;
    height: 52px;
  }
}

@media screen and (max-width: 960px) {
  .venue_tabs {
    gap: 16px;
  }

  .venue_tab {
    padding: 5px 12px;
  }

  .venue_tab br {
    display: block;
  }
  .speaker_group .sec_title {
    margin-bottom: 48px;
  }

  .speaker_card,
  .speaker_grid .host {
    width: 230px;
  }

  .host_info_item {
    display: inline-flex;
  }
}

@media screen and (max-width: 600px) {
  #HEADER.venue-tabs-mode {
    min-height: 128px;
    padding-bottom: 68px;
  }

  .header_venue_tabs {
    height: 68px;
  }

  .apply-form {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .field_full,
  .consent,
  .form-msg,
  .actions {
    grid-column: auto;
  }

  .speaker_section .mid_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .venue_tabs_shell {
    margin-bottom: 40px;
  }

  .venue_tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 0;
  }

  .venue_tab {
    width: 100%;
    max-width: none;
    padding: 5px 8px;
    font-size: 16px;
  }

  .speaker_carousel {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 0;
  }

  .speaker_carousel_arrow {
    width: 28px;
    height: 44px;
  }

  .speaker_carousel_arrow img {
    width: 40px;
    height: 40px;
    max-width: none;
  }

  .speaker_grid {
    gap: 20px;
  }

  #host_info_box .ct {
    display: flex;
    height: 100%;
    min-height: 0;
  }

  .host_info_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 100%;
    min-height: 0;
    padding: 50px 20px 28px;
    border-radius: 28px;
  }

  .close_box {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .host_info_item .box_head {
    display: block;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }

  .host_info_item .box_head img {
    width: 100%;
    height: 100%;
  }

  .host_info_item .box_body {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding-left: 0;
  }

  .host_info_scroll {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding-right: 8px;
    box-sizing: border-box;
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .box_name {
    float: none;
    font-size: 32px;
    color: #424242;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 0;
  }

  .box_title {
    float: none;
    margin-top: 8px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
  }

  .box_label {
    float: none;
    margin-top: 26px;
    color: #0d216d;
    font-size: 24px;
    font-weight: 700;
  }

  .box_intro {
    float: none;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
  }
}

@media screen and (max-width: 960px) {
  .agenda_section .sec_title {
    margin-bottom: 30px;
  }

  .agenda_content {
    margin-top: 0;
  }

  .agenda_tr {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    gap: 0;
    margin-top: 0;
    border-radius: 0;
  }

  .agenda_tr .agenda-td {
    font-size: 18px;
    line-height: 1.4;
  }

  .agenda_tr .agenda-td:first-child {
    width: 120px;
    min-width: 120px;
    padding: 18px 8px;
    border-right: #141414 1px solid;
    font-size: 18px;
  }

  .agenda_tr .agenda-td:nth-child(2) {
    flex: 1;
    width: auto;
    padding: 18px 20px;
  }

  .agenda_tr .agenda-td .host_title {
    font-size: 15px;
  }

  .agenda_announce {
    margin-top: 30px;
    padding-left: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .sec_title {
    gap: 0;
    color: #023b68;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
  }

  .sec_title::before {
    content: none;
  }

  .sec_title::after {
    width: 88px;
    height: 4px;
  }

  .agenda_tr .agenda-td {
    font-size: 16px;
  }

  .agenda_tr .agenda-td:first-child {
    width: 96px;
    min-width: 96px;
    padding: 14px 6px;
    font-size: 16px;
  }

  .agenda_tr .agenda-td:nth-child(2) {
    padding: 14px 12px;
  }

  .agenda_tr .agenda-td .agenda_orange {
    font-size: 16px;
  }

  .agenda_tr .agenda-td .agenda_orange_small,
  .agenda_tr .agenda-td .host_title {
    font-size: 14px;
  }

  .agenda_panel_line {
    gap: 8px;
  }

  .agenda_announce {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .agenda_section .mid_content {
    width: calc(100% - 48px);
  }

  .agenda_tabs {
    gap: 16px;
  }

  .agenda_tab {
    padding: 5px 12px;
  }

  .schedule_row {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .schedule_bar,
  .schedule_standard {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media screen and (max-width: 600px) {
  .agenda_section .mid_content {
    width: calc(100% - 32px);
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .agenda_section .sec_title {
    margin-bottom: 26px;
  }

  .agenda_tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 28px;
  }

  .agenda_tab {
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
  }

  .agenda_summary {
    gap: 14px;
  }

  .agenda_summary_row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .agenda_summary_label {
    padding: 4px 8px;
    font-size: 13px;
  }

  .agenda_date_line {
    flex-wrap: wrap;
    gap: 6px;
  }

  .agenda_date {
    font-size: 32px;
  }

  .agenda_weekday {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .agenda_duration {
    font-size: 14px;
  }

  .agenda_time_stack {
    flex-basis: 100%;
  }

  .agenda_venue strong {
    font-size: 19px;
  }

  .agenda_venue span {
    font-size: 13px;
  }

  .agenda_switch_hint {
    margin: 26px 0 24px;
    font-size: 14px;
  }

  .schedule_list {
    gap: 8px;
  }

  .schedule_row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .schedule_bar,
  .schedule_standard {
    padding: 12px;
  }

  .schedule_bar .schedule_time,
  .schedule_standard .schedule_time {
    font-size: 14px;
  }

  .schedule_bar .schedule_topic,
  .schedule_title {
    font-size: 18px;
  }

  .schedule_kicker,
  .schedule_speaker,
  .schedule_people {
    font-size: 14px;
  }

  .schedule_discussion {
    min-height: 220px;
  }

  .registration_form_section {
    margin-top: 64px;
  }

  .registration_form_title {
    font-size: 26px;
  }

  .registration_form .registration_field {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .registration_field .field-error {
    grid-column: 1;
    margin-top: -3px;
  }

  .registration_input {
    height: 46px;
  }

  .registration_terms {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .host_info_item {
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding: 50px 20px 28px;
    background: url("../images/speaker_bg.png") center / 100% 100% no-repeat;
  }

  .host_info_item .box_head {
    flex: 0 0 112px;
    width: 112px;
    height: 140px;
    margin-top: 0;
    border-radius: 0 0 12px 12px;
    background: transparent;
  }

  .host_info_item .box_body {
    margin-top: 18px;
    padding-left: 0;
  }

  .host_info_item .box_name {
    color: #424242;
    font-size: 24px;
    font-weight: 400;
  }

  .host_info_item .box_title {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
  }

  .host_info_item .box_label {
    color: #1c1c1c;
    font-size: 24px;
  }

  .host_info_item .box_intro {
    font-size: 16px;
  }
}

/* Final landscape override after all max-width rules. */
@media screen and (max-width: 960px) and (orientation: landscape) and (max-height: 600px) {
  #HEADER.venue-tabs-mode {
    min-height: 88px;
    padding-bottom: 40px;
  }

  .header_venue_tabs {
    height: 40px;
  }
}
