@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
} 
:root {
  --white: #ffffff;
  --black: black;
  --gray: #7c7c7c;
  --gray-1: #ebebeb;
  --gray-2: #c2c2c2;
  --gray-3: #7c7c7c;
  --gray-4: #ebebeb;
  --gap: 24px;
}
@media screen and (max-width: 1200px) {
  :root {
    --gap: 20px;
  }
}

h1.wp-block-heading {
  font-weight: 100;
}

h2.wp-block-heading em {
  font-family: var(--wp--preset--font-family--shift-font);
  font-weight: 300;
}

em {
  font-family: var(--wp--preset--font-family--shift-font);
  font-weight: 300;
}

.hide_on_desktop {
  display: none;
}
@media screen and (max-width: 1200px) {
  .hide_on_desktop {
    display: block;
  }
}

.short-width {
  max-width: 70%;
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .short-width {
    max-width: none;
  }
}

.underline {
  text-decoration: underline;
}

.big-style {
  font-size: 55px;
}
@media screen and (max-width: 1200px) {
  .big-style {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .hide-mobile {
    display: none;
  }
}

.shorter-width {
  max-width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .shorter-width {
    max-width: none;
  }
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .is-layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .is-layout-grid .wp-block-cover {
    height: 100vw;
  }
}
#page {
  min-height: calc(100vh - 450px);
}
#page .wrapper {
  padding-top: 50px;
}

.home #page {
  min-height: 100vh;
}
.home #page .wrapper {
  padding-top: 0px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100dvw;
    overflow: hidden;
  }
}

.hide-block {
  display: none;
}

.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

body {
  -ms-overflow-style: none;
}

/*! purgecss start ignore */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
header.main-header {
  background-color: var(--black);
  color: var(--white);
}
header.main-header .main-banner {
  border-bottom: 0.5px solid var(--white);
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 16px 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header.main-header .main-banner {
    padding: 16px 24px;
  }
}
header.main-header .main-banner .logo {
  height: 20px;
}
header.main-header .main-banner .logo img {
  height: 100%;
  width: auto;
}
header.main-header .main-banner .nav ul {
  display: block;
  margin: 0;
  font-size: 14px;
}
header.main-header .main-banner .nav ul li {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
header.main-header .main-banner .nav ul li:last-child {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  header.main-header .main-banner .nav ul li {
    display: none;
  }
  header.main-header .main-banner .nav ul li:last-child {
    display: inline-block;
  }
}
header.main-header .main-banner .nav ul li.current-menu-item {
  text-decoration: underline;
}
header.main-header .main-banner .nav ul li {
  display: none;
}
header.main-header .main-banner .nav ul li:last-child {
  display: inline-block;
}
header.main-header .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-top: 0.5px solid var(--white);
  border-bottom: 0.5px solid var(--white);
  transition: top 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  header.main-header .hamburger {
    top: 0px;
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100dvh;
  }
}
header.main-header .hamburger ul {
  background-color: var(--black);
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  display: flex;
  margin: 0;
  padding: 0 80px;
  list-style: none;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1200px) {
  header.main-header .hamburger ul {
    top: 0px;
    right: 0;
    left: auto;
    bottom: 0;
    flex-direction: column;
    padding: 24px;
    background-color: var(--black);
    height: 100dvh;
    width: 100vw;
    padding-top: 51px;
    box-sizing: border-box;
    transform: translateX(100%);
  }
}
header.main-header .hamburger ul li {
  font-weight: 700;
  min-height: 80px;
  font-size: 30px;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.5px solid var(--white);
  border-right: 0.5px solid var(--white);
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
header.main-header .hamburger ul li:hover {
  background-color: var(--white);
  color: var(--black);
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 1200px) {
  header.main-header .hamburger ul li {
    font-size: 20px;
    min-height: auto;
    border-top: 0.5px solid var(--white);
    border-bottom: 0.5px solid var(--white);
  }
}
header.main-header .hamburger ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-open header.main-header .main-banner .nav ul li {
  display: none;
}
.nav-open header.main-header .main-banner .nav ul li:last-child {
  display: inline-block;
}
.nav-open header.main-header .hamburger {
  pointer-events: all;
}
.nav-open header.main-header .hamburger ul {
  transform: translateY(0%);
}
@media screen and (max-width: 1200px) {
  .nav-open header.main-header .hamburger ul {
    transform: translateX(0%);
    top: 0;
    right: 0;
  }
}

.nav-open-mobile header.main-header .main-banner .nav ul li {
  display: none;
}
.nav-open-mobile header.main-header .main-banner .nav ul li:last-child {
  display: inline-block;
}
.nav-open-mobile header.main-header .hamburger {
  pointer-events: all;
}
.nav-open-mobile header.main-header .hamburger ul {
  transform: translateY(0%);
}
@media screen and (max-width: 1200px) {
  .nav-open-mobile header.main-header .hamburger ul {
    transform: translateX(0%);
    top: 0;
    right: 0;
  }
}

footer {
  padding: 0px 80px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 0px 0px;
  }
}
footer section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  footer section {
    flex-direction: column;
  }
}
footer .main {
  padding: 10px 24px 10px 24px;
  background-color: var(--black);
  color: var(--white);
}
footer .main h4 {
  font-family: var(--wp--preset--font-family--owners-narrow-font);
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
footer .main p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  footer .main {
    padding: 48px;
  }
}
footer .main .left-main-footer {
  display: flex;
}
@media screen and (max-width: 1200px) {
  footer .main .left-main-footer {
    display: block;
  }
}
footer .main .left-main-footer div {
  margin-bottom: 0px;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  footer .main .left-main-footer div {
    margin-right: 0px;
    text-align: center;
  }
}
footer .main .left-main-footer p {
  margin: 8px 0;
}
@media screen and (max-width: 1200px) {
  footer .main .left-main-footer {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
footer .main .right-main-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .main .right-main-footer img {
  width: 85%;
  height: auto;
  margin: 20px 0;
}
footer .main .right-main-footer h1 {
  margin: 0;
  max-width: 100%;
  line-height: 1.3em;
  font-size: 1.4em;
}
footer .secondary {
  padding: 10px 24px;
  border-left: 0.5px solid var(--black);
  border-right: 0.5px solid var(--black);
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  footer .secondary {
    padding: 48px;
  }
}
@media screen and (max-width: 1200px) {
  footer .secondary div {
    margin-bottom: 10px;
  }
}

.wp-block-image.big-border {
  background-color: var(--gray-1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-image.big-border img {
  margin-top: 15%;
  margin-bottom: 15%;
  width: 70%;
  height: auto;
}

.wp-block-image.full-width {
  margin: 0;
}
.wp-block-image.full-width img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-columns.img-cols {
  gap: 60px;
}
.wp-block-columns.img-cols > .wp-block-column img {
  width: 100%;
}
.wp-block-columns.flex-cols {
  gap: 60px;
}
.wp-block-columns.flex-cols > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-columns.flex-cols > .wp-block-column .wp-block-group .wp-block-columns {
  gap: 60px;
}
.wp-block-columns.flex-cols > .wp-block-column .wp-block-group .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .wp-block-columns.mobile-reverse {
    flex-direction: column-reverse;
  }
}
.wp-block-columns.profile-cols {
  background-color: var(--gray-2);
}
@media screen and (max-width: 1200px) {
  .wp-block-columns.profile-cols {
    background: transparent;
  }
}
.wp-block-columns.profile-cols .wp-block-column {
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-columns.profile-cols .wp-block-column img {
  min-height: 30vw;
  width: auto;
}

.format-col h3 {
  margin-bottom: 10px;
}
.format-col p {
  max-width: 80%;
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .format-col p {
    max-width: 100%;
  }
}

.hero-wrapper {
  border-bottom: 0.5px solid var(--gray);
}
.hero-wrapper .wp-block-group {
  padding: 24px;
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
}
.hero-wrapper .wp-block-group h1 {
  margin: 25px 0 50px 0;
}
@media screen and (max-width: 1200px) {
  .hero-wrapper .wp-block-group h1 {
    margin: 25px 0 30px 0;
  }
}
.hero-wrapper .wp-block-group .wp-block-image img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .hero-wrapper .wp-block-group .wp-block-image img {
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-wrapper .wp-block-embed__wrapper,
.hero-wrapper .wp-block-video {
  max-height: calc(100dvh - 126px - 52px);
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hero-wrapper .wp-block-embed__wrapper,
  .hero-wrapper .wp-block-video {
    height: 100vw;
    padding: 0;
  }
}
.hero-wrapper .wp-block-embed__wrapper iframe,
.hero-wrapper .wp-block-embed__wrapper video,
.hero-wrapper .wp-block-video iframe,
.hero-wrapper .wp-block-video video {
  height: calc(100dvh - 126px - 52px);
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-wrapper .wp-block-embed__wrapper::before,
.hero-wrapper .wp-block-video::before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .hero-wrapper .wp-block-embed__wrapper::before,
  .hero-wrapper .wp-block-video::before {
    display: none;
  }
}
.hero-wrapper .wp-block-embed__wrapper::after,
.hero-wrapper .wp-block-video::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .hero-wrapper .wp-block-embed__wrapper::after,
  .hero-wrapper .wp-block-video::after {
    display: none;
  }
}

.wp-block-group h1:first-of-type {
  margin-top: 3px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .wp-block-group h1:first-of-type {
    margin-bottom: 0;
  }
}
.wp-block-group p {
  line-height: 1.5em;
}

.content-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 0.5px solid var(--gray);
}
.content-wrapper > .wp-block-group {
  padding: 24px;
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
}

.gray-content-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  background-color: var(--gray-1);
  padding: 24px;
}

.extend-hairline {
  margin-right: -24px;
  padding-bottom: 40px;
  padding-right: 60px;
  border-bottom: 0.5px solid var(--gray);
}
@media screen and (max-width: 1200px) {
  .extend-hairline {
    margin-right: 0px;
    padding-right: 0px;
  }
}

.text-hero-wrapper {
  min-height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .text-hero-wrapper {
    min-height: 70vw;
  }
}
.text-hero-wrapper h1 {
  max-width: 50%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .text-hero-wrapper h1 {
    max-width: 90%;
  }
}

.page-wrapper {
  padding: 24px;
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  border-bottom: 0.5px solid var(--gray);
  margin: 0;
}

.wp-block-group a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .wp-block-group h1 {
    font-size: 36px;
  }
}
.wp-block-group .wp-block-video {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 20px;
  }
}

