html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html,
body {
  width: 100%;
  color: #ffffff;
  scroll-behavior: smooth;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #080c23;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

img {
  object-fit: cover;
  display: block;
}

button {
  cursor: pointer;
  background-color: transparent;
}

.container {
  width: 90%;
  max-width: 115rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.container-s {
  width: 72%;
  max-width: 115rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .container-s {
    width: 90%;
  }
}

.pd120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .pd120 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.bg-white {
  background-color: #f2f2f2;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}

.gap200 {
  margin-top: 12.5rem;
}
@media (max-width: 768px) {
  .gap200 {
    margin-top: 6.25rem;
  }
}

.gap120 {
  margin-top: 7.5rem;
}

.gap80 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .gap80 {
    margin-top: 3rem;
  }
}

.gap40 {
  margin-top: 2.5rem;
}

.gap20 {
  margin-top: 1.25rem;
}

.color-blue {
  background-color: #3700ff;
}

.color-grey {
  background-color: #545454;
}

.buttons {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .buttons {
    flex-direction: column;
  }
}
.buttons span {
  color: #ffffff;
  font-size: 0.875rem;
}
.buttons span + span {
  margin-left: 0.5rem;
}
.buttons button {
  width: 12rem;
  padding: 1rem 0;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
@media (max-width: 480px) {
  .buttons button {
    width: 100%;
  }
}
.buttons button:hover {
  opacity: 0.85;
}

.w-10 {
  width: 10rem !important;
}

.width-100 {
  width: 100% !important;
}

.width-50 {
  width: 50% !important;
}
@media (max-width: 768px) {
  .width-50 {
    width: 100% !important;
  }
}

.imgz {
  position: relative;
  z-index: 99;
}

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

.full-screen {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .full-screen {
    justify-content: flex-start;
  }
}
.full-screen-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.full-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 35, 0.24);
  z-index: 2;
  pointer-events: none;
}
.full-screen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent, #080c23);
  z-index: 3;
  pointer-events: none;
}
.full-screen .Header {
  position: relative;
  z-index: 100;
  padding-top: 1.5rem;
}
.full-screen .HeroContent {
  position: relative;
  z-index: 4;
}
.full-screen .HeroBottom {
  position: relative;
  z-index: 4;
}

