/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
:root {
  --mb-color-overlay: rgba(38, 85, 145, 0.6);
  --mb-container-width: 1240px;
  --mb-space-2xs: 0.5rem;
  --mb-space-xs: 0.75rem;
  --mb-space-sm: 1rem;
  --mb-space-md: 1.5rem;
  --mb-space-lg: 2rem;
  --mb-space-xl: 3rem;
  --mb-space-2xl: 4rem;
  --mb-radius-sm: 0.4rem;
  --mb-radius-md: 0.65rem;
  --mb-radius-lg: 1rem;
  --mb-header-height-desktop: 92px;
  --mb-header-height-mobile: 72px;
}

.mb-header .l-subheader.at_middle {
  background: var(--color-header-middle-bg);
}
.mb-header .l-subheader.at_middle .l-subheader-h {
  min-height: var(--mb-header-height-desktop);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.mb-header .w-nav-list.level_1 > li > .w-nav-anchor {
  color: var(--color-header-middle-text);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}
.mb-header .w-nav-list.level_1 > li:hover > .w-nav-anchor,
.mb-header .w-nav-list.level_1 > li.current-menu-item > .w-nav-anchor,
.mb-header .w-nav-list.level_1 > li.current-menu-ancestor > .w-nav-anchor {
  color: var(--color-header-middle-text-hover);
}
.mb-header
  .w-nav-list.level_1
  > li.menu-item-has-children
  > .w-nav-list.level_2 {
  background: #1d2232;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--mb-radius-md);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  padding: 0.5rem 0;
}
.mb-header
  .w-nav-list.level_1
  > li.menu-item-has-children
  > .w-nav-list.level_2
  .w-nav-anchor {
  color: #ffffff;
  min-width: 260px;
  padding: 0.7rem 1rem;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.mb-header
  .w-nav-list.level_1
  > li.menu-item-has-children
  > .w-nav-list.level_2
  li:hover
  > .w-nav-anchor,
.mb-header
  .w-nav-list.level_1
  > li.menu-item-has-children
  > .w-nav-list.level_2
  li.current-menu-item
  > .w-nav-anchor {
  background: rgba(40, 98, 173, 0.2);
  color: #ffffff;
}
.mb-header .mb-header-cta .w-btn {
  border-radius: 999px;
  padding-inline: 1.15rem;
  min-height: 44px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.mb-header.state_sticky .l-subheader.at_middle .l-subheader-h,
.l-header.sticky .mb-header .l-subheader.at_middle .l-subheader-h,
.l-header.pos_fixed .mb-header .l-subheader.at_middle .l-subheader-h {
  min-height: 78px;
  backdrop-filter: blur(8px);
  background: rgba(37, 37, 39, 0.92);
}

@media (max-width: 1024px) {
  .mb-header .l-subheader.at_middle .l-subheader-h {
    min-height: var(--mb-header-height-mobile);
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .mb-header .w-nav.type_mobile .w-nav-control {
    color: var(--color-header-middle-text);
  }
  .mb-header .w-nav.type_mobile .w-nav-list {
    background: #131722;
  }
  .mb-header .w-nav.type_mobile .w-nav-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mb-header .w-nav.type_mobile .w-nav-anchor {
    color: var(--color-header-middle-text);
    min-height: 44px;
  }
  .mb-header .w-nav.type_mobile .w-nav-anchor.level_1:hover,
  .mb-header .w-nav.type_mobile .w-nav-item.active > .w-nav-anchor.level_1 {
    color: var(--color-content-primary);
  }
}
/* Formidable Forms */
.frm_forms .with_frm_style .frm_inside_container.frm_label_float_top > label {
  opacity: 0.3;
}
.frm_forms .frm_form_field .frm_primary_label {
  font-weight: 700;
}
.frm_forms
  .frm_form_field
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="submit"]
  ):not([type="button"]),
.frm_forms .frm_form_field select,
.frm_forms .frm_form_field textarea {
  font-weight: 400;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0;
  box-shadow: none;
}
.frm_forms
  .frm_form_field
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="submit"]
  ):not([type="button"]):focus,
.frm_forms .frm_form_field select:focus,
.frm_forms .frm_form_field textarea:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #2862ad !important;
  box-shadow: none;
}
.frm_forms
  .frm_form_field.is-filled
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="submit"]
  ):not([type="button"]),
.frm_forms .frm_form_field.is-filled select,
.frm_forms .frm_form_field.is-filled textarea {
  border-bottom: 1px solid #2862ad !important;
}
.frm_forms
  .frm_form_field
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="submit"]
  ):not([type="button"])::-moz-placeholder,
.frm_forms .frm_form_field textarea::-moz-placeholder {
  font-weight: 700;
}
.frm_forms
  .frm_form_field
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="submit"]
  ):not([type="button"])::placeholder,
