.fixedcompile {
  color: white;
}

#masthead {
  padding-top: 40px;
}

#masthead .site-branding img {
  display: none;
}

#masthead.scrolled {
  padding-top: 20px;
}

#masthead.scrolled .site-branding img {
  display: block;
}

.one {
  color: transparent;
}

#home-banner {
  width: 100%;
  height: auto;
  background: #2F383F;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#home-banner .primary-heading {
  color: #F5F1EA;
}

@media only screen and (max-width: 585px) {
  #home-banner .overlay {
    display: none;
  }
}

#home-banner .home-banner-inner {
  height: 100%;
  align-items: stretch;
  gap: 0;
}

#home-banner .home-banner-inner .col.main {
  width: 50%;
}

#home-banner .home-banner-inner .col.main .banner-logo {
  max-width: 250px;
  position: relative;
  z-index: 5;
  margin-top: 15px;
}

@media only screen and (max-width: 700px) {
  #home-banner .home-banner-inner .col.main .banner-logo {
    max-width: 180px;
    margin-top: 35px;
  }
}

#home-banner .home-banner-inner .col.main.first {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home-banner .home-banner-inner .col.main.first .home-top-text {
  padding: 25% 10% 20% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom {
  padding: 3% 0;
  gap: 0;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom * {
  color: #F5F1EA;
  text-align: center;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom .tertiary-heading {
  color: #E1AE7D;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom .col {
  border-right: 1px solid #5D666C;
  width: 33.33%;
  padding: 0 3%;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom .col:last-of-type {
  border-right: none;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom .col .tertiary-heading {
  margin-bottom: 15px;
}

#home-banner .home-banner-inner .col.main.first .banner-bottom .col p {
  font-size: clamp(12px, 1vw, 14px);
  margin: 0;
  font-weight: 300;
}

@media only screen and (max-width: 585px) {
  #home-banner .home-banner-inner .col.main.first .banner-bottom {
    flex-direction: column;
  }
  #home-banner .home-banner-inner .col.main.first .banner-bottom .col {
    width: 100%;
    border-right: none;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #home-banner .home-banner-inner .col.main.first .banner-bottom .col p {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 14px;
  }
  #home-banner .home-banner-inner .col.main.first .banner-bottom .col:first-of-type {
    border-bottom: 1px solid #5D666C;
  }
  #home-banner .home-banner-inner .col.main.first .banner-bottom .col:nth-of-type(2) {
    border-bottom: 1px solid #5D666C;
  }
  #home-banner .home-banner-inner .col.main.first .banner-bottom .col:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

#home-banner .home-banner-inner .col.main.second {
  height: auto;
  overflow: hidden;
  min-height: 600px;
}

#home-banner .home-banner-inner .col.main.second #banner-slider {
  height: 100%;
  padding: 10px;
}

#home-banner .home-banner-inner .col.main.second #banner-slider .swiper-slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  #home-banner .home-banner-inner {
    flex-direction: column;
  }
  #home-banner .home-banner-inner .col.main {
    width: 100%;
  }
  #home-banner .home-banner-inner .col.main.second {
    min-height: 500px;
    height: 500px;
  }
  #home-banner .home-banner-inner .col.main.second #banner-slider {
    height: 100%;
    padding: 0;
  }
  #home-banner .home-banner-inner .col.main.second #banner-slider .swiper-slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#service-tabs {
  background: linear-gradient(180deg, #525A60 0%, #303A41 100%);
}

#service-tabs .service-tabs-inner .service-tabs-filters {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

#service-tabs .service-tabs-inner .service-tabs-filters .service-filter {
  background: transparent;
  transition: all 200ms ease;
  border: 1px solid #F5F1EA;
  padding: 10px 25px;
  border-radius: 50px;
  opacity: 0.7;
}

#service-tabs .service-tabs-inner .service-tabs-filters .service-filter span {
  color: #F5F1EA;
}

@media only screen and (max-width: 600px) {
  #service-tabs .service-tabs-inner .service-tabs-filters .service-filter span {
    font-size: 13px;
  }
}

#service-tabs .service-tabs-inner .service-tabs-filters .service-filter.active, #service-tabs .service-tabs-inner .service-tabs-filters .service-filter:hover {
  opacity: 1;
  background: #E1AE7D;
  color: #F5F1EA;
  border-color: transparent;
}

#service-tabs .service-tabs-inner .service-tabs-filters .service-filter.active span, #service-tabs .service-tabs-inner .service-tabs-filters .service-filter:hover span {
  color: #F5F1EA;
}

#service-tabs .service-tabs-inner .service-item {
  align-items: center;
  padding-top: 5rem;
}

#service-tabs .service-tabs-inner .service-item *:not(.custom-button) {
  color: #F5F1EA;
}

#service-tabs .service-tabs-inner .service-item .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
}

@media only screen and (max-width: 900px) {
  #service-tabs .service-tabs-inner .service-item .image {
    min-height: 350px;
  }
}

.home-careers .home-careers-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.home-careers .home-careers-inner .images-col {
  height: auto;
  min-height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
}

.home-careers .home-careers-inner .images-col .careers-image {
  position: relative;
  height: 0;
  padding-top: 80%;
}

.home-careers .home-careers-inner .images-col .careers-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.home-careers .home-careers-inner .careers-text {
  width: 75%;
  padding: 15% 5%;
}

.home-careers .home-careers-inner .careers-text * {
  text-align: center;
}

.home-careers .home-careers-inner .careers-text h6, .home-careers .home-careers-inner .careers-text h2, .home-careers .home-careers-inner .careers-text p, .home-careers .home-careers-inner .careers-text p * {
  color: #F5F1EA;
}

@media only screen and (max-width: 900px) {
  .home-careers .home-careers-inner {
    flex-direction: column;
  }
  .home-careers .home-careers-inner .images-col {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: auto;
    gap: 10px;
  }
  .home-careers .home-careers-inner .images-col .careers-image {
    padding-top: 30%;
    width: calc(33.33% - 10px);
  }
  .home-careers .home-careers-inner .careers-text {
    width: 100%;
    padding: 10% 0;
  }
}

@media only screen and (max-width: 600px) {
  .home-careers .home-careers-inner .careers-text {
    padding: 5rem 0;
  }
}
