@import '/components/mobile-menu/mobile-menu.css';
@import '/components/footer/footer.css';

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  /* Base color*/
  --color-transparent: transparent;
}

/* LANDSCAPE PLUG */
#landscape-plug {
  display: none;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #landscape-plug {
    display: block;
  }
}

.w-webflow-badge {
	visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
}