.elementor-83 .elementor-element.elementor-element-9c3dbae{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-9c3dbae */.site-footer {
  margin-top: 40px;
  padding: 34px 0 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    rgba(8,7,18,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 24px;
}

.footer-col {
  min-width: 0;
}

.footer-brand {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--heading);
  margin-bottom: 10px;
  letter-spacing: -.02em;
}

.footer-title {
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--violet-3);
  margin-bottom: 12px;
}

.footer-text {
  font-size: .9rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 0 0 8px;
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
  transition: color .18s ease;
}

.footer-links a:hover {
  color: var(--violet-3);
  text-decoration: none;
}

.footer-bottom {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-bottom p {
  margin: 0;
  font-size: .85rem;
  color: var(--text-muted);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 28px 0 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-brand,
  .footer-title,
  .footer-text,
  .footer-bottom p {
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }
}/* End custom CSS */