.logo__Y9w6a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.linkLayer__KtYh- {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.loading__8Bh18 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 40px;
  color: #666;
  font-size: 14px;
}.image__aIxfR {
  width: 100%;
  height: 100%;
  display: block;
}
.image__WopE9 {
  display: block;
  width: 100%;
  height: 100%;
}
.image__WopE9 img {
  max-width: var(--wix-img-max-width, 100%);
}
.image__WopE9[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}
.image__WopE9[data-animate-blur] img[data-load-done] {
  filter: none;
}