@charset "utf-8";
/* CSS Document */
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

:before,
:after {
  --tw-content: ""
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em
}

small {
  font-size: 80%
}

.main_title_wht_bold {
    font-size: 80px;
    font-weight: bold;
    color: #fff !important;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, .6);*/
    letter-spacing: -1px;
    line-height: 86px;
}
.main_title_wht_bold_S {
    font-size: 50px;
    font-weight: bold;
    color: #fff !important;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, .6);*/
    line-height: 60px;
}
.main_title_desc_wht {
    font-size: 22px;
    color: #fff !important;
    line-height: 30px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

button,
[role=button] {
  cursor: pointer
}

:disabled {
  cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

a.language_link {
    font-size: 17px !important;
    color: #fff !important;
    line-height: 20px;
}
a.language_link:hover {
    color: #65d7d7 !important;
    text-decoration: none;
}

/* 卡片樣式 */
.session-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  color: #fff;
}

/* 每一列 */
.session-item {
  margin-bottom: 12px;
}

/* 標題（Topic, Speaker...） */
.session-label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  color: #00c6ff;
}

/* 內容 */
.session-text {
  display: block;
  line-height: 1.4em;
}

/* 桌機版：左右並排 */
@media screen and (min-width: 992px) {
  .session-item {
    display: flex;
    gap: 10px;
    align-items: baseline;
  }
  .session-label {
    flex: 0 0 120px;
    margin-bottom: 0;
  }
  .session-text {
    flex: 1;
  }
}


*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

.pointer-events-none {
  pointer-events: 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;
}

@font-face {
  font-family: DeltaSans;
  src: url(https://www.deltaww.com/assets/fonts/DeltaSans-Light.woff), url(https://www.deltaww.com/assets/fonts/DeltaSans-Light.woff2);
  font-weight: 300
}

@font-face {
  font-family: DeltaSans;
  src: url(https://www.deltaww.com/assets/fonts/DeltaSans-Regular.woff), url(https://www.deltaww.com/assets/fonts/DeltaSans-Regular.woff2);
  font-weight: 400
}

@font-face {
  font-family: DeltaSans;
  src: url(https://www.deltaww.com/assets/fonts/DeltaSans-SemiBold.woff), url(https://www.deltaww.com/assets/fonts/DeltaSans-SemiBold.woff2);
  font-weight: 600
}

:root {
  --main-color: #11A84E;
  --main-color-text-blue: #0087DC;
  --btn-color-dock-blue: #1E50C8;
  --btn-color-light-white: #FFFFFF;
  --minor-color: #C5FF4A;
  --light-grey: #C8C8C8;
  --medium-grey: #646464;
  --border-radius: 24px;
  --border-radius-sm: 12px;
  --border-radius-box: 6px
}

@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
}

header {
  /*position: fixed;*/
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%
}


header.is-scrolled .hamburger-inner,
header.is-scrolled .hamburger-inner:before,
header.is-scrolled .hamburger-inner:after,
header.is-scrolled .hamburger.is-active .hamburger-inner,
header.is-scrolled .hamburger.is-active .hamburger-inner:before,
header.is-scrolled .hamburger.is-active .hamburger-inner:after {
  background: #0087dc
}

header .header--desktop {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all .5s ease
}

header .header--desktop .container {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.banner_animation {
  height: 100%;
  background-position: center center;
  background-size: 100% 100%;
  animation: zoom 6s infinite alternate;
}
@keyframes zoom {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 120% 120%;
  }
}


/* Title effect */
.split-text-container {
    display: flex;
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}

.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}
/* Title effect end */

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}


nav {
  position: relative
}

nav .brand--animation {
  top: unset;
  bottom: -22px;
  min-width: unset
}

nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 60px
}

nav ul:has(>:nth-child(4)) {
  gap: 40px
}

nav ul:has(>:nth-child(5)) {
  gap: 30px
}

nav ul li {
  position: relative;
  list-style: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize
}