.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.center-all .wp-block-group h2 {
  max-width: 70%;
}
.center-all .wp-block-buttons {
  margin: 40px auto;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .page-id-345 .wp-block-group .wp-block-spacer {
    display: none;
  }
}
.page-id-345 .hero-wrapper .wp-block-heading {
  margin-bottom: 0;
}

.wp-block-gallery .glide {
  width: 100%;
}
.wp-block-gallery .glide .glide__track {
  height: 100%;
}
.wp-block-gallery .glide .glide__track .wp-block-image {
  height: 100%;
  height: 40vw !important;
  width: 30vw !important;
}
.wp-block-gallery .glide .glide__track .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  max-width: none;
}
.wp-block-gallery .glide .glide__arrows {
  border: 0.5px solid var(--gray);
  padding: 10px;
}
.wp-block-gallery .glide .glide__arrows .glide__arrow {
  display: flex;
  justify-content: space-between;
}
.wp-block-gallery .glide .glide__arrows .glide__arrow img {
  width: 40px;
  height: 20px;
  cursor: pointer;
  margin-bottom: 0;
}

.text-animation {
  padding: 0 80px;
}
@media screen and (max-width: 1200px) {
  .text-animation {
    padding: 0 24px;
  }
}
.text-animation .wp-block-group {
  padding: 40px;
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
}
@media screen and (max-width: 1200px) {
  .text-animation .wp-block-group {
    padding: 40px 24px;
  }
}
.text-animation .wp-block-group .wp-block-columns {
  border-left: 0.5px solid var(--gray);
}
.text-animation .wp-block-columns {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .text-animation .wp-block-columns {
    flex-direction: column;
  }
}
.text-animation .wp-block-columns .wp-block-column {
  text-align: center;
  border-left: 0.5px solid var(--gray);
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .text-animation .wp-block-columns .wp-block-column {
    border-right: 0.5px solid var(--gray);
    border-bottom: 0.5px solid var(--gray);
  }
}
.text-animation .wp-block-columns .wp-block-column h3 {
  margin: 0;
  color: var(--gray);
}
.text-animation .wp-block-columns .wp-block-column h3,
.text-animation .wp-block-columns .wp-block-column h1 {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.text-animation .wp-block-columns .wp-block-column:nth-child(2) h3,
.text-animation .wp-block-columns .wp-block-column:nth-child(2) h1 {
  transition-delay: 0.2s;
}
.text-animation .wp-block-columns .wp-block-column:nth-child(3) {
  border-right: 0.5px solid var(--gray);
}
.text-animation .wp-block-columns .wp-block-column:nth-child(3) h3,
.text-animation .wp-block-columns .wp-block-column:nth-child(3) h1 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1200px) {
  .text-animation .wp-block-columns .wp-block-column:nth-child(3) {
    border-bttom: none;
  }
}
.text-animation .wp-block-columns.animate .wp-block-column h3,
.text-animation .wp-block-columns.animate .wp-block-column h1 {
  opacity: 1;
}
.text-animation .container {
  width: calc(100% - 1px);
  height: 80px;
  position: relative;
  background: white;
  overflow: hidden;
  border-top: 0.5px solid var(--gray);
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  border-bottom: 0.5px solid var(--gray);
}
.text-animation .lines {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(to right, var(--gray) 0, var(--gray) 0.5px, transparent 0.5px, transparent 10px);
  background-position: center center;
  background-size: 10px 100%;
  transition: transform 0.3s ease;
}
.text-animation .container.wide .lines {
  transform: scale(2);
  background: repeating-linear-gradient(to right, var(--gray) 0, var(--gray) 0.3px, transparent 0.1px, transparent 10px);
  background-position: center center;
}

/* Container for the h1 */
.title-container {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  .title-container {
    max-width: 100%;
  }
}

/* Style for the h1 and its lines */
.title-container h2 {
  margin: 0;
  transform-origin: bottom;
}

/* Individual line styling */
.title-container h2 > span {
  position: relative;
  display: inline-block;
  padding: 0.2em 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .title-container h2 > span {
    padding: 0;
    display: inline;
  }
}

.title-container h2 > span > span {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Animation triggered by adding .animate class */
/* Slight delay for each line to create staggered effect */
.title-container h2 > span:nth-child(2) > span {
  transition-delay: 0.1s;
}

.title-container h2 > span:nth-child(3) > span {
  transition-delay: 0.2s;
}

.title-container h2 > span:nth-child(4) > span {
  transition-delay: 0.3s;
}

.title-container.animate h2 > span > span {
  transform: translateY(0px);
  opacity: 1;
}

.text-animation h3 {
  margin-bottom: 24px !important;
}

.text-animation h1.numbers span,
.text-animation h1.numbers {
  font-size: 24px !important;
  line-height: 24px;
  margin: 0;
}

.numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0;
  font-size: 23px;
  font-weight: 100;
  transform: scale(1.3);
}

