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

.card {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  max-width: 280px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
}

@media (min-width: 0) and (max-width: 767px) {
  .card {
    max-width: 100%;
    margin-right: 0;
  }
}

.card:first-child {
  margin-left: 0;
}

.card:last-child {
  margin-right: 0;
}

.card:nth-child(4n+4) {
  margin-right: 0;
}

.card img {
  width: 280px;
}

@media (min-width: 0) and (max-width: 767px) {
  .card img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card img {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .card img {
    width: 100%;
  }
}

.card:hover {
  -webkit-box-shadow: 0px 10px 0px 1px #ff7000cc, 0px 0px 0px 1px #ff7000cc;
          box-shadow: 0px 10px 0px 1px #ff7000cc, 0px 0px 0px 1px #ff7000cc;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.card .card__title {
  padding: 0 20px;
}

.card .card-description {
  padding: 0 20px;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/*# sourceMappingURL=../../../maps/molecules/card/card.css.map */