nav ul li a {
  color: #fff;
  text-decoration: none !important
}

@media (max-width: 1279px) {
  nav ul {
    gap: 30px
  }

  nav ul li {
    font-size: 16px
  }
}

header.is-scrolled .header--desktop nav ul li a:not(:hover) {
  color: #000
}

.drawer {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(100%);
  z-index: 8;
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  backdrop-filter: blur(16px) brightness(100%);
  transition: transform .5s ease
}

.drawer .relative {
  position: relative;
  width: 100%
}

.drawer .relative ul {
  width: 100%;
  background: #fff
}

.drawer.is-active {
  transform: translate(0)
}

.drawer .form--search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  margin-bottom: 16px
}

.drawer .form--search input {
  width: 100%;
  padding: 0 16px;
  border-radius: 6px;
  background: #f5f5f5;
  outline: none;
  height: 40px
}

nav.nav--mobile {
  padding-top: 120px;
}

nav.nav--mobile>ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

nav.nav--mobile>ul>li {
  position: relative;
  width: 100%
}

nav.nav--mobile ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  transition: background .3s ease;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2
}

.main--title {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	padding-top: 310px;
	text-align: center;
}
.sub--title {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.sub--title--s {
	color: #000;
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 767px) {
  nav.nav--mobile ul>li>a {
    font-size: 24px;
    line-height: 1.2;
	color: #0087dc;
	font-weight: 500;
  }
	
.main_title_wht_bold {
    font-size: 42px;
    font-weight: 600;
    color: #fff !important;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, .6);*/
    letter-spacing: -1px;
    line-height: 44px;
}
.main_title_wht_bold_S {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    line-height: 32px;
}
.main_title_desc_new {
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;   
}

.main--title {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding-top: 360px;
}

.sub--title {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.sub--title--s {
	color: #000;
	font-size: 16px;
	line-height: 22px;
}

	
/* Title effect */
.split-text-container {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}

.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}
/* Title effect end */
}

nav.nav--mobile ul>li>a:hover {
  color: #0087dc
}

nav.nav--mobile ul>li>a[target=_blank]:before {
  transform: translate(-4px);
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(https://www.deltaww.com/assets/images/icon/box-arrow-up-right.svg);
  background-size: cover
}

.header--mobile {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 56px;
  transition: all .5s ease
}

.header--mobile .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding-right: 0;
  width: 100%;
}

.menu--toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  height: 56px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media (min-width: 1023px) {
  .menu--toggle {
    display: none
  }
}

.global--toggle {
  position: fixed;
  top: 0;
  right: 48px;
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center
}

.panel--language {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-flex;
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 8px #0000001a;
  padding: 24px 40px
}

.panel--language ul li {
  text-align: left
}

.panel--search {
  position: absolute;
  top: 16px;
  right: 0;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 8px #0000001a;
  padding: 12px 24px;
  width: 400px
}

.panel--search input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  outline: none
}

.panel--search input::-moz-placeholder {
  color: #969696
}

.panel--search input::placeholder {
  color: #969696
}

.panel--privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000b3;
  color: #fff;
  padding: 16px 0
}

.panel--privacy .container {
  width: 720px
}

.panel--privacy .caption p {
  font-size: 14px
}

.panel--privacy .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.panel--privacy .button--outline {
  height: 37px
}

footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #203948;
  padding: 64px 0
}

footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px
}

footer .logo--delta {
  width: 122px
}

.nav--footer ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0
}

.nav--footer ul li {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize
}

@media (max-width: 767px) {
  .nav--footer ul {
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .nav--footer ul li {
    text-align: center
  }
}

.siteinfo {
  color: #969696;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  text-align: center
}

body {
  font-family: DeltaSans, sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4
  }
}

