.pg-hero-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100vw;
}
.pg-hero-banner__container {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.pg-hero-banner__navigation {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container {
  width: 100%;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  pointer-events: all;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: transparent;
  transition: opacity 0.15s ease-in;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next::after,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev::after {
  content: unset;
  display: none;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-next,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-next {
  inset: 50% 1rem auto auto;
}
@media only screen and (min-width: 320px) {
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-next,
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-next {
    inset: 50% 1.5rem auto auto;
  }
}
@media only screen and (min-width: 768px) {
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-next,
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-next {
    inset: 50% 3.75rem auto auto;
  }
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-prev,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-prev {
  inset: 50% auto auto 1rem;
}
@media only screen and (min-width: 320px) {
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-prev,
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-prev {
    inset: 50% auto auto 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-prev,
  .pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-prev {
    inset: 50% auto auto 3.75rem;
  }
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next.swiper-button-disabled,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next > svg,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev > svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-next > svg path,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-button-prev > svg path {
  stroke: #ededeb;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container.invert-navigation .swiper-button-next > svg path,
.pg-hero-banner__navigation .pg-hero-banner__navigation-container.invert-navigation .swiper-button-prev > svg path {
  stroke: #000000;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-pagination {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 20px 0;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 0.5;
  background: transparent;
  border: solid 2px #FFFFFF;
  mix-blend-mode: difference;
  width: 12px;
  height: 12px;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
  border-color: #FFF;
  background: #FFFFFF;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-pagination.invert-bullets .swiper-pagination-bullet {
  background: transparent;
  border: solid 2px #000000;
}
.pg-hero-banner__navigation .pg-hero-banner__navigation-container .swiper-pagination.invert-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  border: solid 2px #000000;
}
.pg-hero-banner__slide {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column nowrap;
}
.pg-hero-banner__slide .img-container {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pg-hero-banner__slide .img-container img, .pg-hero-banner__slide .img-container picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.pg-hero-banner__slide .content {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .pg-hero-banner__slide .content {
    width: 100%;
    gap: 15px;
  }
}
.pg-hero-banner__slide .content .text-container {
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  color: var(--text-color-desktop);
  padding: var(--vertical-padding) var(--horizontal-padding);
  position: relative;
  text-align: var(--text-align);
  font-size: var(--font-size-desktop);
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .pg-hero-banner__slide .content .text-container {
    width: 100%;
    font-size: var(--font-size-mobile);
    color: var(--text-color-mobile);
  }
}
.pg-hero-banner__slide .content .text-container * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pg-hero-banner__slide .content .text-container p {
  margin-bottom: 5px;
  margin-top: 0;
}
.pg-hero-banner__slide .content .text-container p:last-of-type {
  margin-bottom: 0;
}
.pg-hero-banner__slide .content .text-container p strong {
  font-weight: 700;
}
.pg-hero-banner__slide .content .text-container p em {
  font-style: italic;
}
.pg-hero-banner__slide .content .text-container p a {
  text-decoration: underline;
}
.pg-hero-banner__slide .content .text-container::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color, #000);
  opacity: var(--overlay-opacity, 0);
  z-index: -1;
}
.pg-hero-banner__slide .content .link {
  padding: 18px 50px;
}
@media only screen and (max-width: 767.98px) {
  .pg-hero-banner__slide .content .link {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
  }
  .pg-hero-banner__slide .content .link:hover {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
  }
}