.Header {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 130;
  position: relative;
}
@media (max-width: 1024px) {
  .Header-toggle {
    display: flex;
  }
}
.Header-toggle-icon {
  width: 24px;
  height: 24px;
}
.Header-nav {
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.Header-nav > ul {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Header-nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
.Header-nav > ul > li + li {
  padding-left: 0;
}
.Header-nav > ul > li + li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
}
.Header-nav a {
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
}
.Header .has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.Header .has-submenu > a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask: url("/img/icon/chevron-down.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("/img/icon/chevron-down.svg") no-repeat center;
  mask-size: contain;
  transition: transform 0.2s ease;
}
.Header .has-submenu .submenu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  min-width: 100%;
  width: max-content;
  max-width: 240px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0 0 8px 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 200;
}
.Header .has-submenu .submenu li a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: normal;
  line-height: 1.4;
}
.Header .has-submenu .submenu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .Header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .Header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #080c23;
    padding: 5rem 2rem;
    transition: right 0.3s ease;
    z-index: 125;
    overflow-y: auto;
  }
  .Header-nav > ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .Header-nav > ul > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    display: block;
  }
  .Header-nav > ul > li + li {
    padding-left: 0;
  }
  .Header-nav > ul > li + li::before {
    display: none;
  }
  .Header-nav a {
    font-size: 1rem;
  }
  .Header .has-submenu > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .Header .has-submenu .submenu {
    position: static;
    background: none;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: visible;
    transform: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 0;
    margin-top: 0;
  }
  .Header .has-submenu .submenu li a {
    padding-left: 1.5rem;
    white-space: normal;
  }
  .Header .has-submenu.is-open .submenu {
    max-height: 500px;
    opacity: 1;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
  }
  .Header .has-submenu.is-open > a::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .Header.is-open .Header-nav {
    right: 0;
  }
}
.Header-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 7, 7, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 120;
}
@media (max-width: 1024px) {
  .Header.is-open .Header-overlay {
    opacity: 1;
    visibility: visible;
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.HeroContent {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .HeroContent {
    align-items: center;
  }
}
.HeroContent-logo img {
  height: 4rem;
}
.HeroContent-logo-center {
  display: block;
}
@media (max-width: 768px) {
  .HeroContent-logo-center {
    display: none;
  }
}
.HeroContent-logo-left {
  display: none;
}
@media (max-width: 768px) {
  .HeroContent-logo-left {
    display: block;
  }
}
.HeroContent-title {
  width: 60%;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 4.5rem;
}
@media (max-width: 1024px) {
  .HeroContent-title {
    width: 100%;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .HeroContent-title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .HeroContent-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}

.HeroBottom {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .HeroBottom {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .HeroBottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.HeroBottom-left {
  width: 50%;
}
@media (max-width: 768px) {
  .HeroBottom-left {
    width: 100%;
  }
}
.HeroBottom-right {
  flex-shrink: 0;
}
.HeroBottom-location {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 3px;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .HeroBottom-location {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .HeroBottom-location {
    font-size: 0.875rem;
  }
}
.HeroBottom-location a {
  color: #f2f2f2;
}
.HeroBottom-countdown {
  display: flex;
  gap: 0.8rem;
}
.HeroBottom-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 5rem;
  height: 5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.HeroBottom-countdown-item-number {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.HeroBottom-countdown-item-label {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.About {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media (max-width: 768px) {
  .About {
    gap: 5rem;
  }
}
.About-sponsors {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .About-sponsors {
    flex-direction: column;
    align-items: initial;
  }
}
.About-sponsors-item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .About-sponsors-item {
    width: 100%;
  }
}
.About-sponsors-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  border: 0.2px solid #ffffff;
}
.About-sponsors-item-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.25rem;
  padding: 1.25rem;
  border-left: 0.2px solid #ffffff;
  border-right: 0.2px solid #ffffff;
  border-bottom: 0.2px solid #ffffff;
}
.About-sponsors-item-head-h1 {
  font-size: 1.125rem;
  font-weight: 700;
}
.About-sponsors-item-head-h2 {
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.About-sponsors-item-head-h2 span {
  color: #ffffff;
}
.About-sponsors-item-head-h2 a {
  text-decoration: none;
  color: #ffffff;
}
.About-sponsors-item-content {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  flex: 1;
  border-left: 0.2px solid #ffffff;
  border-right: 0.2px solid #ffffff;
  border-bottom: 0.2px solid #ffffff;
}
@media (max-width: 768px) {
  .About-sponsors-item-content {
    flex: initial;
  }
}
.About-row {
  display: flex;
  width: 100%;
  gap: 3rem;
}
@media (max-width: 768px) {
  .About-row {
    flex-direction: column-reverse;
  }
}
.About-row-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .About-row-text {
    width: 100%;
  }
}
.About-row-text-h {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #3700ff;
}
@media (max-width: 768px) {
  .About-row-text-h {
    font-size: 0.875rem;
  }
}
.About-row-text-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.About-row-text-content-1 {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .About-row-text-content-1 {
    font-size: 1.25rem;
  }
}
.About-row-text-content-2 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .About-row-text-content-2 {
    font-size: 1rem;
  }
}
.About-row-text-content-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.About-row-text-content-2 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.About-row-text-content-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url("/img/bullet.svg") no-repeat center/contain;
}
.About-row-text-content-3 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .About-row-text-content-3 {
    font-size: 1rem;
  }
}
.About-row-img {
  width: 50%;
  height: auto;
}
@media (max-width: 1024px) {
  .About-row-img {
    width: 100%;
  }
}
.About-row-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  display: block;
}
@media (max-width: 1024px) {
  .About-row-img img {
    aspect-ratio: 3/2;
  }
}

.PlanVisit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .PlanVisit {
    padding-bottom: 5rem;
  }
}
.PlanVisit-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.PlanVisit-head-h2 {
  font-weight: 500;
  font-size: 2.5rem;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .PlanVisit-head-h2 {
    font-size: 2rem;
  }
}
.PlanVisit-head-p {
  font-size: 1.125rem;
  text-align: center;
  width: 60%;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .PlanVisit-head-p {
    width: 100%;
    font-size: 1rem;
  }
}
.PlanVisit-cards-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 768px) {
  .PlanVisit-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
  }
}
.PlanVisit-cards-grid::before, .PlanVisit-cards-grid::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
@media (max-width: 768px) {
  .PlanVisit-cards-grid::before, .PlanVisit-cards-grid::after {
    display: none;
  }
}
.PlanVisit-cards-grid::before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-0.5px);
}
.PlanVisit-cards-grid::after {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-0.5px);
}
.PlanVisit-cards-cell {
  padding: 2.5rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .PlanVisit-cards-cell {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .PlanVisit-cards-cell {
    padding: 0;
    height: auto;
  }
}
.PlanVisit-cards-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 0.5rem;
  height: 100%;
  overflow: hidden;
  background-color: rgba(242, 242, 242, 0.04);
}
.PlanVisit-cards-item-cover {
  width: 100%;
  overflow: hidden;
}
.PlanVisit-cards-item-cover img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.PlanVisit-cards-item-cover:hover img {
  transform: scale(1.04);
}
.PlanVisit-cards-item-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  flex: 1;
}
@media (max-width: 768px) {
  .PlanVisit-cards-item-content {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.PlanVisit-cards-item-content-head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.PlanVisit-cards-item-content-head-h {
  font-weight: 500;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 480px) {
  .PlanVisit-cards-item-content-head-h {
    font-size: 1.25rem;
  }
}
.PlanVisit-cards-item-content-head-p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #ffffff;
}
@media (max-width: 480px) {
  .PlanVisit-cards-item-content-head-p {
    font-size: 0.9375rem;
    line-height: 1.3rem;
  }
}

.VideoSection {
  position: relative;
  min-height: 150vh;
  display: flex;
  align-items: center;
  background-image: url("/img/video-bg.jpeg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .VideoSection {
    min-height: 90vh;
  }
}
.VideoSection-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .VideoSection-content {
    gap: 4rem;
  }
}
.VideoSection-content-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 66.66%;
}
@media (max-width: 1024px) {
  .VideoSection-content-head {
    width: 100%;
  }
}
.VideoSection-content-head-h2 {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .VideoSection-content-head-h2 {
    font-size: 2.5rem;
  }
}
.VideoSection-content-head-h2 span {
  color: #3700ff;
}
.VideoSection-content-head-p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #f2f2f2;
}
.VideoSection-content-video {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.VideoSection-content-video-player {
  width: 100%;
  height: auto;
  display: block;
}

.Footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .Footer {
    flex-direction: column;
    gap: 1rem;
  }
}
.Footer-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .Footer-content {
    align-items: center;
  }
}
.Footer-content-item {
  font-weight: 300;
  font-size: 0.875rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .Footer-content-item {
    text-align: center;
  }
}
.Footer-content-item span {
  font-weight: 600;
}
.Footer-copyright {
  font-weight: 300;
  font-size: 0.875rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .Footer-copyright {
    text-align: center;
  }
}

