html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "Gabarito", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000!important;
  background: #fff!important;
  font-size: 23px;
  line-height: 115%!important;
  letter-spacing: -5%;
}

body.menu-open {
  overflow: hidden;
}

* {
  box-sizing: border-box!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

main#main {
  margin-top: 0!important;
}

.large_text {
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -4%;
}

hr {
  margin: 0!important;
  color: #D0D0D0!important;
  opacity: 1!important;
}

.bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

p.subheading {
  font-size: 40px;
  line-height: 105%;
  letter-spacing: -4%;
}

a {
  color: #000!important;
}

a.rounded_button,
input.rounded_button,
button.rounded_button {
  border: 0!important;
  border-radius: 3px!important;
  padding: 13px 35px!important;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -4%;
  font-weight: 500;
  width: auto;
  transition: .25s;
}

a.rounded_button.lime,
input.rounded_button.lime,
button.rounded_button.lime {
  background: #D4D35E!important;
  color: #000!important;
}

a.rounded_button.lime:hover,
input.rounded_button.lime:hover,
button.rounded_button.lime:hover {
  background: #c1c050!important;
}

a.rounded_button.black,
input.rounded_button.black,
button.rounded_button.black {
  background: #000!important;
  color: #fff!important;
}

a.rounded_button.black:hover,
input.rounded_button.black:hover,
button.rounded_button.black:hover {
  background: #222!important;
}

a.rounded_button.grey,
input.rounded_button.grey,
button.rounded_button.grey {
  background: #EAEAEA!important;
  color: #000!important;
}

a.rounded_button.grey:hover,
input.rounded_button.grey:hover,
button.rounded_button.grey:hover {
  background: #EAEAEA!important;
}

a.rounded_button.transparent,
input.rounded_button.transparent,
button.rounded_button.transparent {
  background: rgba(255, 255, 255, 0.5);
  color: #000!important;
}

a.rounded_button.transparent:hover,
input.rounded_button.transparent:hover,
button.rounded_button.transparent:hover {
  background: #fff;
}

h1, h2, h3 {
  margin-top: 40px!important;
  margin-bottom: 20px!important;
  display: block;
  font-weight: 400!important;
}

span.heading {
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}

h1.large, h2.largest, span.heading_one_large {
  font-size: 62px!important;
  line-height: 105%!important;
  letter-spacing: -4%;
}

h1, h2.large, h3.largest, span.heading_one {
  font-size: 48px!important;
  line-height: 100%!important;
  letter-spacing: -4%;
}

h2, h3.large, h1.small, span.heading_two {
  font-size: 42px!important;
  line-height: 90%!important;
  letter-spacing: -4%;
}

h3, h2.small, span.heading_three {
  font-size: 32px!important;
  line-height: 90%!important;
  letter-spacing: -4%!important;
}

span.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  font-size: 72px;
  letter-spacing: -4%;
  display: inline-block;
}

span.caveat.small {
  font-size: 44px;
  line-height: 100%;
}

span.caveat.rotated {
  transform: rotate(-2deg);
}

span.lime {
  color: #D4D35E;
}

.heading_underline {
  position: relative;
  display: inline-block;
  white-space:nowrap;
}

.heading_underline::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #D4D35E;
  -webkit-mask-image: url(/assets/2026/04/Yellow-Squiggle.svg);
  mask-image: url(/assets/2026/04/Yellow-Squiggle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  pointer-events: none;
  z-index: -1;
}

.heading_underline::after {
  bottom: -7px;
}

.heading_underline.caveat::after,
.caveat .heading_underline::after {
  bottom: -39px;
}

.sliding_menu {
  display: none;
}

header.site-header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 50;
}

header.site-header .burger-menu {
  display: none;
}

header.site-header.scrolled,
header.site-header.is-open {
  background: #000;
}

header.site-header .navbar {
  padding: 0;
  background: transparent;
}

header.site-header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  display: inline-block;
}

header.site-header .navbar .navbar-brand img {
  height: 50px;
  display: none;
}

/* Default: show light logo */
header.site-header .navbar .navbar-brand img.logo_light { display: block; }
header.site-header .navbar .navbar-brand img.logo_dark  { display: none;  }

/* Header has .dark class: show dark logo */
header.site-header.dark .navbar .navbar-brand img.logo_light { display: none;  }
header.site-header.dark .navbar .navbar-brand img.logo_dark  { display: block; }

/* Header has .light class: show light logo */
header.site-header.light .navbar .navbar-brand img.logo_light { display: block; }
header.site-header.light .navbar .navbar-brand img.logo_dark  { display: none;  }

/* Header has .scrolled class: show light logo */
header.site-header.scrolled .navbar .navbar-brand img.logo_light { display: block; }
header.site-header.scrolled .navbar .navbar-brand img.logo_dark  { display: none;  }

/* Header has .is-open class: show light logo */
header.site-header.is-open .navbar .navbar-brand img.logo_light { display: block; }
header.site-header.is-open .navbar .navbar-brand img.logo_dark  { display: none;  }

header.site-header .navbar #navbar {
  justify-content: center;
}

header.site-header .navbar #navbar ul li a {
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -4%;
  color: #000!important;
  position: relative;
  display: inline-block;
}

header.site-header.light .navbar #navbar ul li a,
header.site-header.scrolled .navbar #navbar ul li a {
  color: #fff!important;
}

header.site-header .navbar #navbar ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 50px;
  height: 18px;
  background-color: #D4D35E;
  -webkit-mask-image: url(/assets/2026/04/Yellow-Squiggle-Small.svg);
  mask-image: url(/assets/2026/04/Yellow-Squiggle-Small.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.15s;
}

