@font-face {
  font-family: Ignaziotext;
  src: url('../fonts/IgnazioText-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ignaziodisplay;
  src: url('../fonts/IgnazioDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Maziusreview20;
  src: url('../fonts/MAZIUSREVIEW20.09-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --swatch--bc-brand: #013220;
  --olive-drab: #548a15;
  --steel-blue: #537092;
  --olive-drab-2: #82a55c;
  --dark-slate-blue: #185079;
  --black: #0e0e0e;
  --black-2: #1d1d1d;
  --lime-green: #63c740;
  --alice-blue: #e3edf8;
  --forest-green: #008a00;
  --dark-green: darkgreen;
  --black-3: #0c171fbf;
  --black-4: #000000bd;
  --powder-blue: #aad8db;
  --salmon: #fa948a;
  --green-yellow: #dffb70;
  --tan: #a48f62;
  --tan-2: #cebc95;
  --tan-3: #b6a277;
}

.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;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: underline;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  list-style-type: disc;
}

.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 100svh;
  padding-top: 148px;
  padding-bottom: 64px;
  display: flex;
}

.hero-section.sub-page {
  background-color: var(--swatch--bc-brand);
  height: auto;
  padding-bottom: 64px;
}

.hero-section.sub-page.team-profile {
  padding-top: 135px;
  padding-bottom: 0;
}

.full-container {
  z-index: 1;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.full-container.nav {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 95%;
  display: flex;
}

.full-container._90 {
  width: 95%;
  max-width: 95%;
}

.hero-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-right: auto;
  display: flex;
}

.hero-wrapper.left {
  text-align: left;
  align-items: flex-start;
}

.heading-wrapper._12 {
  margin-bottom: 12px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.section {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.dark-blue {
  background-color: var(--swatch--bc-brand);
  color: #fff;
}

.section.cta {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/nastuh-abootalebi-rSpMla5RItA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 125px;
}

.section.bottom-padding {
  padding-bottom: 80px;
  position: relative;
}

.section._0-padding {
  padding-top: 0;
}

.main-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.main-grid.top {
  grid-column-gap: 57px;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
}

.main-grid.column-1 {
  grid-row-gap: 100px;
  grid-template-columns: 1fr;
}

.main-grid.column-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.section-image {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 11px 11px 20px -9px #0000001a;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-2 {
  z-index: 2;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  display: inline-block;
  position: relative;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph ul {
  text-transform: none;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph._800 {
  white-space: normal;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph._24 {
  font-size: 22px;
  font-weight: 400;
}

.paragraph.services p {
  margin-left: 0;
}

.body {
  font-family: Karla, sans-serif;
}

.center-wrapper {
  text-align: center;
  max-width: 800px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper._0-margin {
  margin-bottom: 0;
}

.button {
  background-color: var(--swatch--bc-brand);
  text-transform: none;
  border-radius: 100px;
  padding: 10px 35px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: opacity .2s;
}

.button:hover {
  opacity: .85;
  color: #fff;
}

.button.light {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  font-family: Aeonikpro;
}

.button.transparent {
  background-color: #12202b00;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  transition-property: all;
}

.button.transparent:hover {
  opacity: .5;
  border-bottom-color: #54c299;
}

.footer {
  background-color: var(--swatch--bc-brand);
  color: #fff;
  padding-top: 64px;
  padding-bottom: 0;
}

.navbar {
  background-color: #ddd0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  filter: brightness(0%) invert() grayscale();
}

.brand {
  margin-right: auto;
}

.nav-link {
  color: #fff;
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .5;
}

.clients {
  filter: none;
}

.button-wrapper {
  margin-top: 32px;
}

.dropdown {
  display: none;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.service-card {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
}

.div-block-4 {
  margin-top: 25px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.why-card {
  box-shadow: none;
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 25px 50px;
  display: flex;
}

.burger-3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.nav-menu {
  z-index: 999;
  align-items: center;
  display: flex;
}

.value-wrapper {
  text-align: left;
  margin-top: 8px;
}

.list-item {
  margin-bottom: 3px;
}

._800-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.copyright-wrapper-2 {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-header-2 {
  color: #ffffff78;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.links-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-15 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

.footer-links {
  color: #fff;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
}

.footer-links:hover {
  opacity: .5;
}

.footer-links.nay {
  margin-bottom: 0;
  font-size: 12px;
}

.footer-links.nay:hover {
  color: #fff;
}

.footer-links.hover-off {
  pointer-events: auto;
  cursor: auto;
}

.footer-links.hover-off:hover {
  opacity: 100;
}

.link-grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  max-width: 800px;
}

.footer-logo {
  filter: brightness(200%) brightness(200%) brightness(200%) brightness(200%) grayscale();
}

.footer-logo.bottom {
  filter: grayscale() brightness(20000%);
  width: 264px;
  margin-bottom: 50px;
}

.services-card {
  background-image: linear-gradient(#00000059, #00000059), url('../images/whatwedo01.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.location-card {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  filter: grayscale();
}

.margin {
  margin-bottom: 24px;
}

.burger-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 0;
  background-color: #013220;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-links {
  color: #fff;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 55px;
  text-decoration: none;
  transition: color .3s;
}

.nav-links:hover {
  color: #ffffff80;
}

.nav-links.drop {
  align-items: center;
  padding: 0 35px 0 0;
}

.menu-buttons {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: static;
  inset: 0% auto 0% 5%;
}

.site-image {
  text-align: left;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.team-image {
  aspect-ratio: 2 / 2.2;
  object-fit: cover;
}

.transition-images {
  background-image: url('../images/Optimized-Firm-4.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 650px;
  display: none;
}

.transition-images._3 {
  background-image: url('../images/Optimized-Firm-1.jpg');
  background-position: 50%;
}

.transition-images._2 {
  background-image: url('../images/Optimized-Real-Estate-Construction-6.jpg');
  background-position: 50%;
}

.transition-images._4 {
  background-image: url('../images/2025_09_vonBalluseck640038.jpg');
  background-position: 50%;
  display: block;
}

.job-title {
  font-size: 16px;
}

.job-title.mg-small {
  margin-bottom: 8px;
}

.job-title p {
  margin-bottom: 0;
}

.faq-question-wrap-2 {
  border-bottom: 1px solid #eeeeee26;
  margin-bottom: 35px;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.icon-5 {
  color: #fff;
  font-size: 25px;
  top: 6px;
}

.dropdown-list {
  background-color: #ddd3;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #ddd0;
}

.dropdown-link {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  padding: 12px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.dropdown-link:hover {
  filter: hue-rotate(78deg);
  color: #ffffff80;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #ffffff80;
}

.dropdown-link._1:hover {
  filter: hue-rotate(75deg);
}

.link-9 {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.content-wrapper-no-animation {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-copy {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.silly {
  background-color: #ddd0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video-2 {
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-paragraph {
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.mg-regular {
  margin-bottom: 24px;
}

.div-block-32 {
  max-width: 800px;
}

.info-wrapper {
  padding: 32px;
}

.faq-question-bar {
  color: #000;
  background-color: #3f393900;
  border-bottom: 1px solid #00000014;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 12px;
  text-decoration: none;
  display: block;
}

.team-image-2 {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  object-position: 50% 0%;
}

.rich-text-block {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-2 {
  background-color: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  inset: 9px 0% 0%;
}

.div-block-2._2 {
  width: 2px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% 0% 10px;
}

.mg-medium {
  margin-bottom: 12px;
}

.faq-arrow-2 {
  filter: invert();
  width: 20px;
}

.card-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  position: relative;
  box-shadow: 0 2px 30px #0000000a;
}

.card-2.padding-none {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  color: #000;
  background-color: #fff0;
  border-style: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.accordion-content {
  overflow: hidden;
}

.div-block-3 {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-left: 12px;
  position: relative;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-33 {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-34 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.image-25 {
  filter: brightness(0%) grayscale();
  width: 20px;
}

.profile-picture {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.overlay-wrapper {
  color: #fff;
  background-image: linear-gradient(#fff0 46%, #000000bf);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hero-section, .hero-section.sub-page {
    padding-bottom: 32px;
  }

  .full-container.nav {
    width: 90%;
  }

  .section {
    padding-bottom: 0;
  }

  .section.cta {
    padding-bottom: 100px;
  }

  .section.bottom-padding {
    padding-bottom: 125px;
  }

  .main-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .main-grid.top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .main-grid.column-1, .main-grid.column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-image {
    max-width: none;
    height: 400px;
    margin-bottom: 25px;
  }

  .content-wrapper {
    width: 100%;
    max-width: none;
  }

  .navbar {
    position: absolute;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .service-card {
    border-left-style: none;
  }

  .menu-button {
    color: #fff;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .burger-3 {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    width: 50px;
    height: 50px;
  }

  .b3-bar1, .b3-middlebar-base, .b3-middlebar, .b3-bar3 {
    background-color: #fff;
  }

  .grid-15 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .link-grid-2 {
    grid-template-columns: .75fr;
  }

  .services-card, .location-card {
    width: 100%;
    max-width: none;
  }

  .full-screen-menu {
    flex-direction: column;
  }

  .dropdown-2 {
    margin-right: -20px;
  }

  .dropdown-list.w--open {
    text-align: center;
    position: static;
  }

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

  .content-wrapper-no-animation, .content-wrapper-left, .content-wrapper-copy {
    width: 100%;
    max-width: none;
  }

  .silly {
    position: absolute;
  }

  .info-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-image-2 {
    aspect-ratio: 1;
    width: 100%;
  }

  .card-2 {
    padding: 32px;
  }

  .card-2.padding-none {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1;
  }

  h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading {
    font-size: 55px;
    line-height: 65px;
  }

  .section {
    padding-top: 50px;
  }

  .section.bottom-padding {
    padding-bottom: 50px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link {
    display: block;
  }

  .left-footer-grid {
    text-align: center;
  }

  .service-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-card {
    flex-direction: column;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .value-wrapper {
    margin-left: 0;
  }

  .copyright-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .links-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .link-grid-2 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .services-card {
    padding: 30px;
  }

  .team-image {
    aspect-ratio: 1;
  }

  .transition-images {
    height: 450px;
  }

  .dropdown-2 {
    margin-right: -20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-section.sub-page {
    padding-top: 100px;
  }

  .hero-section.sub-page.team-profile {
    padding-top: 80px;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.cta, .section.bottom-padding {
    padding-bottom: 50px;
  }

  .main-grid {
    grid-row-gap: 40px;
  }

  .section-image {
    height: 300px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph ul {
    font-size: 14px;
  }

  .paragraph._24 {
    font-size: 22px;
  }

  .center-wrapper {
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 50px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    max-width: 148px;
  }

  .brand {
    padding-left: 0;
  }

  .service-card {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .copyright-wrapper-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-logo {
    width: 145px;
  }

  .footer-logo.bottom {
    width: 250px;
    margin-bottom: 35px;
  }

  .services-card {
    padding: 20px;
  }

  .html-embed {
    max-height: 300px;
    overflow: hidden;
  }

  .nav-links.drop {
    padding-right: 45px;
  }

  .transition-images {
    height: 300px;
  }

  .job-title.mg-small {
    font-size: 14px;
  }

  .icon-5 {
    font-size: 18px;
    top: 4px;
  }

  .dropdown-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 300;
  }

  .silly {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-paragraph {
    font-size: 16px;
  }

  .info-wrapper {
    padding-top: 24px;
  }

  .faq-question-bar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-image-2 {
    aspect-ratio: 1;
  }

  .card-2, .overlay-wrapper {
    padding: 24px;
  }
}

#w-node-fc6f119c-fa6f-8a1e-3bf7-adb6042576a4-afa6c6bc {
  align-self: center;
}

#w-node-c7e02c08-04e4-2325-d816-6bb630cde853-afa6c6bd {
  align-self: auto;
}

#w-node-c7e02c08-04e4-2325-d816-6bb630cde859-afa6c6bd {
  align-self: center;
}

#w-node-_35116cb5-57c9-ee05-08de-23775dbce345-afa6c6bd {
  align-self: auto;
}

#w-node-a8be7267-326d-624a-7447-09403237b370-afa6c6bd {
  align-self: center;
}

#w-node-_131aa5a4-8486-9fce-72db-ce6ffa87e567-afa6c6bd {
  align-self: auto;
}

#w-node-_131aa5a4-8486-9fce-72db-ce6ffa87e56d-afa6c6bd {
  align-self: center;
}

#w-node-b96e14c5-6ebc-48c9-d77c-89b677601238-afa6c6bd {
  align-self: auto;
}

#w-node-b96e14c5-6ebc-48c9-d77c-89b67760123e-afa6c6bd {
  align-self: center;
}

#w-node-_3ff4c175-a6cb-903e-4846-79eeda2d1beb-f8212998, #w-node-fecf1aac-4f25-4811-ac3f-c1ccda646dc2-f8212998, #w-node-_47ce516f-849d-e426-0bd5-a71050958c5d-f8212998, #w-node-e824400c-00a0-3825-6dae-6a2d13839831-36e8e786, #w-node-e824400c-00a0-3825-6dae-6a2d13839831-c4585338 {
  align-self: start;
}


@font-face {
  font-family: 'Ignaziotext';
  src: url('../fonts/IgnazioText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ignaziodisplay';
  src: url('../fonts/IgnazioDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maziusreview20';
  src: url('../fonts/MAZIUSREVIEW20.09-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}