.elementor .header-pc{display:flex;transition:
      background-color .35s ease,
      backdrop-filter .35s ease,
      -webkit-backdrop-filter .35s ease,
      box-shadow .35s ease,
      border-color .35s ease,
      padding .35s ease;

}

.header-pc .elementor-widget-theme-site-logo img,
.header-pc .elementor-widget-image img {

  height: 42px;
  width: auto;

  transition: height .35s ease;

}

.header-pc.scrolled {

  background-color: rgba(0,0,0,.35)!important;

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(255,255,255,.12);

  box-shadow: 0 10px 30px rgba(0,0,0,.15);

}

.header-pc.scrolled .elementor-widget-theme-site-logo img,
.header-pc.scrolled .elementor-widget-image img {

  height: 36px;\n}.elementor .header-mobile{/* ===========================================
 MOBILE HEADER
=========================================== */

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  width: 100%;
  z-index: 9999;

  margin: 0;
  padding: 0;

  background: transparent;

  transition:
      background .35s ease,
      backdrop-filter .35s ease,
      box-shadow .35s ease,
      border-color .35s ease;
}

.header-mobile .elementor-widget-theme-site-logo img,
.header-mobile .elementor-widget-image img {
  height: 34px;
  width: auto;
  transition: height .35s ease;
}

.header-mobile.scrolled {
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.header-mobile.scrolled .elementor-widget-theme-site-logo img,
.header-mobile.scrolled .elementor-widget-image img {
  height: 30px;
}\n}