.elementor-8691 .elementor-element.elementor-element-425c275{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-8691 .elementor-element.elementor-element-4e0a3f0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4e0a3f0 */.mosaic-top-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  background:
    linear-gradient(135deg, rgba(5, 5, 9, 0.92), rgba(8, 8, 18, 0.88)),
    rgba(5, 5, 9, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(218, 200, 231, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.mosaic-top-header * {
  box-sizing: border-box;
}

.mosaic-header-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 12.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mosaic-header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 0;
}

.mosaic-header-logo img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.mosaic-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-left: auto;
}

.mosaic-header-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: color 0.25s ease;
}

.mosaic-header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #8246AF, #00B5E2, #66D08C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.mosaic-header-nav a:hover {
  color: #ffffff !important;
}

.mosaic-header-nav a:hover::after {
  transform: scaleX(1);
}

.mosaic-header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border-radius: 10px;
  color: #061015 !important;
  background: linear-gradient(135deg, #66D08C 0%, #00B5E2 52%, #DAC8E7 100%);
  box-shadow: 0 14px 34px rgba(0, 181, 226, 0.2);
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mosaic-header-cta span {
  font-size: 16px;
  line-height: 1;
}

.mosaic-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 181, 226, 0.3);
}

/* Laptop */
@media (max-width: 1366px) {
  .mosaic-header-container {
    padding: 15px 8%;
  }

  .mosaic-header-logo img {
    width: 175px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .mosaic-header-container {
    padding: 14px 6%;
    gap: 20px;
  }

  .mosaic-header-nav {
    gap: 22px;
  }

  .mosaic-header-logo img {
    width: 165px;
  }

  .mosaic-header-cta {
    padding: 0 20px;
    font-size: 11px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mosaic-header-container {
    padding: 14px 30px;
  }

  .mosaic-header-logo img {
    width: 145px;
  }

  .mosaic-header-nav {
    display: none;
  }

  .mosaic-header-cta {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 9px;
    font-size: 10px !important;
    letter-spacing: 0.3px;
  }

  .mosaic-header-cta span {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .mosaic-header-container {
    padding: 12px 20px;
    gap: 12px;
  }

  .mosaic-header-logo img {
    width: 130px;
  }

  .mosaic-header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 9px !important;
  }
}/* End custom CSS */