.dwp-hero {
  background: #1a1a1a;
  color: var(--white);
  height: calc(100dvh - 200px);
  line-height: 1.25;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .dwp-hero {
    max-height: 65vh;
  }
}
.dwp-hero:after,
.dwp-hero:before {
  background: linear-gradient(180deg, #1a1a1a 0, rgba(26, 26, 26, 0));
  content: "";
  height: 60px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.dwp-hero:after {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0, #1a1a1a);
  bottom: 0;
  top: auto;
}
.dwp-hero .dwp-container {
  aspect-ratio: 1/0.6860215054;
  width: 1800px;
}
.dwp-hero .dwp-container,
.dwp-hero .dwp-heading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dwp-hero .dwp-heading {
  color: #f7f0eb;
  padding: 0 16px;
  text-align: center;
  width: 280px;
  z-index: 2;
}
.dwp-hero .dwp-note {
  color: #d6d1ab;
  font-size: 0.625rem;
  font-weight: 200;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.dwp-hero .dwp-note:before {
  aspect-ratio: 1;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath stroke='%23D6D1AB' stroke-linecap='round' stroke-linejoin='round' stroke-width='.577' d='M8 2.5 6.5 1 5 2.5M2.5 5 1 6.5 2.5 8'/%3E%3Ccircle cx='6.5' cy='6.5' r='2' fill='%23D6D1AB'/%3E%3Cpath stroke='%23D6D1AB' stroke-linecap='round' stroke-linejoin='round' stroke-width='.577' d='M10.5 8 12 6.5 10.5 5M5 10.5 6.5 12 8 10.5'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  margin: 0 0 0 0.375rem;
  vertical-align: middle;
  width: 0.8125rem;
}
@keyframes showUp {
  0% {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes showIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dwp-hero .dwp-hero-title {
  font-size: max(30px, min(3.13vw, 60px));
  line-height: 1;
  margin-bottom: 1rem;
}
.dwp-hero .dwp-hero-title .dwp-line {
  display: block;
  overflow: hidden;
  font-weight: 500;
}
.dwp-hero .dwp-hero-title .dwp-line:first-child span {
  animation-delay: 0.4s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(2) span {
  animation-delay: 0.8s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(3) span {
  animation-delay: 1.2s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(4) span {
  animation-delay: 1.6s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(5) span {
  animation-delay: 2s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(6) span {
  animation-delay: 2.4s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(7) span {
  animation-delay: 2.8s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(8) span {
  animation-delay: 3.2s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(9) span {
  animation-delay: 3.6s;
}
.dwp-hero .dwp-hero-title .dwp-line:nth-child(10) span {
  animation-delay: 4s;
}
.dwp-hero .dwp-hero-title .dwp-line span {
  animation: showUp 1s forwards;
  display: block;
  transform: translateY(110%);
  transition: all 1s ease;
}
.dwp-hero .dwp-text {
  animation: showIn 1s 1s forwards;
  opacity: 0;
}
.dwp-hero p {
  margin-bottom: 0.75rem;
}
.dwp-hero-subtitle {
  opacity: 0.7;
}
.dwp-hero .btn {
  font-size: 1.25rem;
  padding: 0.5625rem 1.5rem;
  margin: auto;
  border-color: #f7f0eb;
  color: #f7f0eb;
}
.dwp-hero .btn:active,
.dwp-hero .btn:focus,
.dwp-hero .btn:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--white) !important;
}
.dwp-hero-cards {
  height: 0;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.dwp-hero-cards:has(.active) li:not(.active) img {
  opacity: 0.25;
}
.dwp-hero-cards img {
  transition: opacity 1s ease;
}
@keyframes shoin {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dwp-item-card {
  align-items: center;
  animation: shoin 1.5s 0.5s forwards;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease;
}
.dwp-item-card.dwp-item-1 {
  animation-delay: 0.1s;
}
.dwp-item-card.dwp-item-2 {
  animation-delay: 0.2s;
}
.dwp-item-card.dwp-item-3 {
  animation-delay: 0.3s;
}
.dwp-item-card.dwp-item-4 {
  animation-delay: 0.4s;
}
.dwp-item-card.dwp-item-5 {
  animation-delay: 0.5s;
}
.dwp-item-card.dwp-item-6 {
  animation-delay: 0.6s;
}
.dwp-item-card.dwp-item-7 {
  animation-delay: 0.7s;
}
.dwp-item-card.dwp-item-8 {
  animation-delay: 0.8s;
}
.dwp-item-card.dwp-item-9 {
  animation-delay: 0.9s;
}
.dwp-item-card.dwp-item-10 {
  animation-delay: 1s;
}
.dwp-item-card.dwp-item-11 {
  animation-delay: 1.1s;
}
.dwp-item-card.dwp-item-12 {
  animation-delay: 1.2s;
}
.dwp-item-card.dwp-item-13 {
  animation-delay: 1.3s;
}
.dwp-item-card.dwp-item-14 {
  animation-delay: 1.4s;
}
.dwp-item-card.dwp-item-10 a,
.dwp-item-card.dwp-item-8 a {
  bottom: 15%;
}
.dwp-item-card a {
  bottom: 5%;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  max-width: 300px;
  opacity: 0;
  overflow: hidden;
  padding-right: 1.625rem;
  position: absolute;
  right: 20px;
  text-overflow: ellipsis;
  transform: translateY(50px);
  transition: all 1s ease;
  visibility: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 143px;
  z-index: 3;
}
.dwp-item-card a:hover:before {
  opacity: 1;
}
.dwp-item-card a:before {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><circle cx="7.5" cy="8" r="7" stroke="%23fff"/><path fill="%23fff" d="M4.646 10.146a.5.5 0 0 0 .708.708zM10.5 5.5A.5.5 0 0 0 10 5H5.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0zm-5.146 5.354 5-5-.708-.708-5 5z"/></svg>');
  background-size: cover;
  content: "";
  display: block;
  height: 1rem;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0.125rem;
  transition: all 0.3s ease;
  width: 1rem;
}
.dwp-item-card a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.dwp-item-card.active {
  opacity: 1;
}
.dwp-item-card.active .title:before,
.dwp-item-card.active a {
  opacity: 1;
  visibility: visible;
}
.dwp-item-card.active a {
  transform: translateY(0);
}
.dwp-item-card .title {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.dwp-item-card .title:before {
  background: linear-gradient(0deg, #000 0, transparent 80%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease;
  visibility: hidden;
  z-index: 1;
}
.dwp-item-card img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.dwp-item-card.dwp-item-1 {
  aspect-ratio: 1/0.5706;
  left: -102px;
  top: -260px;
  width: 217px;
}
.dwp-item-card.dwp-item-2 {
  aspect-ratio: 1/1.4822;
  left: 164px;
  top: -145px;
  width: 186px;
}
.dwp-item-card.dwp-item-3 {
  aspect-ratio: 1/0.715;
  left: 148px;
  top: 199px;
  width: 217px;
}
.dwp-item-card.dwp-item-4 {
  aspect-ratio: 1/1.4818;
  left: -132px;
  top: 150px;
  width: 238px;
}
.dwp-item-card.dwp-item-5 {
  aspect-ratio: 1/0.784;
  left: -426px;
  top: 194px;
  width: 252px;
}
.dwp-item-card.dwp-item-6 {
  aspect-ratio: 1/1.4832;
  left: -341px;
  top: -122px;
  width: 158px;
}
.dwp-item-card.dwp-item-7 {
  aspect-ratio: 1/0.6202;
  left: -430px;
  top: -343px;
  width: 277px;
}
.dwp-item-card.dwp-item-8 {
  aspect-ratio: 1/0.717;
  left: -23px;
  top: -515px;
  width: 343px;
}
.dwp-item-card.dwp-item-9 {
  aspect-ratio: 1/0.9499;
  left: 366px;
  top: -380px;
  width: 239px;
}
.dwp-item-card.dwp-item-10 {
  aspect-ratio: 1/0.572;
  left: 406px;
  top: -107px;
  width: 239px;
}
.dwp-item-card.dwp-item-11 {
  aspect-ratio: 1/1.3362;
  left: 411px;
  top: 75px;
  width: 240px;
}
.dwp-item-card.dwp-item-12 {
  aspect-ratio: 1/0.668;
  left: -819px;
  top: 227px;
  width: 343px;
}
.dwp-item-card.dwp-item-13 {
  aspect-ratio: 1/0.73522;
  left: -624px;
  top: -34px;
  width: 236px;
}
.dwp-item-card.dwp-item-14 {
  aspect-ratio: 1/1.5;
  left: -662px;
  top: -397px;
  width: 180px;
}
.dwp-item-card.dwp-item-15 {
  aspect-ratio: 1/1.4;
  left: 630px;
  top: -353px;
  width: 160px;
}
@media (min-width: 768px) {
  .dwp-hero {
    min-height: 400px;
  }
  .dwp-hero .dwp-container {
    width: 2580px;
  }
  .dwp-hero .dwp-heading {
    margin-left: -30px;
    width: 444px;
  }
  .dwp-hero-cards {
    margin-left: 30px;
  }
  .dwp-item-card a {
    margin-right: -83px;
    right: 100%;
  }
  .dwp-item-card.dwp-item-1 {
    left: -154px;
    top: -344px;
    width: 326px;
  }
  .dwp-item-card.dwp-item-2 {
    left: 246px;
    top: -218px;
    width: 280px;
  }
  .dwp-item-card.dwp-item-3 {
    left: 223px;
    top: 299px;
    width: 326px;
  }
  .dwp-item-card.dwp-item-4 {
    left: -198px;
    top: 185px;
    width: 357px;
  }
  .dwp-item-card.dwp-item-5 {
    left: -619px;
    top: 291px;
    width: 378px;
  }
  .dwp-item-card.dwp-item-6 {
    left: -512px;
    top: -184px;
    width: 238px;
  }
  .dwp-item-card.dwp-item-7 {
    left: -645px;
    top: -515px;
    width: 416px;
  }
  .dwp-item-card.dwp-item-8 {
    left: -35px;
    top: -773px;
    width: 515px;
  }
  .dwp-item-card.dwp-item-9 {
    left: 550px;
    top: -571px;
    width: 359px;
  }
  .dwp-item-card.dwp-item-10 {
    left: 610px;
    top: -160px;
    width: 359px;
  }
  .dwp-item-card.dwp-item-11 {
    left: 617px;
    top: 113px;
    width: 360px;
  }
  .dwp-item-card.dwp-item-12 {
    left: -1188px;
    top: 341px;
    width: 515px;
  }
  .dwp-item-card.dwp-item-13 {
    left: -937px;
    top: -51px;
    width: 355px;
  }
  .dwp-item-card.dwp-item-14 {
    left: -994px;
    top: -595px;
    width: 270px;
  }
  .dwp-item-card.dwp-item-15 {
    left: 950px;
    top: -455px;
    width: 200px;
  }
}
