/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/* beige/creme */
/* grey */
/* light beige/creme */
/* dark grey */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* BREADCRUMBS */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #b2a98b 0%, #a2a3a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
.link-default {
  color: #b2a98b;
  text-decoration: none;
}
.link-default:hover {
  color: #b2a98b;
  text-decoration: none;
}
.link-underlined {
  color: #b2a98b;
  text-decoration: underline;
}
.link-underlined:hover {
  color: #b2a98b;
  text-decoration: underline ;
}
.link-text .link-hide-text {
  position: absolute;
  left: -999999px;
}
.link-text i.fa {
  padding: 0 5px;
}
.card-view > li,
.card-view > km_li {
  padding-bottom: 50px;
}
.card-view > li .tcell.list-item-image,
.card-view > km_li .tcell.list-item-image,
.card-view > li .tcell.list-item-video,
.card-view > km_li .tcell.list-item-video {
  width: 33.333%;
  padding-right: 15px;
  position: relative;
}
.card-view > li .tcell.list-item-image img,
.card-view > km_li .tcell.list-item-image img {
  padding: 15px 0;
}
.card-view > li .tcell.list-item-content,
.card-view > km_li .tcell.list-item-content {
  width: 66.666%;
  padding-left: 15px;
}
.card-view > li .card-item-wrap,
.card-view > km_li .card-item-wrap {
  position: relative;
  z-index: 5;
}
.card-view > li .card-item-content,
.card-view > km_li .card-item-content {
  padding-top: 15px;
}
.card-view > li .card-item-content .content-meta,
.card-view > km_li .card-item-content .content-meta {
  font-size: 90%;
  color: #737373;
}
.card-view > li .card-item-content .content-title,
.card-view > km_li .card-item-content .content-title {
  font-size: 120%;
}
.card-view > li .card-item-content .content-title a,
.card-view > km_li .card-item-content .content-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.card-view > li .card-item-border,
.card-view > km_li .card-item-border {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 1px;
  left: 15px;
}
.card-view > li .card-item-border .content-link,
.card-view > km_li .card-item-border .content-link {
  height: 50px;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 50px;
  text-align: right;
}
.card-view > li .card-item-border .content-link a,
.card-view > km_li .card-item-border .content-link a {
  display: block;
  color: #b2a98b;
  text-decoration: none;
}
.card-view > li .card-item-border .content-link a:hover,
.card-view > km_li .card-item-border .content-link a:hover {
  color: #b2a98b;
  text-decoration: none;
}
.card-view.simple-cards > li,
.card-view.simple-cards > km_li {
  padding-bottom: 0 !important;
  margin: 0;
}
.card-view.full-image > li,
.card-view.full-image > km_li {
  padding-bottom: 0;
}
.card-view.full-image > li .card-item-image,
.card-view.full-image > km_li .card-item-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.card-view.full-image > li .card-item-image .image-content,
.card-view.full-image > km_li .card-item-image .image-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  text-align: center;
  background: rgba(178, 169, 139, 0.6);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.card-view.full-image > li .card-item-image .image-content .content-text,
