.custom-hero {
  position: relative;
  z-index: 11;
}

.custom-hero .search-container {
  position: relative;
  margin-bottom: 20px;
}

.custom-hero .search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 30px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.custom-hero .search-input:focus {
  outline: none;
  border-color: #06c;
  box-shadow: 0 0 8px rgba(0, 102, 204, 0.3);
}

.custom-hero .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #777;
}

.custom-hero .search-results-count {
  margin: 10px 0;
  font-size: 14px;
  color: #777;
  text-align: right;
}

.custom-hero .search-results-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

@media (max-width: 768px) {
  .custom-hero .search-input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }
}

.custom-hero *, .custom-hero :after, .custom-hero :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.custom-hero *, .custom-hero :after, .custom-hero :before {
  box-sizing: border-box;
  border: 0 solid currentColor;
}

.custom-hero :after, .custom-hero :before {
  --tw-content: "";
}

.custom-hero h1, .custom-hero h2, .custom-hero h3 {
  font-size: inherit;
  font-weight: inherit;
}

.custom-hero a {
  color: inherit;
  text-decoration: inherit;
}

.custom-hero strong {
  font-weight: bolder;
}

.custom-hero input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.custom-hero h1, .custom-hero h2, .custom-hero h3, .custom-hero p {
  margin: 0;
}

.custom-hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-hero input::placeholder {
  opacity: 1;
  color: #9ca3af;
}

.custom-hero :disabled {
  cursor: default;
}

.custom-hero img, .custom-hero svg {
  display: block;
  vertical-align: middle;
}

.custom-hero img {
  max-width: 100%;
  height: auto;
}

.custom-hero * {
  -webkit-tap-highlight-color: transparent;
}

.custom-hero .h1 {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  line-height: 1.25 !important;
}

@media (min-width: 640px) {
  .custom-hero .h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.custom-hero .h2 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

@media (min-width: 640px) {
  .custom-hero .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .custom-hero .h2 {
    line-height: 3rem !important;
  }
}

.custom-hero .h3 {
  margin-bottom: 1.25rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.custom-hero .h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.custom-hero .h4 {
  margin-top: 0.5rem;
  font-weight: 600;
}

.custom-hero section {
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .custom-hero section {
    padding-bottom: 3rem;
  }
}

.custom-hero body section:first-of-type {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .custom-hero body section:first-of-type {
    padding-top: 7rem;
  }
}

.custom-hero section a:not(.btn) {
  text-decoration-line: none;
}

.custom-hero section a:not(.btn):hover {
  text-decoration-line: none;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.6, 0.04, 1, -0.05);
}

.custom-hero strong {
  font-weight: 600;
}

.custom-hero ::selection {
  color: #231f20;
  background: #fdcb47;
}

.custom-hero .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1280px) {
  .custom-hero .container {
    max-width: 1280px;
  }
}

@media (min-width: 768px) {
  .custom-hero .checkList {
    padding-left: 2rem;
  }
}

.custom-hero .checkList li {
  margin-bottom: 0.75rem;
  background-image: url(https://www.mega.be/images/svg/check.svg);
  background-size: 20px;
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

@media (min-width: 640px) {
  .custom-hero .checkList li {
    padding-left: 2rem;
  }
}

.custom-hero .absolute {
  position: absolute;
}

.custom-hero .relative {
  position: relative;
}

.custom-hero .right-0 {
  right: 0;
}

.custom-hero .right-\[-25px\] {
  right: -25px;
}

.custom-hero .top-0 {
  top: 0;
}

.custom-hero .top-\[-1px\] {
  top: -1px;
}

.custom-hero .-z-10 {
  z-index: -10;
}

.custom-hero .z-10 {
  z-index: 10;
}

.custom-hero .z-\[1\] {
  z-index: 1;
}

.custom-hero .m-0 {
  margin: 0;
}

.custom-hero .mb-4 {
  margin-bottom: 1rem;
}

.custom-hero .mb-8 {
  margin-bottom: 2rem;
}

.custom-hero .mr-4 {
  margin-right: 1rem;
}

.custom-hero .mt-0 {
  margin-top: 0;
}

.custom-hero .mt-4 {
  margin-top: 1rem;
}

.custom-hero .block {
  display: block;
}

.custom-hero .flex {
  display: flex;
}

.custom-hero .hidden {
  display: none;
}

.custom-hero .h-\[2px\] {
  height: 2px;
}

.custom-hero .max-h-\[425px\] {
  max-height: 425px;
}

.custom-hero .w-\[1030px\] {
  width: 1030px;
}

.custom-hero .w-full {
  width: 100%;
}

.custom-hero .min-w-\[1030px\] {
  min-width: 1030px;
}

.custom-hero .max-w-\[50px\] {
  max-width: 50px;
}

.custom-hero .cursor-pointer {
  cursor: pointer;
}

.custom-hero .flex-row {
  flex-direction: row;
}

.custom-hero .flex-col {
  flex-direction: column;
}

.custom-hero .items-start {
  align-items: flex-start;
}

.custom-hero .items-end {
  align-items: flex-end;
}

.custom-hero .items-center {
  align-items: center;
}

.custom-hero .justify-between {
  justify-content: space-between;
}

.custom-hero .rounded {
  border-radius: 15px;
}

.custom-hero .border-2 {
  border-width: 2px;
}

.custom-hero .border-b-2 {
  border-bottom-width: 2px;
}

.custom-hero .border-transparent {
  border-color: transparent;
}

.custom-hero .border-b-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 238 240/var(--tw-border-opacity, 1));
}

