.gallery-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}
.gallery-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.gallery-link {
  flex: 1;
  color: #ffffff;
  width: 33%;
  height: auto;
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
.gallery-link:hover {
  transform: scale(1.02);
}
.gallery-link1 {
  flex: 1;
  color: #ffffff;
  width: 33%;
  height: auto;
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
.gallery-link1:hover {
  transform: scale(1.02);
}
.gallery-navlink {
  flex: 1;
  color: #ffffff;
  width: 33%;
  height: auto;
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
.gallery-navlink:hover {
  transform: scale(1.02);
}
.gallery-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}
.gallery-container3 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.gallery-image {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image01 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image02 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image03 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image04 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image05 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image06 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image07 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image08 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image09 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image10 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image11 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-image12 {
  width: 100%;
  padding: 0px;
  align-self: center;
  object-fit: cover;
  border-color: #ffffff;
  border-width: 3px;
}
.gallery-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #ffffff;
}
.gallery-text5 {
  color: #000000;
}
.gallery-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.gallery-link2 {
  display: contents;
}
.gallery-icon {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
@media(max-width: 1200px) {
  .gallery-container {
    background-color: #000000;
  }
  .gallery-container1 {
    height: auto;
    flex-direction: row;
  }
  .gallery-link {
    width: 75%;
    height: auto;
    margin-top: 0px;
  }
  .gallery-link1 {
    width: 75%;
    height: auto;
    margin-top: 0px;
  }
  .gallery-navlink {
    width: 75%;
    height: auto;
    margin-top: 0px;
  }
  .gallery-container2 {
    align-self: center;
    padding-top: 0px;
    background-color: #ffffff;
  }
  .gallery-container3 {
    width: auto;
    align-self: flex-start;
    align-items: stretch;
    justify-content: space-between;
  }
  .gallery-image {
    width: 100%;
  }
  .gallery-image01 {
    width: 100%;
  }
  .gallery-image02 {
    width: 100%;
    align-self: center;
  }
  .gallery-image03 {
    width: 100%;
  }
  .gallery-image04 {
    width: 100%;
    align-self: center;
  }
  .gallery-image05 {
    width: 100%;
  }
  .gallery-image06 {
    width: 100%;
  }
  .gallery-image07 {
    width: 100%;
  }
  .gallery-image08 {
    width: 100%;
  }
  .gallery-image09 {
    width: 100%;
    align-self: center;
  }
  .gallery-image10 {
    width: 100%;
    align-self: center;
  }
  .gallery-image11 {
    width: 100%;
    align-self: center;
  }
  .gallery-image12 {
    flex: 1;
    width: 100%;
    padding: var(--dl-space-space-unit);
    align-self: center;
    border-color: #ffffff;
    border-width: 3px;
  }
  .gallery-footer {
    width: 100%;
  }
}
@media(max-width: 991px) {
  .gallery-container1 {
    flex: 1;
    height: auto;
    flex-direction: row;
  }
  .gallery-link {
    width: 100%;
    height: auto;
  }
  .gallery-link1 {
    width: 100%;
    height: auto;
  }
  .gallery-navlink {
    width: 100%;
    height: auto;
  }
  .gallery-footer {
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 767px) {
  .gallery-link {
    width: 100%;
  }
  .gallery-link1 {
    width: 100%;
  }
  .gallery-navlink {
    width: 100%;
  }
  .gallery-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .gallery-text5 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .gallery-container1 {
    flex: 1;
    height: auto;
    flex-direction: column;
  }
  .gallery-link {
    width: 100%;
    align-self: center;
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
  }
  .gallery-text {
    align-self: center;
    text-align: center;
  }
  .gallery-link1 {
    width: 100%;
    align-self: center;
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
  }
  .gallery-text1 {
    align-self: center;
    text-align: center;
  }
  .gallery-navlink {
    width: 100%;
    align-self: center;
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
  }
  .gallery-text2 {
    align-self: center;
    text-align: center;
  }
  .gallery-image {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image01 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image02 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image03 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image04 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image05 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image06 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image07 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image08 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image09 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image10 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image11 {
    padding: 0px;
    border-width: 6px;
  }
  .gallery-image12 {
    width: 100%;
    padding: 0px;
    border-width: 6px;
  }
  .gallery-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .gallery-text5 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