header.site-header .navbar #navbar ul li a:hover:before,
header.site-header .navbar #navbar ul li a.active:before,
header.site-header .navbar #navbar ul li.current-menu-ancestor > a:before,
header.site-header .navbar #navbar ul li.current-menu-item a:before,
header.site-header .navbar #navbar ul li a.show:before {
  opacity: 1!important;
}

header.site-header .navbar #navbar ul li a:after {
  display: none;
}

header.site-header .navbar #navbar ul li ul.dropdown-menu {
  margin-top: 30px;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding: 25px 50px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

header.site-header .navbar #navbar ul li ul.dropdown-menu li a {
  padding: 4px 0;
  color: #9B9B9B!important;
  background: transparent;
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 150%;
}

header.site-header .navbar #navbar ul li ul.dropdown-menu li a:hover {
  color: #000!important;
}

header.site-header .navbar #navbar ul li ul.dropdown-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 12px;
  background-color: #D4D35E;
  -webkit-mask-image: url(/assets/2026/04/Yellow-Squiggle.svg);
  mask-image: url(/assets/2026/04/Yellow-Squiggle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  pointer-events: none;
  transform: unset;
  opacity: 0;
  transition: all 0.15s;
}

header.site-header .navbar #navbar ul li ul.dropdown-menu li a:hover:before {
  opacity: 1;
}

.links {
  margin-top: 40px;
}

/* Hero Slider Block */
.hero_slider_block {
  border-radius: 0 0 20px 20px;
  position: relative;
  height: 800px;
  overflow: hidden;
}

.hero_slider_block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 5;
}

.hero_slider_block .positioned_image {
  position: absolute;
  max-height: 600px;
  max-width: 600px;
  z-index: 5;
}

.hero_slider_block .hero_slider,
.hero_slider_block .hero_slider .slick-list,
.hero_slider_block .hero_slider .slick-list .slick-track,
.hero_slider_block .hero_slider .slick-list .slick-track .bg_image {
  height: 100%;
}

.hero_slider_block .hero_slider .slick-list .slick-track video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_slider_block .text_overlay {
  padding-bottom: 76px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  z-index: 10;
}

.hero_slider_block .slider_pagination {
  margin-top: 58px;
}

.hero_slider_block .slider_pagination .pagination_item {
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.hero_slider_block .slider_pagination .pagination_item.active {
  opacity: 1;
}

.hero_slider_block .slider_pagination .pagination_item.active p span {
  opacity: 0.2;
}

.hero_slider_block .slider_pagination .pagination_item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -4%;
}

.hero_slider_block .pagination_item .progress_bar {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 14px;
}

.hero_slider_block .pagination_item .progress_bar > span {
  display: block;
  height: 4px;
  width: 0%;
  transform: translateY(-1px)!important;
}

.hero_slider_block .pagination_item:nth-child(1) .progress_bar > span {
  background: #BF05BF;
}

.hero_slider_block .pagination_item:nth-child(2) .progress_bar > span {
  background: #21BF00;
}

.hero_slider_block .pagination_item:nth-child(3) .progress_bar > span {
  background: #16BFBF;
}

.hero_slider_block .pagination_item:nth-child(4) .progress_bar > span {
  background: #D4D35E;
}

/* Full Size Background with Text Block */
.full_size_background_with_text_block {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.full_size_background_with_text_block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 5;
}

.full_size_background_with_text_block video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full_size_background_with_text_block .corner_image {
  position: absolute;
  top: 35px;
  right: 35px;
  max-height: 160px;
  width: auto;
  pointer-events: none;
  z-index: 10;
}

.full_size_background_with_text_block .text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.full_size_background_with_text_block .text_overlay .text_wrapper span {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  line-height: 68%;
  letter-spacing: -4%;
  color: #D4D35E;
  display: block;
  text-align: center;
}

.full_size_background_with_text_block .text_overlay .text_wrapper {
  transform: rotate(-4deg);
}

.full_size_background_with_text_block .text_overlay .text_wrapper .yellow_squiggle {
  margin: 30px auto 0;
  display: block;
  height: 50px;
}

/* Background with Text Block */
.background_with_text_block .text_overlay {
  border-radius: 7px;
  padding: 150px 30px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.background_with_text_block .text_overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 5;
}

.background_with_text_block video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background_with_text_block .text_overlay .text_overlay_inner {
  text-align: center;
  position: relative;
  z-index: 10;
}

.background_with_text_block .text_overlay .text_overlay_inner p:last-child {
  margin-bottom: 0;
}

/* Standard Content Block */
.standard_content_block .text_wrapper > p:last-of-type {
  margin-bottom: 0;
}

/* Tiles with Content Block */
.tiles_with_content_block {
  overflow: hidden;
}

