@charset "UTF-8";
.dw-app-splash {
  padding: 4rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.dw-app-splash__columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}
.dw-app-splash__image {
  flex: 0 0 auto;
}
.dw-app-splash__image img {
  max-width: 300px;
  height: auto;
}
.dw-app-splash__slideshow {
  position: relative;
  cursor: pointer;
}
.dw-app-splash__slideshow img {
  display: block;
}
.dw-app-splash__slideshow .dw-app-splash__slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.dw-app-splash__slideshow .dw-app-splash__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dw-app-splash__slideshow .dw-app-splash__slide--active {
  opacity: 1;
}
.dw-app-splash__content {
  flex: 1;
  max-width: 500px;
}
.dw-app-splash__title {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
}
.dw-app-splash__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.dw-app-splash__bullets li {
  padding: 0.25rem 0;
  padding-left: 1.5rem;
  position: relative;
}
.dw-app-splash__bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #007aff;
}
.dw-app-splash__html {
  margin: 0 0 2rem;
}
.dw-app-splash__appstore-wrap {
  position: relative;
  display: inline-block;
}
.dw-app-splash__appstore-wrap--coming-soon .dw-app-splash__appstore {
  opacity: 0.7;
  filter: grayscale(100%);
}
.dw-app-splash__appstore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  line-height: 0;
}
.dw-app-splash__appstore--disabled {
  cursor: default;
  pointer-events: none;
}
.dw-app-splash__appstore img {
  display: block;
  height: 54px;
  width: auto;
  max-width: 180px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.dw-app-splash__coming-soon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  background: #3ac41e;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.4em 1em;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .dw-app-splash {
    padding: 2rem;
    text-align: center;
  }
  .dw-app-splash__columns {
    flex-direction: column;
    align-items: center;
  }
  .dw-app-splash__image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .dw-app-splash__bullets {
    text-align: left;
  }
  .dw-app-splash__appstore-wrap {
    display: flex;
    justify-content: center;
  }
  .dw-app-splash__appstore {
    display: flex;
    justify-content: center;
  }
}

.dw-app-mini__title {
  width: 100%;
}
.dw-app-mini__columns {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dw-app-mini__badge {
  flex: 0 0 auto;
  line-height: 0;
}
.dw-app-mini__badge img {
  display: block;
  height: auto;
  width: auto;
}
.dw-app-mini__link {
  display: inline-block;
  line-height: 0;
}
.dw-app-mini__content {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .dw-app-mini__columns {
    flex-direction: column;
    text-align: center;
  }
}
