@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&amp;display=swap');

body {
  background: #fff;
  background-size: cover;
  margin: 0;
  outline: 0;
  padding: 0;
  height: 100%;
}

a:hover,
a:active,
a:focus,
button,
input:hover,
input:active,
input:focus {
  outline: 0;
}

.slick-slide {
  height: auto;
}

/* LANGUAGE MENU LIGHT */

.language-select-content .language {
  position: absolute;
  display: flex;
  width: auto;
  max-width: 255px;
  padding-right: 40px;
  height: 119px;
  background: #e5e5e5;
  right: -110%;
  opacity: 0;
  top: 30px;
  animation: languageAni 1.5s 1s forwards;;
  transition: all 0.3s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden !important;
  background-size: cover;
  border-radius: 40px;
  font-size: 38px;
  line-height: 115px;
  align-items: center;
  color: #616060;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  z-index: 9999;
  border-bottom: 1px solid #aaa;
}

.language-select-content .language img {
  height: 80px;
  margin-left: 20px;
  margin-right: 30px;
}

@keyframes languageAni {
  0% {
    right: -110%;
    opacity: 0;
  }

  100% {
    right: 30px;
    opacity: 1;
  }
}

.language-select-content .languages {
  position: absolute;
  display: none;
  width: auto;
  padding-right: 40px;
  border-top: 1px solid #aaa;
  background: #e5e5e5;
  right: 30px;
  top: 150px;
  border-radius: 40px;
  font-size: 38px;
  align-items: center;
  flex-direction: column;
  color: #616060;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  z-index: 9999;
  padding-top: 7px;
  padding-bottom: 9px;
  margin-top: 10px;
}

.language-select-content .languages .languages-item {
  display: flex;
  line-height: 115px;
  width: 100%;
  align-items: center;
  color: #616060;
  font-weight: 100;
  text-decoration: none;
}

.language-select-content .languages .languages-item img {
  height: 80px;
  margin-left: 20px;
  margin-right: 30px;
}

/* LANGUAGE MENU */

.popup-container h5 {
  font-size: 65px;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}

.very-specific-design {
  width: 1200px;
  height: 1920px;
  text-align: center;
  background: white;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  overflow: hidden;
  background: #fff;
}

.scaleable-wrapper {
  width: 100%;
  padding: 0px;
  resize: both;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #fff;
  height: 100%;
  background: #fff;
  background-size: cover;
}

.ui-resizable-se {
  width: 10px;
  height: 10px;
  background: orange;
  position: absolute;
  bottom: 0;
  right: 0;
}

.logo {
  position: absolute;
  display: block;
  width: 1200px;
  height: 320px;
  left: 50%;
  transform: translateX(-50%);
  top: 730px;
  opacity: 0;
  animation: logo 1.5s 1s forwards;;
}

.none-video .logo {
  top: 180px;
  animation: nonevideologo 1.5s 1s forwards; !important;
}

.logo img {
  display: block;
  height: 100% !important;
  max-width: 100% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes logo {
  0% {
    top: -110%;
    opacity: 0;
  }

  100% {
    top: 730px;
    opacity: 1;
  }
}

@keyframes nonevideologo {
  0% {
    top: -110%;
    opacity: 0;
  }

  100% {
    top: 180px;
    opacity: 1;
  }
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #171617;
  margin: 0;
  position: absolute;
  top: 1075px;
  opacity: 0;
  animation: h1ani 1.5s 1s forwards;;
  width: 90%;
  text-align: center;
}

.none-video h1 {
  top: 675px;
  animation: nonevideoh1ani 1.5s 1s forwards; !important;
}

@keyframes h1ani {
  0% {
    top: 1090px;
    opacity: 0;
  }

  100% {
    top: 1075px;
    opacity: 1;
  }
}

@keyframes nonevideoh1ani {
  0% {
    top: 610px;
    opacity: 0;
  }

  100% {
    top: 675px;
    opacity: 1;
  }
}

.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #171617;
  margin: 0;
  position: absolute;
  top: 1160px;
  opacity: 0;
  animation: titleani 1.5s 1s forwards;;
  width: 90%;
  text-align: center;
}

.none-video .title {
  top: 760px;
  animation: nonevideotitleani 1.5s 1s forwards; !important;
}

@keyframes titleani {
  0% {
    top: 1150px;
    opacity: 0;
  }

  100% {
    top: 1160px;
    opacity: 1;
  }
}

@keyframes nonevideotitleani {
  0% {
    top: 710px;
    opacity: 0;
  }

  100% {
    top: 760px;
    opacity: 1;
  }
}

.footer-logo {
  position: absolute;
  display: block;
  width: 310px;
  height: 43px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: url("../img/footer-logo.html");
  animation: footerlogo 1.5s 1s forwards;;
}

@keyframes footerlogo {
  0% {
    bottom: -100px;
    opacity: 0;
  }

  100% {
    bottom: 25px;
    opacity: 1;
  }
}

.popup-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 400;
}