.tiles_with_content_block .tile {
  border-radius: 5px;
  padding: 20px;
  background: #000;
  color: #D4D35E;
  height: calc(100% - 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s;
}

.tiles_with_content_block .tile:hover {
  background: #484848;
}

.tiles_with_content_block .tile .number_wrapper {
  display: block;
  font-weight: 500;
  font-size: 55px;
  line-height: 90%;
  letter-spacing: -4%;
}

.tiles_with_content_block .tile p {
  margin-bottom: 0;
  color: #9D9D9D;
  font-weight: 500;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: -4%;
}

/* Logo Slider Block */
.logo_slider_block .ticker-wrap {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.logo_slider_block .ticker-wrap.gradient_active::before,
.logo_slider_block .ticker-wrap.gradient_active::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.logo_slider_block .ticker-wrap.gradient_active::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.logo_slider_block .ticker-wrap.gradient_active::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

.logo_slider_block .ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ticker-scroll 30s linear infinite;
}

.logo_slider_block .ticker-track .ticker-item {
  padding: 0 50px;
  flex-shrink: 0;
}

.logo_slider_block .ticker-track .ticker-item img {
  width: auto;
  display: block;
  object-fit: contain;
  max-width: 170px;
  filter: grayscale(100%) brightness(1);
  opacity: 0.4;
  transition: all 0.25s;
}

.logo_slider_block .ticker-track .ticker-item img:hover {
  filter: none;
  opacity: 1;
}

/* Static (no animation) state */
.logo_slider_block .ticker-wrap.is-static {
  justify-content: center;
}

.logo_slider_block .ticker-wrap.is-static::before,
.logo_slider_block .ticker-wrap.is-static::after {
  display: none;
}

.logo_slider_block .ticker-track.no_animate {
  animation: unset;
  justify-content: center;
  flex-wrap: wrap;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(var(--ticker-offset)); }
}

/* Left & Right Panels Block */
.left_and_right_panels_block .panels_wrapper {
  margin-top: 120px;
}

.left_and_right_panels_block .bg_image {
  border-radius: 9px;
}

.left_and_right_panels_block .content {
  padding: 30px 0;
}

/* Horizontal Icon Panels Block */
.horizontal_icon_panels_block .panels_wrapper {
  margin-top: 50px;
}

.horizontal_icon_panels_block .panels_wrapper img {
  margin-bottom: 35px;
  max-height: 200px;
  max-width: 180px;
  width: auto;
}

/* Horizontal Panels Block */
.horizontal_panels_block .panels_wrapper {
  margin-top: 50px;
}

.horizontal_panels_block .panels_wrapper .panel_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.horizontal_panels_block .panels_wrapper .panel_wrapper .bg_image_wrapper {
  margin-bottom: 25px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.horizontal_panels_block .panels_wrapper .panel_wrapper .bg_image_wrapper .bg_image {
  height: 100%;
  transition: all 0.25s;
}

.horizontal_panels_block .panels_wrapper .panel_wrapper:hover .bg_image_wrapper .bg_image {
  transform: scale(1.1);
}

.horizontal_panels_block .panels_wrapper .panel_wrapper .bg_image_wrapper .corner_image {
  position: absolute;
  top: 35px;
  left: 35px;
  max-height: 54px;
  max-width: 155px;
  width: auto;
  pointer-events: none;
  z-index: 5;
}

/* Vertical Panels Block */
.vertical_panels_block .panel_wrapper {
  transition: all 0.25s;
}

.vertical_panels_block .panel_wrapper:hover {
  background: #1C1C1C;
  color: #fff;
}

.vertical_panels_block .panel_wrapper hr {
  margin: 0!important;
  transition: all 0.25s;
}

.vertical_panels_block .panel_wrapper:hover hr {
  opacity: 0!important;
}

.vertical_panels_block .panel_wrapper .panel_inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.vertical_panels_block .panel_wrapper .panel_inner .heading_underline:after {
  opacity: 0;
  transition: all 0.25s;
}

.vertical_panels_block .panel_wrapper:hover .panel_inner .heading_underline:after {
  opacity: 1;
}

.vertical_panels_block .panel_wrapper .panel_inner .content p:last-child {
  margin-bottom: 0;
}

/* Accordion Block */
.accordion_block {
  background: #F5F2ED;
}

.accordion_block .vertical .accordion {
  margin-top: 60px;
}

.accordion_block .accordion .accordion-item {
  border-bottom: 1px solid #D0D0D0;
  background: transparent;
}

.accordion_block .accordion .accordion-item:first-child {
  border-top: 1px solid #D0D0D0;
}

.accordion_block .accordion .accordion-item:last-child {
  border-bottom: 1px solid #D0D0D0;
}

.accordion_block .accordion .accordion-item button {
  border: 0!important;
  padding: 30px 0;
  box-shadow: none!important;
  background: transparent;
  font-size: 35px;
  line-height: 98%;
  letter-spacing: -3%;
  color: #000;
}

.accordion_block .accordion .accordion-item button::after {
  display: none;
}

.accordion_block .accordion .accordion-item button::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #D4D35E;
  background-image: unset;
}

.accordion_block .accordion .accordion-item button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(180deg);
}

.accordion_block .accordion .accordion-item .accordion-body {
  padding: 10px 0 25px;
}

.vertical_slider_block {
  position: relative;
}

.vertical_slider_block .vertical_slider__outer {
  border-radius: 0;
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: visible;
}

.vertical_slider_block .vertical_slider__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}

.vertical_slider_block .vertical_slider__slide {
  position: absolute;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.vertical_slider_block .bg_image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Variable Width Image Ticker Block */
.variable_width_image_slider_block .image-ticker-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.variable_width_image_slider_block .image-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: image-ticker-scroll 60s linear infinite;
}

.variable_width_image_slider_block .image-ticker-item {
    margin: 0 15px;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}

.variable_width_image_slider_block .image-ticker-item .slide-inner {
    position: relative;
    background: #ccc;
}

.variable_width_image_slider_block .image-ticker-item .slide-inner .bg_image_wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.variable_width_image_slider_block .image-ticker-item .slide-inner .bg_image_wrapper .bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.25s;
}

.variable_width_image_slider_block .image-ticker-item .slide-inner:hover .bg_image_wrapper .bg_image {
    transform: scale(1.1);
}

