.loader-container {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.loader-container .bg-loader {
  background: #F70000;
}
.loader-container .loader-logo {
  max-width: 327px;
}

.loader-items {
  position: relative;
  width: 100%;
  height: 100%;
}
.loader-items .loader-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  left: 0;
  right: 0;
  width: max-content;
  opacity: 0;
}
.loader-items .loader-item-video {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border: none;
  aspect-ratio: 9/6;
  z-index: 0;
}
.loader-items .loader-item-video.loader-item-video--active {
  z-index: 1;
}
.loader-items .loader-item-video:not(.scale) {
  height: 100%;
}
.loader-items__video-thumbnails {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item:hover {
  opacity: 1;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item--active {
  opacity: 1;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item--active progress[value] {
  opacity: 1;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item__title {
  font-family: Akzidenz-Grotesk BQ;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 13px;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item__image {
  width: 45px;
  height: 55px;
  object-fit: cover;
}
.loader-items__video-thumbnails .loader-items__video-thumbnails-item__image-container {
  position: relative;
}
.loader-items__video-thumbnails progress[value] {
  appearance: none;
  border: none;
  display: inline;
  height: 1.6px;
  order: 1;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  /* WebKit styles */
}
.loader-items__video-thumbnails progress[value]::-webkit-progress-bar {
  background-color: transparent;
  border-radius: 0;
}
.loader-items__video-thumbnails progress[value]::-webkit-progress-value {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  border-radius: 0;
  position: relative;
  transition: width 1s linear;
}
.loader-items__video-thumbnails progress[value]::-moz-progress-bar {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  border-radius: 0;
  position: relative;
  transition: width 1s linear;
}

@media (max-width: 575.98px) {
  .loader-container .loader-logo {
    max-width: 50%;
  }
  .loader-items .loader-item-image {
    max-width: 150px;
  }
}
.hero-banner {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.hero-banner .hero-banner-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-banner .hero-banner-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner .hero-banner-wrapper .hero-banner-logo {
  display: flex;
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
}
.hero-banner .hero-banner-wrapper .hero-banner-loader {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero-banner .hero-banner-wrapper .hero-banner-loader .hero-banner-loader-title {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  z-index: 10;
}
.hero-banner .hero-banner-wrapper .hero-banner-loader .animate-title {
  transform: translate(-100%, 0);
  opacity: 0;
}
.hero-banner .hero-banner-wrapper .hero-banner-loader .animate-title.right {
  transform: translate(100%, 0);
}
.hero-banner .hero-banner-wrapper .hero-banner-loader .hero-banner-loader-media {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.25);
  position: relative;
}
.hero-banner .hero-banner-wrapper .hero-banner-loader .hero-banner-loader-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner .hero-banner-wrapper .hero-banner-title-wrapper {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-banner .hero-banner-wrapper .hero-banner-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.hero-banner .hero-banner-wrapper .hero-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
}
.hero-banner .hero-banner-wrapper .hero-banner-logo .logo {
  flex: 0 1 auto;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-banner .hero-banner-wrapper .hero-banner-logo .logo-top {
  align-self: start;
}
.hero-banner .hero-banner-wrapper .hero-banner-logo .logo-button {
  align-self: end;
  max-width: 80%;
  padding-bottom: 40px;
}
.hero-banner .hero-banner-wrapper .hero-banner-logo .logo-center {
  align-self: center;
}
.hero-banner .hero-banner-wrapper .hero-banner-image {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-banner .hero-banner-wrapper .hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner .overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 576px) {
  .hero-banner-logo {
    padding: 42px;
  }
}
.collection-slider {
  position: relative;
  width: 100%;
  overscroll-behavior: none;
  overflow: hidden;
}
.collection-slider .collection-slider-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 72px;
}
.collection-slider .collection-slider-wrapper {
  height: 100vh;
  overflow: hidden;
  overscroll-behavior: none;
  display: flex;
  flex-wrap: nowrap;
}
.collection-slider .collection-slider-wrapper .collection-slider-item {
  width: 70%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.collection-slider .collection-slider-wrapper .collection-slider-item .collection-slider-image {
  display: block;
  width: 120%;
  height: 100%;
}
.collection-slider .collection-slider-wrapper .collection-slider-item .collection-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.collection-slider .collection-slider-wrapper .collection-slider-item .collection-slider-content {
  position: absolute;
  inset: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 50;
  width: 100%;
}
.collection-slider .collection-slider-wrapper .collection-slider-item .collection-slider-content .collection-slider-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
}
.collection-slider .collection-slider-wrapper .collection-slider-item .collection-slider-content .collection-slider-item-subtitle {
  font-weight: 400;
  line-height: 16.46px;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .collection-slider .collection-slider-wrapper .collection-slider-item .collection-slider-content {
    width: 45%;
  }
}
.infinite-carrousel .infinite-carrousel-wrap {
  position: relative;
  width: 100%;
  cursor: none;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item {
  position: relative;
  width: 80vw;
  max-width: 570px;
  max-height: 800px;
  padding: 0 8px;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-item-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 65px;
  inset: 0;
  justify-content: end;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-item-content .infinite-carrousel-item-logo {
  align-self: center;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-item-content .infinite-carrousel-item-logo img {
  max-width: 270px;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-item-content .infinite-carrousel-item-logo-title {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-image {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item:not(.slick-active, .slick-current, .slick-center) {
  opacity: 0.6;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item[aria-hidden=false] {
  z-index: 1001;
  opacity: 1;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8980392157);
  z-index: 50;
  cursor: none;
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px;
  opacity: 0;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-navigation.prev {
  left: 5%;
}
.infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-navigation.next {
  right: 5%;
}
.infinite-carrousel .infinite-carrousel-wrap:hover .infinite-carrousel-navigation {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item {
    min-height: 500px;
  }
  .infinite-carrousel .infinite-carrousel-wrap .infinite-carrousel-items .infinite-carrousel-item .infinite-carrousel-image {
    height: 500px;
  }
}
.celebrities-name {
  overflow: visible;
  height: auto;
  position: relative;
}
.celebrities-name .celebrities-name-title {
  text-align: center;
}
.celebrities-name .celebrities-name-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 15px 35px;
}
.celebrities-name .celebrities-name-content .celebrities-name-item {
  display: flex;
  align-items: baseline;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name-item-content {
  font-family: "PP Editorial New", serif;
  font-size: 88px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000000;
  margin: 0;
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name-item-content.italic {
  font-style: italic;
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name-item-content.blend {
  mix-blend-mode: difference;
  filter: invert(1);
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name__hover {
  position: absolute;
  z-index: -1;
  max-width: 490px;
  height: auto;
  top: 0;
  transform: translateY(-40%);
  left: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name__hover .celebrities-name-hover__inner {
  overflow: hidden;
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name__hover .celebrities-name-hover__inner,
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name__hover .celebrities-name-hover__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name__hover .celebrities-name-hover__img {
  background-size: cover;
  background-position: 50%;
  height: auto;
}

.celebrities-image-banner {
  display: none;
}

@media (max-width: 575.98px) {
  .celebrities-name .celebrities-name-content {
    gap: 0 6px;
  }
  .celebrities-name .celebrities-name-content .celebrities-name-item .celebrities-name-item-content {
    font-family: "PP Editorial New";
    font-size: 27px;
    font-weight: 200;
    line-height: 37px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000000;
    margin: 0;
  }
  .celebrities-name .celebrities-name-content .celebrities-name-item.active .celebrities-name-item-content {
    color: #F70000;
  }
  .celebrities-image-banner {
    display: block;
    width: 100%;
    height: 0;
    transition: height 0.35s ease-in;
  }
  .celebrities-image-banner.show {
    height: auto;
    margin-top: 40px;
  }
  .celebrities-image-banner .celebrities-image-banner__img {
    width: 100%;
    height: auto;
  }
}
.color-section {
  overflow: hidden;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 32px;
}
.color-section .color-section-wrapper {
  min-height: 100vh;
  display: flex;
  position: relative;
}
.color-section .color-section-wrapper .color-section-content {
  text-align: center;
  margin: auto;
  max-width: 700px;
  z-index: 11;
}
.color-section .color-section-wrapper .color-section-content .color-section-content-title {
  text-align: center;
  margin-bottom: 32px;
}
.color-section .color-section-wrapper .color-section-content .color-section-content-subtitle {
  text-align: center;
  margin-bottom: 32px;
}
.color-section .color-section-wrapper .color-section-item {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  transition: transform 0.6s ease-out, opacity 0.5s ease-in;
  border-radius: 1.5rem;
  z-index: 10;
  opacity: 0;
  max-width: 25%;
}

@media (min-width: 576px) {
  .color-section {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media (max-width: 575.98px) {
  .color-section .color-section-wrapper .color-section-content .color-section-content-title {
    margin-bottom: 18px;
  }
  .color-section .color-section-wrapper .color-section-content .color-section-content-subtitle {
    margin-bottom: 18px;
  }
  .color-section .color-section-wrapper .color-section-item {
    max-width: 160px;
  }
}
