@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #F4F6F5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 10px;
}
a {
  font-size: 10px;
}
.main-page {
  padding: 15px 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 13px;
  }
  p {
    font-size: 12px;
  }
  a {
    font-size: 12px;
  }
  .main-page {
    padding: 15px 30px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  .main-page {
    padding: 16px 50px;
    overflow-x: hidden;
  }
}
html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.view-project {
  overflow-x: visible;
}
.full-bleed {
  height: 100%;
  width: 100%;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.banner-video {
  margin-top: 80px;
  position: relative;
  height: 56vh;
  overflow: hidden;
}
.banner-thumbnail {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  cursor: pointer;
}
.banner-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: white;
  display: block;
  object-position: center;
  transition: transform 0.5s ease;
}
.banner-thumbnail:hover .banner-thumbnail-img {
  transform: scale(1.05);
}
/* 2. Full-screen “active” state */
.banner-video.active {
  height: 100vh;
  /* full viewport height */
  padding-top: 56.25%;
  /* maintain 16:9 */
}
.banner-video.active .banner-thumbnail {
  display: none;
  /* hide thumbnail */
}
.banner-video.active .video-frame {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  /* remove gaps */
  clip-path: none;
  /* no clipping */
}
.banner-video.active .close-button {
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
/* 3. Close button styling */
.close-button {
  position: absolute;
  top: 100px;
  right: 20px;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
.mobile-video-section {
  display: none;
}
/* Stacked Grid (3 items) */
.fileupload-grid.stacked-grid {
  display: flex;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  padding: 60px 80px;
  background-color: #F3F5F4;
}
.fileupload-grid.stacked-grid .left-large iframe, .fileupload-grid.stacked-grid .left-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
.fileupload-grid.stacked-grid .right-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fileupload-grid.stacked-grid .right-stack .stacked-item {
  flex: 1;
}
.fileupload-grid.stacked-grid .right-stack .stacked-item iframe, .fileupload-grid.stacked-grid .right-stack .stacked-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
.brick-layout {
  display: grid;
  gap: 2px;
  padding: 40px 80px;
  width: 101%;
}
.brick-layout .brick-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  height: 490px;
}
.brick-layout .brick-row:nth-child(odd) .img-container:nth-child(1) {
  grid-column: span 4;
  height: 100%;
}
.brick-layout .brick-row:nth-child(odd) .img-container:nth-child(2) {
  grid-column: span 6;
  height: 100%;
}
.brick-layout .brick-row:nth-child(even) .img-container:nth-child(1) {
  grid-column: span 6;
  height: 100%;
}
.brick-layout .brick-row:nth-child(even) .img-container:nth-child(2) {
  grid-column: span 4;
  height: 100%;
}
.brick-layout .brick-row .img-container {
  display: flex;
  flex-direction: column;
}
.brick-layout .brick-row .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brick-layout .brick-row .img-container iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.25);
}
.lfx-logo img {
  width: 66px;
  height: 55px;
}
.meta-title p {
  margin-top: 2em;
  width: 100%;
  height: 100%;
  font-family: Spartan, serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 140%;
  letter-spacing: 0%;
  color: #D5D5D5;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 250%);
  max-width: 100%;
}
.banner-text a {
  animation: down 1.2s ease-in-out infinite;
}
.banner-text img {
  width: 25%;
  position: absolute;
  transform: translate(-50%, 40%);
  max-width: 100%;
  left: 50%;
}
@keyframes down {
  0% {
    transform: translateY(20%) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}
.banner-text h4 {
  color: #fff;
  text-align: center;
  width: 100%;
  align-items: center;
  font-family: "Spartan", sans-serif;
  font-weight: 300;
}
.title-section {
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  gap: 75px;
  background-color: #FFFFFF;
}
.title-section .full-title {
  gap: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px 0px;
  align-items: flex-start;
  justify-content: space-between;
}
.title-section .full-title .description {
  font-family: Spartan, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -2%;
  color: #919191b0;
}
.title-section .main-title h2 {
  font-family: Alice, serif;
  font-size: 46px;
  font-weight: 100;
}
.title-section .main-title .sub-title p {
  color: #919191;
  font-family: Spartan, serif;
  font-weight: 700;
  font-size: 20px;
  leading-trim: Cap height;
  line-height: 140%;
  margin-bottom: 20px;
}
.brick-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  margin-bottom: 10px;
  gap: 10px;
  height: 490px;
}
.brick-row:nth-child(odd) .img-container:nth-child(1) {
  grid-column: span 4;
  height: 100%;
}
.brick-row:nth-child(odd) .img-container:nth-child(2) {
  grid-column: span 6;
  height: 100%;
}
.brick-row:nth-child(even) .img-container:nth-child(1) {
  grid-column: span 6;
  height: 100%;
}
.brick-row:nth-child(even) .img-container:nth-child(2) {
  grid-column: span 4;
  height: 100%;
}
.brick-row .img-container {
  display: flex;
  flex-direction: column;
}
.brick-row .img-container img {
  width: 100%;
  height: 100%;
  display: block;
}
.brick-row .img-container iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.25);
  display: block;
}
.bts-btn {
  align-self: flex-end;
  text-decoration: none;
  font-family: Spartan, serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  color: #5E5E5E;
  width: 394px !important;
  height: 114px !important;
  justify-content: space-between !important;
  padding: 24px 16px;
  background-color: #E7E7E7;
  border-width: 0;
}
.middle-info {
  gap: 100px;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-height: max-content;
  justify-content: space-between;
  padding: 60px 80px;
  background-color: white;
}
.middle-info .middle-description {
  margin-top: -20px;
  width: 100%;
  max-width: 763px;
  font-family: Spartan, serif;
  font-weight: 600;
  font-size: 16px;
  leading-trim: Cap height;
  line-height: 170%;
  letter-spacing: -2%;
  color: #919191;
}
.fileupload-grid {
  width: 101%;
  padding: 60px 80px;
  background-color: #F3F5F4;
  display: flex;
  gap: 10px;
}
.fileupload-grid .left-large {
  flex: 1;
}
.fileupload-grid .left-large iframe, .fileupload-grid .left-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
.fileupload-grid .right-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fileupload-grid .right-stack .stacked-item {
  flex: 1;
}
.fileupload-grid .right-stack .stacked-item iframe, .fileupload-grid .right-stack .stacked-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
.end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  gap: 40px;
  background-color: white;
}
.end .end-pic img {
  width: 160px;
  max-height: 175px;
}
.end .end-info h2 {
  font-family: Alice, serif;
  font-weight: 400;
  font-size: 50px;
  leading-trim: Cap height;
  line-height: 140%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #D5D5D5;
  text-align: center;
}
.end .end-info h5 {
  margin-top: 25px;
  height: 100%;
  font-family: Spartan, serif;
  font-weight: 700;
  font-size: 18px;
  leading-trim: Cap height;
  line-height: 160%;
  letter-spacing: -2%;
  text-align: center;
  color: #919191;
}
.end .end-info .para1 {
  margin-top: 30px;
  width: 1200px;
  height: 100%;
  font-family: Spartan, serif;
  font-weight: 700;
  font-size: 16px;
  leading-trim: Cap height;
  line-height: 160%;
  letter-spacing: -2%;
  text-align: center;
  color: #D5D5D5;
}
.end .end-info .para2 {
  margin-top: 35px;
  width: 1178px;
  height: 100%;
  font-family: Epilogue, serif;
  font-weight: 250;
  font-style: italic;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
  color: #5E5E5E;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999999999999999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 900px;
}
.modal-content iframe, .modal-content video {
  width: 100%;
  height: 800px;
  border: none;
}
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .brick-layout .brick-row {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    margin-bottom: 10px;
    gap: 10px;
    height: auto;
  }
  .brick-layout .brick-row:nth-child(odd) .img-container:nth-child(1) {
    grid-column: span 5;
    height: 100%;
  }
  .brick-layout .brick-row:nth-child(odd) .img-container:nth-child(2) {
    grid-column: span 5;
    height: 100%;
  }
  .brick-layout .brick-row:nth-child(even) .img-container:nth-child(1) {
    grid-column: span 5;
    height: 100%;
  }
  .brick-layout .brick-row:nth-child(even) .img-container:nth-child(2) {
    grid-column: span 5;
    height: 100%;
  }
  .brick-layout .brick-row .img-container {
    display: flex;
    flex-direction: column;
  }
  .brick-layout .brick-row .img-container img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .brick-layout .brick-row .img-container iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media Screen and (min-width: 1024px) {
  .title-section .full-title {
    flex-direction: row;
    padding: 85px 25px 85px 31px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .title-section .full-title .description {
    padding-top: 4%;
    padding-bottom: 4%;
    width: 60%;
  }
  .title-section .full-title .description p {
    font-family: Spartan, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2%;
    color: #919191;
  }
  .title-section .full-title .description .bts-btn {
    margin-top: 70px;
    align-content: center;
    display: block;
    /* Ensure button is on a new line */
    text-align: center;
    color: #3F3E3E;
    text-decoration: none;
    /* Remove underline from link */
    padding: 10px 20px;
    /* Add padding for button appearance */
    background-color: #f0f0f0;
    /* Optional: Add background color */
  }
  .title-section .main-title {
    width: 45%;
  }
  .title-section .main-title h2 {
    font-weight: 100;
  }
  .banner-text {
    transform: translate(-50%, 700%);
  }
  .title-section #scroll {
    top: 50vh;
  }
  .middle-description p {
    font-family: Spartan;
    font-weight: 600;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 160%;
    letter-spacing: -2%;
    margin-bottom: 1em;
  }
}
@media Screen and (min-width: 2000px) {
  .meta-title p {
    width: 65%;
  }
  .title-section .main-title {
    width: 39%;
  }
  .title-section .full-title .description {
    padding-top: 3%;
  }
  .title-section .full-title .description .bts-btn {
    margin-top: 200px;
  }
}
@media screen and (min-width: 2560px) {
  .brick-layout .brick-row .img-container iframe {
    transform: scale(1.79);
    transform-origin: center;
  }
}
@media Screen and (min-width: 700px) {
  /* Layout logic for each block of 6 */
  .title-section {
    background-color: white;
    padding: 15px 50px;
  }
  .title-section .full-title {
    padding: 15px 30px;
  }
  .title-section .main-title h2 {
    font-weight: 100;
  }
  .title-section .main-title .sub-title p {
    color: #919191;
    font-family: "Spartan", sans-serif;
    font-size: 16px;
    padding-top: 15px;
  }
  .view-project {
    padding-top: 0;
  }
  .img-container {
    padding: 0;
  }
  .main-body {
    width: 101%;
    padding: 60px 80px;
  }
  .body {
    display: grid;
    height: fit-content;
  }
  .img-container {
    width: 100%;
    aspect-ratio: 1.7777777778;
    position: relative;
    overflow: hidden;
  }
  .single-video {
    height: 100%;
    width: 100%;
  }
  .single-video iframe, .single-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }
  .item0 {
    aspect-ratio: 1.7777777778;
  }
  .item1 {
    aspect-ratio: 1.7777777778;
  }
  .item6 {
    aspect-ratio: 1.7777777778;
  }
  .item7 {
    aspect-ratio: 1.7777777778;
  }
  .item12 {
    aspect-ratio: 1.7777777778;
  }
  .item13 {
    aspect-ratio: 1.7777777778;
  }
  .item18 {
    aspect-ratio: 1.7777777778;
  }
  .item19 {
    aspect-ratio: 1.7777777778;
  }
  .banner-text {
    transform: translate(-50%, 600%);
  }
}
@media screen and (max-width: 480px) {
  .fileupload-grid {
    padding: 24px !important;
  }
  .stacked-grid {
    padding: 24px !important;
  }
  .banner-thumbnail {
    position: absolute;
    cursor: pointer;
  }
  .banner-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
    display: block;
  }
  .brick-layout {
    padding: 24px;
  }
  .brick-row {
    display: block !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .brick-row .img-container {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .brick-row .img-container img, .brick-row .img-container iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
  }
  .body, .main-body {
    display: block !important;
  }
  .wide, .narrow {
    grid-column: auto !important;
    width: 100% !important;
  }
  .main-body {
    padding: 0 !important;
    width: 100% !important;
  }
  .body {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 24px;
    width: 100% !important;
  }
  .img-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    aspect-ratio: 1.7777777778;
    overflow: hidden;
    display: block;
    background-color: black;
  }
  .single-video {
    width: 100% !important;
    height: 100% !important;
  }
  .single-video iframe, .single-video video, .single-video img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    margin: 0;
    border: none;
    padding: 0;
  }
  .banner-video {
    width: 100%;
    height: 430px;
    overflow: hidden;
    padding-top: 38px;
    padding-bottom: 38px;
    gap: 10px;
    background-color: black;
  }
  .banner-video video {
    width: 100%;
    max-width: 430px;
    object-fit: cover;
    display: block;
    border: none;
  }
  .banner-video iframe {
    width: 100%;
    max-width: 430px;
    object-fit: cover;
    display: block;
    border: none;
  }
  .title-section {
    width: 100%;
    max-width: 430px;
    height: 100%;
    padding: 40px 24px;
    display: flex;
    flex-direction: row;
    gap: 0px;
  }
  .title-section .full-title {
    gap: 40px;
  }
  .title-section .main-title h2 {
    font-family: Alice;
    font-weight: 400 !important;
    font-size: 32px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .lfx-logo {
    display: none;
  }
  .meta-title p {
    font-family: Spartan;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 160%;
    letter-spacing: -1%;
  }
  .bts-btn {
    margin-top: 40px;
    display: block;
    align-self: flex-end;
    text-decoration: none;
    font-family: Spartan, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    color: #5E5E5E;
    width: 382px !important;
    height: 105px !important;
    justify-content: space-between !important;
    padding: 24px 16px;
    background-color: #E7E7E7;
    border-width: 0;
  }
  .main-body {
    padding: 24px;
  }
  .body {
    align-items: center;
  }
  .middle-info {
    max-height: max-content;
    width: 100%;
    max-width: 430px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
    gap: 20px;
  }
  .fileupload-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 24px;
    width: 100%;
  }
  .fileupload-grid .right-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .fileupload-grid .right-stack .stacked-item {
    width: 100%;
  }
  .fileupload-grid .right-stack .stacked-item iframe, .fileupload-grid .right-stack .stacked-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.7777777778;
  }
  .end {
    width: 100%;
    max-width: 430px;
    height: 100%;
    padding: 40px 24px;
  }
  .end .end-info {
    width: 100%;
    max-width: 430px;
  }
  .end .end-info h2 {
    font-family: Alice, serif;
    font-weight: 400;
    font-size: 32px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: black;
  }
  .end .end-info h5 {
    width: 100%;
    max-width: 382px;
    height: 53px;
    font-family: Spartan, serif;
    font-weight: 700;
    font-size: 13px;
    leading-trim: Cap height;
    line-height: 160%;
    letter-spacing: -2%;
    text-align: center;
  }
  .end .end-info p {
    width: 100%;
    max-width: 382px;
    height: 100%;
  }
  .end .end-info .para1 {
    width: 100%;
    height: 86px;
    font-family: Spartan, serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: Cap height;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
  }
  .end .end-info .para2 {
    width: 100%;
    height: 243px;
    font-family: Spartan, serif;
    font-weight: 600;
    font-size: 11px;
    leading-trim: Cap height;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
  }
  .description {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
  }
  .description p {
    font-size: 16px;
  }
  .middle-description p {
    font-size: 16px;
  }
  #videoModal.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
  }
  #videoModal.active {
    display: flex;
  }
  .modal-content {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .modal-content iframe, .modal-content video {
    width: 100%;
    height: 60vh;
    object-fit: contain;
    background-color: black;
    border: none;
  }
  #modalClose {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 999999;
  }
  .left-large {
    width: 100% !important;
    padding: 0 !important;
  }
  .left-large iframe, .left-large img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    aspect-ratio: 1.7777777778;
    display: block;
  }
  .full-title {
    gap: 40px;
  }
  .brick-row {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
    height: 100%;
    width: 100%;
  }
  .brick-row:nth-child(odd) .img-container:nth-child(1) {
    grid-column: span 6;
    height: 100%;
  }
  .brick-row:nth-child(odd) .img-container:nth-child(2) {
    grid-column: span 6;
    height: 100%;
  }
  .brick-row:nth-child(even) .img-container:nth-child(1) {
    grid-column: span 6;
    height: 100%;
  }
  .brick-row:nth-child(even) .img-container:nth-child(2) {
    grid-column: span 6;
    height: 100%;
  }
}