.card-view.full-image > km_li .card-item-image .image-content .content-text {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.card-view.full-image > li .card-item-image .image-content.table .tcell,
.card-view.full-image > km_li .card-item-image .image-content.table .tcell {
  padding: 30px;
}
.card-view.full-image > li .card-item-image > a,
.card-view.full-image > km_li .card-item-image > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 4;
  text-indent: -999999px;
}
.card-view.full-image > li:hover .card-item-image .image-content,
.card-view.full-image > km_li:hover .card-item-image .image-content {
  background: #b2a98b;
}
.card-view.full-image > li:hover .card-item-image .image-content .content-text,
.card-view.full-image > km_li:hover .card-item-image .image-content .content-text {
  opacity: 1;
  max-height: 500px;
}
.card-view.link-cover.link-content-none > li .card-item-border .content-link a span.link-text,
.card-view.link-cover.link-content-none > km_li .card-item-border .content-link a span.link-text {
  display: none;
}
.card-view.link-cover > li,
.card-view.link-cover > km_li {
  padding-bottom: 0;
}
.card-view.link-cover > li .card-item-border,
.card-view.link-cover > km_li .card-item-border {
  z-index: 10;
  bottom: 0;
}
.card-view.link-cover > li .card-item-border .content-link,
.card-view.link-cover > km_li .card-item-border .content-link {
  top: 0;
  right: 0 !important;
  left: 0 !important;
  bottom: 0;
  height: 100%;
}
.card-view.link-cover > li .card-item-border .content-link a,
.card-view.link-cover > km_li .card-item-border .content-link a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.card-view.link-cover > li .card-item-border .content-link a span.link-text,
.card-view.link-cover > km_li .card-item-border .content-link a span.link-text {
  padding-top: 56%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.card-view.link-cover > li:hover .card-item-content,
.card-view.link-cover > km_li:hover .card-item-content {
  background: #333;
}
.card-view.link-cover > li:hover .card-item-border .content-link a span.link-text,
.card-view.link-cover > km_li:hover .card-item-border .content-link a span.link-text {
  opacity: 1;
  background: transparent;
}
.card-view.link-button > li .card-item-border .content-link,
.card-view.link-button > km_li .card-item-border .content-link {
  line-height: normal;
}
.card-view.link-button > li .card-item-border .content-link a,
.card-view.link-button > km_li .card-item-border .content-link a {
  display: inline-block;
  padding: 5px 15px;
  background: #b2a98b;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.card-view.link-button > li .card-item-border .content-link a:hover,
.card-view.link-button > km_li .card-item-border .content-link a:hover {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
}
.card-view.icon-button > li .card-item-border .content-link,
.card-view.icon-button > km_li .card-item-border .content-link {
  line-height: normal;
}
.card-view.icon-button > li .card-item-border .content-link a,
.card-view.icon-button > km_li .card-item-border .content-link a {
  position: absolute;
  right: 0;
  width: auto;
  max-width: 40px;
  height: 40px;
  overflow: hidden;
  background: #b2a98b;
  border: 1px solid #fff;
  color: #fff;
}
.card-view.icon-button > li .card-item-border .content-link a .link-text,
.card-view.icon-button > km_li .card-item-border .content-link a .link-text {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.card-view.icon-button > li .card-item-border .content-link a .link-text > span,
.card-view.icon-button > km_li .card-item-border .content-link a .link-text > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.card-view.icon-button > li .card-item-border .content-link a .link-text i,
.card-view.icon-button > km_li .card-item-border .content-link a .link-text i {
  position: relative;
  right: 7px;
}
.card-view.icon-button > li .card-item-border .content-link a:hover,
.card-view.icon-button > km_li .card-item-border .content-link a:hover {
  max-width: 100%;
  padding-left: calc(15px * 2) !important;
  background: #333;
  border-color: #333;
  color: #fff;
}
.card-view.icon-button > li .card-item-border .content-link a:hover .link-text > span,
.card-view.icon-button > km_li .card-item-border .content-link a:hover .link-text > span {
  opacity: 1;
}
.list-view > li:nth-child(n+2),
.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
.list-view > li .list-item-image,
.list-view > km_li .list-item-image,
.list-view > li .list-item-video,
.list-view > km_li .list-item-video {
  width: 33.333%;
  padding-right: 15px;
  position: relative;
}
.list-view > li .list-item-content,
.list-view > km_li .list-item-content {
  width: 66.666%;
  padding-left: 15px;
}
.list-view > li .list-item-content .content-title,
.list-view > km_li .list-item-content .content-title {
  font-size: 120%;
}
.list-view > li .list-item-content .content-title a,
.list-view > km_li .list-item-content .content-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.list-view.cover .list-item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.list-view.cover .list-item-image.tcell picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.list-view:not(.cover) .list-item-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.list-view.link-cover > li .list-item-content .content-link,
.list-view.link-cover > km_li .list-item-content .content-link {
  top: 0;
  height: 100%;
}
.list-view.link-cover > li .list-item-content .content-link a,
.list-view.link-cover > km_li .list-item-content .content-link a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.list-view.link-cover > li .list-item-content .content-link a span.link-text,
.list-view.link-cover > km_li .list-item-content .content-link a span.link-text {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-view:not(.link-inline) > li .list-item-content,
.list-view:not(.link-inline) > km_li .list-item-content {
  padding: 0px 0px 50px 15px;
  position: relative;
}
.list-view:not(.link-inline) > li .list-item-content .content-link,
.list-view:not(.link-inline) > km_li .list-item-content .content-link {
  height: 50px;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 50px;
  text-align: right;
}
.list-view:not(.link-inline) > li .list-item-content .content-link a,
.list-view:not(.link-inline) > km_li .list-item-content .content-link a {
  display: block;
  color: #b2a98b;
  text-decoration: none;
}
.list-view:not(.link-inline) > li .list-item-content .content-link a:hover,
.list-view:not(.link-inline) > km_li .list-item-content .content-link a:hover {
  color: #b2a98b;
  text-decoration: none;
}
.list-view.image-alternate > li:nth-child(2n+2),
.list-view.image-alternate > km_li:nth-child(2n+2) {
  direction: rtl;
}
.list-view.image-alternate > li:nth-child(2n+2) .list-item-image,
.list-view.image-alternate > km_li:nth-child(2n+2) .list-item-image,
.list-view.image-alternate > li:nth-child(2n+2) .list-item-video,
.list-view.image-alternate > km_li:nth-child(2n+2) .list-item-video {
  padding-right: 0;
  padding-left: 15px;
}
.list-view.image-alternate > li:nth-child(2n+2) .list-item-content,
.list-view.image-alternate > km_li:nth-child(2n+2) .list-item-content {
  padding-right: 15px;
  padding-left: 0;
  direction: ltr;
}
.list-view.image-alternate > li:nth-child(2n+2) .list-item-content .content-link a,
.list-view.image-alternate > km_li:nth-child(2n+2) .list-item-content .content-link a {
  padding-right: 15px;
}
.list-view.image-alternate.link-inline > li:nth-child(2n+2) .list-item-content,
.list-view.image-alternate.link-inline > km_li:nth-child(2n+2) .list-item-content {
  padding-bottom: 0;
}
.list-view.image-right > li,
.list-view.image-right > km_li {
  direction: rtl;
}
.list-view.image-right > li .list-item-image,
.list-view.image-right > km_li .list-item-image,
.list-view.image-right > li .list-item-video,
.list-view.image-right > km_li .list-item-video {
  padding-right: 0;
  padding-left: 15px;
}
.list-view.image-right > li .list-item-content,
.list-view.image-right > km_li .list-item-content {
  padding-right: 15px;
  padding-left: 0;
  direction: ltr;
}
.list-view.image-right > li .list-item-content .content-link a,
.list-view.image-right > km_li .list-item-content .content-link a {
  padding-right: 15px;
}
.list-view.link-button > li .list-item-content,
.list-view.link-button:not(.link-inline) > li .list-item-content,
.list-view.link-button > km_li .list-item-content,
.list-view.link-button:not(.link-inline) > km_li .list-item-content {
  padding-bottom: 50px !important;
}
.list-view.link-button > li .content-link,
.list-view.link-button:not(.link-inline) > li .content-link,
.list-view.link-button > km_li .content-link,
.list-view.link-button:not(.link-inline) > km_li .content-link {
  line-height: normal;
}
.list-view.link-button > li .content-link a,
.list-view.link-button:not(.link-inline) > li .content-link a,
.list-view.link-button > km_li .content-link a,
.list-view.link-button:not(.link-inline) > km_li .content-link a {
  display: inline-block;
  padding: 5px 15px;
  background: #b2a98b;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.list-view.link-button > li .content-link a:hover,
.list-view.link-button:not(.link-inline) > li .content-link a:hover,
.list-view.link-button > km_li .content-link a:hover,
.list-view.link-button:not(.link-inline) > km_li .content-link a:hover {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
}
.list-view.icon-button > li .list-item-content,
.list-view.icon-button > km_li .list-item-content {
  padding-bottom: 50px !important;
}
.list-view.icon-button > li .content-link,
.list-view.icon-button > km_li .content-link {
  line-height: normal;
}
.list-view.icon-button > li .content-link a,
.list-view.icon-button > km_li .content-link a {
  position: absolute;
  right: 0;
  width: auto;
  max-width: 40px;
  height: 40px;
  overflow: hidden;
  background: #b2a98b;
  border: 1px solid #fff;
  color: #fff;
}
.list-view.icon-button > li .content-link a .link-text,
.list-view.icon-button > km_li .content-link a .link-text {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.list-view.icon-button > li .content-link a .link-text > span,
.list-view.icon-button > km_li .content-link a .link-text > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.list-view.icon-button > li .content-link a .link-text i,
.list-view.icon-button > km_li .content-link a .link-text i {
  position: relative;
  right: 7px;
}
.list-view.icon-button > li .content-link a:hover,
.list-view.icon-button > km_li .content-link a:hover {
  max-width: 100%;
  padding-left: calc(15px * 2) !important;
  background: #333;
  border-color: #333;
  color: #fff;
}
.list-view.icon-button > li .content-link a:hover .link-text > span,
.list-view.icon-button > km_li .content-link a:hover .link-text > span {
  opacity: 1;
}
ul.image-view.card-view.content-space-normal > li.card-item {
  padding-bottom: 0 !important;
}
ul.image-view.card-view.content-space-normal > li.card-item .card-item-border .content-link {
  top: 0;
  right: 0 !important;
  left: 0 !important;
  bottom: 0;
  height: 100%;
}
ul.image-view > li {
  padding-bottom: 0 !important;
}
ul.image-view > li .card-item-wrap .card-item-content {
  background: rgba(178, 169, 139, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
ul.image-view > li .card-item-wrap .card-item-content .content-title {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
ul.image-view > li:hover .card-item-wrap .card-item-content {
  background: #b2a98b;
}
.content-space-none:not(.clickable).content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-none:not(.clickable).content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none:not(.clickable).content-space-normal.list-view > li,
.content-space-none:not(.clickable).content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-none:not(.clickable).content-space-normal.list-view > li:nth-child(n+2),
.content-space-none:not(.clickable).content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
.content-space-none:not(.clickable).content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-none:not(.clickable).content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none:not(.clickable).content-space-normal.list-view > li,
.content-space-none:not(.clickable).content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-none:not(.clickable).content-space-normal.list-view > li:nth-child(n+2),
.content-space-none:not(.clickable).content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-none:not(.clickable).content-space-normal.list-view > li:nth-child(n+2),
  .content-space-none:not(.clickable).content-space-normal.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  15px) !important;
  }
}
.content-space-none:not(.clickable).content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-none:not(.clickable).content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none:not(.clickable).content-space-normal > li .card-item-content,
.content-space-none:not(.clickable).content-space-normal > km_li .card-item-content,
.content-space-none:not(.clickable).content-space-normal > li .list-item-content,
.content-space-none:not(.clickable).content-space-normal > km_li .list-item-content {
  padding: 15px !important;
}
.content-space-none:not(.clickable).content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.content-space-none:not(.clickable).content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.content-space-none:not(.clickable).content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.content-space-none:not(.clickable).content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.content-space-none:not(.clickable).content-space-normal:not(.link-cover) > li .card-item-border .content-link,
.content-space-none:not(.clickable).content-space-normal:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: 15px !important;
  bottom: 0;
  left: 15px !important;
}
.content-space-none:not(.clickable).content-space-normal.oversize-small > li .card-item-border,
.content-space-none:not(.clickable).content-space-normal.oversize-small > km_li .card-item-border {
  left: calc(15px  - 15px +  15px) !important;
  right: calc(15px  - 15px +  15px) !important;
}
.content-space-none:not(.clickable).content-space-normal.oversize-small > li .card-item-wrap .card-item-content,
.content-space-none:not(.clickable).content-space-normal.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  15px) !important;
}
.content-space-none:not(.clickable).content-space-normal.oversize-medium > li .card-item-border,
.content-space-none:not(.clickable).content-space-normal.oversize-medium > km_li .card-item-border {
  left: calc(15px  - 15px +  30px) !important;
  right: calc(15px  - 15px +  30px) !important;
}
.content-space-none:not(.clickable).content-space-normal.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-none:not(.clickable).content-space-normal.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  30px) !important;
}
.content-space-none:not(.clickable).content-space-normal.oversize-large > li .card-item-border,
.content-space-none:not(.clickable).content-space-normal.oversize-large > km_li .card-item-border {
  left: calc(15px  - 15px +  45px) !important;
  right: calc(15px  - 15px +  45px) !important;
}
.content-space-none:not(.clickable).content-space-normal.oversize-large > li .card-item-wrap .card-item-content,
.content-space-none:not(.clickable).content-space-normal.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  45px) !important;
}
.content-space-none:not(.clickable).content-space-normal.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-none:not(.clickable).content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  15px);
}
.content-space-none:not(.clickable).content-space-normal.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-none:not(.clickable).content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  15px);
}
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  15px);
}
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  15px);
}
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-none:not(.clickable).content-space-normal.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  15px);
}
.content-space-none.clickable.content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-none.clickable.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none.clickable.content-space-normal.list-view > li,
.content-space-none.clickable.content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-none.clickable.content-space-normal.list-view > li:nth-child(n+2),
.content-space-none.clickable.content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
.content-space-none.clickable.content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-none.clickable.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none.clickable.content-space-normal.list-view > li,
.content-space-none.clickable.content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-none.clickable.content-space-normal.list-view > li:nth-child(n+2),
.content-space-none.clickable.content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-none.clickable.content-space-normal.list-view > li:nth-child(n+2),
  .content-space-none.clickable.content-space-normal.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  15px) !important;
  }
}
.content-space-none.clickable.content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-none.clickable.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none.clickable.content-space-normal > li .card-item-content,
.content-space-none.clickable.content-space-normal > km_li .card-item-content,
.content-space-none.clickable.content-space-normal > li .list-item-content,
.content-space-none.clickable.content-space-normal > km_li .list-item-content {
  padding: 15px !important;
}
.content-space-none.clickable.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.content-space-none.clickable.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.content-space-none.clickable.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.content-space-none.clickable.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.content-space-none.clickable.content-space-normal:not(.link-cover) > li .card-item-border .content-link,
.content-space-none.clickable.content-space-normal:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: 15px !important;
  bottom: 0;
  left: 15px !important;
}
.content-space-none.clickable.content-space-normal.oversize-small > li .card-item-border,
.content-space-none.clickable.content-space-normal.oversize-small > km_li .card-item-border {
  left: calc(15px  - 15px +  15px) !important;
  right: calc(15px  - 15px +  15px) !important;
}
.content-space-none.clickable.content-space-normal.oversize-small > li .card-item-wrap .card-item-content,
.content-space-none.clickable.content-space-normal.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  15px) !important;
}
.content-space-none.clickable.content-space-normal.oversize-medium > li .card-item-border,
.content-space-none.clickable.content-space-normal.oversize-medium > km_li .card-item-border {
  left: calc(15px  - 15px +  30px) !important;
  right: calc(15px  - 15px +  30px) !important;
}
.content-space-none.clickable.content-space-normal.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-none.clickable.content-space-normal.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  30px) !important;
}
.content-space-none.clickable.content-space-normal.oversize-large > li .card-item-border,
.content-space-none.clickable.content-space-normal.oversize-large > km_li .card-item-border {
  left: calc(15px  - 15px +  45px) !important;
  right: calc(15px  - 15px +  45px) !important;
}
.content-space-none.clickable.content-space-normal.oversize-large > li .card-item-wrap .card-item-content,
.content-space-none.clickable.content-space-normal.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  45px) !important;
}
.content-space-none.clickable.content-space-normal.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-none.clickable.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  15px);
}
.content-space-none.clickable.content-space-normal.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-none.clickable.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-none.clickable.content-space-normal.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-none.clickable.content-space-normal.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  15px);
}
.content-space-none.clickable.content-space-normal.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-none.clickable.content-space-normal.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  15px);
}
.content-space-none.clickable.content-space-normal.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-none.clickable.content-space-normal.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  15px);
}
.content-space-none.clickable.content-space-normal.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-none.clickable.content-space-normal.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  15px);
}
.content-space-small.content-space-small.card-view:not(.simple-cards).link-button > li,
.content-space-small.content-space-small.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px / 3)) !important;
}
.content-space-small.content-space-small.list-view > li,
.content-space-small.content-space-small.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-small.content-space-small.list-view > li:nth-child(n+2),
.content-space-small.content-space-small.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px / 3);
  padding-top: calc(15px / 3) !important;
  border-top: solid 1px #b2a98b;
}
.content-space-small.content-space-small.card-view:not(.simple-cards).link-button > li,
.content-space-small.content-space-small.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px / 3)) !important;
}
.content-space-small.content-space-small.list-view > li,
.content-space-small.content-space-small.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-small.content-space-small.list-view > li:nth-child(n+2),
.content-space-small.content-space-small.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px / 3);
  padding-top: calc(15px / 3) !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-small.content-space-small.list-view > li:nth-child(n+2),
  .content-space-small.content-space-small.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  calc(15px / 3)) !important;
  }
}
.content-space-small.content-space-small.card-view:not(.simple-cards).link-button > li,
.content-space-small.content-space-small.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px / 3)) !important;
}
.content-space-small.content-space-small > li .card-item-content,
.content-space-small.content-space-small > km_li .card-item-content,
.content-space-small.content-space-small > li .list-item-content,
.content-space-small.content-space-small > km_li .list-item-content {
  padding: calc(15px / 3) !important;
}
.content-space-small.content-space-small:not(.link-cover) > li .list-item-content .content-link,
.content-space-small.content-space-small:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px / 3) !important;
  left: calc(15px / 3) !important;
}
.content-space-small.content-space-small:not(.link-cover) > li .list-item-content .content-link,
.content-space-small.content-space-small:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px / 3) !important;
  left: calc(15px / 3) !important;
}
.content-space-small.content-space-small:not(.link-cover) > li .card-item-border .content-link,
.content-space-small.content-space-small:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: calc(15px / 3) !important;
  bottom: calc(15px / 3);
  left: calc(15px / 3) !important;
}
.content-space-small.content-space-small.oversize-small > li .card-item-border,
.content-space-small.content-space-small.oversize-small > km_li .card-item-border {
  left: calc(calc(15px / 3)  - 15px +  calc(15px / 3)) !important;
  right: calc(calc(15px / 3)  - 15px +  15px) !important;
}
.content-space-small.content-space-small.oversize-small > li .card-item-wrap .card-item-content,
.content-space-small.content-space-small.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px / 3)  +  15px) !important;
}
.content-space-small.content-space-small.oversize-medium > li .card-item-border,
.content-space-small.content-space-small.oversize-medium > km_li .card-item-border {
  left: calc(calc(15px / 3)  - 15px +  30px) !important;
  right: calc(calc(15px / 3)  - 15px +  30px) !important;
}
.content-space-small.content-space-small.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-small.content-space-small.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px / 3)  +  30px) !important;
}
.content-space-small.content-space-small.oversize-large > li .card-item-border,
.content-space-small.content-space-small.oversize-large > km_li .card-item-border {
  left: calc(calc(15px / 3)  - 15px +  45px) !important;
  right: calc(calc(15px / 3)  - 15px +  45px) !important;
}
.content-space-small.content-space-small.oversize-large > li .card-item-wrap .card-item-content,
.content-space-small.content-space-small.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px / 3)  +  45px) !important;
}
.content-space-small.content-space-small.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-small.content-space-small.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  calc(15px / 3));
}
.content-space-small.content-space-small.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-small.content-space-small.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  calc(15px / 3)) !important;
}
.content-space-small.content-space-small.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-small.content-space-small.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  calc(15px / 3));
}
.content-space-small.content-space-small.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-small.content-space-small.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  calc(15px / 3));
}
.content-space-small.content-space-small.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-small.content-space-small.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  calc(15px / 3));
}
.content-space-small.content-space-small.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-small.content-space-small.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  calc(15px / 3));
}
.content-space-normal.content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-normal.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-normal.content-space-normal.list-view > li,
.content-space-normal.content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-normal.content-space-normal.list-view > li:nth-child(n+2),
.content-space-normal.content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
.content-space-normal.content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-normal.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-normal.content-space-normal.list-view > li,
.content-space-normal.content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-normal.content-space-normal.list-view > li:nth-child(n+2),
.content-space-normal.content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-normal.content-space-normal.list-view > li:nth-child(n+2),
  .content-space-normal.content-space-normal.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  15px) !important;
  }
}
.content-space-normal.content-space-normal.card-view:not(.simple-cards).link-button > li,
.content-space-normal.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-normal.content-space-normal > li .card-item-content,
.content-space-normal.content-space-normal > km_li .card-item-content,
.content-space-normal.content-space-normal > li .list-item-content,
.content-space-normal.content-space-normal > km_li .list-item-content {
  padding: 15px !important;
}
.content-space-normal.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.content-space-normal.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.content-space-normal.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.content-space-normal.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.content-space-normal.content-space-normal:not(.link-cover) > li .card-item-border .content-link,
.content-space-normal.content-space-normal:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: 15px !important;
  bottom: 15px;
  left: 15px !important;
}
.content-space-normal.content-space-normal.oversize-small > li .card-item-border,
.content-space-normal.content-space-normal.oversize-small > km_li .card-item-border {
  left: calc(15px  - 15px +  15px) !important;
  right: calc(15px  - 15px +  15px) !important;
}
.content-space-normal.content-space-normal.oversize-small > li .card-item-wrap .card-item-content,
.content-space-normal.content-space-normal.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  15px) !important;
}
.content-space-normal.content-space-normal.oversize-medium > li .card-item-border,
.content-space-normal.content-space-normal.oversize-medium > km_li .card-item-border {
  left: calc(15px  - 15px +  30px) !important;
  right: calc(15px  - 15px +  30px) !important;
}
.content-space-normal.content-space-normal.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-normal.content-space-normal.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  30px) !important;
}
.content-space-normal.content-space-normal.oversize-large > li .card-item-border,
.content-space-normal.content-space-normal.oversize-large > km_li .card-item-border {
  left: calc(15px  - 15px +  45px) !important;
  right: calc(15px  - 15px +  45px) !important;
}
.content-space-normal.content-space-normal.oversize-large > li .card-item-wrap .card-item-content,
.content-space-normal.content-space-normal.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  45px) !important;
}
.content-space-normal.content-space-normal.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-normal.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  15px);
}
.content-space-normal.content-space-normal.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-normal.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  15px) !important;
}
.content-space-normal.content-space-normal.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-normal.content-space-normal.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  15px);
}
.content-space-normal.content-space-normal.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-normal.content-space-normal.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  15px);
}
.content-space-normal.content-space-normal.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-normal.content-space-normal.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  15px);
}
.content-space-normal.content-space-normal.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-normal.content-space-normal.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  15px);
}
.content-space-large.content-space-large.card-view:not(.simple-cards).link-button > li,
.content-space-large.content-space-large.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 2)) !important;
}
.content-space-large.content-space-large.list-view > li,
.content-space-large.content-space-large.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-large.content-space-large.list-view > li:nth-child(n+2),
.content-space-large.content-space-large.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px * 2);
  padding-top: calc(15px * 2) !important;
  border-top: solid 1px #b2a98b;
}
.content-space-large.content-space-large.card-view:not(.simple-cards).link-button > li,
.content-space-large.content-space-large.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 2)) !important;
}
.content-space-large.content-space-large.list-view > li,
.content-space-large.content-space-large.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-large.content-space-large.list-view > li:nth-child(n+2),
.content-space-large.content-space-large.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px * 2);
  padding-top: calc(15px * 2) !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-large.content-space-large.list-view > li:nth-child(n+2),
  .content-space-large.content-space-large.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  calc(15px * 2)) !important;
  }
}
.content-space-large.content-space-large.card-view:not(.simple-cards).link-button > li,
.content-space-large.content-space-large.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 2)) !important;
}
.content-space-large.content-space-large > li .card-item-content,
.content-space-large.content-space-large > km_li .card-item-content,
.content-space-large.content-space-large > li .list-item-content,
.content-space-large.content-space-large > km_li .list-item-content {
  padding: calc(15px * 2) !important;
}
.content-space-large.content-space-large:not(.link-cover) > li .list-item-content .content-link,
.content-space-large.content-space-large:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px * 2) !important;
  left: calc(15px * 2) !important;
}
.content-space-large.content-space-large:not(.link-cover) > li .list-item-content .content-link,
.content-space-large.content-space-large:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px * 2) !important;
  left: calc(15px * 2) !important;
}
.content-space-large.content-space-large:not(.link-cover) > li .card-item-border .content-link,
.content-space-large.content-space-large:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: calc(15px * 2) !important;
  bottom: calc(15px * 2);
  left: calc(15px * 2) !important;
}
.content-space-large.content-space-large.oversize-small > li .card-item-border,
.content-space-large.content-space-large.oversize-small > km_li .card-item-border {
  left: calc(calc(15px * 2)  - 15px +  calc(15px * 2)) !important;
  right: calc(calc(15px * 2)  - 15px +  15px) !important;
}
.content-space-large.content-space-large.oversize-small > li .card-item-wrap .card-item-content,
.content-space-large.content-space-large.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 2)  +  15px) !important;
}
.content-space-large.content-space-large.oversize-medium > li .card-item-border,
.content-space-large.content-space-large.oversize-medium > km_li .card-item-border {
  left: calc(calc(15px * 2)  - 15px +  30px) !important;
  right: calc(calc(15px * 2)  - 15px +  30px) !important;
}
.content-space-large.content-space-large.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-large.content-space-large.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 2)  +  30px) !important;
}
.content-space-large.content-space-large.oversize-large > li .card-item-border,
.content-space-large.content-space-large.oversize-large > km_li .card-item-border {
  left: calc(calc(15px * 2)  - 15px +  45px) !important;
  right: calc(calc(15px * 2)  - 15px +  45px) !important;
}
.content-space-large.content-space-large.oversize-large > li .card-item-wrap .card-item-content,
.content-space-large.content-space-large.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 2)  +  45px) !important;
}
.content-space-large.content-space-large.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-large.content-space-large.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  calc(15px * 2));
}
.content-space-large.content-space-large.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-large.content-space-large.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  calc(15px * 2)) !important;
}
.content-space-large.content-space-large.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-large.content-space-large.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  calc(15px * 2));
}
.content-space-large.content-space-large.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-large.content-space-large.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  calc(15px * 2));
}
.content-space-large.content-space-large.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-large.content-space-large.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  calc(15px * 2));
}
.content-space-large.content-space-large.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-large.content-space-large.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  calc(15px * 2));
}
.content-space-xlarge.content-space-xlarge.card-view:not(.simple-cards).link-button > li,
.content-space-xlarge.content-space-xlarge.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 4)) !important;
}
.content-space-xlarge.content-space-xlarge.list-view > li,
.content-space-xlarge.content-space-xlarge.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-xlarge.content-space-xlarge.list-view > li:nth-child(n+2),
.content-space-xlarge.content-space-xlarge.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px * 4);
  padding-top: calc(15px * 4) !important;
  border-top: solid 1px #b2a98b;
}
.content-space-xlarge.content-space-xlarge.card-view:not(.simple-cards).link-button > li,
.content-space-xlarge.content-space-xlarge.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 4)) !important;
}
.content-space-xlarge.content-space-xlarge.list-view > li,
.content-space-xlarge.content-space-xlarge.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-xlarge.content-space-xlarge.list-view > li:nth-child(n+2),
.content-space-xlarge.content-space-xlarge.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px * 4);
  padding-top: calc(15px * 4) !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-xlarge.content-space-xlarge.list-view > li:nth-child(n+2),
  .content-space-xlarge.content-space-xlarge.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  calc(15px * 4)) !important;
  }
}
.content-space-xlarge.content-space-xlarge.card-view:not(.simple-cards).link-button > li,
.content-space-xlarge.content-space-xlarge.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 4)) !important;
}
.content-space-xlarge.content-space-xlarge > li .card-item-content,
.content-space-xlarge.content-space-xlarge > km_li .card-item-content,
.content-space-xlarge.content-space-xlarge > li .list-item-content,
.content-space-xlarge.content-space-xlarge > km_li .list-item-content {
  padding: calc(15px * 4) !important;
}
.content-space-xlarge.content-space-xlarge:not(.link-cover) > li .list-item-content .content-link,
.content-space-xlarge.content-space-xlarge:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px * 4) !important;
  left: calc(15px * 4) !important;
}
.content-space-xlarge.content-space-xlarge:not(.link-cover) > li .list-item-content .content-link,
.content-space-xlarge.content-space-xlarge:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px * 4) !important;
  left: calc(15px * 4) !important;
}
.content-space-xlarge.content-space-xlarge:not(.link-cover) > li .card-item-border .content-link,
.content-space-xlarge.content-space-xlarge:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: calc(15px * 4) !important;
  bottom: calc(15px * 4);
  left: calc(15px * 4) !important;
}
.content-space-xlarge.content-space-xlarge.oversize-small > li .card-item-border,
.content-space-xlarge.content-space-xlarge.oversize-small > km_li .card-item-border {
  left: calc(calc(15px * 4)  - 15px +  calc(15px * 4)) !important;
  right: calc(calc(15px * 4)  - 15px +  15px) !important;
}
.content-space-xlarge.content-space-xlarge.oversize-small > li .card-item-wrap .card-item-content,
.content-space-xlarge.content-space-xlarge.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 4)  +  15px) !important;
}
.content-space-xlarge.content-space-xlarge.oversize-medium > li .card-item-border,
.content-space-xlarge.content-space-xlarge.oversize-medium > km_li .card-item-border {
  left: calc(calc(15px * 4)  - 15px +  30px) !important;
  right: calc(calc(15px * 4)  - 15px +  30px) !important;
}
.content-space-xlarge.content-space-xlarge.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-xlarge.content-space-xlarge.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 4)  +  30px) !important;
}
.content-space-xlarge.content-space-xlarge.oversize-large > li .card-item-border,
.content-space-xlarge.content-space-xlarge.oversize-large > km_li .card-item-border {
  left: calc(calc(15px * 4)  - 15px +  45px) !important;
  right: calc(calc(15px * 4)  - 15px +  45px) !important;
}
.content-space-xlarge.content-space-xlarge.oversize-large > li .card-item-wrap .card-item-content,
.content-space-xlarge.content-space-xlarge.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 4)  +  45px) !important;
}
.content-space-xlarge.content-space-xlarge.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-xlarge.content-space-xlarge.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  calc(15px * 4));
}
.content-space-xlarge.content-space-xlarge.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-xlarge.content-space-xlarge.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  calc(15px * 4)) !important;
}
.content-space-xlarge.content-space-xlarge.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-xlarge.content-space-xlarge.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  calc(15px * 4));
}
.content-space-xlarge.content-space-xlarge.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-xlarge.content-space-xlarge.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  calc(15px * 4));
}
.content-space-xlarge.content-space-xlarge.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-xlarge.content-space-xlarge.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  calc(15px * 4));
}
.content-space-xlarge.content-space-xlarge.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-xlarge.content-space-xlarge.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  calc(15px * 4));
}
.content-space-xxlarge.content-space-xxlarge.card-view:not(.simple-cards).link-button > li,
.content-space-xxlarge.content-space-xxlarge.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 8)) !important;
}
.content-space-xxlarge.content-space-xxlarge.list-view > li,
.content-space-xxlarge.content-space-xxlarge.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-xxlarge.content-space-xxlarge.list-view > li:nth-child(n+2),
.content-space-xxlarge.content-space-xxlarge.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px * 8);
  padding-top: calc(15px * 8) !important;
  border-top: solid 1px #b2a98b;
}
.content-space-xxlarge.content-space-xxlarge.card-view:not(.simple-cards).link-button > li,
.content-space-xxlarge.content-space-xxlarge.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 8)) !important;
}
.content-space-xxlarge.content-space-xxlarge.list-view > li,
.content-space-xxlarge.content-space-xxlarge.list-view > km_li {
  padding-bottom: 0 !important;
}
.content-space-xxlarge.content-space-xxlarge.list-view > li:nth-child(n+2),
.content-space-xxlarge.content-space-xxlarge.list-view > km_li:nth-child(n+2) {
  margin-top: calc(15px * 8);
  padding-top: calc(15px * 8) !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .content-space-xxlarge.content-space-xxlarge.list-view > li:nth-child(n+2),
  .content-space-xxlarge.content-space-xxlarge.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  calc(15px * 8)) !important;
  }
}
.content-space-xxlarge.content-space-xxlarge.card-view:not(.simple-cards).link-button > li,
.content-space-xxlarge.content-space-xxlarge.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  calc(15px * 8)) !important;
}
.content-space-xxlarge.content-space-xxlarge > li .card-item-content,
.content-space-xxlarge.content-space-xxlarge > km_li .card-item-content,
.content-space-xxlarge.content-space-xxlarge > li .list-item-content,
.content-space-xxlarge.content-space-xxlarge > km_li .list-item-content {
  padding: calc(15px * 8) !important;
}
.content-space-xxlarge.content-space-xxlarge:not(.link-cover) > li .list-item-content .content-link,
.content-space-xxlarge.content-space-xxlarge:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px * 8) !important;
  left: calc(15px * 8) !important;
}
.content-space-xxlarge.content-space-xxlarge:not(.link-cover) > li .list-item-content .content-link,
.content-space-xxlarge.content-space-xxlarge:not(.link-cover) > km_li .list-item-content .content-link {
  right: calc(15px * 8) !important;
  left: calc(15px * 8) !important;
}
.content-space-xxlarge.content-space-xxlarge:not(.link-cover) > li .card-item-border .content-link,
.content-space-xxlarge.content-space-xxlarge:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: calc(15px * 8) !important;
  bottom: calc(15px * 8);
  left: calc(15px * 8) !important;
}
.content-space-xxlarge.content-space-xxlarge.oversize-small > li .card-item-border,
.content-space-xxlarge.content-space-xxlarge.oversize-small > km_li .card-item-border {
  left: calc(calc(15px * 8)  - 15px +  calc(15px * 8)) !important;
  right: calc(calc(15px * 8)  - 15px +  15px) !important;
}
.content-space-xxlarge.content-space-xxlarge.oversize-small > li .card-item-wrap .card-item-content,
.content-space-xxlarge.content-space-xxlarge.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 8)  +  15px) !important;
}
.content-space-xxlarge.content-space-xxlarge.oversize-medium > li .card-item-border,
.content-space-xxlarge.content-space-xxlarge.oversize-medium > km_li .card-item-border {
  left: calc(calc(15px * 8)  - 15px +  30px) !important;
  right: calc(calc(15px * 8)  - 15px +  30px) !important;
}
.content-space-xxlarge.content-space-xxlarge.oversize-medium > li .card-item-wrap .card-item-content,
.content-space-xxlarge.content-space-xxlarge.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 8)  +  30px) !important;
}
.content-space-xxlarge.content-space-xxlarge.oversize-large > li .card-item-border,
.content-space-xxlarge.content-space-xxlarge.oversize-large > km_li .card-item-border {
  left: calc(calc(15px * 8)  - 15px +  45px) !important;
  right: calc(calc(15px * 8)  - 15px +  45px) !important;
}
.content-space-xxlarge.content-space-xxlarge.oversize-large > li .card-item-wrap .card-item-content,
.content-space-xxlarge.content-space-xxlarge.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(calc(15px * 8)  +  45px) !important;
}
.content-space-xxlarge.content-space-xxlarge.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.content-space-xxlarge.content-space-xxlarge.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  calc(15px * 8));
}
.content-space-xxlarge.content-space-xxlarge.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.content-space-xxlarge.content-space-xxlarge.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  calc(15px * 8)) !important;
}
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  calc(15px * 8));
}
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  calc(15px * 8));
}
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  calc(15px * 8));
}
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.content-space-xxlarge.content-space-xxlarge.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  calc(15px * 8));
}
.list-reverse-style.reverse-list > li .card-item-wrap .card-item-content .content-title,
.list-reverse-style.reverse-list > km_li .card-item-wrap .card-item-content .content-title {
  position: relative;
  padding-top: 0;
}
.list-reverse-style.reverse-list > li:nth-child(2n),
.list-reverse-style.reverse-list > km_li:nth-child(2n) {
  padding-bottom: 0 !important;
}
.list-reverse-style.reverse-list > li:nth-child(2n) .card-item-wrap,
.list-reverse-style.reverse-list > km_li:nth-child(2n) .card-item-wrap {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between;
}
.list-reverse-style.reverse-list > li:nth-child(2n) .card-item-border,
.list-reverse-style.reverse-list > km_li:nth-child(2n) .card-item-border {
  z-index: 100;
}
.list-reverse-style.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.list-reverse-style.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  position: absolute;
  bottom: 0;
  padding-bottom: calc(56% +  15px);
  height: 100%;
  align-items: end;
  display: flex;
  justify-content: end;
}
.card-view,
.list-view {
  /* dark box shadow */
  /* bright box shadow */
}
.card-view:not(.bg-image):not(.contain) .card-item-image,
.list-view:not(.bg-image):not(.contain) .card-item-image {
  height: 0;
  padding-bottom: 56% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image):not(.contain) .card-item-image picture,
