/* :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";
}

.hero {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 0) and (max-width: 767px) {
  .hero {
    background-position: top;
    background-size: inherit;
    height: calc(85vh - 70px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
    height: calc(65vh - 70px);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero {
    height: calc(65vh - 70px);
  }
}

@media (min-width: 768px) {
  .hero {
    margin-bottom: var(--s4);
  }
}

.hero-inner-wrapper {
  max-width: 555px;
  width: 100%;
  padding: var(--s1);
}

.hero > * {
  z-index: 3;
}

.hero h1 {
  text-transform: uppercase;
}

.hero:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
  opacity: 0.9;
}

@media (min-width: 0) and (max-width: 767px) {
  .hero:after {
    top: 0;
  }
}

.hero.node:after {
  top: 0;
}

.hero.node .hero-inner-wrapper {
  max-width: 310px;
  margin: 0px auto;
}

@media (min-width: 0) and (max-width: 767px) {
  .hero.node {
    background-position: center 0px;
    background-size: 100%;
    height: calc(34vh - 70px);
  }
}

.hero .heading--2 {
  margin-bottom: 45px;
}
/*# sourceMappingURL=../../../maps/molecules/hero/hero.css.map */