@keyframes image-ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(var(--image-ticker-offset)); }
}

/* Image Slider Block */
.image_slider_block .bg_image {
  height: 312px;
}

/* Two Column Text Block */
.two_column_text_block .panel_wrapper {
  margin-top: 50px;
}

.two_column_text_block .left_text {
  color: #D4D35E;
}

.two_column_text_block .right_text p:last-child {
  margin-bottom: 0;
}

/* Projects Panels Block */
.project_panels_block .panels_wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.project_panels_block .filter-label {
  font-size: 16px;
  color: #9E9E9E;
}
.project_panels_block .filter-dropdown {
  display: inline-block;
  position: relative;
}
.project_panels_block .filter-dropdown .filter-btn {
  cursor: pointer;
}
.project_panels_block .sort-group .filter-dropdown .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: .25s;
}
.project_panels_block .filter-chevron {
  margin-left: 8px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  transition: transform 0.2s ease;
}
.project_panels_block .filter-btn[aria-expanded="true"] .filter-chevron::before {
  content: "\f068";
}
.project_panels_block .filter-btn.has-active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.project_panels_block .filter-dropdown .filter-dropdown-panel {
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 200;
  min-width: 180px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  padding: 0;
  white-space: nowrap;
}
.project_panels_block .sort-group .filter-dropdown .filter-dropdown-panel {
  left: auto;
  right: 0;
}
.project_panels_block .filter-dropdown .filter-dropdown-panel.is-open {
  display: flex;
}
.project_panels_block .filter-dropdown .filter-dropdown-panel label,
.project_panels_block .filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.project_panels_block .filter-option:hover {
  background: #f5f5f5;
}
.project_panels_block .filter-option input[type="checkbox"],
.project_panels_block .filter-option input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #000;
}
.project_panels_block .project-card {
  margin-top: 80px;
}
.project_panels_block .project-card:nth-child(-n+2) {
  margin-top: 0;
}
.project_panels_block .project-card a {
  color: #000 !important;
}

.project_panels_block .project-card .project-card__meta .project-card__tags {
  margin-bottom: 15px;
}

.project_panels_block .project-card .project-card__meta .project-card__tags .project-tag a {
  color: #D4D35E!important;
}

.project_panels_block .project-card .project-card__meta .project-card__tags .tag-sep {
  margin: 0 15px;
  display: inline-block;
  color: #D4D35E;
}

.project_panels_block .project-card .bg_image_wrapper {
  margin-bottom: 28px;
  border-radius: 9px;
  height: 425px;
  overflow: hidden;
  position: relative;
}
.project_panels_block .project-card .bg_image_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.project_panels_block .project-card .bg_image_wrapper .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
}
.project_panels_block .project-card .bg_image_wrapper .bg_image--primary {
  opacity: 1;
  z-index: 1;
}
.project_panels_block .project-card .bg_image_wrapper .bg_image--swap {
  opacity: 0;
  z-index: 2;
}
.project_panels_block .project-card:hover .bg_image_wrapper .bg_image--swap {
  opacity: 1;
}
.project_panels_block .project-card .project-client {
  color: #9E9E9E;
}
.project_panels_block .project-card .project-location {
  color: #BFB7B7;
}