body a,
body abbr,
body acronym,
body address,
body applet,
body b,
body big,
body blockquote,
body body,
body caption,
body center,
body cite,
body code,
body dd,
body del,
body dfn,
body div,
body dl,
body dt,
body em,
body fieldset,
body font,
body form,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body html,
body i,
body iframe,
body img,
body ins,
body kbd,
body label,
body legend,
body li,
body object,
body ol,
body p,
body pre,
body q,
body s,
body samp,
body small,
body span,
body strike,
body strong,
body sub,
body sup,
body tt,
body u,
body ul,
body var {
  color: unset
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: DeltaSans, sans-serif
}

body article p {
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  margin-bottom: 16px
}

body article h1,
body article h2,
body article h3,
body article h4,
body article h5 {
  font-family: DeltaSans, sans-serif;
  margin: 0 0 32px;
  font-weight: 400;
  letter-spacing: .5px
}

body article h1 {
  margin-top: 0;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2
}

/*Banner animation */
.banner_animation {
  /*height: 100vh;
  background-position: center center;
  background-size: 120% 120%;*/
  animation: zoom 16s infinite alternate;
}

@media (max-width: 767px) {
  body article h1 {
    font-size: 32px;
    line-height: 1.2
  }
}

body article h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2
}

@media (max-width: 767px) {
  body article h2 {
    font-size: 24px;
    line-height: 1.2
  }
}

body article h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  body article h3 {
    font-size: 16px;
    line-height: 1.2
  }
}

body article h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2
}

@media (max-width: 767px) {
  body article h4 {
    font-size: 24px;
    line-height: 1.4
  }
}

body article h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  body article h5 {
    font-size: 16px;
    line-height: 1.4
  }
}

body article small,
body article .text_small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width: 1280px) {

  body article small,
  body article .text_small {
    font-size: 14px;
    line-height: 1.3
  }
}

@media (max-width: 768px) {

  body article small,
  body article .text_small {
    font-size: 14px;
    line-height: 1.3
  }
}

body article ol {
  padding-left: 32px
}

body article ol li {
  list-style: number
}

body article ul {
  padding-left: 32px
}

body article ul li {
  list-style: disc
}

body article dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px
}

body article a:not(.button),
body article a[href]:not(.button) {
  transition: .5s all ease;
  color: unset;
  text-decoration: underline;
  text-underline-offset: 4px
}

body article a:hover,
body article a[href]:hover {
  color: unset
}

body article p+h3 {
  margin-top: 32px
}

a:not(.button),
a[href]:not(.button) {
  transition: all .5s ease;
  text-decoration-color: transparent;
  text-underline-offset: 2px
}

a:hover,
a[href]:hover {
  text-decoration-color: unset
}

.section__title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 54px
}

.section__title h1,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5 {
  font-family: DeltaSans, sans-serif
}

.section__title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
	color: #fff;
}


@media (max-width: 767px) {
  .section__title h2 {
    font-size: 24px;
    line-height: 1.2
  }
}

.section__title h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .section__title h3 {
    font-size: 16px;
    line-height: 1.2
  }

  .section__title {
    margin-bottom: 1px
  }
}

.caption--cover {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;*/
  color: #fff
}

.caption--cover .title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40vh;
}

.caption--cover .title h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.caption--cover .text {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: center
}

.caption--cover .text strong {
  padding: 0 6px;
  font-weight: 600;
  color: #fff;
  background: #0087dcbf
}

.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%;
}

