.third-image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  left: 0;
}

.third-image figure img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.sidecontent {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.bg-color {
  background: var(--primary);
}

.bg-color-light {
  background: var(--light);
}

.bg-color-dark {
  background: var(--dark);
}

.bg-color p, .bg-color-dark p, .bg-color h4, .bg-color-dark h4 {
  color: #fff;
}

.bg-color .eyebrow, .bg-color-dark .eyebrow {
  color: var(--primary-light);
}

.bg-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 15px;
  color: #fff;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 300px;
}

.bg-image figure {
  position: absolute;
  inset: 0;
  background: var(--dark);
  margin: 0;
  z-index: -1;
}

.bg-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
}

.full-image {
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 300px;
}

.full-image figure {
  position: absolute;
  margin: 0;
  inset: 0;
}

.full-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.py-xl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* DESKTOP */
@media (min-width: 992px) {
  .sidecontent {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
  }
  .third-image {
    position: relative;
    overflow: hidden;
  }
  .third-image figure {
    width: 40%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin-bottom: 0;
  }
  .third-image figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }
  .logo-block .img-fluid {
    max-width: calc(100% - 15px);
  }
  .g-xl {
    --bs-gutter-x:5rem;
  }
}/*# sourceMappingURL=sections.min.css.map */