/* Dragon static deployment repair: keep the original visual language while
   making every section independent of JavaScript and fixed-width layout. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { width: 100%; max-width: 100%; overflow-x: clip; }
body { margin: 0; line-height: 1.65; overflow-y: auto !important; }
#wrapper, #content, section { width: 100%; max-width: 100%; }
#content { padding: 0; }
.container { width: min(100% - 40px, 1240px); max-width: 1240px; margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; min-width: 0; }
[class*="col-"] { min-width: 0; }
img, svg { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6, p, a, span { overflow-wrap: anywhere; }
p { line-height: 1.75; }

header.header-v2 { position: absolute; inset: 0 0 auto; z-index: 50; width: 100%; }
header.header-v2 .de-flex { min-height: 92px; gap: 20px; }
header.header-v2 #logo { width: min(320px, 58vw); margin: 0; }
header.header-v2 #logo a { display: block; }
header.header-v2 #logo img.logo { display: block; width: min(240px, 100%) !important; height: auto; }
header.header-v2 #logo img.logo-2 { display: none !important; }
#EN .btn { white-space: nowrap; }
#de-menu-container { display: none !important; }

#content > section:first-of-type { min-height: 720px; padding: 0; }
#content > section:first-of-type > .v-center {
  min-height: 720px;
  padding: 140px 0 110px;
  align-items: center;
}
#content > section:first-of-type h3 { font-size: clamp(27px, 4vw, 48px); line-height: 1.25; margin-bottom: 22px; }
#content > section:first-of-type h6 { font-size: clamp(16px, 1.75vw, 20px); line-height: 1.85; margin-bottom: 10px; }
.h1_big { min-height: 76px; font-size: clamp(34px, 5.2vw, 64px); line-height: 1.16; }
.typed-strings { display: none !important; }
.typed { display: block !important; visibility: visible !important; opacity: 1 !important; line-height: 1.16; }
.list_location { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 28px 0 0; }
.list_location > li { display: block; margin: 0; padding-left: 0; border-left: 0; }
.list_location .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; white-space: normal; line-height: 1.35; }
.mouse-icon-click { z-index: 5; }

#download-app { padding: 92px 0; }
#download-app .row.g-0 { width: 100%; row-gap: 24px; }
#download-app .col-lg-3 { display: flex; flex: 0 0 25%; max-width: 25%; }
.de_3d-box { display: flex; align-items: stretch; height: 100%; min-height: 340px; overflow: visible; }
.de_3d-box .d-inner { display: flex; width: 100%; min-width: 0; align-items: flex-start; justify-content: flex-start; padding: 38px 24px; }
.de_3d-box .d-inner > i { top: 42px; left: 24px; }
.de_3d-box .text { width: 100%; min-width: 0; padding-left: 54px; }
.de_3d-box h3 { margin: 0 0 10px; line-height: 1.3; }
.de_3d-box p { margin: 0 0 16px; white-space: normal !important; }
.de_3d-box .btn { display: inline-block; max-width: 100%; white-space: normal; line-height: 1.4; }
.qr-wrapper { max-width: 100%; }
.qr-wrapper .qr-hover-img { max-width: min(250px, 72vw); }

#about-app.v-center { min-height: 0; padding: 92px 0; }
#about-app .col-md-6:first-child { text-align: center; }
#about-app img { width: min(70%, 460px) !important; }
#about-app .text { max-width: 620px; }
#about-app h3 { line-height: 1.35; }
#about-app p { margin-bottom: 24px; }

#section-fun-facts { padding: 92px 0; }
#section-fun-facts .container > .row { position: relative; z-index: 2; }
#section-fun-facts .col-md-3 { flex: 0 0 25%; max-width: 25%; padding-block: 14px; }
.de_count h3 { line-height: 1.15; margin-bottom: 8px; }
.de_count span { display: block; line-height: 1.55; }
footer .row { align-items: center; row-gap: 20px; }

@media (max-width: 991px) {
  .container { width: min(100% - 36px, 760px); min-width: 0 !important; padding-inline: 0; }
  #download-app .col-lg-3 { flex-basis: 50%; max-width: 50%; }
  .de_3d-box { min-height: 315px; }
  #about-app .col-md-6 { flex: 0 0 100%; max-width: 100%; }
  #about-app .text { margin: 36px auto 0; text-align: center; }
  #section-fun-facts .col-md-3 { flex-basis: 50%; max-width: 50%; }
}

@media (max-width: 575px) {
  .container { width: min(100% - 30px, 540px); }
  header.header-v2 .de-flex { min-height: 78px; }
  header.header-v2 #logo { width: min(220px, 55vw); }
  #EN .btn { padding: 7px 10px; font-size: 13px; }
  #content > section:first-of-type { min-height: 650px; }
  #content > section:first-of-type > .v-center { min-height: 650px; padding: 118px 0 82px; }
  #content > section:first-of-type h3 { font-size: 29px; }
  #content > section:first-of-type h6 { font-size: 15px; line-height: 1.8; }
  .h1_big { min-height: 0; font-size: 36px; }
  .list_location { align-items: stretch; }
  .list_location > li { flex: 1 1 100%; }
  .list_location .btn { width: 100%; }
  #download-app, #section-fun-facts { padding: 68px 0; }
  #download-app .col-lg-3 { flex-basis: 100%; max-width: 100%; }
  .de_3d-box { min-height: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .de_3d-box .d-inner { padding: 32px 18px; }
  .de_3d-box .d-inner > i { top: 36px; left: 18px; }
  .de_3d-box .text { padding-left: 54px; }
  #about-app.v-center { padding: 68px 0; }
  #about-app img { width: min(82%, 360px) !important; }
  #section-fun-facts .col-md-3 { flex-basis: 100%; max-width: 100%; }
  footer .col-md-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
  .social-icons { float: none !important; }
}
