body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
}
body {
  overscroll-behavior: none;
  overflow-x: hidden;
}
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar-toggler {
  border: unset !important;
  box-shadow: unset !important;
}
.web-name {
  text-decoration: none;
  color: white I !important;
  width: 180px;
  position: absolute;
  left: calc(var(--ea-left-right-padding) - 11px);
}
.web-name span {
  color: white;
  font-size: var(--ea-font-size-medium);
}
.web-name-span {
  width: 150px;
}
.web-name-r {
  width: 25px;
}
.nav-link {
  color: white;
  z-index: 1000;
  font-size: var(--ea-font-size-medium);
  margin-right: -10px;
  font-family: var(--ea-font-family-helvetica-now-display);
}
.nav-item {
  position: relative;
}
.nav-item:not(:last-child, :nth-child(4)):after {
  position: absolute;
  content: ',';
  right: -9px;
  bottom: 10px;
  font-size: var(--ea-font-size-medium);
}
.nav-link:hover {
  color: white;
  text-decoration: underline;
}
.nav-link span {
  width: fit-content;
}
.navbar-nav {
  gap: 5px;
}
.nav-link-work {
  width: 80px;
}
.nav-link-agency {
  width: 105px;
}
.nav-link-careers {
  width: 110px;
}
.nav-link-store {
  width: 120px;
}
.web-icon {
  position: relative;
  height: 0.9em;
  color: white;
  margin-top: -20px;
  margin-left: 23px;
  position: absolute;
  left: calc(var(--ea-left-right-padding) + 180px);
}
.web-icon::before {
  content: '🔝';
  font-family: var(--ea-font-family-locomotive-new);
  font-size: 38px;
}
.lets-talk-button {
  width: 125px;
  margin-left: 80px;
  display: flex;
  justify-content: flex-end;
  margin-right: calc(var(--ea-left-right-padding)-5px);
}
@media screen and (max-width: 990px) {
  .lets-talk-button {
    margin-left: unset;
  }
}
.navbar > .container {
  max-width: 100vw;
}
.menu {
  color: white;
}
.navbar-toggler {
  width: 100px;
}
.header-menu_location {
  font-family: var(--ea-font-family-locomotive-new);
  font-size: 8vw;
  line-height: 1;
}
.header-menu_location span {
  color: white;
}
.header-menu_footer {
  margin-top: -110px;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10000;
  color: white;
  padding: 25px;
}
.header-menu_langswitcher {
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
}
.nav-color a,
.nav-color {
  color: black !important;
}
.nav-color a:hover {
  color: black I !important;
}
@media screen and (max-width: 990px) {
  .web-name span {
    font-size: 19px;
    width: 98px;
  }

  .web-icon {
    margin-top: -12px;
    margin-left: -79px;
  }
  .web-icon::before {
    font-size: 31px;
  }
  .navbar-toggler {
    font-size: 17px;
    position: absolute;
    right: 2px;
    top: 14px;
  }
  .web-name {
    top: 10px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start !important;
    height: 100vh;
    align-items: center;

    position: absolute;
    top: 0;
    left: 17px;
  }
  .lets-talk-button {
    width: auto;
    display: flex;
    justify-content: center;
  }
  .nav-link {
    font-family: var(--ea-font-family-locomotive-new);
    font-size: calc(min(12vw, 4.66667rem));
    padding: 1px;
  }
  .web-icon {
    left: calc(var(--ea-left-right-padding) + 217px);
    top: 27px;
  }
  #header {
    height: 58px;
  }
}