.frm_forms .frm_form_field textarea::placeholder {
  font-weight: 700;
}
.frm_forms .frm_form_field.frm_three_col {
  display: grid;
  grid-template-columns: repeat(3, minmax(206px, 1fr));
  gap: 0.5rem 1rem;
}
.frm_forms .frm_form_field.frm_three_col > .frm_primary_label {
  grid-column: 1/-1;
  margin-bottom: 0.35rem;
}
.frm_forms .frm_form_field.frm_three_col > .frm_checkbox,
.frm_forms .frm_form_field.frm_three_col > .frm_radio {
  grid-column: auto;
  min-width: 206px;
}
@media (max-width: 920px) {
  .frm_forms .frm_form_field.frm_three_col {
    grid-template-columns: repeat(2, minmax(206px, 1fr));
  }
}
@media (max-width: 620px) {
  .frm_forms .frm_form_field.frm_three_col {
    grid-template-columns: 1fr;
  }
  .frm_forms .frm_form_field.frm_three_col > .frm_checkbox,
  .frm_forms .frm_form_field.frm_three_col > .frm_radio {
    min-width: 0;
  }
}
.frm_forms .frm_submit {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  text-align: right !important;
}
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit button[type="submit"].frm_final_submit,
.frm_forms .frm_submit button[type="submit"].frm_button_submit,
.frm_forms .frm_submit input[type="submit"].frm_button_submit {
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  padding: 0.9em 1.3em !important;
  transition-duration: 0.3s !important;
  transition-timing-function: ease !important;
  border-radius: 3em !important;
  --btn-height: calc(1.2em + 2 * 0.9em) !important;
  background: var(--color-content-primary) !important;
  border-color: transparent !important;
  -o-border-image: none !important;
  border-image: none !important;
  color: #fff !important;
  width: auto !important;
  margin-left: auto !important;
  box-shadow: none !important;
}
.frm_forms .frm_submit .frm_button_submit:hover,
.frm_forms .frm_submit .frm_button_submit:focus,
.frm_forms .frm_submit button[type="submit"].frm_final_submit:hover,
.frm_forms .frm_submit button[type="submit"].frm_button_submit:hover,
.frm_forms .frm_submit input[type="submit"].frm_button_submit:hover {
  background: var(--color-content-secondary) !important;
  box-shadow: none !important;
}
.frm_forms .frm_submit button[type="submit"].frm_final_submit,
.frm_forms .frm_submit button[type="submit"].frm_button_submit {
  position: relative;
}
.frm_forms .frm_submit button[type="submit"].frm_final_submit::after,
.frm_forms .frm_submit button[type="submit"].frm_button_submit::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.55em;
}
.frm_forms.frm_style_hfh.with_frm_style .frm_submit {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  text-align: right !important;
}
.frm_forms.frm_style_hfh.with_frm_style .frm_submit button,
.frm_forms.frm_style_hfh.with_frm_style .frm_submit input[type="submit"],
.frm_forms.frm_style_hfh.with_frm_style input[type="submit"],
.frm_forms.frm_style_hfh.with_frm_style .frm_form_submit_style {
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  padding: 0.9em 1.3em !important;
  transition-duration: 0.3s !important;
  transition-timing-function: ease !important;
  border-radius: 3em !important;
  --btn-height: calc(1.2em + 2 * 0.9em) !important;
  background: var(--color-content-primary) !important;
  border-color: transparent !important;
  -o-border-image: none !important;
  border-image: none !important;
  color: #fff !important;
  width: auto !important;
  margin-left: auto !important;
  box-shadow: none !important;
}
.frm_forms.frm_style_hfh.with_frm_style .frm_submit button:hover,
.frm_forms.frm_style_hfh.with_frm_style .frm_submit input[type="submit"]:hover,
.frm_forms.frm_style_hfh.with_frm_style input[type="submit"]:hover,
.frm_forms.frm_style_hfh.with_frm_style .frm_form_submit_style:hover {
  background: var(--color-content-secondary) !important;
  box-shadow: none !important;
}
.frm_forms .frm_dropzone {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 13rem;
  border: 1px dashed rgba(255, 255, 255, 0.45) !important;
  border-radius: var(--site-border-radius);
  background: rgb(50, 50, 52) !important;
  color: var(--color-content-heading);
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}
.frm_forms .frm_dropzone:hover,
.frm_forms .frm_dropzone.dz-drag-hover {
  border-color: var(--color-content-primary) !important;
  background: rgb(50, 50, 52) !important;
  box-shadow: 0 0 0 1px rgba(40, 98, 173, 0.4);
}
.frm_forms .frm_dropzone .dz-message {
  margin: 0;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
  color: var(--color-content-heading);
  border: none !important;
  background: rgb(50, 50, 52);
}
.frm_forms .frm_dropzone .frm-svg-icon,
.frm_forms .frm_dropzone .frmsvg {
  width: 2.2rem;
  height: 2.2rem;
  fill: var(--color-content-primary);
}
.frm_forms .frm_dropzone .frm_upload_text button,
.frm_forms .frm_dropzone .frm_compact_text button {
  border: 0;
  background: transparent;
  color: var(--color-content-heading);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  cursor: pointer;
}
.frm_forms .frm_dropzone .frm_small_text,
.frm_forms .frm_dropzone .frm_small_text p {
  margin: 0;
  color: var(--color-content-text);
  font-size: 1.15rem;
  font-weight: 500;
}
.frm_forms .frm_form_field:not(.frm_compact) .frm_dropzone {
  max-width: none;
}
.frm_forms .frm_form_field:not(.frm_compact) .frm_dropzone .dz-preview {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-top: 0.5px solid #fff;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.frm_forms.with_frm_style
  .frm_form_field:not(.frm_compact)
  .frm_dropzone
  .frmsvg {
  width: 2rem;
  height: 2rem;
  fill: var(--color-content-text);
}

/* jQuery UI Datepicker */
.frm_style_hfh.with_frm_style .ui-widget-header,
.frm_style_hfh.with_frm_style .ui-datepicker-header {
  color: var(--date-head-color) !important;
  background-color: #1d2228 !important;
}

#ui-datepicker-div.ui-datepicker {
  width: min(22rem, 100vw - 2rem);
  padding: 0.9rem;
  border: 0;
  border-radius: var(--site-border-radius);
  background: var(--color-content-bg-alt);
  color: var(--color-content-heading);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.5490196078);
  z-index: 9999 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  padding: 0.75rem 0.3rem 0.1rem;
  border: 0;
  border-bottom: 0.5px solid rgb(255, 255, 255) !important;
  border-radius: var(--site-border-radius) var(--site-border-radius) 0 0;
  background: var(--color-content-bg-alt);
  color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover {
  background: var(--color-content-secondary);
  border-color: transparent;
  color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev .ui-icon,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next .ui-icon {
  opacity: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev::before,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  mask: none !important;
  -webkit-mask: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-month,
#ui-datepicker-div.ui-datepicker .ui-datepicker-year {
  min-width: 6.5rem;
  height: 2.75rem;
  margin: 0;
  padding: 0 2rem 0 0.85rem;
  border: 0;
  border-right: 0;
  border-radius: 0;
  background-color: #1d2228;
  color: var(--color-content-heading);
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-month:focus,
#ui-datepicker-div.ui-datepicker .ui-datepicker-year:focus {
  outline: var(--focus-outline-width) solid var(--color-content-primary);
  outline-offset: 1px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-month {
  padding-right: 1.8rem;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-year {
  border-left: 0.5px solid #fff !important;
  padding-right: 1.8rem;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title::before,
#ui-datepicker-div.ui-datepicker .ui-datepicker-title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.72rem;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title::before {
  content: "\f078";
  right: calc(50% + 0.55rem);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title::after {
  content: "\f078";
  right: 0.55rem;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--color-content-bg-alt);
  border-radius: 0 0 var(--site-border-radius) var(--site-border-radius);
  overflow: hidden;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0.85rem 0.25rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.24);
  background: var(--color-content-bg-alt);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
  background: var(--color-content-bg-alt);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.65rem;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  font-weight: 600;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}
#ui-datepicker-div.ui-datepicker
  .ui-datepicker-calendar
  .ui-state-default:hover {
  background: var(--bg-color-active, var(--color-content-secondary)) !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ffffff;
}
#ui-datepicker-div.ui-datepicker
  .ui-datepicker-calendar
  .ui-datepicker-today
  .ui-state-highlight,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  border: 0;
  border-bottom: 1px solid transparent;
}
#ui-datepicker-div.ui-datepicker
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-active,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: var(--color-content-primary);
  color: #fff;
  border: 0;
}
#ui-datepicker-div.ui-datepicker
  .ui-datepicker-calendar
  .ui-datepicker-other-month,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.3;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
  content: "\f053" !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next::before {
  content: "\f053" !important;
}

.frm_style_hfh.with_frm_style .ui-datepicker-title > select {
  background-color: rgb(29, 34, 40) !important;
}

.frm-datepicker .ui-datepicker-calendar thead {
  color: rgb(246, 250, 255);
  background-color: rgb(29, 34, 40);
}

.mb-footer {
  position: relative;
  color: var(--color-footer-text);
  background:
    radial-gradient(
      780px 320px at 12% 0%,
      rgba(40, 98, 173, 0.34),
      rgba(40, 98, 173, 0) 68%
    ),
    linear-gradient(90deg, var(--color-footer-bg-alt), var(--color-footer-bg));
}
.mb-footer .l-section-h {
  padding-top: clamp(2.4rem, 3.2vw, 3.6rem);
  padding-bottom: clamp(1.2rem, 2vw, 1.75rem);
}
.mb-footer .mb-footer-heading {
  margin: 0 0 0.85rem;
  color: var(--color-footer-heading);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.mb-footer a {
  color: var(--color-footer-text) !important;
  transition: color 0.2s ease;
}
.mb-footer a:hover,
.mb-footer a:focus-visible {
  color: var(--color-footer-link-hover);
}
.mb-footer .mb-footer-logo img {
  width: min(230px, 100%);
  height: auto;
}
.mb-footer .mb-footer-eu img {
  width: 108px;
  height: auto;
  margin-bottom: 0.85rem;
}
.mb-footer .mb-footer-divider {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.mb-footer .mb-footer-bottom {
  padding-top: 1rem;
  text-align: center;
  color: #f4f6f9;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .mb-footer .mb-footer-col {
    margin-bottom: 1.35rem;
  }
  .mb-footer .mb-footer-bottom {
    text-align: left;
    font-size: 0.9rem;
  }
}

.l-section.noisy-left {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      900px 650px at 0% 100%,
      var(--mb-color-overlay),
      rgba(0, 73, 166, 0) 65%
    ),
    var(--color-content-bg);
}
.l-section.noisy-left::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 2px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      rgba(0, 0, 0, 0) 1px 4px
    );
  background-size:
    220px 220px,
    180px 180px,
    160px 160px;
  transform: rotate(-8deg);
}