@media (max-width: 1280px) {
  .caption--cover .title {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .caption--cover .title h1 {
    font-size: 72px
  }

  .caption--cover .text {
    font-size: 36px
  }
}

@media (max-width: 1024px) {
  .caption--cover .title h1 {
    font-size: 64px
  }

  .caption--cover .text {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  .caption--cover .title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	  text-align: center;
    gap: 18px
  }

  .caption--cover .title h1 {
    font-size: 38px
  }

  .caption--cover .text {
    font-size: 16px;
	line-height: 26px;
  }
}

.caption--cover+.buttons {
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-top: 90px
}

.caption--cover+.buttons>.icon--triangle--down {
  display: none
}

@media (max-width: 640px) {
  .caption--cover+.buttons {
    align-items: center;
    max-width: 280px;
    margin: 50px auto 0
  }

  .caption--cover+.buttons>.icon--triangle--down {
    display: block
  }
}

.card--solution .caption {
  color: #fff
}

.card--solution .caption h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

.small--text {
	color: #fff;
	font-size: 10px!important;
}

@media (max-width: 767px) {
  .card--solution .caption h5 {
    font-size: 16px;
    line-height: 1.4
  }
	.small--text {
	color: #fff;
	font-size: 10px!important;
}
}

.card--solution .caption .text {
  line-height: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width: 1280px) {
  .card--solution .caption .text {
    font-size: 14px;
    line-height: 1.3
  }
}

@media (max-width: 768px) {
  .card--solution .caption .text {
    font-size: 14px;
    line-height: 1.3
  }
}

.card--solution:nth-child(8) .caption h5 {
  font-size: 16px
}

.card--product .caption .title h4 {
  transition: all .5s ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

@media (max-width: 767px) {
  .card--product .caption .title h4 {
    font-size: 16px;
    line-height: 1.4;
	  padding-top: 36px;
  }
}

.card--product .caption .catagroy {
  transition: all .5s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
	color: aqua
}

@media (max-width: 1280px) {
  .card--product .caption .catagroy {
    font-size: 14px;
    line-height: 1.3
  }
}

@media (max-width: 768px) {
  .card--product .caption .catagroy {
    font-size: 14px;
    line-height: 1.3
  }
}

.card--product .caption .text {
  line-height: 20px;
  transition: all .5s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width: 1280px) {
  .card--product .caption .text {
    font-size: 14px;
    line-height: 1.3
  }
}

@media (max-width: 768px) {
  .card--product .caption .text {
    font-size: 14px;
    line-height: 1.3
  }
}

.card--product:not(:hover) .caption .title {
  color: #000
}

.card--product:not(:hover) .caption .catagroy {
  color: #0087dc
}

.card--product:not(:hover) .caption .text {
  color: #333
}

.card--explore .caption {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.card--explore .caption h3 {
  transition: all .5s ease;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--explore .caption h3 {
    font-size: 16px;
    line-height: 1.2
  }
}

.card--explore .caption .text,
.card--explore .caption .buttons {
  transition: all .5s ease
}

.card--ticket .caption .text p,
.card--ticket--mobile .caption .text p {
  color: #0087dc;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {

  .card--ticket .caption .text p,
  .card--ticket--mobile .caption .text p {
    font-size: 16px;
    line-height: 1.2
  }
}

.card--ticket .caption .buttons,
.card--ticket--mobile .caption .buttons {
  margin-top: 150px
}

.card--ticket--mobile .caption .text p {
  font-size: 28px;
  line-height: 1.5;
  text-align: center
}

.card--ticket--mobile .caption .buttons {
  max-width: 280px;
  margin: 40px auto 0
}

.card--service--mobile {
  color: #fff
}

.card--service--mobile .title h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4
}

@media (max-width: 767px) {
  .card--service--mobile .title h3 {
    font-size: 16px;
    line-height: 1.2
  }
	.product--area {
		height: 350px;
	}
}

.card--live .caption,
.card--live--mobile .caption {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.card--live .caption>.section__title,
.card--live--mobile .caption>.section__title {
  margin-bottom: 0
}

.card--live .caption .text,
.card--live--mobile .caption .text {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.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
  }
}

@media (max-width: 1279px) {
  main {
    margin-top: 98px
  }
}

@media (max-width: 1023px) {
  main {
    margin-top: 56px
  }
}

section {
  position: relative;
  z-index: 2;
  padding: 80px 0;
	background-color: #1c395b;
}

@media (max-width: 767px) {
  section {
    padding: 40px 0
  }
}

.section--cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  background: transparent
}

@media (max-width: 767px) {
  .section--cover {
    height: calc(10vh - 56px);
    height: calc(10dvh - 56px);
    min-height: 600px;
	  padding-bottom: 330px;
  }
}

.list--solution {
  display: grid;
  row-gap: 40px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 1600px) {
  .list--solution {
    grid-template-columns: repeat(3, 1fr)
  }
		  .section--cover {
    height: calc(10vh - 56px);
    height: calc(10dvh - 56px);
    min-height: 600px;
	  padding-bottom: 330px;
  }
}

@media (max-width: 1280px) {
  .list--solution {
    grid-template-columns: repeat(2, 1fr)
  }
	  .section--cover {
    height: calc(10vh - 56px);
    height: calc(10dvh - 56px);
    min-height: 600px;
	  padding-bottom: 330px;
  }
}

.section--solution,
.section--products {
  background: #f0f0f0
}

.section--solution .section__title,
.section--products .section__title {
  color: #0087dc
}

.section--live--mobile {
  position: relative;
  color: #fff;
  background: #203948
}

.section--live {
  position: relative;
  padding: 0;
  color: #fff;
  background: #203948
}

.section--live .banner {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.section--live .banner img {
  width: 100%
}

.section--live .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.section--live .overlay .container {
  padding: 60px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

.section--live .section__title {
  justify-content: flex-start
}

.list--products {
  display: grid;
  row-gap: 25px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 10px;
  grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 768px) {
  .list--products {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 1280px) {
  .list--products {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 1600px) {
  .list--products {
    grid-template-columns: repeat(4, 1fr)
  }
}

.list--product--mobile {
  display: grid;
  row-gap: 25px;
  grid-template-rows: repeat(2, 1fr)
}

.section--explore,
.section--contact {
  position: relative;
  color: #fff;
  background: linear-gradient(to top, #0368b2, #0d253b);
  /*background: #203948*/
}

.list--explore {
  display: grid;
  row-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 1024px) {
  .list--explore {
    grid-template-columns: unset;
    grid-template-rows: repeat(4, auto)
  }
}

.list--service--mobile {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.section--intro .scroll--area {
  height: 600vh
}

.section--intro .scroll--area .sticky--content {
  top: 120px
}

.section--products {
  width: 100%;
  overflow: hidden
}

.section--products .container {
  overflow: unset
}

.section--products .scroll--area {
  height: 450vh
}

.section--products .scroll--area .sticky--content {
  top: 120px
}

.section--ticket,
.section--recap--mobile {
  overflow: hidden
}

.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
  }
}

.brand--animation {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 80px;
  height: 5px;
  background: #0087dc;
  overflow: hidden;
  transition: all .5s ease
}

.brand--animation:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #0087dc 60%, #64d7d7 60%, #64d7d7 80%, #b9eb5f 80%)
}

@media (max-width: 767px) {
  .brand--animation {
    min-width: 40px;
    height: 3px
  }
}

.relative {
  position: relative
}

.uk-accordion-title:before {
  background-image: url(https://www.deltaww.com/assets/images/icon/chevron-right.svg)
}

.uk-open>.uk-accordion-title:before {
  background-image: url(https://www.deltaww.com/assets/images/icon/chevron-down.svg)
}

.drawer--hr {
  width: calc(100% - 80px);
  margin: 16px auto !important;
  border-top: 1px solid #F0F0F0
}

.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
  }
}

.button--search {
  cursor: pointer
}

.button--search .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 32px;
  border-radius: 16px;
  background: #646464;
  color: #fff;
  transition: all .3s ease
}

.button--search:hover .icon {
  background: #969696
}

.cover--playback {
  position: fixed;
  width: 100%;
  height: 950px;
  top: 0;
  left: 0;
}

.cover--playback>video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.layout--stage {
  width: 80%;
  max-width: 1320px;
  margin: 0 auto;
}

.layout--stage>img {
  max-width: 100%
}

.card--service {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /*gap: 64px;*/
  width: 100%;
  max-width: calc((120vh - 300px)*2 + 64px);
  margin: 0 auto
}

.card--service .pic {
  position: relative;
  order: 2;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/0.7
}

.card--service .pic>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--service2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*gap: 64px;*/
  width: 100%;
  max-width: calc((120vh - 300px)*2 + 64px);
  margin: 0 auto
}

.card--service2 .pic {
  position: relative;
  order: 2;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/0.7
}

.card--service2 .pic>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--service .caption {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: clamp(0px, 5%, 54px) 0
}

.card--service--text {
	font-size: 22px;
}

/* 介紹文字 */
.card--service .caption .text {
  max-width: 100%;
  font-size: 30px;
  padding: 0 5% 0;
	color: #fff;
  font-size: clamp(20px, 4vh, 27px)
}

.card--service2 .caption .text {
  max-width: 100%;
  font-size: 30px;
  padding: 0 5% 0;
	color: #fff;
  font-size: clamp(20px, 4vh, 27px)
}

.card--service .caption span {
  transition: all .5s ease
}

.card--service .caption span.is-active {
  color: var(--color)
}

@media (max-width: 1280px) {
  .card--service {
    max-width: calc((100vh - 240px)*2 + 64px);
    max-width: 740px
  }

  .card--service .caption {
    padding: 0
  }

  .card--service .caption .text {
    font-size: 24px
  }

  .card--service .caption .buttons {
    margin-top: 40px
  }
}

.card--service.is-service-1 {
  --color: #0087DC
}

.card--service.is-service-2 {
  --color: #64D7D7
}

.card--service.is-service-3 {
  --color: #B9EB5F
}

.card--service.is-service-4 {
  --color: #7f7f7f
}

.card--service.is-service-5 {
  --color: #64D7D7
}

/* TAB */
.tab--service {
  margin-bottom: 54px
}

.tab--service nav ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 0
}

.tab--service li:nth-child(1) {
  --color: #0087DC
}

.tab--service li:nth-child(2) {
  --color: #64D7D7
}

.tab--service li:nth-child(3) {
  --color: #B9EB5F
}

.tab--service li:nth-child(4) {
  --color: #7f7f7f
}

.tab--service li:nth-child(5) {
  --color: #7f7f7f
}

.tab--service li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  background: #f0f0f0
}