.custom-hero .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32/var(--tw-bg-opacity, 1));
}

.custom-hero .bg-none {
  background-image: none;
}

.custom-hero .bg-\[length\:250px\] {
  background-size: 250px;
}

.custom-hero .bg-\[position\:left_calc\(53\%-700px\)_top_10px\] {
  background-position: left calc(53% - 700px) top 10px;
}

.custom-hero .bg-no-repeat {
  background-repeat: no-repeat;
}

.custom-hero .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-hero .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.custom-hero .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.custom-hero .pl-5 {
  padding-left: 1.25rem;
}

.custom-hero .pr-14 {
  padding-right: 3.5rem;
}

.custom-hero .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.custom-hero .duration-150 {
  transition-duration: 0.15s;
}

.custom-hero .link {
  z-index: 1;
  cursor: pointer;
  text-decoration-line: underline !important;
  text-decoration-color: #fdcb47;
  text-decoration-thickness: 2px;
}

@media (min-width: 768px) {
  .custom-hero .link {
    position: relative;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration-line: none !important;
  }
  .custom-hero .link:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(253 203 71/var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: var(--tw-content);
    transition-duration: 0.3s;
  }
  .custom-hero .link:hover:before {
    content: var(--tw-content);
    height: 45%;
  }
}

.custom-hero .bg-gradient-yellow {
  background-image: linear-gradient(to top left, #fde547, #fdcb47);
}

.custom-hero .bg-gradient-yellow {
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.custom-hero .w-mob-full-scr {
  margin-left: -1rem;
  margin-right: -1rem;
  min-width: 100vw;
}

.custom-hero .before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}

.custom-hero .before\:right-4:before {
  content: var(--tw-content);
  right: 1rem;
}

.custom-hero .before\:top-0:before {
  content: var(--tw-content);
  top: 0;
}

.custom-hero .before\:h-full:before {
  content: var(--tw-content);
  height: 100%;
}

.custom-hero .before\:w-6:before {
  content: var(--tw-content);
  width: 1.5rem;
}

.custom-hero .before\:bg-\[url\(\.\.\/\.\.\/images\/svg\/arrowLi_noBG\.svg\)\]:before {
  content: var(--tw-content);
  background-image: url(https://www.mega.be/images/svg/arrowLi_noBG.svg);
}

.custom-hero .before\:bg-contain:before {
  content: var(--tw-content);
  background-size: contain;
}

.custom-hero .before\:bg-\[right_5px_top_50\%\]:before {
  content: var(--tw-content);
  background-position: right 5px top 50%;
}

.custom-hero .before\:bg-no-repeat:before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.custom-hero .hover\:rounded:hover {
  border-radius: 15px;
}

.custom-hero .hover\:border-b-transparent:hover {
  border-bottom-color: transparent;
}

.custom-hero .hover\:bg-gradient-yellow:hover {
  background-image: linear-gradient(to top left, #fde547, #fdcb47);
}

@media not all and (min-width: 768px) {
  .custom-hero .max-md\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .custom-hero .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .custom-hero .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .custom-hero .md\:block {
    display: block;
  }
  .custom-hero .md\:flex {
    display: flex;
  }
  .custom-hero .md\:hidden {
    display: none;
  }
  .custom-hero .md\:basis-8\/12 {
    flex-basis: 66.666667%;
  }
  .custom-hero .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .custom-hero .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.custom-hero .before\:rotate-90:before {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}