html { opacity: 0; transition: opacity 0s ease-out; }
html.webflow-loaded { opacity: 1; }

.dropdown-menu::before {
    position: absolute;
    z-index: -2;
    top: 5%;
    left: -5%;
    width: 110%;
    height: 100%;
    background: linear-gradient(transparent, rgba(165, 156, 130, 0.3));
    content: '';
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    transform: scale(0.9);
}
.dropdown-menu::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
      border-radius: 6px;
    content: '';
}
.top-nav-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.img-border {
    outline: 1px solid rgba(165, 156, 130, 0.1);
    outline-offset: -1px;
}
.w100 {
  width: calc(100% - 20px);
}
.modal a.close-modal {
  display: none !important;
}
.modal {
  max-width: 1200px !important;
  box-shadow: 0 1px 15px 3px rgba(165, 156, 130, 0.1) !important;
  padding: 10px 0 0 0 !important;
  border-radius: 6px !important;
  width: auto !important;
  min-width: 280px;
  z-index: 1002 !important;
}
.blocker {
  height: 100.1% !important;
  background-color: rgba(216, 211, 196, 0.5) !important;
  backdrop-filter: blur(5px) !important;
  z-index: 1001 !important;
}
.footer {
  display: none;
}

#chronology_direction input[type="checkbox"] {
  display: none;
}

.medium_toggle input[type="checkbox"] {
  position: relative;
  top: 2px;
  left: 5px;
}

#chronology_direction,
.medium_toggle span {
  color: #406dce;
  text-decoration: underline;
  cursor: pointer;

}
#chronology_direction,
.medium_toggle {
  display: inline-block;
  margin-right: 10px;
}

.arrow-hide {
  display: none;
}

/* .collection-list {
  display: none;
} */
#langToggle {
  margin: 10px 0 15px 0;
}
#langToggle span span {
  text-shadow: none !important;
  font-weight: normal !important;
}
.switch-toggle.switch-candy,
.switch-light.switch-candy > span {
  background-color: rgba(216, 211, 196, 0.5);
  border-radius: 3px;
  box-shadow: none !important;
}
.switch-candy a {
  border: none !important;
  border-radius: 3px;
  box-shadow: none !important;
  background-color: #406dce;
  background-image: none !important;
}
.switch-light.switch-candy span span, .switch-light.switch-candy input:checked ~ span span:first-child, .switch-toggle.switch-candy label {
  color: #000 !important;
}
.switch-light.switch-candy input ~ span span:first-child, .switch-light.switch-child, .switch-light.switch-candy input:checked ~ span span:nth-child(2), .switch-candy input:checked + label {
  color: #fff !important;
}