.navigation-links1-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links1-nav1 {
  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-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-text {
  margin-left: var(--dl-space-space-twounits);
}












@media(max-width: 767px) {
  .navigation-links1-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links1-nav1 {
    align-items: flex-start;
    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-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.museum-home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.museum-home-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;
  justify-content: center;
}
.museum-home-container01 {
  height: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.museum-home-image {
  height: 2rem;
}
.museum-home-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
}
.museum-home-nav {
  flex: 0 0 auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.museum-home-burger-menu {
  display: none;
}
.museum-home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: flex;
}
.museum-home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.museum-home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.museum-home-container02 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.museum-home-image1 {
  height: 2rem;
}
.museum-home-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.museum-home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.museum-home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.museum-home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.museum-home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.museum-home-separator {
  width: 100%;
  height: 2px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-900);
}
.museum-home-image2 {
  width: auto;
  max-width: 600px;
  object-fit: cover;
}
.museum-home-container03 {
  flex: 0 0 auto;
  height: 85vh;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  justify-content: center;
}
.museum-home-container04 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1280px;
  align-self: stretch;
  margin-top: var(--dl-space-space-threeunits);
  max-height: 720px;
  min-height: auto;
  align-items: center;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-threeunits);
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: center;
  background-color: #D9D9D9;
}
.museum-home-container05 {
  width: 600px;
  display: flex;
  margin-left: 0px;
  flex-direction: column;
}
.museum-home-text01 {
  font-size: 3rem;
}
.museum-home-text02 {
  margin-top: var(--dl-space-space-unit);
  text-align: justify;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.museum-home-text06 {
  color: var(--dl-color-gray-500);
}
.museum-home-text07 {
  color: var(--dl-color-gray-500);
}
.museum-home-text08 {
  color: var(--dl-color-gray-500);
  font-style: normal;
  font-weight: 400;
}
.museum-home-container06 {
  width: 400px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: flex-start;
}
.museum-home-container07 {
  flex: 0 0 auto;
  height: 85vh;
  display: flex;
  align-self: stretch;
  margin-top: -85vh;
  align-items: stretch;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  justify-content: center;
}
.museum-home-container08 {
  flex: 1;
  width: 100%;
  height: auto;
  margin: var(--dl-space-space-threeunits);
  display: flex;
  position: relative;
  max-width: 1280px;
  align-self: stretch;
  max-height: 720px;
  min-height: auto;
  align-items: stretch;
  flex-direction: column;
}
.museum-home-iframe {
  width: 100%;
  height: 720px;
  display: block;
  align-self: center;
}
.museum-home-container09 {
  width: 400px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: flex-start;
}
.museum-home-image3 {
  width: 300px;
  object-fit: cover;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
}
.museum-home-text10 {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  padding-top: var(--dl-space-space-unit);
}
.museum-home-text11 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text12 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text13 {
  font-weight: 400;
}
.museum-home-text14 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text15 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text16 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text17 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text18 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text19 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text20 {
  font-style: normal;
}
.museum-home-text21 {
  font-style: normal;
}
.museum-home-text22 {
  font-style: normal;
}
.museum-home-text23 {
  font-style: normal;
}
.museum-home-text24 {
  font-style: normal;
}
.museum-home-text25 {
  font-style: normal;
}
.museum-home-text26 {
  font-style: normal;
}
.museum-home-text27 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-text28 {
  font-style: normal;
}
.museum-home-container10 {
  width: 100%;
  height: 100%;
  margin-top: var(--dl-space-space-twounits);
}
.museum-home-container11 {
  display: contents;
}
.museum-home-image4 {
  width: auto;
  max-width: 600px;
  margin-top: var(--dl-space-space-twounits);
  object-fit: cover;
}
.museum-home-container12 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  align-items: flex-start;
  justify-content: center;
}
.museum-home-container13 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.museum-home-container15 {
  display: contents;
}
.museum-home-text29 {
  width: var(--dl-size-size-xlarge);
  margin: var(--dl-space-space-twounits);
  font-size: 18px;
  align-self: center;
}
.museum-home-container16 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.museum-home-text30 {
  width: var(--dl-size-size-xxlarge);
  margin: var(--dl-space-space-unit);
  font-size: 18px;
  align-self: center;
  text-align: center;
}
.museum-home-text31 {
  font-style: normal;
  font-weight: 700;
}
.museum-home-link {
  color: rgb(0, 0, 0);
  border-color: #ffd100;
  border-width: 2px;
  text-decoration: none;
}
.museum-home-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);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.museum-home-container17 {
  width: 100%;
  display: flex;
  max-width: 1106px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.museum-home-separator1 {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-900);
}
.museum-home-link1 {
  border-color: #0090ff;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.museum-home-text36 {
  align-self: center;
}
@media(max-width: 1200px) {
  .museum-home-container03 {
    height: 150vh;
    flex-direction: column;
    justify-content: flex-start;
  }
  .museum-home-container04 {
    min-height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .museum-home-container06 {
    width: auto;
    align-items: center;
    margin-right: 0px;
  }
  .museum-home-container07 {
    height: 150vh;
    margin-top: -150vh;
    flex-direction: column;
    justify-content: flex-start;
  }
  .museum-home-container08 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .museum-home-container09 {
    width: auto;
    align-items: center;
    margin-right: 0px;
  }
  .museum-home-text10 {
    width: 500px;
  }
  .museum-home-container10 {
    width: auto;
  }
}
@media(max-width: 991px) {
  .museum-home-text01 {
    text-align: center;
  }
  .museum-home-text02 {
    text-align: center;
  }
  .museum-home-footer {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .museum-home-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .museum-home-nav {
    display: none;
  }
  .museum-home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .museum-home-text10 {
    width: auto;
    align-self: stretch;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
  }
  .museum-home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .museum-home-header {
    padding: var(--dl-space-space-unit);
  }
  .museum-home-mobile-menu {
    padding: 16px;
  }
  .museum-home-footer {
    padding: var(--dl-space-space-unit);
  }
  .museum-home-text36 {
    text-align: center;
  }
}
