.eye-block.fullwidth-contentblock {
  padding: 0 !important;
  position: relative;
  overflow-x: clip;
}
.eye-block.fullwidth-contentblock.right .fullwidth-contentblock__image-column {
  order: 2;
}
@media screen and (max-width: 992px) {
  .eye-block.fullwidth-contentblock.right .fullwidth-contentblock__image-column {
    order: 1;
  }
}
.eye-block.fullwidth-contentblock.right .fullwidth-contentblock__content {
  order: 1;
}
@media screen and (max-width: 992px) {
  .eye-block.fullwidth-contentblock.right .fullwidth-contentblock__content {
    order: 2;
  }
}
.eye-block.fullwidth-contentblock .row {
  min-height: 550px;
  display: flex;
}
.eye-block.fullwidth-contentblock .fullwidth-contentblock__image-column {
  position: relative;
}
.eye-block.fullwidth-contentblock .fullwidth-contentblock__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 992px) {
  .eye-block.fullwidth-contentblock .fullwidth-contentblock__image {
    height: 350px;
  }
}
.eye-block.fullwidth-contentblock .fullwidth-contentblock__content {
  padding: 4.5rem 5.5rem 4.5rem 4rem;
}
@media screen and (max-width: 992px) {
  .eye-block.fullwidth-contentblock .fullwidth-contentblock__content {
    padding: 2rem;
  }
}
.eye-block.fullwidth-contentblock .fullwidth-contentblock__content * {
  max-width: 750px;
}
.eye-block.fullwidth-contentblock .fullwidth-contentblock__scrolling-text {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  position: absolute;
  bottom: -25px;
}
.eye-block.fullwidth-contentblock .fullwidth-contentblock__scrolling-text p {
  display: inline-block;
  font-size: 5rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
}

.fullwidth-contentblock__image {
  background-size: cover;
  background-position: center;
  height: 300px;
}

.fullwidth-contentblock__slider .swiper-wrapper {
  align-items: stretch;
}
.fullwidth-contentblock__slider .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.fullwidth-contentblock__slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  right: 2rem;
}
@media screen and (max-width: 992px) {
  .fullwidth-contentblock__slider .swiper-button-next {
    right: 0;
  }
}
.fullwidth-contentblock__slider .swiper-button-next::after {
  display: none;
}
.fullwidth-contentblock__slider .swiper-button-next:hover {
  opacity: 1;
}
.fullwidth-contentblock__slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  left: 2rem;
}
@media screen and (max-width: 992px) {
  .fullwidth-contentblock__slider .swiper-button-prev {
    left: 0;
  }
}
.fullwidth-contentblock__slider .swiper-button-prev::after {
  display: none;
}
.fullwidth-contentblock__slider .swiper-button-prev:hover {
  opacity: 1;
}
.fullwidth-contentblock__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--lybrae-color-secondary);
}

body.nextleaders .eye-block.fullwidth-contentblock.bg--primary {
  background: linear-gradient(120deg, rgba(0, 122, 255, 0) 25%, rgba(0, 122, 255, 0.5)) !important;
  background-color: unset !important;
}

.fullwidth-contentblock__slider .swiper-slide .row {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}

.fullwidth-contentblock__content-column {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
