.swiper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper .swiper-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  max-width: 100%;
}
.swiper .swiper-slide {
  position: relative;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper .swiper-slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: start;
}
.swiper .swiper-slide-text-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 600;
  padding: 0.1em 0.2em;
  color: white;
  background-color: #023692;
  margin-bottom: 0.5em;
  transform: translateX(-100%);
  transform-origin: left;
  transition: all 1s ease-in-out 0.3s;
  opacity: 0;
}
.swiper .swiper-slide-text-title.orange {
  background-color: #F99B07;
  margin-bottom: 0.2em;
}
.swiper .swiper-slide-text-sub-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  padding: 0.1em 0.2em;
  color: white;
  background-color: #023692;
  margin-bottom: 0.5em;
  transform: translateX(-100%);
  transform-origin: left;
  transition: all 1s ease-in-out 0.3s;
  opacity: 0;
}
.swiper .swiper-slide-text-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.2em;
  color: white;
  background-color: #023692;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.5em;
  transform: translateX(-100%);
  transform-origin: bottom;
  transition: all 1s ease-in-out 1s;
  opacity: 0;
}
.swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.swiper .swiper-slide-active .swiper-slide-text {
  transform: none;
  opacity: 1;
}
.swiper .swiper-slide-active .swiper-slide-text-title {
  transform: none;
  opacity: 1;
}
.swiper .swiper-slide-active .swiper-slide-text-sub-title {
  transform: none;
  opacity: 1;
}
.swiper .swiper-slide-active .swiper-slide-text-link {
  transform: none;
  opacity: 1;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #023692;
  z-index: 10;
  transform-origin: 0;
  transform: scaleX(0);
  margin: 0 auto;
}

.top-name {
  display: none;
}

@media screen and (min-width: 1024px) {
  .swiper {
    width: 70%;
    margin-right: 0 !important;
    margin-left: auto !important;
    height: calc(100svh - 60px - 10px) !important;
  }
  .swiper .swiper-wrapper {
    width: 70%;
    height: calc(100svh - 60px - 10px) !important;
  }
  .swiper .swiper-slide {
    height: calc(100svh - 60px - 10px) !important;
  }
  .swiper .swiper-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: start;
  }
  .swiper .swiper-slide-text-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 42px;
    font-weight: 600;
    padding: 0.1em 0.2em;
    color: white;
    background-color: #023692;
    margin-bottom: 0.5em;
    transform: translateX(-100%);
    transform-origin: left;
    transition: all 1s ease-in-out 0.3s;
    opacity: 0;
  }
  .swiper .swiper-slide-text-title.orange {
    background-color: #F99B07;
    margin-bottom: 0.2em;
  }
  .swiper .swiper-slide-text-sub-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 36px;
    font-weight: 600;
    padding: 0.1em 0.2em;
    color: white;
    background-color: #023692;
    margin-bottom: 0.5em;
    transform: translateX(-100%);
    transform-origin: left;
    transition: all 1s ease-in-out 0.3s;
    opacity: 0;
  }
  .swiper .swiper-slide-text-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.1em 0.2em;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.5em;
    transform: translateX(-100%);
    transform-origin: bottom;
    transition: all 1s ease-in-out 1s;
    opacity: 0;
  }
  .swiper .swiper-slide img {
    height: calc(100svh - 60px - 10px) !important;
  }
  .progress-bar {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
  .top-name {
    position: absolute;
    width: 30%;
    display: block;
  }
  .top-name img {
    display: block;
    margin: 0 auto;
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=swiper.css.map */