

/***
 *
 *    88           88                           88
 *    88           88                           88
 *    88           88                           88
 *    88,dPPYba,   88   ,adPPYba,    ,adPPYba,  88   ,d8
 *    88P'    "8a  88  a8"     "8a  a8"     ""  88 ,a8"
 *    88       d8  88  8b       d8  8b          8888[
 *    88b,   ,a8"  88  "8a,   ,a8"  "8a,   ,aa  88`"Yba,
 *    8Y"Ybbd8"'   88   `"YbbdP"'    `"Ybbd8"'  88   `Y8a
 *
 *
 *
 *    88  88               88         88  88
 *    88  ""               88         88  ""               ,d
 *    88                   88         88                   88
 *    88  88  8b,dPPYba,   88   ,d8   88  88  ,adPPYba,  MM88MMM
 *    88  88  88P'   `"8a  88 ,a8"    88  88  I8[    ""    88
 *    88  88  88       88  8888[      88  88   `"Y8ba,     88
 *    88  88  88       88  88`"Yba,   88  88  aa    ]8I    88,
 *    88  88  88       88  88   `Y8a  88  88  `"YbbdP"'    "Y888
 *
 *
 */

/* linklist block */
.block-linklist {
  container-type: inline-size;
}

.block-linklist {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-wrap: word;
  gap: 10px;
  margin-left: 63px;
}

.block-linklist a {
  /* display: flex;
  float:left; */
  margin-left: -63px;
  display: inline-flex;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: var(--step-5);
  font-weight: bold;
}

@media (max-width: 468px) {
  .block-linklist {
    margin: 0;
    overflow: hidden;
  }

  .block-linklist a {
    margin-left: 0px;
  }
}

.block-linklist a span {
  padding: 0px 20px 0 20px;
  line-height: 1;
}

.block-linklist a:hover span {
  mix-blend-mode: multiply;
  /* background-color:white;
  display:block;
  color:black; */
}

.block-linklist a:hover {
  text-decoration: underline;
}

/* main .content-wrapper .row .block-linklist a:before{
	content: "";
	width: var(--step-2);
	display:block;
	border-bottom: 7px solid black;
	margin-right: var(--step-0);
	height: calc(var(--step-4) / 2 + 5px);
} */

.block-linklist a:before,
.block-linklist a:after {
  padding: 0px 0px;
  mix-blend-mode: difference;
  content: "";
  display: block;
  height: 1px;
  width: 0px;
  margin-top: calc(var(--step-4) / 2 + 5px);
  border-color: white;
  border-style: solid;
}

.block-linklist a:before {
  border-left-width: 50px;
}

.block-linklist a:after {
  border-right-width: 50px;
}

@media (max-width: 468px) {
  .block-linklist a:before,
  .block-linklist a:after {
    border-width: 0px;
  }
}

section.background-dust-storm .block-linklist a:before,
section.background-dust-storm .block-linklist a:after {
  border-color: var(--dust-storm);
}

section.background-confetti-yellow .block-linklist a:before,
section.background-confetti-yellow .block-linklist a:after {
  border-color: var(--confetti-yellow);

}

section.background-marina-blue .block-linklist a:before,
section.background-marina-blue .block-linklist a:after {
  border-color: var(--marina-blue);
}

.block-linklist a.linklist-item img {
  opacity: 1;
  /* transition: opacity 40ms ease-in; */
  position: fixed;
  overflow: hidden;
  background: white;
  padding: 0px;
  display: inline-block;
  width: 0px;
  height: 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0%, 0%);
  z-index: 999;
  transform: translateX(-33%);
}

.block-linklist a.linklist-item:hover img {
  opacity: 1;
  border-radius: 0px;
  width: 650px;
  height: 400px;
}

.block-linklist a.linklist-item:hover img {
  object-fit: cover;
}


@media (max-width: 468px) {
  .block-linklist a.linklist-item:hover img {
    display: none;
  }
}
