.single-newsletter [type=button]:focus, .single-newsletter [type=button]:hover, 
.single-newsletter [type=submit]:focus, .single-newsletter [type=submit]:hover, .single-newsletter button:focus, .single-newsletter button:hover {
  background-color: transparent;
}
.single-newsletter .tag-suggestions a:active, .single-newsletter .tag-suggestions a:hover {
  outline: 0;
  color: #fff;
}
.title-focus-topic h2 {
    margin-bottom: 0;
    padding-left: 6px;
}
.slides-nav {
    z-index: 99;
    position: absolute;
    right: -5%;
    display: flex;
    align-items: center;
    height: 100%;
    color: #111;
  }
  .slides-brand {
    z-index: 90;
    position: absolute;
    left: 5%;
    bottom: 10%;
    display: flex;
    align-items: end;
    height: 100%;
  }
  @media (min-width: 54em) {
    .slides-nav {
      right: 2%;
    }
  }
  .slides-brand__wrapper {
    position: relative;
    right: 0;
    display: block;
    font-size: 1em;
    transform-origin: center;
  }
  .slides-brand__wrapper .h3 {
    color: #fff;
  }
  .slides-nav__nav {
    position: relative;
    right: 0;
    display: block;
    font-size: 1em;
    transform: rotate(90deg);
    transform-origin: center;
  }
  .slides-nav button {
    position: relative;
    display: inline-block;
    padding: 0.35em;
    margin: 0;
    color:#fff;
    font-family: "Space Mono", monospace;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    overflow-x: hidden;
    transition: color 0.5s ease;
  }
  .single-newsletter .slides-nav button:after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width 0.4s ease;
  }
  .single-newsletter .slides-nav button:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.5s ease;
    background-color: transparent;
  }
  .slides-nav button:hover:after {
    width: 100%;
    transition: width 0.4s ease;
  }
  .slides-nav button:focus {
    outline: 0;
  }
  .is-sliding .slides-nav {
    pointer-events: none;
  }
  .slide__figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient( rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.9));
    z-index: 20;
    top: 0;
    left: 0;
    isolation: auto;
}
  
  .slides {
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
    background: #00000000;
    transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
  }
  .is-sliding .slides {
    background: #00000000;
    transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
  }
  
  .slide {
    z-index: -1;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    transition: z-index 1s ease;
  }
  .slide:not(.is-active):not(.is-prev):not(.is-next) {
    opacity: 0;
  }
  .slide.is-active {
    z-index: 19;
    transition: z-index 1s ease;
  }
  .slide__content {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    top: 0%;
  }

  @media (min-width: 54em) {
    .slide__content {
      height: 100%;
      width: 100%;
      top: 0%;
    }
  }
  .slide__header {
    z-index: 9;
    position: absolute;
    max-width: min(640px, 50vw);
    bottom:45%;
    right:5%; 
    display: flex;
    align-items: flex-end;
    text-align: right;
    overflow-y: hidden;
    transform: translateY(-50%);
  }

  @media (min-width: 54em) {
    .slide__header {
    }
  }
  .slide__title {
    font-size: 2em;
	line-height:1;
    font-weight: normal; 
    color: #ffffff;
    overflow-y: hidden;
    text-shadow: 0.1em 0.1em 0.3em rgb(0, 0, 0, 0.5);
    flex:1;
  }
  .slide__title .subtitle-line:not(.h3){
    font-size: 0.3em;
    padding:0.7em 0.2em
  }
  @media (min-width: 54em) {
    .slide__title {
      font-size: 3em;
    }
  }
  .slide__title .title-line {
    display: block;
    overflow-y: hidden;
  }
  .slide__title .title-line:not(.h3) span {
    display: inline-block;
    transform: translate3d(0, 140%, 0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.8s ease;
  }
  .slide__title .title-line spna{
    text-shadow: 0.1em 0.1em 0.5em rgb(0, 0, 0, 0.7);
  }
  .slide__title .title-line span:nth-child(1) {
    transition-delay: 0.15s;
  }
  .slide__title .title-line span:nth-child(2) {
    transition-delay: 0.3s;
  }
  .slide__title .title-line span:nth-child(3) {
    transition-delay: 0.45s;
  }
  .is-active .slide__title .title-line span {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
  }
  .is-active .slide__title .title-line:nth-of-type(2n) span {
    transition-delay: 0.2s;
  }
  .is-active .slide__title .title-line:nth-of-type(3n) span {
    transition-delay: 0.3s;
  }


  .slide__figure {
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    will-change: mask-image;
  }

  .slide__img {
    position: relative;
    display: block;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    transform:opacity(0);
    transition:transform 10s ease-out;
  }
  .is-active .slide__img {
    height: 100%;
    opacity: 1;
  }
  @property --pos {
    syntax: "<number>";
    initial-value: 0;
    inherits: false;
  }
  .is-active .slide__figure{
  animation: pos 0.7s ease-in forwards;
  background-size: cover;
  opacity: var(--pos, 0);
}
  .is-sliding .slide__img {
  }
  .is-active .slide__figure .slide__img{
    transform:scale(1.1);
    transform-origin: center;
  }
  
  .is-exiting .slide__figure .slide__img{
    transform:scale(1);
    transform-origin: center;
    transition: transform 0.3s ease;
    transition-delay: 1s;
  }
  
  .is-prev .slide__figure .slide__img{
    transform:scale(1);
    transform-origin: center;
    transition: transform 0.3s ease;
    transition-delay: 1s;
  }

  .download-overview {
      position: absolute;
      right: 5%;
      padding-top: 20px;
      z-index: 20;
  }

  @keyframes pos {
    90%, 100% {
      --pos: 1 ;
    }
  }

  .slide-nav-arrows {
    position: absolute;
    bottom: 26px;
    z-index: 90;
    width: 35vw;
    height: 80vh;
  }

  .slide-nav-arrows.left {
    left: 5%;
    cursor: url(../images/arrow-cursor_prev.png) 0 0, auto;
    cursor: url(../images/ico_arrow_prev.svg);
  }

  .slide-nav-arrows.right {
    right: 5%;
    cursor: url(../images/arrow-cursor_next.png) 0 0, auto;
    cursor: url(../images/ico_arrow_next.svg);
  }

  .slide-nav-arrow {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    backdrop-filter: blur(10px);
    pointer-events: auto;
    padding-bottom: 2px;
  }

  .slide-nav-arrow:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
  }

  .slide-nav-arrow:active {
    transform: scale(0.95);
  }

/* Pagination Dots */
.slider-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 90;
  pointer-events: auto;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.pagination-dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.pagination-dot.active {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.pagination-dot:active {
  transform: scale(0.9);
}

/* Responsive pagination */
@media (max-width: 768px) {
  .slider-pagination {
    bottom: 15px;
    gap: 6px;
  }
  
  .pagination-dot {
    width: 10px;
    height: 10px;
  }
}
