/*
Example:

.foo {
  color: red;

  @include min-width('medium') {
    color: blue;
  }
}
*/
:root[data-laudo-a11y-prefers-reduced-motion=true] *,
:root[data-laudo-a11y-prefers-reduced-motion=true] *:after,
:root[data-laudo-a11y-prefers-reduced-motion=true] *:before,
:root[data-laudo-a11y-prefers-reduced-motion=true] *::backdrop {
  transition: none !important;
  animation: none !important;
}
:root[data-laudo-a11y-prefers-reduced-motion=true] .launimate {
  opacity: 1 !important;
}

.logo-ani__link {
  display: block;
  position: relative;
  height: 30px;
  width: 165px;
}
@media not all and (min-width: 576px) {
  .logo-ani__link {
    height: 27px;
    width: 150px;
  }
}
.logo-ani__initial {
  position: absolute;
  height: 93%;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logo-ani__initial--hide {
  display: none;
}
.logo-ani__three {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.fl-page header {
  background-color: transparent;
  position: fixed !important;
  top: 0;
}
.fl-page header .white-menu {
  background-color: transparent;
}
.fl-page header .white-menu {
  transition: all 0.3s ease-in-out;
}
.fl-page header .white-menu.header--fixed {
  background-color: white;
}
/*# sourceMappingURL=app.css.map */