.Silhouette {
  width: 100%;
  opacity: 48%;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .Silhouette {
    margin-top: 2.5rem;
  }
}
.Silhouette img {
  width: 100%;
  height: auto;
  display: block;
}

.Page-wrapper {
  position: relative;
  min-height: 100vh;
}

.Page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .Page-bg {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .Page-bg {
    height: 50vh;
  }
}
.Page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Header-wrapper {
  position: relative;
  z-index: 101;
  padding-top: 1.5rem;
}

.Pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.Pagetop-category {
  color: #3700ff;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .Pagetop-category {
    font-size: 1rem;
  }
}
.Pagetop-title {
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
  width: 80%;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .Pagetop-title {
    font-size: 2rem;
  }
}
.Pagetop-date {
  color: #f2f2f2;
  font-size: 1.125rem;
  text-align: center;
}

.Pageimage {
  width: 100%;
}
.Pageimage img {
  width: 100%;
  border-radius: 0.5rem;
  height: 35rem;
}
@media (max-width: 768px) {
  .Pageimage img {
    height: auto;
    aspect-ratio: 3/2;
  }
}

.Pageimage-s {
  width: 100%;
}
.Pageimage-s img {
  width: 100%;
  border-radius: 0.5rem;
  height: 30rem;
}
@media (max-width: 768px) {
  .Pageimage-s img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.Pageimage-s iframe {
  width: 100%;
  height: 25rem;
  border: none;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .Pageimage-s iframe {
    height: 20rem;
  }
}

.Headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .Headline {
    flex-direction: column;
    gap: 2rem;
  }
}
.Headline-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 50%;
}
@media (max-width: 768px) {
  .Headline-left {
    width: 100%;
  }
}
.Headline-left-p {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #ffffff;
}
@media (max-width: 768px) {
  .Headline-left-p {
    font-size: 1.5rem;
  }
}
.Headline-right {
  width: 40%;
}
@media (max-width: 768px) {
  .Headline-right {
    width: 100%;
  }
}
.Headline-right p {
  font-size: 1rem;
  color: #f2f2f2;
  line-height: 1.4;
}
.Headline-right p + p {
  margin-top: 1.5rem;
}

