.app-slide {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.app-slide .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.app-slide-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.app-slide-body {
  position: relative;
  display: flex;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 600px;
  color: white;
}
@media (max-width: 1024px) {
  .app-slide-body {
    padding-bottom: 5rem;
  }
}
.app-slide-body .app-subtitle {
  width: max-content;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 0.3rem 1rem 0.3rem 1rem;
  letter-spacing: 1px;
  background-color: var(--color-primary);
  border-radius: var(--border-radius-2);
}
.app-slide-body .app-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.app-slide-body .app-slide-button {
  display: inline-block;
  color: var(--color-gray-500);
  font-size: 1rem;
  font-weight: 400;
}
.app-slide__content {
  max-width: 22rem;
  word-break: keep-all;
}
.app-slide__footer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .app-slide__footer {
    padding-bottom: 1.25rem;
  }
}
.app-slide__footer .app-slide__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 835px;
}
.app-slide__footer .app-slide__container .app-divider {
  flex: 1;
}
.app-slide .app-slide__pagination {
  flex: 0 0 auto;
  width: auto;
  margin-right: 1rem;
  color: white;
  font-size: 0.75rem;
  line-height: 1;
}
.app-slide .app-slide__pagination .swiper-pagination-current {
  font-weight: 600;
}
.app-slide .app-slide__indicator {
  position: relative;
  width: 100%;
  max-width: 15rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.app-slide .app-slide__indicator .swiper-scrollbar-drag {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .app-slide .app-slide__indicator {
    flex: 1;
    width: auto;
  }
}
.app-slide__arrow {
  display: flex;
  align-items: center;
}
.app-slide__arrow > button {
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: none;
  outline: none;
  color: white;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.app-slide__arrow > button:hover {
  color: black;
  background-color: white;
}
.app-slide__arrow > button:active {
  opacity: 0.7;
}
.app-slide__arrow > button:first-child {
  margin-right: 0.5rem;
}
.app-slide__container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* eoshub */
.eh_slide_background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 250px;
  margin: 2rem;
  border-radius: var(--border-radius-4);
}
.eh_slide_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=f71564b84d27eb3d95efbeeef238c561266288f4.slide.scss.map */
