* { 
    margin: 0; padding: 0; box-sizing: border-box; 
}

html, body { 
  overflow-x: hidden; 
  margin: 0;
  padding: 0;
} 

body {
    background-color: #070707;
    margin: 0;
    padding: 0;
}


#loader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
}

#loader img {
  width: 24rem;
  height: auto;
  opacity: 1;
  transition: opacity 0.8s ease;
}

#loader img.fade-out {
  opacity: 0;
}

#loader.fade-out {
  opacity: 0;
  pointer-events: none;
}


#content {
  opacity: 0;
  transition: opacity 1s ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content.show {
  opacity: 1;
}



.text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}

.text.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero .video-pc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.hero .video-mo {
    display: none;
}

.hero .title-warp {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.hero .title-warp .title {
    font-family: 'Urbanist', sans-serif;
    color: #F1E6D8;
    font-size: 3.375rem;
    line-height: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}

.hero .middlewood-logo {
    margin-top: 0.625rem;
}

.hero .title-warp span {
  margin-left: 0.5rem;
}



.section1 {
    position: relative;
    background-image: url(/assets/images/section1-bg.jpg);
    width: 100%;
    height: 100%;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;

}


.section1 .impact-text {
    width: 100%;
    height: 65.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem;
}

.section1 .title {
    font-family: 'Urbanist', sans-serif;
    color: #F1E6D8;
    font-size: 3.375rem;
    line-height: 3.62rem;
    font-weight: 400;
    max-width: 55rem;
    text-align: center;
    opacity: 0;
    height: 11.25rem;
}

.section1 .impact-text .ap {
  width: 100%;
  max-width: 55rem;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1.2s ease-out;
}

.section1 .impact-text .ap.visible {
  opacity: 1;
}

.section1 .first-visual {
    position: relative;
    width: 76.875rem;
    height: 37.5rem;
    border-radius: 2.875rem;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}


.section1 .first-visual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section1 .image-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0rem;
    align-items: flex-start;
    max-width: 92rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 12rem;
}

.section1 .content-left img {
  width: 35rem;
  height: 43.125rem;
  display: block;
  border-radius: 2.875rem;
  object-fit: cover;
}

.section1 .content-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}

.section1 .content-right .text {
  position: relative;
  color: #F1E6D8;
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  width: 90%;
  left: 3rem;
}

.section1 .content-right video {
  width: 47.75rem;
  height: 30rem;
  border-radius: 2.875rem;
  display: block;
  margin-top: 15rem;
  object-fit: cover;
}


.section2 {
    position: relative;
    width: 100%;
    height: auto;
}

.section2 .first-visual .text-wrap {
  position: relative;
  display: flex;
  max-width: 92rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15rem;
}

.section2 .first-visual .text {
    position: relative;
    color: #F1E6D8;
    font-family: 'Urbanist', sans-serif;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 400;
    width: 40rem;
}

.section2 .first-visual video {
  width: 100%;
  margin-top: 2rem;
}

.section2 .image-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0rem;
    align-items: flex-start;
    max-width: 92rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.section2 .image-grid .content-left video {
  width: 36rem;
  height: 36rem;
  display: block;
  border-radius: 2.875rem;
  object-fit: cover;
}

.section2 .content-right .text {
  position: relative;
  color: #F1E6D8;
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  width: 90%;
  left: 3rem;
}

.section2 .content-right img {
  width: 45rem;
  height: 30rem;
  border-radius: 2.875rem;
  display: block;
  margin-top: 20rem;
  object-fit: cover;
}



.section3 {
    position: relative;
    width: 100%;
    height: auto;
}

.section3 .first-visual video {
  width: 100%;
  margin-top: 15rem;
}

.section3 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 92rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8rem;
}

.section3 .image-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap:0rem;
    align-items: flex-start;
}

.section3 .image-grid .content-left img {
  width: 47.5rem;
  height: 24rem;
  display: block;
  border-radius: 2.875rem;
  object-fit: cover;
}

.section3 .content-right .text {
  position: relative;
  color: #F1E6D8;
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  width: 90%;
  left: 3rem;
}

.section3 .video2 {
  display: block;
  width: 67.25rem;
  height: 26rem;
  border-radius: 2.875rem;
  object-fit: cover;
  margin-left: auto;
  margin-top: 10rem;
}

.section3 .video3 {
  display: block;
  width: 65rem;
  height: 40rem;
  border-radius: 2.875rem;
  object-fit: cover;
  margin-top: 10rem;
}


.section4 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 18rem;
}

.section4 .first-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section4 .first-visual video {
  width: 100%;
}