.tab--service li .label {
  color: var(--color);
  white-space: nowrap;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .tab--service li .label {
    font-size: 16px;
    line-height: 1.2
  }
.card--service--text {
	font-size: 14px;
}
.cover--playback {
  position: fixed;
  width: 100%;
  height: 950px;
  top: 0;
  left: 0;
	z-index: -999;
}
}

@media (max-width: 1280px) {
  .tab--service {
    margin-bottom: 40px
  }
}

/*@media (max-width: 1600px) {
  .tab--service li a {
    padding: 20px
  }

  .tab--service li a .label {
    font-size: 24px
  }
}*/

.tab--service li:nth-child(3) a {
  font-size: 28px
}

.tab--service li a.is-active {
  background: var(--color)
}

.tab--service li a.is-active .label {
  color: #fff
}

.card--solution {
  position: relative;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  cursor: pointer;
  overflow: hidden;
  min-height: 240px
}

.card--solution .pic {
  position: absolute;
  width: 100%;
  height: 100%
}

.card--solution .pic>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--solution .caption {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
  top: 0;
  left: 0;
  padding: 24px 36px;
  background: linear-gradient(180deg, #0000, #000000b3 68.4%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  transition: all .5s ease
}

.card--solution .caption .text,
.card--solution .caption .buttons {
  opacity: 1;
  transition: all .5s ease
}

.card--solution:not(:hover) .caption {
  transform: translateY(100%);
  top: -70px
}

.card--solution:not(:hover) .caption .text {
  opacity: 0
}

.card--solution:not(:hover) .caption .buttons {
  opacity: 0
}

.card--solution:not(:hover):nth-child(7) .caption {
  top: -100px
}

.card--solution:not(:hover):nth-child(8) .caption {
  top: -90px
}

.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
  }
}

