<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.highlights {
  display: flex;
  flex-flow: row wrap;
}

.tile {
  flex: 460px 0 0;
  height: 250px;
  position: relative;
  overflow: hidden;
  margin: 8px 0;
}

@media screen and (min-width: 1218px) {
  .tile-small {
    flex: 329px 0 0;
  }

  .tile:nth-child(2),
.tile:nth-child(5) {
    margin: 8px 16px;
  }
}
@media screen and (max-width: 1218px) {
  .tile {
    flex: 420px 1 1;
    max-width: 644px;
    min-width: 420px;
  }
  .tile:nth-child(even) {
    margin: 8px 0 8px 16px;
  }
}
@media screen and (max-width: 918px) {
  .highlights {
    flex-flow: row wrap;
  }

  .tile {
    flex: 50%;
    min-width: 250px;
    height: 320px;
    margin: 8px 0 !important;
  }
}
.hl-block-thumbnail {
	 position: relative;
	 width: 100%;
	 height: 100%;
}
 .hl-block-thumbnail-image {
	 position: absolute;
	 top: 0;
	 right: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .hl-block-thumbnail-image &gt; img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 /*min-width: 460px;*/
	 /*min-height: 250px;*/
}
 .hl-block-thumbnail {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-position: right top;
	 background: black;
}
 .hl-block-thumbnail .hl-block-gradient {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
	 z-index: 1;
}
 .hl-block-thumbnail &gt; .hl-block-thumbnail__background {
	 width: 100%;
	 height: 100%;
	 background-position: 50% 50%;
	 background-size: cover;
}
 .hl-block-thumbnail &gt; .hl-block-thumbnail__background, .hl-block-thumbnail &gt; .hl-block-thumbnail-image, .hl-block-thumbnail &gt; .hl-block-gradient {
	 transition: all 0.5s ease-in-out;
}
 .hl-block-thumbnail .hl-block-header {
	 position: absolute;
	 bottom: 0px;
	 left: 20px;
	 width: calc(100% - 40px);
	font-family: "Swiss 721 W03 Light";
	 font-size: 24px;
	 color: white;
	 line-height: 1.3;
	 transition: all 0.4s ease-in-out;
	 z-index: 2;
}
 .hl-block-thumbnail .hl-block-description {
	 position: absolute;
	 bottom: -120px;
	 left: 20px;
	 color: white;
	 line-height: 1.3;
	 transition: all 0.4s ease-in-out;
	 width: 80%;
	 height: 100px;
	 overflow: hidden;
}
 .hl-block-thumbnail .hl-block-type {
	 position: absolute;
	font-family: "Swiss 721 W03 Bd Cnd";
	 text-transform: uppercase;
	 color: white;
	 top: 20px;
	 left: 20px;
	 font-size: 12px;
	 z-index: 2;
}
 @media screen and (min-width: 1218px) {
	 .tile-small .hl-block-thumbnail img {
		 /*min-width: 329px;*/
		 /*min-height: 250px;*/
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
	}
	 .hl-block-thumbnail .hl-block-header {
		 position: absolute;
		 bottom: 0;
		 left: 20px;
		 width: calc(100% - 40px);
		font-family: "Swiss 721 W03 Light";
		 font-size: 24px;
		 color: white;
		 line-height: 1.3;
		 transition: all 0.4s ease-in-out;
		 z-index: 2;
	}
	 .hl-block-thumbnail .hl-block-description {
		 position: absolute;
		 left: 20px;
		 color: white;
		 bottom: -120px;
		 line-height: 1.3;
		 transition: all 0.4s ease-in-out;
		 width: 80%;
		 height: 100px;
		 overflow: hidden;
	}
	 .hl-block-thumbnail .hl-block-type {
		 position: absolute;
		font-family: "Swiss 721 W03 Bd Cnd";
		 text-transform: uppercase;
		 color: white;
		 top: 20px;
		 left: 20px;
		 font-size: 12px;
		 z-index: 2;
	}
}
 @media screen and (min-width: 918px) {
	 .hl-block-thumbnail:hover &gt; .hl-block-thumbnail__background, .hl-block-thumbnail:hover &gt; .hl-block-thumbnail-image {
		 opacity: 0.4;
	}
	 .hl-block-thumbnail:hover &gt; .hl-block-gradient {
		 opacity: 0;
	}
	 .hl-block-thumbnail:hover .hl-block-header {
		 bottom: 120px;
	}
	 .hl-block-thumbnail:hover .hl-block-description {
		 bottom: 15px;
	}
}
 @media screen and (max-width: 918px) {
	 .hl-block-thumbnail .hl-block-thumbnail-image &gt; img {
		 /*height: 320px;*/
		 /*width: 590px;*/
	}
	 .hl-block-thumbnail .hl-block-header {
		 bottom: 180px;
	}
	 .hl-block-thumbnail .hl-block-description {
		 bottom: 75px;
	}
	 .hl-block-thumbnail .hl-block-thumbnail__background, .hl-block-thumbnail .hl-block-thumbnail-image {
		 opacity: 0.65;
	}
	 .hl-block-thumbnail .hl-block-gradient {
		 opacity: 0;
	}
}
</pre></body></html>