.popup-qr {
  position: absolute;
  width: 800px;
  z-index: 300;
  margin-top: 120px;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, .2);
  border-radius: 100px;
}

.popup-qr img {
  display: block;
  width: 100%;
  border-radius: 60px;
}

.popup-close {
  position: absolute;
  right: -50px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 30px;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, .2);
  font-size: 86px;
  color: #fff;
}

.banka {
  position: absolute;
  display: block;
  width: 390px;
  height: 119px;
  background: #e5e5e5;
  left: -110%;
  opacity: 0;
  bottom: 30px;
  animation: banka 1.5s 1s forwards;;
  transition: all 0.3s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden !important;
  background-size: cover;
  border-radius: 40px;
  font-size: 38px;
  line-height: 115px;
  color: #3f3f3f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  text-decoration: none;
}

@keyframes banka {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 30px;
    opacity: 1;
  }
}

.fatura {
  position: absolute;
  display: block;
  width: 390px;
  height: 119px;
  background: #e5e5e5;
  right: -110%;
  bottom: 30px;
  animation: fatura 1.5s 1s forwards;;
  transition: all 0.3s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden !important;
  background-size: cover;
  border-radius: 40px;
  font-size: 38px;
  line-height: 115px;
  color: #3f3f3f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  text-decoration: none;
}

@keyframes fatura {
  0% {
    right: -110%;
    opacity: 0;
  }

  100% {
    right: 30px;
    opacity: 1;
  }
}


/******* POPUP BANKA FATURA ******/

.banka-popup-container,
.popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.banka-popup-header,
.popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.banka-popup-header img,
.popup-header img {
  display: block;
}

.banka-popup-close,
.custom-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.banka-popup-text,
.popup-text {
  padding: 20px 40px;
  text-align: left;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  width: 880px;
  border: 1px dashed #d0d0d0;
  margin: 20px auto;
  border-radius: 20px;
}

.banka-popup-text h2,
.popup-text h2 {
  font-size: 36px;
  margin: 10px 0;
  color: #222427;
}

.banka-popup-text p,
.popup-text p {
  font-size: 40px;
  margin: 5px -4px;
  color: #222;
}

.banka-popup-text a,
.popup-text a {
  font-size: 40px;
  font-weight: bold;
  background: #32973c;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 15px;
  display: block;
  max-width: 400px;
  text-align: center;
}

.banka-popup-text a:hover,
.banka-popup-text a:active,
.popup-text a:hover,
.popup-text a:active {
  background: #9dc700;
}

.fatura-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.fatura-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.fatura-popup-header img {
  display: block;
}