.section4 .first-visual .text {
  position: relative;
  color: #F1E6D8;
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  width: 40rem;
  text-align: center;
}



.section5 {
  position: relative;
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.section5 .title {
    font-family: 'Urbanist', sans-serif;
    color: #F1E6D8;
    font-size: 3.375rem;
    line-height: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}

.section5 .middlewood-logo {
    margin-top: 0.625rem;
}


.button-inline button {
  all: unset;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #dbff6f;
  background: linear-gradient(45deg, #1b1b1b, #202614);
  transition: all 0.3s ease;
  margin-top: 3.5rem;
  border: 1px solid #2a360c;
}

.button-inline button:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(182, 79, 255, 0);
}

.section5 .pr {
  margin-right: 0.5rem;
}


.section6 img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  height: auto;
}


.carousel-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;                 
  pointer-events: none;       
  transition: opacity 0.5s ease-in;
}

.carousel-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.carousel-inner {
  position: relative;
  max-width: 76.875rem;
  width: 90%;
  background: rgba(0, 0, 0, 0.8);
  padding: 3rem;
  border-radius: 2.875rem;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.carousel {
  width: 100%;
}

.carousel-track {
  position: relative;
  width: 100%;
  min-height: 28rem;
}


.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(10rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.carousel-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.carousel-slide.exit-left {
  opacity: 0;
  transform: translateX(-10rem);
}

.carousel-slide .slide-title {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  color: #F1E6D8;
  font-family: 'Urbanist', sans-serif;
}

.carousel-slide .slide-title span {
  color: #dbff6f;
}

.carousel-slide p {
  margin: 0;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.075rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
  max-width: 24rem;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #F1E6D8;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: transform 0.2s ease;
}

.carousel-nav.prev {
  left: 2rem;
}

.carousel-nav.next {
  right: 2rem;
}

.carousel-nav:hover {
  transform: translateY(-50%) scale(1.05);
}


.carousel-dots {
  position: relative;
  all: unset;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 1rem;
}

.carousel-dots .dot {
  all: unset;
  width: 6rem;
  height: 0.2rem;
  background: #F1E6D8;
  cursor: pointer;
  opacity: 0.2;
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.carousel-dots .dot.is-active {
  background: #dbff6f;
  opacity: 1;
}



@media (min-width: 768px) and (max-width: 1440px) {


  .hero .video-pc {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      display: block;
  }



  .section1 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }


  .section1 .title {
    width: auto;
      font-size: 3.375rem;
      line-height: 3.62rem;
      font-weight: 400;
      max-width: 55rem;
      text-align: center;
      opacity: 0;
      height: 11.25rem;
  }



  .section1 .first-visual {
      position: relative;
      width: 76.875rem;
      height: 37.5rem;
      border-radius: 2.875rem;
      overflow: hidden;
      left: 50%;
      transform: translateX(-50%);
  }


  .section1 .image-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap:4rem;
      align-items: flex-start;
      max-width: 92rem;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 12rem;
  }

  .section1 .content-left img {
    width: 100%;
    height: 43.125rem;
    display: block;
    border-radius: 2.875rem;
    object-fit: cover;
  }

  .section1 .content-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
  }

  .section1 .content-right .text {
    position: relative;
    color: #F1E6D8;
    font-family: 'Urbanist', sans-serif;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 400;
    width: 90%;
    left: 3rem;
  }

  .section1 .content-right video {
    width: 100%;
    height: 30rem;
    border-radius: 2.875rem;
    display: block;
    margin-top: 10rem;
    object-fit: cover;
  }


  .section2 {
      position: relative;
      width: 100%;
      height: auto;
  }

  .section2 .first-visual .text-wrap {
    position: relative;
    display: flex;
    max-width: 92rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15rem;
    margin-left: 1.875rem;
  }

  .section2 .first-visual .text {
      position: relative;
      color: #F1E6D8;
      font-family: 'Urbanist', sans-serif;
      font-size: 2.5rem;
      line-height: 1.25;
      font-weight: 400;
      width: 40rem;
  }

  .section2 .first-visual video {
    width: 100%;
    margin-top: 2rem;
  }

  .section2 .image-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap:4rem;
      align-items: flex-start;
      max-width: 92rem;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 8rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
  }

  .section2 .image-grid .content-left video {
    width: 100%;
    height: 36rem;
    display: block;
    border-radius: 2.875rem;
    object-fit: cover;
  }

  .section2 .content-right .text {
    position: relative;
    color: #F1E6D8;
    font-family: 'Urbanist', sans-serif;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 400;
    width: 90%;
    left: 3rem;
  }

  .section2 .content-right img {
    width: 100%;
    height: 30rem;
    border-radius: 2.875rem;
    display: block;
    margin-top: 20rem;
    object-fit: cover;
  }



  .section3 {
      position: relative;
      width: 100%;
      height: auto;
  }

  .section3 .first-visual video {
    width: 100%;
    margin-top: 15rem;
  }

  .section3 .content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 92rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .section3 .image-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr; 
      gap:0rem;
      align-items: flex-start;
  }

  .section3 .image-grid .content-left img {
    width: 100%;
    height: 24rem;
    display: block;
    border-radius: 2.875rem;
    object-fit: cover;
  }

  .section3 .content-right .text {
    position: relative;
    color: #F1E6D8;
    font-family: 'Urbanist', sans-serif;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 400;
    width: 90%;
    left: 3rem;
  }

  .section3 .video2 {
    display: block;
    width: calc(100% - 10rem);
    height: 26rem;
    border-radius: 2.875rem;
    object-fit: cover;
    margin-left: auto;
    margin-top: 10rem;
  }

  .section3 .video3 {
    display: block;
    width: calc(100% - 10rem);
    height: 40rem;
    border-radius: 2.875rem;
    object-fit: cover;
    margin-top: 10rem;
  }



  .section4 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 18rem;
  }

  .section4 .first-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section4 .first-visual video {
    width: 100%;
  }

  .section4 .first-visual .text {
    position: relative;
    color: #F1E6D8;
    font-family: 'Urbanist', sans-serif;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 400;
    width: 40rem;
    text-align: center;
  }


  .section5 {
    position: relative;
    width: 100%;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .section5 .title {
      font-family: 'Urbanist', sans-serif;
      color: #F1E6D8;
      font-size: 3.375rem;
      line-height: 3rem;
      font-weight: 400;
      display: flex;
      flex-direction: row;
  }

  .section5 .middlewood-logo {
      margin-top: 0.625rem;
  }


  .button-inline button {
    all: unset;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #dbff6f;
    background: linear-gradient(45deg, #1b1b1b, #202614);
    transition: all 0.3s ease;
    margin-top: 3.5rem;
    border: 1px solid #2a360c;
  }

  .button-inline button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(182, 79, 255, 0);
  }

  .section5 .pr {
    margin-right: 0.5rem;
  }

  .section6 img {
    position: relative;
    width: 100%;
    height: 900px;
    object-fit: cover;
    display: block;
  }

  .carousel-slide .slide-title {
    max-width: 35rem;
  }

}



