.subnav {
  height: var(--height, 0px);
  overflow: hidden;
  transition: height 0.25s ease;
}

.subnav.is-open {
  overflow: visible;
}

:root {
  /* Font Family */
  --height: 375px;
}

.fluxstudio-navigation {
  width: 100%;
  position: relative;
}

.site-header {
  max-width: 100%;
}

.sub-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.subnav {
  height: var(--height, 0);
  overflow: hidden;
  transition: height 0.25s ease;
  left: -16px;
  max-height: 0;
  position: absolute;
  right: -16px;
  top: 100%;
}
.subnav.is-open {
  overflow: visible;
}

.subnav-inner {
  background: #0c2b3a;
}

.sub-wrap a .title {
  font-size: 1.25rem;
  font-weight: 600;
}
.sub-wrap ul {
  margin-top: 1rem;
}
.sub-wrap ul li {
  margin-bottom: 0.5rem;
}
.sub-wrap ul li a {
  color: #fff;
  text-decoration: none;
}
.sub-wrap ul li a:hover {
  text-decoration: underline;
}

.inner-block {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.inner-block .image-holder {
  min-height: 314px;
  position: relative;
  width: 50%;
}
.inner-block .image-holder img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.sub-holder {
  background: #fff;
  border-top: none;
  box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
