.customer-styles {
  /* START article: stage */
  /* END article: stage */
}

.customer-styles .template_stage {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.customer-styles .template_stage .slider-container {
  display: flex;
  height: 100%;
  left: 0%;
  position: relative;
  transition: left .6s;
  width: 100%;
}

.customer-styles .template_stage.slide-right .slider-container {
  left: -100%;
}

.customer-styles .template_stage .slider-item {
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.customer-styles .template_stage .pagination-2-wrapper {
  bottom: 110px;
  left: 35%;
  position: absolute;
  transform: translateX(-50%);
  transition: left .6s;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-2-wrapper {
    bottom: 150px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-2-wrapper {
    left: 50%;
  }
}

.customer-styles .template_stage.slide-right .pagination-2-wrapper {
  left: 65%;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage.slide-right .pagination-2-wrapper {
    left: 50%;
  }
}

.customer-styles .template_stage .pagination-2-container {
  background-color: #fff;
  border-radius: 100px;
  padding: 2px;
  display: flex;
}

.customer-styles .template_stage .pagination-2-button {
  line-height: 28px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  color: #565656;
  text-transform: uppercase;
  display: flex;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-2-button {
    line-height: 32px;
  }
}

.customer-styles .template_stage .pagination-2-button:nth-child(1) {
  background-color: var(--background-color);
  font-weight: 900;
  padding-left: 15px;
  z-index: 1;
}

.customer-styles .template_stage .pagination-2-button:nth-child(2) {
  padding-right: 15px;
}

.customer-styles .template_stage.slide-right .pagination-2-button:nth-child(1) {
  background-color: #fff;
  font-weight: 500;
  z-index: 0;
}

.customer-styles .template_stage .pagination-2-button svg {
  height: 24px;
  width: 24px;
  filter: drop-shadow(0 1px 2px #0002);
  position: relative;
  width: 24px;
  height: 24px;
  top: 2px;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-2-button svg {
    height: 28px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-2-button svg {
    width: 28px;
  }
}

.customer-styles .template_stage .pagination-2-button:nth-child(1) svg {
  right: -8px;
}

.customer-styles .template_stage .pagination-2-button:nth-child(2) svg {
  left: -8px;
}

.customer-styles .template_stage.slide-right .pagination-2-button:nth-child(1) svg {
  display: none;
}

.customer-styles .template_stage:not(.slide-right) .pagination-2-button:nth-child(2) svg {
  display: none;
}

.customer-styles .template_stage.slide-right .pagination-2-button:nth-child(2) {
  background-color: var(--background-color);
  font-weight: 900;
}

.customer-styles .template_stage .pagination-2-text {
  letter-spacing: 0.8px;
  color: #565656;
  font-family: "Museo Sans", Verdana, sans-serif;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-2-text {
    letter-spacing: 2.4px;
  }
}

.customer-styles .template_stage .pagination-container {
  bottom: 110px;
  left: 35%;
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: left .6s;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-container {
    bottom: 150px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-container {
    left: 50%;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-container {
    width: 100%;
  }
}

.customer-styles .template_stage.slide-right .pagination-container {
  left: 65%;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage.slide-right .pagination-container {
    left: 50%;
  }
}

.customer-styles .template_stage .pagination-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  pointer-events: all;
  width: -moz-fit-content;
  width: fit-content;
}

.customer-styles .template_stage .pagination-item-left {
  align-items: flex-end;
  justify-self: self-end;
  padding-right: 4px;
}

.customer-styles .template_stage .pagination-item-right {
  padding-left: 4px;
}

.customer-styles .template_stage .pagination-bullet {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  height: 8px;
  margin: 4px 0;
  width: 8px;
}

.customer-styles .template_stage .pagination-text {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.86667;
  color: #fff;
  font-family: "Museo Sans", Verdana, sans-serif;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  transition: color .6s;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .pagination-text {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.75;
  }
}

.customer-styles .template_stage:not(.slide-right) .pagination-item-left .pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  border: 5px solid var(--background-color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  height: 6px;
  margin: 0;
  width: 6px;
}

.customer-styles .template_stage:not(.slide-right) .pagination-item-left .pagination-text {
  color: var(--background-color);
  font-weight: 900;
}

.customer-styles .template_stage.slide-right .pagination-item-right .pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  border: 5px solid var(--background-color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  height: 6px;
  margin: 0;
  width: 6px;
}

.customer-styles .template_stage.slide-right .pagination-item-right .pagination-text {
  color: var(--background-color);
  font-weight: 900;
}

.customer-styles .template_stage .image-container,
.customer-styles .template_stage .image-portrait-container {
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .image-container,
  .customer-styles .template_stage .image-portrait-container {
    height: calc(100vh - 120px);
  }
}

.customer-styles .template_stage .image,
.customer-styles .template_stage .image-portrait {
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .image,
  .customer-styles .template_stage .image-portrait {
    height: calc(100vh - 120px);
  }
}

@media (orientation: landscape) {
  .customer-styles .template_stage .image-portrait-container {
    display: none;
  }
}

@media (orientation: portrait) {
  .customer-styles .template_stage .image-landscape-container {
    display: none;
  }
}

.customer-styles .template_stage .headline-container {
  top: 60px;
  width: calc(75% - 25px);
  max-width: none;
  color: #000;
  position: absolute;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .headline-container {
    top: 80px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .headline-container {
    width: calc(50% - 45px);
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .headline-container {
    max-width: 590px;
  }
}

.customer-styles .template_stage .headline-container.headline-color-white {
  color: #fff;
}

.customer-styles .template_stage .headline {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.33333;
  font-family: "Museo", Verdana, sans-serif;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .headline {
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.customer-styles .template_stage .headline b {
  font-weight: 700;
}

.customer-styles .template_stage .teaser-button-wrapper {
  position: absolute;
  bottom: 170px;
  background-color: var(--background-color);
  width: 80px;
  height: 80px;
  justify-content: center;
  color: var(--font-color);
  border-radius: 40px;
}

.customer-styles .template_stage .teaser-button-inner-wrapper {
  min-width: 76px;
  min-height: 76px;
  max-width: 76px;
  max-height: 76px;
  border: 1px solid black;
  border-color: var(--font-color);
  border-radius: 38px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 2px;
  justify-content: center;
  font-family: "Museo Sans", Verdana, sans-serif;
  padding-top: 10px;
  text-align: center;
  box-sizing: border-box;
}

.customer-styles .template_stage .teaser-button-inner-wrapper .icon {
  width: 18px;
  height: 10px;
}

.customer-styles .template_stage .teaser-button-text1 {
  font-weight: 900;
  letter-spacing: 1.2px;
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .teaser-button-text1 {
    font-size: 15px;
  }
}

.customer-styles .template_stage .teaser-button-text2 {
  font-style: italic;
  margin-bottom: 3px;
  font-size: 11px;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .teaser-button-text2 {
    font-size: 13px;
  }
}

.customer-styles .template_stage .slider-item-left .image {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.customer-styles .template_stage .slider-item-left .headline-container {
  left: 25px;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-left .headline-container {
    left: 45px;
  }
}

.customer-styles .template_stage .slider-item-left .teaser-button-wrapper {
  left: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-left .teaser-button-wrapper {
    left: 50px;
  }
}

.customer-styles .template_stage .slider-item-right .image {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.customer-styles .template_stage .slider-item-right .headline-container {
  left: 25px;
  right: auto;
  text-align: left;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-right .headline-container {
    left: auto;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-right .headline-container {
    right: 45px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-right .headline-container {
    text-align: right;
  }
}

.customer-styles .template_stage .slider-item-right .teaser-button-wrapper {
  right: 30px;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-right .teaser-button-wrapper {
    right: 50px;
  }
}

.customer-styles .template_stage .circle-container {
  bottom: 40px;
  transform: translateX(65%);
  height: 70vh;
  width: 70vh;
  clip-path: circle();
  position: absolute;
  right: 0;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .circle-container {
    bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .circle-container {
    transform: translateX(52%);
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .circle-container {
    height: 100vh;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .circle-container {
    width: 100vh;
  }
}

.customer-styles .template_stage .slider-item-right .circle-container {
  transform: translateX(-65%);
  left: 0;
  right: auto;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .slider-item-right .circle-container {
    transform: translateX(-52%);
  }
}

.customer-styles .template_stage .circle-inner {
  background-color: #fff;
  border-radius: 50%;
  height: 50%;
  left: 25%;
  position: absolute;
  top: 25%;
  width: 50%;
  z-index: 2;
}

.customer-styles .template_stage .circle-pagination-container {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.customer-styles .template_stage .slider-item-right .circle-pagination-container {
  left: auto;
  right: 0;
}

.customer-styles .template_stage .circle-pagination {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  position: relative;
  width: 40px;
}

.customer-styles .template_stage .circle-pagination::before {
  animation-delay: 1s;
  animation-duration: 1.8s;
  animation-iteration-count: 1;
  animation-name: circle-pagination-arrow-animation;
  animation-timing-function: ease-in-out;
  background-color: var(--background-color);
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 12px;
}

.customer-styles .template_stage .circle-pagination.up::before {
  bottom: 4px;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.customer-styles .template_stage .circle-pagination.down::before {
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  top: 4px;
}

@keyframes circle-pagination-arrow-animation {
  0% {
    height: 10px;
    width: 12px;
  }
  25% {
    height: 20px;
    width: 24px;
  }
  50% {
    height: 10px;
    width: 12px;
  }
  75% {
    height: 20px;
    width: 24px;
  }
  100% {
    height: 10px;
    width: 12px;
  }
}

.customer-styles .template_stage .circle-slider {
  height: 100%;
  left: 0;
  position: absolute;
  transition: top .6s;
  width: 100%;
}

.customer-styles .template_stage .circle-slider-item {
  cursor: pointer;
  height: 39%;
  left: 37.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.customer-styles .template_stage .circle-slider-item-content {
  display: block;
  height: 100%;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  width: 62%;
}

.customer-styles .template_stage .slider-item-right .circle-slider-item-content {
  left: 50%;
}

.customer-styles .template_stage .circle-slider-color {
  background-color: #fff;
  height: 100%;
}

.customer-styles .template_stage .circle-slider-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.customer-styles .template_stage .circle-slider-text-container {
  align-items: center;
  display: none;
  height: 100%;
  justify-items: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 83%;
}

.customer-styles .template_stage .slider-item-right .circle-slider-text-container {
  left: auto;
  right: 0;
}

.customer-styles .template_stage .circle-slider-text {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  color: #fff;
  display: inline-grid;
  font-family: "Museo Sans", Verdana, sans-serif;
  font-weight: 900;
  justify-items: center;
  position: relative;
  row-gap: 4px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  width: 40%;
}

@media (min-width: 1000px) {
  .customer-styles .template_stage .circle-slider-text {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
}

.customer-styles .template_stage .circle-slider-text::after {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: none;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 38 211 132'%3E%3Cpath d='M 1.3608247,117.03093 H 159.89691 l -33.76547,33.76546 18.11598,18.11598 66.34021,-64.80928 -66.34021,-65.149481 -18.37113,18.711338 34.36082,33.340206 H 1.3608247 Z' /%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 38 211 132'%3E%3Cpath d='M 1.3608247,117.03093 H 159.89691 l -33.76547,33.76546 18.11598,18.11598 66.34021,-64.80928 -66.34021,-65.149481 -18.37113,18.711338 34.36082,33.340206 H 1.3608247 Z' /%3E%3C/svg%3E%0A");
  width: 22px;
}

.customer-styles .template_stage a .circle-slider-text::after {
  display: block;
}

.customer-styles .template_stage .circle-slider-item-highlight .circle-slider-item-content {
  pointer-events: all;
}

.customer-styles .template_stage .circle-slider-item-highlight .circle-slider-color {
  background-color: var(--background-color);
}

.customer-styles .template_stage .circle-slider-item-highlight .circle-slider-image {
  filter: grayscale(1) brightness(1.2);
  mix-blend-mode: multiply;
}

.customer-styles .template_stage .circle-slider-item-highlight .circle-slider-text-container {
  display: grid;
}
