/* :root {
  --mine-shaft: $mine_shaft;
} */

@font-face {
  font-family: "icomoon";

  src: url("../../../fonts/icomoon.eot?fssje6");

  src: url("../../../../fonts/icomoon.eot?fssje6#iefix") format("embedded-opentype"), url("../../../../fonts/icomoon.ttf?fssje6") format("truetype"), url("../../../../fonts/icomoon.woff?fssje6") format("woff"), url("../../../../fonts/icomoon.svg?fssje6#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-slide:before {
  content: "\e902";
  color: #999;
}

.icon-left-slide:before {
  content: "\e903";
  color: #999;
}

.icon-arrow_back:before {
  content: "\e900";
}

.icon-arrow_forward:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e904";
}

.icon-mail-envelope-closed:before {
  content: "\e905";
}

.icon-phone_in_talk:before {
  content: "\e90a";
}

.icon-login:before {
  content: "\e90c";
}

.icon-date_range:before {
  content: "\e908";
}

.icon-calendar_today:before {
  content: "\e909";
}

.icon-floatplane:before {
  content: "\e90d";
}

.icon-layers:before {
  content: "\e90f";
}

.icon-leaf:before {
  content: "\e90e";
}

.icon-fact_check:before {
  content: "\e910";
}

@media (min-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.layout-container.get-in-touch-wrapper .header:after {
  display: block;
  width: 1170px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  background-color: #e6e6e6;
  content: "";
}

.header-section {
  z-index: 9;
  position: relative;
  padding: 17px 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .header-top {
    position: relative;
  }
}

.header__brand {
  padding-left: 15px;
}

@media (min-width: 0) and (max-width: 767px) {
  .header__brand {
    position: absolute;
    left: 95px;
    z-index: 1;
  }
}

.header__brand .desktop-logo.front {
  max-width: 100px;
  width: 100%;
}

.header__brand .desktop-logo.not-front {
  max-width: 145px;
  width: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .mobile-nav .desktop-logo.not-front {
    max-width: 150px;
  }
}

.nav-wrapper {
  margin-left: 100px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-wrapper {
    margin-left: 0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-wrapper {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--s2);
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-wrapper > .language-switcher-language-url {
    display: none;
  }
}

.user-menu .header-menu .mobile-nav {
  display: none !important;
}
/*# sourceMappingURL=../../../maps/organisms/header/header.css.map */
