/**
* MIXINS
*/
/*@include transition (.3s);*/
/*@include keyframes(example) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  }
}


animation: example 5s linear 2s infinite alternate; */
/*.no-limits {
  font-size: 3vw;
}

.limit-min {
  @include responsive-font(3vw, 20px);
}

.limit-min-max {
  @include responsive-font(3vw, 20px, 50px);
}*/
/* Gradient */
/* $list3: $blue 0%,$blue 10%,$green 25%,$green 39%,$orange 79%,$orange 100%;
@include gradient(bottom, $list3); */
/**
* Responsive breakpoints
*/
/*
 * VARIABLES
**/
b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

/**
* Responsive breakpoints
*/
/*
  * Related content
 */
.comp-related_content .row {
  margin-left: -3px;
  margin-right: -3px;
}
@media (max-width: 767.98px) {
  .comp-related_content .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.comp-related_content .item {
  color: #fff;
  margin-top: 30px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 767.98px) {
  .comp-related_content .item {
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.comp-related_content .item figure {
  position: relative;
  margin: 0 10px;
}
.comp-related_content .item a ._hover {
  transition: opacity 0.6s;
  opacity: 0;
  will-change: opacity;
}
.comp-related_content .item a:hover, .comp-related_content .item a:focus {
  color: inherit;
}
.comp-related_content .item a:hover ._hover, .comp-related_content .item a:focus ._hover {
  background-color: #007fad;
  z-index: 2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.comp-related_content .item a:hover .text span, .comp-related_content .item a:focus .text span {
  /*&::after {
    width: 6em;
  }*/
}
.comp-related_content .item a:hover .text span::before, .comp-related_content .item a:focus .text span::before {
  opacity: 0.5;
}
.comp-related_content .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.comp-related_content .item .text span {
  position: relative;
  display: block;
  min-height: 2.6em;
  padding: 0.5em 1em;
  line-height: 1;
  z-index: 2;
}
.comp-related_content .item .text span::after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 1em;
  right: 1em;
  width: 5em;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: width 0.4s;
}
.comp-related_content .item .text span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 2.6em;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: -1;
  transition: opacity 0.5s;
}

@media (max-width: 767.98px) {
  .comp-related_content .col-6 {
    flex-basis: 49.87%;
  }
}
.comp-related_content.comp-related_content.comp-related_content {
  padding-bottom: 2.2em;
}/*# sourceMappingURL=related_content.component.min.css.map */