<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#global-footer {
  display: flex;
  padding-block: 8.44rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#global-footer p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 200% */
  letter-spacing: 0.05625rem;
}
@media (max-width: 767px) {
  #global-footer p {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 225% */
    letter-spacing: 0.05rem;
  }
}
#global-footer p.link {
  font-weight: 100;
}
#global-footer p.link a {
  text-decoration: underline;
  color: inherit;
}

body.single-column-layout #global-footer {
  justify-content: center;
}

body.two-column-layout #global-footer {
  justify-content: flex-end;
}

#scroll-to-page-top {
  position: static;
  transform: none;
  opacity: 1;
  transition: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.fixed-action-buttons {
  position: fixed;
  right: 0.62rem;
  bottom: 0.62rem;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .fixed-action-buttons {
    right: 0.62rem;
    bottom: 0.62rem;
    z-index: 1050;
  }
}

.action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.action-button img,
.action-button svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.action-button:hover {
  background-color: rgba(240, 240, 240, 0.9);
  opacity: 0.8;
}
@media (max-width: 767px) {
  .action-button {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.fixed-action-buttons .lang-switcher {
  position: relative;
}
.fixed-action-buttons .lang-switcher #lang-switcher-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.fixed-action-buttons .lang-switcher #lang-switcher-toggle:hover {
  background-color: rgba(240, 240, 240, 0.9);
  opacity: 0.8;
}
.fixed-action-buttons .lang-switcher #lang-switcher-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .fixed-action-buttons .lang-switcher #lang-switcher-toggle {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.fixed-action-buttons .lang-switcher .lang-options {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1010;
  display: none;
}
.fixed-action-buttons .lang-switcher .lang-options button {
  background-color: transparent;
  border: none;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  color: #333;
  border-radius: 0.125rem;
}
.fixed-action-buttons .lang-switcher .lang-options button:hover {
  background-color: #f0f0f0;
}
.fixed-action-buttons .lang-switcher .lang-options button.active {
  background-color: #000;
  color: #fff;
}
.fixed-action-buttons .lang-switcher .lang-options.visible {
  display: flex;
}

.scroll-top-button {
  position: relative;
}

.scroll-top-button &gt; .custom-tooltip {
  position: absolute;
  bottom: calc(100% + 0.75rem);
  right: 0;
  transform: translateY(8px);
  background-color: #333;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 0.2rem;
  font-size: 0.75rem;
  white-space: nowrap;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s, transform 0.2s ease-in-out;
}
.scroll-top-button &gt; .custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0.5rem;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.scroll-top-button:hover &gt; .custom-tooltip,
.scroll-top-button:focus &gt; .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}/*# sourceMappingURL=footer.min.css.map */</pre></body></html>