.dne-elastic-stack {
  position: relative;
}
.dne-elastic-stack .elastic-stack {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  perspective: 1200px;
  perspective-origin: 50% 200%;
  height: 500px;
  margin: 0 auto;
}
.dne-elastic-stack .grid-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.dne-elastic-stack .grid-item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.dne-elastic-stack .grid-item .grid-item-inner {
  padding: 60px;
  display: flex;
  gap: 80px;
  align-items: stretch;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
  visibility: visible;
  transform-origin: 50% -10%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, -180px);
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dne-elastic-stack .grid-item.move-back .grid-item-inner {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
}
.dne-elastic-stack .dnetor-elastic-stack-title {
  font-size: 28px;
  margin-bottom: 16px;
  color: #111;
}
.dne-elastic-stack .dnetor-elastic-stack-description {
  font-size: 16px;
  color: #555555;
  margin-bottom: 32px;
}
.dne-elastic-stack .dnetor-elastic-stack-btn {
  text-align: center;
  border-radius: 30px;
  font-size: 17px;
  padding: 7px 24px;
  width: 156px;
}
.dne-elastic-stack .dnetor-elastic-stack-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dne-elastic-stack .dnetor-elastic-stack-thumbnail {
  flex: 0 0 50%;
  max-width: 50%;
}
.dne-elastic-stack .dnetor-elastic-stack-thumbnail .image {
  width: 100%;
}
.dne-elastic-stack .dnetor-elastic-stack-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.dne-elastic-stack .heading-secondary-before {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 500;
}
.dne-elastic-stack .heading-title {
  font-size: 34px;
  font-weight: 600;
}
.dne-elastic-stack .elastic-stack-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-accent);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
}
.dne-elastic-stack .elastic-stack-button svg {
  fill: #ffffff;
}
.dne-elastic-stack .elastic-stack-button:hover {
  cursor: pointer;
}
.dne-elastic-stack .elastic-stack-button.dnetor-elastic-stack-prev {
  left: -20px;
}
.dne-elastic-stack .elastic-stack-button.dnetor-elastic-stack-next {
  right: -20px;
}

@media (max-width: 767px) {
  .dne-elastic-stack .grid-item .grid-item-inner {
    padding: 30px;
    display: block;
  }
  .dne-elastic-stack .dnetor-elastic-stack-content {
    padding-bottom: 20px;
  }
  .dne-elastic-stack .dnetor-elastic-stack-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=elastic-stack.css.map */