/* Gallery Block */
.gallery_block .bg_image_wrapper {
  border-radius: 9px;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.gallery_block .bg_image_wrapper button {
  position: absolute;
  top: 25px;
  left: 25px;
}

.gallery_block .bg_image_wrapper a {
  outline: none;
}

.gallery_block .bg_image_wrapper .bg_image {
  height: 100%;
}

/* Images with Captions Block */
.images_with_captions_block .bg_image_wrapper {
  margin-top: calc(1.5rem * 1);
  border-radius: 9px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.images_with_captions_block .panel_wrapper:nth-child(-n+2) .bg_image_wrapper {
  margin-top: 0;
}

.images_with_captions_block .bg_image_wrapper .bg_image {
  height: 100%;
}

.images_with_captions_block .bg_image_wrapper .caption {
  border-radius: 35px;
  padding: 12px 30px;
  min-width: 130px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

/* Double Image with Caption Block */
.double_image_with_caption_block .main_image {
  height: 580px;
}

.double_image_with_caption_block .second_image {
  height: 410px;
}

.double_image_with_caption_block .caption {
  margin-top: 40px;
  transform: rotate(-1deg);
}

/* Triple Image with Caption Block */
.triple_image_with_caption_block .main_image {
  height: 400px;
}

.triple_image_with_caption_block .second_image {
  margin-top: -60px;
  height: 390px;
}

.triple_image_with_caption_block .third_image {
  margin-top: 70px;
  height: 325px;
}

.triple_image_with_caption_block .caption {
  margin-bottom: 35px;
  width: 100%;
  max-width: 400px;
  transform: rotate(-1deg);
}

/* Single Image Block */
.single_image_block .bg_image {
  border-radius: 9px;
  height: 550px;
}

/* Single Projects Post */
.single_project {
  padding-top: 125px;
}

.single_project .project-tags {
  margin-bottom: 15px;
  color: #D4D35E;
}

.single_project .project-tags .tag-sep {
  margin: 0 15px;
  display: inline-block;
}

.single_project .key_info {
  color: #9E9E9E;
  display: flex;
}

.single_project .key_info .divider {
  margin: 0 20px;
  display: inline-block;
}

/* Insights Panels Block */
.insights_panels_block {
  background: #F5F2ED;
}

.related_articles .panels_wrapper,
.insights_panels_block .panels_wrapper {
  margin-top: 50px;
}

.insights_panels_block .featured_article {
  margin: 0 0 80px;
  padding: 80px 0;
  background: #1C1C1C;
}

.insights_panels_block .featured_article .featured_image {
  border-radius: 9px;
  height: 100%;
  min-height: 520px;
  position: relative;
}

.insights_panels_block .featured_article .featured_image .featured_flag {
  margin-bottom: 0;
  border-radius: 35px;
  padding: 12px 30px;
  background: rgba(246, 246, 240, 0.3);
  color: #000!important;
  position: absolute;
  top: 20px;
  left: 15px;
}

.insights_panels_block .featured_article p,
.insights_panels_block .featured_article h2 a {
  color: #fff!important;
}

.insights_panels_block .featured_article .read_time {
  margin-right: 20px;
  color: #9E9E9E;
}

.insights_panels_block .featured_article .date {
  color: #D4D35E;
}

.insights_panels_block .featured_article .content {
  padding: 80px 0;
}

.related_articles .insight-card,
.insights_panels_block .insight-card {
  margin-top: 250px;
}

.related_articles .insight-card:nth-child(-n+3),
.insights_panels_block .insight-card:nth-child(-n+3) {
  margin-top: 0;
}

.related_articles .insight-card .bg_image_wrapper,
.insights_panels_block .insight-card .bg_image_wrapper {
  border-radius: 9px;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.related_articles .insight-card .bg_image_wrapper .bg_image,
.insights_panels_block .insight-card .bg_image_wrapper .bg_image {
  height: 100%;
  transition: all 0.25s;
}

.related_articles .insight-card:hover .bg_image_wrapper .bg_image,
.insights_panels_block .insight-card:hover .bg_image_wrapper .bg_image {
  transform: scale(1.1);
}

.related_articles .insight-card .content,
.insights_panels_block .insight-card .content {
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  padding: 30px;
  position: absolute;
  left: 0;
  top: calc(100% - 50px);
  background: #fff;
  width: 90%;
  height: 220px;
  box-shadow: 0 0 0 #fff;
  transition: all 0.25s;
}

.related_articles .insight-card:hover .content,
.insights_panels_block .insight-card:hover .content {
  box-shadow: 7px 7px 0 #D4D35E;
}

.related_articles .insight-card .content a,
.insights_panels_block .insight-card .content a {
  color: #000!important;
}

.related_articles .insight-card .content .read_time,
.insights_panels_block .insight-card .content .read_time {
  color: #E1E1E1;
  font-size: 21px;
}

.related_articles .insight-card .content .date,
.insights_panels_block .insight-card .content .date {
  color: #D4D35E;
}

/* ALM */
.alm-load-more-btn {
  display: none!important;
}

/* Image Bleed with Text Block */
.image_bleed_with_text_block .col_inner {
  padding-top: 110px;
  padding-bottom: 110px;
}

.image_bleed_with_text_block .bleed_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - min(100vw, 1320px)) / 2 + (min(100vw, 1320px) * (8/12)));
  height: 100%;
  border-radius: 0 9px 9px 0;
  overflow: hidden;
}

.image_bleed_with_text_block .bleed_slider .slick-list,
.image_bleed_with_text_block .bleed_slider .slick-track,
.image_bleed_with_text_block .bleed_slider .slick-slide,
.image_bleed_with_text_block .bleed_slider .slick-slide > div {
  height: 100%;
}

.image_bleed_with_text_block .bleed_slider .main_bg_image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.image_bleed_with_text_block .small_bg_image {
  margin-bottom: 35px;
  border-radius: 9px;
  height: 370px;
}

.image_bleed_with_text_block .caption {
  margin-left: -30px;
  width: calc(100% - 30px);
}

/* Form Block */
.form_block {
  background: #F5F2ED;
}

.form_block.vertical .wpcf7 {
  margin-top: 60px;
}

.form_block .wpcf7 .wpcf7-submit {
  margin-bottom: 0;
  border: 0!important;
}

/* Single Insights Post */
.single_post {
  padding-top: 125px;
  padding-bottom: 80px;
}

.single_post .post-navigation {
  margin: 60px 0 0!important;
  padding-top: 50px;
  border-top: 1px solid #D0D0D0;
}

.single_post .post-navigation__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
}

.single_post .post-navigation__link {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single_post .post-navigation__link:hover {
  border-color: #D4D35E;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.single_post .post-navigation__link--next {
  justify-content: flex-end;
  text-align: right;
}

.single_post .post-navigation__link--disabled {
  pointer-events: none;
  visibility: hidden;
}

.single_post .post-navigation__link i {
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.single_post .post-navigation__link:hover i {
  opacity: 1;
}

.single_post .post-navigation__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.single_post .post-navigation__label {
  text-transform: uppercase;
  opacity: 0.5;
}

/* Related Articles */
.related_articles {
  padding: 80px 0 220px;
  background: #F5F2ED;
}

.single_post .featured_image {
  margin-bottom: 40px;
  border-radius: 9px;
  height: 540px;
}

.single_post .read_time {
  margin-right: 20px;
  color: #9E9E9E;
}

.single_post .date {
  color: #D4D35E;
}

/* Default Form */
.wpcf7 .form-control {
  margin-bottom: 40px;
  border: 0;
  border-bottom: 1px solid #D7D7D7!important;
  border-radius: 0;
  padding: 12px 0;
  background: transparent !important;
  box-shadow: none;
  color: #BDBDBD!important;
}

.wpcf7 .form-control:focus {
  box-shadow: none;
}

.wpcf7 .form-control::-webkit-input-placeholder {
  color:#BDBDBD;
}

.wpcf7 .form-control::-moz-placeholder {
  color:#BDBDBD;
}

.wpcf7 .form-control::-ms-placeholder {
  color:#BDBDBD;
}

.wpcf7 .form-control::placeholder {
  color:#BDBDBD;
}

.wpcf7 .form-control:-webkit-autofill,
.wpcf7 .form-control:-webkit-autofill:hover, 
.wpcf7 .form-control:-webkit-autofill:focus, 
.wpcf7 .form-control:-webkit-autofill:active{
  -webkit-background-clip: text;
  -webkit-text-fill-color: #BDBDBD;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 15px !important;
  font-size: 18px;
}

.wpcf7 .wpcf7-spinner {
  display: none!important;
}

footer#footer {
  padding: 80px 0;
  background: #000;
}

footer#footer span.heading,
footer#footer p,
footer#footer a,
footer#footer ul li {
  color: #fff!important;
}