.card--product {
  position: relative;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  background: #fff
}

.card--product .pic {
  position: absolute;
  aspect-ratio: 430/269;
  top: 0;
  left: 0;
  width: 100%
}

.card--product .pic>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.card--product .caption {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  background: #0087dc;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  transition: all .5s ease
}

.card--product:not(:hover) .caption {
  top: 56%;
  background: transparent
}

.card--product:not(:hover) .caption .text,
.card--product:not(:hover) .caption .buttons {
  opacity: 0
}

#ProductsHorizontalApp .card--product .caption {
  aspect-ratio: 100/100
}

@media (max-width: 1600px) {
  #ProductsHorizontalApp .card--product .caption {
    aspect-ratio: 100/100
  }
}

@media (max-width: 1440px) {
  #ProductsHorizontalApp .card--product .caption {
    aspect-ratio: 100/120
  }
}

@media (max-width: 1280px) {
  #ProductsHorizontalApp .card--product .caption {
    aspect-ratio: 100/110
  }
}

@media (max-width: 1024px) {
  #ProductsHorizontalApp .card--product .caption {
    aspect-ratio: 100/120
  }
}

@media (max-width: 768px) {
  #ProductsHorizontalApp .card--product .caption {
    aspect-ratio: 100/100
  }
}

@media (max-width: 640px) {
  #ProductsHorizontalApp .card--product .caption {
    aspect-ratio: 100/100
  }
}

