@font-face {
  font-family: Monument Grotesk;
  src: url('../fonts/ABCMonumentGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight: #081f5c;
  --porcelain: #edf1f6;
  --black-2: black;
  --moon: #f7f2eb;
  --medium: 2rem;
  --sky: #bad6eb;
  --dawn: #d0e3ff;
  --asian-pear: #f2f0de;
  --royal: #013648;
  --china: #7096d1;
  --jicama: #fff9f0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: #ffffff;
  color: var(--porcelain);
  letter-spacing: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: -.1em;
  font-size: 6.56em;
  font-weight: 500;
  line-height: .9;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.06em;
  font-weight: 500;
  line-height: .85;
}

h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  width: 100%;
  max-height: 100vh;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.page-main {
  max-height: 100vh;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 6em 6%;
  display: flex;
}

.page-padding.is-slider-releases {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper.is-slider-thumbs {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: visible;
}

.swiper.is-slider-list {
  width: 100%;
  height: 17.4em;
  overflow: hidden;
}

.swiper.is-slider-photo {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-slider-photo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 2% 4%;
  display: flex;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide.is-slider-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  border-bottom: 1px solid #ffffff4d;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 1.69em;
  padding-bottom: 1.69em;
  display: flex;
}

.swiper-slide.is-slider-photo {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-bullet {
  background-color: var(--black-2);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-height: 1.25em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--moon);
}

.slider-main_button {
  border: 2px solid var(--moon);
  color: var(--moon);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  background-color: var(--moon);
  color: var(--midnight);
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.2em;
  display: flex;
}

.section {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.section.is-slider-gallery {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.swiper-drag.is-slider-main {
  background-color: var(--moon);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.slider-main_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: var(--black-2);
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .88em;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_img-height {
  width: 100%;
  padding-top: 114%;
  position: relative;
  overflow: hidden;
}

.slider-main_text-wrapper {
  background-image: linear-gradient(to top, #0009, #0000 57%);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6%;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-main_link {
  width: 100%;
  position: relative;
}

.slider-main_title {
  letter-spacing: -.03em;
  font-size: 1.6em;
  line-height: .7;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.75em;
  display: flex;
}

.slider-main_arrow {
  z-index: 2;
  background-color: var(--moon);
  color: var(--midnight);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(.9)translate(-50%);
}

.slider-main_arrow.swiper-next {
  inset: 0% 0% 0% auto;
  transform: translate(50%);
}

.slider-main_arrow.swiper-next:hover {
  transform: scale(.9)translate(50%);
}

.slider-main_inner-wrapper {
  position: relative;
}

.slider-gallery_component {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-bg_img.white {
  background-color: var(--porcelain);
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-titles_component {
  z-index: 9999999;
  border-radius: var(--medium);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  background-color: #ffffff4f;
  border: 1px solid #ffffff4d;
  max-width: 25vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 2% 0% auto;
  overflow: hidden;
}

.slider-titles_heading {
  color: var(--black-2);
  letter-spacing: -.04em;
  white-space: nowrap;
  cursor: default;
  font-size: 2em;
  line-height: .8;
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: var(--black-2);
  background-color: #fff;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.slider-thumbs_component {
  width: 90%;
}

.slider-thumbs_height {
  padding-top: 62%;
  position: relative;
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: visible;
}

.slider-thumbs_wrapper {
  width: 100%;
}

.slider-releases_component {
  grid-row-gap: 4em;
  color: #fff;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slider-list_component {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.slider-list_title {
  font-size: 2.25em;
  line-height: 1;
}

.slider-list_rating {
  font-size: 1.38em;
  line-height: 1.1;
}

.slider-list_bottom-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-list_arrow-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-list_arrow {
  color: #ffffff4d;
  padding-top: .8em;
  padding-bottom: .8em;
  transition: color .1s;
}

.slider-list_arrow:hover {
  color: #fff;
}

.slider-list_icon {
  width: 6.88em;
  height: 1.13em;
}

.slider-list_icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-photo_component {
  flex: none;
  width: 50%;
}

.slider-photo_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.slider-photo_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: right;
  background-image: linear-gradient(#00000080 13%, #0000 51%);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-photo_link-text {
  font-size: 1.63em;
  line-height: 1;
}

.slider-photo_link-icon {
  width: 1.5em;
  height: 1.5em;
}

.slider-photo_card {
  width: 100%;
  height: 100%;
}

.slider-photo_overflow {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-photo_color {
  display: none;
}

.section_layout525 {
  color: #000;
  background-color: #0000;
  max-width: 90vw;
  height: 100%;
  max-height: 100vh;
  padding-top: 0%;
  overflow-y: auto;
  overflow-x: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xxsmall {
  margin: 0 0 .5rem;
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.layout525_grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout525_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.layout525_row.three-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.layout525_row.min-height {
  min-height: 80vh;
}

/* Dedicated layout enforcement for animated Skills/Tools/Clients row */
#w-node-animated-blocks-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column: 1 / -1 !important;
}

@media screen and (max-width: 991px) {
  #w-node-animated-blocks-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  #w-node-animated-blocks-row {
    grid-template-columns: 1fr !important;
  }

  /* Force all three-column rows to stack on mobile */
  .layout525_row.three-column {
    grid-template-columns: 1fr !important;
  }

  /* Smaller tags on mobile to fit more per row */
  .tag {
    padding: .12rem .32rem;
    font-size: .62rem;
    border-radius: 12px;
  }
}

.layout525_card-large {
  border-radius: var(--medium);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout525_card-large.bg-1 {
  background-color: var(--black-2);
  color: #fff;
}

.layout525_card-large.video {
  padding: 0;
}

.layout525_card-large.align-buttom {
  justify-content: flex-end;
  align-items: stretch;
}

.layout525_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout525_card-large-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.layout525_background-image-wrapper.hero-blur {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
}

.hero-blur .layout525_background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-blur-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  border-radius: 0 0 20px 20px;
  mask-image: linear-gradient(to top, black 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
}

.hero-blur-light {
  height: 70%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
}

.hero-blur-medium {
  height: 50%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2;
}

.hero-blur-heavy {
  height: 30%;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 3;
}

.hero-blur-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.25) 65%,
    rgba(0, 0, 0, 0.45) 100%
  );
  z-index: 4;
  pointer-events: none;
  border-radius: 20px;
}

.hero-text {
  position: relative;
  z-index: 10;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
}

/* Skills category grid/cards */
.skills-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  align-items: start;
}

.skills-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.5rem;
  min-height: 240px;
  background-color: rgba(255, 255, 255, 0.08);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

.skills-category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.45));
  z-index: 1;
}

.skills-category-blur {
  display: none !important;
}

.skills-category-blur-light {
  display: none !important;
}

.skills-category-blur-medium {
  display: none !important;
}

.skills-category-blur-heavy {
  display: none !important;
}

.skills-category-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  flex: 1;
  justify-content: space-between;
}

.skills-category-title {
  margin: 0;
}

.skills-category-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .skills-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .skills-category-grid {
    grid-template-columns: 1fr;
  }
}

/* Tools / Tech stack */
.tools-stack {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
}

.tools-divider {
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin: 2rem auto 1.5rem auto;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
}

.tool-card {
  background: #0f0f0f;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.tool-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tool-card-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tool-card-title {
  margin: 0;
  font-size: 1rem;
}

.tool-card-desc {
  margin: 0 0 0.9rem 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.tool-card-meter {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.tool-card-meter-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff, #cccccc);
  border-radius: 999px;
}

.tool-card-meter-label {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Contact section */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}

.contact-card {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-card.primary {
  background: linear-gradient(135deg, rgba(1, 54, 72, 0.9), rgba(1, 30, 50, 0.85));
}

.contact-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.contact-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-btn {
  min-width: 120px;
}

.contact-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-list a {
  color: #fff;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-icon {
  margin-right: 0.35rem;
}

.contact-availability,
.contact-note {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
}

@media screen and (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout525_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* Ensure video elements respect container bounds */
video.layout525_background-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-sizing: border-box;
}

/* Ensure video containers maintain 16:9 aspect ratio */
.job-video .layout525_card-large {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  min-height: auto !important;
  max-height: none !important;
}

@media screen and (min-width: 992px) {
  #work-slide-container .layout525_card-large {
    min-height: 900px;
  }
  /* Override min-height for video containers to maintain aspect ratio */
  #work-slide-container .job-video .layout525_card-large {
    min-height: auto !important;
  }
}

.layout525_card-large-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--midnight);
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout525_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout525_content-right-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout525_card-small {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout525_card-small.text-color-alternate {
  border-radius: var(--medium);
}

.layout525_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.layout525_item-icon-wrapper {
  display: inline-block;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.color-bg {
  width: 100%;
}

.body {
  background-color: var(--porcelain);
}

.paragraph {
  font-family: Inter, sans-serif;
  font-style: normal;
}

.bg-1 {
  background-color: var(--sky);
  color: var(--midnight);
}

.bg-2 {
  background-color: var(--dawn);
  color: var(--midnight);
}

.bg-3 {
  background-color: var(--asian-pear);
  color: var(--royal);
}

.bg-4 {
  background-color: var(--moon);
  color: var(--royal);
}

.bg-5 {
  background-color: var(--china);
  color: var(--porcelain);
}

.bg-6 {
  background-color: var(--porcelain);
  color: var(--royal);
}

.bg-7 {
  background-color: var(--royal);
  color: var(--porcelain);
}

.bg-8 {
  background-color: var(--midnight);
  color: var(--porcelain);
}

.bg-9 {
  background-color: var(--jicama);
  color: var(--royal);
}

.bg-glass {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #edf1f633;
  border: 1px solid #fffc;
}

.min-height {
  min-height: 15rem;
}

.min-height-small {
  min-height: 10rem;
}

.min-height-huge {
  min-height: 60vh;
}

.min-height-xxhuge {
  min-height: 30rem;
}

.header3_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header3_lightbox-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.heading-style-h6 {
  font-weight: 400;
}

.icon-large {
  width: 100%;
}

.side-blur {
  z-index: 5;
  border-radius: var(--medium);
  position: absolute;
  inset: 0%;
  box-shadow: inset -12px 0 10px -6px #ffffff80, inset 12px 0 10px -6px #ffffff80;
}

.layout525_card-auto {
  border-radius: var(--medium);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout525_card-auto.bg-1 {
  background-color: var(--sky);
  color: var(--midnight);
}

.layout525_card-auto.video {
  padding: 0;
}

.layout525_card-auto.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
}

.layout525_card-auto.blur.white {
  color: #fff;
}

.layout525_card-large-image {
  border-radius: var(--medium);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout525_card-large-image.bg-1 {
  background-color: var(--black-2);
  color: #fff;
}

.layout525_card-large-image.video {
  padding: 0;
}

.layout525_card-large-image.align-buttom {
  justify-content: flex-end;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .swiper-slide.is-slider-thumbs {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slider-titles_component {
    max-width: 45vw;
  }

  .slider-titles_heading {
    font-size: 3vw;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-releases_component {
    grid-template-columns: 1fr;
  }

  .slider-list_component, .slider-photo_component {
    width: 100%;
  }

  .slider-photo_overflow {
    height: 80vw;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout525_row {
    grid-template-columns: 1fr;
  }

  .layout525_card-large {
    padding: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout525_card-small {
    padding: 2rem;
  }

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

  .layout525_card-auto, .layout525_card-large-image {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h2, h3 {
    font-size: 6em;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .slider-main_arrow {
    width: 14vw;
    height: 14vw;
  }

  .slider-thumbs_wrapper {
    width: 100%;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout525_grid-list, .layout525_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout525_row.three-column {
    grid-template-columns: 1fr;
  }

  .layout525_row.min-height {
    min-height: 60vh;
  }

  .layout525_card-large {
    padding: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout525_card-small {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout525_card-auto, .layout525_card-large-image {
    padding: 1.5rem;
  }

  .layout525_card-large-image {
    min-height: 60vh;
  }

  .min-height-huge {
    min-height: 30vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 5.1em;
  }

  h3 {
    font-size: 5em;
  }

  .swiper.is-slider-list {
    font-size: .7em;
  }

  .swiper-slide.is-slider-titles {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .swiper-slide.is-slider-thumbs {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-titles_component {
    max-width: 70vw;
  }

  .slider-titles_heading {
    font-size: 5vw;
  }

  .section_layout525 {
    padding-top: 3vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout525_row {
    grid-template-columns: 1fr;
  }

  .layout525_row.three-column {
    grid-template-columns: 1fr;
  }

  .layout525_row.min-height {
    min-height: 50vh;
  }

  .layout525_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout525_card-large-content {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout525_content-right-top {
    grid-template-columns: 1fr;
  }

  .layout525_card-auto {
    flex-direction: column;
    display: flex;
  }

  .layout525_card-large-image {
    flex-direction: column;
    min-height: 60vh;
    display: flex;
  }

  .min-height-huge {
    min-height: 25vh;
  }
}

#w-node-_741c5a3e-71ce-4f71-e01c-823dd45b2587-ed941853, #w-node-e06310ad-5ba1-cebb-6097-f946ff3c08b7-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a94954f6-11ed-d561-9a4f-0db038565512-ed941853 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46c944ee-abe9-5d28-80de-e779d543cae1-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46c944ee-abe9-5d28-80de-e779d543cb07-ed941853 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08c00647-18cd-ef15-45ba-8b1604805dea-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c00647-18cd-ef15-45ba-8b1604805e0c-ed941853 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0d6532a7-d54e-1c57-3e22-49841c116c17-ed941853, #w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f13-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f3a-ed941853, #w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f48-ed941853 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d5696ae-e390-629e-2231-1399705916ea-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d5696ae-e390-629e-2231-139970591710-ed941853 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87daabce-5b85-51d2-870e-6bbdaaf8ab36-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6e5830a-7742-4a83-1fdf-404db5a709ca-ed941853 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_145d3458-0b8b-9e9f-7e99-a86e835ae9e9-ed941853, #w-node-acbccf13-55f8-062a-5e32-bf84cc28e6ce-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acbccf13-55f8-062a-5e32-bf84cc28e70f-ed941853 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4c7f930-7dad-d379-f23e-a6eedc33445b-ed941853, #w-node-b47c135e-a9d1-e060-0fb0-6e03f6b25fdf-ed941853, #w-node-_2bd342d7-ca7a-8f34-c55c-37f620a74637-ed941853, #w-node-_7971b0e7-0548-19c5-3e4c-9969190850a8-ed941853, #w-node-_31e6d130-de15-1564-65aa-c2a771f5825c-ed941853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f0e56790-b51e-c6e6-1432-cae6619bade8-ed941853, #w-node-a94954f6-11ed-d561-9a4f-0db038565512-ed941853, #w-node-_46c944ee-abe9-5d28-80de-e779d543cb07-ed941853, #w-node-_08c00647-18cd-ef15-45ba-8b1604805e0c-ed941853, #w-node-_0d6532a7-d54e-1c57-3e22-49841c116c18-ed941853, #w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f14-ed941853, #w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f3a-ed941853, #w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f3d-ed941853, #w-node-b4dc33bb-e89d-6b87-8a98-472f0a725f48-ed941853, #w-node-_5d5696ae-e390-629e-2231-1399705916eb-ed941853, #w-node-_5d5696ae-e390-629e-2231-139970591710-ed941853, #w-node-_3ccefed4-36db-49b1-9658-089a8c53baeb-ed941853, #w-node-b6e5830a-7742-4a83-1fdf-404db5a709ca-ed941853, #w-node-_145d3458-0b8b-9e9f-7e99-a86e835ae9e9-ed941853, #w-node-acbccf13-55f8-062a-5e32-bf84cc28e6cf-ed941853, #w-node-acbccf13-55f8-062a-5e32-bf84cc28e70f-ed941853, #w-node-f4c7f930-7dad-d379-f23e-a6eedc33445c-ed941853, #w-node-b47c135e-a9d1-e060-0fb0-6e03f6b25fe0-ed941853, #w-node-_2bd342d7-ca7a-8f34-c55c-37f620a74638-ed941853, #w-node-_7971b0e7-0548-19c5-3e4c-9969190850a9-ed941853, #w-node-_31e6d130-de15-1564-65aa-c2a771f5825d-ed941853 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Monument Grotesk';
  src: url('../fonts/ABCMonumentGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}