.list-view:not(.bg-image):not(.contain) .card-item-image picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.card-view:not(.bg-image):not(.contain) .card-item-image picture img,
.list-view:not(.bg-image):not(.contain) .card-item-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.card-view:not(.bg-image).contain .card-item-image,
.list-view:not(.bg-image).contain .card-item-image {
  height: 0;
  padding-bottom: 56% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image).contain .card-item-image picture img,
.list-view:not(.bg-image).contain .card-item-image picture img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.card-view:not(.bg-image).cover.pos-tl.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-tl.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-tl.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-tl.bg-image .list-item-image {
  background-position: top left;
}
.card-view:not(.bg-image).cover.pos-tl picture img,
.list-view:not(.bg-image).cover.pos-tl picture img {
  object-position: top left;
}
.card-view:not(.bg-image).cover.pos-tc.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-tc.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-tc.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-tc.bg-image .list-item-image {
  background-position: top center;
}
.card-view:not(.bg-image).cover.pos-tc picture img,
.list-view:not(.bg-image).cover.pos-tc picture img {
  object-position: top center;
}
.card-view:not(.bg-image).cover.pos-tr.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-tr.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-tr.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-tr.bg-image .list-item-image {
  background-position: top right;
}
.card-view:not(.bg-image).cover.pos-tr picture img,
.list-view:not(.bg-image).cover.pos-tr picture img {
  object-position: top right;
}
.card-view:not(.bg-image).cover.pos-cl.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-cl.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-cl.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-cl.bg-image .list-item-image {
  background-position: center left;
}
.card-view:not(.bg-image).cover.pos-cl picture img,
.list-view:not(.bg-image).cover.pos-cl picture img {
  object-position: center left;
}
.card-view:not(.bg-image).cover.pos-cc.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-cc.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-cc.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-cc.bg-image .list-item-image {
  background-position: center center;
}
.card-view:not(.bg-image).cover.pos-cc picture img,
.list-view:not(.bg-image).cover.pos-cc picture img {
  object-position: center center;
}
.card-view:not(.bg-image).cover.pos-cr.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-cr.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-cr.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-cr.bg-image .list-item-image {
  background-position: center right;
}
.card-view:not(.bg-image).cover.pos-cr picture img,
.list-view:not(.bg-image).cover.pos-cr picture img {
  object-position: center right;
}
.card-view:not(.bg-image).cover.pos-bl.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-bl.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-bl.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-bl.bg-image .list-item-image {
  background-position: bottom left;
}
.card-view:not(.bg-image).cover.pos-bl picture img,
.list-view:not(.bg-image).cover.pos-bl picture img {
  object-position: bottom left;
}
.card-view:not(.bg-image).cover.pos-bc.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-bc.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-bc.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-bc.bg-image .list-item-image {
  background-position: bottom center;
}
.card-view:not(.bg-image).cover.pos-bc picture img,
.list-view:not(.bg-image).cover.pos-bc picture img {
  object-position: bottom center;
}
.card-view:not(.bg-image).cover.pos-br.bg-image .card-item-image,
.list-view:not(.bg-image).cover.pos-br.bg-image .card-item-image,
.card-view:not(.bg-image).cover.pos-br.bg-image .list-item-image,
.list-view:not(.bg-image).cover.pos-br.bg-image .list-item-image {
  background-position: bottom right;
}
.card-view:not(.bg-image).cover.pos-br picture img,
.list-view:not(.bg-image).cover.pos-br picture img {
  object-position: bottom right;
}
.card-view:not(.bg-image).cover picture img.pos-tl,
.list-view:not(.bg-image).cover picture img.pos-tl {
  object-position: top left;
}
.card-view:not(.bg-image).cover picture img.pos-tc,
.list-view:not(.bg-image).cover picture img.pos-tc {
  object-position: top center;
}
.card-view:not(.bg-image).cover picture img.pos-tr,
.list-view:not(.bg-image).cover picture img.pos-tr {
  object-position: top right;
}
.card-view:not(.bg-image).cover picture img.pos-cl,
.list-view:not(.bg-image).cover picture img.pos-cl {
  object-position: center left;
}
.card-view:not(.bg-image).cover picture img.pos-cc,
.list-view:not(.bg-image).cover picture img.pos-cc {
  object-position: center center;
}
.card-view:not(.bg-image).cover picture img.pos-cr,
.list-view:not(.bg-image).cover picture img.pos-cr {
  object-position: center right;
}
.card-view:not(.bg-image).cover picture img.pos-bl,
.list-view:not(.bg-image).cover picture img.pos-bl {
  object-position: bottom left;
}
.card-view:not(.bg-image).cover picture img.pos-bc,
.list-view:not(.bg-image).cover picture img.pos-bc {
  object-position: bottom center;
}
.card-view:not(.bg-image).cover picture img.pos-br,
.list-view:not(.bg-image).cover picture img.pos-br {
  object-position: bottom right;
}
.card-view.bg-image .card-item-image,
.list-view.bg-image .card-item-image,
.card-view.bg-image .list-item-image,
.list-view.bg-image .list-item-image {
  height: 0;
  padding-bottom: 56% !important;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-view.bg-image .card-item-image img,
.list-view.bg-image .card-item-image img,
.card-view.bg-image .list-item-image img,
.list-view.bg-image .list-item-image img {
  position: absolute;
  left: -999999px;
}
.card-view.bg-image.contain .card-item-image,
.list-view.bg-image.contain .card-item-image,
.card-view.bg-image.contain .list-item-image,
.list-view.bg-image.contain .list-item-image {
  background-size: contain;
}
.card-view.bg-image.pos-tl.bg-image .card-item-image,
.list-view.bg-image.pos-tl.bg-image .card-item-image,
.card-view.bg-image.pos-tl.bg-image .list-item-image,
.list-view.bg-image.pos-tl.bg-image .list-item-image {
  background-position: top left;
}
.card-view.bg-image.pos-tl picture img,
.list-view.bg-image.pos-tl picture img {
  object-position: top left;
}
.card-view.bg-image.pos-tc.bg-image .card-item-image,
.list-view.bg-image.pos-tc.bg-image .card-item-image,
.card-view.bg-image.pos-tc.bg-image .list-item-image,
.list-view.bg-image.pos-tc.bg-image .list-item-image {
  background-position: top center;
}
.card-view.bg-image.pos-tc picture img,
.list-view.bg-image.pos-tc picture img {
  object-position: top center;
}
.card-view.bg-image.pos-tr.bg-image .card-item-image,
.list-view.bg-image.pos-tr.bg-image .card-item-image,
.card-view.bg-image.pos-tr.bg-image .list-item-image,
.list-view.bg-image.pos-tr.bg-image .list-item-image {
  background-position: top right;
}
.card-view.bg-image.pos-tr picture img,
.list-view.bg-image.pos-tr picture img {
  object-position: top right;
}
.card-view.bg-image.pos-cl.bg-image .card-item-image,
.list-view.bg-image.pos-cl.bg-image .card-item-image,
.card-view.bg-image.pos-cl.bg-image .list-item-image,
.list-view.bg-image.pos-cl.bg-image .list-item-image {
  background-position: center left;
}
.card-view.bg-image.pos-cl picture img,
.list-view.bg-image.pos-cl picture img {
  object-position: center left;
}
.card-view.bg-image.pos-cc.bg-image .card-item-image,
.list-view.bg-image.pos-cc.bg-image .card-item-image,
.card-view.bg-image.pos-cc.bg-image .list-item-image,
.list-view.bg-image.pos-cc.bg-image .list-item-image {
  background-position: center center;
}
.card-view.bg-image.pos-cc picture img,
.list-view.bg-image.pos-cc picture img {
  object-position: center center;
}
.card-view.bg-image.pos-cr.bg-image .card-item-image,
.list-view.bg-image.pos-cr.bg-image .card-item-image,
.card-view.bg-image.pos-cr.bg-image .list-item-image,
.list-view.bg-image.pos-cr.bg-image .list-item-image {
  background-position: center right;
}
.card-view.bg-image.pos-cr picture img,
.list-view.bg-image.pos-cr picture img {
  object-position: center right;
}
.card-view.bg-image.pos-bl.bg-image .card-item-image,
.list-view.bg-image.pos-bl.bg-image .card-item-image,
.card-view.bg-image.pos-bl.bg-image .list-item-image,
.list-view.bg-image.pos-bl.bg-image .list-item-image {
  background-position: bottom left;
}
.card-view.bg-image.pos-bl picture img,
.list-view.bg-image.pos-bl picture img {
  object-position: bottom left;
}
.card-view.bg-image.pos-bc.bg-image .card-item-image,
.list-view.bg-image.pos-bc.bg-image .card-item-image,
.card-view.bg-image.pos-bc.bg-image .list-item-image,
.list-view.bg-image.pos-bc.bg-image .list-item-image {
  background-position: bottom center;
}
.card-view.bg-image.pos-bc picture img,
.list-view.bg-image.pos-bc picture img {
  object-position: bottom center;
}
.card-view.bg-image.pos-br.bg-image .card-item-image,
.list-view.bg-image.pos-br.bg-image .card-item-image,
.card-view.bg-image.pos-br.bg-image .list-item-image,
.list-view.bg-image.pos-br.bg-image .list-item-image {
  background-position: bottom right;
}
.card-view.bg-image.pos-br picture img,
.list-view.bg-image.pos-br picture img {
  object-position: bottom right;
}
.card-view:not(.bg-image):not(.contain).image-default .card-item-image,
.list-view:not(.bg-image):not(.contain).image-default .card-item-image,
.card-view:not(.bg-image).contain.image-default .card-item-image,
.list-view:not(.bg-image).contain.image-default .card-item-image {
  height: 0;
  padding-bottom: 56% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image):not(.contain).image-narrow .card-item-image,
.list-view:not(.bg-image):not(.contain).image-narrow .card-item-image,
.card-view:not(.bg-image).contain.image-narrow .card-item-image,
.list-view:not(.bg-image).contain.image-narrow .card-item-image {
  height: 0;
  padding-bottom: 45% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image):not(.contain).image-square .card-item-image,
.list-view:not(.bg-image):not(.contain).image-square .card-item-image,
.card-view:not(.bg-image).contain.image-square .card-item-image,
.list-view:not(.bg-image).contain.image-square .card-item-image {
  height: 0;
  padding-bottom: 100% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image):not(.contain).image-portrait .card-item-image,
.list-view:not(.bg-image):not(.contain).image-portrait .card-item-image,
.card-view:not(.bg-image).contain.image-portrait .card-item-image,
.list-view:not(.bg-image).contain.image-portrait .card-item-image {
  height: 0;
  padding-bottom: 120% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image):not(.contain).image-portrait-large .card-item-image,
.list-view:not(.bg-image):not(.contain).image-portrait-large .card-item-image,
.card-view:not(.bg-image).contain.image-portrait-large .card-item-image,
.list-view:not(.bg-image).contain.image-portrait-large .card-item-image {
  height: 0;
  padding-bottom: 150% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image).contain.image-default .card-item-image,
.list-view:not(.bg-image).contain.image-default .card-item-image {
  height: 0;
  padding-bottom: 56% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image).contain.image-narrow .card-item-image,
.list-view:not(.bg-image).contain.image-narrow .card-item-image {
  height: 0;
  padding-bottom: 45% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image).contain.image-square .card-item-image,
.list-view:not(.bg-image).contain.image-square .card-item-image {
  height: 0;
  padding-bottom: 100% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image).contain.image-portrait .card-item-image,
.list-view:not(.bg-image).contain.image-portrait .card-item-image {
  height: 0;
  padding-bottom: 120% !important;
  overflow: hidden;
  position: relative;
}
.card-view:not(.bg-image).contain.image-portrait-large .card-item-image,
.list-view:not(.bg-image).contain.image-portrait-large .card-item-image {
  height: 0;
  padding-bottom: 150% !important;
  overflow: hidden;
  position: relative;
}
.card-view.border:not(.image-view) .card-item-image,
.list-view.border:not(.image-view) .card-item-image {
  border: solid 1px #b2a98b;
  border-bottom: none;
}
.card-view.border:not(.image-view) .card-item-content,
.list-view.border:not(.image-view) .card-item-content,
.card-view.border:not(.image-view) .list-item-content,
.list-view.border:not(.image-view) .list-item-content {
  padding: 15px;
}
.card-view.border:not(.image-view):not(.link-button) .card-item-content,
.list-view.border:not(.image-view):not(.link-button) .card-item-content {
  border: solid 1px #b2a98b;
  border-top: none;
}
.card-view.border:not(.image-view) .card-item-border,
.list-view.border:not(.image-view) .card-item-border {
  z-index: 1;
  border: solid 1px #b2a98b;
}
.card-view.border:not(.image-view) .card-item-border .content-link,
.list-view.border:not(.image-view) .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-medium-small .card-item-content,
.list-view.shadow-medium-small .card-item-content {
  padding: 15px;
}
.card-view.shadow-medium-small.grid-list > li,
.list-view.shadow-medium-small.grid-list > li,
.card-view.shadow-medium-small.grid-list > km_li,
.list-view.shadow-medium-small.grid-list > km_li {
  box-shadow: 0px 0px 5px #cccccc;
}
.card-view.shadow-medium-small.clickable > li .card-item-wrap,
.list-view.shadow-medium-small.clickable > li .card-item-wrap,
.card-view.shadow-medium-small.clickable > km_li .card-item-wrap,
.list-view.shadow-medium-small.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 5px #cccccc !important;
}
.card-view.shadow-medium-small .list-item-content,
.list-view.shadow-medium-small .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-medium-small .card-item-border,
.list-view.shadow-medium-small .card-item-border {
  z-index: 1;
}
.card-view.shadow-medium-small .card-item-border .content-link,
.list-view.shadow-medium-small .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-medium-small .card-item-border,
.list-view.shadow-medium-small .card-item-border,
.card-view.shadow-medium-small .list-item,
.list-view.shadow-medium-small .list-item {
  box-shadow: 0px 0px 5px #cccccc;
}
.card-view.shadow-medium-small .list-item .content-link,
.list-view.shadow-medium-small .list-item .content-link {
  right: 15px;
}
.card-view.shadow-medium-medium .card-item-content,
.list-view.shadow-medium-medium .card-item-content {
  padding: 15px;
}
.card-view.shadow-medium-medium.grid-list > li,
.list-view.shadow-medium-medium.grid-list > li,
.card-view.shadow-medium-medium.grid-list > km_li,
.list-view.shadow-medium-medium.grid-list > km_li {
  box-shadow: 0px 0px 10px #cccccc;
}
.card-view.shadow-medium-medium.clickable > li .card-item-wrap,
.list-view.shadow-medium-medium.clickable > li .card-item-wrap,
.card-view.shadow-medium-medium.clickable > km_li .card-item-wrap,
.list-view.shadow-medium-medium.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 10px #cccccc !important;
}
.card-view.shadow-medium-medium .list-item-content,
.list-view.shadow-medium-medium .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-medium-medium .card-item-border,
.list-view.shadow-medium-medium .card-item-border {
  z-index: 1;
}
.card-view.shadow-medium-medium .card-item-border .content-link,
.list-view.shadow-medium-medium .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-medium-medium .card-item-border,
.list-view.shadow-medium-medium .card-item-border,
.card-view.shadow-medium-medium .list-item,
.list-view.shadow-medium-medium .list-item {
  box-shadow: 0px 0px 10px #cccccc;
}
.card-view.shadow-medium-medium .list-item .content-link,
.list-view.shadow-medium-medium .list-item .content-link {
  right: 15px;
}
.card-view.shadow-medium-large .card-item-content,
.list-view.shadow-medium-large .card-item-content {
  padding: 15px;
}
.card-view.shadow-medium-large.grid-list > li,
.list-view.shadow-medium-large.grid-list > li,
.card-view.shadow-medium-large.grid-list > km_li,
.list-view.shadow-medium-large.grid-list > km_li {
  box-shadow: 0px 0px 20px #cccccc;
}
.card-view.shadow-medium-large.clickable > li .card-item-wrap,
.list-view.shadow-medium-large.clickable > li .card-item-wrap,
.card-view.shadow-medium-large.clickable > km_li .card-item-wrap,
.list-view.shadow-medium-large.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 20px #cccccc !important;
}
.card-view.shadow-medium-large .list-item-content,
.list-view.shadow-medium-large .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-medium-large .card-item-border,
.list-view.shadow-medium-large .card-item-border {
  z-index: 1;
}
.card-view.shadow-medium-large .card-item-border .content-link,
.list-view.shadow-medium-large .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-medium-large .card-item-border,
.list-view.shadow-medium-large .card-item-border,
.card-view.shadow-medium-large .list-item,
.list-view.shadow-medium-large .list-item {
  box-shadow: 0px 0px 20px #cccccc;
}
.card-view.shadow-medium-large .list-item .content-link,
.list-view.shadow-medium-large .list-item .content-link {
  right: 15px;
}
.card-view.shadow-dark-small .card-item-content,
.list-view.shadow-dark-small .card-item-content {
  padding: 15px;
}
.card-view.shadow-dark-small.grid-list > li,
.list-view.shadow-dark-small.grid-list > li,
.card-view.shadow-dark-small.grid-list > km_li,
.list-view.shadow-dark-small.grid-list > km_li {
  box-shadow: 0px 0px 5px #000000;
}
.card-view.shadow-dark-small.clickable > li .card-item-wrap,
.list-view.shadow-dark-small.clickable > li .card-item-wrap,
.card-view.shadow-dark-small.clickable > km_li .card-item-wrap,
.list-view.shadow-dark-small.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 5px #000000 !important;
}
.card-view.shadow-dark-small .list-item-content,
.list-view.shadow-dark-small .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-dark-small .card-item-border,
.list-view.shadow-dark-small .card-item-border {
  z-index: 1;
}
.card-view.shadow-dark-small .card-item-border .content-link,
.list-view.shadow-dark-small .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-dark-small .card-item-border,
.list-view.shadow-dark-small .card-item-border,
.card-view.shadow-dark-small .list-item,
.list-view.shadow-dark-small .list-item {
  box-shadow: 0px 0px 5px #000000;
}
.card-view.shadow-dark-small .list-item .content-link,
.list-view.shadow-dark-small .list-item .content-link {
  right: 15px;
}
.card-view.shadow-dark-medium .card-item-content,
.list-view.shadow-dark-medium .card-item-content {
  padding: 15px;
}
.card-view.shadow-dark-medium.grid-list > li,
.list-view.shadow-dark-medium.grid-list > li,
.card-view.shadow-dark-medium.grid-list > km_li,
.list-view.shadow-dark-medium.grid-list > km_li {
  box-shadow: 0px 0px 10px #000000;
}
.card-view.shadow-dark-medium.clickable > li .card-item-wrap,
.list-view.shadow-dark-medium.clickable > li .card-item-wrap,
.card-view.shadow-dark-medium.clickable > km_li .card-item-wrap,
.list-view.shadow-dark-medium.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 10px #000000 !important;
}
.card-view.shadow-dark-medium .list-item-content,
.list-view.shadow-dark-medium .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-dark-medium .card-item-border,
.list-view.shadow-dark-medium .card-item-border {
  z-index: 1;
}
.card-view.shadow-dark-medium .card-item-border .content-link,
.list-view.shadow-dark-medium .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-dark-medium .card-item-border,
.list-view.shadow-dark-medium .card-item-border,
.card-view.shadow-dark-medium .list-item,
.list-view.shadow-dark-medium .list-item {
  box-shadow: 0px 0px 10px #000000;
}
.card-view.shadow-dark-medium .list-item .content-link,
.list-view.shadow-dark-medium .list-item .content-link {
  right: 15px;
}
.card-view.shadow-dark-large .card-item-content,
.list-view.shadow-dark-large .card-item-content {
  padding: 15px;
}
.card-view.shadow-dark-large.grid-list > li,
.list-view.shadow-dark-large.grid-list > li,
.card-view.shadow-dark-large.grid-list > km_li,
.list-view.shadow-dark-large.grid-list > km_li {
  box-shadow: 0px 0px 20px #000000;
}
.card-view.shadow-dark-large.clickable > li .card-item-wrap,
.list-view.shadow-dark-large.clickable > li .card-item-wrap,
.card-view.shadow-dark-large.clickable > km_li .card-item-wrap,
.list-view.shadow-dark-large.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 20px #000000 !important;
}
.card-view.shadow-dark-large .list-item-content,
.list-view.shadow-dark-large .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-dark-large .card-item-border,
.list-view.shadow-dark-large .card-item-border {
  z-index: 1;
}
.card-view.shadow-dark-large .card-item-border .content-link,
.list-view.shadow-dark-large .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-dark-large .card-item-border,
.list-view.shadow-dark-large .card-item-border,
.card-view.shadow-dark-large .list-item,
.list-view.shadow-dark-large .list-item {
  box-shadow: 0px 0px 20px #000000;
}
.card-view.shadow-dark-large .list-item .content-link,
.list-view.shadow-dark-large .list-item .content-link {
  right: 15px;
}
.card-view.shadow-bright-small .card-item-content,
.list-view.shadow-bright-small .card-item-content {
  padding: 15px;
}
.card-view.shadow-bright-small.grid-list > li,
.list-view.shadow-bright-small.grid-list > li,
.card-view.shadow-bright-small.grid-list > km_li,
.list-view.shadow-bright-small.grid-list > km_li {
  box-shadow: 0px 0px 5px #fff;
}
.card-view.shadow-bright-small.clickable > li .card-item-wrap,
.list-view.shadow-bright-small.clickable > li .card-item-wrap,
.card-view.shadow-bright-small.clickable > km_li .card-item-wrap,
.list-view.shadow-bright-small.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 5px #fff !important;
}
.card-view.shadow-bright-small .list-item-content,
.list-view.shadow-bright-small .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-bright-small .card-item-border,
.list-view.shadow-bright-small .card-item-border {
  z-index: 1;
}
.card-view.shadow-bright-small .card-item-border .content-link,
.list-view.shadow-bright-small .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-bright-small .card-item-border,
.list-view.shadow-bright-small .card-item-border,
.card-view.shadow-bright-small .list-item,
.list-view.shadow-bright-small .list-item {
  box-shadow: 0px 0px 5px #fff;
}
.card-view.shadow-bright-small .list-item .content-link,
.list-view.shadow-bright-small .list-item .content-link {
  right: 15px;
}
.card-view.shadow-bright-medium .card-item-content,
.list-view.shadow-bright-medium .card-item-content {
  padding: 15px;
}
.card-view.shadow-bright-medium.grid-list > li,
.list-view.shadow-bright-medium.grid-list > li,
.card-view.shadow-bright-medium.grid-list > km_li,
.list-view.shadow-bright-medium.grid-list > km_li {
  box-shadow: 0px 0px 10px #fff;
}
.card-view.shadow-bright-medium.clickable > li .card-item-wrap,
.list-view.shadow-bright-medium.clickable > li .card-item-wrap,
.card-view.shadow-bright-medium.clickable > km_li .card-item-wrap,
.list-view.shadow-bright-medium.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 10px #fff !important;
}
.card-view.shadow-bright-medium .list-item-content,
.list-view.shadow-bright-medium .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-bright-medium .card-item-border,
.list-view.shadow-bright-medium .card-item-border {
  z-index: 1;
}
.card-view.shadow-bright-medium .card-item-border .content-link,
.list-view.shadow-bright-medium .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-bright-medium .card-item-border,
.list-view.shadow-bright-medium .card-item-border,
.card-view.shadow-bright-medium .list-item,
.list-view.shadow-bright-medium .list-item {
  box-shadow: 0px 0px 10px #fff;
}
.card-view.shadow-bright-medium .list-item .content-link,
.list-view.shadow-bright-medium .list-item .content-link {
  right: 15px;
}
.card-view.shadow-bright-large .card-item-content,
.list-view.shadow-bright-large .card-item-content {
  padding: 15px;
}
.card-view.shadow-bright-large.grid-list > li,
.list-view.shadow-bright-large.grid-list > li,
.card-view.shadow-bright-large.grid-list > km_li,
.list-view.shadow-bright-large.grid-list > km_li {
  box-shadow: 0px 0px 20px #fff;
}
.card-view.shadow-bright-large.clickable > li .card-item-wrap,
.list-view.shadow-bright-large.clickable > li .card-item-wrap,
.card-view.shadow-bright-large.clickable > km_li .card-item-wrap,
.list-view.shadow-bright-large.clickable > km_li .card-item-wrap {
  box-shadow: 0px 0px 20px #fff !important;
}
.card-view.shadow-bright-large .list-item-content,
.list-view.shadow-bright-large .list-item-content {
  padding: 15px 15px 15px 0;
}
.card-view.shadow-bright-large .card-item-border,
.list-view.shadow-bright-large .card-item-border {
  z-index: 1;
}
.card-view.shadow-bright-large .card-item-border .content-link,
.list-view.shadow-bright-large .card-item-border .content-link {
  right: 15px;
  left: 15px;
}
.card-view.shadow-bright-large .card-item-border,
.list-view.shadow-bright-large .card-item-border,
.card-view.shadow-bright-large .list-item,
.list-view.shadow-bright-large .list-item {
  box-shadow: 0px 0px 20px #fff;
}
.card-view.shadow-bright-large .list-item .content-link,
.list-view.shadow-bright-large .list-item .content-link {
  right: 15px;
}
.card-view.content-space-normal.card-view:not(.simple-cards).link-button > li,
.list-view.content-space-normal.card-view:not(.simple-cards).link-button > li,
.card-view.content-space-normal.card-view:not(.simple-cards).link-button > km_li,
.list-view.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.card-view.content-space-normal.list-view > li,
.list-view.content-space-normal.list-view > li,
.card-view.content-space-normal.list-view > km_li,
.list-view.content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.card-view.content-space-normal.list-view > li:nth-child(n+2),
.list-view.content-space-normal.list-view > li:nth-child(n+2),
.card-view.content-space-normal.list-view > km_li:nth-child(n+2),
.list-view.content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
.card-view.content-space-normal.card-view:not(.simple-cards).link-button > li,
.list-view.content-space-normal.card-view:not(.simple-cards).link-button > li,
.card-view.content-space-normal.card-view:not(.simple-cards).link-button > km_li,
.list-view.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.card-view.content-space-normal.list-view > li,
.list-view.content-space-normal.list-view > li,
.card-view.content-space-normal.list-view > km_li,
.list-view.content-space-normal.list-view > km_li {
  padding-bottom: 0 !important;
}
.card-view.content-space-normal.list-view > li:nth-child(n+2),
.list-view.content-space-normal.list-view > li:nth-child(n+2),
.card-view.content-space-normal.list-view > km_li:nth-child(n+2),
.list-view.content-space-normal.list-view > km_li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: solid 1px #b2a98b;
}
@media only screen and (max-width: 800px) {
  .card-view.content-space-normal.list-view > li:nth-child(n+2),
  .list-view.content-space-normal.list-view > li:nth-child(n+2),
  .card-view.content-space-normal.list-view > km_li:nth-child(n+2),
  .list-view.content-space-normal.list-view > km_li:nth-child(n+2) {
    padding-top: calc(2 *  15px) !important;
  }
}
.card-view.content-space-normal.card-view:not(.simple-cards).link-button > li,
.list-view.content-space-normal.card-view:not(.simple-cards).link-button > li,
.card-view.content-space-normal.card-view:not(.simple-cards).link-button > km_li,
.list-view.content-space-normal.card-view:not(.simple-cards).link-button > km_li {
  padding-bottom: calc(50px  +  15px) !important;
}
.card-view.content-space-normal > li .card-item-content,
.list-view.content-space-normal > li .card-item-content,
.card-view.content-space-normal > km_li .card-item-content,
.list-view.content-space-normal > km_li .card-item-content,
.card-view.content-space-normal > li .list-item-content,
.list-view.content-space-normal > li .list-item-content,
.card-view.content-space-normal > km_li .list-item-content,
.list-view.content-space-normal > km_li .list-item-content {
  padding: 15px !important;
}
.card-view.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.list-view.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.card-view.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link,
.list-view.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.card-view.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.list-view.content-space-normal:not(.link-cover) > li .list-item-content .content-link,
.card-view.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link,
.list-view.content-space-normal:not(.link-cover) > km_li .list-item-content .content-link {
  right: 15px !important;
  left: 15px !important;
}
.card-view.content-space-normal:not(.link-cover) > li .card-item-border .content-link,
.list-view.content-space-normal:not(.link-cover) > li .card-item-border .content-link,
.card-view.content-space-normal:not(.link-cover) > km_li .card-item-border .content-link,
.list-view.content-space-normal:not(.link-cover) > km_li .card-item-border .content-link {
  height: auto;
  line-height: normal;
  right: 15px !important;
  bottom: 15px;
  left: 15px !important;
}
.card-view.content-space-normal.oversize-small > li .card-item-border,
.list-view.content-space-normal.oversize-small > li .card-item-border,
.card-view.content-space-normal.oversize-small > km_li .card-item-border,
.list-view.content-space-normal.oversize-small > km_li .card-item-border {
  left: calc(15px  - 15px +  15px) !important;
  right: calc(15px  - 15px +  15px) !important;
}
.card-view.content-space-normal.oversize-small > li .card-item-wrap .card-item-content,
.list-view.content-space-normal.oversize-small > li .card-item-wrap .card-item-content,
.card-view.content-space-normal.oversize-small > km_li .card-item-wrap .card-item-content,
.list-view.content-space-normal.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  15px) !important;
}
.card-view.content-space-normal.oversize-medium > li .card-item-border,
.list-view.content-space-normal.oversize-medium > li .card-item-border,
.card-view.content-space-normal.oversize-medium > km_li .card-item-border,
.list-view.content-space-normal.oversize-medium > km_li .card-item-border {
  left: calc(15px  - 15px +  30px) !important;
  right: calc(15px  - 15px +  30px) !important;
}
.card-view.content-space-normal.oversize-medium > li .card-item-wrap .card-item-content,
.list-view.content-space-normal.oversize-medium > li .card-item-wrap .card-item-content,
.card-view.content-space-normal.oversize-medium > km_li .card-item-wrap .card-item-content,
.list-view.content-space-normal.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  30px) !important;
}
.card-view.content-space-normal.oversize-large > li .card-item-border,
.list-view.content-space-normal.oversize-large > li .card-item-border,
.card-view.content-space-normal.oversize-large > km_li .card-item-border,
.list-view.content-space-normal.oversize-large > km_li .card-item-border {
  left: calc(15px  - 15px +  45px) !important;
  right: calc(15px  - 15px +  45px) !important;
}
.card-view.content-space-normal.oversize-large > li .card-item-wrap .card-item-content,
.list-view.content-space-normal.oversize-large > li .card-item-wrap .card-item-content,
.card-view.content-space-normal.oversize-large > km_li .card-item-wrap .card-item-content,
.list-view.content-space-normal.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px  +  45px) !important;
}
.card-view.content-space-normal.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.card-view.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(56% +  15px);
}
.card-view.content-space-normal.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.list-view.content-space-normal.reverse-list > li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.card-view.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap,
.list-view.content-space-normal.reverse-list > km_li:nth-child(2n) .card-item-wrap .card-item-content.info-wrap {
  padding-bottom: calc(50px  +  15px) !important;
}
.card-view.content-space-normal.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-narrow > li:nth-child(2n) .card-item-border .content-link,
.card-view.content-space-normal.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-narrow > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(45% +  15px);
}
.card-view.content-space-normal.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-square > li:nth-child(2n) .card-item-border .content-link,
.card-view.content-space-normal.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-square > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(100% +  15px);
}
.card-view.content-space-normal.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-portrait > li:nth-child(2n) .card-item-border .content-link,
.card-view.content-space-normal.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-portrait > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(120% +  15px);
}
.card-view.content-space-normal.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-portrait-large > li:nth-child(2n) .card-item-border .content-link,
.card-view.content-space-normal.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link,
.list-view.content-space-normal.reverse-list.image-portrait-large > km_li:nth-child(2n) .card-item-border .content-link {
  padding-bottom: calc(150% +  15px);
}
.card-view.reverse-list > li .card-item-wrap .card-item-content .content-title,
.list-view.reverse-list > li .card-item-wrap .card-item-content .content-title,
.card-view.reverse-list > km_li .card-item-wrap .card-item-content .content-title,
.list-view.reverse-list > km_li .card-item-wrap .card-item-content .content-title {
  position: relative;
  padding-top: 0;
}
.card-view.reverse-list > li:nth-child(2n),
.list-view.reverse-list > li:nth-child(2n),
.card-view.reverse-list > km_li:nth-child(2n),
.list-view.reverse-list > km_li:nth-child(2n) {
  padding-bottom: 0 !important;
}
.card-view.reverse-list > li:nth-child(2n) .card-item-wrap,
.list-view.reverse-list > li:nth-child(2n) .card-item-wrap,
.card-view.reverse-list > km_li:nth-child(2n) .card-item-wrap,
.list-view.reverse-list > km_li:nth-child(2n) .card-item-wrap {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between;
}
.card-view.reverse-list > li:nth-child(2n) .card-item-border,
.list-view.reverse-list > li:nth-child(2n) .card-item-border,
.card-view.reverse-list > km_li:nth-child(2n) .card-item-border,
.list-view.reverse-list > km_li:nth-child(2n) .card-item-border {
  z-index: 100;
}
.card-view.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.list-view.reverse-list > li:nth-child(2n) .card-item-border .content-link,
.card-view.reverse-list > km_li:nth-child(2n) .card-item-border .content-link,
.list-view.reverse-list > km_li:nth-child(2n) .card-item-border .content-link {
  position: absolute;
  bottom: 0;
  padding-bottom: calc(56% +  15px);
  height: 100%;
  align-items: end;
  display: flex;
  justify-content: end;
}
.card-view.oversize-small,
.list-view.oversize-small {
  row-gap: calc(30px +  15px) !important;
  margin-top: 15px;
  overflow: visible;
}
.card-view.oversize-small > li,
.list-view.oversize-small > li,
.card-view.oversize-small > km_li,
.list-view.oversize-small > km_li,
.card-view.oversize-small .card-item-image,
.list-view.oversize-small .card-item-image,
.card-view.oversize-small .card-item-border,
.list-view.oversize-small .card-item-border {
  overflow: visible !important;
}
.card-view.oversize-small > li,
.list-view.oversize-small > li,
.card-view.oversize-small > km_li,
.list-view.oversize-small > km_li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: calc(15px +  15px) !important;
  padding-left: calc(15px +  15px) !important;
}
.card-view.oversize-small > li .card-item-border,
.list-view.oversize-small > li .card-item-border,
.card-view.oversize-small > km_li .card-item-border,
.list-view.oversize-small > km_li .card-item-border {
  left: calc(15px +  15px);
  right: calc(15px +  15px);
}
.card-view.oversize-small > li .card-item-wrap .card-item-content,
.list-view.oversize-small > li .card-item-wrap .card-item-content,
.card-view.oversize-small > km_li .card-item-wrap .card-item-content,
.list-view.oversize-small > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px +  15px) !important;
}
.card-view.oversize-small > li .card-item-image > picture,
.list-view.oversize-small > li .card-item-image > picture,
.card-view.oversize-small > km_li .card-item-image > picture,
.list-view.oversize-small > km_li .card-item-image > picture {
  position: absolute;
  left: calc(-1 *  15px) !important;
  top: calc(-1 *  15px) !important;
  width: calc(100% + 2 *  15px);
  height: calc(100% + 2 *  15px);
}
.card-view.oversize-small > li .card-item-image > picture img,
.list-view.oversize-small > li .card-item-image > picture img,
.card-view.oversize-small > km_li .card-item-image > picture img,
.list-view.oversize-small > km_li .card-item-image > picture img {
  width: 100% !important;
  height: 100% !important;
}
.card-view.oversize-medium,
.list-view.oversize-medium {
  row-gap: calc(30px +  30px) !important;
  margin-top: 30px;
  overflow: visible;
}
.card-view.oversize-medium > li,
.list-view.oversize-medium > li,
.card-view.oversize-medium > km_li,
.list-view.oversize-medium > km_li,
.card-view.oversize-medium .card-item-image,
.list-view.oversize-medium .card-item-image,
.card-view.oversize-medium .card-item-border,
.list-view.oversize-medium .card-item-border {
  overflow: visible !important;
}
.card-view.oversize-medium > li,
.list-view.oversize-medium > li,
.card-view.oversize-medium > km_li,
.list-view.oversize-medium > km_li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: calc(15px +  30px) !important;
  padding-left: calc(15px +  30px) !important;
}
.card-view.oversize-medium > li .card-item-border,
.list-view.oversize-medium > li .card-item-border,
.card-view.oversize-medium > km_li .card-item-border,
.list-view.oversize-medium > km_li .card-item-border {
  left: calc(15px +  30px);
  right: calc(15px +  30px);
}
.card-view.oversize-medium > li .card-item-wrap .card-item-content,
.list-view.oversize-medium > li .card-item-wrap .card-item-content,
.card-view.oversize-medium > km_li .card-item-wrap .card-item-content,
.list-view.oversize-medium > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px +  30px) !important;
}
.card-view.oversize-medium > li .card-item-image > picture,
.list-view.oversize-medium > li .card-item-image > picture,
.card-view.oversize-medium > km_li .card-item-image > picture,
.list-view.oversize-medium > km_li .card-item-image > picture {
  position: absolute;
  left: calc(-1 *  30px) !important;
  top: calc(-1 *  30px) !important;
  width: calc(100% + 2 *  30px);
  height: calc(100% + 2 *  30px);
}
.card-view.oversize-medium > li .card-item-image > picture img,
.list-view.oversize-medium > li .card-item-image > picture img,
.card-view.oversize-medium > km_li .card-item-image > picture img,
.list-view.oversize-medium > km_li .card-item-image > picture img {
  width: 100% !important;
  height: 100% !important;
}
.card-view.oversize-large,
.list-view.oversize-large {
  row-gap: calc(30px +  45px) !important;
  margin-top: 45px;
  overflow: visible;
}
.card-view.oversize-large > li,
.list-view.oversize-large > li,
.card-view.oversize-large > km_li,
.list-view.oversize-large > km_li,
.card-view.oversize-large .card-item-image,
.list-view.oversize-large .card-item-image,
.card-view.oversize-large .card-item-border,
.list-view.oversize-large .card-item-border {
  overflow: visible !important;
}
.card-view.oversize-large > li,
.list-view.oversize-large > li,
.card-view.oversize-large > km_li,
.list-view.oversize-large > km_li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: calc(15px +  45px) !important;
  padding-left: calc(15px +  45px) !important;
}
.card-view.oversize-large > li .card-item-border,
.list-view.oversize-large > li .card-item-border,
.card-view.oversize-large > km_li .card-item-border,
.list-view.oversize-large > km_li .card-item-border {
  left: calc(15px +  45px);
  right: calc(15px +  45px);
}
.card-view.oversize-large > li .card-item-wrap .card-item-content,
.list-view.oversize-large > li .card-item-wrap .card-item-content,
.card-view.oversize-large > km_li .card-item-wrap .card-item-content,
.list-view.oversize-large > km_li .card-item-wrap .card-item-content {
  padding-top: calc(15px +  45px) !important;
}
.card-view.oversize-large > li .card-item-image > picture,
.list-view.oversize-large > li .card-item-image > picture,
.card-view.oversize-large > km_li .card-item-image > picture,
.list-view.oversize-large > km_li .card-item-image > picture {
  position: absolute;
  left: calc(-1 *  45px) !important;
  top: calc(-1 *  45px) !important;
  width: calc(100% + 2 *  45px);
  height: calc(100% + 2 *  45px);
}
.card-view.oversize-large > li .card-item-image > picture img,
.list-view.oversize-large > li .card-item-image > picture img,
.card-view.oversize-large > km_li .card-item-image > picture img,
.list-view.oversize-large > km_li .card-item-image > picture img {
  width: 100% !important;
  height: 100% !important;
}
.grid-list {
  margin: 15px 0 !important;
  /* 5 or 10 Images */
  /* 6 images */
  /* 7 images - fix */
  /* 7 images */
  /* 8 images */
  /* 9 images */
}
.grid-list.hover > li a,
.grid-list.hover > km_li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.grid-list.hover > li a:hover,
.grid-list.hover > km_li a:hover {
  opacity: 1;
}
.grid-list.hover > li a:hover span,
.grid-list.hover > km_li a:hover span {
  opacity: 1;
}
.grid-list.hover > li a:focus,
.grid-list.hover > km_li a:focus {
  position: absolute;
  left: 0;
}
.grid-list > li,
.grid-list > km_li {
  position: relative;
}
.grid-list > li > a,
.grid-list > km_li > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.grid-list > li > a span:not(["class^=media-copyright"]),
.grid-list > km_li > a span:not(["class^=media-copyright"]) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.grid-list > li > a[style*=background-image] > img,
.grid-list > km_li > a[style*=background-image] > img {
  position: absolute;
  left: -999999px;
}
.grid-list > li picture,
.grid-list > km_li picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.grid-list > li picture img,
.grid-list > km_li picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.grid-list > li > a > img,
.grid-list > km_li > a > img,
.grid-list > li > img,
.grid-list > km_li > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.grid-list.normal {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 20%);
  list-style: none;
  width: calc(100% - 60px);
  grid-auto-flow: column;
}
.grid-list.normal > li:nth-child(5n+1),
.grid-list.normal > km_li:nth-child(5n+1) {
  grid-column: 1;
  padding-bottom: 65%;
}
.grid-list.layout1 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 25%);
  list-style: none;
  width: calc(100% - 45px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 601px) {
  .grid-list.layout1 {
    grid-auto-flow: column;
  }
  .grid-list.layout1 > li:nth-child(9n+1),
  .grid-list.layout1 > km_li:nth-child(9n+1) {
    padding-bottom: 65%;
  }
  .grid-list.layout1 > li:nth-child(1),
  .grid-list.layout1 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .grid-list.layout1 > li:nth-child(2),
  .grid-list.layout1 > km_li:nth-child(2) {
    grid-column: 3;
  }
  .grid-list.layout1 > li:nth-child(3),
  .grid-list.layout1 > km_li:nth-child(3) {
    grid-column: 3;
  }
  .grid-list.layout1 > li:nth-child(4),
  .grid-list.layout1 > km_li:nth-child(4) {
    grid-column: 4;
  }
  .grid-list.layout1 > li:nth-child(5),
  .grid-list.layout1 > km_li:nth-child(5) {
    grid-column: 4;
  }
  .grid-list.layout1 > li:nth-child(6),
  .grid-list.layout1 > km_li:nth-child(6) {
    grid-column: 1;
  }
  .grid-list.layout1 > li:nth-child(n + 6):nth-child(-n + 10),
  .grid-list.layout1 > km_li:nth-child(n + 6):nth-child(-n + 10) {
    padding-bottom: 65%;
  }
  .grid-list.layout1 > li:nth-child(10),
  .grid-list.layout1 > km_li:nth-child(10) {
    grid-column: 3 / span 2;
    grid-row: span 2;
  }
  .grid-list.layout1 > li:nth-child(n+11),
  .grid-list.layout1 > km_li:nth-child(n+11) {
    padding-bottom: 65%;
  }
  .grid-list.layout1 > li:nth-child(11),
  .grid-list.layout1 > km_li:nth-child(11) {
    grid-column: 1;
    grid-row: 5;
  }
  .grid-list.layout1 > li:nth-child(15),
  .grid-list.layout1 > km_li:nth-child(15) {
    grid-column: 1;
    grid-row: 6;
  }
  .grid-list.layout1 > li:nth-child(19),
  .grid-list.layout1 > km_li:nth-child(19) {
    grid-column: 1;
    grid-row: 7;
  }
  .grid-list.layout1 > li:nth-child(23),
  .grid-list.layout1 > km_li:nth-child(23) {
    grid-column: 1;
    grid-row: 8;
  }
}
@media only screen and (max-width: 600px) {
  .grid-list.layout1 {
    grid-template-columns: repeat(2, 50%);
    width: calc(100% - 15px);
    grid-auto-flow: row;
  }
  .grid-list.layout1 > li,
  .grid-list.layout1 > km_li {
    padding-bottom: 100%;
  }
  .grid-list.layout1 > li:nth-child(1),
  .grid-list.layout1 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout1 > li:nth-child(2),
  .grid-list.layout1 > km_li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 100%;
  }
}
.grid-list.layout2 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 33.333%);
  list-style: none;
  width: calc(100% - 30px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 601px) {
  .grid-list.layout2 > li:nth-child(1),
  .grid-list.layout2 > km_li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-bottom: 100%;
  }
  .grid-list.layout2 > li:nth-child(2),
  .grid-list.layout2 > km_li:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
    padding-bottom: 50%;
  }
  .grid-list.layout2 > li:nth-child(3),
  .grid-list.layout2 > km_li:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout2 > li:nth-child(4),
  .grid-list.layout2 > km_li:nth-child(4) {
    grid-column: 2;
    grid-row: 2 / span 2;
  }
  .grid-list.layout2 > li:nth-child(5),
  .grid-list.layout2 > km_li:nth-child(5) {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  .grid-list.layout2 > li:nth-child(6),
  .grid-list.layout2 > km_li:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
  }
  .grid-list.layout2 > li:nth-child(3n+10),
  .grid-list.layout2 > km_li:nth-child(3n+10),
  .grid-list.layout2 > li:nth-child(7),
  .grid-list.layout2 > km_li:nth-child(7) {
    grid-column: 1;
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 451px) {
  .grid-list.layout2 > li:nth-child(2),
  .grid-list.layout2 > km_li:nth-child(2),
  .grid-list.layout2 > li:nth-child(3),
  .grid-list.layout2 > km_li:nth-child(3) {
    padding-bottom: 80%;
  }
  .grid-list.layout2 > li:nth-child(3n+10),
  .grid-list.layout2 > km_li:nth-child(3n+10),
  .grid-list.layout2 > li:nth-child(7),
  .grid-list.layout2 > km_li:nth-child(7) {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .grid-list.layout2 {
    grid-template-columns: repeat(2, 50%);
    width: calc(100% - 15px);
  }
  .grid-list.layout2 > li,
  .grid-list.layout2 > km_li {
    padding-bottom: 100%;
  }
  .grid-list.layout2 > li:nth-child(1),
  .grid-list.layout2 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout2 > li:nth-child(2),
  .grid-list.layout2 > km_li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 100%;
  }
}
.grid-list.layout-fix1 {
  display: grid;
  grid-gap: 15px;
  list-style: none;
  width: calc(100% - 30px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 501px) {
  .grid-list.layout-fix1 {
    grid-template-columns: repeat(3, 33.333%);
  }
}
@media only screen and (max-width: 500px) {
  .grid-list.layout-fix1 {
    grid-template-columns: repeat(2, 50%);
  }
  .grid-list.layout-fix1 > li,
  .grid-list.layout-fix1 > km_li {
    padding-bottom: 70%;
  }
}
@media only screen and (min-width: 501px) {
  .grid-list.layout-fix1 > li:nth-child(1),
  .grid-list.layout-fix1 > km_li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .grid-list.layout-fix1 > li:nth-child(2),
  .grid-list.layout-fix1 > km_li:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix1 > li:nth-child(3),
  .grid-list.layout-fix1 > km_li:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix1 > li:nth-child(4),
  .grid-list.layout-fix1 > km_li:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix1 > li:nth-child(5),
  .grid-list.layout-fix1 > km_li:nth-child(5) {
    grid-area: 4 / 1 / 5 / 2;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix1 > li:nth-child(6),
  .grid-list.layout-fix1 > km_li:nth-child(6) {
    grid-area: 3 / 2 / 5 / 4;
  }
}
@media only screen and (max-width: 500px) {
  .grid-list.layout-fix1 > li:nth-child(1),
  .grid-list.layout-fix1 > km_li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .grid-list.layout-fix1 > li:nth-child(2),
  .grid-list.layout-fix1 > km_li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .grid-list.layout-fix1 > li:nth-child(3),
  .grid-list.layout-fix1 > km_li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .grid-list.layout-fix1 > li:nth-child(4),
  .grid-list.layout-fix1 > km_li:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .grid-list.layout-fix1 > li:nth-child(5),
  .grid-list.layout-fix1 > km_li:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .grid-list.layout-fix1 > li:nth-child(6),
  .grid-list.layout-fix1 > km_li:nth-child(6) {
    grid-area: 4 / 1 / 5 / 3;
  }
}
.grid-list.layout-fix2 {
  display: grid;
  grid-gap: 15px;
  list-style: none;
  width: calc(100% - 30px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 501px) {
  .grid-list.layout-fix2 {
    grid-template-columns: repeat(3, 33.333%);
  }
}
@media only screen and (max-width: 500px) {
  .grid-list.layout-fix2 {
    grid-template-columns: repeat(2, 50%);
  }
  .grid-list.layout-fix2 > li,
  .grid-list.layout-fix2 > km_li {
    padding-bottom: 70%;
  }
}
@media only screen and (min-width: 501px) {
  .grid-list.layout-fix2 > li:nth-child(1),
  .grid-list.layout-fix2 > km_li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .grid-list.layout-fix2 > li:nth-child(2),
  .grid-list.layout-fix2 > km_li:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix2 > li:nth-child(3),
  .grid-list.layout-fix2 > km_li:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix2 > li:nth-child(4),
  .grid-list.layout-fix2 > km_li:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix2 > li:nth-child(5),
  .grid-list.layout-fix2 > km_li:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
    padding-bottom: 70%;
  }
  .grid-list.layout-fix2 > li:nth-child(6),
  .grid-list.layout-fix2 > km_li:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;;
  }
}
@media only screen and (max-width: 500px) {
  .grid-list.layout-fix2 > li:nth-child(1),
  .grid-list.layout-fix2 > km_li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .grid-list.layout-fix2 > li:nth-child(2),
  .grid-list.layout-fix2 > km_li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .grid-list.layout-fix2 > li:nth-child(3),
  .grid-list.layout-fix2 > km_li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .grid-list.layout-fix2 > li:nth-child(4),
  .grid-list.layout-fix2 > km_li:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .grid-list.layout-fix2 > li:nth-child(5),
  .grid-list.layout-fix2 > km_li:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .grid-list.layout-fix2 > li:nth-child(6),
  .grid-list.layout-fix2 > km_li:nth-child(6) {
    grid-area: 4 / 1 / 5 / 3;
  }
}
.grid-list.layout-fix3 {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media only screen and (min-width: 950px) {
  .grid-list.layout-fix3 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-list.layout-fix3 > li {
    padding-bottom: 56%;
  }
  .grid-list.layout-fix3 > li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 5;
  }
  .grid-list.layout-fix3 > li:nth-child(4) {
    grid-area: 1 / 5 / 2 / 6;
  }
  .grid-list.layout-fix3 > li:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(7) {
    grid-area: 2 / 4 / 4 / 6;
  }
}
@media only screen and (min-width: 750px) and (max-width: 950px) {
  .grid-list.layout-fix3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .grid-list.layout-fix3 > li {
    padding-bottom: 56%;
  }
  .grid-list.layout-fix3 > li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(3) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .grid-list.layout-fix3 > li:nth-child(4) {
    grid-area: 4 / 2 / 5 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(5) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(6) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(7) {
    grid-area: 3 / 3 / 4 / 4;
  }
}
@media only screen and (min-width: 600px) and (max-width: 750px) {
  .grid-list.layout-fix3 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-list.layout-fix3 > li {
    padding-bottom: 56%;
  }
  .grid-list.layout-fix3 > li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 5;
  }
  .grid-list.layout-fix3 > li:nth-child(4) {
    grid-area: 1 / 5 / 2 / 6;
  }
  .grid-list.layout-fix3 > li:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(7) {
    grid-area: 2 / 4 / 4 / 6;
  }
}
@media only screen and (max-width: 600px) {
  .grid-list.layout-fix3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .grid-list.layout-fix3 > li {
    padding-bottom: 56%;
  }
  .grid-list.layout-fix3 > li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .grid-list.layout-fix3 > li:nth-child(3) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .grid-list.layout-fix3 > li:nth-child(4) {
    grid-area: 4 / 2 / 5 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(5) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(6) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .grid-list.layout-fix3 > li:nth-child(7) {
    grid-area: 3 / 3 / 4 / 4;
  }
}
.grid-list.layout3 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 20%);
  list-style: none;
  width: calc(100% - 60px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 801px) {
  .grid-list.layout3 > li:nth-child(1),
  .grid-list.layout3 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
    padding-bottom: 90%;
  }
  .grid-list.layout3 > li:nth-child(2),
  .grid-list.layout3 > km_li:nth-child(2) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
  .grid-list.layout3 > li:nth-child(3),
  .grid-list.layout3 > km_li:nth-child(3) {
    grid-column: 3;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(4),
  .grid-list.layout3 > km_li:nth-child(4) {
    grid-column: 4;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(5),
  .grid-list.layout3 > km_li:nth-child(5) {
    grid-column: 5;
    grid-row: 1;
  }
  .grid-list.layout3 > li:nth-child(6),
  .grid-list.layout3 > km_li:nth-child(6) {
    grid-column: 5;
    grid-row: 2;
  }
  .grid-list.layout3 > li:nth-child(7),
  .grid-list.layout3 > km_li:nth-child(7) {
    grid-column: 5;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(5n+8),
  .grid-list.layout3 > km_li:nth-child(5n+8) {
    grid-column: 1;
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 601px) {
  .grid-list.layout3 > li:nth-child(1),
  .grid-list.layout3 > km_li:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
    padding-bottom: 45%;
  }
  .grid-list.layout3 > li:nth-child(2),
  .grid-list.layout3 > km_li:nth-child(2) {
    grid-column: 4 / span 2;
    grid-row: 1 / span 2;
  }
  .grid-list.layout3 > li:nth-child(3),
  .grid-list.layout3 > km_li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    padding-bottom: 80%;
  }
  .grid-list.layout3 > li:nth-child(4),
  .grid-list.layout3 > km_li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(5),
  .grid-list.layout3 > km_li:nth-child(5) {
    grid-column: 3;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(6),
  .grid-list.layout3 > km_li:nth-child(6) {
    grid-column: 4;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(7),
  .grid-list.layout3 > km_li:nth-child(7) {
    grid-column: 5;
    grid-row: 3;
  }
  .grid-list.layout3 > li:nth-child(5n+8),
  .grid-list.layout3 > km_li:nth-child(5n+8) {
    grid-column: 1;
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 451px) {
  .grid-list.layout3 {
    grid-template-columns: repeat(4, 25%);
    width: calc(100% - 45px);
  }
  .grid-list.layout3 > li:nth-child(1),
  .grid-list.layout3 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 45%;
  }
  .grid-list.layout3 > li:nth-child(2),
  .grid-list.layout3 > km_li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .grid-list.layout3 > li:nth-child(3),
  .grid-list.layout3 > km_li:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
    padding-bottom: 45%;
  }
  .grid-list.layout3 > li:nth-child(4),
  .grid-list.layout3 > km_li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 90%;
  }
  .grid-list.layout3 > li:nth-child(5),
  .grid-list.layout3 > km_li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .grid-list.layout3 > li:nth-child(6),
  .grid-list.layout3 > km_li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
  .grid-list.layout3 > li:nth-child(7),
  .grid-list.layout3 > km_li:nth-child(7) {
    grid-column: 4;
    grid-row: 2;
  }
  .grid-list.layout3 > li:nth-child(5n+8),
  .grid-list.layout3 > km_li:nth-child(5n+8) {
    grid-column: 1;
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 450px) {
  .grid-list.layout3 {
    grid-template-columns: repeat(2, 50%);
    width: calc(100% - 15px);
  }
  .grid-list.layout3 > li,
  .grid-list.layout3 > km_li {
    padding-bottom: 100%;
  }
  .grid-list.layout3 > li:nth-child(1),
  .grid-list.layout3 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout3 > li:nth-child(2),
  .grid-list.layout3 > km_li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 100%;
  }
}
.grid-list.layout4 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 20%);
  list-style: none;
  width: calc(100% - 60px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 601px) {
  .grid-list.layout4 > li:nth-child(1),
  .grid-list.layout4 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    padding-bottom: 80%;
  }
  .grid-list.layout4 > li:nth-child(2),
  .grid-list.layout4 > km_li:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 3;
    padding-bottom: calc(40% - 7.5px);
  }
  .grid-list.layout4 > li:nth-child(3),
  .grid-list.layout4 > km_li:nth-child(3) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
  .grid-list.layout4 > li:nth-child(4),
  .grid-list.layout4 > km_li:nth-child(4) {
    grid-column: 3;
    grid-row: 3;
  }
  .grid-list.layout4 > li:nth-child(5),
  .grid-list.layout4 > km_li:nth-child(5) {
    grid-column: 4;
    grid-row: 3;
  }
  .grid-list.layout4 > li:nth-child(6),
  .grid-list.layout4 > km_li:nth-child(6) {
    grid-column: 5;
    grid-row: 1;
  }
  .grid-list.layout4 > li:nth-child(7),
  .grid-list.layout4 > km_li:nth-child(7) {
    grid-column: 5;
    grid-row: 2;
  }
  .grid-list.layout4 > li:nth-child(8),
  .grid-list.layout4 > km_li:nth-child(8) {
    grid-column: 5;
    grid-row: 3;
  }
  .grid-list.layout4 > li:nth-child(5n+9),
  .grid-list.layout4 > km_li:nth-child(5n+9) {
    grid-column: 1;
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 451px) {
  .grid-list.layout4 {
    grid-template-columns: repeat(4, 25%);
    width: calc(100% - 45px);
  }
  .grid-list.layout4 > li:nth-child(1),
  .grid-list.layout4 > km_li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 100%;
  }
  .grid-list.layout4 > li:nth-child(2),
  .grid-list.layout4 > km_li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout4 > li:nth-child(3),
  .grid-list.layout4 > km_li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .grid-list.layout4 > li:nth-child(4),
  .grid-list.layout4 > km_li:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }
  .grid-list.layout4 > li:nth-child(5),
  .grid-list.layout4 > km_li:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 100%;
  }
  .grid-list.layout4 > li:nth-child(6),
  .grid-list.layout4 > km_li:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  }
  .grid-list.layout4 > li:nth-child(7),
  .grid-list.layout4 > km_li:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
  }
  .grid-list.layout4 > li:nth-child(8),
  .grid-list.layout4 > km_li:nth-child(8) {
    grid-column: 4;
    grid-row: 2;
  }
  .grid-list.layout4 > li:nth-child(5n+9),
  .grid-list.layout4 > km_li:nth-child(5n+9) {
    grid-column: 1;
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .grid-list.layout4 {
    grid-template-columns: repeat(2, 50%);
    width: calc(100% - 15px);
    grid-auto-flow: row;
  }
  .grid-list.layout4 > li,
  .grid-list.layout4 > km_li {
    padding-bottom: 100%;
  }
  .grid-list.layout4 > li:nth-child(1),
  .grid-list.layout4 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout4 > li:nth-child(2),
  .grid-list.layout4 > km_li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 100%;
  }
}
.grid-list.layout5 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 20%);
  list-style: none;
  width: calc(100% - 60px);
  grid-auto-flow: row;
}
@media only screen and (min-width: 601px) {
  .grid-list.layout5 > li:nth-child(1),
  .grid-list.layout5 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 55%;
  }
  .grid-list.layout5 > li:nth-child(2),
  .grid-list.layout5 > km_li:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 2;
    padding-bottom: 55%;
  }
  .grid-list.layout5 > li:nth-child(3),
  .grid-list.layout5 > km_li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    padding-bottom: 85%;
  }
  .grid-list.layout5 > li:nth-child(4),
  .grid-list.layout5 > km_li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  .grid-list.layout5 > li:nth-child(5),
  .grid-list.layout5 > km_li:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
  .grid-list.layout5 > li:nth-child(6),
  .grid-list.layout5 > km_li:nth-child(6) {
    grid-column: 3 / span 2;
    grid-row: 3;
  }
  .grid-list.layout5 > li:nth-child(7),
  .grid-list.layout5 > km_li:nth-child(7) {
    grid-column: 5;
    grid-row: 1;
  }
  .grid-list.layout5 > li:nth-child(8),
  .grid-list.layout5 > km_li:nth-child(8) {
    grid-column: 5;
    grid-row: 2;
  }
  .grid-list.layout5 > li:nth-child(9),
  .grid-list.layout5 > km_li:nth-child(9) {
    grid-column: 5;
    grid-row: 3;
  }
  .grid-list.layout5 > li:nth-child(5n+10),
  .grid-list.layout5 > km_li:nth-child(5n+10) {
    grid-column: 1;
    padding-bottom: 85%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 451px) {
  .grid-list.layout5 {
    grid-template-columns: repeat(4, 25%);
    width: calc(100% - 45px);
  }
  .grid-list.layout5 > li:nth-child(1),
  .grid-list.layout5 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 45%;
  }
  .grid-list.layout5 > li:nth-child(2),
  .grid-list.layout5 > km_li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .grid-list.layout5 > li:nth-child(3),
  .grid-list.layout5 > km_li:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
    padding-bottom: 45%;
  }
  .grid-list.layout5 > li:nth-child(4),
  .grid-list.layout5 > km_li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 90%;
  }
  .grid-list.layout5 > li:nth-child(5),
  .grid-list.layout5 > km_li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .grid-list.layout5 > li:nth-child(6),
  .grid-list.layout5 > km_li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
  .grid-list.layout5 > li:nth-child(7),
  .grid-list.layout5 > km_li:nth-child(7) {
    grid-column: 4;
    grid-row: 2;
  }
  .grid-list.layout5 > li:nth-child(8),
  .grid-list.layout5 > km_li:nth-child(8) {
    grid-column: 1 / span 2;
    grid-row: 3;
    padding-bottom: 45%;
  }
  .grid-list.layout5 > li:nth-child(9),
  .grid-list.layout5 > km_li:nth-child(9) {
    grid-column: 3 / span 2;
    grid-row: 3;
  }
  .grid-list.layout5 > li:nth-child(5n+10),
  .grid-list.layout5 > km_li:nth-child(5n+10) {
    grid-column: 1;
    grid-row: 4;
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 450px) {
  .grid-list.layout5 {
    grid-template-columns: repeat(2, 50%);
    width: calc(100% - 15px);
    grid-auto-flow: row;
  }
  .grid-list.layout5 > li,
  .grid-list.layout5 > km_li {
    padding-bottom: 100%;
  }
  .grid-list.layout5 > li:nth-child(1),
  .grid-list.layout5 > km_li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 50%;
  }
  .grid-list.layout5 > li:nth-child(2),
  .grid-list.layout5 > km_li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .list-view .list-item.table {
    display: block;
  }
  .list-view .list-item.table > .trow {
    display: block;
  }
  .list-view .list-item.table > .trow .tcell {
    display: block;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .list-view .list-item.table > .trow .tcell.list-item-image {
    height: 1px;
    padding-bottom: 56%;
  }
  .list-view .list-item.table > .trow .tcell.list-item-image picture {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .list-view .list-item.table > .trow .tcell.list-item-image picture img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .list-view .list-item.table > .trow .tcell.list-item-content {
    padding-top: 15px;
  }
  .list-view .list-item.table > .trow .tcell .content-link {
    left: 0 !important;
    right: 0 !important;
  }
}
/* Accordeon */
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) {
  margin-left: 0;
}
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline {
  background: #f2f2f2;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: #333;
  text-transform: inherit;
  font-weight: 600;
  font-size: 125%;
}
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline:hover,
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline.open-acc {
  background: #333;
  color: #fff;
}
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline:hover .acc-toggle,
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline.open-acc .acc-toggle {
  background: #333;
}
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline .acc-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #b2a98b;
  color: #fff;
  font-size: 165%;
}
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-headline .acc-head {
  padding: 5px 10px;
}
.view-frontend .acc-list:not(.faq-items):not(.poi-group):not(#dates-list):not(.faq-group) .acc-content {
  padding: 15px;
  border: solid 1px #333;
  border-top: none;
  font-size: 95%;
  font-weight: 600;
}
