@keyframes blink {
  0% {
    background-color: #000;
  }
  49% {
    background-color: #000;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #000;
  }
}
@keyframes hor-float {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
body .dialog-off-canvas-main-canvas.overflow {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body .coverpage {
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  z-index: 999999;
}
body .coverpage * {
  box-sizing: border-box;
}
body .coverpage .seperate {
  width: 100%;
  position: relative;
}
body .coverpage .seperate .info {
  text-align: center;
  padding: 10px;
}
body .coverpage .seperate .info p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .info p {
    margin-top: 20px;
  }
}
@media screen and (max-height: 500px) {
  body .coverpage .seperate .info {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .info {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage .seperate .info {
    display: none;
  }
}
body .coverpage .seperate .button {
  display: block;
  position: relative;
  background-size: cover;
  background-position-y: 50%;
  background-position: center;
  transition: all 0.5s ease;
}
body .coverpage .seperate .button .arrow {
  padding: 20px;
  width: 100%;
  height: 100%;
  align-items: center;
  display: none;
}
body .coverpage .seperate .button .arrow img {
  max-width: 85%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .button .arrow img {
    max-width: 265px;
  }
}
@media screen and (max-height: 500px) {
  body .coverpage .seperate .button .arrow {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .button .arrow {
    padding: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage .seperate .button .arrow {
    backdrop-filter: grayscale(1);
    display: flex;
  }
}
body .coverpage .seperate .button .mobile-title {
  color: black;
  padding: 60px 22px;
  font-size: 20px;
}
body .coverpage .seperate .button .mobile-title i {
  right: 5%;
  position: absolute;
  color: #64be00;
  animation: hor-float 2s ease infinite;
}
body .coverpage .seperate .button .mobile-title span {
  font-family: galano_grotesquesemibold;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .button .mobile-title span {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .button .mobile-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage .seperate .button .mobile-title {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  body .coverpage .seperate .button {
    width: 40%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate .button {
    width: 60%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage .seperate .button {
    width: 100%;
    background-size: auto 100%;
  }
  body .coverpage .seperate .button:hover {
    background-size: auto 110%;
  }
  body .coverpage .seperate .button:hover .arrow {
    backdrop-filter: grayscale(0);
  }
}
body .coverpage .seperate--CH .button {
  background-image: url(/library/assets/coverpage/ch_bg.png);
  background-position: 72% 27%;
}
@media screen and (min-width: 1200px) {
  body .coverpage .seperate--CH .button .arrow img {
    margin-right: 5%;
  }
}
body .coverpage .seperate--CH .button .mobile-title span {
  color: #3c9f00;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
@media screen and (max-height: 500px) {
  body .coverpage .seperate--CH {
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate--CH {
    flex-flow: row-reverse;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage .seperate--CH {
    order: 1;
  }
}
body .coverpage .seperate--SP {
  margin-top: 45px;
}
body .coverpage .seperate--SP .button {
  background-image: url(/library/assets/coverpage/sp_bg_eu.png);
  background-position: right;
}
@media screen and (min-width: 1200px) {
  body .coverpage .seperate--SP .button .arrow img {
    margin-left: 5%;
  }
}
body .coverpage .seperate--SP .button .mobile-title {
  color: white;
}
body .coverpage .seperate--SP .button .mobile-title span {
  color: #00b2ff;
  text-shadow: 0 3px 3px #000;
}
body .coverpage .seperate--SP .button .mobile-title i {
  color: #00b2ff;
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate--SP {
    margin: 0;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage .seperate--SP {
    order: 3;
  }
}
@media screen and (max-height: 500px) {
  body .coverpage .seperate {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  body .coverpage .seperate {
    display: flex;
  }
}
body .coverpage .mobile-header {
  display: block;
  text-align: center;
  padding: 20px;
}
body .coverpage .mobile-header h1 {
  font-size: 8vw;
  font-weight: normal;
}
@media screen and (min-width: 414px) {
  body .coverpage .mobile-header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 414px) and (min-width: 768px) {
  body .coverpage .mobile-header h1 {
    font-size: 36px;
    flex: none;
  }
}
@media screen and (min-width: 1200px) {
  body .coverpage .mobile-header {
    display: none;
  }
}
body .coverpage .header {
  display: none;
  width: auto;
  flex: 1;
  order: 2;
  text-align: center;
}
body .coverpage .header h1 {
  font-weight: normal;
  overflow: hidden;
}
body .coverpage .header h1 span.typed-text {
  font-weight: normal;
  color: #000;
}
body .coverpage .header h1 span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
body .coverpage .header h1 span.cursor.typing {
  animation: none;
}
@media screen and (min-width: 1200px) {
  body .coverpage .header h1 {
    position: absolute;
    top: calc(50% - 200px);
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  body .coverpage .header h1 {
    font-size: 38px;
    top: calc(50% - 210px);
  }
}
body .coverpage .header .intro-panel {
  position: absolute;
  top: calc(50% - 150px);
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1440px) {
  body .coverpage .header .intro-panel {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body .coverpage .header .intro-panel {
    font-size: 20px;
    line-height: 24px;
  }
}
body .coverpage .header .logo-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30px);
}
body .coverpage .header .logo-panel img {
  display: block;
}
@media screen and (min-width: 1200px) {
  body .coverpage .header {
    display: block;
  }
}
body .coverpage .coverpage-footer {
  width: 100%;
}
body .coverpage .coverpage-footer .copy-right-container {
  text-align: center;
  padding: 20px 25px;
  letter-spacing: 0.04em;
  background: #010101;
  color: white;
  font-size: 12px;
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot {
  width: 100%;
  max-width: 1380px;
  margin: auto;
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot section#block-copyright {
  margin-bottom: 15px;
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot section#block-copyright p {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  body .coverpage .coverpage-footer .copy-right-container .region-footer-bot section#block-copyright {
    margin: 0;
  }
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot nav#block-footer-menu .visually-hidden {
  display: none;
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot nav#block-footer-menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot nav#block-footer-menu ul.menu li {
  padding: 0 5px;
}
body .coverpage .coverpage-footer .copy-right-container .region-footer-bot nav#block-footer-menu ul.menu li a {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body .coverpage .coverpage-footer .copy-right-container .region-footer-bot nav#block-footer-menu ul.menu li {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  body .coverpage .coverpage-footer .copy-right-container .region-footer-bot {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  body .coverpage .coverpage-footer .copy-right-container {
    padding: 16px 25px;
  }
}
@media screen and (min-width: 1200px) {
  body .coverpage .coverpage-footer {
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .coverpage {
    flex-flow: row;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

body[country=tw] .coverpage .header h1 {
  font-size: 25px;
}
@media screen and (min-width: 1440px) {
  body[country=tw] .coverpage .header h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=tw] .coverpage .header h1 {
    font-size: 34px;
  }
}

body[country=pl] .coverpage .header h1 {
  font-size: 24px;
}
@media screen and (min-width: 1440px) {
  body[country=pl] .coverpage .header h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=pl] .coverpage .header h1 {
    font-size: 34px;
  }
}

body[country=cz] .coverpage .header h1 {
  font-size: 25px;
  top: calc(50% - 220px);
  font-weight: bolder;
}
@media screen and (min-width: 1440px) {
  body[country=cz] .coverpage .header h1 {
    font-size: 30px;
    top: calc(50% - 240px);
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=cz] .coverpage .header h1 {
    font-size: 34px;
    top: calc(50% - 250px);
    padding: 0 calc(50% - 300px);
  }
}

body[country=ru] .coverpage .header h1 {
  font-size: 24px;
}
@media screen and (min-width: 1440px) {
  body[country=ru] .coverpage .header h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=ru] .coverpage .header h1 {
    font-size: 32px;
  }
}

body[country=sk] .coverpage .header h1 {
  font-size: 25px;
  top: calc(50% - 220px);
  font-weight: bolder;
}
@media screen and (min-width: 1440px) {
  body[country=sk] .coverpage .header h1 {
    font-size: 30px;
    top: calc(50% - 240px);
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=sk] .coverpage .header h1 {
    font-size: 34px;
    top: calc(50% - 250px);
    padding: 0 calc(50% - 300px);
  }
}

body[country=it] .coverpage .header h1 {
  font-size: 26px;
}
@media screen and (min-width: 1440px) {
  body[country=it] .coverpage .header h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=it] .coverpage .header h1 {
    font-size: 34px;
  }
}

body[country=hu] .coverpage .header h1 {
  font-size: 26px;
}
@media screen and (min-width: 1440px) {
  body[country=hu] .coverpage .header h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=hu] .coverpage .header h1 {
    font-size: 32px;
  }
}

body[country=fr] .coverpage .header h1 {
  font-size: 26px;
}
@media screen and (min-width: 1440px) {
  body[country=fr] .coverpage .header h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=fr] .coverpage .header h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1440px) {
  body[country=es] .coverpage .header h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=es] .coverpage .header h1 {
    font-size: 34px;
  }
}

body[country=de] .coverpage .header h1 {
  font-size: 23px;
}
@media screen and (min-width: 1440px) {
  body[country=de] .coverpage .header h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=de] .coverpage .header h1 {
    font-size: 30px;
  }
}
body[country=de] .coverpage .header .logo-panel {
  transform: translate(-50%, -15px);
}
@media screen and (min-width: 768px) {
  body[country=de] .coverpage .coverpage-footer .copy-right-container .region-footer-bot nav#block-footer-menu ul.menu li {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1200px) {
  body[country=de] .coverpage .coverpage-footer .copy-right-container {
    padding: 16px 10px;
  }
}

body[country=ch] .coverpage .header h1 {
  font-size: 23px;
}
@media screen and (min-width: 1440px) {
  body[country=ch] .coverpage .header h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=ch] .coverpage .header h1 {
    font-size: 30px;
  }
}
body[country=ch] .coverpage .header .logo-panel {
  transform: translate(-50%, -15px);
}

body[country=ua] .coverpage .header h1 {
  font-size: 23px;
}
@media screen and (min-width: 1440px) {
  body[country=ua] .coverpage .header h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1600px) {
  body[country=ua] .coverpage .header h1 {
    font-size: 31px;
  }
}