.fatura-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.fatura-popup-text {
  padding: 20px 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.fatura-popup-text h1 {
  font-size: 65px;
  margin: 10px 0 0 0;
  color: #008aef;
}

.fatura-popup-text p {
  font-size: 40px;
  margin: 5px -4px;
  color: #222;
}

.fatura-popup-text a {
  font-size: 40px;
  font-weight: bold;
  background: #484848;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 15px;
  display: block;
  max-width: 400px;
  text-align: center;
}

.fatura-popup-text a:hover,
.fatura-popup-text a:active {
  background: #9dc700;
}

.qr-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.qr-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.qr-popup-header img {
  display: block;
}

.qr-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.qr-popup-text {
  padding: 20px 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.qr-popup-text img {
  display: block;
  max-width: 100%;
}

.youtube-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.youtube-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.youtube-popup-header img {
  display: block;
}

.youtube-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.youtube-popup-text {
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.youtube-popup-text img {
  display: block;
  max-width: 100%;
}

.paylas-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.paylas-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.paylas-popup-header img {
  display: block;
}

.paylas-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.paylas-popup-text {
  padding: 20px 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.paylas-popup-text h2 {
  font-size: 36px;
  margin: 10px 0;
  color: #222427;
}

.paylas-popup-text p {
  font-size: 40px;
  margin: 5px -4px;
  color: #222;
}

.paylas-popup-text a {
  font-size: 40px;
  font-weight: bold;
  background: #32973c;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 15px;
  display: block;
  max-width: 400px;
  text-align: center;
}

.paylas-popup-text a:hover,
.paylas-popup-text a:active {
  background: #9dc700;
}

.paylas-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.paylas-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.paylas-popup-header img {
  display: block;
}

.paylas-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.paylas-popup-text {
  padding: 20px 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.paylas-popup-text h2 {
  font-size: 36px;
  margin: 10px 0;
  color: #222427;
}

.paylas-popup-text p {
  font-size: 40px;
  margin: 5px -4px;
  color: #222;
}

.paylas-popup-text a {
  font-size: 40px;
  font-weight: bold;
  background: #32973c;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 15px;
  display: block;
  max-width: 400px;
  text-align: center;
}

.paylas-popup-text a:hover,
.paylas-popup-text a:active {
  background: #9dc700;
}

.adres-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.adres-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.adres-popup-header img {
  display: block;
}

.adres-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.adres-popup-text {
  padding: 20px 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.adres-popup-text h2 {
  font-size: 36px;
  margin: 10px 0;
  color: #222427;
}

.adres-popup-text p {
  font-size: 40px;
  margin: 5px -4px;
  color: #222;
}

.adres-popup-text a {
  font-size: 40px;
  font-weight: bold;
  background: #32973c;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 15px;
  display: block;
  max-width: 400px;
  text-align: center;
}

.adres-popup-text a:hover,
.adres-popup-text a:active {
  background: #9dc700;
}

.adres-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: auto;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.adres-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.adres-popup-header img {
  display: block;
}

.adres-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.adres-popup-text {
  padding: 20px 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.adres-popup-text h2 {
  font-size: 36px;
  margin: 10px 0;
  color: #222427;
}

.adres-popup-text p {
  font-size: 40px;
  margin: 5px -4px;
  color: #222;
}

.adres-popup-text a {
  font-size: 40px;
  font-weight: bold;
  background: #32973c;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 15px;
  display: block;
  max-width: 400px;
  text-align: center;
}

.adres-popup-text a:hover,
.adres-popup-text a:active {
  background: #9dc700;
}

.galeri-popup-container {
  position: absolute;
  width: 1000px;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  height: auto;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -30px 30px rgba(0, 0, 0, .3);
}

.galeri-slide {
  max-height: 1600px;
}

.galeri-popup-header {
  display: flex;
  width: calc(100% - 80px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 30px 40px;
}

.galeri-popup-header img {
  display: block;
}

.galeri-popup-close {
  width: 100px;
  height: 100px;
  background: url("../img/close.png") no-repeat center center / cover;
}

.galeri-popup-text {
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.galeri-popup-text img {
  display: block;
  max-width: 100%;
  width: 100% !important;
}

.slick-prev {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: url("../img/prev.png") rgba(255, 255, 255, .6) no-repeat;
  background-size: 75%;
  background-position: center center;
  text-indent: -9999px;
  z-index: 99;
  border: 0;
  border-radius: 50%;
}

.slick-next {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: url("../img/next.png") rgba(255, 255, 255, .6) no-repeat;
  background-size: 75%;
  background-position: center center;
  text-indent: -9999px;
  z-index: 99;
  border: 0;
  border-radius: 50%;
}

/****** SWIPPER *****/

.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
  background: #1da1f2
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible !important;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.slider {
  position: absolute;
  width: 900px;
  height: 588px;
  bottom: 206px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  opacity: 0;
  animation: slideani 1.5s 1s forwards;;
  transition: all 0.3s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden !important;
}

.none-video .slider {
  bottom: 450px;
  animation: nonevideoslideani 1.5s 1s forwards; !important;
}

@keyframes slideani {
  0% {
    bottom: -110%;
    opacity: 0;
  }

  100% {
    bottom: 206px;
    opacity: 1;
  }
}

@keyframes nonevideoslideani {
  0% {
    bottom: -110%;
    opacity: 0;
  }

  100% {
    bottom: 450px;
    opacity: 1;
  }
}

.slider span {
  position: absolute;
  display: block;
  visibility: hidden;
  width: 948px;
  text-align: left;
  font-size: 46px;
  left: 50%;
  transform: translateX(-50%);
  color: #424242;
  text-align: center;
  bottom: -35%;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
  animation: icontext 1.5s 1s forwards;;
  transition: all 0.3s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden !important;
}

.slider::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 66px;
  height: 232px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 999;
}

.slider::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 66px;
  height: 232px;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 999;
}

.frame-video {
  position: absolute;
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 506px;
  border-radius: 30px;
  box-shadow: 0px 2px 10px #989898;
  opacity: 0;
  animation: framevideo 1.5s 1s forwards;;
}

@keyframes framevideo {
  0% {
    top: -110%;
    opacity: 0;
  }

  100% {
    top: 195px;
    opacity: 1;
  }
}

@keyframes icontext {
  0% {
    bottom: 0;
    opacity: 0;
  }

  100% {
    bottom: -35%;
    opacity: 1;
  }
}

.swiper-container .swiper-slide-active {
  transform: scale(1.3) !important;
}

.swiper-slide-active span {
  font-weight: 700;
  font-size: 37px;
  visibility: inherit;
  text-align: center;
}

.swiper-container {
  position: absolute;
  width: 900px;
  height: 262px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.swiper-container * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*  MODAL CSS  */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);

  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  border: 2px solid #888;
  box-sizing: border-box;
  max-width: 560px;
  max-height: 100%;
  padding: 20px;
}

.modal-wrapper img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: cover;
}

.modal-container {
  max-width: 560px;
}

.modal-wrapper {
  /* position: relative; */
  overflow: hidden;
  width: 100%;
  /* padding-top: 56.25%; */
}

.modal-video {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.close-wrapper {
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 20;
  right: 15px;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pre-wrap {
  white-space: pre-wrap;
}

.modal-max-height {
  max-height: 1460px;
  overflow-y: auto;
}