html,
body {
  height: 100%;
  background-color: #000;
  padding: 0;
  margin: 0;
}
p{ font-size: 1rem;}
a,img{
  outline: none;
}
.fp-watermark, .hide {
  display: none;
  opacity: 0;
}
img{
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
.opacity0 {
  opacity: 0;
}
.fp-overflow {
  outline: 0;
}
.page1 {
  background: url(https://res.17996cdn.net/duck/images/p1_bg.webp) no-repeat top center;
  background-size: cover;
  aspect-ratio: 16 / 9;
  /* height: 100%; */
  position: relative;
}
.logo {
  width: 18%;
  padding: 15px 0 0 1%;
}
.slg{
  width:100%;
  position: absolute;
  top:45%;
  left: 0;
}
.slg img {
  width: 100%;
}
.share-link {
    width: 3%;
    top: 2.6%;
    display: flex;
    right: 1.6%;
    bottom: auto;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.share-link a{
  margin-bottom: .5rem;
}
.btnsBox {
  width: 36%;
  position: absolute;
  top: 82%;
  left: 50%;
  margin-left: -18%;
  text-align: center;
  display: flex;
}
.btnsBox a {
    flex: 1;
    margin: 0 .4rem;
}
.btnsBox a img{
  transition: all 0.3s;
  width: 100%;
  max-width: none;
}
.btnsBox a:hover img {
  transition: all 0.3s;
  transform: translateY(-6px);
}
.share-link a:hover img {
  transition: all 0.3s;
  filter: brightness(1.25);
}
.top-up { 
    width: 10%;
    position: fixed;
    top: 65%;
    right: 2%;
    /* transition: all 0.3s; */
    z-index: 999;
    animation: scal-ani2 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 1.5s;
  }
@keyframes scal-ani2 {

  0%,
  to {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.p2-bg {
  background: url(https://res.17996cdn.net/duck/images/pc_bg.webp) no-repeat top center;
  background-size: cover;
  /* height: 100%; */
  position: relative;
  margin-top: -1.75rem;
  padding-bottom: 2rem;
  /* aspect-ratio: 16 / 9; */
}
.p2-tit {
  width:29%;
  margin: 0 auto 2rem;
  padding-top: 10rem;
}
.jlBox {
  position: relative;
  z-index: 2;
}
.jdBox {
  margin-top: -3rem;
}
.p2-bg .npc1{
  width:35%;
  position: absolute;
  top: 25rem;
  left: .5rem;
  z-index: 1;
}
.p2-bg .npc2{
  width:26%;
  position: absolute;
  top: 65rem;
  right:0;
}
.swiper-container {
  width: 57%;
  padding-bottom: 3.5rem;
}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
	.swiper-slide-active,.swiper-slide-duplicate-active{
     transform: scale(1);
	}
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 12px;
    background: #fff;
    opacity: 1;
    box-shadow: 0px 4px 0px #0101015c;
}
.swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background: #ffea01;
}
 /* / footer */

.footer-div {
  width: 100%;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.82rem;
}

.footer-div .all-logo-div p {
  margin: 0.5rem 0;
}
.footer-div .all-logo-div .game-logo-div {
  width: 28rem;
  padding-top: 0;
}
.footer-div .all-logo-div .game-logo-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .all-logo-div .company-logo-div {
  width: 12.25rem;
  padding-top: 2rem;
}
.footer-div .all-logo-div .company-logo-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .all-logo-div .copyright-div {
  width: 20.375rem;
  padding-top: 1.125rem;
}
.footer-div .all-logo-div .copyright-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .all-logo-div .company-logo-pc-div {
  width: 23.75rem;
  padding-top: 2rem;
}
.footer-div .all-logo-div .company-logo-pc-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .footer-text-div {
  font-size: 0.75rem;
  color: #989999;
  min-width: 37rem;
  margin: 0 1rem;
  padding-top: 1.6875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.82rem;
}
.footer-div .footer-text-div .text-goto-div {
  line-height: 2rem;
  border-bottom: 1px solid #989999;
}
.footer-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.footer-div .footer-link > span {
  cursor: pointer;
}
.footer-div .footer-link > a {
  color: #989999;
  padding: 0 5px;
}
.footer-div .footer-text-div .text-rule-div {
  padding-top: 0;
  line-height: 1.375rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 1%;
}
.footer-div .footer-text-div .text-rule-div img {
  width: 2.4rem;
}
.footer-div .footer-text-div .text-rule-div a {
  color: #989999;
}

.footer-div .footer-text-div .text-rule-div .line {
  padding: 0 0.4375rem;
}
.footer-div .footer-text-div .text-rule-div .control-div {
  padding-left: 0.5rem;
}
.footer-div .footer-text-div .text-rule-div .control-div > a {
  color: #989999;
}
.footer-cooperation-popup-div,
.footer-call-popup-div {
  width: 35.0625rem !important;
  height: 21.125rem !important;
}
.footer-cooperation-popup-div,
.footer-call-popup-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.footer-cooperation-main-div {
  color: #efefef;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer-call-main-div {
  color: #efefef;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.locale-lang {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1px auto 20px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  color: #919191;
  background-color: #000;
  padding: 0 1rem;
  max-width: 8rem;
}
.locale-lang:hover {
  outline: 0;
  background-color: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.locale-lang select {
  border: 0;
  position: relative;
  display: flex;
  background-color: #000;
  width: 7rem;
  overflow: hidden;
  /* height: 2.53rem !important; */
  border-radius: 22px;
  font-size: .95rem;
}
.locale-lang .uk-input:focus,
.locale-lang .uk-select:focus,
.locale-lang .uk-textarea:focus {
  outline: 0;
  background-color: initial;
  color: #fff;
  border-color: initial;
}

.icon-wrapper-3s-64u {
  width: auto;
}
.icon-wrapper-3s-64u .icon-1qVZxg {
  height: 22px;
  width: 22px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: contain;
}
.slide-in-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
}
.fade-in-2 {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.8s;
}
.slide-in-right-1 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.45s;
}
.slide-in-right-2 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}
.slide-in-right-3 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.55s;
}
.slide-in-right-4 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.6s;
}
.slide-in-top1 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.slide-in-top2 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.4s;
}
.slide-in-top3 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}
.slide-in-top4 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.6s;
}
.slide-in-top5 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.7s;
}
.puff-in-centers {
  animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) reverse forwards;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scal-ani {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes reserveHoverAnime {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
@keyframes lightleft {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes slide-in-top-new {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes puff-out-center {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
}


.uk-modal-dialog {
  text-align: center;
  max-width: 816px !important;
  width: 42% !important;
  background: url(https://res.17996cdn.net/duck/images/modal-bg.png) no-repeat center top;
  background-size: 100%;
  aspect-ratio: 816 / 440;
  box-sizing: border-box;
}

.mail-input {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.xx-btn {
    top: .3rem !important;
    right: 2.2rem !important;
    width: 1rem;
}

.yy-tit1 {
  padding: 2% 5%;
  margin-bottom: 10px !important;
  font-size: 1.6rem;
  font-weight: bold;
  height: 2.4rem;
  text-transform: uppercase;
}

.form-mail {
  padding: 1.6% 3%;
  max-width: 90%;
  color: #1f6cbf;
  font-size: clamp(0.85rem, 1.24vw, 24px);
  border-radius: 0px;
  text-align: left;
  height: auto;
  height: 3rem;
  border: 0;
  }
.phone-input {
  height: 3rem;
  max-height: 58px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #5f3e1f;
  border-radius: 8px;
  padding: 0 8px;
  width: 70%;
  margin: 0 auto 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.phone-input .uk-select {
  border: 0;
  width: 27%;
  margin-left: 2%;
  padding: 1.6% 3%;
  color: #5f3e1f;
  font-size: clamp(0.82rem, 1.2vw, 22px);
}
.phone-input .uk-input,
.phone-input .uk-select:not([multiple]):not([size]) {
  height: 3rem;
  vertical-align: middle;
  display: inline-block;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  padding: 1.6% 3%;
  background-color: #fff;
  color: #5f3e1f;
  border-color: #5f3e1f;
  height: 3rem;
}
/* placeholder é¢œè‰² */
.uk-input::-webkit-input-placeholder {
  color: #8f99aa;
}
.form-err-email {
  color: #e10b0b;
  font-size: clamp(14px, 0.85vw, 22px);
  margin-bottom: -10px;
  display: none;
}
.pre-ok-btn {
  width: 13rem;
  height: 3.2rem;
  line-height: 3.2rem;
  background: url(https://res.17996cdn.net/duck/images/reg_btn.png) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 333 / 76;
  text-align: center;
  color: #5f3e1f;
  font-size: clamp(1rem, 1.35vw, 20px);
  font-weight: bold;
}
.pre-ok-btn:hover{
  text-decoration: none;
  color: #252525;
}

.pre-ok {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 23px;
  margin: 1rem 0;
}

.pre-ok img:hover {
  filter: brightness(1.082);
  transition: 0.4s ease-in-out;
  transition-property: filter, background-color;
}
.vod-play.uk-inline-clip {
  overflow: inherit;
}
.tag-btn img {
  width: clamp(45px, 2.2vw, 59px);
}
.radio-btn {
  font-size: clamp(12px, 1.2vw, 18px);
}
.radio-btn a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  color: #bb2811;
}
.radio-btn a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  color: #333;
}

.uk-checkbox,
.uk-radio {
  border-color: #715031;
}
.uk-radio:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.pre-item-1 {
  width: 100%;
}
#modal-pre-ok .uk-modal-dialog {
  text-align: center;
  padding: 2% 3% 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pre-title {
  font-weight: bold;
}
.pre-text {
  padding-top: 0px;
  font-size: clamp(.9rem, 1.75vw, 20px);
  font-weight: 400;
  color: #252525;
}
.pre-text strong{
  font-size: clamp(1.1rem, 3.25vw, 46px);
  font-weight:bold;
  color: #77b0eb;
  margin-bottom: 25px;
  display: block;
}
.pre-text b{
  font-size: 28px;
}
.pre-text2 {
  font-size: clamp(1rem, 18px, 28px);
  font-weight: 600;
  color: #333333;
}

#modal-pre-ok .share-link a {
  margin: 0 10px;
}
#modal-pre-ok .share-link {
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  z-index: 50;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 6%;
  width: 70%;
  max-width: 400px;
  position: relative !important;
  bottom: 0;
  left: 0;
  filter:none;
}

#modal-pre-policy .uk-modal-dialog {
  background: #f5f4eb;
  padding: 3% 2%;
  line-height: 1.65;
  font-size: clamp(1rem, 1.4vw, 18px);
  box-sizing: border-box;
  border-radius: 0;
  color: #333333;
  aspect-ratio: auto;
  border: 3px solid #5f3e1f;
}
#modal-pre-policy .uk-modal-dialog .xx-btn {
  top: -14% !important;
  right: -11% !important;
}
#modal-youtube .uk-modal-dialog {
  width: 100% !important;
  max-width: 86% !important;
  background: none;
  padding: 0;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  padding: 0;
  background: none;
  width: 100% !important;
  max-width: 100% !important;
  transform: translateY(0);
}
.uk-modal-full .uk-modal-dialog,
.uk-grid-collapse,
.full-img {
  height: 100%;
}
.full-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uk-modal-close-full {
  background: #03052f87;
}
.wslg-img {
  max-width: 100%;
  width: 26%;
}
.uk-modal-close-full {
  padding: 10px;
  width: 2%;
}
.uk-modal-container .uk-modal-dialog{
  width: 65% !important;
  max-width:100% !important;
  aspect-ratio: auto;
}
@media (max-width: 960px) {
  .TopBox{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .TopBox .logo{
    width: 5.4rem;
    position: absolute;
    left: 1rem;
    top: .4rem;
  }
  .TopBox h1{
    font-size: 1.4rem;
    padding: 1.4rem 0 .2rem 7.4rem;
    margin: 0;
    font-weight: bold;
    color: #fff;
  }
  .TopBox p{
    font-size: .95rem;
    padding: 0 0 0 7.4rem;
    margin: 0;
    color: #999;
  }
  .TopBox .top-preBtn{
    width: 10rem;
    position: absolute;
    right: 1rem;
    top: 1.25rem;
  }
  .page1 {
    background: url(https://res.17996cdn.net/duck/images/p1_mbg.jpg) no-repeat top center;
    background-size: 100%;
    aspect-ratio: 750 / 1200;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .logo {
    width: 32%;
    padding: 7px 0 0;
  }
  .slg{
    transform: scale(2.2)!important;
    top: 62%;
  }
  .btnsBox {
    width: 50%;
    position: absolute;
    bottom: 5%;
    left: 25%;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .btnsBox a{
    display: block;
    width: 46%;
  }
  .btnsBox a img {
    width: 100%;
  }
  .share-link {
    width: 38%;
    top: 5px;
    display: flex;
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: 24%;
    filter: none;
  }
  .share-link img {
    opacity: .5;
  }
  #modal-pre-ok .share-link img {
    opacity: 1;
  }
  .p2-bg {
    background: url(https://res.17996cdn.net/duck/images/m_bg.jpg) no-repeat top center;
    background-size: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    /* aspect-ratio: 16 / 9; */
  }
  .p2-tit {
    width: 75%;
    margin: 0 auto;
    padding-top: 4.5rem;
}
.jlBox {
  position: relative;
  margin-bottom: 3rem;
}
.jlBox .jdt{
  position: absolute;
  top: 0;
  left: 0;
}
  .swiper-container {
    width: 100%;
    padding: 12rem 0 15rem;
    transform: scale(1.6);
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
     transform: scale(.6);
     bottom: 11.5rem;
  }
  .swiper-slide{
    transform: scale(0.8) !important;
  }
  .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1) !important;
}
.uk-modal{
  padding: 0;
}
  .uk-modal-dialog {
    text-align: center;
    max-width: 630px !important;
    width: 94vw !important;
    box-sizing: border-box;
    padding: 1% 0;
  }
  .pre-ok-btn img {
    width: clamp(146px, 15vw, 240px);
  }
  .tag-btn img {
    width: clamp(32px, 2.2vw, 59px);
  }
  .form-err-email {
    font-size: 12px;
  }

  .top-up { 
    width: 24%;
    position: absolute;
    top: 50%;
    right: -5px;
  }

  .yy-tit1 {
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: 0px !important;
    margin-top: 2rem !important;
  }
  .pre-ok {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 1.5%;
    margin-top: 0;
  }
  .pre-ok-btn{
    width: 41%;
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
  }
  .pre-ok-btn img{
    width: 100%;
    height: 48px;
    object-fit: cover;
    vertical-align:top;
  }
  .uk-checkbox,
  .uk-radio {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1.5px solid #335497;
    border-radius: 0;
  }
  
  
  .radio-btn {
    font-size: 12px;
  }
  .phone-input {
    max-height: 56px;
    overflow: hidden;
    background: #fff;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  .phone-input .uk-select {
    border: 0;
    width: 30%;
    margin-left: 2%;
    padding: 1.6% 3%;
    color: #1f6cbf;
    font-size: clamp(0.9rem, 1.2vw, 22px);
    font-weight: 500;
  }
  .form-mail {
    padding: 1.6% 3%;
    max-width: 88%;
    color: #1f6cbf;
    font-size: 1.2rem;
    border-radius: 0px;
    text-align: left;
    height: auto;
    max-height: 36px;
    border: 0;
    font-weight: 500;
  }
  .phone-input .uk-input,
  .phone-input .uk-select:not([multiple]):not([size]) {
    height: 44px;
    vertical-align: middle;
    display: inline-block;
  }
  #modal-pre-ok .uk-modal-dialog {
    text-align: center;
    max-width: 600px !important;
    width: 94vw !important;
    box-sizing: border-box;
    padding: 1% 3% 3%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .pre-title{
    font-size: 2rem;
  }
  .pre-text{
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 6px 0;
  }
  
  
  .uk-modal-container .uk-modal-dialog{
    width: 100% !important;
  }
  .pre-text strong{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .pre-text b{
    font-size: 18px;
  }
  #modal-pre-ok .share-link{
    max-width: 65%;
    gap:0
  }
  .footer .f-logo img {
    width: 75%;
  }
  .footer p label{
    display: block;
  }
  .locale-lang{
    max-width: 12rem;
  }
.locale-lang select{
  height: 36px !important;
}
  .uk-position-bottom-center{
  bottom: auto;
  display: flex;
  justify-content: center;
  }
  #silentMoveTo{
    bottom: 2%;
  }
  .pagedw {
    width: 65%;
  -webkit-animation: up_down 1800ms linear infinite;
  -moz-animation: up_down 1800ms linear infinite;
  -ms-animation: up_down 1800ms linear infinite;
  animation: up_down 1800ms linear infinite;
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }

  50% {
    -ms-transform: translateY(10px);
  }

  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
}
