/* ------------------------------------------ */
/* Style naming basically follows BEM: http://getbem.com/ */
/* ------------------------------------------ */
.title--extralarge, .divider-holder .slide-text {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .title--extralarge, .divider-holder .slide-text {
    font-size: 50px;
  }
}
.title--xlarge {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 72px;
}
@media screen and (max-width: 1300px) {
  .title--xlarge {
    font-size: 40px;
  }
}
.title--large, .divider-holder h2 {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 55px;
}
@media screen and (max-width: 1300px) {
  .title--large, .divider-holder h2 {
    font-size: 30px;
  }
}
.title--medium-xlarge {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .title--medium-xlarge {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .title--medium-xlarge {
    font-size: 22px;
  }
}
.title--medium-large, .error-page h2, .divider-holder .highlight p, .menu .main-menu {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title--medium-large, .error-page h2, .divider-holder .highlight p, .menu .main-menu {
    font-size: 22px;
  }
}
.title--medium, .loading p, .loading h2 {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title--medium, .loading p, .loading h2 {
    font-size: 22px;
  }
}
.title--medium-small, .menu ol, .menu .lang, .menu .menu-title, #header .main-title {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .title--medium-small, .menu ol, .menu .lang, .menu .menu-title, #header .main-title {
    font-size: 16px;
  }
  .title--medium-small br, .menu ol br, .menu .lang br, .menu .menu-title br, #header .main-title br {
    display: none;
  }
}
.title--small {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title--small {
    font-size: 16px;
  }
}

.content--common, .scroll, .error-page p, .divider-holder p, #header .menu-btn, #header .audio-btn-holder, body, html {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
}
@media screen and (max-width: 640px) {
  .content--common, .scroll, .error-page p, .divider-holder p, #header .menu-btn, #header .audio-btn-holder, body, html {
    font-size: 14px;
  }
}
.content--sm, #footer {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
}
.content--xsm {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  /*letter-spacing: 0.1em;*/
}

/* Style commonly used  */
/* ------------------------------------------ */
body,
body * {
  max-height: 1000000px;
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
}

html {
  /*cursor: none;*/
}

body {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  margin: 0 !important;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #000;
  /*cursor: none;*/
}
body.normalize {
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

br {
  display: block;
  opacity: 0;
  font-family: "Arial", sans-serif !important;
  font-size: 0;
  color: transparent;
  line-height: 1em;
}

p {
  line-height: 1.8;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.divider-content p {
  margin-top: 0;
}
.divider-content p.small {
  font-size: 80%;
}
.divider-content p:last-child {
  margin-bottom: 0 !important;
}

ul {
  padding-left: 0px;
}

.clearfix {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.nowrap {
  overflow: hidden;
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  display: none;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
#wrapper.active {
  display: block;
}
#wrapper main {
  background-color: #FFF;
}
#wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1174px;
  margin-left: -587px;
  height: 664px;
  margin-top: -332px;
}

.block-size {
  position: relative;
}
.block-size--full-width {
  width: 100%;
}
.block-size--half-width {
  width: 50%;
}
.block-size--full-height {
  min-height: 100vh;
}
.block-size--full-fill {
  width: 100%;
  height: 100%;
}

.btn {
  position: relative;
  display: inline-block;
}
.btn--overline:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 10%;
  top: 45%;
  left: -5%;
  background-color: #FFF;
}
.btn--overline:hover:after {
  width: 110%;
}

.video {
  position: relative;
}
.video--full {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cursor {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 30px;
  height: 30px;
  border: solid 1px #FFF;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -15px;
  /*mix-blend-mode: difference;*/
  z-index: 30;
  /*@include animateAll(.5s, 0s, ease-in-out);*/
}
@media screen and (max-width: 768px) {
  .cursor {
    visibility: hidden;
  }
}
.cursor:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #FFF;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.cursor.over {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.cursor.over:after {
  transform: translate(-50%, -50%) scale(1);
}

.cursor-dot {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #FFF;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .cursor-dot {
    visibility: hidden;
  }
}

.section {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
}
.section.active {
  display: block;
}
.section .section-content {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -300px;
  z-index: 10;
}
.section .key-visual {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -300px;
}

.display--inline-block {
  display: inline-block;
}

.display--block {
  display: inline-block;
}

.display--inline {
  display: inline;
}

.display--table {
  display: table;
}

.display--table-cell {
  display: table-cell;
}

.display--flex {
  display: flex;
}

.align--hc {
  text-align: center;
}
.align--hl {
  text-align: left;
}
.align--hr {
  text-align: right;
}
.align--vt {
  vertical-align: top;
}
.align--vb {
  vertical-align: bottom;
}
.align--vm {
  vertical-align: middle;
}
.align--hvc {
  text-align: center;
  vertical-align: middle;
}

.hidden-all {
  display: none !important;
}

.overflow-hidden {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

.prevent-click:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 30;
}

.download {
  padding: 5px 10px;
  color: #333333 !important;
  padding: 0;
  margin-left: 10px;
}
.download:before {
  content: url(../images/icon_download.png);
  margin-right: 10px;
  padding-left: 10px;
  border-left: gray 2px solid;
}

/* END Style commonly used  */
/* ------------------------------------------ */
.download_table {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.download_table tr th {
  border-bottom: 2px solid #d71920;
  padding: 8px 0;
  font-weight: bold;
  text-align: left;
}
.download_table tr th:nth-child(1) {
  width: 80%;
}
.download_table tr td {
  border-bottom: 2px solid black;
  padding: 5px 0;
}

.download_button {
  box-sizing: border-box;
  margin: 0;
  margin-top: 20px;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  -webkit-appearance: button;
  background: #d71921;
  border: 0;
  padding: 9px 45px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.remove-pdf {
  background: url(../images/delete.png) no-repeat 50%/cover;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

@media print {
  html * {
    font-size: 12px;
    -webkit-print-color-adjust: exact;
    line-height: 1.5;
  }
  .title {
    font-size: 48px !important;
  }
  #tools,
  .sticky-footer {
    display: none;
  }
  .text-indent-2 {
    text-indent: 1rem;
  }
  .text-indent-4 {
    text-indent: 1.5rem;
  }
}
@media (max-width: 767px) {
  .print {
    display: none;
  }
}
::marker {
  vertical-align: top;
}

html,
* {
  /* font-size: 18px; */
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Arial", "Helvetica", sans-serif;
}

/* sup{
    font-size: 0.5em;
} */
.OMG {
  border: 5px solid blue;
}

.Italic {
  font-style: italic;
}

.heading-line {
  position: relative;
}

.heading-line::after {
  position: absolute;
  top: 100%;
  left: -15%;
  content: " ";
  width: 130%;
  height: 2px;
  background-color: #000;
}

.wrapper {
  overflow-x: hidden;
}

.wrapper .content-holder a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.main-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url(../images/banner.png);
}
.main-banner canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

p {
  margin-bottom: 1.25rem;
}

.text-indent-2 {
  text-indent: 2rem;
}

.text-indent-3 {
  text-indent: 3rem;
}

.text-indent-4 {
  text-indent: 4rem;
}

.indent-1 {
  padding-left: 1rem;
  text-indent: -1rem;
}

.indent-2 {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.indent-3 {
  padding-left: 2rem;
  text-indent: -2rem;
}

.indent-4 {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.indent-5 {
  padding-left: 3rem;
  text-indent: -3rem;
}

table.column-left tr:hover td *,
table.first-column-left tr:hover td * {
  /* border-bottom: 1px solid #c70e14  ; */
  color: #a80006;
}

table.column-left {
  border-collapse: separate;
  border-spacing: 10px;
}

table.first-column-left {
  border-collapse: separate;
  border-spacing: 10px;
  /* min-width: 650px;
    overflow-x: auto; */
}

table.first-column-left.col-2-color tr td:nth-child(2) {
  color: #ed1c24;
}

table.first-column-left.col-2-bold tr td:nth-child(2) {
  font-weight: 700;
}

table tr.bottom-line td {
  border: 0;
  border-color: black;
  border-style: solid;
  border-bottom-width: 2px;
}

table tr.bottom-line.cols-2-color td:nth-child(2) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-3-color td:nth-child(3) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-4-color td:nth-child(4) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-5-color td:nth-child(5) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-6-color td:nth-child(6) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-7-color td:nth-child(7) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-8-color td:nth-child(8) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-9-color td:nth-child(9) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-10-color td:nth-child(10) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.bottom-line.cols-11-color td:nth-child(11) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table tr.after-color td:nth-child(3),
table tr.after-color td:nth-child(4),
table tr.after-color td:nth-child(5),
table tr.after-color td:nth-child(6),
table tr.after-color td:nth-child(7),
table tr.after-color td:nth-child(8),
table tr.after-color td:nth-child(9),
table tr.after-color td:nth-child(10),
table tr.after-color td:nth-child(11) {
  font-weight: 700;
  color: #ed1c24;
  border-color: #ed1c24;
}

table.first-column-left td {
  text-align: right;
  /* padding-left: 1rem; */
}

table.first-column-left tr td:first-child {
  max-width: 20rem;
  text-align: left;
  /* padding-left: 0; */
}

.text-theme-color {
  color: #ed1c24;
}

.table-this-year-color {
  color: #ed1c24;
}

.table-this-year-bold {
  font-weight: 700;
}

.table-border-bottom {
  border: 0;
  border-color: black;
  border-style: solid;
  border-bottom-width: 2px;
}

.table-border-bottom-color {
  border: 0;
  border-color: #ed1c24;
  border-style: solid;
  border-bottom-width: 2px;
}

.wrapper table {
  width: 100%;
}

.Bold {
  font-weight: 700;
}

.p-nm p,
p.nm {
  margin-bottom: 0;
}

._3-H1 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #ed1c24;
  margin-top: 3.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

._4---H2 {
  font-size: 1.125rem;
  color: #ed1c24;
  margin-bottom: 0.25rem;
}

.Basic-Table {
  line-height: 1.75rem;
}

.directors-col.directors-pic {
  display: flex;
}

.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px 80px;
  box-sizing: border-box;
  background-color: #FFF;
}
.content a:hover {
  color: red;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0px 30px;
  }
}

.content-holder {
  position: relative;
  width: 100%;
  padding: 70px 0px;
  max-width: 1200px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.content-holder .title {
  color: #ed1c24;
  font-size: 55px;
  font-weight: normal;
  line-height: normal;
  width: calc(100% - 170px);
}

ul#sitemap {
  padding-left: 2rem;
}
ul#sitemap li {
  list-style: disc;
  font-weight: bold;
}
ul#sitemap ol {
  padding-left: 2rem;
  padding-bottom: 1rem;
}
ul#sitemap ol li {
  list-style: decimal;
  font-weight: normal;
}

