/* THIRDEYE SOLUTIONZ — separated stylesheet */

/* =========================================================
   CONTAINER
========================================================= */

.container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
   PREMIUM + COMPACT LOGO
========================================================= */

.site-header {
  position: sticky;
  top: 0;

  z-index: 1000;

  height: 94px;

  background: rgba(5, 34, 37, 0.98);

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

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

