/**
 * ZEGGER Core MegaMenu frontend.
 * All component rules are scoped to .zegger-mm; the prefixed body lock is the
 * only intentional document-level state.
 */

.zegger-mm {
  --zegger-mm-font-family: "Poppins", sans-serif;
  --zegger-mm-header-height: 86px;
  position: relative;
  z-index: 1000;
  color: #111;
  font-family: var(--zegger-mm-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  --zegger-mm-poster-ratio: 693 / 1088;
  --zegger-mm-poster-column: clamp(280px, 20vw, 330px);
  --zegger-mm-poster-gap: clamp(54px, 4vw, 86.89px);
  --zegger-mm-news-poster-column: clamp(360px, 26.5vw, 405px);
  --zegger-mm-news-poster-gap: clamp(10px, 0.8vw, 16px);
}

.zegger-mm,
.zegger-mm *,
.zegger-mm *::before,
.zegger-mm *::after {
  box-sizing: border-box;
}

body.zegger-mm-lock {
  overflow: hidden;
  padding-right: var(--zegger-mm-scrollbar, 0px);
}

.zegger-mm :where(button, input, textarea) {
  font: inherit;
}

.zegger-mm :where(button, a) {
  -webkit-tap-highlight-color: transparent;
}

.zegger-mm :where(a) {
  color: inherit;
}

.zegger-mm a {
  text-decoration: none;
}

.zegger-mm :where(img, svg) {
  display: block;
}

.zegger-mm [hidden] {
  display: none !important;
}

.zegger-mm__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.zegger-mm__header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--zegger-mm-header-height);
  background: rgba(235, 235, 235, 0.93);
  box-shadow: 0 17px 76px -13px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

.zegger-mm__bar {
  position: relative;
  width: 90%;
  height: 66px;
  margin: 10px auto;
  display: flex;
  align-items: flex-start;
}

.zegger-mm__brand {
  flex: 0 0 85px;
  width: 85px;
  height: 59.36px;
  margin-top: 3.31px;
  margin-right: 30px;
}

.zegger-mm__brand img {
  width: 85px;
  height: 51.57px;
  object-fit: contain;
}

.zegger-mm__menu-open,
.zegger-mm__menu-close,
.zegger-mm__drawer-head {
  display: none;
}

.zegger-mm__drawer-brand,
.zegger-mm__drawer-visual {
  display: none;
}

.zegger-mm__mobile-panel-head {
  display: none;
}

.zegger-mm__navigation-shell {
  width: 1080.27px;
  height: 66px;
  margin-left: auto;
}

