/** Shopify CDN: Minification failed

Line 97:0 Unexpected "}"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}

/* KEEP GROWING - MEGA MENU */

:root {
  --megamenu-overlay: linear-gradient(0deg, rgba(0,0,0,0.6194852941176471) 0%, rgba(255,255,255,0) 100%);
}

.megamenu {
  min-height: 500px;
}

.lak_megamenu_url:hover .desctext{
  text-decoration: none!important;
  color: white;
}

.lak_megamenu_url:hover .maintext{
  text-decoration: underline;
  color: white;
}

.lak_megamenu_col {
  background-blend-mode: overlay;
  border-radius: 8px;
  height: calc(500px - 80px);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px;
  position:relative;
  color: white;
}

.lak_megamenu_col:hover .maintext:after {
  transform: rotate(90deg);
}

.lak_megamenu_col .maintext {
  font-size: 24px;
  position: relative;
}

.lak_megamenu_col .maintext:after {
  content:'→';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}

.lak_megamenu_col .desctext {
  font-size: 13px;
}

.megamobile_wrapper {
  display: block;
  gap: 20px;
  padding: 10px 20px;
  justify-content: space-around
}

@media only screen and (max-width: 768px) {
.lak_megamenu_col {
  width: 100%;
  height: 150px;
  padding: 10px 20px;
}
.lak_megamenu_col .maintext {
  font-size: 16px;
}
.lak_megamenu_col .desctext {
  display: none
}
  .lak_megamenu_col .maintext:after {
  display: none;
}
  }

.quiz_col {
  background-image: url("/cdn/shop/files/pexels-jonathanborba-19431270.jpg?v=1736512001"), var(--megamenu-overlay);
}
}

#fsb_background {
  z-index: 1 !important;
}