:root {
  --heading: #ecebe7;
  --body: #a7a8b3;
  --body-text-main: #525252;
  --accent: #5e72e4;
  --surface: #323233;
  --border: #282829;
  --background: #202020;
  --accent-hover: #4f60bf;
  --border-alt: #434345;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--heading);
  color: var(--body);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--body);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: var(--heading);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: #525252;
  margin-bottom: 0;
  font-size: 14px;
}

.section {
  background-image: url('../images/noise-background-effect.png');
  background-position: 0 0;
  background-size: 830px;
  padding: 64px;
  position: fixed;
  inset: 0%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

.site-logo {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: auto;
  opacity: 1;
  z-index: 10;
}

.container {
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 24vh 30vh 30vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100%;
  display: grid;
}

.tile-single {
  opacity: .8;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f1f1f1;
  border: 1px solid #e4e2dd;
  border-radius: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.tile-header {
  border-bottom: 1px solid #e4e2dd;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.content-wrapper {
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 2px;
  overflow: visible;
}


.content-wrapper.location-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper.location-wrapper .image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-wrapper.location-wrapper .paragraph-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background-color: rgba(241, 241, 241, 0.85);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  z-index: 2;
  white-space: nowrap;
}

.content-wrapper.padding {
  flex: 1;
  min-height: 0;
  padding: 24px 20px 16px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.popup .content-wrapper.padding {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  padding: 24px 20px 16px 20px;
  margin: 0;
}

.popup .div-block-5 {
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.popup .div-block-5 > * {
  flex-shrink: 0;
}

.image {
  height: 100%;
}

.div-block-3 {
  background-image: url('../images/map-styled.svg');
  background-position: 23% 36%;
  background-repeat: no-repeat;
  background-size: 440px;
  height: 100%;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.tile-double {
  opacity: .8;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f1f1f1;
  border: 1px solid #e4e2dd;
  border-radius: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow-x: hidden;
  overflow-y: visible;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pill-selector {
  cursor: pointer;
  background-color: #ddd6c866;
  border: .75px solid #e9e7e1;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  overflow: visible;
  min-height: 40px;
  color: #525252;
}

.pill-selector:visited,
.pill-selector:link {
  color: #525252;
}

.pill-selector:hover {
  background-color: #ddd6c8cc;
  box-shadow: 0 0 12px rgba(221, 214, 200, 0.4), 0 0 24px rgba(221, 214, 200, 0.2);
  border-color: #e9e7e1;
  transform: translateY(-1px);
}

.pill-selector.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
}

.arrow {
  mix-blend-mode: multiply;
  width: 20px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.pill-selector:hover .arrow {
  transform: rotate(-30deg);
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  padding: 0;
  margin: 0;
}

.div-block-5 > *:first-child {
  margin-top: 0;
}

.div-block-5.small {
  padding: 0;
  margin: 0;
}

.div-block-5.small > *:first-child {
  margin-top: 0;
}

.text-in-pill {
  align-self: center;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.4;
  color: inherit;
}

.text-in-pill.shadows {
  filter: drop-shadow(0 0 6px #505050db);
  position: absolute;
  opacity: 0;
  z-index: 2;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
  color: inherit;
}

.pill-selector.centered .text-in-pill.shadows {
  left: 50%;
  transform: translate(-50%, -50%);
}

.pill-selector.centered .text-in-pill:not(.shadows) {
  position: relative;
}

.pill-selector:hover .text-in-pill.shadows {
  opacity: 1;
}

.pill-selector:hover .text-in-pill:not(.shadows) {
  opacity: 0;
}

.paragraph {
  text-align: center;
}

.div-block-6 {
  background-color: #0fb95e;
  border-radius: 30px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 5px 1px #0fb95e;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 5px 1px #0fb95e;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 15px 3px #0fb95e;
    opacity: 0.8;
  }
}

.paragraph-2 {
  font-weight: 600;
}

.swiper-slide {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  flex: none;
  width: 50%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  height: auto;
  align-self: stretch;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.swiper-slide > * {
  flex-shrink: 0;
}

.swiper.is-swiper-portfolio {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiper.is-swiper-portfolio.larger {
  height: 300px;
}

.content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}


.content-block.spread {
  justify-content: space-between;
  min-height: 100%;
}

.content-block.spread > *:last-child {
  margin-top: auto;
}

.absolute-pin {
  background-color: #0fb95e;
  border-radius: 30px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 42px;
  left: 96px;
  box-shadow: 0 0 5px 1px #0fb95e;
}

.image-2 {
  object-fit: contain;
  height: 170%;
  overflow: hidden;
}

.pinabsolute {
  background-color: #0fb95e;
  border-radius: 30px;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 49% 100% 100% 83%;
  box-shadow: 0 0 5px 1px #0fb95e;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  overflow: hidden;
}

.paragraph-3 {
  text-align: center;
  font-size: 12px;
  margin: 0 0 8px 0;
  flex-shrink: 0;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.line {
  background-color: #525252;
  width: 40px;
  height: 1px;
}

.div-block-8 {
  background-color: #e4e2dd;
  flex: none;
  width: 100%;
  height: 1px;
}

.review-attribution {
  margin-top: 8px;
  font-style: italic !important;
  color: #525252 !important;
  opacity: 0.8;
  font-weight: 400;
}

.tile-triple {
  opacity: .8;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f1f1f1;
  border: 1px solid #e4e2dd;
  border-radius: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow-x: hidden;
  overflow-y: visible;
}

.aerojob-popup-section {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ecebe78c;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.aerojob-popup-section[style*="display: flex"] {
  display: flex !important;
}

.content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.popup {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f1f1f1;
  border: 1px solid #e4e2dd;
  border-radius: 24px;
  flex-flow: column;
  max-width: 700px;
  width: 90%;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.div-block-9 {
  border-radius: 16px;
  flex: none;
  overflow: hidden;
}

.rich-text h1 {
  color: var(--body-text-main);
  font-weight: 300;
}

.rich-text h2 {
  color: var(--body-text-main);
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 300;
}

.rich-text h3 {
  color: var(--body-text-main);
  font-size: 1.1rem;
  font-weight: 300;
}

.rich-text h4 {
  font-size: .9rem;
  font-weight: 300;
}

.image-4 {
  object-fit: cover;
  height: 100%;
}

.image-5 {
  width: 24px;
  height: 24px;
}

.link-block {
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.atelier-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.atelier-wrapper {
  height: 100%;
}

.atelier-single-card {
  margin-bottom: 30px;
}

.atelier-single-card.atelier-single-card-block {
  position: relative;
}

.atelier-card {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.atelier-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.atelier-single-lightbox {
  width: 100%;
  height: 100%;
}

.atelier-single-image-thumbnail {
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.atelier-single-image-thumbnail:hover {
  opacity: 0.9;
}

/* Image Gallery Lightbox */
.image-lightbox {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.image-lightbox.active {
  display: flex;
}

.image-lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.image-lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}

.image-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background 0.2s ease;
}

.image-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.image-lightbox-prev,
.image-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: background 0.2s ease;
  user-select: none;
}

.image-lightbox-prev:hover,
.image-lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.image-lightbox-prev {
  left: 20px;
}

.image-lightbox-next {
  right: 20px;
}

@media screen and (min-width: 1440px) {
  .swiper-slide {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    position: fixed;
    padding: 32px;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    inset: 0%;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-logo {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
  }

  .container {
    height: auto;
    min-height: auto;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
    height: auto;
    min-height: auto;
  }

  .tile-single,
  .tile-double,
  .tile-triple {
    min-height: auto;
    height: auto;
  }

  /* Make Location and Availability tiles smaller in height */
  .div-block > .tile-single:first-child,
  .div-block > .tile-single:nth-child(2) {
    max-height: 200px;
    height: auto;
  }

  #w-node-_220a5deb-db93-1b9f-7cc3-3ce81aaee875-8a386576 {
    grid-column: span 2;
  }

  #w-node-a63f3c3a-edf4-4be1-58b2-985f040560a9-8a386576 {
    grid-column: span 2;
  }

  #w-node-_9637718c-0a4a-f339-2fb9-a01f49c111bc-8a386576 {
    grid-column: span 2;
  }

  #w-node-_00ae0828-750a-d0e3-aeec-0d08f2172f8f-8a386576 {
    grid-column: span 2;
  }

  #w-node-cd551aa7-ceb4-447a-21a7-83baa974004f-8a386576 {
    grid-column: span 2;
  }

  #w-node-_95ea2a31-e829-d981-5f0a-a00660cdf8a0-8a386576 {
    grid-column: span 1;
  }

  #w-node-_2056545a-6554-7b0e-546b-205e5fbf2f9b-8a386576 {
    grid-column: span 1;
  }
}

@media screen and (max-width: 767px) {
  .section {
    position: fixed;
    padding: 24px;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    inset: 0%;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-logo {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
  }

  .container {
    height: auto;
    min-height: auto;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 12px;
    height: auto;
    min-height: auto;
  }

  .swiper-slide {
    margin-right: 12px;
  }

  .tile-single,
  .tile-double,
  .tile-triple {
    min-height: auto;
    height: auto;
  }

  #w-node-_220a5deb-db93-1b9f-7cc3-3ce81aaee875-8a386576,
  #w-node-a63f3c3a-edf4-4be1-58b2-985f040560a9-8a386576,
  #w-node-_9637718c-0a4a-f339-2fb9-a01f49c111bc-8a386576,
  #w-node-_00ae0828-750a-d0e3-aeec-0d08f2172f8f-8a386576,
  #w-node-cd551aa7-ceb4-447a-21a7-83baa974004f-8a386576 {
    grid-column: span 2;
  }

  #w-node-_95ea2a31-e829-d981-5f0a-a00660cdf8a0-8a386576 {
    grid-column: span 1;
  }

  #w-node-_2056545a-6554-7b0e-546b-205e5fbf2f9b-8a386576 {
    grid-column: span 1;
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    position: fixed;
    padding: 16px;
    padding-top: 70px;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    inset: 0%;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-logo {
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
  }

  .container {
    height: auto;
    min-height: auto;
  }

  .div-block {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
    gap: 12px;
    height: auto;
    min-height: auto;
  }

  .swiper-slide {
    margin-right: 12px;
  }

  .tile-single,
  .tile-double,
  .tile-triple {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  #w-node-_220a5deb-db93-1b9f-7cc3-3ce81aaee875-8a386576,
  #w-node-a63f3c3a-edf4-4be1-58b2-985f040560a9-8a386576,
  #w-node-_9637718c-0a4a-f339-2fb9-a01f49c111bc-8a386576,
  #w-node-_00ae0828-750a-d0e3-aeec-0d08f2172f8f-8a386576,
  #w-node-cd551aa7-ceb4-447a-21a7-83baa974004f-8a386576,
  #w-node-_95ea2a31-e829-d981-5f0a-a00660cdf8a0-8a386576 {
    grid-column: span 1;
  }

  .div-block-3 {
    width: 100%;
    height: 146px;
  }

  .aerojob-popup-section {
    padding: 5px;
  }

  .content-wrap {
    padding: 5px;
  }

  .popup {
    max-width: 95%;
    width: 95%;
    max-height: 85vh;
    border-radius: 16px;
  }
}

#w-node-_220a5deb-db93-1b9f-7cc3-3ce81aaee875-8a386576 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a63f3c3a-edf4-4be1-58b2-985f040560a9-8a386576 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9637718c-0a4a-f339-2fb9-a01f49c111bc-8a386576, #w-node-_00ae0828-750a-d0e3-aeec-0d08f2172f8f-8a386576 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd551aa7-ceb4-447a-21a7-83baa974004f-8a386576 {
  grid-column: span 3;
}

#w-node-_95ea2a31-e829-d981-5f0a-a00660cdf8a0-8a386576 {
  grid-column: span 2;
}

#w-node-aca520ee-cd64-0749-213c-5c6ed3f6e849-8a386576, #w-node-aca520ee-cd64-0749-213c-5c6ed3f6e85b-8a386576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd551aa7-ceb4-447a-21a7-83baa974004f-8a386576 {
    grid-column: span 2;
  }
  
  #w-node-_95ea2a31-e829-d981-5f0a-a00660cdf8a0-8a386576 {
    grid-column: span 1;
  }

  #w-node-_2056545a-6554-7b0e-546b-205e5fbf2f9b-8a386576 {
    grid-column: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cd551aa7-ceb4-447a-21a7-83baa974004f-8a386576 {
    grid-column: span 2;
  }
  
  #w-node-_95ea2a31-e829-d981-5f0a-a00660cdf8a0-8a386576 {
    grid-column: span 1;
  }

  #w-node-_2056545a-6554-7b0e-546b-205e5fbf2f9b-8a386576 {
    grid-column: span 1;
    order: 0;
  }
}