.l-section.noisy-left-inner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      900px 650px at 18% 84%,
      var(--mb-color-overlay),
      rgba(0, 73, 166, 0) 65%
    ),
    var(--color-content-bg);
}
.l-section.noisy-left-inner::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 2px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      rgba(0, 0, 0, 0) 1px 4px
    );
  background-size:
    220px 220px,
    180px 180px,
    160px 160px;
  transform: rotate(-8deg);
}

.l-section.noisy-right {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      900px 650px at 100% 100%,
      var(--mb-color-overlay),
      rgba(0, 73, 166, 0) 65%
    ),
    var(--color-content-bg);
}
.l-section.noisy-right::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 2px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      rgba(0, 0, 0, 0) 1px 4px
    );
  background-size:
    220px 220px,
    180px 180px,
    160px 160px;
  transform: rotate(-8deg);
}

.l-section.noisy-right-inner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      900px 650px at 82% 84%,
      var(--mb-color-overlay),
      rgba(0, 73, 166, 0) 65%
    ),
    var(--color-content-bg);
}
.l-section.noisy-right-inner::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 2px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.06) 0 1px,
      rgba(0, 0, 0, 0) 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      rgba(0, 0, 0, 0) 1px 4px
    );
  background-size:
    220px 220px,
    180px 180px,
    160px 160px;
  transform: rotate(-8deg);
}