.card--live {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 160px
}

.card--live .pic {
  min-height: 28.125vw
}

.card--live .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
  min-height: 28.125vw
}

.card--live--mobile {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 40px
}

@media (max-width: 640px) {
  .card--live--mobile .buttons {
    max-width: 280px;
    margin: 0 auto
  }
}

.card--explore {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer
}

.card--explore .pic {
  position: absolute;
  width: 100%;
  height: 100%
}

.card--explore .pic>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card--explore .caption {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 47px 47px 40px;
  color: #000;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  transition: all .5s ease
}

.card--explore:not(:hover) .caption {
  transform: translateY(100%);
  padding-top: 20px;
  top: -88px
}

.card--explore:not(:hover) .text,
.card--explore:not(:hover) .buttons {
  opacity: 0
}

@media (max-width: 640px) {
  .card--explore .caption {
    padding: 13px 20px 20px
  }

  .card--explore:not(:hover) .caption {
    top: -50px;
    padding-top: 13px
  }
}

.card--ticket {
  display: grid;
  grid-template-columns: minmax(600px, 50%) 1fr;
  gap: 40px;
  align-items: center
}

.card--ticket .deco--arrows {
  position: absolute;
  top: 80px;
  right: 60px;
  width: 17px;
  height: 88px;
  display: flex;
  flex-direction: column
}

.card--ticket .deco--arrows>img {
  width: 100%
}

.card--ticket .pic {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  order: 2
}

.card--ticket .pic>.swiper--ticket {
  transform: translate(-25%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0
}

.card--ticket .caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  padding: 80px 220px 60px 100px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16))
}

.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);
}

.card--service--mobile {
  overflow: hidden;
  background: var(--color);
  transition: all .5s ease
}

.card--service--mobile .caption {
  display: grid;
  grid-template-rows: repeat(5, auto);
  gap: 10px
}

.card--service--mobile:nth-child(1) {
  --color: #0087DC
}

.card--service--mobile:nth-child(2) {
  --color: #64D7D7
}

.card--service--mobile:nth-child(3) {
  --color: #B9EB5F
}

.card--service--mobile:nth-child(4) {
  --color: #7f7f7f
}

.card--service--mobile:nth-child(5) {
  --color: #7f7f7f
}

.card--service--mobile.is-active {
  padding: 20px 25px;
  max-height: 620px
  
}

.card--service--mobile {
  padding: 15px 25px;
  max-height: 75px
}

.card--service--mobile .title {
  display: flex;
  align-items: center;
  gap: 15px
}