/* Style for menu */
/* ------------------------------------------ */
#header {
  position: fixed;
  width: 100%;
  top: 0%;
  left: 0px;
  padding: 50px 90px;
  display: flex;
  z-index: 30;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 860px) {
  #header {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  #header {
    text-align: left;
    padding: 15px 15px;
  }
}
#header.relative {
  position: relative;
}
#header > .col {
  width: 50%;
}
#header > .col:nth-child(2) {
  text-align: right;
}
#header.ie .menu-btn {
  position: absolute;
  top: 20px;
  right: 90px;
}
#header .audio-btn-holder {
  position: relative;
  display: inline-flex;
  color: #FFF;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #header .audio-btn-holder {
    margin-right: 10px;
  }
}
#header .audio-btn-holder:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 2px;
  background-color: #FFF;
  transform: rotate(-30deg) translateX(-15%);
  transform-origin: top left;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header .audio-btn-holder.play:before {
  width: 0%;
}
#header .audio-btn-holder > span {
  width: 30px;
  line-height: 1rem;
}
#header .audio-btn {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}
#header .audio-btn:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 2px;
  height: 100%;
  background-color: #FFF;
}
#header .audio-btn:after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 2px;
  height: 100%;
  background-color: #FFF;
}
#header .audio-btn span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #FFF;
  margin-left: -1px;
}
#header .audio-btn:before {
  bottom: 0%;
  animation: audioBar 1s linear;
  animation-iteration-count: infinite;
}
#header .audio-btn:after {
  bottom: 0%;
  animation: audioBar 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  animation-iteration-count: infinite;
}
#header .audio-btn span {
  bottom: 0%;
  animation: audioBar 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  animation-iteration-count: infinite;
}
#header .close-section {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  mix-blend-mode: difference;
  display: none;
}
#header .close-section:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}
#header .close-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}
#header .main-title {
  color: #ed1c24;
}
#header .main-title span {
  font-size: 85%;
  letter-spacing: 0.5em;
}
#header .logo {
  position: relative;
  width: 175px;
  height: 48px;
  background-image: url(../images/logo.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#header .logo.white {
  background-image: url(../images/logo.svg);
}
@media screen and (max-width: 640px) {
  #header .logo {
    width: 120px;
    height: 40px;
  }
}
#header .menu .logo {
  background-image: none;
}
#header .menu-btn {
  color: #FFF;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  text-align: right;
}
#header .menu-btn .btn {
  position: relative;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  #header .menu-btn .btn {
    width: 30px;
    height: 22px;
  }
}
#header .menu-btn .btn:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
#header .menu-btn .btn:after {
  position: absolute;
  bottom: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
#header .menu-btn .btn span {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transform-origin: center;
  transform: translate(0%, -50%);
}
#header .menu-btn > span {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(2px);
}

.menu {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 50px 60px 100px 60px;
  background-color: #D1D3D4;
  background-image: url(../images/menuBg.png);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: auto;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
@media screen and (max-width: 1280px) {
  .menu {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .menu {
    padding: 30px 30px;
  }
}
.menu.active {
  left: 0%;
}
@media screen and (max-width: 1280px) {
  .menu .w-full {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .menu .flex-1 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
}
@media screen and (max-width: 960px) {
  .menu .flex-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .menu .w-48:nth-child(3) {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .menu .w-48:nth-child(3) {
    width: 100%;
  }
}
.menu .menu-holder {
  width: 100%;
  display: flex;
}
.menu .menu-holder .flex-1 {
  flex: 1 1 0%;
}
.menu .menu-holder .grow {
  flex-grow: 1;
}
.menu .menu-holder .flex-none {
  flex: none;
}
.menu .close-btn {
  top: 40px;
  right: 60px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .menu .close-btn {
    width: 30px;
    height: 30px;
  }
}
.menu .close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}
.menu .close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}
.menu .col {
  position: relative;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .menu .col {
    width: 100%;
  }
}
.menu .col:nth-child(3) {
  width: 50%;
  padding: 0px 5%;
}
@media screen and (max-width: 640px) {
  .menu .col:nth-child(3) {
    width: 100%;
    padding: 0px;
  }
}
.menu .menu-title {
  color: #FFF;
  font-weight: 300;
}
.menu .menu-title span {
  font-size: 85%;
  letter-spacing: 0.5em;
}
.menu .main-menu > li {
  margin-bottom: 10px;
}
.menu .lang {
  color: #AAA;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .menu .lang {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .menu .lang {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  .menu .lang a {
    margin: 0 1em;
  }
}
.menu .side-menu {
  left: 60px;
  bottom: 2rem;
  position: absolute;
  line-height: 20px;
}
@media screen and (max-width: 1280px) {
  .menu .side-menu {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .menu .side-menu {
    width: auto;
    left: 30px;
    bottom: 1rem;
  }
}
.menu .side-menu li {
  display: inline-block;
  padding: 0px 10px;
  border-right: white 1px solid;
}
.menu .side-menu li:last-child {
  border-right: none;
}
.menu .sns {
  color: #FFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .menu .sns {
    width: 100%;
  }
}
.menu .sns a {
  width: 30px;
  display: inline-block;
  margin: auto 2px;
  opacity: 0.4;
}
.menu .sns a:hover {
  opacity: 1;
}
.menu ul {
  text-align: left;
  list-style: none;
}
.menu ol {
  list-style: disc;
  color: white;
  padding-left: 1em;
  overflow: hidden;
  max-height: 0px;
}
.menu ol.active {
  max-height: 500px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.menu ol li {
  margin-bottom: auto;
}
.menu a {
  vertical-align: top;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu a:hover {
  color: #ed1c24;
}

.side-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 100vh;
  background-color: #ed1c24;
  transform: translateX(-100%);
  z-index: 1;
}
.side-bar__btn {
  position: absolute;
  width: 120px;
  top: 50%;
  transform: translate(-50px, -50%);
  line-height: normal;
  color: #FFF;
}
.side-bar__btn span {
  position: relative;
  display: block;
  transform: translate(15px, 0%);
  z-index: 1;
}
.side-bar__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ed1c24;
  transform: translate(0px, -50%);
}
.side-bar__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 1px #ed1c24;
  transform: translate(0px, -50%) scale(1);
  animation: 1s wave infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes wave {
  0% {
    transform: translate(0px, -50%) scale(1);
  }
  100% {
    transform: translate(0px, -50%) scale(1.4);
    opacity: 0.5;
  }
}
@keyframes audioBar {
  0% {
    height: 10%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 10%;
  }
}
/* ===================      Nav     ==================== */
.nav-bar {
  border-bottom: solid 2px #ed1c24;
  padding: 30px 0px;
  font-size: 20px;
  margin-bottom: 30px;
}
.nav-bar a + a:before {
  content: "/";
  padding: 0px 10px;
}
.nav-bar a:after {
  content: "";
  padding: 0px;
}
.nav-bar a:last-of-type {
  color: #ed1c24;
}
.nav-bar a:last-child::after {
  content: "";
}

#scrollbar {
  overflow-y: hidden;
  max-height: 70vh;
}
@media screen and (max-width: 768px) {
  #scrollbar {
    max-height: 45vh;
  }
}