@media (max-width: 767px) {

  #loader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease;  
  }

  #loader.fade-out {
    opacity: 0;
    pointer-events: none; 
  }

  #loader img {
  width: 16rem;
  height: auto;
  opacity: 1;
  transition: opacity 0.8s ease;
  }

  #content {
    opacity: 0;
    transition: opacity 1s ease-in;
    margin: 0;
    padding: 0;
  }

  #content.show {
    opacity: 1;
  }


  .text {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  }

  .text.visible {
    opacity: 1;
    transform: translateY(0);
  }


  .hero .video-mo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
  }

  .hero .video-pc {
    display: none;
  }

  .hero .title-warp .title {
    font-size: 2.5rem;
    line-height: 1.25;
    flex-direction: column;
    text-align: center;
  }

  .hero .middlewood-logo {
    margin-top: 0.5rem;
  }

  .hero .title-warp span {
    margin-left: 0rem;
  }


  .section1 {
    position: relative;
    background-image: url(/assets/images/section1-bg.jpg);
    width: 100%;
    height: auto;
    overflow: visible;
    background-size: 350%;
    background-repeat: no-repeat;
    display: block;
    align-items: center;
  }

  .section1 .impact-text {
      height: 38rem;
      width: 100%;
  }

  .section1 .title {
      font-size: 2.5rem;
      line-height: 1.25;
      height: 20rem;
  }


  .section1 .first-visual {
      width: 100%;
      height: 31rem;
      border-radius: 1.25rem;
      overflow: hidden;
  }

  .section1 .image-grid {
    grid-template-columns: 1fr;
    left: 0;
    transform: translateX(0);
    margin-top: 1.875rem;
  }

  .section1 .content-left img {
    width: calc(100% - 1.875rem);
    height: 24rem;
    border-radius: 1.25rem;
  }

  .section1 .content-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0rem;
  }

  .section1 .content-right .text {
    font-size: 2rem;
    line-height: 1.25;
    width: 100%;
    left: auto;
    margin-top: 4rem;
    height: auto;
  }

  .section1 .content-right video {
    width: calc(100% - 1.875rem);
    height: 24rem;
    border-radius: 1.25rem;
    display: block;
    margin-top: 4rem;
    margin-right: 0rem;
    object-fit: cover;
    margin-left: auto;
  }


  .section2 .image-grid {
      width: 100%;
      grid-template-columns: 1fr;
      gap:0rem;
      left: 0%;
      transform: translateX(0%);
      margin-top: 1.875rem;
  }

  .section2 .first-visual .text-wrap {
    width: 100%;
    left: 0;
    transform: translateX(0);
    margin-top: 11.5rem;
  }

  .section2 .first-visual .text {
      font-size: 2rem;
      line-height: 1.25;
      width: 21rem;
      margin-left: 1.875rem;
  }

  .section2 .first-visual video {
    width: 100%;
    height: 42rem;
    object-fit: cover;
  }

  .section2 .image-grid .content-left video {
    width: calc(100% - 2rem);
    display: block;
    border-radius: 1.25rem;
    height: 24rem;
  }

  .section2 .content-right .text {
    font-size: 2rem;
    line-height: 1.25;
    width: calc(100% - 5rem);
    left: none;
    text-align: center;
    right: 0;
    margin-top: 4rem;
  }

  .section2 .content-right img {
    width: calc(100% - 2rem);
    height: 21rem;
    border-radius: 1.25rem;
    margin-top: 4rem;
    object-fit: cover;
    object-position: 5% center;
    left: none;
    margin-left: auto;
  }



  .section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .section3 .first-visual video {
    width: 100%;
    margin-top: 10rem;
    height: 41rem;
    object-fit: cover;
  }

  .section3 .content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 3.75rem);
    left: 0%;
    transform: translateX(0%);
    margin-top: 0.5rem;
  }

  .section3 .image-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
      gap:0rem;
  }

  .section3 .image-grid .content-left img {
    width: calc(100% - 2rem);
    height: 20rem;
    border-radius: 1.25rem;
  }

  .section3 .content-right .text {
    font-size: 2rem;
    line-height: 1.25;
    width: 100%;
    left: 0%;
    text-align: center;
    right: none;
    margin-top: 4rem;
  }

  .section3 .video2 {
    width: calc(100% - 2rem);
    height: 15rem;
    border-radius: 1.25rem;
    margin-top: 4rem;
  }

  .section3 .video3 {
    width: calc(100% - 2rem);
    height: 20rem;
    border-radius: 1.25rem;
    margin-top: 1.875rem;
  }



  .section4 {
    width: 100%;
    height: auto;
    margin-top: 11.5rem;
  }

  .section4 .first-visual {
    width: 100%;
  }

  .section4 .first-visual video {
    width: 100%;
    height: 41rem;
    object-fit: cover;
  }

  .section4 .first-visual .text {
    font-size: 2rem;
    line-height: 1.25;
    width: 80%;
    text-align: center;
  }


  .section5 {
    height: 30rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }


  .section5 .title {
    width: calc(100% - 3.75rem);
    font-size: 2.5rem;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
  }

  .section5 .middlewood-logo {
      margin-top: 0.625rem;
  }

  .button-inline {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-top: 1.75rem;
  }


  .button-inline button {
    all: unset;
    cursor: pointer;
    width: 9rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #dbff6f;
    background: linear-gradient(45deg, #1b1b1b, #202614);
    transition: all 0.3s ease;
    margin-top: 1rem;
    border: 1px solid #2a360c;
    text-align: center;
  }

  .button-inline button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(182, 79, 255, 0);
  }

  .section5 .pr {
    margin-right: 0rem;
  }

  .section6 {
    position: relative;
    height: auto;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    gap: 0;
    display: flow-root;
  }

  .section6:where(:is(.stack, .grid) *) { gap: 0; }


  .section6 img {
    display: block;
    position: relative;
    width: 100%;
    height: 38rem;
    object-fit: cover;
    margin-bottom: 0;
    padding: 0;
  }


  .carousel-inner {
    padding: 1.5rem;
    border-radius: 1.25rem;
    transform: translateY(1rem);
  }

  .carousel-track {
    position: relative;
    width: 100%;
    min-height: 22rem;
  }

  .carousel-slide.is-active {
    opacity: 1;
    transform: translateX(0);
  }

  .carousel-slide.exit-left {
    opacity: 0;
    transform: translateX(-10rem);
  }

  .carousel-slide .slide-title {
    font-size: 1.5rem;
    max-width: 15rem;
  }

  .carousel-slide p {
    font-size: 1rem;
    max-width: 15rem;
  }

  .carousel-nav.prev {
    left: 0.5rem;
  }

  .carousel-nav.next {
    right: 0.5rem;
  }

}