/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-hero-home {
  height: 100svh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .s-hero-home {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }
}
.s-hero-home .l-wrapper,
.s-hero-home .l-container {
  height: 100%;
  min-height: inherit;
}
.s-hero-home .l-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .s-hero-home .l-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: auto;
    min-height: 100%;
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-home .l-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: auto;
    min-height: 100%;
    min-width: 0;
  }
}
.s-hero-home__media-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.s-hero-home__media-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(12, 21, 47, 0) 10%, #0c152f 85%);
  opacity: 0.4;
}
.s-hero-home__media-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(12, 21, 47, 0) 10%, #0c152f 85%);
  opacity: 0.4;
}
.s-hero-home__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero-home__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3.125rem;
  min-width: 0;
}
.s-hero-home__content > :first-child,
.s-hero-home__content > :last-child {
  flex: 1 1 0;
}
@media screen and (max-width: 991px) {
  .s-hero-home__content {
    flex: 1 1 auto;
    height: auto;
    min-height: 100%;
    justify-content: flex-start;
    padding-top: var(--header-height-mobile);
    padding-bottom: 0;
    gap: 2rem;
  }
}
.s-hero-home__header {
  width: min-content;
  margin: 0 auto;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .s-hero-home__header {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
    flex: 0 0 auto;
  }
}
.s-hero-home:not(.is-content-visible) .s-hero-home__subttl,
.s-hero-home:not(.is-content-visible) .s-hero-home__list li {
  opacity: 0;
  transform: translateY(1.5rem);
}
.s-hero-home:not(.is-content-visible) .s-hero-home__ttl:not(.is-title-split) {
  opacity: 0;
  transform: translateY(1.5rem);
}
@media (prefers-reduced-motion: reduce) {
  .s-hero-home:not(.is-content-visible) .s-hero-home__subttl,
  .s-hero-home:not(.is-content-visible) .s-hero-home__list li,
  .s-hero-home:not(.is-content-visible) .s-hero-home__ttl:not(.is-title-split) {
    opacity: 1;
    transform: none;
  }
}
.s-hero-home__ttl {
  width: 100%;
  min-width: max-content;
  margin-bottom: 0.6875rem;
  line-height: 1.1;
  font-size: clamp(4rem, 6vw, 5rem);
  line-height: 0.9;
}
.s-hero-home__ttl :where(.word) {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .s-hero-home__ttl {
    min-width: unset;
    overflow-wrap: anywhere;
  }
}
.s-hero-home__subttl {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.s-hero-home__subttl {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__subttl {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__subttl {
    font-size: 1.5rem;
  }
}
.s-hero-home__list {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.s-hero-home__list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.34375rem;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-hero-home__list li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__list li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__list li {
    font-size: 0.875rem;
  }
}
.s-hero-home__list li::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: var(--wp--preset--color--cyan-blue);
}
.s-hero-home__events-section-ttl {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.s-hero-home__events-section-ttl {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__events-section-ttl {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__events-section-ttl {
    font-size: 1rem;
  }
}
.s-hero-home__events {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .s-hero-home__events {
    max-width: 100%;
  }
}
.s-hero-home__events:not(:has(.s-hero-home__event-item:nth-child(2))) {
  align-items: center;
}
.s-hero-home__events-list {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  height: fit-content;
  margin-top: 0.875rem;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .s-hero-home__events-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.s-hero-home__event-item {
  height: 100%;
  width: 100%;
  max-width: 31.4375rem;
  padding: 0.4375rem 3.75rem 0.4375rem 0.4375rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2.5rem;
  border-radius: 0.375rem;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 991px) {
  .s-hero-home__event-item {
    width: fit-content;
    max-width: unset;
    gap: 1rem;
    padding-right: 2.5rem;
    height: auto;
  }
}
.s-hero-home__event-item:nth-of-type(1) {
  background-color: var(--wp--preset--color--cyan-blue);
  color: var(--wp--preset--color--midnight-blue);
}
.s-hero-home__event-item:nth-of-type(1) .s-hero-home__arrow-wrapper {
  background-color: var(--wp--preset--color--midnight-blue);
}
.s-hero-home__event-item:nth-of-type(1) .s-hero-home__meta-icon {
  fill: var(--wp--preset--color--midnight-blue);
}
.s-hero-home__event-item:nth-of-type(1) .s-hero-home__arrow {
  fill: var(--wp--preset--color--white);
}
.s-hero-home__event-item:nth-of-type(2) {
  background-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
}
.s-hero-home__event-item:nth-of-type(2) .s-hero-home__arrow-wrapper {
  background-color: var(--wp--preset--color--white);
}
.s-hero-home__event-item:nth-of-type(2) .s-hero-home__meta-icon {
  fill: var(--wp--preset--color--white);
}
.s-hero-home__event-item:nth-of-type(2) .s-hero-home__arrow {
  fill: var(--wp--preset--color--midnight-blue);
}
.s-hero-home__event-content {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  min-width: 0;
  flex: 1 1 auto;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__event-item:has(a):hover .s-hero-home__event-content {
  transform: translateX(-11px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__event-thumb-wrapper {
  width: 10.125rem;
  aspect-ratio: 16/8;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 991px) {
  .s-hero-home__event-thumb-wrapper {
    width: 6rem;
  }
}
.s-hero-home__event-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__event-item:has(a):hover .s-hero-home__event-thumb {
  transform: scale(1.12);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__event-ttl {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.s-hero-home__event-ttl {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__event-ttl {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__event-ttl {
    font-size: 1rem;
  }
}
.s-hero-home__event-ttl a {
  color: inherit;
}
.s-hero-home__event-ttl a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-hero-home__event-meta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4375rem;
}
.s-hero-home__event-icon-wrapper {
  flex-shrink: 0;
  max-width: 1.125rem;
  max-height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-hero-home__event-icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.s-hero-home__event-meta {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-hero-home__event-meta {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__event-meta {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__event-meta {
    font-size: 0.875rem;
  }
}
.s-hero-home__arrow-wrapper {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4375rem;
  top: 0.4375rem;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__event-item:has(a):hover .s-hero-home__arrow-wrapper {
  width: 2.25rem;
  height: 2.25rem;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__arrow {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-hero-home__event-item:has(a):hover .s-hero-home__arrow {
  opacity: 1;
  transform: scale(1.1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}