/* SECTION MOCK */
.videoSection {
  height: fit-content;
  display: grid;
  place-items: center;
  padding-block: min(20rem, 20vh);
  width: 100%;
}

.container-videoSection {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.videoSection-title {
  color: #fff;
  text-align: center;
  font-size: min(10rem, 10vh);
  font-style: normal;
  font-weight: 500;
  line-height: 10rem; /* 100% */
  text-transform: capitalize;
  margin-bottom: min(3rem, 3vh);
}

.videoSection-paragraph {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Satoshi Variable";
  font-size: min(1.8rem, 1.8vh);
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 2.3rem;
  width: min(56.5rem, 56.5vh);
  margin-bottom: min(3.6rem, 3.6vh);
}

.videoSection-paragraph__white {
  color: #fff;
}

.videoSection-video__inner-blur--1 {
  width: 14rem;
  height: 14rem;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.videoSection-video__inner-blur--2 {
  width: 36rem;
  height: 14rem;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 3.5rem;
  z-index: -1;
}

.videoSection-video__item {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 3.5rem;
  width: 164.5rem;
  margin-top: min(8.9rem, 8.9vh);
}

.videoSection-video-card {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 3.5rem;
  border: 1px solid #363535;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(28.7px);
  overflow: hidden;
  padding: 0.9rem;
  height: 100%;
  width: 164.5rem;
}

.videoSection-video-action-video.is--landscape {
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
}

.videoSection-video-action-video.is--landscape .videoSection-video-action-video__wrapper {
  height: 100%;
  width: 100%;
}

.videoSection-video-action-video.is--landscape .videoSection-video-action-video__wrapper .videoSection-video-action-video__target {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
}

.videoSection-video-action-video.is--landscape .videoSection-video-action-video__wrapper .videoSection-video-action-video__target video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.videoSection-video__media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  overflow: hidden;
}

.videoSection-video__info .cta-button {
  z-index: 5;
}

.cover-image {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  z-index: -1;
}

.videoSection-video-action-video.is--portrait {
  display: none;
}

.imagesSection {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imagesSection-container {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imagesSection-title {
  color: #fff;
  font-family: "Satoshi Variable";
  font-size: min(6rem, 6vh);
  font-style: normal;
  font-weight: 500;
  line-height: 7rem;
  text-align: center;
  width: min(144.6rem, 144.6vh);
  text-transform: capitalize;
  margin-bottom: min(16.1rem, 16.1vh);
}

.imagesSection-title-span {
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  width: min(10.9rem, 10.9vh);
  height: min(6.1rem, 6.1vh);
}

.videoSection-btn {
  cursor: pointer;
}

.imagesSection-title svg {
  width: min(6.4rem, 6.4vh);
  height: min(6.4rem, 6.4vh);
}

.imagesSection-title img {
  height: 95%;
  width: 95%;
  object-fit: contain;
}

.imagesSection-title-orange {
  color: #f4783e;
  font-weight: 500;
}

.images-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.image-container {
  width: 33.25rem;
  border-radius: 2rem;
}

.images-container-row {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: min(3rem, 3vh);
}

.image-container img {
  border-radius: 2rem;
}

.image-container-sm {
  height: 23.7rem;
}

.image-container-xs {
  height: 21.1rem;
}

.image-container-2xs {
  height: 20.6rem;
}

.image-container-2xmd {
  height: 30.9rem;
}

.image-container-xmd {
  height: 37.5rem;
}

.image-container-md {
  height: 40.8rem;
}

.image-container-lg {
  height: 44.1rem;
}

.image-container-xlg {
  height: 56.7rem;
}

.image-container-2xlg {
  height: 58.6rem;
}

.no-mb {
  display: flex;
}

.no-desk {
  display: none;
}

@media screen and (orientation: portrait) {
  .videoSection {
    padding-block: 20rem 10rem;
  }

  .videoSection-title {
    width: min(44.4rem, 44.4vh);
    font-size: 4rem;
    text-align: center;
    margin-bottom: min(0.6rem, 0.6vh);
    line-height: 1;
  }

  .videoSection-paragraph {
    font-size: 1.4rem;
    margin-bottom: min(4rem, 4vh);
    width: 37.4rem;
  }

  .videoSection-video-action-video.is--landscape {
    display: none;
  }

  .videoSection-video-action-video.is--portrait {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
  }

  .videoSection-video__inner-blur--1 {
    position: absolute;
    z-index: -1;
    width: 32rem;
    height: 23rem;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }

  .videoSection-video__inner-blur--2 {
    position: absolute;
    z-index: -1;
    width: 32rem;
    height: 12rem;
    top: 0;
    right: 1.5rem;
    pointer-events: none;
  }

  .videoSection-video__item {
    width: 100%;
    height: auto;
    border-radius: 2rem;
  }

  .videoSection-video-card {
    width: 100%;
    height: auto;
    border-radius: 0rem;
  }

  .videoSection-video__media {
    border-radius: 2rem;
  }

  .images-container-row {
    gap: 1.6rem;
  }

  .imagesSection-title {
    font-size: 2.7rem;
    line-height: normal;
    margin-bottom: min(5.7rem, 5.7vh);
    width: min(37.8rem, 37.8vh);
  }

  .imagesSection-title svg {
    width: 2.3rem;
    height: 2.3rem;
  }

  .imagesSection-title img {
    width: 4.6rem;
    height: 2.7rem;
  }

  .image-container {
    width: 19.2rem;
    border-radius: 1.5rem;
  }

  .no-mb {
    display: none;
  }

  .no-desk {
    display: flex;
  }

  .image-container-xmd {
    height: 22.4rem;
  }

  .image-container img {
    border-radius: 1.5rem;
  }

  .image-container-2xlg {
    height: 32.1rem;
  }

  .image-container-xlg {
    height: 31rem;
  }

  .image-container-2xmd {
    height: 16.9rem;
  }

  .image-container-md {
    height: 20.5rem;
  }

  .image-container-lg {
    height: 24.2rem;
  }

  .image-container-sm {
    height: 13rem;
  }

  .image-container-2xs {
    height: 11.3rem;
  }

  .image-container-xs {
    height: 11.6rem;
  }
}

[data-fade-element] {
  opacity: 0;
}

.vimeo-player {
  transform: translate(0) !important;
  top: 0 !important;
  height: 100% !important;
}

.vimeo-player__interface {
  height: 100% !important;
}
