.pms-header-slider-wrapper {
  position: relative;
}
.pms-header-slider-wrapper .pms-header-slider {
  position: relative;
  z-index: 0;
}
.pms-header-slider-wrapper .pms-header-slider-nav {
  position: absolute;
  z-index: 1;
  bottom: 2.2rem;
  text-align: center;
  width: 100%;
  left: 0;
}

.pms-header-slider__ci-overlay {
  position: absolute;
  z-index: 1;
  width: 140px;
  height: 430px;
  object-position: right top;
  object-fit: none;
  bottom: 0;
  left: 0;
}
.pms-header-slider__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.pms-header-slider__item {
  background-color: var(--color-main);
  overflow: hidden;
  aspect-ratio: 0.66;
}
@media (min-width: 1024px) {
  .pms-header-slider__item {
    aspect-ratio: 2.5;
  }
}
.pms-header-slider__item__caption-header {
  text-shadow: 0 0 20px rgba(12, 12, 12, 0.6);
  text-align: right;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pms-header-slider__item__caption-header {
    padding: 0 var(--space-big);
  }
}
@media (max-width: 479px) {
  .pms-header-slider__item__caption-header {
    padding: 0 var(--space-regular);
  }
}
.pms-header-slider__item__caption-header .h2 {
  font-weight: bold;
  font-size: 1rem !important;
  margin-bottom: var(--space-small);
}
@media (min-width: 640px) {
  .pms-header-slider__item__caption-header .h2 {
    font-size: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .pms-header-slider__item__caption-header .h2 {
    font-size: 2.75rem !important;
  }
}
.pms-header-slider__item__caption-header .h3 {
  text-transform: uppercase;
  font-size: 0.9rem !important;
  margin-bottom: var(--space-small);
}
@media (min-width: 1024px) {
  .pms-header-slider__item__caption-header .h3 {
    font-size: 1.25rem !important;
  }
}

.pms-header-slider-nav__item {
  cursor: pointer;
  color: var(--color-back);
  appearance: none;
  border: 0 !important;
  background: transparent !important;
  padding: 0.5em;
}
.pms-header-slider-nav__item.is-active {
  color: var(--color-main);
}

.pms-header-slider__content,
.pms-header-slider__item__caption {
  --color-header: var(--color-back);
  --color-text: var(--color-back);
  position: absolute;
  z-index: 1;
  color: var(--color-back);
}
.pms-header-slider__content *:not(a),
.pms-header-slider__item__caption *:not(a) {
  color: var(--color-back);
}
.pms-header-slider__content[class*=top-],
.pms-header-slider__item__caption[class*=top-] {
  top: var(--space-regular);
}
@media (min-width: 640px) {
  .pms-header-slider__content[class*=top-],
  .pms-header-slider__item__caption[class*=top-] {
    top: var(--space-big);
  }
}
@media (min-width: 1024px) {
  .pms-header-slider__content[class*=top-],
  .pms-header-slider__item__caption[class*=top-] {
    top: 3.4rem;
  }
}
.pms-header-slider__content[class*=center-],
.pms-header-slider__item__caption[class*=center-] {
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
.pms-header-slider__content[class*=bottom-],
.pms-header-slider__item__caption[class*=bottom-] {
  top: auto;
  bottom: var(--space-regular);
  transform: none;
}
@media (min-width: 640px) {
  .pms-header-slider__content[class*=bottom-],
  .pms-header-slider__item__caption[class*=bottom-] {
    bottom: var(--space-big);
  }
}
@media (min-width: 1024px) {
  .pms-header-slider__content[class*=bottom-],
  .pms-header-slider__item__caption[class*=bottom-] {
    bottom: 3.4rem;
  }
}
.pms-header-slider__content[class*=-left],
.pms-header-slider__item__caption[class*=-left] {
  left: var(--space-regular);
  transform: none;
}
@media (min-width: 640px) {
  .pms-header-slider__content[class*=-left],
  .pms-header-slider__item__caption[class*=-left] {
    left: var(--space-big);
  }
}
@media (min-width: 1024px) {
  .pms-header-slider__content[class*=-left],
  .pms-header-slider__item__caption[class*=-left] {
    left: 6.8rem;
  }
}
.pms-header-slider__content[class*=-right],
.pms-header-slider__item__caption[class*=-right] {
  left: auto;
  right: var(--space-regular);
  transform: none;
}
@media (min-width: 640px) {
  .pms-header-slider__content[class*=-right],
  .pms-header-slider__item__caption[class*=-right] {
    right: var(--space-big);
  }
}
@media (min-width: 1024px) {
  .pms-header-slider__content[class*=-right],
  .pms-header-slider__item__caption[class*=-right] {
    right: 6.8rem;
  }
}
.pms-header-slider__content[class*=-center],
.pms-header-slider__item__caption[class*=-center] {
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none;
}
.pms-header-slider__content a,
.pms-header-slider__item__caption a {
  cursor: pointer;
  color: inherit;
}
.pms-header-slider__content a:hover,
.pms-header-slider__item__caption a:hover {
  color: var(--color-link);
}
.pms-header-slider__content p:last-child,
.pms-header-slider__item__caption p:last-child {
  margin-bottom: 0;
}

.pms-header-slider__content {
  top: var(--space-regular);
  left: var(--space-regular);
  width: max-content;
  max-width: 75%;
}
.pms-header-slider__content .base-header-group {
  --margin-b-space: var(--space-small);
}
.pms-header-slider__content .base-header-group:not(:has(+ div)) {
  margin-bottom: 0 !important;
}

.pms-header-slider__item__caption {
  top: 65%;
  left: 50%;
  transform: translateY(-65%) translateX(-50%);
  width: min(100%, 1500px);
}

.sticky-button {
  width: auto !important;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.sticky-button > a {
  position: relative;
  display: block;
  width: 6.66667rem;
  aspect-ratio: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-size: 0.83333rem;
  font-weight: normal;
}
.sticky-button > a > .arrow, .sticky-button > a > .arrow:before,
.sticky-button > a > .background, .sticky-button > a > .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sticky-button > a > .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}
.sticky-button > a > .arrow:before {
  content: "";
  top: 0;
  border-top-color: #fff;
  border-left-color: #fff;
}
.sticky-button > a > .background {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 120px;
  border-color: transparent transparent var(--color-main) transparent;
}
.sticky-button > a > .text {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 17px 10px 0 0;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}
@media (min-width: 1024px) {
  .sticky-button {
    right: 3rem;
    bottom: 3rem;
  }
  .sticky-button > a {
    font-size: 1rem;
    font-weight: 600;
  }
  .sticky-button > a > .arrow {
    width: 1.66667rem;
    aspect-ratio: 1;
    transition: all 0.3s ease-out;
    display: inline-block;
    top: 11px;
    text-indent: -9999px;
    transform: rotate(45deg);
  }
  .sticky-button > a > .arrow:before {
    color: transparent;
    width: 0;
    height: 0;
  }
  .sticky-button > a > .arrow, .sticky-button > a > .arrow:before {
    color: transparent;
    width: 0;
    height: 0;
  }
  .sticky-button > a > .background {
    width: 100%;
    height: 100%;
    background-color: var(--color-main);
    border: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease-out;
    top: 50%;
  }
  .sticky-button > a > .text {
    padding: 0.55556rem;
    width: auto;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  .sticky-button > a:hover > .arrow {
    width: 2rem;
    height: 2rem;
  }
  .sticky-button > a:hover > .arrow:before {
    border-top: 2px solid var(--color-main);
    border-left: 2px solid var(--color-main);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  .sticky-button > a:hover > .background {
    transform: translateY(-50%) rotate(0);
    height: 60%;
  }
}
body.TopPosition .sticky-button {
  width: auto !important;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  body.TopPosition .sticky-button {
    transform: translateY(50%);
  }
}

body[data-rootline="[69,7,1]"] .sticky-button {
  display: none;
}
/*# sourceMappingURL=header-slider.css.map */