.mb-home {
  color: var(--color-content-heading);
}
.mb-home .mb-section-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}
.mb-home .mb-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.mb-home .mb-kpi-grid > * {
  background: rgba(255, 255, 255, 0.02);
  padding: 1.1rem 1rem;
}
.mb-home .mb-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mb-home .mb-logo-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}
.mb-home .mb-logo-wall > * {
  aspect-ratio: 1/1;
  border-radius: var(--mb-radius-sm);
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1024px) {
  .mb-home .mb-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mb-home .mb-logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .mb-home .mb-services-grid,
  .mb-home .mb-kpi-grid {
    grid-template-columns: 1fr;
  }
  .mb-home .mb-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.mb-hfh-home {
  --hfh-shell: 1540px;
  --hfh-bg-dark: var(--color-content-bg);
  --hfh-bg-mid: #292929;
  --hfh-bg-light: #f1f5fa;
  --hfh-text: #fdfeff;
  --hfh-text-muted: var(--color-content-text);
  --hfh-line: rgba(255, 255, 255, 0.52);
  --hfh-line-dark: rgba(37, 37, 39, 0.3);
  --hfh-card-gap: 0;
  position: relative;
  color: var(--hfh-text);
  background: var(--hfh-bg-dark);
  overflow: clip;
}
.mb-hfh-home *,
.mb-hfh-home *::before,
.mb-hfh-home *::after {
  box-sizing: border-box;
}
.mb-hfh-home .mb-shell {
  width: min(var(--hfh-shell), 100% - 2rem);
  margin-inline: auto;
}
.mb-hfh-home .mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 51px;
  padding: 0.88rem 1.5rem;
  border-radius: 999px;
  font-family: var(--font-h1, "Syne", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.22s ease;
}
.mb-hfh-home .mb-btn:focus-visible {
  outline: 2px solid var(--color-content-primary);
  outline-offset: 2px;
}
.mb-hfh-home .mb-btn--primary {
  background: var(--color-content-primary);
  color: #fdfeff;
}
.mb-hfh-home .mb-btn--primary:hover,
.mb-hfh-home .mb-btn--primary:focus-visible {
  background: color-mix(in srgb, var(--color-content-primary) 84%, #ffffff);
  color: #ffffff;
}
.mb-hfh-home .mb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.92);
  color: #ffffff;
}
.mb-hfh-home .mb-btn--ghost:hover,
.mb-hfh-home .mb-btn--ghost:focus-visible {
  border-color: var(--color-content-primary);
  color: var(--color-content-primary);
}
.mb-hfh-home .mb-btn--ghost-dark {
  border-color: rgba(37, 37, 39, 0.95);
  color: #252527;
}
.mb-hfh-home .mb-btn--ghost-dark:hover,
.mb-hfh-home .mb-btn--ghost-dark:focus-visible {
  border-color: var(--color-content-primary);
  color: var(--color-content-primary);
}
.mb-hfh-home .mb-btn--line {
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
  min-height: 44px;
  padding: 0.7rem 1.05rem;
  font-size: 0.95rem;
}
.mb-hfh-home .mb-btn--line:hover,
.mb-hfh-home .mb-btn--line:focus-visible {
  border-color: var(--color-content-primary);
  color: var(--color-content-primary);
}
.mb-hfh-home .mb-hfh-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 121px;
  border-bottom: 1px solid var(--hfh-line);
  gap: 1.1rem;
}
.mb-hfh-home .mb-hfh-brand {
  width: 141px;
  height: 57px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-hfh-home .mb-hfh-menu {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2vw, 2.8rem);
}
.mb-hfh-home .mb-hfh-menu a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}
.mb-hfh-home .mb-hfh-menu a:hover,
.mb-hfh-home .mb-hfh-menu a:focus-visible {
  color: var(--color-content-primary);
}
.mb-hfh-home .mb-hfh-nav-cta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.mb-hfh-home .mb-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.mb-hfh-home .mb-lang-switch img {
  width: 24px;
  height: 25px;
}
.mb-hfh-home .mb-lang-switch-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mb-hfh-home .mb-lang-switch-icon img {
  width: 24px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-hfh-home .mb-hfh-hero {
  position: relative;
  min-height: 1082px;
  padding-top: 6.25rem;
}
.mb-hfh-home .mb-hfh-hero::before {
  content: "";
  position: absolute;
  inset: 596px 0 auto;
  height: 607px;
  background:
    linear-gradient(0deg, rgba(41, 41, 41, 0.5), rgba(41, 41, 41, 0.5)),
    radial-gradient(
      800px 320px at 65% 20%,
      rgba(40, 98, 173, 0.34),
      rgba(40, 98, 173, 0) 68%
    ),
    #1e1e1f;
  z-index: 0;
}
.mb-hfh-home .mb-hfh-hero .mb-shell {
  position: relative;
  z-index: 1;
}
.mb-hfh-home .mb-hfh-hero h1 {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.97;
  font-size: clamp(2.6rem, 7.5vw, 8.12rem);
  letter-spacing: 0;
}
.mb-hfh-home .mb-hfh-hero h1 span {
  display: block;
}
.mb-hfh-home .mb-hfh-hero h1 span:last-child {
  margin-left: clamp(2rem, 18vw, 19.2rem);
}
.mb-hfh-home .mb-hfh-hero p {
  margin: clamp(1rem, 2.4vw, 1.4rem) 0 0;
  width: min(100%, 705px);
  margin-left: clamp(0rem, 18vw, 19.2rem);
  color: #ffffff;
  font-size: clamp(1rem, 1.45vw, 1.351rem);
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-hero__actions {
  position: absolute;
  top: clamp(17rem, 31vw, 31.5rem);
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.mb-hfh-home .mb-hfh-stats {
  position: relative;
  padding: 7.5rem 0 8rem;
}
.mb-hfh-home .mb-hfh-stats__head {
  display: grid;
  grid-template-columns: 650px 396px 396px;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
  margin-bottom: 2.2rem;
}
.mb-hfh-home .mb-hfh-stats__head h2 {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.97;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
  max-width: 650px;
}
.mb-hfh-home .mb-hfh-stats__head p {
  margin: 0;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.mb-hfh-home .mb-hfh-kpi-grid {
  border-top: 1px solid var(--hfh-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mb-hfh-home .mb-hfh-kpi-grid article {
  padding-top: 1.45rem;
  min-height: 170px;
}
.mb-hfh-home .mb-hfh-kpi-grid article:not(:first-child) {
  border-left: 0.5px solid var(--color-content-border);
  padding-left: 2.2rem;
}
.mb-hfh-home .mb-hfh-kpi-grid strong {
  display: block;
  margin-bottom: 0.72rem;
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  line-height: 0.97;
  font-weight: 700;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-kpi-grid span {
  display: block;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-services {
  padding: 8.5rem 0 8.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  position: relative;
}
.mb-hfh-home .mb-hfh-services .mb-hfh-services__head {
  display: grid;
  grid-template-columns: 230px 650px 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--hfh-line);
}
.mb-hfh-home .mb-hfh-services .mb-hfh-services__head h2 {
  margin: 3.8rem 0 0;
  line-height: 0.97;
  text-transform: uppercase;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
}
.mb-hfh-home .mb-hfh-services .mb-hfh-services__head p {
  margin: 3.5rem 0 0;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mb-hfh-home .mb-hfh-service-card {
  --service-divider-line: 0.5px solid var(--color-content-border);
  --service-divider-gap: 1.1rem;
  --service-divider-inset-y: 2.1rem;
  position: relative;
  padding: 2.8rem 1rem 2rem;
}
.mb-hfh-home .mb-hfh-service-card:nth-child(odd) {
  padding-right: 2.4rem;
}
.mb-hfh-home .mb-hfh-service-card:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: calc(var(--columns-gap, 3rem) / -2);
  top: var(--service-divider-inset-y);
  bottom: var(--service-divider-inset-y);
  border-right: var(--service-divider-line);
}
.mb-hfh-home .mb-hfh-service-card:nth-child(even) {
  padding-left: 2.4rem;
}
.mb-hfh-home .mb-hfh-service-card:nth-child(n + 3)::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: var(--service-divider-line);
}
.mb-hfh-home .mb-hfh-service-card:nth-child(n + 3):nth-child(odd)::before {
  left: 0;
  right: calc(var(--columns-gap, 3rem) / 2 + var(--service-divider-gap));
}
.mb-hfh-home .mb-hfh-service-card:nth-child(n + 3):nth-child(even)::before {
  left: calc(var(--columns-gap, 3rem) / 2 + var(--service-divider-gap));
  right: 0;
}
.mb-hfh-home .mb-hfh-service-card h3 {
  margin: 1.2rem 0 0.55rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 0.97;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-service-card p {
  margin: 0;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 674px;
}
.mb-hfh-home .mb-hfh-service-card__icon {
  width: auto;
  height: 63px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-hfh-home .mb-hfh-about {
  padding: 8.75rem 0 8rem;
  display: grid;
  grid-template-columns: minmax(0, 832px) minmax(0, 630px);
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}
.mb-hfh-home .mb-hfh-about__content h2 {
  margin: 0;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
  line-height: 0.97;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-about__content p {
  margin: 1rem 0 0;
  max-width: 638px;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-about__actions {
  margin-top: 2.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.mb-hfh-home .mb-hfh-about__kpi {
  margin-top: 2.4rem;
  border-top: 1px solid var(--hfh-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mb-hfh-home .mb-hfh-about__kpi article {
  min-height: 158px;
  padding-top: 0.68rem;
}
.mb-hfh-home .mb-hfh-about__kpi article:not(:first-child) {
  border-left: 1px solid var(--hfh-line);
  padding-left: 2rem;
}
.mb-hfh-home .mb-hfh-about__kpi strong {
  display: block;
  margin: 0;
  font-size: clamp(2.4rem, 3.7vw, 4rem);
  line-height: 0.97;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-about__kpi span {
  display: block;
  margin-top: 0.5rem;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-about__image img {
  display: block;
  width: 100%;
  aspect-ratio: 630/562;
  -o-object-fit: cover;
  object-fit: cover;
}
.mb-hfh-home .mb-hfh-cta {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(90deg, #1d2228 40.865%, #173a69 100%);
}
.mb-hfh-home .mb-hfh-cta .mb-shell {
  display: grid;
  grid-template-columns: minmax(0, 868px) minmax(0, 640px);
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
.mb-hfh-home .mb-hfh-cta .mb-shell .mb-btn {
  grid-column: 1;
  justify-self: start;
}
.mb-hfh-home .mb-hfh-cta h2 {
  margin: 1.2rem 0 0;
  grid-column: 1;
  font-size: clamp(2.8rem, 5.6vw, 6rem);
  line-height: 0.97;
  text-transform: uppercase;
  max-width: 868px;
}
.mb-hfh-home .mb-hfh-cta p {
  margin: 5.3rem 0 0;
  grid-column: 2;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-cta::before {
  content: "";
  position: absolute;
  left: calc((100% - min(var(--hfh-shell), 100% - 2rem)) / 2);
  top: 4.9rem;
  width: 0;
  height: 321px;
  border-left: 1px solid var(--hfh-line);
}
.mb-hfh-home .mb-hfh-reasons {
  padding: 4.1rem 0 4.2rem;
}
.mb-hfh-home .mb-hfh-reasons__head {
  display: grid;
  grid-template-columns: 572px 799px;
  justify-content: space-between;
  gap: 1rem;
}
.mb-hfh-home .mb-hfh-reasons__head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
  line-height: 0.97;
}
.mb-hfh-home .mb-hfh-reasons__head p {
  margin: 0;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-reasons__grid {
  margin-top: 2rem;
  border-top: 1px solid var(--hfh-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mb-hfh-home .mb-hfh-reasons__grid article {
  min-height: 235px;
  padding: 1.6rem 1.75rem 1.1rem 0;
}
.mb-hfh-home .mb-hfh-reasons__grid article:not(:first-child) {
  border-left: 1px solid var(--hfh-line);
  padding-left: 1.6rem;
}
.mb-hfh-home .mb-hfh-reasons__grid img {
  height: 52px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-hfh-home .mb-hfh-reasons__grid h3 {
  margin: 1.1rem 0 0.45rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  max-width: 421px;
}
.mb-hfh-home .mb-hfh-reasons__grid p {
  margin: 0;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-clients {
  position: relative;
  padding: 10.45rem 0 8rem;
}
.mb-hfh-home .mb-hfh-clients::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.mb-hfh-home .mb-hfh-clients .mb-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 480px 1fr;
  justify-content: space-between;
  gap: 2rem;
  align-items: start;
}
.mb-hfh-home .mb-hfh-clients h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
  line-height: 0.97;
}
.mb-hfh-home .mb-hfh-clients p {
  margin: 1rem 0 0;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-clients__logos {
  margin-top: 0.05rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 146px));
  gap: clamp(0.85rem, 1.1vw, 1.6rem);
  justify-content: end;
}
.mb-hfh-home .mb-hfh-clients__logos span {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}
.mb-hfh-home .mb-hfh-news {
  background: var(--hfh-bg-light);
  color: #252527;
  padding: 13.2rem 0 11.45rem;
}
.mb-hfh-home .mb-hfh-news__head {
  display: grid;
  grid-template-columns: 235px 1fr 799px;
  align-items: start;
  gap: 1rem;
  border-bottom: 1px solid var(--hfh-line-dark);
  padding-bottom: 1.85rem;
}
.mb-hfh-home .mb-hfh-news__head h2 {
  margin: 3.95rem 0 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
  line-height: 0.97;
}
.mb-hfh-home .mb-hfh-news__head p {
  margin: 2.2rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.mb-hfh-home .mb-hfh-news__grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 464px));
  justify-content: space-between;
  gap: 1rem;
}
.mb-hfh-home .mb-hfh-news__grid article img {
  width: 100%;
  aspect-ratio: 464/306;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.mb-hfh-home .mb-hfh-news__grid article h3 {
  margin: 1.55rem 0 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 0.97;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-news__grid article p {
  margin: 0.95rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  max-width: 464px;
}
.mb-hfh-home .mb-hfh-news__grid article a {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--color-content-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.mb-hfh-home .mb-hfh-news__grid article a::after {
  content: "";
  width: 13px;
  height: 12px;
  background: url("https://www.figma.com/api/mcp/asset/e16889ac-e8ba-4e19-82a8-ce58ecea5638")
    center/contain no-repeat;
}
.mb-hfh-home .mb-hfh-contact {
  display: grid;
  grid-template-columns: minmax(0, 630px) minmax(0, 677px);
  justify-content: space-between;
  gap: 2rem;
  padding: 9.9rem 0 7rem;
}
.mb-hfh-home .mb-hfh-contact__left h2 {
  margin: 0;
  font-size: clamp(2rem, 2.6vw, 2.8125rem);
  line-height: 0.97;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-contact__left p {
  margin: 1rem 0 3.2rem;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 480px;
}
.mb-hfh-home .mb-hfh-contact__left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hfh-line);
  border-bottom: 1px solid var(--hfh-line);
}
.mb-hfh-home .mb-hfh-contact__left ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 64px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
.mb-hfh-home .mb-hfh-contact__left ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.mb-hfh-home .mb-hfh-contact__left ul img {
  width: 22px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-hfh-home .mb-hfh-contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
  row-gap: 0.95rem;
  align-content: start;
}
.mb-hfh-home .mb-hfh-contact__form .mb-field {
  display: grid;
  gap: 0.55rem;
}
.mb-hfh-home .mb-hfh-contact__form .mb-field label {
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.264;
  letter-spacing: 0.03em;
}
.mb-hfh-home .mb-hfh-contact__form .mb-field input,
.mb-hfh-home .mb-hfh-contact__form .mb-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--hfh-line);
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 2.45rem;
  padding: 0.4rem 0;
}
.mb-hfh-home .mb-hfh-contact__form .mb-field input:focus,
.mb-hfh-home .mb-hfh-contact__form .mb-field textarea:focus {
  outline: none;
  border-bottom-color: var(--color-content-primary);
}
.mb-hfh-home .mb-hfh-contact__form .mb-field textarea {
  min-height: 7rem;
  resize: vertical;
}
.mb-hfh-home .mb-hfh-contact__form .mb-field--full {
  grid-column: 1/-1;
}
.mb-hfh-home .mb-hfh-contact__form .mb-consent {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0.85rem;
  align-items: start;
  margin-top: 0.1rem;
}
.mb-hfh-home .mb-hfh-contact__form .mb-consent input {
  margin: 0.25rem 0 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
}
.mb-hfh-home .mb-hfh-contact__form .mb-consent span {
  color: var(--hfh-text-muted);
  font-size: 0.8125rem;
  line-height: 1.264;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.mb-hfh-home .mb-hfh-contact__form .mb-btn {
  justify-self: end;
  margin-top: 0.2rem;
  min-width: 147px;
}
.mb-hfh-home .mb-hfh-footer {
  position: relative;
  background: #292929;
  padding: 5.15rem 0 2.25rem;
}
.mb-hfh-home .mb-hfh-footer::before {
  content: "";
  position: absolute;
  width: 685px;
  height: 615px;
  left: -139px;
  top: 246px;
  background: url("https://www.figma.com/api/mcp/asset/46de322d-3983-4b18-82ee-a7f1de5844d4")
    center/contain no-repeat;
  pointer-events: none;
}
.mb-hfh-home .mb-hfh-footer__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 271px 311px 311px 287px;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid var(--hfh-line);
  padding-bottom: 1.2rem;
}
.mb-hfh-home .mb-hfh-footer__top h3 {
  margin: 0 0 1.6rem;
  font-size: 1.25rem;
  line-height: 0.865;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.mb-hfh-home .mb-hfh-footer__top p {
  margin: 0;
  color: #fdfeff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
.mb-hfh-home .mb-hfh-footer__logo {
  width: 271px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mb-hfh-home .mb-hfh-footer__eu img {
  width: 107px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1.1rem;
}
.mb-hfh-home .mb-hfh-footer__eu p {
  font-size: 0.625rem;
  line-height: 1.8;
  max-width: 287px;
}
.mb-hfh-home .mb-hfh-footer__copy {
  position: relative;
  z-index: 1;
  margin: 2.55rem auto 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  color: #fdfeff;
  max-width: 546px;
}

@media (max-width: 1280px) {
  .mb-hfh-home .mb-hfh-nav {
    min-height: 94px;
  }
  .mb-hfh-home .mb-hfh-menu {
    gap: 1.25rem;
  }
  .mb-hfh-home .mb-hfh-hero {
    min-height: auto;
    padding-bottom: 6rem;
  }
  .mb-hfh-home .mb-hfh-hero p {
    margin-left: 0;
  }
  .mb-hfh-home .mb-hfh-hero__actions {
    position: static;
    margin-top: 1.4rem;
    justify-content: flex-start;
  }
  .mb-hfh-home .mb-hfh-stats__head,
  .mb-hfh-home .mb-hfh-services .mb-hfh-services__head,
  .mb-hfh-home .mb-hfh-reasons__head,
  .mb-hfh-home .mb-hfh-news__head,
  .mb-hfh-home .mb-hfh-news__grid,
  .mb-hfh-home .mb-hfh-contact,
  .mb-hfh-home .mb-hfh-about,
  .mb-hfh-home .mb-hfh-cta .mb-shell,
  .mb-hfh-home .mb-hfh-clients .mb-shell {
    grid-template-columns: 1fr;
  }
  .mb-hfh-home .mb-hfh-stats__head,
  .mb-hfh-home .mb-hfh-services .mb-hfh-services__head,
  .mb-hfh-home .mb-hfh-reasons__head,
  .mb-hfh-home .mb-hfh-news__head,
  .mb-hfh-home .mb-hfh-news__grid,
  .mb-hfh-home .mb-hfh-contact,
  .mb-hfh-home .mb-hfh-about,
  .mb-hfh-home .mb-hfh-clients .mb-shell {
    gap: 1.25rem;
  }
  .mb-hfh-home .mb-hfh-services .mb-hfh-services__head h2,
  .mb-hfh-home .mb-hfh-services .mb-hfh-services__head p,
  .mb-hfh-home .mb-hfh-news__head h2,
  .mb-hfh-home .mb-hfh-news__head p,
  .mb-hfh-home .mb-hfh-cta h2,
  .mb-hfh-home .mb-hfh-cta p {
    margin-top: 0;
    max-width: none;
  }
  .mb-hfh-home .mb-hfh-cta::before {
    display: none;
  }
  .mb-hfh-home .mb-hfh-cta h2,
  .mb-hfh-home .mb-hfh-cta p,
  .mb-hfh-home .mb-hfh-cta .mb-shell .mb-btn {
    grid-column: auto;
  }
  .mb-hfh-home .mb-hfh-cta p {
    margin-top: 0;
  }
  .mb-hfh-home .mb-hfh-service-card:nth-child(odd),
  .mb-hfh-home .mb-hfh-service-card:nth-child(even) {
    padding-inline: 0;
  }
  .mb-hfh-home .mb-hfh-about__kpi {
    grid-template-columns: 1fr;
  }
  .mb-hfh-home .mb-hfh-about__kpi article {
    min-height: auto;
    padding: 0.8rem 0;
  }
  .mb-hfh-home .mb-hfh-about__kpi article:not(:first-child) {
    border-left: 0;
    border-top: 1px solid var(--hfh-line);
    padding-left: 0;
  }
  .mb-hfh-home .mb-hfh-clients__logos {
    justify-content: start;
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
  .mb-hfh-home .mb-hfh-footer__top {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .mb-hfh-home .mb-shell {
    width: min(var(--hfh-shell), 100% - 1.5rem);
  }
  .mb-hfh-home .mb-hfh-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
  }
  .mb-hfh-home .mb-hfh-menu {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .mb-hfh-home .mb-hfh-kpi-grid,
  .mb-hfh-home .mb-hfh-reasons__grid,
  .mb-hfh-home .mb-hfh-service-grid {
    grid-template-columns: 1fr;
  }
  .mb-hfh-home .mb-hfh-kpi-grid article,
  .mb-hfh-home .mb-hfh-reasons__grid article,
  .mb-hfh-home .mb-hfh-service-card {
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mb-hfh-home .mb-hfh-kpi-grid article::before,
  .mb-hfh-home .mb-hfh-kpi-grid article::after,
  .mb-hfh-home .mb-hfh-reasons__grid article::before,
  .mb-hfh-home .mb-hfh-reasons__grid article::after,
  .mb-hfh-home .mb-hfh-service-card::before,
  .mb-hfh-home .mb-hfh-service-card::after {
    display: none !important;
  }
  .mb-hfh-home .mb-hfh-clients__logos {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
  .mb-hfh-home .mb-hfh-contact__form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .mb-hfh-home .mb-btn {
    min-height: 46px;
    font-size: 0.89rem;
    padding: 0.75rem 1.08rem;
  }
  .mb-hfh-home .mb-hfh-hero {
    padding-top: 2.5rem;
  }
  .mb-hfh-home .mb-hfh-hero h1 span:last-child {
    margin-left: 0;
  }
  .mb-hfh-home .mb-hfh-hero::before {
    top: 390px;
    height: 360px;
  }
  .mb-hfh-home .mb-hfh-contact__left ul li {
    font-size: 1rem;
  }
  .mb-hfh-home .mb-hfh-news {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .mb-hfh-home .mb-hfh-clients,
  .mb-hfh-home .mb-hfh-services,
  .mb-hfh-home .mb-hfh-about,
  .mb-hfh-home .mb-hfh-stats,
  .mb-hfh-home .mb-hfh-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.wpb_column ul {
  margin: 1.1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}
.wpb_column ul li {
  position: relative;
  padding-left: 2.05rem;
  color: var(--hfh-text-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.wpb_column ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  left: 0;
  top: 0.2rem;
  background: url("assets/hacken.svg") center/contain no-repeat;
}

.hfh1 h1 {
  font-size: clamp(1.6rem, 8.1vw - var(--padding-inline) / 8, 6rem);
  font-weight: 700;
  line-height: 0.97;
  text-transform: uppercase;
}
.hfh1 h1 span.h1-last {
  text-align: right !important;
  width: 100%;
  display: inline-block;
}

.hfh2 h2 {
  font-size: clamp(1.6rem, 10vw, 5rem);
  line-height: 0.97 !important;
  margin-top: 0.5rem;
}

.l-subheader.at_middle .l-subheader-h {
  border-bottom: 0.5px solid var(--color-alt-content-border);
}

.w-btn {
  white-space: nowrap;
}

.kpi-inner-row > .vc_column_container {
  position: relative;
}

.kpi-inner-row > .vc_column_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  border-left: 0.5px solid var(--color-content-border);
  pointer-events: none;
}

.kpi-inner-row > .vc_column_container:first-child::before {
  left: -24px;
  display: none;
}

.kpi-inner-row .w-counter {
  margin-bottom: 30%;
}

@media screen and (max-width: 600px) {
  .kpi-inner-row .w-counter:not(.has_font_size) .w-counter-value {
    font-size: 3.5rem;
  }
}

.services-six-row {
  --service-line: 0.5px solid var(--color-content-border);
  --service-gap-center: 1.1rem;
  --service-vline-inset: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: var(--columns-gap, 3rem);
  column-gap: var(--columns-gap, 3rem);
}
.services-six-row > .vc_column_container {
  position: relative;
  padding: 2.8rem 1rem 0;
}
@media screen and (min-width: 1025px) {
  .services-six-row > .vc_column_container:nth-child(odd) {
    padding-right: 2.4rem;
  }

  .services-six-row > .vc_column_container:nth-child(even) {
    padding-left: 2.4rem;
  }
}

.services-six-row > .vc_column_container:nth-child(even)::after {
  content: "";
  position: absolute;
  left: calc(var(--columns-gap, 3rem) / -2);
  top: var(--service-vline-inset);
  bottom: var(--service-vline-inset);
  border-left: var(--service-line);
  pointer-events: none;
}
.services-six-row > .vc_column_container:nth-child(n + 3)::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: var(--service-line);
  pointer-events: none;
}
.services-six-row
  > .vc_column_container:nth-child(n + 3):nth-child(odd)::before,
.services-six-row
  > .vc_column_container:nth-child(n + 3):nth-child(even)::before {
  top: calc(var(--columns-gap) / -2);
}
.services-six-row
  > .vc_column_container:nth-child(n + 3):nth-child(odd)::before {
  left: 0;
  right: calc(var(--columns-gap) / -2);
}
.services-six-row
  > .vc_column_container:nth-child(n + 3):nth-child(even)::before {
  left: calc(var(--columns-gap) / -2);
  right: 0;
}
.services-six-row ul {
  margin: 2.1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}
.services-six-row li {
  position: relative;
  padding-left: 2.05rem;
}
.services-six-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 18px;
  height: 16px;
  transform: rotate(5.21deg);
  background: url("assets/hacken.svg") center/contain no-repeat;
}

@media (min-width: 601px) {
  .services-six-row li:last-child {
    max-width: calc(100% - 170px) !important;
  }

  .services-six-row .w-btn.us-btn-style_2 {
    margin-top: -3.3em;
  }
}

.services-six-row .w-btn.us-btn-style_2 {
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .services-six-row {
    grid-template-columns: 1fr;
  }
  .services-six-row > .vc_column_container {
    padding-left: 0;
    padding-right: 0;
  }
  .services-six-row > .vc_column_container::before,
  .services-six-row > .vc_column_container::after {
    display: none !important;
  }
  .services-six-row > .vc_column_container + .vc_column_container {
    border-top: var(--service-line);
  }
}
.w-iconbox.iconpos_top.icontype_img {
  margin-top: 1rem !important;
}
.w-iconbox.iconpos_top.icontype_img .w-iconbox-icon {
  min-height: 75px !important;
}

.l-body .w-separator.width_50 {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.hfh-three-row {
  --service-line: 0.5px solid var(--color-content-border);
  --service-vline-inset: 0;
  --service-columns-gap: var(--columns-gap, 3rem);
  --service-row-gap: var(--columns-gap, 2rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--service-columns-gap);
  row-gap: var(--service-row-gap);
}

.hfh-three-row > .vc_column_container {
  position: relative;
}

/* Desktop: Innenabstände je nach Spalte */

@media screen and (min-width: 1025px) {
  .hfh-three-row > .vc_column_container:nth-child(3n + 1) {
    padding-right: 2.4rem;
  }

  .hfh-three-row > .vc_column_container:nth-child(3n + 2) {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .hfh-three-row > .vc_column_container:nth-child(3n) {
    padding-left: 2.4rem;
  }
}

/* Desktop: vertikale Linien zwischen den 3 Spalten */

@media screen and (min-width: 1025px) {
  .hfh-three-row > .vc_column_container:nth-child(3n + 2)::after,
  .hfh-three-row > .vc_column_container:nth-child(3n)::after {
    content: "";
    position: absolute;
    left: calc(var(--service-columns-gap) / -2);
    top: 0;
    bottom: 0;
    border-left: var(--service-line);
    pointer-events: none;
  }
}

/* Desktop: horizontale Linien ab der zweiten Reihe */

@media screen and (min-width: 1025px) {
  .hfh-three-row > .vc_column_container:nth-child(n + 4)::before {
    content: "";
    position: absolute;
    top: calc(var(--service-row-gap) / -2);
    border-top: var(--service-line);
    pointer-events: none;
  }

  .hfh-three-row
    > .vc_column_container:nth-child(n + 4):nth-child(3n + 1)::before {
    left: 0;
    right: calc(var(--service-columns-gap) / -2);
  }

  .hfh-three-row
    > .vc_column_container:nth-child(n + 4):nth-child(3n + 2)::before {
    left: calc(var(--service-columns-gap) / -2);
    right: calc(var(--service-columns-gap) / -2);
  }

  .hfh-three-row > .vc_column_container:nth-child(n + 4):nth-child(3n)::before {
    left: calc(var(--service-columns-gap) / -2);
    right: 0;
  }
}

/* Listen */

.hfh-three-row ul {
  margin: 2.1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.hfh-three-row li {
  position: relative;
  padding-left: 2.05rem;
}

.hfh-three-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 18px;
  height: 16px;
  transform: rotate(5.21deg);
  background: url("assets/hacken.svg") center/contain no-repeat;
}

/* Button-Logik */

@media (min-width: 601px) {
  .hfh-three-row li:last-child {
    max-width: calc(100% - 170px) !important;
  }

  .hfh-three-row .w-btn.us-btn-style_2 {
    margin-top: -3.3em;
  }
}

.hfh-three-row .w-btn.us-btn-style_2 {
  margin-bottom: 1.5rem;
}

/* Tablet/Mobile: eine Spalte, nur horizontale Linien */

@media (max-width: 1024px) {
  .hfh-three-row {
    grid-template-columns: 1fr;

    row-gap: 0;
  }

  .hfh-three-row > .vc_column_container {
    padding-left: 0;

    padding-right: 0;

    padding-top: 1.5rem;
  }

  .hfh-three-row > .vc_column_container::before,
  .hfh-three-row > .vc_column_container::after {
    display: none !important;
  }

  .hfh-three-row > .vc_column_container + .vc_column_container {
    border-top: var(--service-line);
  }
}

.hfh-four-row {
  --service-line: 0.5px solid var(--color-content-border);
  --service-vline-inset: 0;
  --service-columns-gap: var(--columns-gap, 3rem);
  --service-row-gap: var(--columns-gap, 2rem);

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--service-columns-gap);
  row-gap: var(--service-row-gap);
}

.hfh-four-row > .vc_column_container {
  position: relative;
}

/* Desktop: 4 Spalten */
@media screen and (min-width: 1201px) {
  .hfh-four-row > .vc_column_container:nth-child(4n + 1) {
    padding-right: 2.4rem;
  }

  .hfh-four-row > .vc_column_container:nth-child(4n + 2),
  .hfh-four-row > .vc_column_container:nth-child(4n + 3) {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .hfh-four-row > .vc_column_container:nth-child(4n) {
    padding-left: 2.4rem;
  }
}

/* Desktop: vertikale Linien zwischen den 4 Spalten */
@media screen and (min-width: 1201px) {
  .hfh-four-row > .vc_column_container:nth-child(4n + 2)::after,
  .hfh-four-row > .vc_column_container:nth-child(4n + 3)::after,
  .hfh-four-row > .vc_column_container:nth-child(4n)::after {
    content: "";
    position: absolute;
    left: calc(var(--service-columns-gap) / -2);
    top: 0;
    bottom: 0;
    border-left: var(--service-line);
    pointer-events: none;
  }
}

/* Desktop: horizontale Linien ab der zweiten Reihe */
@media screen and (min-width: 1201px) {
  .hfh-four-row > .vc_column_container:nth-child(n + 5)::before {
    content: "";
    position: absolute;
    top: calc(var(--service-row-gap) / -2);
    border-top: var(--service-line);
    pointer-events: none;
  }

  .hfh-four-row
    > .vc_column_container:nth-child(n + 5):nth-child(4n + 1)::before {
    left: 0;
    right: calc(var(--service-columns-gap) / -2);
  }

  .hfh-four-row
    > .vc_column_container:nth-child(n + 5):nth-child(4n + 2)::before,
  .hfh-four-row
    > .vc_column_container:nth-child(n + 5):nth-child(4n + 3)::before {
    left: calc(var(--service-columns-gap) / -2);
    right: calc(var(--service-columns-gap) / -2);
  }

  .hfh-four-row > .vc_column_container:nth-child(n + 5):nth-child(4n)::before {
    left: calc(var(--service-columns-gap) / -2);
    right: 0;
  }
}

/* Tablet: 2 Spalten */
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .hfh-four-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hfh-four-row > .vc_column_container:nth-child(odd) {
    padding-left: 0;
    padding-right: 2.4rem;
  }

  .hfh-four-row > .vc_column_container:nth-child(even) {
    padding-left: 2.4rem;
    padding-right: 0;
  }
}

/* Tablet: vertikale Linie nur zwischen den zwei Spalten */
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .hfh-four-row > .vc_column_container:nth-child(even)::after {
    content: "";
    position: absolute;
    left: calc(var(--service-columns-gap) / -2);
    top: 0;
    bottom: 0;
    border-left: var(--service-line);
    pointer-events: none;
  }
}

/* Tablet: horizontale Linien ab der zweiten Reihe */
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .hfh-four-row > .vc_column_container:nth-child(n + 3)::before {
    content: "";
    position: absolute;
    top: calc(var(--service-row-gap) / -2);
    border-top: var(--service-line);
    pointer-events: none;
  }

  .hfh-four-row
    > .vc_column_container:nth-child(n + 3):nth-child(odd)::before {
    left: 0;
    right: calc(var(--service-columns-gap) / -2);
  }

  .hfh-four-row
    > .vc_column_container:nth-child(n + 3):nth-child(even)::before {
    left: calc(var(--service-columns-gap) / -2);
    right: 0;
  }
}

/* Listen */
.hfh-four-row ul {
  margin: 2.1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.hfh-four-row li {
  position: relative;
  padding-left: 2.05rem;
}

.hfh-four-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 18px;
  height: 16px;
  transform: rotate(5.21deg);
  background: url("assets/hacken.svg") center/contain no-repeat;
}

/* Button-Logik */
@media (min-width: 601px) {
  .hfh-four-row li:last-child {
    max-width: calc(100% - 170px) !important;
  }

  .hfh-four-row .w-btn.us-btn-style_2 {
    margin-top: -3.3em;
  }
}

.hfh-four-row .w-btn.us-btn-style_2 {
  margin-bottom: 1.5rem;
}

/* Mobile: 1 Spalte, nur horizontale Linien */
@media (max-width: 600px) {
  .hfh-four-row {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .hfh-four-row > .vc_column_container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
  }

  .hfh-four-row > .vc_column_container::before,
  .hfh-four-row > .vc_column_container::after {
    display: none !important;
  }

  .hfh-four-row > .vc_column_container + .vc_column_container {
    border-top: var(--service-line);
  }
}

/* us_person inline layout (left image + right text) */
.w-person {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 470px;
  text-align: left;
  padding: 2rem 1rem;
  margin-left: 0 !important;
}
.w-person:not(:last-of-type) {
  border-bottom: 0.5px solid var(--color-content-border);
  margin-bottom: 1rem;
}
.w-person .w-person-image {
  width: 65px;
  max-width: 65px;
  height: 65px;
  flex: 0 0 65px;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
}
.w-person .w-person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.w-person .w-person-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.w-person .w-person-content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.w-person .w-person-name,
.w-person .w-person-role {
  margin: 0;
}

/* Maschinenliste (Impreza Grid + bestehende Klassen) */
.machine-list {
  --machine-line-head: rgba(255, 255, 255, 0.62);
  --machine-line-row: rgba(255, 255, 255, 0.48);
  --machine-col-gap: clamp(1.25rem, 2.2vw, 2.8rem);
}
.machine-list .machine-list-head,
.machine-list .w-grid-list > article .usg_hwrapper_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) minmax(0, 1fr) minmax(
      0,
      1fr
    );
  -moz-column-gap: var(--machine-col-gap);
  column-gap: var(--machine-col-gap);
  align-items: center;
}
.machine-list .w-grid-list {
  gap: 0 !important;
}
.machine-list .machine-list-head {
  border-bottom: 1px solid var(--machine-line-head);
  padding: 1.1rem 1rem 0.95rem;
}
.machine-list .machine-list-head .w-text {
  margin: 0;
}
.machine-list .machine-list-head [class*="hfh-machine-"] .w-text-value {
  display: block;
  margin: 0;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.machine-list .w-grid-list > article {
  margin: 0;
  border-bottom: 1px solid var(--machine-line-row);
}
.machine-list .w-grid-list > article .w-grid-item-h {
  padding: 0;
}
.machine-list .w-grid-list > article [class*="hfh-machine-"] {
  font-weight: 600 !important;
}
.machine-list .w-grid-list > article .usg_hwrapper_1 {
  padding: 1rem;
}
.machine-list .w-grid-list > article .hfh-machine-space-col {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .machine-list .machine-list-head {
    display: none;
  }
  .machine-list .w-grid-list > article .usg_hwrapper_1 {
    grid-template-columns: 1fr;
    row-gap: 0.48rem;
    padding: 1.05rem 0;
  }
  .machine-list .w-grid-list > article .hfh-machine-title-col,
  .machine-list .w-grid-list > article .hfh-machine-control-col,
  .machine-list .w-grid-list > article .hfh-machine-space-col,
  .machine-list .w-grid-list > article .hfh-machine-spce-col,
  .machine-list .w-grid-list > article .hfh-machine-specials-col {
    display: grid;
    grid-template-columns: minmax(130px, 0.25fr) minmax(0, 1fr);
    gap: 0.45rem 0.75rem;
    align-items: baseline;
  }
  .machine-list .w-grid-list > article .hfh-machine-title-col::before {
    content: "Maschine";
  }
  .machine-list .w-grid-list > article .hfh-machine-control-col::before {
    content: "Steuerung";
  }
  .machine-list .w-grid-list > article .hfh-machine-space-col::before,
  .machine-list .w-grid-list > article .hfh-machine-spce-col::before {
    content: "Bauraum (x/y/z)";
  }
  .machine-list .w-grid-list > article .hfh-machine-specials-col::before {
    content: "Besonderheiten";
  }
  .machine-list .w-grid-list > article .hfh-machine-title-col::before,
  .machine-list .w-grid-list > article .hfh-machine-control-col::before,
  .machine-list .w-grid-list > article .hfh-machine-space-col::before,
  .machine-list .w-grid-list > article .hfh-machine-spce-col::before,
  .machine-list .w-grid-list > article .hfh-machine-specials-col::before {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
  }
}

.machine-list
  .w-grid-list
  > article
  .hfh-machine-space-col
  > [class*="hfh-machine-space"],
.machine-list .w-grid-list > article .hfh-machine-specials-col > * {
  display: inline-block !important;
  margin-right: 0.2em;
}

.machine-list .w-grid-list > article .hfh-machine-space-col,
.machine-list .w-grid-list > article .hfh-machine-specials-col {
  display: block !important;
}

.machine-list .w-grid-list > article .hfh-machine-space-col:before,
.machine-list .w-grid-list > article .hfh-machine-specials-col:before {
  width: 140px !important;
  display: inline-block;
}

.career-jobs-list .w-grid-item-h,
.career-jobs-list .w-grid-item-h * {
  min-width: 0;
}
.career-jobs-list .w-grid[class*="ratio_"] .w-grid-item-h:before {
  content: none !important;
  display: none !important;
}
.career-jobs-list .w-grid-list > article {
  height: 100% !important;
}
.career-jobs-list .w-grid-list {
  align-items: stretch;
}
.career-jobs-list .w-grid-item {
  height: 100% !important;
}
.career-jobs-list .w-grid-item-h {
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
}
.career-jobs-list .usg_vwrapper_1 {
  display: flex !important;
  flex: 1 1 auto;
}
.career-jobs-list .usg_vwrapper_2 {
  display: grid;
  gap: 0.55rem;
}
.career-jobs-list .usg_post_content_1 {
  flex: 1 1 auto;
}
.career-jobs-list .w-post-elm,
.career-jobs-list .w-post-elm.post_title,
.career-jobs-list .w-post-elm.post_content,
.career-jobs-list h2,
.career-jobs-list h3 {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.career-jobs-list .usg_post_taxonomy_1 {
  margin-bottom: 0.15rem;
}
.career-jobs-list .usg_post_title_1 {
  margin-bottom: 0.1rem;
}
.career-jobs-list .usg_post_content_1 {
  margin-bottom: 0;
}
.career-jobs-list .usg_btn_1 {
  margin-top: auto !important;
  align-self: flex-start;
}

.career-steps .w-text,
.career-steps .w-text-value {
  display: block;
}
.career-steps .w-text {
  margin: 0 0 0.6rem;
}
.career-steps .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
}

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