/*  NOTE: this file is a generated one. If you modify this file, you risk an overwrite if you update this module */
/*  NOTE: the right place will be in your design css files */
.ii_tiles-container {
  font-size: 0.9em;
  gap: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -ms-grid;
  display: grid;
  color: #fff;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ii_tiles-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: var(--color-text-2);
  padding: var(--item-padding);
  position: relative;
}
.ii_tiles-entry:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-filter: brightness(0.2) opacity(0.9);
          filter: brightness(0.2) opacity(0.9);
  background-color: var(--color-main-2);
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width var(--transition-time) ease-in-out, height var(--transition-time) ease-in-out;
  -o-transition: width var(--transition-time) ease-in-out, height var(--transition-time) ease-in-out;
  transition: width var(--transition-time) ease-in-out, height var(--transition-time) ease-in-out;
}
.ii_tiles-entry:hover:before {
  width: 105%;
  height: 105%;
}

.ii_tiles-entry-head {
  position: relative;
  width: 100%;
}

.ii_tiles-entry-head-inner {
  width: 100%;
  padding: var(--item-padding) 0;
}

.ii_tiles-entry-logo {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 4em;
  line-height: initial;
  padding: var(--item-padding) 0;
}

.ii_tiles-entry-name {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: initial;
  color: #E5251D;
}

.ii_tiles-entry-image {
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ii_tiles-entry-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--background);
}

.ii_tiles-entry-description {
  position: relative;
}

/* ------------ backend button ----------- */
.ii_tiles-backendlink {
  height: 35px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.ii_tiles-backendlink a span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.ii_tiles-backendlink:hover a span {
  height: 35px;
  width: 35px;
}
.ii_tiles-backendlink span.img_path {
  display: none;
  position: absolute;
  top: 100%;
  padding: 5px;
  border: 2px solid #bc3723;
  z-index: 5;
  background-color: #fff;
  width: 1000px;
  width: 66vw;
  max-width: 320px;
}
.ii_tiles-backendlink:hover span.img_path {
  display: block;
}

/*# sourceMappingURL=frontend.css.map */