.nav_dark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 90%;
    letter-spacing: -0.16px;
  	height: 72px;
}

.nav_item_container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.nav_item {
    cursor: pointer;
}

.subnav {
  display: none;
}

.nav_item {
    height: 72px;
    display: flex;
    align-items: center;
}

.subnav_inner {
    position: absolute;
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 35px 40px;
/*     transform: translate(-120px, 20px); */
    width: 750px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    top: 71px;
  	left: 0;
  	right: 0;
  	margin: auto;
}

.subnav_item {
    height: 45px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
}

.subnav_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.subnav_item_title {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: "Grenette Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.6px;
    width: 150px;
}

.subnav_item_copy {
    color: #57595C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.12px;
    width: calc(100% - 240px);
}

.nav_item.the_story .subnav_item_title {
    width: 200px;
}

.nav_item.see_the_work .subnav_item_title {
    width: 200px;
}
.nav_item.take_action .subnav_item_title {
    width: 300px;
}

.subnav_item_copy sup {
    font-size: 8px;
}