.counter {
  display: flex;
  overflow: hidden;
  background: white;
}

.digit-cylinder {
  position: relative;
  width: 15px;
  height: 40px;
  margin: 0 2px;
  perspective: 600px;
}

.cylinder {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-out;
}

.face {
  position: absolute;
  width: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--black);
  font-size: 22px;
  background: white;
  box-sizing: border-box;
}

/* Mask to show only one face */
.digit-cylinder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.counter span + span {
  margin-left: 10px;
  font-size: 24px;
}

.accordian {
  position: relative;
  background-color: var(--black);
  color: var(--white);
  padding: 0px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  grid-template-rows: auto auto; /* Two rows for cells 1 and 3 */
}
@media screen and (max-width: 1200px) {
  .accordian {
    grid-template-columns: 1fr; /* Single column */
    grid-template-rows: auto auto auto; /* Three rows */
    padding: 0px;
  }
}
.accordian .col .reveal-text-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .accordian .col .reveal-text-mobile {
    display: block;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s;
  }
}
.accordian .col.accordian-one h1 div.remaining-spaces {
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-one h1 div.remaining-spaces .topline {
  position: relative;
}
.accordian .col.accordian-one h1 div.remaining-spaces .topline .lower {
  transition: opacity 0.5s;
}
.accordian .col.accordian-one h1 div.remaining-spaces .topline .capital {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1200px) {
  .accordian .col.accordian-one h1 div.remaining-spaces .topline .capital {
    opacity: 0;
  }
}
.accordian .col .drawers .drawer .top h1 {
  color: var(--gray-2);
}
.accordian.open .col.accordian-one h1 div:not(.committed-to) {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .accordian.open .col.accordian-one h1 div:not(.committed-to) {
    opacity: 1;
  }
}
.accordian.open .col.accordian-one h1 div.remaining-spaces {
  opacity: 0;
  transform: translateY(-53px);
}
@media screen and (max-width: 1200px) {
  .accordian.open .col.accordian-one h1 div.remaining-spaces {
    transform: translateY(0px);
    opacity: 1;
  }
}
.accordian.open .col.accordian-one h1 div.remaining-spaces .topline .lower {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .accordian.open .col.accordian-one h1 div.remaining-spaces .topline .lower {
    opacity: 1;
  }
}
.accordian.open .col.accordian-one h1 div.remaining-spaces .topline .capital {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .accordian.open .col.accordian-one h1 div.remaining-spaces .topline .capital {
    opacity: 0;
  }
}
.accordian.drawer-0 .col.accordian-one h1 .committed-to {
  left: calc(100% - 180px);
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-0 .col.accordian-one h1 .committed-to {
    left: 0;
  }
}
.accordian.drawer-0 .col .drawers .drawer:nth-child(2), .accordian.drawer-0 .col .drawers .drawer:nth-child(3), .accordian.drawer-0 .col .drawers .drawer:nth-child(4) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-0 .col .drawers .drawer:nth-child(2), .accordian.drawer-0 .col .drawers .drawer:nth-child(3), .accordian.drawer-0 .col .drawers .drawer:nth-child(4) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.accordian.drawer-0 .col .drawers .drawer:nth-child(1) .top button {
  transform: rotate(45deg);
}
.accordian.drawer-0 .col .drawers .drawer:nth-child(1) .top h1 {
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-0 .col .drawers .drawer:nth-child(1) .top h1 .reveal-text-mobile {
    display: block;
    opacity: 1;
    height: 58px;
  }
}
.accordian.drawer-0 .col .drawers .drawer:nth-child(1):after {
  bottom: 0;
}
.accordian.drawer-1 .col.accordian-one h1 .committed-to {
  left: calc(100% - 180px);
  top: 126px;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-1 .col.accordian-one h1 .committed-to {
    left: 0;
    top: 0;
  }
}
.accordian.drawer-1 .col .drawers .drawer:nth-child(1), .accordian.drawer-1 .col .drawers .drawer:nth-child(3), .accordian.drawer-1 .col .drawers .drawer:nth-child(4) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-1 .col .drawers .drawer:nth-child(1), .accordian.drawer-1 .col .drawers .drawer:nth-child(3), .accordian.drawer-1 .col .drawers .drawer:nth-child(4) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.accordian.drawer-1 .col .drawers .drawer:nth-child(2) .top button {
  transform: rotate(45deg);
}
.accordian.drawer-1 .col .drawers .drawer:nth-child(2) .top h1 {
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-1 .col .drawers .drawer:nth-child(2) .top h1 .reveal-text-mobile {
    display: block;
    opacity: 1;
    height: 58px;
  }
}
.accordian.drawer-1 .col .drawers .drawer:nth-child(2):after {
  bottom: 0;
}
.accordian.drawer-2 .col.accordian-one h1 .committed-to {
  left: calc(100% - 180px);
  top: 256px;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-2 .col.accordian-one h1 .committed-to {
    left: 0;
    top: 0;
  }
}
.accordian.drawer-2 .col .drawers .drawer:nth-child(1), .accordian.drawer-2 .col .drawers .drawer:nth-child(2), .accordian.drawer-2 .col .drawers .drawer:nth-child(4) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-2 .col .drawers .drawer:nth-child(1), .accordian.drawer-2 .col .drawers .drawer:nth-child(2), .accordian.drawer-2 .col .drawers .drawer:nth-child(4) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.accordian.drawer-2 .col .drawers .drawer:nth-child(3) .top button {
  transform: rotate(45deg);
}
.accordian.drawer-2 .col .drawers .drawer:nth-child(3) .top h1 {
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-2 .col .drawers .drawer:nth-child(3) .top h1 .reveal-text-mobile {
    display: block;
    opacity: 1;
    height: 58px;
  }
}
.accordian.drawer-2 .col .drawers .drawer:nth-child(3):after {
  bottom: 0;
}
.accordian.drawer-3 .col.accordian-one h1 .committed-to {
  left: calc(100% - 180px);
  top: 388px;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-3 .col.accordian-one h1 .committed-to {
    left: 0;
    top: 0;
  }
}
.accordian.drawer-3 .col .drawers .drawer:nth-child(1), .accordian.drawer-3 .col .drawers .drawer:nth-child(2), .accordian.drawer-3 .col .drawers .drawer:nth-child(3) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-3 .col .drawers .drawer:nth-child(1), .accordian.drawer-3 .col .drawers .drawer:nth-child(2), .accordian.drawer-3 .col .drawers .drawer:nth-child(3) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.accordian.drawer-3 .col .drawers .drawer:nth-child(4) .top button {
  transform: rotate(45deg);
}
.accordian.drawer-3 .col .drawers .drawer:nth-child(4) .top h1 {
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .accordian.drawer-3 .col .drawers .drawer:nth-child(4) .top h1 .reveal-text-mobile {
    display: block;
    opacity: 1;
    height: 58px;
  }
}
.accordian.drawer-3 .col .drawers .drawer:nth-child(4):after {
  bottom: 0;
}
.accordian .col {
  flex: 1;
  position: relative;
}
.accordian .col.accordian-one {
  position: relative;
  border-left: 0.5px solid var(--white);
  grid-column: 1; /* First column */
  grid-row: 1; /* First row */
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .accordian .col.accordian-one {
    border-right: none;
    border-left: none;
    grid-column: 1;
    grid-row: 1;
    padding: 40px 24px;
  }
}
.accordian .col.accordian-one h1 {
  font-family: var(--wp--preset--font-family--owners-narrow-font);
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-one h1 div {
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-one h1.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
@media screen and (max-width: 1200px) {
  .accordian .col.accordian-one h1 {
    margin: 0;
  }
}
.accordian .col.accordian-one h1 .dark {
  visibility: hidden;
}
.accordian .col.accordian-one h1 .committed-to {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  white-space: nowrap;
  transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-two {
  grid-column: 2; /* Second column */
  grid-row: 1/3; /* Spans both rows */
}
@media screen and (max-width: 1200px) {
  .accordian .col.accordian-two {
    grid-column: 1;
    grid-row: 2;
  }
}
.accordian .col.accordian-three {
  grid-column: 1; /* First column */
  grid-row: 2; /* Second row */
  border-left: 0.5px solid var(--white);
  padding: 40px;
  display: flex;
  align-items: flex-end;
}
.accordian .col.accordian-three h3 {
  font-family: var(--wp--preset--font-family--owners-narrow-font);
  text-transform: uppercase;
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-three h3.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
.accordian .col.accordian-three p {
  max-width: 60%;
  margin-bottom: 40px;
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-three p.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
@media screen and (max-width: 1200px) {
  .accordian .col.accordian-three p {
    max-width: 100%;
  }
}
.accordian .col.accordian-three a {
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordian .col.accordian-three a.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
@media screen and (max-width: 1200px) {
  .accordian .col.accordian-three {
    grid-column: 1;
    grid-row: 3;
    border-left: none;
    padding: 40px 24px;
  }
}

@media screen and (max-width: 1200px) {
  .drawers {
    padding: 0 24px;
  }
}
.drawers .drawer {
  border-top: 0.5px solid var(--white);
  border-left: 0.5px solid var(--white);
  border-right: 0.5px solid var(--white);
  padding: 40px;
  transition: padding 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.drawers .drawer:first-child {
  border-top: none;
}
@media screen and (max-width: 1200px) {
  .drawers .drawer:first-child {
    border-top: 0.5px solid var(--white);
  }
}
.drawers .drawer:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .drawers .drawer:last-child {
    border-bottom: 0.5px solid var(--white);
  }
}
.drawers .drawer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 100%;
  width: 3px;
  background-color: var(--white);
  transition: bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1200px) {
  .drawers .drawer:after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .drawers .drawer {
    padding: 10px 0px;
    border-left: none;
    border-right: none;
  }
}
.drawers .drawer h2 {
  font-family: var(--wp--preset--font-family--owners-narrow-font);
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  color: var(--wp--preset--color--gray-2);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1200px) {
  .drawers .drawer h2 {
    flex-direction: column;
  }
}
.drawers .drawer h2 .reveal-text {
  display: inline-block;
  overflow: hidden;
  width: 0.1px;
  margin-right: 8px;
  transition: width 0.6s ease-out;
}
.drawers .drawer h2 .reveal-text span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .drawers .drawer h2 .reveal-text {
    display: block;
    width: 100%;
    height: 0;
    transition: height 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.drawers .drawer h2.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
@media screen and (max-width: 1200px) {
  .drawers .drawer h2 {
    margin: 10px 0;
  }
}
.drawers .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawers .top button {
  font-family: var(--wp--preset--font-family--area-normal-font);
  font-weight: 100;
  padding: 0;
  margin: 0;
  background-color: var(--black);
  width: 60px;
  height: 60px;
  border: none;
  transform: rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.drawers .bottom {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.drawers .bottom img,
.drawers .bottom video {
  width: 90%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .drawers .bottom img,
  .drawers .bottom video {
    width: 100%;
    height: 38vw;
  }
}
.drawers .bottom p {
  margin-right: 10%;
}
.drawers .bottom .bottom-inner {
  overflow: hidden;
}
.drawers .bottom.open {
  grid-template-rows: 1fr;
}

.departments {
  margin: 0;
  border-top: 0.5px solid var(--gray);
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
}
.departments .initial-copy {
  padding: 80px 24px;
}
.departments .initial-copy p {
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  .departments .initial-copy p {
    max-width: 100%;
  }
}
.departments .department-list .final-item {
  border-top: 0.5px solid var(--gray);
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  margin-left: -0.5px;
  margin-right: -0.5px;
  padding: 24px;
  padding-top: 80px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  background-color: var(--white);
  z-index: 20;
}
.departments .department-list .final-item .button {
  display: inline-block;
  margin: 30px 0;
  box-sizing: border-box;
}
.departments .department-list .final-item p {
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  .departments .department-list .final-item p {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .departments .department-list .column-right {
    z-index: 21;
  }
}
.departments .department-list .mobile-only {
  display: none;
}
@media screen and (max-width: 1200px) {
  .departments .department-list .mobile-only {
    display: block;
  }
}
.departments .department-list .department {
  cursor: pointer;
  border-top: 0.5px solid var(--gray);
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  margin-left: -0.5px;
  margin-right: -0.5px;
  padding: 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  background-color: var(--white);
}
.departments .department-list .department:nth-child(1) {
  z-index: 11;
}
.departments .department-list .department:nth-child(1):before, .departments .department-list .department:nth-child(1):after {
  z-index: 11;
}
.departments .department-list .department:nth-child(2) {
  z-index: 12;
}
.departments .department-list .department:nth-child(2):before, .departments .department-list .department:nth-child(2):after {
  z-index: 12;
}
.departments .department-list .department:nth-child(3) {
  z-index: 13;
}
.departments .department-list .department:nth-child(3):before, .departments .department-list .department:nth-child(3):after {
  z-index: 13;
}
.departments .department-list .department:nth-child(4) {
  z-index: 14;
}
.departments .department-list .department:nth-child(4):before, .departments .department-list .department:nth-child(4):after {
  z-index: 14;
}
.departments .department-list .department:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -0.5px;
  width: 50px;
  height: 50px;
  border-left: 0.5px solid var(--gray);
}
.departments .department-list .department:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -0.5px;
  width: 50px;
  height: 50px;
  border-right: 0.5px solid var(--gray);
}
.departments .department-list .department .main-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.departments .department-list .department .main-button h2 {
  margin: 0;
  opacity: 0.5;
}
.departments .department-list .department .main-button img {
  transition: opacity 0.3s transform 0.3s;
  opacity: 0.5;
  transform: rotate(0deg);
}
.departments .department-list .department .peek-a-boo {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s, height 0.3s;
  height: 0px;
  overflow: hidden;
}
.departments .department-list .department:hover {
  background-color: var(--gray-4);
}
.departments .department-list .department:hover:before {
  background-color: var(--gray-4);
}
.departments .department-list .department:hover:after {
  background-color: var(--gray-4);
}
.departments .department-list .department:hover h2 {
  opacity: 1;
}
.departments .department-list .department:hover .main-button img {
  opacity: 1;
}
.departments .department-list .department:hover .peek-a-boo {
  grid-template-rows: 1fr;
}
.departments .department-list .department.open h2 {
  opacity: 1;
}
.departments .department-list .department.open .main-button img {
  opacity: 1;
  transform: rotate(45deg);
}
.departments .department-list .department.open .peek-a-boo {
  grid-template-rows: 1fr;
  max-height: 9000px;
}
.departments .department-list .column-left .department:after {
  right: 0px;
}
@media screen and (max-width: 1200px) {
  .departments .department-list .column-left .department:after {
    right: -0.5px;
  }
}
.departments .department-list .column-left .department:before {
  right: -0.5px;
}
@media screen and (max-width: 1200px) {
  .departments .department-list .column-left .final-item {
    display: none;
  }
}
.departments .department-list .column-left .department:hover {
  margin-right: 0px;
}
.departments .department-list .column-left .department:hover:after {
  right: -0.5px;
}
.departments .department-list .column-left:before {
  display: none;
  left: -0.5px;
}
.departments .department-list .column-left:hover:before {
  display: block;
  left: -0.5px;
}
.departments .department-list .column-right .department:before {
  display: none;
  left: -0.5px;
}
.departments .department-list .column-right .department:after {
  display: none;
  right: -0.5px;
}
.departments .department-list .column-right .department:hover:before {
  display: block;
  left: -0.5px;
}
.departments .department-list .column-right .department:hover:after {
  display: block;
  right: -0.5px;
}
.departments .department-list .column-right .final-item .wpcf7-form {
  margin: 0;
  padding: 0;
}
.departments .department-list .column-right .final-item .wpcf7-form p {
  max-width: 100%;
}
.departments .department-list.department-list-desktop {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .departments .department-list.department-list-desktop {
    grid-template-columns: 1fr;
  }
}

.homepage-projects {
  margin: 0 80px;
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
}
@media screen and (max-width: 1200px) {
  .homepage-projects {
    margin: 0 24px;
  }
}
.homepage-projects .section-wrapper {
  padding: 40px;
}
.homepage-projects .section-wrapper h3 {
  color: var(--gray);
  margin-bottom: 0;
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.homepage-projects .section-wrapper h3.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
.homepage-projects .section-wrapper h2 {
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 40px;
  transform: perspective(500px) translateY(30%) rotateX(-15deg);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.homepage-projects .section-wrapper h2.animate {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
@media screen and (max-width: 1200px) {
  .homepage-projects .section-wrapper h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .homepage-projects .section-wrapper {
    padding: 24px;
  }
}
.homepage-projects .project {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .homepage-projects .project {
    flex-direction: column;
    gap: 20px;
  }
}
.homepage-projects .col {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .homepage-projects .col {
    padding-bottom: 20px;
  }
}
.homepage-projects .col h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.homepage-projects .col a {
  font-size: 16px;
  text-decoration: underline;
}
.homepage-projects .col .img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  display: block;
}
.homepage-projects .col .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 16vw;
}
@media screen and (max-width: 1200px) {
  .homepage-projects .col .img img {
    height: 50vw;
  }
}
.homepage-projects .col .img:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  z-index: 2;
  transition: top 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.homepage-projects .col.animate .img:after {
  top: 100%;
}
.homepage-projects .col:nth-child(2) .img::after {
  transition-delay: 0.2s;
}
.homepage-projects .col:nth-child(2) .img img {
  height: 24vw;
}
@media screen and (max-width: 1200px) {
  .homepage-projects .col:nth-child(2) .img img {
    height: 50vw;
  }
}
.homepage-projects .col:nth-child(3) .img::after {
  transition-delay: 0.4s;
}
.homepage-projects .col:nth-child(3) .img img {
  height: 30vw;
}
@media screen and (max-width: 1200px) {
  .homepage-projects .col:nth-child(3) .img img {
    height: 50vw;
  }
}

.homepage-buttons {
  margin: 0 80px;
  border: 0.5px solid var(--gray);
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .homepage-buttons {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .homepage-buttons {
    margin: 0 24px;
  }
}
.homepage-buttons .button-wrappers {
  display: flex;
  gap: 40px;
  border-bottom: 0.5px solid var(--gray);
}
@media screen and (max-width: 1200px) {
  .homepage-buttons .button-wrappers {
    flex-direction: column;
    gap: 0px;
  }
}
.homepage-buttons .button-wrappers a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
@media screen and (max-width: 1200px) {
  .homepage-buttons .button-wrappers a {
    min-height: 200px;
  }
}

.line-button {
  width: 100%;
  height: 80px;
  position: relative;
  background: white;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .line-button {
    position: relative;
    border-bottom: 0.5px solid var(--gray);
  }
}

.line-button .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray);
}

.line-button .lines {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: repeating-linear-gradient(to right, var(--gray-1) 0, var(--gray-1) 1px, transparent 1px, transparent 10px);
  background-size: 10px 100%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .line-button .lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.line-button:hover .lines {
  transform: scale(3);
  background: repeating-linear-gradient(to right, var(--gray-1) 0, var(--gray-1) 0.3px, transparent 0.1px, transparent 10px);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 40px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 24px;
  }
}
.projects-grid .project-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.projects-grid .project-item .project-image {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
}
.projects-grid .project-item .project-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.projects-grid .project-item .project-image:hover img {
  transform: scale(1.05);
}
.projects-grid .project-item .project-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .projects-grid .project-item .project-title {
    flex: 1;
    letter-spacing: 0.5px;
  }
}
.projects-grid .project-item .project-title span {
  visibility: hidden;
}
.projects-grid .project-item .project-title a {
  color: var(--gray);
  text-decoration: underline;
}
.projects-grid .project-item > p {
  visibility: hidden;
  margin: 0;
  text-decoration: underline;
}
.projects-grid .project-item > p a {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .projects-grid .project-item > p a {
    font-size: 16px;
  }
}
.projects-grid .project-item:hover .project-title span {
  visibility: visible;
}

.featured-projects {
  margin: 0;
}

.featured-projects-slider {
  overflow: hidden;
  position: relative;
  border-right: 0.5px solid var(--gray);
}
.featured-projects-slider .panel {
  width: 100%;
  height: 50vw;
  background-color: var(--gray-1);
  color: var(--black);
  display: flex;
}
@media screen and (max-width: 1500px) {
  .featured-projects-slider .panel {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .featured-projects-slider .panel {
    flex-direction: column;
    height: auto;
  }
}
.featured-projects-slider .panel .featured-image {
  flex-basis: 45%;
}
@media screen and (max-width: 1200px) {
  .featured-projects-slider .panel .featured-image {
    flex-basis: auto;
    max-height: 60vw;
  }
}
.featured-projects-slider .panel .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.featured-projects-slider .panel .copy {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .featured-projects-slider .panel .copy {
    padding: 24px;
  }
}
.featured-projects-slider .panel .copy h3 {
  margin: 0;
  color: var(--gray);
}
.featured-projects-slider .panel .copy h2 {
  margin-top: 0px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .featured-projects-slider .panel .copy h2 {
    margin-bottom: 30px;
  }
}
.featured-projects-slider .panel .copy .excerpt {
  margin-bottom: 40px;
  max-width: 70%;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  .featured-projects-slider .panel .copy .excerpt {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.featured-projects-slider .panel .copy .side-footer {
  display: flex;
  flex: 1;
  gap: 40px;
}
.featured-projects-slider .panel .copy .side-footer .details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.featured-projects-slider .panel .copy .side-footer .details ul {
  list-style: none;
  padding: 0;
  flex: 1;
}
.featured-projects-slider .panel .copy .side-footer .details ul li {
  margin-bottom: 40px;
}
.featured-projects-slider .panel .copy .side-footer .details ul li h3 {
  margin-bottom: 10px;
}
.featured-projects-slider .panel .copy .side-footer .details ul li p {
  margin: 0;
}
.featured-projects-slider .panel .copy .side-footer .image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .featured-projects-slider .panel .copy .side-footer .image {
    display: none;
  }
}
.featured-projects-slider .panel .copy .side-footer .image img {
  width: 15vw;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-projects-slider .glide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white);
  font-size: 28px;
  padding: 10px;
  line-height: 38px;
}
.featured-projects-slider .glide__arrows .glide__arrow {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.horizontal-accordion {
  display: flex;
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 20px;
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border-top: 0.5px solid var(--gray);
  border-bottom: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion {
    border-top: 0.5px solid var(--gray);
    border-bottom: 0.5px solid var(--gray);
    border-right: 0.5px solid var(--gray);
    border-left: 0.5px solid var(--gray);
    flex-direction: column;
    height: auto;
  }
}
.horizontal-accordion .accordion-section {
  position: relative;
  height: 100%;
  transition: height 0.5s ease, width 0.5s ease, background-color 0.5s;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
.horizontal-accordion .accordion-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: var(--white);
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section:before {
    bottom: -20px;
    right: 0px;
  }
}
.horizontal-accordion .accordion-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: var(--white);
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section:after {
    bottom: -20px;
    left: -0.5px;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section {
    flex-direction: column;
    height: 50px;
  }
}
.horizontal-accordion .accordion-section.active {
  width: calc(100dvw - 120px);
  background-color: var(--gray-4);
}
.horizontal-accordion .accordion-section.active .section-button {
  color: var(--black);
  background-color: var(--gray-4);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 0.5px solid var(--gray);
  border-right: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section.active .section-button {
    left: -0.5px;
    right: -0.5px;
    top: -0.5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 0.5px solid var(--gray);
    border-right: 0.5px solid var(--gray);
    border-top: 0.5px solid var(--gray);
  }
}
.horizontal-accordion .accordion-section.active .accordion-section-content {
  background-color: var(--gray-4);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 0.5px solid var(--gray);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section.active .accordion-section-content {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section.active {
    width: 100%;
    height: 923px;
  }
}
.horizontal-accordion .accordion-section.active:before {
  background-color: var(--gray-4);
}
.horizontal-accordion .accordion-section.active:after {
  background-color: var(--gray-4);
}
.horizontal-accordion .accordion-section:not(:last-child), .horizontal-accordion .accordion-section:not(:first-child) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section:not(:last-child), .horizontal-accordion .accordion-section:not(:first-child) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
}
.horizontal-accordion .accordion-section:not(.active) {
  width: 120px;
  border-radius: 20px;
  border: 0.5px solid var(--gray);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section:not(.active) {
    width: 100%;
    height: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-right: 0.5px solid var(--gray);
    border-bottom: 0;
    overflow: hidden;
    margin-left: -0.5px;
  }
}
.horizontal-accordion .accordion-section:nth-child(1) {
  z-index: 10;
}
.horizontal-accordion .accordion-section:nth-child(2) {
  z-index: 12;
}
.horizontal-accordion .accordion-section:nth-child(3) {
  z-index: 14;
}
.horizontal-accordion .accordion-section:nth-child(4) {
  z-index: 16;
}
.horizontal-accordion .accordion-section:nth-child(5) {
  z-index: 18;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section:last-child {
    border-bottom: 0.5px solid var(--gray);
  }
}
.horizontal-accordion .accordion-section .accordion-section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: calc(100vw - 500px);
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--white);
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .accordion-section-content {
    border-left: 0px;
    left: -0.5px;
  }
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  padding-left: 100px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper {
    flex-direction: column;
    padding-left: 0px;
  }
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .image {
  box-sizing: border-box;
  flex-basis: 30%;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .image {
    padding: 0px;
    padding-top: 75px;
    padding-left: 25px;
    padding-right: 25px;
    flex-basis: 100%;
    max-height: 250px;
  }
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .copy {
  box-sizing: border-box;
  flex-basis: 70%;
  padding: 40px;
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .copy {
    padding: 0px;
    flex-basis: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .copy .copy-p {
  max-width: 70%;
  padding-bottom: 30px;
  border-bottom: 0.5px solid var(--black);
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .copy .copy-p {
    max-width: 100%;
  }
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper .copy ul h3 {
  color: var(--gray);
}
.horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .accordion-section-content .accordion-content-wrapper img {
    max-height: 150px;
  }
}
.horizontal-accordion .accordion-section .section-button {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 101px !important;
  box-sizing: border-box;
  background: var(--white);
  color: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
  color: var(--gray);
  transition: background-color 0.5s;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .section-button {
    top: 0;
    left: -1px;
    right: -0.5px;
    top: -0.5px;
    bottom: auto;
    width: auto !important;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 0.5px solid var(--gray);
    border-right: 0.5px solid var(--gray);
    border-top: 0.5px solid var(--gray);
  }
}
.horizontal-accordion .accordion-section .section-button h2 {
  display: block;
  transform: rotate(-90deg) translate(50%, 0%);
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .horizontal-accordion .accordion-section .section-button h2 {
    transform: rotate(0deg) translate(0%, 0%);
    font-size: 20px;
    margin: 10px 0;
  }
}
.horizontal-accordion .accordion-section .section-button:hover {
  color: var(--black);
}

.profiles-block {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
}
.profiles-block .profile {
  margin: 0;
  padding: var(--gap);
  box-sizing: border-box;
}
.profiles-block .profile:nth-child(even) {
  padding-left: var(--gap);
  padding-right: calc(var(--gap) / 2);
}
.profiles-block .profile:nth-child(odd) {
  padding-right: var(--gap);
  padding-left: calc(var(--gap) / 2);
}
.profiles-block .profile.open .profile-window {
  position: fixed;
  z-index: 9990;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.profiles-block .profile.open .profile-window .profile-wrapper {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 120px;
  right: 120px;
  background-color: white;
  margin: 0px;
  padding: 0px;
  gap: 0px;
  max-height: 80%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.open .profile-window .profile-wrapper {
    left: 10px;
    right: 10px;
  }
}
.profiles-block .profile.open .profile-window .profile-wrapper .headshot {
  width: 40%;
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: flex-end;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.open .profile-window .profile-wrapper .headshot {
    width: 100%;
  }
}
.profiles-block .profile.open .profile-window .profile-wrapper .headshot img {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.open .profile-window .profile-wrapper .headshot img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
  }
}
.profiles-block .profile.open .profile-window .profile-wrapper .bio-wrapper {
  width: 60%;
  padding: 40px;
  max-height: 100%;
  background-color: var(--gray-4);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.open .profile-window .profile-wrapper .bio-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
.profiles-block .profile.open .profile-window .copy-wrapper {
  display: block !important;
  max-width: 100%;
  padding-right: 10%;
}
.profiles-block .profile.open .read-more {
  display: none;
}
.profiles-block .profile.open .close-out {
  transform: rotate(45deg);
  display: block;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window {
    height: 100%;
  }
}
.profiles-block .profile .profile-window .profile-wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window .profile-wrapper {
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }
}
.profiles-block .profile .profile-window .profile-wrapper .headshot {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window .profile-wrapper .headshot {
    width: 100%;
    height: 35vw;
  }
}
.profiles-block .profile .profile-window .profile-wrapper .headshot img {
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  display: block;
}
.profiles-block .profile .profile-window .profile-wrapper .bio-wrapper {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window .profile-wrapper .bio-wrapper {
    width: 100%;
  }
}
.profiles-block .profile .profile-window .profile-wrapper .bio-wrapper .bio-main {
  flex: 1;
}
.profiles-block .profile .profile-window .profile-wrapper .bio-wrapper h2 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window .profile-wrapper .bio-wrapper h2 {
    font-size: 1.1em;
  }
}
.profiles-block .profile .profile-window .profile-wrapper .bio-wrapper h3 {
  margin-top: 10px;
  color: var(--gray-3);
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window .profile-wrapper .bio-wrapper h3 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .profiles-block .profile .profile-window .profile-wrapper .bio-wrapper .copy-wrapper {
    display: none;
  }
}
.profiles-block .profile.featured {
  grid-column: 1/-1;
  border-bottom: 0.5px solid var(--gray);
  padding: var(--gap);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.featured {
    flex-direction: row;
  }
}
.profiles-block .profile.featured .profile-window .headshot {
  width: 33%;
  height: 33vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.featured .profile-window .headshot {
    width: 100%;
    height: 93vw;
  }
}
.profiles-block .profile.featured .profile-window .bio-wrapper {
  width: 66%;
}
.profiles-block .profile.featured .profile-window .bio-wrapper .bio-main {
  flex: none;
}
.profiles-block .profile.featured .profile-window .bio-wrapper .copy-wrapper {
  max-width: 80%;
  -webkit-line-clamp: 10; /* Number of lines before truncation */
}
@media screen and (max-width: 768px) {
  .profiles-block .profile.featured .profile-window .bio-wrapper {
    width: 100%;
  }
}
.profiles-block .copy-wrapper {
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Number of lines before truncation */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 24px;
  max-width: 90%;
  transition: -webkit-line-clamp 0.3s;
}
.profiles-block.open .copy-wrapper {
  -webkit-line-clamp: 300;
  overflow: hidden;
  text-overflow: unset;
}
.profiles-block.open .read-more {
  display: none;
}
.profiles-block.open .close-out {
  transform: rotate(45deg);
  display: block;
}
.profiles-block .close-out,
.profiles-block .read-more {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/metroloft/build/img/circle-plus-small-black.svg");
  width: 26px;
  height: 22px;
  background-size: 26px 22px;
  background-color: transparent;
}
.profiles-block .close-out {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 42px;
  background-size: 46px 42px;
  z-index: 99;
  display: none;
}

.wp-block-quote {
  border-style: none;
}

@media screen and (max-width: 1200px) {
  .has-global-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.button {
  padding: 15px 20px;
  background-color: var(--white);
  color: var(--black);
  font-size: 16px;
  border: 0.5px solid var(--white);
}
.button:hover {
  background-color: var(--black);
  color: var(--white);
}
.button.invert {
  background-color: var(--black);
  color: var(--white);
}
.button.invert:hover {
  background-color: var(--white);
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .button {
    width: 100%;
  }
}

button {
  position: relative;
  background-color: var(--white);
  color: var(--black);
  border: none;
  overflow: hidden;
  cursor: pointer;
  padding: 15px 20px;
}
button.invert {
  background-color: var(--black);
  color: var(--white);
}

.mobile-button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.5px;
  font-family: var(--wp--preset--font-family--owners-narrow-font);
  text-transform: uppercase;
  cursor: pointer;
}
.mobile-button span {
  display: inline-block;
  margin-right: 10px;
}

button.invert {
  background-color: var(--black);
  color: var(--white);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  button.invert {
    width: 100%;
  }
}

a.activate {
  overflow: hidden;
  display: inline-block;
  border: 0.5px solid var(--white);
}

a.activate.inverted {
  border: 0.5px solid var(--black);
}

a.activate button {
  display: inline-block;
  padding: 15px 20px;
  background-color: white;
  color: black;
}

a.activate:hover button {
  position: relative;
  display: inline-block;
  background-color: black;
  color: white;
}

a.activate.inverted button {
  background-color: black;
  color: white;
}

a.activate.inverted:hover button {
  background-color: white;
  color: black;
}

.wp-block-button {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}

.wp-block-button a.wp-block-button__link {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--white);
  text-transform: none;
  text-decoration: none;
  border: 0.5px solid var(--black);
  border-radius: 0;
}

.wp-block-button:hover a {
  position: relative;
  display: inline-block;
  background-color: white;
  color: black;
}

@keyframes slideText {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  50.1% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.home {
  max-height: 100dvh;
  overflow: hidden;
  animation: homeHeight 0.1s 6s forwards;
}
.home .homepage-intro {
  position: relative;
  border-bottom: 0.5px solid var(--gray-2);
}
.home .homepage-intro .wp-block-cover {
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .home .homepage-intro .wp-block-cover {
    animation: moveVideoSizeMobile 1s cubic-bezier(0.645, 0.045, 0.355, 1) 6s forwards;
  }
}
.home .homepage-intro .wp-block-cover video {
  max-width: 100%;
  animation: moveVideoSize 1s cubic-bezier(0.645, 0.045, 0.355, 1) 6s forwards;
}
@media screen and (max-width: 1200px) {
  .home .homepage-intro .wp-block-cover video {
    animation: none;
  }
}
.home .homepage-intro .wp-block-cover__video-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .homepage-intro .wp-block-cover__inner-container {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.home .homepage-intro .wp-block-group {
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOutBlack 1s ease-in 4s forwards;
  background-color: rgb(0, 0, 0);
}
.home .homepage-intro .wp-block-group svg {
  height: auto;
  width: 70%;
  animation: shrinkLogo 1s ease-in-out 4s forwards;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1200px) {
  .home .homepage-intro .wp-block-group svg {
    width: 70%;
  }
}
.home .homepage-intro .wp-block-group svg path {
  opacity: 0;
  animation: fadeIn 1s ease-in 2s forwards;
}
.home .homepage-intro .animate-hero-text {
  margin-top: 100px;
  opacity: 0;
  animation: moveHeroText 1s cubic-bezier(0.645, 0.045, 0.355, 1) 6s forwards;
}
.home.has-visited-before {
  animation: none;
  max-height: none;
  overflow-y: auto;
}
.home.has-visited-before .homepage-intro .wp-block-group {
  animation: none;
  background-color: rgba(0, 0, 0, 0);
}
.home.has-visited-before .homepage-intro .wp-block-group svg {
  animation: none;
  width: 550px;
}
@media screen and (max-width: 1200px) {
  .home.has-visited-before .homepage-intro .wp-block-group svg {
    width: 340px;
  }
}
.home.has-visited-before .homepage-intro .wp-block-cover video {
  animation: none;
  width: calc(100% - 160px);
  margin: 0 80px;
}
@media screen and (max-width: 1200px) {
  .home.has-visited-before .homepage-intro .wp-block-cover video {
    width: 100%;
    margin: 0 0px;
  }
}
.home.has-visited-before .homepage-intro .animate-hero-text {
  font-size: 36px !important;
  animation: moveHeroText 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
}
@media screen and (max-width: 1200px) {
  .home.has-visited-before .homepage-intro .animate-hero-text {
    font-size: 22px !important;
    margin-top: 40px;
  }
}

.scroll-down-arrow {
  position: absolute;
  top: calc(100vh - 140px);
  right: calc(50% - 23px);
  background-color: transparent;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .scroll-down-arrow {
    display: none;
  }
}

.home .scroll-down-arrow {
  top: calc(100vh - 100px);
}

@keyframes moveVideoSize {
  from {
    width: 100%;
    margin: 0 0;
  }
  to {
    width: calc(100% - 160px);
    margin: 0 80px;
  }
}
@keyframes moveVideoSizeMobile {
  from {
    height: 100vh;
  }
  to {
    height: 60vh;
  }
}
@keyframes moveHeroText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes moveOriginalM {
  from {
    transform: translateX(50px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes moveOriginalL {
  from {
    transform: translateX(-22px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shrinkLogo {
  from {
    width: 70%;
  }
  to {
    width: 550px;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutBlack {
  from {
    background-color: rgb(0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes homeHeight {
  from {
    max-height: 100dvh;
    overflow: hidden;
  }
  to {
    max-height: none;
    overflow: auto;
  }
}
.single-project .pin-spacer {
  flex-basis: 35% !important;
}
.single-project .section-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .single-project .section-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.single-project .other-projects .bottom-border {
  border-bottom: 0.5px solid var(--gray);
}
.single-project .other-projects .border-wrapper {
  border-left: 0.5px solid var(--gray);
  border-right: 0.5px solid var(--gray);
  padding: 40px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .single-project .other-projects .border-wrapper {
    padding: 24px;
  }
}
.single-project .other-projects .border-wrapper h2 {
  padding-top: 40px;
  margin: 0;
}
.single-project .hero-image {
  box-sizing: border-box;
  width: 100%;
}
.single-project .hero-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
}
@media screen and (max-width: 1200px) {
  .single-project .hero-image img {
    height: 35vh;
  }
}
.single-project .content {
  display: flex;
  border-right: 0.5px solid var(--gray);
}
@media screen and (max-width: 1200px) {
  .single-project .content {
    flex-direction: column;
  }
}
.single-project .content .details {
  flex-basis: 35%;
  background-color: var(--black);
  color: var(--white);
  max-height: calc(100vh - 52px);
  box-sizing: border-box;
  padding: 40px 40px 40px 24px;
}
@media screen and (max-width: 1200px) {
  .single-project .content .details {
    flex-basis: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media screen and (max-height: 900px) {
  .single-project .content .details {
    padding: 24px;
  }
}
@media screen and (max-height: 900px) {
  .single-project .content .details h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .single-project .content .details h3 {
    font-size: 16px;
    flex: 1;
  }
}
@media screen and (max-height: 900px) {
  .single-project .content .details p,
  .single-project .content .details li {
    font-size: 14px;
  }
}
.single-project .content .details hr {
  height: 0.5px;
  background-color: var(--white);
  box-shadow: none;
  margin-bottom: 40px;
}
@media screen and (max-height: 900px) {
  .single-project .content .details hr {
    margin-bottom: 20px;
  }
}
.single-project .content .details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-project .content .details > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .single-project .content .details > ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
.single-project .content .details > ul > li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .single-project .content .details > ul > li {
    flex-basis: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-height: 900px) {
  .single-project .content .details > ul > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 900px) {
  .single-project .content .details > ul > li h3 {
    margin-bottom: 0px;
  }
}
.single-project .content .details > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-project .content .details > ul > li ul li {
  display: inline;
  margin-right: 10px;
  line-height: 1.5em;
}
.single-project .content .details > ul > li ul li:after {
  content: "|";
  margin-left: 10px;
}
.single-project .content .details > ul > li ul li:last-child:after {
  display: none;
}
.single-project .content .details hr {
  width: 80%;
  margin-left: 0;
}
.single-project .content .details h3 {
  margin: 0 0 10px 0;
}
.single-project .content .details p {
  margin: 0;
}
.single-project .content .details .news-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-project .content .details .news-categories li {
  display: inline;
  margin-right: 10px;
}
.single-project .content .details .news-categories li:after {
  content: "|";
  margin-left: 10px;
}
.single-project .content .details .news-categories li:last-child:after {
  display: none;
}
.single-project .content .scrolling-content {
  flex-basis: 65%;
  max-width: 65%;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .single-project .content .scrolling-content {
    flex-basis: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 24px;
    border-left: 0.5px solid var(--gray);
  }
}
.single-project .content .scrolling-content p {
  margin-bottom: 60px;
}
.single-project .content .scrolling-content img,
.single-project .content .scrolling-content video {
  margin-bottom: 60px;
  width: 100%;
}

.mobile-button {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-button {
    display: flex;
  }
}

.mobile-button.active img {
  transform: rotate(180deg);
}

.hidden-mobile {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hidden-mobile {
    grid-template-rows: 0fr;
  }
}
.hidden-mobile.active {
  grid-template-rows: 1fr;
  padding-top: 20px;
}
.hidden-mobile .hidden-mobile-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .hidden-mobile .hidden-mobile-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.hidden-mobile .hidden-mobile-wrapper > ul {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1200px) {
  .scrollable-content .wp-block-heading:first-child {
    display: none;
  }
}

/* Form Container */
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: var(--wp--preset--font-family--area-normal-font);
}
@media screen and (max-width: 1200px) {
  .wpcf7-form {
    padding: 20px 0;
  }
}

/* Form Group */
.form-group {
  position: relative;
  margin-bottom: 0px;
}

.wpcf7-form p {
  margin: 0;
}

select {
  width: 100%;
  padding: 10px 120px 10px 0;
  margin-bottom: 24px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/metroloft/build/img/down-arrow.svg") no-repeat;
  background-position: right center;
  background-size: 26px;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--area-normal-font);
  color: var(--gray);
}
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 1200px) {
  select {
    padding: 10px 40px 10px 0;
  }
}
select:focus {
  border-color: #0073aa;
}

/* Input and Textarea Styling */
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--area-normal-font);
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
input[type=file] {
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap textarea {
  height: 120px;
  resize: vertical;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 0;
}

textarea::-moz-placeholder {
  font-family: var(--wp--preset--font-family--area-normal-font);
}

textarea::placeholder {
  font-family: var(--wp--preset--font-family--area-normal-font);
}

/* Focus State */
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
  border-color: #0073aa;
}

/* Label Styling */
.form-group label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Label Animation on Focus or Filled Input */
.wpcf7-form-control-wrap input:not(:-moz-placeholder) + label, .wpcf7-form-control-wrap textarea:not(:-moz-placeholder) + label {
  top: -20px;
  left: 0;
  font-size: 12px;
  color: #0073aa;
}
.wpcf7-form-control-wrap input:focus + label,
.wpcf7-form-control-wrap textarea:focus + label,
.wpcf7-form-control-wrap input:not(:placeholder-shown) + label,
.wpcf7-form-control-wrap textarea:not(:placeholder-shown) + label {
  top: -20px;
  left: 0;
  font-size: 12px;
  color: #0073aa;
}

/* File Upload Styling */
.file-upload {
  width: 100%;
}

.file-upload .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.file-upload input[type=file] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: var(--gray-4);
  position: relative;
}
.file-upload input[type=file]::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/metroloft/build/img/upload-icon.svg");
}

.file-upload .file-name {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

/* Hide the default file input */
input[type=file] {
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
}

/* Style the custom label to look like a button or clickable area */
.custom-file-label {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: var(--gray-4);
  position: relative;
  z-index: 6;
  left: 0 !important;
  top: 0 !important;
}
.custom-file-label::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/metroloft/build/img/upload-icon.svg");
}

/* Hover effect for better UX */
.custom-file-label:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

/* Optional: Style the container for better layout */
.file-upload {
  margin: 20px 0;
}

/* Submit Button */
.wpcf7-submit {
  background: var(--black);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--area-normal-font);
  font-size: 16px;
  transition: background 0.3s;
  width: 100%;
  margin-top: -4px;
  text-align: left;
}

.submit-wrapper {
  position: relative;
}
.submit-wrapper::after {
  content: "→";
  position: absolute;
  top: 5px;
  right: 20px;
  width: 10px;
  height: 20px;
  color: var(--white);
}

.posts {
  padding-top: 40px;
}
.posts .post {
  display: flex;
  border-top: 0.5px solid var(--gray);
  padding: 40px 0;
}
@media screen and (max-width: 1200px) {
  .posts .post {
    flex-direction: column;
  }
}
.posts .post .post-properties {
  max-width: 20%;
  width: 20%;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .posts .post .post-properties {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.posts .post .post-main .post-header {
  font-family: var(--wp--preset--font-family--owners-narrow-font);
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.posts .post .post-main .post-header .date {
  color: var(--gray);
  margin-right: 30px;
}
.posts a {
  text-decoration: none;
}
.posts a.link {
  text-decoration: underline !important;
}

.pill {
  display: inline-block;
  margin: 5px 2px;
  border: 0.5px solid var(--gray);
  border-radius: 15px;
  padding: 5px 10px;
  color: var(--gray);
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none !important;
}
.pill:hover {
  background-color: var(--gray);
  color: var(--white);
}

.filter {
  display: flex;
}
.filter .space {
  flex: 1;
}
.filter .dropdown {
  display: flex;
  border: 1px solid #ccc;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .filter .dropdown {
    border: 0;
  }
}
.filter span {
  white-space: nowrap;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  line-height: 1;
  color: var(--gray);
}
.filter select {
  color: var(--gray);
  margin: 0;
  text-decoration: underline;
  border-bottom: 0;
  margin-right: 22px;
}
.filter select::-ms-expand {
  display: none;
}
