.page-banner {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.page-banner__media,
.page-banner__image {
  width: 100%;
  height: 100%;
}

.page-banner__media {
  position: absolute;
  inset: 0;
}

.page-banner__image {
  object-fit: cover;
  object-position: center;
}

.page-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      99.88deg,
      rgba(0, 45, 114, 0.56) 0%,
      rgba(0, 45, 114, 0.21) 100%
    ),
    linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.page-banner__content {
  position: relative;
  z-index: 91;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 140px 15px 75px;
}

.page-banner__inner {
  width: 100%;
}

.page-banner__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 200;
  line-height: 1.05;
}

.page-banner--has-nav .page-banner__title {
  margin-bottom: 28px;
}

html.euro-reveal-ready .page-banner__nav[data-euro-reveal] {
  transform: none !important;
}

.about-banner-nav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
}

.about-banner-nav__link {
  border-radius: 50px;
  border: 1px solid transparent;
  padding:5px 60px 5px 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 60px;
  height: auto;
  position: relative;
  z-index: 0;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.about-banner-nav__glass {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
  pointer-events: none;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.about-banner-nav__label {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-banner-nav__label--sizer {
  visibility: hidden;
  pointer-events: none;
}

.about-banner-nav__label--portaled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 91;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.about-banner-nav__link:hover .about-banner-nav__glass,
.about-banner-nav__link:focus-visible .about-banner-nav__glass {
  background: #ffb81c;
  border-color: #ffb81c;
}

.about-banner-nav__glass.is-hovered {
  background: #ffb81c;
  border-color: #ffb81c;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-banner-nav__label--portaled.is-hovered {
  color: #002d72;
}

.about-banner-nav__link:hover:not(.is-active),
.about-banner-nav__link:focus-visible:not(.is-active) {
  border-color: #ffb81c;
  background: #ffb81c;
  color: #002d72;
}

.about-banner-nav__link.is-active {
  border-color: #ffb81c;
  background: #ffb81c;
  color: #002d72;
}

.about-banner-nav__link.is-active:hover,
.about-banner-nav__link.is-active:focus-visible {
  background: #ffb81c;
  border-color: #ffb81c;
  color: #002d72;
}

.inner-page__content {
  padding: 80px 0;
}

@media (max-width: 1500px) {
  .page-banner__content{
    min-height: 430px;
  }
  .page-banner__title{
    font-size: clamp(40px, 5vw, 45px);
  }
}

@media (max-width: 1199px) {
  .page-banner__content {
    min-height: 500px;
    padding-top: 130px;
  }

  .page-banner__inner,
  .page-banner__nav,
  .about-banner-nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .about-banner-nav__list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .about-banner-nav__list::-webkit-scrollbar {
    display: none;
  }

  .about-banner-nav__link {
    min-height: 44px;
    height: auto;
    padding: 0 20px;
    font-size: 14px;
  }

  .about-banner-nav__label--portaled {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .page-banner__title {
    font-size: clamp(30px, 5vw, 45px);
  }

  .about-banner-nav__list {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .page-banner__content {
    min-height: 460px;
    padding: 120px 15px 36px;
  }

  .page-banner--has-nav .page-banner__title {
    margin-bottom: 22px;
  }

  .about-banner-nav__list {
    gap: 10px;
  }

  .about-banner-nav__link {
    min-height: 40px;
    height: auto;
    padding: 0 16px;
    font-size: 13px;
  }

  .about-banner-nav__label--portaled {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .inner-page__content {
    padding: 60px 0;
  }
}