.card--service--mobile .title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px
}

.card--service--mobile .title .icon>img {
  width: 100%
}

@media (max-width: 767px) {
  .card--service--mobile .title {
    height: 45px
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
.main--title {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	padding-top: 500px;
	text-align: center;
}
.section--cover {
    height: calc(10vh - 56px);
    height: calc(10dvh - 56px);
    min-height: 600px;
	  padding-bottom: 330px;
  }
.caption--cover .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-align: center
}
.tab--service {
  margin-bottom: 54px
}
.tab--service nav ul {
  width: 100%;
  display: grid;
  text-align: center;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 0
}
.tab--service li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  background: #f0f0f0
}
.tab--service li .label {
  color: var(--color);
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.card--service {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /*gap: 64px;*/
  width: 100%;
  max-width: calc((200vh - 300px)*1 + 64px);
  margin: 0 auto
}
.card--service2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*gap: 64px;*/
  width: 100%;
  max-width: calc((120vh - 300px)*2 + 64px);
  margin: 0 auto
}
.card--service2 .pic {
  position: relative;
  order: 2;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/0.7
}
.card--service2 .pic>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
/* 介紹文字 */
.card--service .caption .text {
  max-width: 100%;
  font-size: 20px;
  padding: 0 5% 0;
  font-size: clamp(20px, 4vh, 20px)
}
.card--service2 .caption .text {
  max-width: 100%;
  font-size: 20px;
  padding: 0 5% 0;
  font-size: clamp(20px, 4vh, 20px)
}
}
@media (min-width: 1441px) and (max-width: 1680px) {
.caption--cover .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-align: center
}
.card--service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*gap: 64px;*/
  width: 100%;
  max-width: calc((200vh - 300px)*2 + 64px);
  margin: 0 auto
}
/* 介紹文字 */
.card--service .caption .text {
  max-width: 100%;
  font-size: 30px;
  padding: 0 5% 0;
  font-size: clamp(20px, 4vh, 24px)
}
}

.scroll--area {
  position: relative
}

.scroll--area .sticky--content {
  width: 100%;
  position: sticky;
  top: 0
}

.scroll--area .scroll--anchor {
  position: absolute;
  width: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  counter-reset: anchorNum;
  visibility: hidden
}

.scroll--area .scroll--anchor .anchor {
  position: relative;
  width: 20px;
  height: 100%;
  background: #ff00001a
}

.scroll--area .scroll--anchor .anchor:before {
  counter-increment: anchorNum;
  content: counter(anchorNum)
}

.tab-content {
  position: relative;
  width: 100%
}

.tab-content>.tab-pane {
  width: 100%
}

.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);
  background: #000;
  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/1200
}

.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: 30%;
  left: 5%
}

.layout--stage>.ui>.is-hint-2 {
  top: 10%;
  left: 30%
}

.layout--stage>.ui>.is-hint-3 {
  top: 10%;
  left: 80%
}

.layout--stage>.ui>.is-hint-4 {
  top: 30%;
  left: 90%
}

.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
}

.footer_gray {
	font-size: 16px;
	color: #5ba1d4;
	text-align: center;
	padding-top: 40px;
}

@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: 40%
}
}

.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: #7f7f7f
}

.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))
  }
}

.wht_logo {
    padding-top: 30px;
    padding-left: 120px;
    z-index: 999;
}

.bg_banner{
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
	max-width: 100%;
	height: 0 auto;
}
.main--pic {
	text-align: center!important;
	margin: 0 auto!important;
	padding-top: 80px;
}

.language--icon {
	color: #fff!important;
	padding-top: 20px;
}

.z--index {
	z-index: 999!important;
}


@media (max-width: 768px) {
a.language_link {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 20px;
}
a.language_link:hover {
    color: #65d7d7 !important;
    text-decoration: none;
}
.wht_logo {
    padding-top: 20px;
    padding-left: 10px;
    z-index: 999;;
}
	.z--index {
	z-index: 999!important;
}
}