@media screen and (max-width: 768px) {
  .nav-bar a {
    font-size: 0.75em;
  }
}
/* ===================      Nav     ==================== */
/* END Style menu  */
/* ------------------------------------------ */
#top-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #000;
  overflow: hidden;
}

.title-content {
  position: absolute;
  width: 50%;
  padding: 0px 30px;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #FFF;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.3));
  line-height: normal;
}
.title-content.align-right {
  left: 50%;
}

.title-content h2 {
  font-size: 60px;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .title-content h2 {
    font-size: 40px;
  }
}

.title-content h3 {
  font-size: 30px;
  font-weight: normal;
}

.title-content h4 {
  font-size: 26px;
  font-weight: normal;
}

.title-content .red {
  color: #ed1c24;
}

.title-content .large-font {
  font-size: 200%;
}

.title-content img {
  width: 100%;
  max-width: 1000px;
}

.video-texture, #video-bg, #video-wall {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.chairman {
  position: absolute;
  width: auto;
  max-width: none !important;
  height: 100%;
  top: 40%;
  left: 40%;
  transform: translate(0px, -35%);
}
@media screen and (max-width: 768px) {
  .chairman {
    left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .chairman {
    left: 40%;
    transform: translate(0px, -35%);
  }
}

@media screen and (max-width: 640px) {
  .title-content {
    width: 50%;
    top: 120px;
    left: 0%;
    padding: 0px 30px;
    transform: translate(0%, 0%);
  }
  .title-content h2 {
    font-size: 35px;
    font-weight: normal;
  }
  .title-content h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .title-content h4 {
    font-size: 18px;
    font-weight: normal;
  }
}
@media screen and (max-width: 1023px) {
  .overlay-iamge-container {
    background-image: none !important;
  }
}

/* Style for menu */
/* ------------------------------------------ */
#footer {
  position: relative;
  width: 100%;
}
#footer a {
  border-bottom: 1px solid #000;
  line-height: 0.8em;
}

footer {
  background-color: #000;
  color: #FFF;
  background-image: url(../images/kv.png);
  background-position: center;
  background-attachment: fixed;
}
footer select {
  appearance: none;
  width: 30%;
  border-right: 0px;
  background-color: transparent;
  color: #FFF;
  padding: 10px 10px;
  background-image: url(../images/arrow-white-bottom.png);
  background-position: center right;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
footer select:focus {
  border-right: 0px;
  background-color: #000;
}

.footer__content {
  padding-bottom: 30px;
}
.footer__content .container {
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.footer__content .container .footer__link {
  line-height: 30px;
}
.footer__content .container .footer__link:last-child::before {
  content: "|";
  margin: 0 20px;
}
.footer__content .container .col {
  width: 50%;
}
.footer__content .container .col div {
  margin-bottom: 15px;
}
.footer__content .container .col:last-child {
  text-align: right;
}
.footer__content .container .sns {
  max-height: 30px;
}
.footer__content .container .sns a {
  width: 30px;
  margin-left: 20px;
}

.footer__logo {
  margin-top: 30px;
  width: 134px;
  display: block;
}

.sticky-footer {
  position: sticky;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  background-image: url(../images/kv.png);
  background-position: center;
  background-attachment: fixed;
}
.sticky-footer #interactiveScrollerBar {
  transition: all 0.2s ease;
}
.sticky-footer .goTop {
  width: 40px;
  height: 40px;
  top: -165px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 35px;
  cursor: pointer;
  cursor: hand;
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .sticky-footer .goTop {
    right: 0px;
  }
}
.sticky-footer .goTop img {
  width: 28px;
  margin: 6px;
}
.sticky-footer .goTop span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  transform: rotate(90deg);
  transform-origin: 13% 50%;
  color: #aeaeae;
}
.sticky-footer .sticky-footer-holder {
  max-width: 1300px;
  margin: auto;
  color: #FFF;
  display: flex;
  padding: 25px 0px;
  align-items: center;
}
.sticky-footer .sticky-footer-holder a {
  position: relative;
  font-size: 30px;
  padding-left: 50px;
  display: inline-block;
}
.sticky-footer .sticky-footer-holder a p {
  width: 100%;
  display: block;
}
.sticky-footer .sticky-footer-holder a small {
  font-size: 100%;
  width: 100%;
  display: block;
}
.sticky-footer .sticky-footer-holder a:first-child:before {
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/left.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateY(-50%);
}
.sticky-footer .sticky-footer-holder a:last-child:after {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/right.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateY(-50%);
}
.sticky-footer .sticky-footer-holder a:first-child {
  width: 50%;
  text-align: left;
}
.sticky-footer .sticky-footer-holder a:last-child {
  width: 50%;
  padding-right: 50px;
  text-align: right;
}
.sticky-footer .sticky-footer-holder p {
  line-height: 1.2;
}
.sticky-footer .sticky-footer-holder p:hover {
  color: #d6171f;
}