.InfoCards {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .InfoCards {
    flex-direction: column;
  }
}
.InfoCards-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: rgba(242, 242, 242, 0.04);
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .InfoCards-item {
    width: 100%;
    align-items: center;
  }
}
.InfoCards-item:hover {
  background-color: rgba(242, 242, 242, 0.08);
}
.InfoCards-item-title {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .InfoCards-item-title {
    text-align: center;
  }
}
.InfoCards-item-p {
  font-size: 1rem;
  color: #f2f2f2;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .InfoCards-item-p {
    text-align: center;
  }
}

.Explanation p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .Explanation p {
    font-size: 1.125rem;
  }
}
.Explanation p a {
  text-decoration: underline !important;
  color: inherit;
}
.Explanation h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 768px) {
  .Explanation h3 {
    font-size: 1.25rem;
  }
}
.Explanation p + p {
  margin-top: 1.5rem;
}
.Explanation h3 + p {
  margin-top: 1rem;
}
.Explanation p + h3 {
  margin-top: 2.5rem;
}

.GuideCards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.GuideCards-h {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .GuideCards-h {
    font-size: 1.75rem;
  }
}
.GuideCards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  row-gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .GuideCards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .GuideCards-list {
    grid-template-columns: 1fr;
  }
}
.GuideCards-list-item {
  display: flex;
  flex-direction: column;
}
.GuideCards-list-item-cover {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
.GuideCards-list-item-cover img {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.GuideCards-list-item-cover:hover img {
  transform: scale(1.04);
}
.GuideCards-list-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
  gap: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: rgba(242, 242, 242, 0.04);
}
@media (max-width: 768px) {
  .GuideCards-list-item-content {
    padding: 1.25rem 1rem;
  }
}
.GuideCards-list-item-content-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.GuideCards-list-item-content-head-t {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.GuideCards-list-item-content-stats {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .GuideCards-list-item-content-stats {
    gap: 0.75rem;
  }
}
.GuideCards-list-item-content-stats-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.GuideCards-list-item-content-stats-item-info {
  color: #f2f2f2;
  font-size: 0.875rem;
}
.GuideCards-list-item-content-info {
  font-size: 1rem;
  line-height: 1.4;
  color: #f2f2f2;
  flex: 1;
}
.GuideCards-list-item-content-info a {
  color: #f2f2f2;
  text-decoration: underline !important;
  font-weight: 700;
}

.InfoBlocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.InfoBlocks-h {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .InfoBlocks-h {
    font-size: 1.75rem;
  }
}
.InfoBlocks-list {
  display: grid;
  width: 100%;
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
}
@media (max-width: 768px) {
  .InfoBlocks-list {
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  }
}
@media (max-width: 480px) {
  .InfoBlocks-list {
    grid-template-columns: 1fr;
  }
}
.InfoBlocks-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
  background-color: rgba(242, 242, 242, 0.04);
}
.InfoBlocks-list-item-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.InfoBlocks-list-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.InfoBlocks-list-item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
.InfoBlocks-list-item-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #f2f2f2;
}/*# sourceMappingURL=main.css.map */