footer#footer a:hover {
  color: #D4D35E!important;
}

footer#footer .column ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

footer#footer .column p {
  margin-top: 0;
}

footer#footer .column ul,
footer#footer .column p {
  font-size: 20px;
  letter-spacing: -4%;
}

footer#footer .column p.heading {
  font-size: 23px;
  letter-spacing: -4%;
  color: #D4D35E!important;
}

footer#footer .fan {
  margin-right: 18px;
  height: 50px;
  width: auto;
}

footer#footer .wpcf7 {
  margin-top: 30px;
}

footer#footer .wpcf7 .form-control {
  margin-bottom: 0;
  border: 0 !important;
  border-radius: 3px 0 0 3px;
  padding: 12px 17px;
  background: #353535 !important;
}

footer#footer .wpcf7 .form-control.wpcf7-submit {
  border-radius: 0 3px 3px 0;
  color: #D4D35E!important;
}

footer#footer .wpcf7 .wpcf7-response-output {
  margin-top: 15px!important;
  padding: 8px 15px!important;
  color: #fff;
  text-align: center;
}

footer#footer hr {
  margin: 90px 0 25px!important;
  color: #444;
}

footer#footer p.copyright,
footer#footer p.copyright a {
  color: #5A5A5A!important;
  font-size: 20px;
  letter-spacing: -4%;
}

footer#footer p.copyright a:hover {
  color: #D4D35E!important;
}


@media (max-width: 1399.98px) {

  .hero_slider_block .positioned_image {
    left: calc(1.5rem * 0.5)!important;
    bottom: calc(1.5rem * 0.5)!important;
    max-width: 550px;
    max-height: 550px;
  }

}

@media (max-width: 1199.98px) {

  header.site-header .navbar #navbar ul li a {
    padding: 0 15px;
  }

  .logo_slider_block .ticker-track.no_animate .ticker-item {
    padding: 0 30px;
  }

  .logo_slider_block .ticker-track.no_animate .ticker-item img {
    margin: 10px 0;

  }

}

@media (max-width: 991.98px) {

  a.rounded_button,
  input.rounded_button,
  button.rounded_button {
    padding: 13px 25px!important;
  }

  h1.large, h2.largest, span.heading_one_large {
    font-size: 48px!important;
    line-height: 100%!important;
  }

  .burger-menu {
    margin-right: 22px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1100;
  }

  .burger-line {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s ease, width 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }

  header.site-header.light .burger-line {
    background: #fff;
  }

  header.site-header.dark .burger-line {
    background: #000;
  }

  header.site-header.scrolled .burger-line,
  header.site-header.is-open .burger-line {
    background: #fff;
  }

  .burger-menu:hover .burger-line:nth-child(2) {
    width: 18px;
  }

  .burger-menu.is-open .burger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .burger-menu.is-open .burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .burger-menu.is-open .burger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .burger-menu.is-open:hover .burger-line:nth-child(2) {
    width: 24px;
  }

  .sliding_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 20;
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    text-align: center;
  }

  .sliding_menu.is-open {
    transform: translateX(0);
  }

  .sliding_menu__inner {
    padding: 120px 40px 60px;
  }

  .sliding_menu .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sliding_menu .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .sliding_menu .navbar-nav .nav-link {
    padding: 12px 0;
    display: inline-block;
    font-size: 28px;
    color: #fff!important;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }

  .sliding_menu .navbar-nav .nav-link:hover {
    padding-left: 8px;
    color: #D4D35E!important;
  }

  .sliding_menu .dropdown-menu {
    margin: 0;
    padding: 0;
    display: block !important;
    list-style: none;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.65s ease-in-out,
                opacity    0.5s  ease-in-out;
    position: static !important;
    transform: none !important;
    float: none !important;
    text-align: center;
  }

  .sliding_menu .dropdown-menu.is-open {
    max-height: 320px; /* tight ceiling — adjust if you have very long sub-menus */
    opacity: 1;
  }

  .sliding_menu .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-size: 21px;
    color: #fff!important;
    border: none;
    background: transparent;
    display: block;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }

  .sliding_menu .dropdown-menu .dropdown-item:hover {
    padding-left: 8px;
    color: #D4D35E!important;
    background: transparent;
  }

  .sliding_menu .dropdown-toggle::after {
    display: inline-block;
    vertical-align: middle;
    content: "▾";
    border: none;
    font-size: 0.75em;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.65s ease-in-out;
  }

  .sliding_menu .dropdown-toggle.is-open::after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .hero_slider_block {
    height: 90vh;
  }

  .hero_slider_block .positioned_image {
    bottom: 100px!important;
    max-width: 450px;
    max-height: 450px;
  }

  .hero_slider_block .slider_pagination {
    margin-top: 25px;
  }

  .hero_slider_block .slider_pagination .pagination_item p {
    font-size: 18px;
  }

  .tiles_with_content_block .tile .number_wrapper {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .tiles_with_content_block .tile {
    padding: 10px;
    height: 100%;
  }

  .tiles_with_content_block .tile p {
    font-size: 21px;
  }

  .image_bleed_with_text_block .bleed_slider {
    margin: 40px 0;
    position: unset;
    width: 100%;
  }

  .image_bleed_with_text_block .bleed_slider .main_bg_image {
    border-radius: 9px;
    height: 500px;
  }

  .image_bleed_with_text_block .small_bg_image {
    display: none;
  }

  .image_bleed_with_text_block .caption {
    margin-left: 0;
    width: auto;
  }

  .image_bleed_with_text_block .col_inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .left_and_right_panels_block .content {
    padding: 0;
  }

  .horizontal_panels_block .content {
    text-align: left!important;
  }

  .project_panels_block .project-card .bg_image_wrapper {
    height: 360px;
  }

  .gallery_block .bg_image_wrapper {
    height: 450px;
  }

  .images_with_captions_block .bg_image_wrapper {
    height: 380px;
  }

  .triple_image_with_caption_block .third_image {
    margin-top: 1.5rem;
  }

  .accordion_block .accordion .accordion-item button {
    font-size: 28px;
    line-height: 100%;
  }

  .related_articles .insight-card:nth-child(3n),
  .insights_panels_block .insight-card:nth-child(3n) {
    margin-top: 250px;
  }

  .form_block.horizontal .wpcf7 {
    margin-top: 40px;
  }

  footer#footer .wpcf7 {
    margin-top: 20px;
  }

}

