html {
  height: auto;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.layout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
}
.layout-container footer {
  margin-top: auto;
}
.Gallery2-607038f7afe9a .gallery {
  background: transparent;
}
.Gallery2-607038f7afe9a .gallery .media {
  display: unset;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.Gallery2-607038f7afe9a .gallery__main {
  padding: 3rem 0px;
}
.Gallery2-607038f7afe9a .gallery__filters {
  margin-bottom: 0.5rem;
}
.Gallery2-607038f7afe9a .gallery__filters .btn, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary {
  border-radius: 0;
  border: 1px solid transparent;
  text-transform: none;
  width: auto;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0.5rem;
  background-color: #0A1747;
  color: #fff;
}
.Gallery2-607038f7afe9a .gallery__filters .btn:hover, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary:hover {
  background-color: #09143c;
}
.Gallery2-607038f7afe9a .gallery__filters .btn:focus, .Gallery2-607038f7afe9a .gallery__filters .btn:active:focus, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary:focus, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary:active:focus {
  box-shadow: 0 0 0 0.15rem rgba(10, 23, 71, 0.25);
}
.Gallery2-607038f7afe9a .gallery__filters .btn--active, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary--active {
  background-color: #0A1747;
  color: #fff;
}
.Gallery2-607038f7afe9a .gallery__filters .btn--active:hover, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary--active:hover {
  background-color: #09143c;
}
.Gallery2-607038f7afe9a .gallery__filters .btn--active:focus, .Gallery2-607038f7afe9a .gallery__filters .btn--active:active:focus, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary--active:focus, .Gallery2-607038f7afe9a .gallery__filters .button.button--primary--active:active:focus {
  box-shadow: 0 0 0 0.1rem rgba(10, 23, 71, 0.25);
}
.Gallery2-607038f7afe9a .gallery__filters .form-control {
  border-radius: 0;
  border-style: none;
  border: 1px solid #dddddd;
  margin-bottom: 0.5rem;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal {
  width: 100%;
  position: relative;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick__link img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick__caption {
  position: absolute;
  bottom: 0;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick__caption-inner {
  display: block;
  opacity: 0;
  padding: 0.75em;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: #fff;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible {
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: transparent;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible .brick__link img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible:hover {
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #000;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible:hover .brick__link img {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible:hover .brick__caption {
  visibility: visible;
  opacity: 1;
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible:hover .brick__caption-inner {
  top: 0;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible.brick--sticky-hover {
    -webkit-transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
    background-color: #000;
  }
  .Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible.brick--sticky-hover .brick__link img {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible.brick--sticky-hover .brick__caption {
    visibility: visible;
    opacity: 1;
  }
  .Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--visible.brick--sticky-hover .brick__caption-inner {
    top: 0;
    opacity: 1;
  }
}
.Gallery2-607038f7afe9a .gallery__wall--horizontal .brick.brick--filtered {
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
}
.Gallery2-607038f7afe9a .gallery__wall--vertical {
  position: relative;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick {
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick__link {
  display: block;
  overflow: hidden;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick__link .media {
  display: unset;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick__link .media img {
  display: block;
  width: calc(100% + 0.5%);
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick__caption {
  position: absolute;
  bottom: 0;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 15px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick__caption-inner {
  display: block;
  opacity: 0;
  padding: 0.75em;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: #fff;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible .brick__link {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: transparent;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible .brick__link .media img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible:hover .blick__link {
  background-color: #000;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible:hover .blick__link img {
  opacity: 0.7;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible:hover .blick__link .brick__caption {
  visibility: visible;
  opacity: 1;
}
.Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible:hover .blick__link .brick__caption-inner {
  top: 0;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible.brick--sticky-hover .blick__link {
    background-color: #000;
  }
  .Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible.brick--sticky-hover .blick__link img {
    opacity: 0.7;
  }
  .Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible.brick--sticky-hover .blick__link .brick__caption {
    visibility: visible;
    opacity: 1;
  }
  .Gallery2-607038f7afe9a .gallery__wall--vertical .brick.brick--visible.brick--sticky-hover .blick__link .brick__caption-inner {
    top: 0;
    opacity: 1;
  }
}
.Gallery2-607038f7afe9a .gallery__wall--grid {
  position: relative;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick {
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__link {
  position: relative;
  display: block;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__link::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__link .media {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  display: unset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__link .media picture {
  display: block;
  height: 100%;
  width: 100%;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__link .media picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption {
  position: absolute;
  bottom: 0;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
  display: block;
  opacity: 0;
  padding: 0.75em;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: #fff;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible .brick__link {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: transparent;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible .brick__link .media img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible:hover .brick__link {
  background-color: #000;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible:hover .brick__link img {
  opacity: 0.7;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible:hover .brick__link .brick__caption {
  visibility: visible;
  opacity: 1;
}
.Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible:hover .brick__link .brick__caption-inner {
  top: 0;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible.brick--sticky-hover .brick__link {
    background-color: #000;
  }
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible.brick--sticky-hover .brick__link img {
    opacity: 0.7;
  }
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible.brick--sticky-hover .brick__link .brick__caption {
    visibility: visible;
    opacity: 1;
  }
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick.brick--visible.brick--sticky-hover .brick__link .brick__caption-inner {
    top: 0;
    opacity: 1;
  }
}
.Gallery2-607038f7afe9a .pager {
  margin: auto;
}
.Gallery2-607038f7afe9a .pager .invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.Gallery2-607038f7afe9a .pager__inner {
  display: block;
  text-align: left;
}
.Gallery2-607038f7afe9a .pager__items {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 0 -0.3rem;
  padding: 0;
}
.Gallery2-607038f7afe9a .pager__item {
  margin: 0.3rem;
  line-height: 2.4rem;
  min-width: 2.1rem;
  text-align: center;
}
.Gallery2-607038f7afe9a .pager__item button {
  cursor: pointer;
  border: 1px solid #808080;
  color: #000;
  background-color: #fff;
  display: block;
  padding: 0 15px;
}
.Gallery2-607038f7afe9a .pager__item button:focus {
  outline: dotted thin;
}
.Gallery2-607038f7afe9a .pager__item button:hover {
  text-decoration: none;
  background-color: #0A1747;
  border-color: #0A1747;
  color: #fff;
}
.Gallery2-607038f7afe9a .pager__item.is-active button {
  border: 1px solid #0A1747;
  background-color: #0A1747;
  color: #fff;
}
.Gallery2-607038f7afe9a .pager__item.is-active button:focus {
  outline: dotted thin;
}
.Gallery2-607038f7afe9a .pager__item.is-active button:hover {
  border-color: #0A1747;
}
.Gallery2-607038f7afe9a .pager__item--first {
  display: none;
}
.Gallery2-607038f7afe9a .pager__item--last {
  display: none;
}