@media screen and (max-width: 768px) {
  .sticky-footer {
    display: block !important;
  }
  .sticky-footer .sticky-footer-holder {
    display: flex;
    padding: 10px 5px;
  }
  .sticky-footer .sticky-footer-holder a p {
    font-size: 0.75rem;
  }
  .content-holder {
    padding: 35px 0px;
  }
  .content-holder .title {
    font-size: 25px;
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .content-holder .title {
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding-bottom: 5px;
  }
  .footer__content .container .col {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .footer__content .container .col:last-child {
    text-align: center;
  }
  .footer__logo {
    margin: 30px auto;
  }
  footer select {
    width: 80%;
    font-size: 0.75rem;
  }
}
/* END Style menu  */
/* ------------------------------------------ */
.tools {
  border: double #085da9 6px;
  position: absolute;
  transition: all 0.2s ease;
  right: -6px;
  top: 50px;
  z-index: 20;
  min-width: 70px;
  min-height: 70px;
  max-width: 500px;
  border-radius: 50%;
  overflow: hidden;
}
.tools .tools__wrapper {
  color: #fff;
  transition: all 0.2s linear;
  width: 0;
  overflow: hidden;
  background-color: #085da9;
  margin: 2px;
  min-height: 70px;
  min-width: 70px;
  border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .tools {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tools {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tools {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tools {
    display: none;
  }
}
.tools.active {
  width: auto;
  height: auto;
  z-index: 20;
  border-radius: 10px 0 0 10px;
  border: double transparent 6px;
}
.tools.active .tools__wrapper {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .tools__wrapper {
    padding: 0px;
  }
}
.tools.active .tools__wrapper {
  width: 445px;
  padding: 0px;
}

@media (max-width: 767px) {
  .tools.active .tools__wrapper {
    width: 280px;
    padding: 0px;
  }
}
.tools.active {
  transition: all 0.3s 0s linear;
}
.tools.active .tools__icons {
  opacity: 1;
  transition: all 0.3s 0.6s linear;
}
.tools.active .tools__wrapper {
  transition: all 0.3s 0.3s linear;
}
.tools.active .tools__history {
  transition: all 0.3s 1s linear;
}

.tools {
  transition: all 0.3s 0.6s linear;
}

.tools .tools__wrapper {
  transition: all 0.3s 0.3s linear;
}

.tools .tools__history {
  transition: all 0.3s 0s linear;
}

.tools .tools__icons {
  opacity: 0;
  transition: all 0.3s 0s linear;
}

.tools__button {
  width: 70px;
  height: 70px;
  display: block;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 2;
}

.tools__button:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/left-arrow.svg) no-repeat center 8px/70% auto;
  display: block;
  position: relative;
  left: 30%;
  top: 50%;
  transform: translate(-90%, -55%);
}

@media (max-width: 767px) {
  .tools__button:before {
    width: 40px;
    height: 40px;
  }
}
.tools__button span {
  position: absolute;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  left: 25%;
  transform: translate(-50% -50%);
  font-weight: 400;
  top: 0;
  line-height: 70px;
}

.tools__icons {
  /* display: none; */
  width: 417px;
  padding: 20px 20px 20px 20px;
}

@media (max-width: 767px) {
  .tools__icons {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tools__icons {
    width: 260px;
  }
}
.tools__icons:after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
}

.tools__icons--pdf .tools__icon {
  width: 26px;
  height: 26px;
  margin-left: 14px;
}

.tools__icon {
  width: 29px;
  height: 29px;
  margin-left: 0.75rem;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  .tools__icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}
.tools__icon--recommend {
  background: url(../images/icon/tools_mail.svg) no-repeat 50%;
  background-size: contain;
  margin-left: 0 !important;
}

.tools__icon--share {
  background: url(../images/icon/tools_share.svg) no-repeat 50%;
  background-size: cover;
}

.tools__icon--store {
  background: url(../images/icon/tools_cart.svg) no-repeat 50%;
  background-size: cover;
  position: relative;
}

.tools__icon--store:before {
  content: attr(data-count);
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #d71921;
  color: #fff;
  line-height: 13px;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 767px) {
  .tools__icon--store:before {
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 9px;
    bottom: -7px;
    right: -7px;
  }
}
.tools__icon--store.animated360:before {
  -webkit-animation: rotate 5s 2 forwards;
  animation: rotate 5s 2 forwards;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.tools__icon--add-to-store {
  background: url(../images/icon/tools_bookmark.svg) no-repeat 50%;
  background-size: cover;
}

.tools__icon--download-center {
  background: url(../images/icon/tools_download.svg) no-repeat 50%;
  background-size: cover;
}

.tools__search {
  float: left;
  margin-left: 20px;
  line-height: normal;
  position: relative;
  max-width: 115px;
}

@media (max-width: 767px) {
  .tools__search {
    margin-left: 0;
    margin-top: 20px;
    width: 70%;
  }
}
.tools__search input {
  background-color: white;
  color: #231F20;
  border: 0;
  height: 28px;
  padding: 5px;
  outline: none !important;
  font-size: 14px;
  width: 100%;
}

@media (max-width: 767px) {
  .tools__search input {
    width: 100%;
  }
}
.tools__history {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  height: 0;
  opacity: 0;
  border-left: double #085da9 6px;
  border-bottom: double #085da9 6px;
  border-right: double #085da9 6px;
}

.tools.active .tools__history {
  padding: 10px 20px 10px 20px;
  height: auto;
  opacity: 1;
  background-color: #fff;
  color: #231F20;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 575px) {
  .tools__history {
    padding: 10px;
  }
}
.tools__header {
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .tools__header {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
}
.tools__list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .tools__list-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.suggest {
  position: absolute;
  width: 100%;
  top: 28px;
  z-index: 1000;
  left: 0;
  max-width: 164px;
  background: #beab7b;
}

.suggest > div {
  cursor: pointer;
  padding: 2px 10px;
  text-align: left;
  color: #000;
  font-size: 14px;
}

.suggest > div:last-child {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .suggest {
    max-width: 100%;
  }
}
.sitemap {
  display: block;
  padding-left: 40px;
  list-style-type: disc;
}

.sitemap a {
  color: #d71921;
}

.sitemap .level-0 {
  display: inline-block;
  margin-bottom: 10px;
}

.sitemap .ws {
  padding-left: 40px;
  list-style: circle;
}

.sitemap .ws li {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 16px;
}

/* Style for menu */
/* ------------------------------------------ */
.scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .scrollable table tr td {
    /* overflow: hidden; */
    min-width: 100px;
    font-size: 0.8em;
    line-height: 1.2;
  }
  .scrollable table tr td:nth-child(1) {
    /* overflow: hidden; */
    min-width: 170px;
    font-size: 0.8em;
    line-height: 1.2;
  }
  .scrollable:not(.active)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .scrollable:not(.active)::after {
    content: "";
    width: 56px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/scroll-indicator.png) no-repeat center center;
  }
  .scrollable sup {
    font-size: 1em;
  }
}
/* END Style menu  */
/* ------------------------------------------ */
.title--extralarge, .divider-holder .slide-text {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .title--extralarge, .divider-holder .slide-text {
    font-size: 50px;
  }
}
.title--xlarge {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 72px;
}
@media screen and (max-width: 1300px) {
  .title--xlarge {
    font-size: 40px;
  }
}
.title--large, .divider-holder h2 {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 55px;
}
@media screen and (max-width: 1300px) {
  .title--large, .divider-holder h2 {
    font-size: 30px;
  }
}
.title--medium-xlarge {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .title--medium-xlarge {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .title--medium-xlarge {
    font-size: 22px;
  }
}
.title--medium-large, .error-page h2, .divider-holder .highlight p, .menu .main-menu {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title--medium-large, .error-page h2, .divider-holder .highlight p, .menu .main-menu {
    font-size: 22px;
  }
}
.title--medium, .loading p, .loading h2 {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title--medium, .loading p, .loading h2 {
    font-size: 22px;
  }
}
.title--medium-small, #header .main-title, .menu .menu-title, .menu .lang, .menu ol {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .title--medium-small, #header .main-title, .menu .menu-title, .menu .lang, .menu ol {
    font-size: 16px;
  }
  .title--medium-small br, #header .main-title br, .menu .menu-title br, .menu .lang br, .menu ol br {
    display: none;
  }
}
.title--small {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title--small {
    font-size: 16px;
  }
}

.content--common, .scroll, .error-page p, .divider-holder p, html, body, #header .audio-btn-holder, #header .menu-btn {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
}
@media screen and (max-width: 640px) {
  .content--common, .scroll, .error-page p, .divider-holder p, html, body, #header .audio-btn-holder, #header .menu-btn {
    font-size: 14px;
  }
}
.content--sm, #footer {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
}
.content--xsm {
  font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  /*letter-spacing: 0.1em;*/
}

/* ------------------------------------------ */
body {
  overscroll-behavior-y: none;
}

canvas {
  max-width: 100%;
  max-height: 100%;
}

.scrollbar-track {
  visibility: hidden;
}

.menu-pattern {
  background-image: url(../images/menu_.png);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  animation: bgMove 60s linear infinite;
}

@keyframes bgMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
.pattern {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  pointer-events: none;
}
.pattern .frame {
  position: relative;
  width: 100vw;
  height: 100svh;
  max-width: none;
  opacity: 0.3;
}
@media screen and (max-width: 640px) {
  .pattern .frame {
    width: auto;
    left: 50%;
    height: 100svh;
    max-width: none;
    transform: translateX(-50%);
  }
}
.pattern .circle {
  position: absolute;
  width: 90vw;
  height: 90svh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media screen and (max-width: 640px) {
  .pattern .circle {
    width: 120vw;
    height: 120svh;
    max-width: none;
  }
}
.pattern .pattern {
  position: absolute;
  width: 100vw;
  height: 100svh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media screen and (max-width: 640px) {
  .pattern .pattern {
    width: auto;
    left: 50%;
    height: 100svh;
    max-width: none;
  }
}
.pattern .pointer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pattern .pointer > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  color: #3EB49C;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  filter: blur(25px);
  mix-blend-mode: plus-lighter;
  border: solid 1px #3EB49C;
  overflow: hidden;
  opacity: 0.25;
}
.pattern .pointer > div:nth-child(2n) {
  color: #FFF;
  border: solid 1px #FFF;
  background-color: #CD19FF;
}
.pattern .pointer > div:nth-child(3n) {
  color: #00AFFF;
  border: solid 1px #00AFFF;
  background-color: #00AFFF;
}

.annual-title {
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #FFF;
  writing-mode: sideways-lr;
}
@media screen and (max-width: 640px) {
  .annual-title {
    bottom: 20px;
    right: 20px;
    writing-mode: horizontal-tb;
    display: none;
  }
}

.ruler {
  position: absolute;
  width: 100%;
  height: 100svh;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.ruler .main-sec {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
}
.ruler .intro {
  position: relative;
  width: 100%;
  height: 200svh;
  background-color: rgba(255, 0, 0, 0.1);
}
.ruler .sec {
  position: relative;
  width: 100%;
  height: 100svh;
  border-bottom: solid 1px #FFF;
}
.ruler .outro {
  position: relative;
  width: 100%;
  height: 200svh;
  background-color: rgba(0, 0, 255, 0.1);
}

@keyframes rise {
  0% {
    opacity: 0;
    transform: translate(750%, 0%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(750%, -100%);
  }
}
#container {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  overflow: hidden;
  /*&:before {
  	content:'';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0px;
  	left: 0px;
  	background: radial-gradient(circle, rgba(17,17,17,0) 0%, rgba(0,0,0,.75) 100%);
  	mix-blend-mode: overlay;
  }*/
}
#container.active {
  opacity: 1;
  visibility: visible;
}

.chi-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeIn 1s forwards;
  animation-delay: 3s;
  display: none;
  max-width: none;
}
@media screen and (max-width: 640px) {
  .chi-title {
    width: 150vw;
  }
}
.chi-title.active {
  display: block;
}