@media (max-width: 767.98px) {

  html, body {
    font-size: 20px;
    line-height: 120%!important;
    letter-spacing: -4%;
  }

  .large_text {
    font-size: 24px;
  }

  .horizontal_line_block,
  .logo_slider_block,
  .tiles_with_content_block,
  .left_and_right_panels_block,
  .horizontal_panels_block,
  .background_with_text_block,
  .vertical_panels_block,
  .form_block,
  .image_bleed_with_text_block,
  .variable_width_image_slider_block,
  .project_panels_block,
  .single_project,
  .single_post,
  .related_articles,
  .gallery_block,
  .single_heading_block,
  .two_column_text_block,
  .images_with_captions_block,
  .double_image_with_caption_block,
  .triple_image_with_caption_block,
  .standard_content_block,
  .accordion_block,
  .heading_with_text_block,
  .insights_panels_block {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }

  section:first-child:not(.hero_slider_block, .vertical_slider_block),
  .single_project,
  .single_post {
    padding-top: 115px!important;
  }

  h1.large, h2.largest, span.heading_one_large,
  h1, h2.large, h3.largest, span.heading_one {
    font-size: 42px!important;
    line-height: 90%!important;
  }

  h2, h3.large, h1.small, span.heading_two {
    font-size: 36px!important;
    line-height: 90%!important;
  }

  span.caveat {
    font-size: 56px;
  }

  .heading_underline.caveat::after,
  .caveat .heading_underline::after {
    bottom: -30px;
  }

  .hero_slider_block .slider_pagination .pagination_item {
    display: none;
    opacity: 1;
  }

  .hero_slider_block .slider_pagination .pagination_item.active {
    display: block;
  }

  .logo_slider_block .ticker-track .ticker-item {
    padding: 0 30px;
  }

  .full_size_background_with_text_block .corner_image {
    top: 25px;
    right: 25px;
    max-height: 110px;
  }

  .full_size_background_with_text_block .text_overlay .text_wrapper span {
    font-size: 74px;
  }

  .full_size_background_with_text_block .text_overlay .text_wrapper .yellow_squiggle {
    margin: 15px auto 0;
    height: 28px;
  }

  .horizontal_panels_block .content p:last-child {
    margin-bottom: 0;
  }

  .horizontal_panels_block .panels_wrapper {
    margin-top: 0;
  }

  .horizontal_panels_block .panels_wrapper .panel_wrapper {
    margin-top: 50px;
  }

  .horizontal_panels_block .panels_wrapper .panel_wrapper .bg_image_wrapper {
    height: 360px!important;
  }

  .vertical_panels_block .panel_wrapper .panel_inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .image_slider_block .bg_image {
    height: 200px;
  }

  .variable_width_image_slider_block .image-ticker-track {
    animation: image-ticker-scroll 90s linear infinite;
  }

  .project_panels_block .filter-label {
    width: 60px;
  }

  .project_panels_block .project-card {
    margin-top: 40px!important;
  }

  .project_panels_block .project-card:nth-child(-n+2) {
    margin-top: 0!important;
  }

  .project_panels_block .project-card .bg_image_wrapper {
    height: 320px;
  }

  .single_project .key_info .divider {
    display: none;
  }

  .single_project .key_info {
    display: block;
  }

  .gallery_block .bg_image_wrapper {
    height: 420px;
  }

  .left_and_right_panels_block .panels_wrapper {
    margin-top: 60px;
  }

  .left_and_right_panels_block .row {
    height: unset!important;
  }

  .left_and_right_panels_block .bg_image {
    height: 320px!important;
  }

  .two_column_text_block .panel_wrapper {
    margin-top: 20px;
  }

  .images_with_captions_block .bg_image_wrapper {
    height: 320px;
  }

  .double_image_with_caption_block .main_image,
  .double_image_with_caption_block .second_image {
    margin-top: 20px;
    height: 320px;
  }

  .triple_image_with_caption_block .main_image,
  .triple_image_with_caption_block .second_image,
  .triple_image_with_caption_block .third_image {
    margin-top: 20px;
    height: 320px;
  }

  .triple_image_with_caption_block .main_image {
    margin-top: 0;
  }

  .form_block.vertical .wpcf7 {
    margin-top: 40px;
  }

  .accordion_block .vertical .accordion {
    margin-top: 40px;
  }

  .accordion_block .accordion .accordion-item button {
    font-size: 23px;
    padding: 20px 0;
  }

  .related_articles .panels_wrapper,
  .insights_panels_block .panels_wrapper {
    margin-top: 0;
  }

  .related_articles .insight-card .content,
  .insights_panels_block .insight-card .content {
    margin-top: -50px;
    padding: 20px;
    position: relative;
  }

  .related_articles .insight-card,
  .insights_panels_block .insight-card,
  .related_articles .insight-card:nth-child(3n),
  .insights_panels_block .insight-card:nth-child(3n) {
    margin-top: 40px;
  }

  .single_post .featured_image {
    height: 380px;
  }

  footer#footer {
    padding: 60px 0;
  }

  footer#footer ul li {
    padding: 5px 0;
  }

  footer#footer .column {
    margin-top: 30px;
    text-align: center;
  }

  footer#footer .column p.heading {
    margin-bottom: 10px;
  }

  footer#footer .column:first-child {
    margin-top: 0;
  }

  footer#footer .column p:last-child {
    margin-bottom: 0;
  }

}

