
@font-face {
  font-family: "EARN";
  src:
    url("../fonts/earnest-temp.otf") format("opentype"),
}

html, body {
  overflow:hidden;
  font-family: 'EARN';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;

  height: -webkit-fill-available;
}

 body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow:hidden;

 }



.swiper {
  height:100vh!important;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 8px!important;
  height: 8px!important;
}

.swiper-slide img {
  height: 70%!important;
  width:auto;
  margin: 0 auto;
  opacity: 1;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

:root {
  --swiper-theme-color: #000;
}

.swiper-button-prev {
  cursor: url(../img/_cursor/ic_left1.svg),auto !important;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;

  height: 100%!important;
  width: 50%!important;
  top:0!important;
  padding-left:0!important;
  left:0!important;
  }
  
  .swiper-button-next {
  cursor: url(../img/_cursor/ic_right1.svg),auto !important;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;

  height: 100%!important;
  width: 50%!important;
  top:0!important;
  padding-left:0!important;
  right:0!important;
  }
  
  .swiper-button-next::after {
  display: none;
  }
  
  .swiper-button-prev::after {
  display: none;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }


.ear-text {
  z-index:10000;
  font-size: 23px;
  line-height: 1.1;
  color:black;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ear-text p {
  line-height:1;
}

a {
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0 ,0);
  transition: border-bottom 300ms;
  color:black;
}
a:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}




img {
  display: flex;
  border: 0;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}