@charset "UTF-8";
/* xl - DESKTOP STYLES */
.elementor-sticky--effects {
  background-color: #000 !important;
}
.elementor-sticky {
  transition: background-color 500ms ease !important;
}
.elementor-sticky.elementor-sticky–-effects > .elementor-container {
  min-height: 80px;
}
.elementor-sticky > .elementor-container {
  transition: min-height 500ms ease !important;
}
body:not(.home) #content {
  margin-top: -130px;
}
body:not(.home) #content .elementor > section:first-child {
  padding-top: 200px;
}
body:not(.home) #content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  pointer-events: none;
  opacity: 0.4;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F3647-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */