/** CSS Easing functions */
/* Bulma Utilities */
.scroll-section {
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .scroll-section .project-home__wrapper {
    padding-top: calc(3.5rem + clamp(1.625rem, -1.3813rem + 4.6927vw, 4.25rem));
  }
  .scroll-section .project-home__wrapper > *:not(:first-child) {
    margin-top: calc((3.5rem + clamp(1.625rem, -1.3813rem + 4.6927vw, 4.25rem)) * 2);
  }
  .scroll-section .project-home__wrapper > *:first-child {
    margin-top: calc(6rem + clamp(1.625rem, -1.3813rem + 4.6927vw, 4.25rem) + var(--wp--style--block-gap));
  }
}
@media screen and (max-width: 1023px) {
  .scroll-section .project-home__wrapper > * {
    width: 100%;
  }
  .scroll-section .project-home__wrapper > *:first-child {
    margin-top: calc(3.5rem + clamp(1.625rem, -1.3813rem + 4.6927vw, 4.25rem));
  }
  .scroll-section .project-home__wrapper > *:not(:first-child) {
    margin-top: calc((3.5rem + clamp(1.625rem, -1.3813rem + 4.6927vw, 4.25rem)) * 2);
  }
}
.scroll-section .project-home__immersion-img__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .scroll-section .project-home__immersion-img__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr;
    gap: calc(var(--wp--style--block-gap) * 2);
  }
}
.scroll-section .project-home__immersion-img__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .scroll-section .project-home__immersion-img__content {
    padding-left: 4rem;
    height: 25vh;
  }
}
@media screen and (max-width: 1023px) {
  .scroll-section .project-home__immersion-img__content {
    padding-left: 4vw;
    max-width: 92vw;
  }
}
.scroll-section .project-home__immersion-img__content h2 {
  font-size: var(--wp--preset--font-size--size-1);
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .scroll-section .project-home__immersion-img__content h2 {
    font-size: var(--wp--preset--font-size--size-0);
  }
}
.scroll-section .project-home__immersion-img__content div {
  margin-bottom: 1rem;
}
.scroll-section .project-home__immersion-img__content div span {
  color: var(--wp--preset--color--black);
}
.scroll-section .project-home__immersion-img__content a {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--size-7);
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .scroll-section .project-home__immersion-img__content a::before {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    height: 1px;
    top: 1.25rem;
    left: 0;
    background-color: var(--wp--preset--color--black);
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: -o-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  }
  .scroll-section .project-home__immersion-img__content a:hover::before {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@media screen and (max-width: 1023px) {
  .scroll-section .project-home__immersion-img__content a {
    text-decoration: underline;
  }
}
.scroll-section .project-home__model img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .scroll-section .project-home__model img {
    width: calc((100vw - clamp(24rem, 0rem + 25vw, 30rem)) / 2 - var(--wp--style--block-gap));
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1534px) {
  .scroll-section .project-home__model img {
    width: calc((100vw - clamp(12.5rem, -10.545rem + 36.0078vw, 24rem)) / 2 - var(--wp--style--block-gap));
  }
}
@media screen and (min-width: 1024px) and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1), screen and (min-width: 1024px) and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .scroll-section .project-home__model img {
    width: calc((100vw - 280px) / 2 - var(--wp--style--block-gap));
  }
}
@media screen and (max-width: 1023px) {
  .scroll-section .wp-block-media-text {
    max-width: 92vw;
    margin: 0 auto;
  }
}