@media (max-width: 575.98px) {

  .horizontal_line_block,
  .logo_slider_block,
  .tiles_with_content_block,
  .left_and_right_panels_block,
  .horizontal_panels_block,
  .background_with_text_block,
  .vertical_panels_block,
  .form_block,
  .image_bleed_with_text_block,
  .variable_width_image_slider_block,
  .project_panels_block,
  .single_project,
  .single_post,
  .related_articles,
  .gallery_block,
  .single_heading_block,
  .two_column_text_block,
  .images_with_captions_block,
  .double_image_with_caption_block,
  .triple_image_with_caption_block,
  .standard_content_block,
  .accordion_block,
  .heading_with_text_block,
  .insights_panels_block {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }

  section:first-child:not(.hero_slider_block, .vertical_slider_block),
  .single_project,
  .single_post {
    padding-top: 90px!important;
  }

  html, body {
    font-size: 18px;
    line-height: 115%!important;
  }

  .large_text {
    font-size: 23px;
  }

  h1.large, h2.largest, span.heading_one_large,
  h1, h2.large, h3.largest, span.heading_one {
    font-size: 36px!important;
  }

  h2, h3.large, h1.small, span.heading_two {
    font-size: 32px!important;
  }

  h3, h2.small, span.heading_three {
    font-size: 26px!important;
    }

  span.caveat {
    font-size: 48px;
  }

  span.caveat.small {
    font-size: 32px;
  }

  .heading_underline::after {
    -webkit-mask-image: url(/assets/2026/05/Yellow-Squiggle-Small-No-Ratio.svg);
    mask-image: url(/assets/2026/05/Yellow-Squiggle-Small-No-Ratio.svg);
    bottom: -8px;
  }

  .heading_underline.caveat::after,
  .caveat .heading_underline::after {
    bottom: -28px;
  }

  a.rounded_button,
  input.rounded_button,
  button.rounded_button {
    padding: 10px 15px!important;
    font-size: 17px;
  }

  .links {
    margin-top: 30px;
  }

  .burger-menu {
    margin-right: 0;
  }

  header.site-header {
    padding: 10px 0;
  }

  header.site-header .navbar .navbar-brand img {
    height: 38px;
  }

  .hero_slider_block .positioned_image {
    bottom: 40px!important;
    max-width: 380px;
    max-height: 380px;
  }

  .full_size_background_with_text_block .text_overlay .text_wrapper span {
    font-size: 54px;
    line-height: 80%;
  }

  .full_size_background_with_text_block .text_overlay .text_wrapper .yellow_squiggle {
    height: 20px;
  }

  .logo_slider_block .ticker-track.animate .ticker-item img {
    max-height: 45px!important;
  }

  .background_with_text_block .text_overlay {
    padding: 65px 15px;
  }

  .project_panels_block .panels_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .project_panels_block .project-card .bg_image_wrapper {
    height: 280px;
  }

  .project_panels_block .project-card:nth-child(2n) {
    margin-top: 40px!important;
  }

  .images_with_captions_block .panel_wrapper:nth-child(odd) .bg_image_wrapper {
    margin-bottom: 1.5rem;
    height: 300px;
  }

  .gallery_block .bg_image_wrapper {
    height: 350px;
  }

  .related_articles .insight-card:nth-child(2n),
  .insights_panels_block .insight-card:nth-child(2n) {
    margin-top: 40px;
  }

  .related_articles .insight-card .bg_image_wrapper,
  .insights_panels_block .insight-card .bg_image_wrapper {
    height: 220px;
  }

  .single_post .post-navigation {
    margin: 30px 0 0!important;
  }

  .single_post .post-navigation__inner {
      flex-direction: column;
      gap: 1rem;
  }

  .single_post .post-navigation__link--next {
      justify-content: flex-start;
      text-align: left;
  }

  .single_post .featured_image {
    height: 320px;
  }

  .wpcf7 .form-control {
    margin-bottom: 20px;
  }

}

