.theme-configurator img.item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.theme-configurator .htmlcontent-container {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.theme-configurator .item-html > *:not(:last-child) {
  margin-bottom: 0.62em;
}
.theme-configurator h3,
.theme-configurator .item-title {
  font-size: clamp(1.33rem, 4.5vw, 2rem);
  margin: 0;
  line-height: 1;
}

#htmlcontent_home .htmlcontent-container, #htmlcontent_top .htmlcontent-container {
  max-width: var(--image-width);
  position: relative;
  display: block;
  overflow: hidden;
}
#htmlcontent_home .htmlcontent-container:before, #htmlcontent_top .htmlcontent-container:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
  pointer-events: none;
  padding: 0 0 var(--image-ratio, 100%);
}
#htmlcontent_home .htmlcontent-container img, #htmlcontent_top .htmlcontent-container img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#htmlcontent_home .htmlcontent-container:hover .item-link .item-img, #htmlcontent_top .htmlcontent-container:hover .item-link .item-img {
  opacity: 0.5;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
#htmlcontent_home .item-link, #htmlcontent_top .item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#htmlcontent_home .item-link:after, #htmlcontent_top .item-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#htmlcontent_home .item-content, #htmlcontent_top .item-content {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: var(--box-padding);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, transparent, 0%, rgba(0, 0, 0, 0.5), 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
#htmlcontent_home h3,
#htmlcontent_home .item-title, #htmlcontent_top h3,
#htmlcontent_top .item-title {
  color: white;
  text-transform: uppercase;
}
#htmlcontent_home .item-html, #htmlcontent_top .item-html {
  color: white;
}
#htmlcontent_top {
  /**
  * Change this breakpoint to make the content adapt to the image size again.
  **/
}
@media (min-width: 684px) {
  #htmlcontent_top .container-maybe,
  #htmlcontent_top ul,
  #htmlcontent_top .htmlcontent-container {
    height: 100%;
  }
  #htmlcontent_top .htmlcontent-container:before {
    content: none;
  }
  #htmlcontent_top ul {
    display: flex;
    flex-direction: column;
  }
  #htmlcontent_top ul li {
    flex: 1 1 auto;
  }
}
#top_column.mode-contained + .columns-container #htmlcontent_home:first-child {
  margin-top: 0;
}

#htmlcontent_home ul {
  margin-left: calc(-0.5 * var(--grid-gap));
  margin-right: calc(-0.5 * var(--grid-gap));
  display: grid;
  clear: both;
  align-items: stretch;
  --items-per-row: 1;
  grid-template-columns: repeat(var(--items-per-row), 1fr);
}
#htmlcontent_home ul:before, #htmlcontent_home ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
#htmlcontent_home ul:after {
  clear: both;
}
#htmlcontent_home ul:before, #htmlcontent_home ul:after {
  content: none;
}
#htmlcontent_home ul > * {
  padding: calc(var(--grid-gap) * 0.5);
  min-width: 0;
}
#htmlcontent_home ul > * > *:first-child {
  height: 100%;
}
@media (min-width: 420px) {
  #htmlcontent_home ul {
    --items-per-row: 2;
  }
}
@media (min-width: 1300px) {
  #htmlcontent_home ul {
    --items-per-row: 3;
  }
}
@media (min-width: 1060px) {
  .with-column #htmlcontent_home ul {
    --items-per-row: 2;
  }
}

@media (min-width: 684px) {
  #htmlcontent_home ul li {
    width: 33.33334%;
  }
}
#htmlcontent_home-bottom {
  position: relative;
}
@media (max-width: 1059.98px) {
  #htmlcontent_home-bottom {
    margin-top: 0;
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
  }
}
#htmlcontent_home-bottom:before {
  --orbit-size: min(600px, 40vw);
  content: "";
  position: absolute;
  z-index: 30;
  top: calc(var(--orbit-size) / -2 - var(--page-box-margin));
  left: calc(var(--orbit-size) / -2);
  width: var(--orbit-size);
  height: var(--orbit-size);
  border-radius: 50%;
  border: 1px solid var(--orbit-border-color);
}
#htmlcontent_home-bottom .item-content {
  padding: calc(var(--box-padding) * 1.5);
}
#htmlcontent_home-bottom h3,
#htmlcontent_home-bottom .item-title {
  color: var(--dark-color);
  margin-bottom: var(--grid-gap-half);
  font-size: clamp(1.4rem, 5vw, 2rem);
}
#htmlcontent_home-bottom .htmlcontent-container {
  display: flex;
  gap: calc(var(--grid-gap) * 2);
  flex-direction: column-reverse;
}
@media (min-width: 1060px) {
  #htmlcontent_home-bottom .htmlcontent-container {
    align-items: center;
    flex-direction: row-reverse;
  }
  #htmlcontent_home-bottom .htmlcontent-container > * {
    flex: 0 1 50%;
    width: 50%;
    height: auto;
  }
  #htmlcontent_home-bottom .item-content {
    max-width: calc(var(--container-width) * 0.5);
    padding-right: 0;
    padding-left: 0;
  }
}
#htmlcontent_home-bottom img {
  border-radius: var(--border-radius);
}
@media (max-width: 1059.98px) {
  #htmlcontent_home-bottom img {
    max-height: 80vh;
    object-position: top;
  }
}
@media (max-width: 683.98px) {
  #htmlcontent_home-bottom img {
    border-radius: 0;
  }
}
#htmlcontent_footer .htmlcontent-container {
  border: 3px solid #96C11F;
  font-weight: 700;
  font-size: 1rem;
}
#htmlcontent_footer .htmlcontent-container a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
}
#htmlcontent_footer .htmlcontent-container a:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -7px;
  z-index: -1;
  width: 150px;
  height: 37px;
  -webkit-transform: rotate(10deg) translate(0, 0);
  -moz-transform: rotate(10deg) translate(0, 0);
  -ms-transform: rotate(10deg) translate(0, 0);
  -o-transform: rotate(10deg) translate(0, 0);
  transform: rotate(10deg) translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: #96C11F;
}
#htmlcontent_footer .htmlcontent-container a:hover:after {
  -webkit-transform: rotate(10deg) translate(0, 100%);
  -moz-transform: rotate(10deg) translate(0, 100%);
  -ms-transform: rotate(10deg) translate(0, 100%);
  -o-transform: rotate(10deg) translate(0, 100%);
  transform: rotate(10deg) translate(0, 100%);
}
#htmlcontent_footer .htmlcontent-container a span {
  color: #96C11F;
  text-transform: uppercase;
}

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