.menu-item {
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.header-inner {
  display: flex;
	max-width: 1250px;
	box-sizing: border-box;
  margin: auto;
  justify-content: space-between;
}

#menu-buttons-menu {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
body {
  margin: auto;
	overflow-x: hidden;
}
.menu-item a {
  color: #616060;
  text-decoration: none;
  font-family: inter;
  font-weight: 500;
  font-size: 14px;
}
.flex.items-center.gap-4 {
  align-content: center;
}

.site-header {
  height: 80px;
  align-content: center;
  position: fixed;
  z-index: 5000000;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(160%);
  box-shadow: 0 2px 0 rgba(15, 23, 42, .05);
}
.executive-brief {
  color: #14181f;
  text-decoration: none;
  border: 1px solid #14181f;
  padding: 8px 15px;
  border-radius: 2px;
  font-family: inter;
  font-weight: 500;
  font-size: 14px;
	margin-right: 15px;
}
.schedule-conversation {
  color: white;
  text-decoration: none;
  border: 1px solid #14181f;
  padding: 8px 15px;
  border-radius: 2px;
  font-family: inter;
  font-weight: 500;
font-size:14px;
  background: #14181f;
}
.site-logo {
  align-content: center;
}
.custom-logo {
  width: 160px !important;
  height: 65px !important;
}

.site-footer{
  background: #09090b;
  color: #9aa0a6;
  padding: 30px 0;
  border-top: 1px solid #18181b;
}

.footer-inner{
  max-width:1250px;
  margin:auto;
  padding:0 20px;

  display:flex;
  align-items:center;
  justify-content:space-between;
}

.footer-left img{
  height:55px;
}

.footer-nav .footer-menu{
  display:flex;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
}

.footer-nav a{
  color:#9aa0a6;
  text-decoration:none;
  font-size:14px;
}

.footer-right{
  font-size:13px;
	font-family: inter;
}

.w-6.h-6.bg-white.text-black.flex.items-center.justify-center.font-display.font-bold.text-sm.rounded-sm {
  background: #848485;
  padding: 8px 12px;
  color: #09090b;
  font-weight: bold;
  font-family: inter;
  font-size: 14px;
}
.footer-left {
  align-content: center;
}
.font-display.font-bold.tracking-tight.text-white {
  align-content: center;
  padding-left: 5px;
  font-family: inter;
  font-weight: bold;
}

.flex.items-center.gap-2.opacity-50.grayscale {
  display: flex;
  align-content: center;
}

@media (max-width: 576px){
	.primary-nav {
  display: none;
}
	.executive-brief {
  display: none;
}
	.header-inner {
  padding-left: 10px;
  padding-right: 10px;
}
	.footer-inner {
  display: flex;
  flex-direction: column;
}
	.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
}