.c-site-header__standard-navigation .menu {
  padding: 0;
}
.c-site-header__standard-navigation .menu__link {
  align-items: center;
  color: var(--tme-color-gray-700);
  display: flex;
  gap: 16px;
}
.c-site-header__standard-navigation .menu__link .icon {
  height: 24px;
  width: 24px;
}
.c-site-header__standard-navigation .menu__link .icon svg {
  height: 100%;
  width: 100%;
}
.c-site-header__standard-navigation .menu__link .icon path {
  fill: currentColor;
}
.c-site-header__standard-navigation .menu__link .icon--chevron-down {
  display: block;
  height: 12px;
  line-height: 0;
  width: 12px;
}
.c-site-header__standard-navigation .menu__link .text {
  flex: 1;
  font-family: var(--tme-ff-body);
}
.c-site-header__standard-navigation .menu__link[aria-expanded=true] .icon--chevron-down {
  rotate: 180deg;
}
.c-site-header__standard-navigation a.menu__link,
.c-site-header__standard-navigation button.menu__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration 300ms ease-in-out;
  transition: text-decoration 300ms ease-in-out;
  transition: text-decoration 300ms ease-in-out, -webkit-text-decoration 300ms ease-in-out;
}
.c-site-header__standard-navigation a.menu__link:hover,
.c-site-header__standard-navigation button.menu__link:hover {
  text-decoration-color: currentColor;
  text-decoration: underline;
}
.c-site-header__standard-navigation button.menu__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: var(--tme-color-gray-700);
  cursor: pointer;
  padding: 0;
}
.c-site-header__standard-navigation span.menu__link {
  font-weight: bold;
}
.c-site-header__standard-navigation .menu[data-depth="0"] {
  margin: 0;
  padding: 0;
  font-size: var(--tme-fs-body-18);
  line-height: var(--tme-lh-body-18);
  align-items: center;
  font-family: var(--tme-ff-ui);
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.c-site-header__standard-navigation .menu[data-depth="0"] > li {
  list-style: none;
}
.c-site-header__standard-navigation .menu[data-depth="0"] > .menu__item > .menu__link > .text {
  font-family: var(--tme-ff-articulat-cf);
  font-weight: var(--tme-fw-medium);
}
.c-site-header__standard-navigation .menu[data-depth="0"] > .menu__item.menu__item--expanded > .menu__link {
  position: relative;
}
.c-site-header__standard-navigation .menu[data-depth="0"] > .menu__item.menu__item--expanded > .menu__link:after {
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-bottom: none;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  transition: opacity 0.35s ease-in-out, top 0.35s ease-in-out;
  top: calc(100% + 4.25rem);
  width: 24px;
  z-index: 10;
}
.c-site-header__standard-navigation .menu[data-depth="0"] > .menu__item.menu__item--expanded > .menu__link[aria-expanded=true]:after {
  pointer-events: initial;
  opacity: 1;
  top: calc(100% + 3.75rem);
}
.c-site-header__standard-navigation .menu[data-depth="0"] > .menu__item.menu__item--expanded > .menu__link[aria-expanded=true] .text {
  font-weight: var(--tme-fw-bold);
}
.c-site-header__standard-navigation .menu[data-depth="1"] {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  gap: 48px;
  left: 24px;
  opacity: 0;
  padding: 32px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.35s ease-in-out, top 0.35s ease-in-out;
  top: calc(100% + 4.5rem);
  width: calc(100% - 3rem);
  z-index: 10;
}
.c-site-header__standard-navigation .menu[data-depth="1"].open {
  pointer-events: initial;
  opacity: 1;
  top: calc(100% + 4rem);
}
.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item {
  flex: 1;
}
.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item > [tabindex="0"] > .text {
  font-weight: var(--tme-fw-bold);
  margin-bottom: 0.5rem;
}
.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item > .menu__link + .menu {
  margin-top: 8px;
}
@media (min-width: 1310px) {
  .c-site-header__standard-navigation .region__name--navigation-standard,
  .c-site-header__standard-navigation .site-header__navigation,
  .c-site-header__standard-navigation .site-header__menu-main,
  .c-site-header__standard-navigation .c-menu--navigation,
  .c-site-header__standard-navigation .menu--main[data-depth="0"],
  .c-site-header__standard-navigation .menu__item,
  .c-site-header__standard-navigation .menu__link {
    height: 100%;
  }
}
@media (min-width: 1310px) {
  .c-site-header__standard-navigation .menu__link {
    display: flex;
    align-items: center;
  }
}