.zegger-mm__nav {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zegger-mm__configurator {
  width: 234.69px;
  height: 50px;
  margin-top: 7px;
  padding: 10px 15px 10px 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #fff;
  background: #0e0e0e;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}

.zegger-mm__configurator svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: currentColor;
  stroke: none;
}

.zegger-mm__configurator-short {
  display: none;
}

.zegger-mm__nav-item {
  position: static;
  height: 66px;
  flex: 0 0 auto;
}

.zegger-mm__nav-item--offer {
  width: 172.45px;
}

.zegger-mm__nav-item--company {
  width: 136.17px;
}

.zegger-mm__nav-item--news {
  width: 165.5px;
}

.zegger-mm__nav-item--contact {
  width: 135.45px;
}

.zegger-mm__trigger {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 8px;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1c1c1c;
  background: transparent;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}

@media (min-width: 1366px) {
  html:lang(en) .zegger-mm__configurator,
  html:lang(en) .zegger-mm__nav-item--offer,
  html:lang(en) .zegger-mm__nav-item--company,
  html:lang(en) .zegger-mm__nav-item--news,
  html:lang(en) .zegger-mm__nav-item--contact,
  html:lang(en) .zegger-mm__trigger {
    width: max-content;
  }
}

.zegger-mm__trigger > svg {
  width: 13px;
  height: 13px;
  margin-left: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zegger-mm__trigger:hover,
.zegger-mm__trigger[aria-expanded="true"] {
  color: #fff;
  background: #0e0e0e;
}

.zegger-mm__trigger[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.zegger-mm__trigger[aria-expanded="true"]::after {
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 20px;
  height: 15px;
  background: #0a0a0a;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.zegger-mm[data-panel-open="news"] .zegger-mm__trigger[aria-expanded="true"]::after {
  background: #fff;
}

.zegger-mm__panel {
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  z-index: 102;
  width: auto;
  overflow: hidden;
  box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
}

.zegger-mm__panel--offer,
.zegger-mm__panel--company,
.zegger-mm__panel--contact {
  color: #f3f3f3;
  background: #0a0a0a;
}

.zegger-mm__panel--offer {
  --zegger-mm-panel-height: 738.42px;
  height: var(--zegger-mm-panel-height);
  padding: 20px 0;
}

.zegger-mm__panel--company,
.zegger-mm__panel--news {
  padding: 20px 0;
}

.zegger-mm__panel--company {
  --zegger-mm-panel-height: 651.2px;
  height: var(--zegger-mm-panel-height);
}

.zegger-mm__panel--news {
  --zegger-mm-panel-height: 795.55px;
  height: var(--zegger-mm-panel-height);
  color: #111;
  background: #fff;
}

.zegger-mm__panel--contact {
  --zegger-mm-panel-height: 647.73px;
  height: var(--zegger-mm-panel-height);
  padding: 20px 0;
}

.zegger-mm__section-heading h2,
.zegger-mm__section-heading p {
  margin: 0;
}

.zegger-mm__section-heading h2 {
  padding-bottom: 10px;
  color: #fff;
  font-family: var(--zegger-mm-font-family);
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.zegger-mm__section-heading p {
  color: #969696;
  font-family: var(--zegger-mm-font-family);
  font-size: 14px;
  font-weight: 300;
  line-height: 30.8px;
}

.zegger-mm__section-heading--light h2 {
  color: #000;
}

.zegger-mm__offer-layout,
.zegger-mm__contact-layout {
  width: 91vw;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: minmax(0, 2.1858fr) minmax(0, 1fr);
  column-gap: clamp(64px, 5.62vw, 88px);
}

.zegger-mm__offer-layout {
  width: 91vw;
  height: 698.42px;
  grid-template-columns: minmax(0, 1fr) clamp(420px, 31vw, 445px);
  column-gap: clamp(64px, 5vw, 84px);
}

.zegger-mm__offer-content {
  height: 698.42px;
  min-width: 0;
}

.zegger-mm__offer-heading-row {
  height: 104.8px;
  padding-top: 44px;
}

.zegger-mm__offer-heading-row .zegger-mm__section-heading h2 {
  font-size: 20px;
  line-height: 20px;
}

.zegger-mm__offer-row {
  height: 221px;
  padding: 44px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(52px, 4vw, 88px);
  border-bottom: 1px solid #333;
}

.zegger-mm__offer-row--second {
  height: 195px;
}

.zegger-mm__link-group,
.zegger-mm__link-group h3 {
  min-width: 0;
  margin: 0;
}

.zegger-mm__group-toggle {
  width: 100%;
  padding: 0;
  display: block;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
}

.zegger-mm__group-title {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  column-gap: 15px;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.zegger-mm__group-title img,
.zegger-mm__company-group h3 img,
.zegger-mm__contact-block h3 img {
  width: 32px;
  height: 19.2px;
  margin-top: 0;
  object-fit: contain;
}

.zegger-mm__group-chevron {
  display: none;
}

.zegger-mm__group-links {
  margin-top: 9px;
  margin-left: 47px;
}

.zegger-mm__group-links a {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  white-space: nowrap;
}

.zegger-mm__group-links a:hover,
.zegger-mm__company-links a:hover,
.zegger-mm__contact-copy a:hover {
  color: #fff;
}

.zegger-mm__offer-actions-row {
  height: 177.62px;
  padding-top: 44px;
}

.zegger-mm__panel-actions {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.zegger-mm__panel-actions a {
  height: 45.63px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  color: #000;
  background: #fff;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
}

.zegger-mm__panel-actions span {
  font-family: var(--zegger-mm-font-family);
  font-weight: 600;
  line-height: 21px;
}

.zegger-mm__panel-actions a:nth-child(1) {
  width: 226.86px;
}

.zegger-mm__panel-actions a:nth-child(2) {
  width: 207.53px;
}

.zegger-mm__panel-actions a:nth-child(3) {
  width: 146.63px;
}

.zegger-mm__panel-actions svg {
  width: auto;
  height: 14px;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: none;
}

.zegger-mm__offer-visual,
.zegger-mm__company-visual,
.zegger-mm__news-visual {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zegger-mm__offer-visual {
  height: 100%;
  padding: 0;
}

.zegger-mm__offer-visual img,
.zegger-mm__company-visual img,
.zegger-mm__news-visual img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: var(--zegger-mm-poster-ratio);
  object-fit: contain;
  object-position: center;
  flex: 0 1 auto;
  border-radius: 7px;
  box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
}

.zegger-mm__offer-visual img {
  max-height: calc(100% - 120px);
}

.zegger-mm__aside-layout {
  width: 91vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: var(--zegger-mm-poster-column) minmax(0, 1fr);
  column-gap: calc(var(--zegger-mm-poster-gap) + 70px);
}

.zegger-mm__panel--news .zegger-mm__aside-layout {
  grid-template-columns: var(--zegger-mm-news-poster-column) minmax(0, 1fr);
  column-gap: calc(var(--zegger-mm-news-poster-gap) + 70px);
}

.zegger-mm__company-visual {
  height: 100%;
  padding: 45.11px 0;
}

.zegger-mm__company-content {
  height: 611.2px;
  min-width: 0;
}

.zegger-mm__company-heading-row,
.zegger-mm__news-heading-row {
  height: 106.23px;
  padding-top: 43.44px;
}

.zegger-mm__company-groups-row {
  height: 232.06px;
  padding: 43.44px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(52px, 4vw, 86.89px);
  border-bottom: 1px solid #333;
}

.zegger-mm__company-group,
.zegger-mm__company-group h3 {
  min-width: 0;
  margin: 0;
}

.zegger-mm__company-group h3,
.zegger-mm__contact-block h3 {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  column-gap: 15px;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.zegger-mm__company-links {
  margin-top: 9px;
  margin-left: 47px;
}

.zegger-mm__company-links a {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.zegger-mm__locations-shortcode,
.zegger-mm__locations-shortcode :where(nav, p, ul, ol, li),
.zegger-mm__locations-shortcode .zgs-menu-locations,
.zegger-mm__locations-shortcode .zgs-menu-locations__list,
.zegger-mm__locations-shortcode .zgs-menu-locations__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.zegger-mm__locations-shortcode :where(ul, ol),
.zegger-mm__locations-shortcode .zgs-menu-locations__list {
  list-style: none;
}

.zegger-mm__company-copy-row {
  height: 148.47px;
  padding: 43.44px 0;
}

.zegger-mm__company-copy {
  width: 100%;
  margin: 0;
  color: #969696;
  font-family: var(--zegger-mm-font-family);
  font-size: 14px;
  font-weight: 300;
  line-height: 30.8px;
}

.zegger-mm__company-social-row {
  height: 104.44px;
  margin-top: 20px;
  padding-top: 43.44px;
}

.zegger-mm__socials {
  height: 41px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
}

.zegger-mm__socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
}

.zegger-mm__socials--light {
  color: #fff;
}

.zegger-mm__socials--dark {
  color: #252525;
}

.zegger-mm__socials span:not(.zegger-mm__linkedin) {
  font-family: var(--zegger-mm-font-family);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.zegger-mm__socials a:nth-child(2) span {
  font-family: var(--zegger-mm-font-family);
  font-size: 21px;
  font-weight: 700;
}

.zegger-mm__socials svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zegger-mm__linkedin {
  font-family: var(--zegger-mm-font-family);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.zegger-mm__news-visual {
  height: 100%;
  padding: 60px 0;
}

.zegger-mm__news-content {
  height: 755.55px;
  min-width: 0;
}

.zegger-mm__news-content-row {
  height: 649.31px;
  min-width: 0;
  padding-top: 43.44px;
}

.zegger-mm__news-module {
  width: 100%;
  min-width: 0;
  height: 458px;
}

.zegger-mm__news-module--shortcode {
  min-height: 458px;
  height: auto;
}

.zegger-mm__news-shortcode,
.zegger-mm__news-shortcode > .zgs,
.zegger-mm__news-shortcode .zgs-shell {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  font-family: var(--zegger-mm-font-family);
}

.zegger-mm__news-toolbar {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: flex-start;
}

.zegger-mm__news-filters {
  height: 28px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.zegger-mm__news-filters button {
  height: 28px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(17, 24, 39, 0.7);
  background: rgba(17, 24, 39, 0.03);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  white-space: nowrap;
}

.zegger-mm__news-filters button:nth-child(1) {
  width: 106.52px;
}

.zegger-mm__news-filters button:nth-child(2) {
  width: 92px;
}

.zegger-mm__news-filters button:nth-child(3) {
  width: 79.33px;
  margin-left: 13px;
}

.zegger-mm__news-filters button:nth-child(4) {
  width: 94.23px;
}

.zegger-mm__news-filters button:nth-child(5) {
  width: 132.55px;
}

.zegger-mm__news-filters button:nth-child(6) {
  width: 97.91px;
}

.zegger-mm__news-filters button.is-active {
  color: #111827;
  background: rgba(255, 255, 255, 0.7);
}

.zegger-mm__news-filters button:focus-visible {
  outline-color: #111827;
}

.zegger-mm__news-filters i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: #d0d1d3;
  border-radius: 50%;
}

.zegger-mm__news-filters .is-active i {
  background: #2cc866;
}

.zegger-mm__news-filters b {
  color: rgba(17, 24, 39, 0.25);
  font: inherit;
}

.zegger-mm__news-controls {
  width: 208px;
  height: 34px;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}

.zegger-mm__news-dots {
  width: 102px;
  height: 6px;
  margin-top: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.zegger-mm__news-dots i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: #c7c9cc;
  border-radius: 99px;
}

.zegger-mm__news-dots i.is-active {
  width: 18px;
  flex-basis: 18px;
  background: #85898e;
}

.zegger-mm__news-prev,
.zegger-mm__news-next {
  width: 44px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #000;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 10px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55), 0 10px 22px rgba(17, 24, 39, 0.1);
}

.zegger-mm__news-prev {
  margin-right: 8px;
}

.zegger-mm__news-prev:disabled {
  color: rgba(16, 16, 16, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 0 8px 18px rgba(17, 24, 39, 0.07);
}

.zegger-mm__news-prev svg,
.zegger-mm__news-next svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zegger-mm__news-body {
  width: 100%;
  height: 414px;
  margin-top: 10px;
}

.zegger-mm__news-viewport {
  width: 100%;
  height: 414px;
  padding: 16px 16px 18px;
  overflow: hidden;
}

.zegger-mm__news-track {
  width: 100%;
  height: 380px;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 32px) / 3));
  gap: 16px;
}

.zegger-mm__news-card {
  height: 380px;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #111827;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.06);
}

.zegger-mm__news-media {
  width: 100%;
  height: auto;
  aspect-ratio: 1429 / 775;
  flex: 0 0 auto;
  overflow: hidden;
  background: rgba(17, 24, 39, 0.04);
}

.zegger-mm__news-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.zegger-mm__news-card-content {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.zegger-mm__news-badges {
  height: 19px;
  margin-bottom: 8px;
  display: flex;
  gap: 6px;
}

.zegger-mm__news-badges span {
  height: 19px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  color: rgba(17, 24, 39, 0.7);
  background: rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  white-space: nowrap;
}

.zegger-mm__news-badges span.is-tag {
  color: rgba(17, 24, 39, 0.72);
  background: rgba(255, 255, 255, 0.7);
}

.zegger-mm__news-badges span.is-tag::before {
  margin-right: 4px;
  color: rgba(17, 24, 39, 0.35);
  content: "#";
}

.zegger-mm__news-title-row {
  height: 26px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.zegger-mm__news-title-row h3 {
  min-width: 0;
  margin: 0;
  padding-bottom: 10px;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zegger-mm__news-title-row time {
  flex: 0 0 auto;
  color: rgba(17, 24, 39, 0.48);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 26px;
}

.zegger-mm__news-card-content > p {
  min-height: 0;
  margin: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: rgba(17, 24, 39, 0.62);
  font-size: 12px;
  font-weight: 500;
  line-height: 16.2px;
}

.zegger-mm__news-cta {
  width: 100%;
  height: 48px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 48px;
  color: rgba(17, 24, 39, 0.85);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  line-height: 26px;
}

.zegger-mm__news-cta svg {
  width: 14px;
  height: 14px;
  margin-top: -1px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zegger-mm__news-social-row {
  height: 41px;
  margin-top: 43.44px;
}

.zegger-mm__contact-layout {
  height: 607.73px;
}

.zegger-mm__contact-content {
  height: 561.8px;
  min-width: 0;
}

.zegger-mm__contact-heading-row {
  height: 106.8px;
  padding-top: 44px;
}

.zegger-mm__contact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 88px;
}

.zegger-mm__contact-row--primary {
  height: 195px;
  padding: 44px 0;
  border-bottom: 1px solid #333;
}

.zegger-mm__contact-row--secondary {
  height: 260px;
  padding: 44px 0;
}

.zegger-mm__contact-block,
.zegger-mm__contact-block h3,
.zegger-mm__contact-copy p {
  min-width: 0;
  margin: 0;
}

.zegger-mm__contact-copy {
  margin-top: 9px;
  margin-left: 47px;
  color: #969696;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.zegger-mm__contact-copy a {
  display: block;
  color: #969696;
  line-height: 26px;
  white-space: nowrap;
}

.zegger-mm__contact-copy .zegger-mm__company-name {
  padding-bottom: 14px;
}

.zegger-mm__contact-form {
  width: 100%;
  height: 607.73px;
  margin: 0;
  padding-top: 45.67px;
}

.zegger-mm__contact-form-shortcode {
  width: 100%;
  height: 607.73px;
  min-width: 0;
  margin: 0;
  padding-top: 45.67px;
}

.zegger-mm__contact-form-shortcode > .zgs-mega-contact {
  width: 100%;
  max-width: none;
}

/*
 * The SEO shortcode can be rendered after wp_head by wp_body_open. Its form
 * logic remains owned by [zgs_mega_contact_form], while Core supplies the
 * scoped presentation contract required by the fixed MegaMenu panel.
 */
.zegger-mm__contact-form-shortcode .zgs-mega-contact,
.zegger-mm__contact-form-shortcode .zgs-mega-contact *,
.zegger-mm__contact-form-shortcode .zgs-mega-contact *::before,
.zegger-mm__contact-form-shortcode .zgs-mega-contact *::after {
  box-sizing: border-box;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact {
  min-width: 0;
  color: #fff;
  font-family: var(--zegger-mm-font-family);
  letter-spacing: 0;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__header {
  display: block;
  margin: 0 0 18px;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact h3 {
  margin: 0;
  color: #fff;
  font-family: var(--zegger-mm-font-family);
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__form,
.zegger-mm__contact-form-shortcode .zgs-mega-contact__grid {
  width: 100%;
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__field {
  min-width: 0;
  margin: 0;
  display: grid;
  color: inherit;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact input[type="text"],
.zegger-mm__contact-form-shortcode .zgs-mega-contact input[type="email"],
.zegger-mm__contact-form-shortcode .zgs-mega-contact input[type="tel"],
.zegger-mm__contact-form-shortcode .zgs-mega-contact textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  display: block;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  outline: none !important;
  font: inherit !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact textarea {
  min-height: 136px !important;
  padding-top: 16px !important;
  resize: none;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact input::placeholder,
.zegger-mm__contact-form-shortcode .zgs-mega-contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact input:hover,
.zegger-mm__contact-form-shortcode .zgs-mega-contact textarea:hover {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.74) !important;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact input:focus,
.zegger-mm__contact-form-shortcode .zgs-mega-contact textarea:focus {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__honeypot {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__consent {
  margin: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__consent input[type="checkbox"] {
  width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  accent-color: #fff !important;
  appearance: auto !important;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__submit {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font: inherit;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.zegger-mm__contact-form-shortcode .zgs-mega-contact__submit:hover,
.zegger-mm__contact-form-shortcode .zgs-mega-contact__submit:focus-visible {
  background: #f4f4f2;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
  outline: none;
}

.zegger-mm__contact-form h3 {
  height: 44.8px;
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  font-family: var(--zegger-mm-font-family);
  font-size: 30px;
  font-weight: 800;
  line-height: 34.8px;
  white-space: nowrap;
}

.zegger-mm__contact-form > label:not(.zegger-mm__consent) {
  display: block;
  margin-top: 15px;
}

.zegger-mm__contact-form > label:first-of-type {
  margin-top: 18px;
}

.zegger-mm__contact-form input:not([type="checkbox"]),
.zegger-mm__contact-form textarea {
  width: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 16px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  caret-color: #fff;
  font-family: var(--zegger-mm-font-family);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 21.03px;
}

.zegger-mm__contact-form input:not([type="checkbox"]) {
  height: 58px;
  padding: 0 18px;
}

.zegger-mm__contact-form textarea {
  height: 136px;
  padding: 16px 18px 0;
  display: block;
  resize: none;
}

.zegger-mm__contact-form ::placeholder {
  color: rgba(255, 255, 255, 0.47);
  opacity: 1;
}

.zegger-mm__consent {
  height: auto;
  min-height: 18.59px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: flex-start;
  gap: 11px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--zegger-mm-font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 18.6px;
}

.zegger-mm__consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  flex: 0 0 17px;
  accent-color: #fff;
}

.zegger-mm__contact-form > button {
  width: 100%;
  height: 50px;
  margin-top: 14px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-family: var(--zegger-mm-font-family);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 16.2px;
}

.zegger-mm__backdrop {
  position: fixed;
  inset: var(--zegger-mm-header-height) 0 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: default;
}

.zegger-mm :is(a, button, input, textarea, select):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.zegger-mm__trigger:focus-visible {
  outline: 1px solid #777;
  outline-offset: 1px;
}

.zegger-mm__trigger[aria-expanded="true"]:focus-visible {
  outline: 0;
}

@media (min-width: 1366px) and (max-width: 1559px) {
  .zegger-mm__offer-row {
    column-gap: 3vw;
  }

  .zegger-mm__contact-layout {
    grid-template-columns: minmax(0, 1fr) clamp(390px, 29vw, 430px);
    column-gap: clamp(44px, 4vw, 64px);
  }

  .zegger-mm__contact-row {
    column-gap: clamp(24px, 2.4vw, 38px);
  }

  .zegger-mm__panel--offer .zegger-mm__group-title {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
    font-size: 16px;
  }

  .zegger-mm__panel--offer .zegger-mm__group-title img {
    width: 28px;
    height: 16.8px;
  }

  .zegger-mm__panel--offer .zegger-mm__group-links {
    margin-left: 40px;
  }

  .zegger-mm__panel--offer .zegger-mm__group-links a {
    font-size: 12.5px;
  }
}

@media (min-width: 1366px) and (max-width: 1566px) {
  .zegger-mm__news-dots {
    display: none;
  }

  .zegger-mm__news-controls {
    width: 96px;
  }
}

@media (min-width: 1366px) and (max-width: 1499px) {
  .zegger-mm__news-filters {
    gap: 5px;
  }

  .zegger-mm__news-filters button:nth-child(3) {
    margin-left: 0;
  }
}

/* Compact navigation v5: one full-screen drill-down pattern for phone and tablet. */
@media (max-width: 1365.98px) {
  .zegger-mm {
    --zegger-mm-header-height: 72px;
  }

  .zegger-mm {
    --zegger-mm-compact-head: 72px;
    --zegger-mm-motion: cubic-bezier(.22, 1, .36, 1);
    --zegger-mm-line: rgba(17, 17, 17, .13);
    --zegger-mm-dark-line: rgba(255, 255, 255, .16);
  }

  body.zegger-mm-lock {
    width: 100%;
    overflow: hidden;
    padding-right: var(--zegger-mm-scrollbar, 0px);
  }

  .zegger-mm__header {
    height: var(--zegger-mm-header-height);
    background: rgba(243, 243, 242, .96);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
    backdrop-filter: blur(12px);
  }

  .zegger-mm__bar {
    width: 100%;
    height: var(--zegger-mm-header-height);
    margin: 0;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
  }

  .zegger-mm__brand {
    width: 86px;
    height: 54px;
    margin: 0;
    flex: 0 0 86px;
    display: flex;
    align-items: center;
  }

  .zegger-mm__brand img {
    width: 86px;
    height: 53px;
    object-fit: contain;
  }

  .zegger-mm__menu-open,
  .zegger-mm__menu-close {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: #0b0b0b;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
  }

  .zegger-mm__menu-open svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .zegger-mm__menu-close svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
  }

  .zegger-mm__navigation-shell {
    position: fixed;
    inset: 0;
    z-index: 122;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    color: #111;
    background: #f6f6f5;
    opacity: .98;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition:
      transform 320ms var(--zegger-mm-motion),
      opacity 220ms ease,
      visibility 0s linear 320ms;
  }

  .zegger-mm[data-drawer-state="opening"] .zegger-mm__navigation-shell,
  .zegger-mm[data-drawer-state="open"] .zegger-mm__navigation-shell,
  .zegger-mm[data-drawer-state="closing"] .zegger-mm__navigation-shell {
    visibility: visible;
    transition-delay: 0s;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__navigation-shell {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .zegger-mm[data-transitioning="true"] .zegger-mm__navigation-shell,
  .zegger-mm[data-transitioning="true"] .zegger-mm__panel {
    will-change: transform, opacity;
  }

  .zegger-mm__drawer-head {
    position: relative;
    z-index: 10;
    width: 100%;
    height: var(--zegger-mm-compact-head);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    background: #f4f4f3;
    border-bottom: 1px solid var(--zegger-mm-line);
  }

  .zegger-mm__drawer-brand {
    width: 90px;
    height: 55px;
    display: flex;
    align-items: center;
  }

  .zegger-mm__drawer-brand img {
    width: 90px;
    height: 55px;
    object-fit: contain;
  }

  .zegger-mm__nav {
    position: absolute;
    inset: var(--zegger-mm-compact-head) 0 0;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #f6f6f5;
    scrollbar-gutter: stable;
  }

  .zegger-mm__configurator {
    order: 1;
    width: 100%;
    height: 58px;
    min-height: 58px;
    margin: 0 0 18px;
    padding: 0 20px;
    gap: 12px;
    justify-content: flex-start;
    color: #fff;
    background: #0b0b0b;
    border-radius: 15px;
    font-size: clamp(15px, 4vw, 17px);
    font-weight: 600;
    line-height: 1.2;
  }

  .zegger-mm__configurator svg {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }

  .zegger-mm__configurator-long {
    display: inline;
  }

  .zegger-mm__configurator-short {
    display: none;
  }

  .zegger-mm__nav-item {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 !important;
    flex: 0 0 auto;
  }

  .zegger-mm__nav-item--offer {
    order: 2;
  }

  .zegger-mm__nav-item--company {
    order: 3;
  }

  .zegger-mm__nav-item--news {
    order: 4;
  }

  .zegger-mm__nav-item--contact {
    order: 5;
  }

  .zegger-mm__trigger {
    width: 100%;
    height: 64px;
    min-height: 64px;
    margin: 0;
    padding: 0 14px 0 4px;
    color: #111;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--zegger-mm-line);
    border-radius: 0;
    font-size: clamp(16.5px, 4.3vw, 18px);
    font-weight: 600;
    line-height: 1.25;
    transition:
      color 180ms ease,
      background-color 180ms ease,
      padding 220ms var(--zegger-mm-motion);
  }

  .zegger-mm__nav-item--offer .zegger-mm__trigger {
    border-top: 1px solid var(--zegger-mm-line);
  }

  .zegger-mm__trigger > svg {
    width: 18px;
    height: 18px;
    margin-left: 16px;
    flex: 0 0 18px;
    stroke-width: 1.8;
    transform: rotate(-90deg);
    transition: transform 220ms var(--zegger-mm-motion);
  }

  .zegger-mm__trigger:hover {
    color: #111;
    background: rgba(17, 17, 17, .035);
  }

  .zegger-mm__trigger[aria-expanded="true"] {
    color: #fff;
    background: #0b0b0b;
    padding-left: 18px;
  }

  .zegger-mm__trigger[aria-expanded="true"] > svg {
    transform: rotate(-90deg) translateY(2px);
  }

  .zegger-mm__trigger[aria-expanded="true"]::after {
    display: none;
  }

  .zegger-mm__drawer-visual {
    order: 6;
    width: 100%;
    height: auto;
    min-height: 360px;
    margin: 18px 0 0;
    padding: clamp(16px, 4.5vw, 22px);
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    overflow: hidden;
    color: #20211f;
    background: #ecece9;
    border: 1px solid #d8d8d4;
    border-radius: 16px;
  }

  .zegger-mm__quick-contact {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
  }

  .zegger-mm__quick-contact h2 {
    margin: 0;
    color: #20211f;
    font-size: clamp(23px, 5.8vw, 26px);
    font-weight: 700;
    line-height: 1.15;
  }

  .zegger-mm__quick-contact-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .zegger-mm__quick-contact-fields label {
    min-width: 0;
    display: grid;
    gap: 7px;
  }

  .zegger-mm__quick-contact-label {
    position: static;
    display: block;
    color: #343532;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .zegger-mm__quick-contact input:not([type="checkbox"]),
  .zegger-mm__quick-contact textarea {
    width: 100%;
    color: #20211f;
    background: #f9f9f7;
    border: 1px solid #8f908a;
    border-radius: 12px;
    caret-color: #20211f;
    font-family: var(--zegger-mm-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    transition:
      border-color 160ms ease,
      box-shadow 160ms ease,
      background-color 160ms ease;
  }

  .zegger-mm__quick-contact input:not([type="checkbox"]) {
    height: 56px;
    padding: 0 16px;
  }

  .zegger-mm__quick-contact textarea {
    height: 104px;
    padding: 14px 16px;
    display: block;
    resize: none;
  }

  .zegger-mm__quick-contact input:not([type="checkbox"]):focus-visible,
  .zegger-mm__quick-contact textarea:focus-visible {
    border-color: #5c5e59;
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(92, 94, 89, .18);
  }

  .zegger-mm__quick-contact-consent {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4e4f4b;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    cursor: pointer;
  }

  .zegger-mm__quick-contact-consent input {
    width: 22px;
    height: 22px;
    margin: 0;
    flex: 0 0 22px;
    accent-color: #4a4b47;
  }

  .zegger-mm__quick-contact > button {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    color: #fff;
    background: #4a4b47;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    font-family: var(--zegger-mm-font-family);
    font-size: 15px;
    font-weight: 700;
    transition:
      background-color 160ms ease,
      transform 160ms var(--zegger-mm-motion);
  }

  .zegger-mm__quick-contact > button:hover {
    background: #3d3e3a;
  }

  .zegger-mm__quick-contact > button:active {
    transform: translateY(1px);
  }

  .zegger-mm__quick-contact > button:focus-visible,
  .zegger-mm__quick-contact-consent input:focus-visible {
    outline: 2px solid #5c5e59;
    outline-offset: 3px;
  }

  .zegger-mm__quick-contact-status {
    margin: 0;
    color: #4e4f4b;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .zegger-mm__panel {
    position: fixed;
    inset: var(--zegger-mm-compact-head) 0 0;
    z-index: 8;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    opacity: .96;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition:
      transform 280ms var(--zegger-mm-motion),
      opacity 200ms ease;
  }

  .zegger-mm__panel.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .zegger-mm__mobile-panel-head {
    position: sticky;
    top: 0;
    z-index: 12;
    width: 100%;
    min-height: 66px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    color: #111;
    background: rgba(247, 247, 246, .97);
    border-bottom: 1px solid var(--zegger-mm-line);
    backdrop-filter: blur(12px);
  }

  .zegger-mm__panel-back {
    min-width: 112px;
    min-height: 66px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--zegger-mm-line);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
  }

  .zegger-mm__panel-back svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .zegger-mm__mobile-panel-head > strong {
    min-width: 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: clamp(17px, 4.7vw, 21px);
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .zegger-mm__offer-layout,
  .zegger-mm__aside-layout,
  .zegger-mm__contact-layout,
  .zegger-mm__panel--news .zegger-mm__aside-layout {
    width: 100%;
    height: auto;
    min-height: calc(100% - 66px);
    margin: 0;
    display: block;
  }

  .zegger-mm__offer-content,
  .zegger-mm__company-content,
  .zegger-mm__news-content,
  .zegger-mm__contact-content {
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .zegger-mm__offer-visual,
  .zegger-mm__company-visual,
  .zegger-mm__news-visual {
    display: none;
  }

  .zegger-mm__section-heading h2 {
    padding: 0;
    font-size: clamp(19px, 5.1vw, 23px);
    font-weight: 600;
    line-height: 1.25;
  }

  .zegger-mm__section-heading p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }

  .zegger-mm__offer-heading-row,
  .zegger-mm__company-heading-row,
  .zegger-mm__news-heading-row,
  .zegger-mm__contact-heading-row {
    width: 100%;
    height: auto;
    padding: 24px 18px 18px;
  }

  .zegger-mm__offer-row,
  .zegger-mm__offer-row--second {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    border: 0;
  }

  .zegger-mm__link-group {
    border-top: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__offer-row--second .zegger-mm__link-group:last-child {
    border-bottom: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__group-toggle {
    min-height: 68px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
  }

  .zegger-mm__group-title {
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    font-size: clamp(15px, 4.4vw, 18px);
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
  }

  .zegger-mm__group-title img {
    width: 34px;
    height: 23px;
  }

  .zegger-mm__group-chevron {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 200ms var(--zegger-mm-motion);
  }

  .zegger-mm__group-toggle[aria-expanded="true"] .zegger-mm__group-chevron {
    transform: rotate(180deg);
  }

  .zegger-mm__group-links {
    margin: 0;
    padding: 0 18px 14px 66px;
    overflow: hidden;
  }

  .zegger-mm__group-links a {
    position: relative;
    min-height: 46px;
    padding: 12px 34px 12px 0;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .68);
    border-top: 1px solid rgba(255, 255, 255, .10);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
  }

  .zegger-mm__group-links a::after {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid rgba(255, 255, 255, .6);
    border-right: 1.5px solid rgba(255, 255, 255, .6);
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }

  .zegger-mm__offer-actions-row {
    width: 100%;
    height: auto;
    padding: 22px 18px 30px;
  }

  .zegger-mm__panel-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .zegger-mm__panel-actions a,
  .zegger-mm__panel-actions a:nth-child(n) {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 0 48px 0 18px;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 12px;
    font-size: 14px;
  }

  .zegger-mm__panel-actions a::after {
    position: absolute;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  .zegger-mm__panel-actions svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .zegger-mm__company-groups-row {
    width: 100%;
    height: auto;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
  }

  .zegger-mm__company-group {
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__company-group:last-child {
    border-bottom: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__company-group h3,
  .zegger-mm__contact-block h3 {
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    font-size: clamp(16px, 4.5vw, 18px);
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
  }

  .zegger-mm__company-group h3 img,
  .zegger-mm__contact-block h3 img {
    width: 34px;
    height: 22px;
  }

  .zegger-mm__company-links,
  .zegger-mm__company-group--locations .zegger-mm__company-links {
    margin: 12px 0 0 48px;
    display: grid;
    gap: 0;
  }

  .zegger-mm__company-links a,
  .zegger-mm__company-group--locations .zegger-mm__company-links a {
    min-height: 44px;
    padding: 9px 0;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .63);
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
    line-height: 1.45;
  }

  .zegger-mm__company-copy-row {
    width: auto;
    height: auto;
    margin: 0 18px;
    padding: 24px 0;
  }

  .zegger-mm__company-copy {
    font-size: 13px;
    line-height: 1.8;
  }

  .zegger-mm__company-social-row,
  .zegger-mm__news-social-row {
    width: auto;
    height: auto;
    margin: 0 18px;
    padding: 10px 0 26px;
  }

  .zegger-mm__socials {
    height: auto;
    justify-content: flex-start;
    gap: 10px;
  }

  .zegger-mm__socials a {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
  }

  .zegger-mm__panel--news .zegger-mm__socials a {
    border-color: rgba(17, 17, 17, .12);
  }

  .zegger-mm__news-content-row {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .zegger-mm__news-module {
    width: 100%;
    height: auto;
  }

  .zegger-mm__news-shortcode {
    width: 100%;
    padding-inline: 18px;
    box-sizing: border-box;
  }

  .zegger-mm__news-toolbar {
    width: 100%;
    height: auto;
    padding: 0 18px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  .zegger-mm__news-filters {
    width: 100%;
    height: auto;
    padding: 2px;
    overflow-x: auto;
    gap: 6px;
    scrollbar-width: none;
  }

  .zegger-mm__news-filters::-webkit-scrollbar {
    display: none;
  }

  .zegger-mm__news-filters button,
  .zegger-mm__news-filters button:nth-child(n) {
    width: auto;
    min-width: max-content;
    height: 34px;
    margin: 0;
    padding: 8px 10px;
  }

  .zegger-mm__news-controls {
    width: auto;
    height: 40px;
    margin: 0;
    align-items: center;
  }

  .zegger-mm__news-dots {
    display: none;
  }

  .zegger-mm__news-prev,
  .zegger-mm__news-next {
    width: 40px;
    height: 40px;
  }

  .zegger-mm__news-body,
  .zegger-mm__news-viewport {
    width: 100%;
    height: auto;
  }

  .zegger-mm__news-body {
    margin: 0;
  }

  .zegger-mm__news-viewport {
    padding: 8px 18px 20px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 18px;
    scrollbar-width: none;
  }

  .zegger-mm__news-viewport::-webkit-scrollbar {
    display: none;
  }

  .zegger-mm__news-track {
    width: max-content;
    height: auto;
    display: flex;
    gap: 12px;
  }

  .zegger-mm__news-card {
    width: calc(100vw - 36px);
    height: auto;
    min-height: 430px;
    flex: 0 0 calc(100vw - 36px);
    scroll-snap-align: start;
    border-radius: 14px;
    background: #fff;
  }

  .zegger-mm__news-media {
    aspect-ratio: 16 / 8.7;
  }

  .zegger-mm__news-media img {
    object-fit: cover;
  }

  .zegger-mm__news-card-content {
    min-height: 240px;
    padding: 14px;
  }

  .zegger-mm__news-title-row {
    height: auto;
    min-height: 30px;
    margin-bottom: 8px;
  }

  .zegger-mm__news-title-row h3 {
    padding: 0;
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
  }

  .zegger-mm__news-title-row time {
    line-height: 1.5;
  }

  .zegger-mm__news-card-content > p {
    font-size: 12px;
    line-height: 1.55;
  }

  .zegger-mm__news-cta {
    margin-top: 14px;
  }

  .zegger-mm__contact-layout {
    padding-bottom: 28px;
  }

  .zegger-mm__contact-row,
  .zegger-mm__contact-row--primary,
  .zegger-mm__contact-row--secondary {
    width: auto;
    height: auto;
    margin: 0 18px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
  }

  .zegger-mm__contact-block {
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__contact-row--secondary .zegger-mm__contact-block:last-child {
    border-bottom: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__contact-block[aria-hidden="true"] {
    display: none;
  }

  .zegger-mm__contact-copy {
    margin: 10px 0 0 48px;
    font-size: 14px;
    line-height: 1.8;
  }

  .zegger-mm__contact-copy a {
    min-height: 44px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }

  .zegger-mm__contact-form,
  .zegger-mm__contact-form-shortcode {
    width: auto;
    height: auto;
    margin: 26px 18px 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--zegger-mm-dark-line);
  }

  .zegger-mm__contact-form-shortcode > .zgs-mega-contact {
    max-width: none;
  }

  .zegger-mm__contact-form h3 {
    height: auto;
    padding: 0;
    font-size: clamp(21px, 5.6vw, 26px);
    line-height: 1.3;
    white-space: normal;
  }

  .zegger-mm__contact-form input:not([type="checkbox"]) {
    height: 54px;
  }

  .zegger-mm__contact-form textarea {
    height: 128px;
  }

  .zegger-mm__contact-form input:not([type="checkbox"]),
  .zegger-mm__contact-form textarea,
  .zegger-mm__contact-form > button {
    border-radius: 12px;
  }

  .zegger-mm__backdrop {
    inset: 0;
    z-index: 99;
    background: rgba(10, 10, 10, .44);
    opacity: 1;
    cursor: pointer;
    transition: opacity 220ms ease;
  }

  .zegger-mm[data-drawer-state="closing"] .zegger-mm__backdrop {
    opacity: 0;
  }

}

@media (min-width: 700px) and (max-width: 1365.98px) {
  .zegger-mm__drawer-visual {
    min-height: 300px;
    padding: clamp(28px, 3.5vw, 40px);
  }

  .zegger-mm__quick-contact {
    gap: 18px;
  }

  .zegger-mm__quick-contact h2 {
    font-size: clamp(26px, 3vw, 28px);
  }

  .zegger-mm__quick-contact-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .zegger-mm__quick-contact-label {
    font-size: 14px;
  }

  .zegger-mm__quick-contact-phone,
  .zegger-mm__quick-contact-message {
    grid-column: 1 / -1;
  }

  .zegger-mm__quick-contact input:not([type="checkbox"]) {
    height: 58px;
  }

  .zegger-mm__quick-contact textarea {
    height: 112px;
  }

  .zegger-mm__quick-contact-consent {
    min-height: 50px;
    font-size: 14px;
  }

  .zegger-mm__quick-contact > button {
    min-height: 58px;
    font-size: 16px;
  }
}

@media (min-width: 960px) and (max-width: 1365.98px) {
  .zegger-mm__quick-contact {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
    column-gap: clamp(22px, 2.4vw, 32px);
    row-gap: 18px;
    align-items: center;
  }

  .zegger-mm__quick-contact h2,
  .zegger-mm__quick-contact-fields,
  .zegger-mm__quick-contact-status {
    grid-column: 1 / -1;
  }

  .zegger-mm__quick-contact-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zegger-mm__quick-contact-phone {
    grid-column: auto;
  }

  .zegger-mm__quick-contact-message {
    grid-column: 1 / -1;
  }

  .zegger-mm__quick-contact-consent {
    grid-column: 1;
  }

  .zegger-mm__quick-contact > button {
    grid-column: 2;
  }
}

@media (max-width: 1365.98px) {
  .zegger-mm__nav > .zegger-mm__configurator,
  .zegger-mm__nav > .zegger-mm__nav-item > .zegger-mm__trigger,
  .zegger-mm__nav > .zegger-mm__drawer-visual {
    opacity: 0;
    transform: translate3d(22px, 0, 0);
    transition:
      transform 360ms var(--zegger-mm-motion),
      opacity 240ms ease;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav > .zegger-mm__configurator,
  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav > .zegger-mm__nav-item > .zegger-mm__trigger,
  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav > .zegger-mm__drawer-visual {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav > .zegger-mm__configurator {
    transition-delay: 70ms;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav-item--offer > .zegger-mm__trigger {
    transition-delay: 105ms;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav-item--company > .zegger-mm__trigger {
    transition-delay: 135ms;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav-item--news > .zegger-mm__trigger {
    transition-delay: 165ms;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav-item--contact > .zegger-mm__trigger {
    transition-delay: 195ms;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__drawer-visual {
    transition-delay: 225ms;
  }
}

@media (max-width: 379.999px) {
  .zegger-mm__bar,
  .zegger-mm__drawer-head {
    padding-right: 14px;
    padding-left: 14px;
  }

  .zegger-mm__nav {
    padding: 16px 14px;
  }

  .zegger-mm__configurator {
    height: 54px;
    min-height: 54px;
    margin-bottom: 14px;
    padding: 0 16px;
    font-size: 15px;
  }

  .zegger-mm__trigger {
    height: 58px;
    min-height: 58px;
    font-size: 17px;
  }

  .zegger-mm__drawer-visual {
    height: auto;
    min-height: 420px;
    margin-top: 14px;
  }

  .zegger-mm__panel-back {
    min-width: 100px;
    padding: 0 14px;
  }

  .zegger-mm__mobile-panel-head > strong {
    padding: 0 14px;
  }

  .zegger-mm__group-toggle {
    padding-right: 14px;
    padding-left: 14px;
  }

  .zegger-mm__group-links {
    padding-right: 14px;
    padding-left: 62px;
  }
}

@media (max-width: 1365.98px) and (max-height: 620px) {
  .zegger-mm__nav {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .zegger-mm *,
  .zegger-mm *::before,
  .zegger-mm *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* WordPress integration and the right-side language utility. */
.zegger-mm__spacer {
  width: 100%;
  height: var(--zegger-mm-header-height);
}

.admin-bar .zegger-mm__header {
  top: 32px;
}

.zegger-mm__language {
  position: relative;
  width: 64px;
  height: 66px;
  margin-left: 0;
  flex: 0 0 64px;
}

.zegger-mm__language-toggle {
  width: 64px;
  height: 50px;
  margin: 8px 0 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1c1c1c;
  background: transparent;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-family: var(--zegger-mm-font-family);
  font-size: 12px;
  font-weight: 600;
  transition: color 160ms ease, background-color 160ms ease;
}

.zegger-mm__language-current-value {
  display: flex;
  align-items: center;
}

.zegger-mm__language-flag {
  width: 20px;
  height: 14px;
  overflow: hidden;
  flex: 0 0 20px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .16);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.zegger-mm__language-current-flag {
  display: none;
}

.zegger-mm__language[data-language-current-code="pl"] .zegger-mm__language-current-flag--pl,
.zegger-mm__language[data-language-current-code="en"] .zegger-mm__language-current-flag--en {
  display: block;
}

.zegger-mm__language-chevron {
  width: 13px;
  height: 13px;
  margin-left: 0;
  display: block;
  flex: 0 0 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.zegger-mm__language-toggle:hover,
.zegger-mm__language-toggle[aria-expanded="true"] {
  color: #fff;
  background: #0e0e0e;
}

.zegger-mm__language-toggle[aria-expanded="true"] .zegger-mm__language-chevron {
  transform: rotate(90deg);
}

.zegger-mm__language-label {
  display: none;
}

.zegger-mm__language-menu {
  position: absolute;
  top: 57px;
  right: 0;
  z-index: 105;
  width: 184px;
  padding: 6px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .15);
}

@media (min-width: 1366px) {
  .zegger-mm__language-toggle {
    position: relative;
    padding: 0;
    gap: 6px;
    justify-content: center;
  }

  .zegger-mm__language-toggle[aria-expanded="true"]::after {
    position: absolute;
    left: 50%;
    bottom: -19px;
    z-index: 106;
    width: 20px;
    height: 15px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .zegger-mm__language-menu {
    top: 76px;
  }
}

.zegger-mm__language-choice {
  width: 100%;
  min-height: 44px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 20px 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #222;
  background: transparent;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-family: var(--zegger-mm-font-family);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.zegger-mm__language-choice:hover,
.zegger-mm__language-choice:focus-visible {
  background: #f0f0ee;
}

.zegger-mm__language-choice[aria-checked="true"] {
  font-weight: 700;
}

.zegger-mm__language-status {
  position: absolute;
}

.zegger-mm__language[data-language-busy="true"] {
  opacity: .7;
}

.zegger-mm__language[data-language-busy="true"] .zegger-mm__language-toggle,
.zegger-mm__language-choice:disabled {
  cursor: wait;
}

.zegger-mm__news-empty {
  width: 100%;
  min-height: 250px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #676767;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  text-align: center;
}

.zegger-mm__news-empty p {
  margin: 0;
}

.zegger-mm__news-empty a {
  margin-top: 12px;
  padding: 11px 18px;
  color: #fff;
  background: #111;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.zegger-mm__news-empty a:hover,
.zegger-mm__news-empty a:focus-visible {
  background: #333;
}

.zegger-mm__form-status {
  margin: 12px 0 0;
  padding: 11px 13px;
  color: #1f1f1f;
  background: #ecece9;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.45;
}

.zegger-mm__form-status:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.zegger-mm__consent a,
.zegger-mm__quick-contact-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.zegger-mm__form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1365.98px) {
  .admin-bar .zegger-mm__navigation-shell {
    top: 0;
    height: calc(100dvh - 32px);
  }

  .zegger-mm__language {
    order: 6;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    border-bottom: 1px solid var(--zegger-mm-line);
    flex: 0 0 auto;
  }

  .zegger-mm__language-toggle {
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 0 14px 0 4px;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    font-size: clamp(16.5px, 4.3vw, 18px);
  }

  .zegger-mm__language-label {
    display: inline;
    margin-right: auto;
  }

  .zegger-mm__language-current-value {
    margin-left: 0;
  }

  .zegger-mm__language-flag {
    width: 20px;
    height: 14px;
    flex-basis: 20px;
  }

  .zegger-mm__language-toggle[aria-expanded="true"] {
    padding-left: 4px;
  }

  .zegger-mm__language-toggle:hover {
    color: #111;
    background: rgba(17, 17, 17, .035);
  }

  .zegger-mm__language-toggle[aria-expanded="true"] {
    color: #fff;
    background: #0b0b0b;
  }

  .zegger-mm__language-chevron {
    width: 18px;
    height: 18px;
    margin-left: 16px;
    display: block;
    flex: 0 0 18px;
    stroke-width: 1.8;
  }

  .zegger-mm__language-toggle[aria-expanded="true"] .zegger-mm__language-chevron {
    transform: rotate(180deg);
  }

  .zegger-mm__language-menu {
    position: static;
    width: 100%;
    padding: 6px 0 12px 16px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .zegger-mm__language-choice {
    min-height: 48px;
    padding-right: 14px;
    grid-template-columns: 22px 34px minmax(0, 1fr);
    color: #2a2a2a;
    border-top: 1px solid rgba(17, 17, 17, .09);
    border-radius: 0;
  }

  .zegger-mm__drawer-visual {
    order: 7;
  }

  .zegger-mm[data-panel-open] .zegger-mm__language {
    pointer-events: none;
  }

  .zegger-mm__nav > .zegger-mm__language {
    opacity: 0;
    transform: translate3d(22px, 0, 0);
    transition: transform 360ms var(--zegger-mm-motion), opacity 240ms ease;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__nav > .zegger-mm__language {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 225ms;
  }

  .zegger-mm[data-drawer-open="true"] .zegger-mm__drawer-visual {
    transition-delay: 255ms;
  }
}

@media (max-width: 782px) {
  .admin-bar .zegger-mm__header {
    top: 46px;
  }

  .admin-bar .zegger-mm__navigation-shell {
    top: 0;
    height: calc(100dvh - 46px);
  }

}

@media (min-width: 1366px) {
  .zegger-mm__panel {
    max-height: none;
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior: auto;
  }

  .admin-bar .zegger-mm__panel {
    height: min(var(--zegger-mm-panel-height), calc(100dvh - var(--zegger-mm-header-height) - 32px));
  }
}

/*
 * Keep the complete offer panel visible on wide, low desktop viewports.
 * Below 824px the fixed 738px composition no longer fits under the 86px
 * header. The rows retain their original proportions, while their vertical
 * padding and the poster respond to the height that is actually available.
 */
@media (min-width: 1366px) and (max-height: 855.98px) {
  .zegger-mm__panel--offer {
    height: min(var(--zegger-mm-panel-height), calc(100dvh - var(--zegger-mm-header-height)));
    padding: 16px 0;
  }

  .zegger-mm__offer-layout {
    height: 100%;
    min-height: 0;
  }

  .zegger-mm__offer-content {
    height: 100%;
    display: grid;
    grid-template-rows:
      clamp(68px, 11dvh, 84px)
      minmax(150px, 31%)
      minmax(130px, 27%)
      minmax(84px, 1fr);
  }

  .zegger-mm__offer-heading-row,
  .zegger-mm__offer-row,
  .zegger-mm__offer-row--second,
  .zegger-mm__offer-actions-row {
    height: auto;
    min-height: 0;
  }

  .zegger-mm__offer-heading-row {
    padding-top: clamp(18px, 3dvh, 28px);
  }

  .zegger-mm__offer-row,
  .zegger-mm__offer-row--second {
    padding-top: clamp(16px, 2.4dvh, 22px);
    padding-bottom: clamp(16px, 2.4dvh, 22px);
  }

  .zegger-mm__panel--offer .zegger-mm__group-links {
    margin-top: 7px;
  }

  .zegger-mm__panel--offer .zegger-mm__group-links a {
    line-height: 22px;
  }

  .zegger-mm__offer-actions-row {
    padding-top: clamp(18px, 3dvh, 28px);
  }

  .zegger-mm__offer-visual {
    min-height: 0;
  }

  .zegger-mm__offer-visual img {
    max-height: calc(100% - clamp(40px, 6dvh, 64px));
  }
}

/* The company composition needs the same viewport contract as the offer. */
@media (min-width: 1366px) and (max-height: 769.98px) {
  .zegger-mm__panel--company {
    height: min(var(--zegger-mm-panel-height), calc(100dvh - var(--zegger-mm-header-height)));
    padding: 16px 0;
  }

  .zegger-mm__panel--company .zegger-mm__aside-layout {
    height: 100%;
    min-height: 0;
  }

  .zegger-mm__company-visual {
    min-height: 0;
    padding: 32px 0;
  }

  .zegger-mm__company-content {
    height: 100%;
    display: grid;
    grid-template-rows: 94px 190px minmax(150px, 1fr) 100px;
  }

  .zegger-mm__company-heading-row,
  .zegger-mm__company-groups-row,
  .zegger-mm__company-copy-row,
  .zegger-mm__company-social-row {
    height: auto;
    min-height: 0;
  }

  .zegger-mm__company-heading-row {
    padding-top: 30px;
  }

  .zegger-mm__company-groups-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .zegger-mm__company-copy-row {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .zegger-mm__company-social-row {
    margin-top: 0;
    padding-top: 28px;
  }
}

/*
 * The legacy slider remains the data/interaction owner. On low desktops Core
 * only supplies smaller card/media variables and a viewport-sized composition.
 */
@media (min-width: 1366px) and (max-height: 913.98px) {
  .zegger-mm__panel--news {
    height: min(var(--zegger-mm-panel-height), calc(100dvh - var(--zegger-mm-header-height)));
    padding: 16px 0;
  }

  .zegger-mm__panel--news .zegger-mm__aside-layout {
    height: 100%;
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }

  .zegger-mm__news-visual {
    min-height: 0;
    padding: 32px 0;
  }

  .zegger-mm__news-content {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: 82px minmax(0, 1fr);
  }

  .zegger-mm__news-heading-row {
    height: auto;
    min-height: 0;
    padding-top: 20px;
  }

  .zegger-mm__news-content-row {
    height: auto;
    min-height: 0;
    padding-top: 16px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) 41px;
    row-gap: 16px;
  }

  .zegger-mm__news-module,
  .zegger-mm__news-module--shortcode {
    height: auto;
    min-height: 0;
  }

  .zegger-mm__news-body,
  .zegger-mm__news-viewport {
    height: 334px;
  }

  .zegger-mm__news-body {
    margin-top: 8px;
  }

  .zegger-mm__news-viewport {
    padding: 12px 12px 14px;
  }

  .zegger-mm__news-track,
  .zegger-mm__news-card {
    height: 300px;
  }

  .zegger-mm__news-media {
    height: 130px;
    aspect-ratio: auto;
  }

  .zegger-mm__news-social-row {
    height: 41px;
    margin-top: 0;
  }

  .zegger-mm .zegger-mm__panel--news .zegger-mm__news-shortcode > .zgs {
    --zgs-card-h: 300px;
    --zgs-media-h: 130px;
  }
}

/* Contact keeps the former two-column look, but compresses fields and rows. */
@media (min-width: 1366px) and (max-height: 765.98px) {
  .zegger-mm__panel--contact {
    height: min(var(--zegger-mm-panel-height), calc(100dvh - var(--zegger-mm-header-height)));
    padding: 12px 0;
  }

  .zegger-mm__contact-layout {
    height: 100%;
    min-height: 0;
  }

  .zegger-mm__contact-content {
    height: 100%;
    display: grid;
    grid-template-rows: 94px 160px minmax(255px, 1fr);
  }

  .zegger-mm__contact-heading-row,
  .zegger-mm__contact-row--primary,
  .zegger-mm__contact-row--secondary {
    height: auto;
    min-height: 0;
  }

  .zegger-mm__contact-heading-row {
    padding-top: 30px;
  }

  .zegger-mm__contact-row--primary,
  .zegger-mm__contact-row--secondary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .zegger-mm__contact-copy .zegger-mm__company-name {
    white-space: nowrap;
  }

  .zegger-mm__contact-form,
  .zegger-mm__contact-form-shortcode {
    height: 100%;
    padding-top: 24px;
  }

  .zegger-mm__contact-form-shortcode .zgs-mega-contact__header {
    margin-bottom: 14px;
  }

  .zegger-mm__contact-form-shortcode .zgs-mega-contact__form,
  .zegger-mm__contact-form-shortcode .zgs-mega-contact__grid {
    gap: 10px;
  }

  .zegger-mm__contact-form-shortcode .zgs-mega-contact input[type="text"],
  .zegger-mm__contact-form-shortcode .zgs-mega-contact input[type="email"],
  .zegger-mm__contact-form-shortcode .zgs-mega-contact input[type="tel"] {
    min-height: 50px !important;
  }

  .zegger-mm__contact-form-shortcode .zgs-mega-contact textarea {
    min-height: 112px !important;
  }

  .zegger-mm__contact-form > label:not(.zegger-mm__consent) {
    margin-top: 12px;
  }

  .zegger-mm__contact-form > label:first-of-type {
    margin-top: 14px;
  }

  .zegger-mm__contact-form input:not([type="checkbox"]) {
    height: 50px;
  }

  .zegger-mm__contact-form textarea {
    height: 112px;
  }

  .zegger-mm__consent {
    height: auto;
    min-height: 18.59px;
    margin-top: 10px;
  }

  .zegger-mm__contact-form > button {
    height: 46px;
    margin-top: 10px;
  }
}
