@charset "utf-8";


img,
video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

.\!visible {
  visibility: visible !important
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.collapse {
  visibility: collapse
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.left-0 {
  left: 0
}

.top-0 {
  top: 0
}

.z-\[1040\] {
  z-index: 1040
}

.z-\[1070\] {
  z-index: 1070
}

.z-\[1080\] {
  z-index: 1080
}

.z-\[999\] {
  z-index: 999
}

.m-0 {
  margin: 0
}

.mb-0 {
  margin-bottom: 0
}

.box-border {
  box-sizing: border-box
}

.\!block {
  display: block !important
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-0 {
  height: 0px
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.w-0 {
  width: 0px
}

.w-2 {
  width: .5rem
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.max-w-\[200px\] {
  max-width: 200px
}

.max-w-\[267px\] {
  max-width: 267px
}

.max-w-\[calc\(100\%-1rem\)\] {
  max-width: calc(100% - 1rem)
}

.max-w-full {
  max-width: 100%
}

.shrink-0 {
  flex-shrink: 0
}

.grow {
  flex-grow: 1
}

.grow-0 {
  flex-grow: 0
}

.basis-auto {
  flex-basis: auto
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-none {
  transform: none
}

.touch-none {
  touch-action: none
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.resize {
  resize: both
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.whitespace-normal {
  white-space: normal
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal
}

.break-words {
  overflow-wrap: break-word
}

.rounded {
  border-radius: .25rem
}

.rounded-\[50\%\] {
  border-radius: 50%
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-e-\[0\.25rem\] {
  border-start-end-radius: .25rem;
  border-end-end-radius: .25rem
}

.rounded-s-\[0\.25rem\] {
  border-start-start-radius: .25rem;
  border-end-start-radius: .25rem
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}

.border {
  border-width: 1px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-e-0 {
  border-inline-end-width: 0px
}

.border-s-0 {
  border-inline-start-width: 0px
}

.border-s-\[0\.125rem\] {
  border-inline-start-width: .125rem
}

.border-solid {
  border-style: solid
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity))
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity))
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.border-t-transparent {
  border-top-color: transparent
}

.bg-\[\#6d6d6d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity))
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-clip-padding {
  background-clip: padding-box
}

.p-4 {
  padding: 1rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-\[0\.4rem\] {
  padding-left: .4rem;
  padding-right: .4rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-\[0\.4rem\] {
  padding-top: .4rem;
  padding-bottom: .4rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.align-bottom {
  vertical-align: bottom
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.normal-case {
  text-transform: none
}

.not-italic {
  font-style: normal
}

.leading-6 {
  line-height: 1.5rem
}

.leading-\[1\.6\] {
  line-height: 1.6
}

.tracking-normal {
  letter-spacing: 0em
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.no-underline {
  text-decoration-line: none
}

.underline-offset-auto {
  text-underline-offset: auto
}

.\!opacity-0 {
  opacity: 0 !important
}

.\!opacity-100 {
  opacity: 1 !important
}

.opacity-0 {
  opacity: 0
}

.opacity-100 {
  opacity: 1
}

.opacity-50 {
  opacity: .5
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-\[transform\,_opacity\] {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.duration-150 {
  transition-duration: .15s
}

.duration-200 {
  transition-duration: .2s
}

.duration-300 {
  transition-duration: .3s
}

.duration-\[350ms\] {
  transition-duration: .35s
}

.ease-\[cubic-bezier\(0\,0\,0\.15\,1\)\,_cubic-bezier\(0\,0\,0\.15\,1\)\] {
  transition-timing-function: cubic-bezier(0, 0, .15, 1), cubic-bezier(0, 0, .15, 1)
}

.ease-\[cubic-bezier\(0\.25\,0\.1\,0\.25\,1\.0\)\] {
  transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-linear {
  transition-timing-function: linear
}

.gallery_text {
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	background-color: hsla(0,0%,0%,0.5);
	color: #fff;
	padding: 14px 14px;
	font-size: 16px;
}


@keyframes scaleAnimation {
  0% {
    transform: scale(1)
  }

  33% {
    transform: scale(1.3)
  }

  66% {
    transform: scale(1)
  }

  to {
    transform: scale(1)
  }
}

@keyframes zoom-bg {
  0% {
    transform: scale(1) translate(-50%, -50%)
  }

  to {
    transform: scale(1.1) translate(-50%, -50%)
  }
}

@keyframes arrow-animation-1 {
  0% {
    --color: #0087DC
  }

  20% {
    --color: #64D7D7
  }

  80% {
    --color: #B9EB5F
  }

  to {
    --color: #0087DC
  }
}


.container.main-space.basic {
  max-width: unset !important;
  overflow: unset !important;
  padding: 0 !important
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  top: unset;
  width: unset;
  height: unset;
  margin-top: unset;
  z-index: unset;
  cursor: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
	display: none;
}

.container {
  padding: 0 32px;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto
}

@media (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 20px
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 88%
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 88%
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 88%
  }
}

@media (max-width: 1920px) {
  .container {
    max-width: 1640px
  }
}


.buttons {
  display: flex;
  gap: 20px
}

.buttons.is-left {
  justify-content: flex-start
}

@media (max-width: 767px) {
  .buttons {
    flex-direction: column;
    gap: 20px
  }
}

.button {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: linear-gradient(315deg, #0087dc, #64d7d7);
  height: 52px;
  padding: 13px 40px;
  cursor: pointer;
  transition: all .3s ease
}

.button .label {
  color: #fff;
  text-align: center;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .button .label {
    font-size: 14px;
    line-height: 1.4
  }
}

.button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #fff
}

.button:hover {
  background: linear-gradient(315deg, #64d7d7, #b9eb5f);
  text-decoration: none !important
}

.button:hover .label {
  text-decoration: none !important
}

@media (max-width: 767px) {
  .button {
    width: 100%;
    height: 37px
  }

  .button .label {
    font-size: 14px
  }
}

.button--outline {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #0087dc;
  border: 1px solid #0087DC;
  height: 52px;
  padding: 13px 40px;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none !important
}

.button--outline .label {
  color: #fff;
  white-space: nowrap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  .button--outline .label {
    font-size: 14px;
    line-height: 1.4
  }
}

.button--outline:hover {
  background: #64d7d7;
  border: 1px solid #64d7d7;
}

@media (max-width: 767px) {
  .button--outline {
    width: 100%;
    height: 37px
  }

  .button--outline .label {
    font-size: 14px
  }
}

.button--arrow,
a.button--arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background: #e1e1e1;
  border-radius: 50%
}

.button--arrow .icon,
a.button--arrow .icon {
  width: 16px;
  height: 16px;
  color: #0087dc;
  transition: all .5s ease;
  transform: translate(0)
}

.button--arrow .label,
a.button--arrow .label {
  color: #0087dc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .5s ease
}

.button--arrow:hover,
a.button--arrow:hover {
  text-decoration: none
}

.button--arrow:hover .label,
a.button--arrow:hover .label {
  text-decoration-color: #0087dc
}

.button--arrow:hover .icon,
a.button--arrow:hover .icon {
  transform: translate(5px)
}

@media (max-width: 767px) {

  .button--arrow,
  a.button--arrow {
    font-size: 14px
  }

  .button--arrow .icon,
  a.button--arrow .icon {
    width: 14px;
    height: 14px
  }
}


.swiper--story {
  position: relative
}

.swiper--navigation {
  display: flex;
  gap: 8px
}

.swiper--navigation .swiper--button--prev,
.swiper--navigation .swiper--button--next {
  color: #0087dc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px #0000001a
}

.swiper--navigation .swiper-button-disabled {
  opacity: .5
}

.swiper--navigation .swiper--button--prev.is-arrow,
.swiper--navigation .swiper--button--next.is-arrow {
  position: absolute;
  z-index: 9;
  top: 30%;
  font-size: 32px;
  width: 40px;
  height: 40px;
  background: transparent;
  box-shadow: none
}

.swiper--navigation .swiper--button--prev.is-arrow>span>svg,
.swiper--navigation .swiper--button--next.is-arrow>span>svg {
  max-width: unset;
  width: 50px;
  height: 50px;
  transition: all .5s ease
}

.swiper--navigation .swiper--button--next.is-arrow:hover>span>svg {
  transform: translate(10px)
}

.swiper--navigation .swiper--button--prev.is-arrow:hover>span>svg {
  transform: translate(-10px)
}

.swiper--navigation .swiper--button--prev.is-arrow {
  left: 0;
  transform: translate(-150%) translateY(-50%)
}

.swiper--navigation .swiper--button--next.is-arrow {
  left: 100%;
  transform: translate(50%) translateY(-50%)
}

@media (min-width: 768px) {

  .swiper--navigation .swiper--button--prev,
  .swiper--navigation .swiper--button--next {
    display: none
  }

  .swiper--navigation .swiper--button--prev.is-arrow,
  .swiper--navigation .swiper--button--next.is-arrow {
    display: flex
  }
}

@media (max-width: 767px) {

  .swiper--navigation .swiper--button--prev.is-arrow,
  .swiper--navigation .swiper--button--next.is-arrow {
    display: none
  }

  .swiper--insights swiper-slide,
  .swiper--story swiper-slide {
    max-width: 224px
  }
}


.card--youtube {
  display: grid;
  grid-template-columns: 540px auto;
  gap: 80px
}

.card--youtube .caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.card--youtube .video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden
}

.card--youtube .video>iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 1280px) {
  .card--youtube {
    grid-template-columns: 1fr 60%;
    gap: 40px
  }
}

@media (max-width: 1024px) {
  .card--youtube {
    grid-template-columns: unset;
    grid-template-rows: repeat(2, auto);
    gap: 0
  }
}


.layout--recap {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-template-rows: 50px 1fr 50px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 25px;
  max-height: calc(100vh - 160px)
}

.layout--recap .row {
  display: flex;
  justify-content: center;
  align-items: center
}

.layout--recap .display {
  position: relative;
  grid-row: 3 span
}

.layout--recap .display>img {
  visibility: hidden
}

.layout--recap .swiper--display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 160px)
}

.layout--recap .swiper--display .card--recap {
  width: 100%;
  height: 9999px;
  max-height: calc(100vh - 160px);
}



.swiper--thumbs {
  position: relative
}

.swiper--thumbs swiper-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%
}

.card--recap {
  position: relative;
  width: 100%;
  height: 100%
}

.card--recap>.youtube--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 160px);
  display: flex;
  justify-content: center;
  align-items: center
}

.card--recap>.youtube--wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--recap>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.button--arrow.swiper-button-next img {
  transform: rotate(180deg)
}

.card--ticket--cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden
}

.card--ticket--cover>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.layout--stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  aspect-ratio: 2000/1375
}

.layout--stage>.ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.layout--stage>.ui>* {
  position: absolute;
  transform: translate(-50%, -50%)
}

.layout--stage>.ui>.is-hint-1 {
  top: 56%;
  left: 80%
}

.layout--stage>.ui>.is-hint-2 {
  top: 50%;
  left: 57%
}

.layout--stage>.ui>.is-hint-3 {
  top: 40%;
  left: 45%
}

.layout--stage>.ui>.is-hint-4 {
  top: 50%;
  left: 32%
}

.layout--stage>.ui>.is-hint-5 {
  top: 20%;
  left: 20%
}

.layout--stage>.stage {
  position: absolute;
  width: 100%;
  height: 100%
}

.layout--stage>.stage>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.hint--stage {
  --color: #0087DC;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--color);
  border: 2px solid white;
  height: 50px;
  padding: 0 15px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(0 0 12px var(--color));
  overflow: hidden;
  transition: all .5s ease;
  max-width: 50px
}

.hint--stage .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0
}

.hint--stage .icon>img {
  width: 17px
}

.hint--stage .label {
  white-space: nowrap;
  opacity: 1;
  transition: all .5s ease;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}


@media (max-width: 767px) {
  .hint--stage .label {
    font-size: 12px;
    line-height: 1.4
  }
	
.hint--stage {
  --color: #0087DC;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--color);
  border: 1px solid white;
  height: 40px;
  padding: 0 5px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(0 0 12px var(--color));
  overflow: hidden;
  transition: all .5s ease;
  max-width: 40px
}
  .footer_gray {
	font-size: 12px;
	color: #5ba1d4;
	text-align: center;
	padding-top: 40px;
}
.layout--stage>.ui>.is-hint-1 {
  top: 60%;
  left: 75%
}

.layout--stage>.ui>.is-hint-2 {
  top: 43%;
  left: 60%
}

.layout--stage>.ui>.is-hint-3 {
  top: 60%;
  left: 45%
}

.layout--stage>.ui>.is-hint-4 {
  top: 43%;
  left: 30%
}

.layout--stage>.ui>.is-hint-5 {
  top: 20%;
  left: 20%
}
}

.hint--stage:hover,
.hint--stage.is-active {
  max-width: 600px
}

.hint--stage:hover .label,
.hint--stage.is-active .label {
  opacity: 1
}

.hint--stage:hover .icon,
.hint--stage.is-active .icon,
.hint--stage .label {
  opacity: 0
}

.hint--stage .icon {
  opacity: 1
}

.hint--stage.is-hint-1 {
  --color: #0087DC
}

.hint--stage.is-hint-2 {
  --color: #64D7D7
}

.hint--stage.is-hint-3 {
  --color: #B9EB5F
}

.hint--stage.is-hint-4 {
  --color: #0179ff
}

.hint--stage.is-hint-5 {
  --color: #7f7f7f
}

.pin {
  position: relative;
  top: -120px
}

.logo--hannover--messe {
  width: 68px
}

.card--recap--mobile {
  position: relative;
  aspect-ratio: 173/115;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center
}

.card--recap--mobile>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--recap--mobile:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background-image: url(https://www.deltaww.com/assets/images/icon--play.svg)
}

.icon--triangle--down {
  width: 110px;
  aspect-ratio: 110/33;
  background-image: url(https://www.deltaww.com/assets/images/icon--triangle--down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.swiper--products .swiper--navigation {
  position: absolute;
  width: calc(100% - 180px);
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  transform: translateY(-100%);
  padding-bottom: 20px
}

.swiper--products .swiper--navigation .swiper--button--prev,
.swiper--products .swiper--navigation .swiper--button--next {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #0087dc
}

.swiper--products .swiper--navigation .swiper--button--prev>*,
.swiper--products .swiper--navigation .swiper--button--next>* {
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .swiper--products .swiper--navigation {
    position: relative;
    width: 100%;
    transform: translateY(0)
  }
}

.arrow--animation--1 {
  animation-name: arrow-animation-1;
  animation-duration: 6s;
  animation-iteration-count: infinite
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s ease
}

.fade-enter-from,
.fade-leave-to {
  position: absolute;
  opacity: 0
}

.slide-enter-active,
.slide-leave-active {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .5s ease;
  transform: translate(0)
}

.slide-enter-from,
.slide-leave-to {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .5s ease;
  transform: translate(100%)
}

.empty\:hidden:empty {
  display: none
}

.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade] {
  z-index: 0
}

.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade] {
  z-index: 1
}

.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] {
  display: none
}

.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade] {
  opacity: 0
}

.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade] {
  opacity: 1
}

.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade] {
  transition-duration: .6s
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0,
.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0 {
  border-inline-end-width: 0px
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0 {
  border-inline-start-width: 0px
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t {
  border-top-width: 1px
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0 {
  border-inline-end-width: 0px
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0 {
  border-inline-start-width: 0px
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t {
  border-top-width: 1px
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid,
.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid {
  border-style: solid
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent,
.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent {
  border-top-color: transparent
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored)
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block
  }

  .md\:hidden {
    display: none
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block
  }

  .lg\:hidden {
    display: none
  }
}

@media (min-width: 1440px) {
  .\31 440px\:block {
    display: block
  }

  .\31 440px\:hidden {
    display: none

  }
}

@media (min-width: 1600px) {
  .\31 600px\:block {
    display: block
  }

  .\31 600px\:hidden {
    display: none
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity))
  }

  .dark\:border-white\/10 {
    border-color: #ffffff1a
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;left: 0;
width: 100%;
height: 100%;
}