.navigation-links1-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links1-navlink {
  text-decoration: none;
}
.navigation-links1-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-link {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-link1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}








@media(max-width: 1600px) {
  .navigation-links1-navlink2 {
    margin-right: 0px;
  }
  .navigation-links1-link {
    margin-right: 0px;
  }
  .navigation-links1-link1 {
    margin-right: 0px;
  }
}
@media(max-width: 767px) {
  .navigation-links1-nav {
    align-items: center;
    flex-direction: column;
  }
  .navigation-links1-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-link {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-link1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-500);
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 210px;
  height: 84px;
  text-decoration: none;
}
.header-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: var(--dl-color-gray-900);
}
.header-accordion-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
}
.header-accordion-content {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-in-out;
  align-items: center;
  flex-direction: column;
}
.header-nav1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-root-class-name {
  max-width: 100%;
}
.header-root-class-name1 {
  max-width: 100%;
}
.header-root-class-name2 {
  max-width: 100%;
}
.header-root-class-name3 {
  max-width: 100%;
}
.header-root-class-name4 {
  max-width: 100%;
}
.header-root-class-name5 {
  max-width: 100%;
}
.header-root-class-name6 {
  max-width: 100%;
}
@media(max-width: 991px) {
  .header-nav1 {
    padding-top: 16px;
  }
}
@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .header-nav {
    display: none;
  }
  .header-icon {
    fill: var(--dl-color-gray-white);
    display: flex;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-separator {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: var(--dl-color-gray-500);
}
.footer-image {
  height: 2rem;
  object-fit: cover;
}
.footer-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
  margin-right: var(--dl-space-space-twounits);
}
.footer-link {
  display: contents;
}
.footer-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.footer-icon4 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
}
.footer-link1 {
  display: contents;
}
.footer-icon6 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.footer-root-class-name1 {
  left: 0px;
  bottom: 0px;
  position: static;
}

.footer-root-class-name3 {
  left: 0px;
  bottom: 0px;
  position: absolute;
}
.footer-root-class-name4 {
  margin-top: var(--dl-space-space-unit);
}
@media(max-width: 1600px) {
  .footer-root-class-name1 {
    flex: 1;
    bottom: 0px;
    margin-top: 0px;
  }
  .footer-root-class-name2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
  .footer-root-class-name3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
}
@media(max-width: 1200px) {
  .footer-root-class-name2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
  .footer-root-class-name3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
}
@media(max-width: 991px) {
  .footer-root-class-name3 {
    bottom: 0px;
  }
}
@media(max-width: 767px) {
  .footer-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .footer-text {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .footer-icon2 {
    fill: #D9D9D9;
  }
  .footer-icon6 {
    fill: var(--dl-color-gray-white);
  }
  .footer-root-class-name3 {
    left: 0px;
    bottom: 0px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-text {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.gallery-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery-container1 {
  width: 100%;
  height: 1536px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--dl-color-gray-700);
}
.gallery-div {
  width: 1519px;
  height: 1371px;
  margin-top: var(--dl-space-space-threeunits);
  margin-bottom: var(--dl-space-space-threeunits);
}
.gallery-container2 {
  width: 100%;
  height: 1536px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--dl-color-gray-700);
}
.gallery-div1 {
  width: 1519px;
  height: 1371px;
  margin-top: var(--dl-space-space-threeunits);
  margin-bottom: var(--dl-space-space-threeunits);
}
@media(max-width: 1600px) {
  .gallery-container1 {
    height: 1129px;
    position: relative;
    margin-top: 0px;
  }
  .gallery-div {
    width: 1181px;
    height: 974px;
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .gallery-container2 {
    height: 1129px;
    position: relative;
    margin-top: 0px;
  }
  .gallery-div1 {
    width: 1181px;
    height: 974px;
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 1200px) {
  .gallery-div {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .gallery-div1 {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 991px) {
  .gallery-div {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .gallery-div1 {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .gallery-div {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .gallery-div1 {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 479px) {
  .gallery-div {
    width: 479px;
    height: 946px;
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .gallery-div1 {
    width: 479px;
    height: 946px;
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