.section-index {
  position: fixed;
  top: 50%;
  left: 50px;
  width: 1px;
  height: 70svh;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .section-index {
    display: none;
  }
}
.section-index .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 0%;
  background-color: #FFF;
  transform: translateX(-1px);
}
.section-index span {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 50px;
  font-size: 50%;
  color: #FFF;
  transform: translateY(-100%);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.section-index span.active {
  opacity: 1;
}
.section-index span:nth-child(2) {
  top: 10%;
}
.section-index span:nth-child(3) {
  top: 43%;
}
.section-index span:nth-child(4) {
  top: 63%;
}
.section-index span:nth-child(5) {
  top: 73%;
}
.section-index span:nth-child(6) {
  top: 100%;
}

.divider-holder {
  position: relative;
  width: 100%;
  height: 0px;
  display: none;
}
.divider-holder.active {
  height: auto;
  display: block;
}
.divider-holder:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .divider-holder:before {
    display: none;
  }
}
.divider-holder:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 100%;
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .divider-holder:after {
    display: none;
  }
}
.divider-holder .divider {
  position: relative;
  width: 100vw;
  min-height: 100svh;
  padding: 0px 0px;
  display: flex;
  flex-wrap: wrap;
  border: dashed 1px rgba(255, 255, 255, 0.1);
}
.divider-holder .divider.mda {
  height: 140svh;
}
@media screen and (max-width: 640px) {
  .divider-holder .divider.mda {
    height: 100svh;
  }
  .divider-holder .divider.mda.en {
    height: 170svh;
  }
}
@media screen and (max-width: 640px) {
  .divider-holder .divider {
    width: 100vw !important;
    padding: 0px !important;
  }
  .divider-holder .divider.bounce {
    display: none;
  }
}
.divider-holder .divider.sticky {
  position: sticky;
  top: 0px;
  left: 0px;
}
.divider-holder .highlight {
  position: relative;
  padding: 0px 150px;
  width: 100vw;
  height: 130svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight {
    padding: 0px 30px;
  }
}
.divider-holder .highlight p {
  width: 50%;
  font-family: "Orbitron", sans-serif;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 70%);
  background-position: 0% 100%;
  background-size: 100% 200%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight p {
    width: 100%;
    text-align: center;
  }
}
.divider-holder .align-bottom {
  align-items: flex-end;
  align-content: flex-end;
}
.divider-holder .align-top {
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.divider-holder .align-center {
  align-content: center;
}
.divider-holder .align-right {
  justify-content: flex-end;
}
.divider-holder .horizon-slider {
  position: relative;
  width: fit-content;
  height: 100svh;
  display: flex;
}
@media screen and (max-width: 640px) {
  .divider-holder .horizon-slider {
    width: 100vw;
    height: auto;
    flex-wrap: wrap;
  }
}
.divider-holder .horizon-holder {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .divider-holder .horizon-holder .divider {
    height: 150svh;
    align-items: flex-end;
  }
  .divider-holder .horizon-holder .divider.esg {
    height: 120svh;
  }
  .divider-holder .horizon-holder .divider.other-info {
    height: 110svh;
  }
  .divider-holder .horizon-holder .divider.other-info .divider-section {
    align-content: flex-end;
  }
  .divider-holder .horizon-holder .divider.grow-holder {
    height: 70svh;
    min-height: auto;
  }
  .divider-holder .horizon-holder .divider.grow-holder .divider-section {
    height: 100%;
  }
  .divider-holder .horizon-holder .divider.fin-holder .divider-section {
    align-content: flex-end;
  }
  .divider-holder .horizon-holder .divider.fin-holder-chi {
    height: 120svh;
  }
  .divider-holder .horizon-holder .divider.fin-holder-chi .divider-section {
    align-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .divider-holder .horizon-holder {
    position: relative;
    height: auto;
  }
}
.divider-holder .divider-section {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 0svh 150px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .divider-holder .divider-section {
    padding: 0px 15px !important;
    width: 100% !important;
  }
}
.divider-holder .divider-section.w-50 {
  width: 50%;
}
.divider-holder .divider-section.w-60 {
  width: 60%;
}
.divider-holder .divider-section.w-70 {
  width: 70%;
}
.divider-holder .highlight-point {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight-point {
    flex-wrap: wrap;
  }
}
.divider-holder .highlight-point .txt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  transform: translate(-22%, -100%);
  align-items: center;
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight-point .txt {
    transform: translate(0%, 0%);
  }
}
.divider-holder .highlight-point .grow {
  position: relative;
  top: 30svh;
  width: 15vw;
  height: 0svh;
  padding-right: 30px;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.divider-holder .highlight-point .grow small {
  display: block;
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight-point .grow {
    width: 100%;
    height: auto !important;
    top: auto !important;
  }
}
.divider-holder .highlight-point .grow:nth-child(1).active {
  top: 0px;
  height: 20svh;
}
.divider-holder .highlight-point .grow:nth-child(1).active p, .divider-holder .highlight-point .grow:nth-child(1).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow:nth-child(2).active {
  top: 0px;
  height: 50svh;
}
.divider-holder .highlight-point .grow:nth-child(2).active p, .divider-holder .highlight-point .grow:nth-child(2).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow:nth-child(3).active {
  top: 0px;
  height: 20svh;
}
.divider-holder .highlight-point .grow:nth-child(3).active p, .divider-holder .highlight-point .grow:nth-child(3).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow:nth-child(4).active {
  top: 0px;
  height: 20svh;
  transform: translateY(50%);
}
.divider-holder .highlight-point .grow:nth-child(4).active p, .divider-holder .highlight-point .grow:nth-child(4).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow:nth-child(5).active {
  top: 0px;
  height: 30svh;
  transform: translateY(-10%);
}
.divider-holder .highlight-point .grow:nth-child(5).active p, .divider-holder .highlight-point .grow:nth-child(5).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow:nth-child(6).active {
  top: 0px;
  height: 20svh;
  transform: translateY(20%);
}
.divider-holder .highlight-point .grow:nth-child(6).active p, .divider-holder .highlight-point .grow:nth-child(6).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow:nth-child(7).active {
  top: 0px;
  height: 20svh;
}
.divider-holder .highlight-point .grow:nth-child(7).active p, .divider-holder .highlight-point .grow:nth-child(7).active img {
  opacity: 1;
}
.divider-holder .highlight-point .grow::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -27px;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-radius: 15px;
  display: inline-block;
  border: solid 4px #00AFFF;
  filter: drop-shadow(0px 0px 5px #00AFFF) drop-shadow(0px 0px 4px #00AFFF);
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight-point .grow::before {
    display: none;
  }
}
.divider-holder .highlight-point .grow img {
  filter: drop-shadow(0px 0px 4px #00AFFF) drop-shadow(0px 0px 4px #00AFFF);
}
.divider-holder .highlight-point .grow:nth-child(1n+4)::before {
  border: solid 4px #3EB49C;
  filter: drop-shadow(0px 0px 5px #3EB49C) drop-shadow(0px 0px 4px #3EB49C);
}
.divider-holder .highlight-point .grow:nth-child(1n+4) img {
  filter: drop-shadow(0px 0px 4px #3EB49C) drop-shadow(0px 0px 4px #3EB49C);
}
.divider-holder .highlight-point .grow::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -21px;
  width: 2px;
  height: 100%;
  background: radial-gradient(#00AFFF, rgba(255, 255, 255, 0));
  display: inline-block;
  filter: drop-shadow(0px 0px 5px #00AFFF) drop-shadow(0px 0px 4px #00AFFF);
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight-point .grow::after {
    display: none;
  }
}
.divider-holder .highlight-point .grow:nth-child(1n+4)::after {
  background: radial-gradient(#3EB49C, rgba(255, 255, 255, 0));
  filter: drop-shadow(0px 0px 5px #3EB49C) drop-shadow(0px 0px 4px #3EB49C);
}
.divider-holder .highlight-point .grow p {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
.divider-holder .highlight-point .grow img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 30%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
@media screen and (max-width: 640px) {
  .divider-holder .highlight-point .grow img {
    width: 15%;
  }
}
.divider-holder .main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  text-shadow: rebeccapurple 0 0 10px;
  display: none;
}
@media screen and (max-width: 640px) {
  .divider-holder .main-title {
    width: 150vw;
  }
}
.divider-holder .main-title.active {
  display: block;
}
.divider-holder .main-title .st0, .divider-holder .main-title .st1, .divider-holder .main-title .st2, .divider-holder .main-title .st3, .divider-holder .main-title .st4, .divider-holder .main-title .st5 {
  fill: none;
}
.divider-holder .main-title .st0, .divider-holder .main-title .st3 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.divider-holder .main-title .st0, .divider-holder .main-title .st5 {
  stroke: #0054da;
}
.divider-holder .main-title .st1 {
  stroke: #fff;
}
.divider-holder .main-title .st1, .divider-holder .main-title .st2, .divider-holder .main-title .st4, .divider-holder .main-title .st5 {
  stroke-miterlimit: 10;
}
.divider-holder .main-title .st2, .divider-holder .main-title .st3 {
  stroke: #35e3ec;
}
.divider-holder .main-title .st4 {
  stroke: #35e0e9;
}
.divider-holder .main-title #text_sentance_white .st1 {
  animation: 0.2s linear 0s colorFlash2 forwards;
  animation-iteration-count: 8;
}
.divider-holder .main-title #text_sentance_white .st1:nth-child(2n) {
  fill: #1d1d1b;
  animation: 0.6s ease-out 0s moveLeft forwards, 0.2s linear 0.6s colorFlash2 forwards;
  animation-iteration-count: 1, 2;
}
.divider-holder .main-title #text_sentance_white .st1:nth-child(3n) {
  fill: #1d1d1b;
  animation: 0.5s ease-out 0s moveRight forwards, 0.1s linear 0.5s colorFlash2 forwards;
  animation-iteration-count: 1, 5;
}
.divider-holder .main-title #text_sentance_white .st1:nth-child(4n) {
  fill: #1d1d1b;
  animation: 0.4s linear 0s moveDown forwards, 0.2s linear 0.4s colorFlash2 forwards;
  animation-iteration-count: 1, 3;
}
.divider-holder .main-title #text_sentence .st5 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transform-origin: center;
  animation: 1.2s ease-in-out 1.4s dash forwards;
}
.divider-holder .main-title #text_sentence .st5:nth-child(2n) {
  transform: translateX(-10%);
  animation: 1.2s ease-in-out 1.4s dash forwards, 0.5s ease-in-out 1.6s moveRight forwards;
}
.divider-holder .main-title #text_sentence .st5:nth-child(3n) {
  transform: translateX(10%);
  animation: 1s ease-in-out 1.4s dash forwards, 0.4s ease-in-out 1.6s moveLeft forwards;
}
.divider-holder .main-title #text_sentence .st5:nth-child(4n) {
  transform: translateY(-10%);
  animation: 1s ease-in-out 1.4s dash forwards, 0.6s ease-in-out 1.6s moveDown forwards;
}
.divider-holder .main-title #text_sentence .st5:nth-child(5n) {
  animation: 1s ease-in-out 1.4s dash forwards, 0.2s ease-in-out 1.6s moveRight forwards;
}
.divider-holder .main-title #text_sentence .st4 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transform-origin: center;
  animation: 1.2s ease-in-out 1.4s dash forwards;
}
.divider-holder .main-title #text_sentence .st4:nth-child(2n) {
  transform: translateX(-10%);
  animation: 1.2s ease-in-out 1.4s dash forwards, 0.5s ease-in-out 1.6s moveRight forwards;
}
.divider-holder .main-title #text_sentence .st4:nth-child(3n) {
  transform: translateX(10%);
  animation: 1s ease-in-out 1.4s dash forwards, 0.4s ease-in-out 1.6s moveLeft forwards;
}
.divider-holder .main-title #text_sentence .st4:nth-child(4n) {
  transform: translateY(-10%);
  animation: 1s ease-in-out 1.4s dash forwards, 0.6s ease-in-out 1.6s moveDown forwards;
}
.divider-holder .main-title #text_sentence .st4:nth-child(5n) {
  animation: 1s ease-in-out 1.4s dash forwards, 0.2s ease-in-out 1.6s moveRight forwards;
}
.divider-holder .main-title .st2 {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transform-origin: center;
  animation: 1.2s ease-in-out 1.4s dash forwards;
}
.divider-holder .main-title #blue_outline1 .st1 {
  animation: 0.2s linear 0s colorFlash2 forwards;
  animation-iteration-count: 8;
}
.divider-holder .main-title #blue_outline1 .st1:nth-child(2n) {
  fill: #1d1d1b;
  animation: 0.6s ease-out 0s moveLeft forwards, 0.2s linear 0.6s colorFlash2 forwards;
  animation-iteration-count: 1, 2;
}
.divider-holder .main-title #blue_outline1 .st1:nth-child(3n) {
  fill: #1d1d1b;
  animation: 0.5s ease-out 0s moveRight forwards, 0.1s linear 0.5s colorFlash2 forwards;
  animation-iteration-count: 1, 5;
}
.divider-holder .main-title #blue_outline1 .st1:nth-child(4n) {
  fill: #1d1d1b;
  animation: 0.4s linear 0s moveDown forwards, 0.2s linear 0.4s colorFlash2 forwards;
  animation-iteration-count: 1, 3;
}
.divider-holder .main-title #light_blue_outline1 .st1 {
  animation: 0.2s linear 0s colorFlash2 forwards;
  animation-iteration-count: 8;
}
.divider-holder .main-title #light_blue_outline1 .st1:nth-child(2n) {
  animation: 0.6s ease-out 0s moveLeft forwards, 0.2s linear 0.6s colorFlash2 forwards;
  animation-iteration-count: 1, 2;
}
.divider-holder .main-title #light_blue_outline1 .st1:nth-child(3n) {
  animation: 0.5s ease-out 0s moveRight forwards, 0.1s linear 0.5s colorFlash2 forwards;
  animation-iteration-count: 1, 5;
}
.divider-holder .main-title #light_blue_outline1 .st1:nth-child(4n) {
  animation: 0.4s linear 0s moveDown forwards, 0.2s linear 0.4s colorFlash2 forwards;
  animation-iteration-count: 1, 3;
}
.divider-holder .main-title #blue_draw1 .st0 {
  stroke: #0054DA;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transform-origin: center;
  animation: 1.2s ease-in-out 1.4s dash forwards;
}
.divider-holder .main-title #blue_draw1 .st0:nth-child(2n) {
  transform: translateX(-10%);
  animation: 1.2s ease-in-out 1.4s dash forwards, 0.5s ease-in-out 1.6s moveRight forwards;
}
.divider-holder .main-title #blue_draw1 .st0:nth-child(3n) {
  transform: translateX(10%);
  animation: 1s ease-in-out 1.4s dash forwards, 0.4s ease-in-out 1.6s moveLeft forwards;
}
.divider-holder .main-title #blue_draw1 .st0:nth-child(4n) {
  transform: translateY(-10%);
  animation: 1s ease-in-out 1.4s dash forwards, 0.6s ease-in-out 1.6s moveDown forwards;
}
.divider-holder .main-title #blue_draw1 .st0:nth-child(5n) {
  animation: 1s ease-in-out 1.4s dash forwards, 0.2s ease-in-out 1.6s moveRight forwards;
}
.divider-holder .main-title #light_blue_draw1 .st3 {
  stroke: #35E3EC;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-linecap: round;
  animation: 1.3s ease-in-out 1.8s dash forwards;
}
.divider-holder .main-title #light_blue_draw1 .st3:nth-child(2n) {
  animation: 1.3s ease-in-out 2s dash forwards;
  animation-iteration-count: 1;
}
.divider-holder .main-title #light_blue_draw1 .st3:nth-child(3n) {
  animation: 1s ease-in-out 1.8s dash forwards;
}
.divider-holder .main-title #blue_hori1 .st0 {
  stroke: #0054DA;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: 1.2s ease-in-out 1.7s dash forwards, 0.5s ease-in-out 1.7s moveRight forwards;
}
.divider-holder .main-title #blue_hori1 .st0:nth-child(2n) {
  stroke: #0054DA;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
  animation: 1.2s ease-in-out 1.8s dash forwards, 0.5s ease-in-out 1.8s moveRight forwards;
}
.divider-holder .main-title #blue_vert1 .st0:nth-child(1) {
  stroke: #0054DA;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
  transform: scale(1, 5) translateY(-50%);
  transform-origin: bottom center;
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: 1s ease-in-out 1.2s moveDown2 forwards;
}
.divider-holder .main-title #blue_vert1 .st0:nth-child(2) {
  stroke: #0054DA;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: 1s ease-in-out 1.7s dash forwards;
}
.divider-holder .main-title #blue_vert1 .st0:nth-child(3) {
  stroke: #0054DA;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
  transform: scale(1, 5) translateY(50%);
  transform-origin: top center;
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: 1s ease-in-out 1.2s moveUp2 forwards;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  0% {
    stroke-dashoffset: -3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp2 {
  0% {
    transform: scale(1, 5) translateY(50%);
  }
  100% {
    transform: scale(1, 1) translateY(0%);
  }
}
@keyframes moveDown2 {
  0% {
    transform: scale(1, 5) translateY(-50%);
  }
  100% {
    transform: scale(1, 1) translateY(0%);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scale {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1, 4);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes colorFlash {
  0% {
    fill: #1d1d1b;
  }
  50% {
    fill: #fff;
  }
  100% {
    fill: transparent;
  }
}
@keyframes colorFlash2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.divider-holder .icon-holder {
  height: 30svh;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-holder {
    height: 50svh;
    overflow: hidden;
  }
}
.divider-holder .icon-holder.chi {
  height: 30svh;
  align-content: center;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-holder.chi {
    height: 50svh;
  }
}
.divider-holder .icon-point {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-point {
    position: sticky;
    top: 50%;
    width: fit-content;
    flex-wrap: nowrap;
    padding: 0px 50px;
  }
}
.divider-holder .icon-point .icon {
  width: 16%;
  transform: translateY(0%);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-point .icon {
    width: 60vw;
    text-align: center;
    opacity: 1;
  }
}
.divider-holder .icon-point .icon.active {
  transform: translateY(0%);
  opacity: 1;
}
.divider-holder .icon-point .icon:nth-child(1) {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.divider-holder .icon-point .icon:nth-child(2) {
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.divider-holder .icon-point .icon:nth-child(3) {
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}
.divider-holder .icon-point .icon:nth-child(4) {
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -moz-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
.divider-holder .icon-point .icon:nth-child(5) {
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  -moz-transition: all 0.5s ease-in-out 0.4s;
  -o-transition: all 0.5s ease-in-out 0.4s;
  transition: all 0.5s ease-in-out 0.4s;
}
.divider-holder .icon-point .icon:hover img {
  filter: drop-shadow(0px 0px 5px #3EB49C) drop-shadow(0px 0px 4px #3EB49C);
  opacity: 0.3;
}
.divider-holder .icon-point .icon:hover img.hover {
  opacity: 1;
}
.divider-holder .icon-point .img-holder {
  position: relative;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-point .img-holder {
    width: 50%;
    margin: auto;
  }
}
.divider-holder .icon-point .img-holder .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-point .img-holder .hover {
    opacity: 1;
  }
}
.divider-holder .icon-point img {
  margin-bottom: 10px;
  filter: drop-shadow(0px 0px 0px #3EB49C) drop-shadow(0px 0px 1px #3EB49C);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 640px) {
  .divider-holder .icon-point img {
    opacity: 0.3;
  }
}
.divider-holder .icon-point p {
  font-size: 80%;
}
.divider-holder .slide-text {
  font-family: "Orbitron", sans-serif;
  white-space: nowrap;
  color: #FFF;
  mix-blend-mode: plus-lighter;
  text-transform: uppercase;
  margin: 0px -2%;
  filter: drop-shadow(0px 0px -1px #CD19FF) drop-shadow(0px 0px -1px #CD19FF);
  animation: slideLeft 60s linear infinite;
}
.divider-holder .slide-text.chi {
  animation: slideLeft2 30s linear infinite;
}
.divider-holder .slide-text span {
  display: inline-block;
  padding: 0px 0.5em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  color: #000;
}
.divider-holder .slide-text span:nth-child(even) {
  color: #FFF;
}
.divider-holder .slide-text:nth-child(2n) {
  animation: slideRight 60s linear infinite;
  transform: translateX(-25%);
}
.divider-holder .slide-text:nth-child(2n).chi {
  animation: slideRight2 30s linear infinite;
}
.divider-holder .slide-text:nth-child(2n) span:nth-child(odd) {
  color: #FFF;
}
.divider-holder .slide-text:nth-child(2n) span:nth-child(even) {
  color: #000;
}
.divider-holder .msg-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  display: inline-block;
}
.divider-holder .msg-box .box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12vw;
  height: 0vw;
  transform-origin: center;
  border-left: solid 2px #FFF;
  border-right: solid 2px #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
}
.divider-holder .msg-box .box.active {
  height: 12vw;
}
.divider-holder .msg-box .box p {
  font-family: "Orbitron", sans-serif;
  font-size: 80%;
  padding: 10px 20px;
}
.divider-holder .msg-box .box p div {
  font-family: "Orbitron", sans-serif;
}
.divider-holder .msg-box .box p small {
  font-size: 40%;
}
.divider-holder .msg-box .box p span {
  display: none;
}
.divider-holder .msg-box .box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70%;
  height: 10%;
  background-color: rgb(255, 255, 255);
}
.divider-holder .text {
  position: relative;
  margin-bottom: 5em;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .divider-holder .text {
    margin-bottom: 2em;
  }
}
.divider-holder .text.active {
  visibility: visible;
}
.divider-holder .text .content-txt {
  position: relative;
  width: 100%;
}
.divider-holder .text .content-txt div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #FFF;
  line-height: 1.8em;
}
@media screen and (max-width: 640px) {
  .divider-holder .text .content-txt div {
    line-height: normal;
  }
}
.divider-holder .text p {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  visibility: hidden;
}
.divider-holder .text p.details {
  display: none;
}
@media screen and (max-width: 640px) {
  .divider-holder .text p {
    line-height: normal;
  }
  .divider-holder .text p.details {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #FFF;
    visibility: visible;
  }
  .divider-holder .text p.details a {
    color: #3EB49C;
    opacity: 1;
    text-decoration: underline;
  }
}
.divider-holder .text a {
  position: relative;
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.divider-holder .text a.active {
  opacity: 1;
}
.divider-holder .text a.audio {
  margin-right: 15px;
}
.divider-holder .text a.audio:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
.divider-holder .text a.audio.play:before {
  background-image: url(../images/pause.svg);
}
.divider-holder .text a.read-more:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/dot.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
.divider-holder h2 {
  font-family: "Orbitron", sans-serif;
  color: #FFF;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.divider-holder h2.title {
  visibility: hidden;
}
.divider-holder h2.title.loop {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.divider-holder h2.title small {
  font-size: 60%;
}
@media screen and (max-width: 640px) {
  .divider-holder h2.title small {
    display: block;
  }
}
.divider-holder h2.title.active {
  visibility: visible;
}
.divider-holder h2 div {
  font-family: "Orbitron", sans-serif;
  display: inline-block;
}
.divider-holder p {
  color: #FFF;
}
.divider-holder .stock-num {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.divider-holder .stock-num.active {
  opacity: 1;
}
.divider-holder .stock-num h2 {
  background: linear-gradient(-90deg, #00AFFF, #3EB49C, rgba(255, 255, 255, 0.1), #00AFFF);
  filter: drop-shadow(0px 0px 2px #00AFFF) drop-shadow(0px 0px 2px #3EB49C);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #000;
  display: inline-block;
  mix-blend-mode: plus-lighter;
  animation: bgRight 20s infinite linear;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.divider-holder .stock-num p {
  margin-bottom: 0;
}

.junk-box {
  position: absolute;
  width: 100%;
  top: 0px;
  left: -5%;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
.junk-box .box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.junk-box .box2.active {
  visibility: visible;
  opacity: 1;
}
.junk-box .box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2.5vw;
  height: 2.5svh;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 0.1);
}
@media screen and (max-width: 640px) {
  .junk-box .box {
    width: 5vw;
    height: 2.5svh;
  }
}
.junk-box .qr-code {
  position: absolute;
  width: 5vw;
  transform-origin: bottom center;
  top: 20svh;
  left: 30vw;
  transform: rotate(45deg);
  animation: bounce 10s linear infinite;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 640px) {
  .junk-box .qr-code {
    visibility: hidden;
  }
}
.junk-box .qr-code.active {
  opacity: 1;
}
.junk-box .qr-code .txt {
  position: absolute;
  width: 10vw;
  top: 0px;
  transform: translate(0%, -100%) rotate(-45deg);
  transform-origin: bottom center;
  animation: bounce2 10s linear infinite;
}
.junk-box .qr-code img {
  position: relative;
  top: 0px;
  left: 0%;
  width: 8vw;
  height: 8vw;
  transform-origin: bottom center;
}
.junk-box .qr-code p {
  position: absolute;
  font-size: 80%;
  color: #FFF;
  width: 30vw;
  top: 50%;
  left: 8vw;
  display: inline-block;
  padding-left: 20px;
  transform: translate(0%, -50%);
}
.junk-box .qr-code a {
  text-decoration: underline;
  color: #35e3ec;
}
.junk-box .qr-code a:hover {
  text-decoration: none;
}
.junk-box .qr-code .rod {
  position: relative;
  left: 50%;
  width: 1px;
  height: 30svh;
  background-color: #FFF;
  display: inline-block;
  transform-origin: bottom center;
  opacity: 0.5;
  animation: bounce3 10s linear infinite;
}
.junk-box .qr-code::before {
  content: "";
  position: relative;
  left: 50%;
  width: 5px;
  height: 5px;
  border: solid 1px #FFF;
  border-radius: 50%;
  display: inline-block;
  transform: translate(100%, 100%);
}
.junk-box .blank-box {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  transform-origin: bottom center;
  transform: scale(0);
}
.junk-box .blank-box:nth-child(2) {
  top: 25svh;
  left: 27vw;
}
@media screen and (max-width: 640px) {
  .junk-box .blank-box:nth-child(2) {
    top: 45svh;
    left: 25vw;
  }
}
.junk-box .blank-box:nth-child(3) {
  top: 26svh;
  left: 33vw;
}
@media screen and (max-width: 640px) {
  .junk-box .blank-box:nth-child(3) {
    top: 30svh;
    left: 55vw;
  }
}
.junk-box .blank-box:nth-child(4) {
  top: 40svh;
  left: 20vw;
}
@media screen and (max-width: 640px) {
  .junk-box .blank-box:nth-child(4) {
    left: 40vw;
  }
}
.junk-box .blank-box:nth-child(5) {
  top: 45svh;
  left: 38vw;
}
@media screen and (max-width: 640px) {
  .junk-box .blank-box:nth-child(5) {
    top: 50svh;
    left: 70vw;
  }
}
.junk-box .blank-box::before {
  content: "";
  width: 5px;
  height: 5px;
  border: solid 1px #FFF;
  border-radius: 50%;
  display: inline-block;
  transform: translate(50%, 100%);
}
.junk-box .blank-box .rod {
  position: relative;
  width: 1px;
  height: 10svh;
  background-color: #FFF;
  display: inline-block;
  transform-origin: bottom center;
}
.junk-box .blank-box .border {
  position: absolute;
  width: 3vw;
  height: 3svh;
  border: solid 1px #FFF;
  transform: translate(-50%, -100%);
  transform-origin: bottom center;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .junk-box .blank-box .border {
    width: 6vw;
    height: 3svh;
  }
}

@keyframes bounce {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes bounce2 {
  0% {
    transform: translate(0%, -100%) rotate(-45deg);
  }
  50% {
    transform: translate(5%, -90%) rotate(-50deg);
  }
  100% {
    transform: translate(0%, -100%) rotate(-45deg);
  }
}
@keyframes bounce3 {
  0% {
    height: 30svh;
  }
  50% {
    height: 25svh;
  }
  100% {
    height: 30svh;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-60%);
  }
}
@keyframes slideLeft2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.33%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideRight2 {
  0% {
    transform: translateX(-33.33%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bgRight {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -200%;
  }
}
@keyframes sharpFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  z-index: 20;
}
.loading .cube {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 0%;
  height: 2px;
  background-color: #FFF;
  transform: translate(0%, -50%);
  transform-origin: left center;
}
.loading .cube.right {
  transform-origin: center !important;
}
.loading .cube-holder {
  position: absolute;
  top: 50%;
  width: 100%;
  transform-origin: center;
}
.loading h2 {
  position: absolute;
  font-weight: 300;
  top: 40%;
  left: 35%;
  color: #FFF;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .loading h2 {
    transform: translate(-120%, -220%);
  }
}
.loading p {
  color: #000;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  padding: 0px 20px;
}
.loading .load {
  position: absolute;
  top: 100%;
  right: 0%;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes slideZ {
  0% {
    opacity: 1;
  }
  50% {
    transform: translate(50%, 50%);
  }
  100% {
    transform: translate(50%, 50%) scale(2);
    opacity: 0;
  }
}
.scroll-expore {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0px;
  text-align: center;
  padding: 0px 0px;
  color: #FFF;
  opacity: 0.5;
  overflow: hidden;
}
.scroll-expore:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  width: 1px;
  height: 160px;
  border-left: dashed 1px #FFF;
  animation: lineMove 5s linear infinite;
}
.scroll-expore p {
  position: absolute;
  font-size: 80%;
  top: 50%;
  left: 50%;
  padding: 0px 10px;
  line-height: normal;
  transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .show-layer {
    display: none;
  }
}

@keyframes lineMove {
  0% {
    top: -50%;
  }
  100% {
    top: 0%;
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

.swiper-pagination {
  bottom: 30px !important;
}

.swiper-button-prev {
  top: 0px;
  height: 100%;
  background-image: url(../images/arrow.svg);
  transform: scale(-1, 1);
}

.swiper-button-next {
  top: 0px;
  height: 100%;
  background-image: url(../images/arrow.svg);
}

.swiper-pagination-bullet-active {
  background-color: #FFF;
}

@keyframes readMoreOver {
  0% {
    width: 100%;
    left: 0px;
  }
  50% {
    width: 0%;
    left: 100%;
  }
  51% {
    width: 0%;
    left: 0px;
  }
  100% {
    width: 100%;
    left: 0px;
  }
}
#main-container.hide {
  display: none;
}
#main-container canvas {
  max-width: 100%;
  max-height: 100%;
}

.texture {
  display: none;
}

.error-page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #a7a9ac;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 200;
  background-image: url(../images/bg00.png);
  background-size: cover;
  display: flex;
}
.error-page img {
  width: 20%;
}
.error-page h2 {
  font-weight: 300;
  line-height: normal;
  margin: 1em auto;
}
.error-page a {
  text-decoration: underline;
}

.scroll {
  font-weight: 300;
  color: #FFF;
  position: absolute;
  top: 75%;
  left: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  /*&:before {
  	content:'';
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
  	background-color: $colorWht;
  	border-radius: 50%;
  	transform: scale(.8, .1);
  	filter: blur(10px);
  	box-shadow: 0px 0px 10px 20px #ed1c24;
  	display: inline-block;
  }*/
}
@media screen and (max-width: 640px) {
  .scroll {
    top: 20%;
    display: none;
  }
}
.scroll span {
  position: relative;
  z-index: 10;
}

.scroll-down-wrap {
  position: absolute;
  width: 24px;
  height: 40px;
  left: 50%;
  bottom: 40px;
  border-radius: 10px;
  transform: translateX(-50%);
  border: solid 1px #FFF;
  opacity: 1;
  z-index: 10;
  animation: nudgeMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media screen and (max-width: 640px) {
  .scroll-down-wrap {
    display: none;
  }
}
.scroll-down-wrap.click {
  animation: clickMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.scroll-down-wrap.click:before {
  top: 8px;
  margin-left: 0px;
  animation: clickMouse 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}
.scroll-down-wrap:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 22px;
  background-color: #FFF;
  width: 2px;
  height: 6px;
  border-radius: 10px;
  animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}
.scroll-down-wrap.mobile {
  animation: handUp 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.scroll-down-wrap.mobile:before {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  left: -15px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-color: transparent;
  animation: swipeUp 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}

@keyframes roateMobile {
  0% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
#three-container.show {
  animation: fadeIn 1s;
}
#three-container.blur {
  animation: blurAnime 2s;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  45% {
    transform: translateX(-50%) translateY(8px);
  }
  65% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes clickMouse {
  0% {
    transform: translateX(-50%) scale(1);
  }
  15% {
    transform: translateX(-50%) scale(0.7);
  }
  20% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes handUp {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  45% {
    transform: translateX(-50%) translateY(-8px);
  }
  65% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scaleY(1) translateY(-12px);
  }
  45% {
    opacity: 0;
    transform: scaleY(0.5) translateY(13px);
  }
  46% {
    opacity: 0;
    transform: scaleY(1) translateY(-10px);
  }
  65%, 100% {
    opacity: 1;
    transform: scaleY(1) translateY(-12px);
  }
}
@keyframes swipeUp {
  0% {
    opacity: 1;
    transform: scaleY(1) translateY(-12px);
  }
  45% {
    opacity: 0;
    transform: scaleY(1) translateY(-40px);
  }
  46% {
    opacity: 0;
    transform: scaleY(1) translateY(-40px);
  }
  65%, 100% {
    opacity: 1;
    transform: scaleY(1) translateY(-12px);
  }
}
@keyframes blurAnime {
  0% {
    filter: blur(0px);
  }
  30% {
    filter: blur(1px);
  }
  7% {
    filter: blur(1px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-slide {
  0% {
    transform: scale(1) translateY(-100%);
  }
  25% {
    transform: scale(1) translateY(0%);
  }
  50% {
    transform: scale(0.2);
  }
  51% {
    transform: scale(1) translateX(-100%);
  }
  100% {
    transform: scale(1) translateX(0%);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes un-mask {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes mask-slide {
  0% {
    mask-position: 90%;
  }
  100% {
    mask-position: 10%;
  }
}
@keyframes slash {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes mask-size {
  0% {
    mask-size: 0% 100%;
  }
  100% {
    mask-size: 225% 100%;
  }
}
/* END Style ring-design used  */
/* ------------------------------------------ */

/*# sourceMappingURL=style.css.map */
