/* Colores filtros */
/* mixin for multiline */
.block-stories-home .wrapper-stories-home:before, .block-stories-home .wrapper-stories-home:after {
  content: ' ';
  display: table;
}
.block-stories-home .wrapper-stories-home:after {
  clear: both;
}

/*%dots-background {
    // Colors
	$bg-color: $blanco;
	$dot-color: rgba($grisOscuro, .2);

	// Dimensions
	$dot-size: 2px;
	$dot-space: 14px;

	background:
	linear-gradient(90deg, $bg-color ($dot-space - $dot-size), transparent 1%) center,
	linear-gradient($bg-color ($dot-space - $dot-size), transparent 1%) center,
	$dot-color;
	background-size: $dot-space $dot-space;
}*/
/*%dots-background-dark {
    // Colors
	$bg-color: #151515;
	$dot-color: #2d2c2c;

	// Dimensions
	$dot-size: 2px;
	$dot-space: 14px;

	background:
	linear-gradient(90deg, $bg-color ($dot-space - $dot-size), transparent 1%) center,
	linear-gradient($bg-color ($dot-space - $dot-size), transparent 1%) center,
	$dot-color;
	background-size: $dot-space $dot-space;
}*/
.block-stories-home {
  display: inline-table;
  width: 100%;
  margin-top: 10%;
  z-index: 20;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .block-stories-home {
    margin-top: -40px;
  }
}
.block-stories-home .wrapper-stories-home {
  max-width: 1332px;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (min-width: 48em) {
  .block-stories-home .wrapper-stories-home {
    padding: 0 4.4%;
  }
}

@media only screen and (min-width: 48em) {
  .highlighted-stories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2vw;
    grid-column-gap: 2vw;
    place-items: start;
    padding: 0 3%;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories {
    display: inline-block;
    width: 100%;
  }
}
.highlighted-stories .art {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 47.99em) {
  .highlighted-stories .art {
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories .art {
    display: inline-block;
    float: left;
  }
}
.highlighted-stories .art .fav-container {
  display: none;
}
.highlighted-stories .art.hs-planifier, .highlighted-stories .art.wrapper-hs-titles {
  position: static;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.hs-planifier, .highlighted-stories .art.wrapper-hs-titles {
    display: inline-flex;
    float: left;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: calc((364 * 100%) / 350);
    overflow: hidden;
    border-radius: 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories .art.hs-planifier, .highlighted-stories .art.wrapper-hs-titles {
    padding-bottom: 0;
    height: auto;
  }
}
.highlighted-stories .art.wrapper-hs-titles {
  width: 75.9%;
  margin: 0 calc((100% - 75.9%) / 2);
  padding: 0 5.71%;
  height: auto;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.wrapper-hs-titles {
    grid-column: 1 / span 1;
    display: inline-flex;
    float: left;
    width: 100%;
    position: relative;
    height: 0;
    padding: 0 0 calc((364 * 100%) / 350) 0;
    overflow: hidden;
    border-radius: 0px;
    margin: 0;
    margin-left: -10%;
    font-size: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories .art.wrapper-hs-titles {
    width: calc(33.33% - 20px);
    margin-right: 40px;
    margin-left: -20px;
    padding-bottom: 0;
    height: auto;
    position: static;
    display: inline-block;
    margin-top: 140px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles {
    position: absolute;
    bottom: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles {
    position: static;
  }
}
.highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.00781rem;
  color: #004669;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title {
    font-family: "Helvetica 85 Heavy", sans-serif;
    font-size: 7em;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 83.25em) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title:after {
  content: '';
  display: block;
  width: 43px;
  height: 2px;
  background-color: #FFC600;
  margin-top: 12.5px;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title:after {
    width: 90px;
    height: 3px;
    margin-top: 23px;
  }
}
.highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle {
  font-family: "Helvetica 45 Light", sans-serif;
  font-size: 0.84375rem;
  line-height: 1.40625rem;
  margin-top: 22px;
  margin-bottom: 23px;
  color: #757575;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle {
    margin-top: 7.88%;
    margin-bottom: 14.88%;
    font-size: 7em;
    line-height: 1.7em;
  }
}
@media only screen and (min-width: 83.25em) {
  .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
.highlighted-stories .art.hs-planifier {
  background: -moz-linear-gradient(227deg, #9be7de 0%, #00bfc8 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00bfc8), color-stop(100%, #9be7de));
  background: -webkit-linear-gradient(227deg, #9be7de 0%, #00bfc8 100%);
  background: -o-linear-gradient(227deg, #9be7de 0%, #00bfc8 100%);
  background: -ms-linear-gradient(227deg, #9be7de 0%, #00bfc8 100%);
  background: linear-gradient(223deg, #9be7de 0%, #00bfc8 100%);
}
@media only screen and (max-width: 47.99em) {
  .highlighted-stories .art.hs-planifier {
    width: 75.4%;
    margin: 0 calc((100% - 75.4%) / 2);
    position: relative;
    z-index: 10;
    position: relative;
    border-radius: 4px;
  }
}
.highlighted-stories .art.hs-planifier .container-banner {
  display: block;
  padding: 19.3% 15.08% 16.14% 15.08%;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.hs-planifier .container-banner {
    padding: 18% 16% 14.3% 13.7%;
  }
}
@media only screen and (min-width: 62em) {
  .highlighted-stories .art.hs-planifier .container-banner {
    padding: 27.4% 16% 14.3% 13.7%;
  }
}
.highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title {
  color: #FFFFFF;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin-top: 20px;
  margin-bottom: 33px;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title {
    font-family: "Helvetica 85 Heavy", sans-serif;
    font-size: 7.25em;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    margin-top: 12.12%;
    margin-bottom: 19.5%;
  }
}
@media only screen and (min-width: 83.25em) {
  .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title:before {
  content: '';
  display: block;
  background-color: #FFC600;
  width: 51px;
  height: 3px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title:before {
    margin-top: -12.12%;
    margin-bottom: 12.12%;
    width: 90px;
  }
}
.highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button {
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  display: block;
  padding: 18px 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button:hover {
  box-shadow: 0px 9px 19.36px 2.64px rgba(0, 40, 58, 0.3);
  margin-top: -10px;
  margin-bottom: 10px;
}
.highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art:nth-child(2) {
    grid-column: 2 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories .art:nth-child(2) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
.highlighted-stories .art .highlighted-home-stories-item {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: calc((364 * 100%) / 350);
  overflow: hidden;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item {
    padding-bottom: calc((370 * 100%) / 740);
    box-shadow: 0px 9px 36.4px 3.6px rgba(0, 40, 58, 0.12);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .highlighted-stories .art .highlighted-home-stories-item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0px 19px 26.4px 3.6px rgba(0, 0, 0, 0.22);
  }
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7.54%;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content > a {
    padding: 7.14% 7.14% 8.57% 11.43%;
  }
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 47.23%;
  }
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-images:before,
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-images .media--view-mode-header-thumbnail,
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery .media--view-mode-header-thumbnail {
  position: static !important;
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-images img,
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-height: 100%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content > a:hover .field--name-field-h-images img,
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content > a:hover .field--name-field-h-image-gallery img {
  transform: translate(-50%, -50%) scale(1.015);
  transform-origin: center center;
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts {
  position: absolute;
  bottom: 7.54%;
  right: 7.54%;
  left: 7.54%;
  z-index: 20;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts {
    bottom: 8.57%;
    right: 9.72%;
    left: 47.23%;
    width: calc(100% - 47.23%);
    padding-left: 7.15%;
    padding-right: 7.15%;
  }
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p {
  color: #FFC600;
  font-size: 0.6875rem;
  margin-bottom: 9px;
  font-family: "Helvetica Neue Bold", sans-serif;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p {
    font-size: 0.75rem;
    margin-bottom: 5.26%;
  }
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p:not(:first-of-type),
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p:not(:first-of-type) {
  display: none;
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
  font-size: 1.21563rem;
  line-height: 1.62094rem;
  margin-bottom: 9px;
  font-family: "Helvetica 85 Heavy", sans-serif;
  letter-spacing: -0.06483em;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 5.26%;
    letter-spacing: -0.07333em;
    color: #002132;
  }
}
.highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  font-family: "Helvetica 45 Light", sans-serif;
  font-size: 0.75rem;
  line-height: 1.21563rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #757575;
  }
}
@media only screen and (max-width: 47.99em) {
  .highlighted-stories .art {
    position: static;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .highlighted-stories .art:nth-child(4), .highlighted-stories .art:nth-child(6), .highlighted-stories .art:nth-child(9) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    display: inline-block;
    padding-bottom: 0;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item {
    margin-bottom: 18px;
    height: auto;
    padding: 0;
    width: 88%;
    overflow: visible;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content > a, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content > a, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content > a {
    position: static;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 29%;
    top: 0px;
    left: 0;
    bottom: auto;
    height: 0;
    padding-bottom: calc(((370 * 100%) / 350) * 0.29);
    box-shadow: 0px 9px 26.4px 3.6px rgba(0, 40, 58, 0.12);
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images:before,
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery:before, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images:before,
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery:before, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images:before,
  .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery:before {
    display: none;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images img,
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery img, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images img,
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery img, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images img,
  .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery img {
    border-radius: 5px;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts {
    position: static;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 26.4px 3.6px rgba(0, 40, 58, 0.12);
    padding: 7.92% 7.92% 9.86% 23%;
    margin-top: 29px;
    border-radius: 5px;
    display: inline-block;
    width: 88%;
    margin-left: 12%;
    margin-right: 12%;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p {
    color: #FFC600;
    font-size: 0.6875rem;
    margin-bottom: 9px;
    font-family: "Helvetica Neue Bold", sans-serif;
  }
}
@media only screen and (max-width: 47.99em) and (min-width: 48em) {
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
  .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 47.99em) {
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p:not(:first-of-type),
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p:not(:first-of-type), .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p:not(:first-of-type),
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p:not(:first-of-type), .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p:not(:first-of-type),
  .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p:not(:first-of-type) {
    display: none;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
    color: #333333 !important;
    font-size: 1.09375rem;
    line-height: 1.40625rem;
    letter-spacing: -0.05833em;
    display: block;
    overflow: inherit;
  }
  .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
    display: none;
  }
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item {
    margin-left: 12%;
  }
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 29%;
    top: 0px;
    right: 0;
    bottom: auto;
    left: auto;
    height: 0;
    padding-bottom: calc(((370 * 100%) / 350) * 0.29);
    box-shadow: 0px 9px 26.4px 3.6px rgba(0, 40, 58, 0.12);
  }
  .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts {
    position: static;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 26.4px 3.6px rgba(0, 40, 58, 0.12);
    padding: 7.92% 23% 9.86% 7.92%;
    margin-top: 29px;
    margin-left: 0;
  }
}
.highlighted-stories.hs-items-0 {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-1, .highlighted-stories.hs-items-2, .highlighted-stories.hs-items-3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-1 .art.hs-planifier, .highlighted-stories.hs-items-2 .art.hs-planifier, .highlighted-stories.hs-items-3 .art.hs-planifier {
    grid-row-start: 2;
    grid-column: 3 / span 1;
    margin-bottom: -60px;
    z-index: 10;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-1 .art.hs-planifier, .highlighted-stories.hs-items-2 .art.hs-planifier, .highlighted-stories.hs-items-3 .art.hs-planifier {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art.hs-planifier, .highlighted-stories.hs-items-5 .art.hs-planifier {
    grid-row-start: 3;
    grid-column: 3 / span 1;
    z-index: 10;
    margin-bottom: -30px;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-4 .art.hs-planifier, .highlighted-stories.hs-items-5 .art.hs-planifier {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6, .highlighted-stories.hs-items-7 {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art.hs-planifier, .highlighted-stories.hs-items-7 .art.hs-planifier {
    grid-row-start: 4;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-6 .art.hs-planifier, .highlighted-stories.hs-items-7 .art.hs-planifier {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 {
    margin-bottom: -140px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art.hs-planifier {
    grid-row-start: 5;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art.hs-planifier {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-2 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
    margin-bottom: -60px;
    z-index: 10;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-2 .art:nth-child(3) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-3 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 1;
    z-index: 10;
    margin-bottom: -60px;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-3 .art:nth-child(3) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-3 .art:nth-child(4) {
    grid-row-start: 2;
    grid-column: 2 / span 1;
    z-index: 10;
    margin-bottom: -60px;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-3 .art:nth-child(4) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-4 .art:nth-child(3) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(4) {
    grid-row-start: 2;
    grid-column: 2 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-4 .art:nth-child(4) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(5) {
    grid-row-start: 3;
    grid-column: 1 / span 2;
    z-index: 10;
    margin-bottom: -30px;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-4 .art:nth-child(5) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-5 .art:nth-child(3) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(4) {
    grid-row-start: 2;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-5 .art:nth-child(4) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(5) {
    grid-row-start: 3;
    grid-column: 1 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-5 .art:nth-child(5) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(6) {
    grid-row-start: 3;
    grid-column: 2 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-5 .art:nth-child(6) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-6 .art:nth-child(3) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(4) {
    grid-row-start: 2;
    grid-column: 2 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-6 .art:nth-child(4) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(5) {
    grid-row-start: 2;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-6 .art:nth-child(5) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(6) {
    grid-row-start: 3;
    grid-column: 1 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-6 .art:nth-child(6) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(7) {
    grid-row-start: 3;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-6 .art:nth-child(7) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-7 .art:nth-child(3) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(4) {
    grid-row-start: 2;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-7 .art:nth-child(4) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(5) {
    grid-row-start: 3;
    grid-column: 1 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-7 .art:nth-child(5) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(6) {
    grid-row-start: 3;
    grid-column: 2 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-7 .art:nth-child(6) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(7) {
    grid-row-start: 3;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-7 .art:nth-child(7) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(8) {
    grid-row-start: 4;
    grid-column: 2 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-7 .art:nth-child(8) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(3) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(3) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(4) {
    grid-row-start: 2;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(4) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(5) {
    grid-row-start: 3;
    grid-column: 1 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(5) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(6) {
    grid-row-start: 3;
    grid-column: 2 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(6) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(7) {
    grid-row-start: 4;
    grid-column: 1 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(7) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(8) {
    grid-row-start: 4;
    grid-column: 2 / span 2;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(8) {
    width: calc(66.66% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(9) {
    grid-row-start: 5;
    grid-column: 2 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-8 .art:nth-child(9) {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-0 .art.hs-planifier {
    grid-row-start: 1;
    grid-column: 3 / span 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .highlighted-stories.hs-items-0 .art.hs-planifier {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
.highlighted-stories.hs-items-0 .art:nth-child(2), .highlighted-stories.hs-items-0 .art:nth-child(3), .highlighted-stories.hs-items-0 .art:nth-child(4), .highlighted-stories.hs-items-0 .art:nth-child(5), .highlighted-stories.hs-items-0 .art:nth-child(6), .highlighted-stories.hs-items-0 .art:nth-child(7), .highlighted-stories.hs-items-0 .art:nth-child(8), .highlighted-stories.hs-items-0 .art:nth-child(9) {
  display: none;
}
.highlighted-stories.hs-items-1 .art:nth-child(3):not(:last-child), .highlighted-stories.hs-items-1 .art:nth-child(4):not(:last-child), .highlighted-stories.hs-items-1 .art:nth-child(5):not(:last-child), .highlighted-stories.hs-items-1 .art:nth-child(6):not(:last-child), .highlighted-stories.hs-items-1 .art:nth-child(7):not(:last-child), .highlighted-stories.hs-items-1 .art:nth-child(8):not(:last-child), .highlighted-stories.hs-items-1 .art:nth-child(9):not(:last-child) {
  display: none;
}
.highlighted-stories.hs-items-2 .art:nth-child(4):not(:last-child), .highlighted-stories.hs-items-2 .art:nth-child(5):not(:last-child), .highlighted-stories.hs-items-2 .art:nth-child(6):not(:last-child), .highlighted-stories.hs-items-2 .art:nth-child(7):not(:last-child), .highlighted-stories.hs-items-2 .art:nth-child(8):not(:last-child), .highlighted-stories.hs-items-2 .art:nth-child(9):not(:last-child) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-3 .art:nth-child(3) .highlighted-home-stories-item, .highlighted-stories.hs-items-3 .art:nth-child(4) .highlighted-home-stories-item {
    padding-bottom: calc((364 * 100%) / 350);
  }
}
.highlighted-stories.hs-items-3 .art:nth-child(5):not(:last-child), .highlighted-stories.hs-items-3 .art:nth-child(6):not(:last-child), .highlighted-stories.hs-items-3 .art:nth-child(7):not(:last-child), .highlighted-stories.hs-items-3 .art:nth-child(8):not(:last-child), .highlighted-stories.hs-items-3 .art:nth-child(9):not(:last-child) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(3) .highlighted-home-stories-item {
    padding-bottom: calc((364 * 100%) / 350);
  }
}
.highlighted-stories.hs-items-4 .art:nth-child(6):not(:last-child), .highlighted-stories.hs-items-4 .art:nth-child(7):not(:last-child), .highlighted-stories.hs-items-4 .art:nth-child(8):not(:last-child), .highlighted-stories.hs-items-4 .art:nth-child(9):not(:last-child) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(4) .highlighted-home-stories-item, .highlighted-stories.hs-items-5 .art:nth-child(6) .highlighted-home-stories-item {
    padding-bottom: calc((364 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(5) {
    margin-bottom: 0;
    z-index: 10;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(5) .highlighted-home-stories-item {
    padding-bottom: calc((600 * 100%) / 350);
  }
}
.highlighted-stories.hs-items-5 .art:nth-child(7):not(:last-child), .highlighted-stories.hs-items-5 .art:nth-child(8):not(:last-child), .highlighted-stories.hs-items-5 .art:nth-child(9):not(:last-child) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(5) .highlighted-home-stories-item, .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item {
    padding-bottom: calc((364 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(3) .highlighted-home-stories-item, .highlighted-stories.hs-items-6 .art:nth-child(4) .highlighted-home-stories-item {
    padding-bottom: calc((600 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(7), .highlighted-stories.hs-items-6 .art.hs-planifier {
    margin-top: -68%;
    margin-bottom: 40px;
    z-index: 10;
  }
  .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item:hover, .highlighted-stories.hs-items-6 .art.hs-planifier .highlighted-home-stories-item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.highlighted-stories.hs-items-6 .art:nth-child(8):not(:last-child), .highlighted-stories.hs-items-6 .art:nth-child(9):not(:last-child) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(4) .highlighted-home-stories-item, .highlighted-stories.hs-items-7 .art:nth-child(6) .highlighted-home-stories-item, .highlighted-stories.hs-items-7 .art:nth-child(7) .highlighted-home-stories-item, .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item {
    padding-bottom: calc((364 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(5) .highlighted-home-stories-item {
    padding-bottom: calc((600 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(8), .highlighted-stories.hs-items-7 .art.hs-planifier {
    margin-top: -68%;
    margin-bottom: 40px;
    z-index: 10;
  }
  .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item:hover, .highlighted-stories.hs-items-7 .art.hs-planifier .highlighted-home-stories-item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.highlighted-stories.hs-items-7 .art:nth-child(9):not(:last-child) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(4) .highlighted-home-stories-item, .highlighted-stories.hs-items-8 .art:nth-child(5) .highlighted-home-stories-item, .highlighted-stories.hs-items-8 .art:nth-child(9) .highlighted-home-stories-item {
    padding-bottom: calc((364 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item {
    padding-bottom: calc((600 * 100%) / 350);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(9), .highlighted-stories.hs-items-8 .art.hs-planifier {
    margin-top: -67%;
    margin-bottom: 42%;
    z-index: 10;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-2 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-2 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 47.23%;
    right: 0;
    left: calc(100% - 47.23%);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-2 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-4 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-4 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-4 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 47.23%;
    right: 0;
    left: calc(100% - 47.23%);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-4 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-5 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-7 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-7 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 47.23%;
    right: 0;
    left: calc(100% - 47.23%);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-7 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-6 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 47.23%;
    right: 0;
    left: calc(100% - 47.23%);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-8 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 47.23%;
    right: 0;
    left: calc(100% - 47.23%);
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-3 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-3 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-3 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-3 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-3 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-3 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
  }
}
.highlighted-stories.hs-items-3 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-3 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
}
.highlighted-stories.hs-items-3 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-3 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-4 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-4 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
  }
}
.highlighted-stories.hs-items-4 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
}
.highlighted-stories.hs-items-4 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-5 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-5 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-5 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-5 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
  }
}
.highlighted-stories.hs-items-5 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-5 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
}
.highlighted-stories.hs-items-5 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-5 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-6 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
  }
}
.highlighted-stories.hs-items-6 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
}
.highlighted-stories.hs-items-6 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-6 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-7 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-7 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-7 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-7 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-7 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-7 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-7 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
  }
}
.highlighted-stories.hs-items-7 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-7 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-7 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
}
.highlighted-stories.hs-items-7 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-7 .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-7 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-7 .art:nth-child(8) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-8 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-8 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-8 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-8 .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-8 .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-8 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-8 .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
  }
}
.highlighted-stories.hs-items-8 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-8 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3, .highlighted-stories.hs-items-8 .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  color: #FFFFFF;
}
.highlighted-stories.hs-items-8 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-8 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle, .highlighted-stories.hs-items-8 .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-5 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
    height: 61.66%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-5 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
    bottom: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-6 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery, .highlighted-stories.hs-items-6 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-6 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
    height: 61.66%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-6 .art:nth-child(3) .highlighted-home-stories-item .wrapper-content .story-texts, .highlighted-stories.hs-items-6 .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
    bottom: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-7 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
    height: 61.66%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-7 .art:nth-child(5) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
    bottom: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-images,
  .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .field--name-field-h-image-gallery {
    width: 100%;
    right: 0;
    left: 0;
    height: 61.66%;
  }
}
@media only screen and (min-width: 48em) {
  .highlighted-stories.hs-items-8 .art:nth-child(7) .highlighted-home-stories-item .wrapper-content .story-texts {
    left: 0;
    padding-right: 7.15%;
    width: 100%;
    bottom: 6%;
  }
}

:lang(ru) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
:lang(cs) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
:lang(hu) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
:lang(nb) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
:lang(pl) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title {
  font-family: "Helvetica Neue Bold", sans-serif !important;
}
@media only screen and (min-width: 48em) {
  :lang(ru) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
  :lang(cs) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
  :lang(hu) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
  :lang(nb) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title,
  :lang(pl) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-title {
    font-family: "Helvetica Neue Medium", sans-serif !important;
    font-weight: bold;
  }
}
:lang(ru) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle,
:lang(cs) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle,
:lang(hu) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle,
:lang(nb) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle,
:lang(pl) .highlighted-stories .art.wrapper-hs-titles .container-titles .hs-subtitle {
  font-family: "Helvetica Neue Light", sans-serif !important;
}
:lang(ru) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
:lang(cs) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
:lang(hu) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
:lang(nb) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
:lang(pl) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title {
  font-family: "Helvetica Neue Bold", sans-serif !important;
}
@media only screen and (min-width: 48em) {
  :lang(ru) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
  :lang(cs) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
  :lang(hu) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
  :lang(nb) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title,
  :lang(pl) .highlighted-stories .art.hs-planifier .container-banner .hs-planifier-title {
    font-family: "Helvetica Neue Medium", sans-serif !important;
    font-weight: bold;
  }
}
:lang(ru) .highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button,
:lang(cs) .highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button,
:lang(hu) .highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button,
:lang(nb) .highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button,
:lang(pl) .highlighted-stories .art.hs-planifier .container-banner .home-planifier-button .link-button .hs-planifier-button {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle,
:lang(cs) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle,
:lang(hu) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle,
:lang(nb) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle,
:lang(pl) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-subtitle {
  font-family: "Helvetica Neue Light", sans-serif !important;
}
:lang(ru) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(ru) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(cs) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(cs) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(hu) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(hu) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(nb) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(nb) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(pl) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(pl) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p {
  font-family: "Helvetica Neue Bold", sans-serif !important;
}
:lang(ru) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3,
:lang(cs) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3,
:lang(hu) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3,
:lang(nb) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3,
:lang(pl) .highlighted-stories .art .highlighted-home-stories-item .wrapper-content .story-texts .hs-item-title h3 {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(ru) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p, :lang(ru) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(ru) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p, :lang(ru) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(ru) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(cs) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(cs) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(cs) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(cs) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(cs) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(cs) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(hu) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(hu) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(hu) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(hu) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(hu) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(hu) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(nb) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(nb) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(nb) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(nb) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(nb) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(nb) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(pl) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(pl) .highlighted-stories .art:nth-child(4) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(pl) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(pl) .highlighted-stories .art:nth-child(6) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p,
:lang(pl) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .motivation-selected p,
:lang(pl) .highlighted-stories .art:nth-child(9) .highlighted-home-stories-item .wrapper-content .story-texts .island-selected p {
  font-family: "Helvetica Neue Bold", sans-serif !important;
}
