/* Jogi oldalak + kompatibilitás. A Divi reset (ol,ul{list-style:none}) a navigációt
   és a layout-listákat törli; a szerkesztett tartalom listáit alább visszaállítjuk. */

.mhs-legal {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.mhs-legal h1 {
  color: #2456a8;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 1.5rem;
}

.mhs-prose {
  color: #333;
  line-height: 1.75;
  font-size: 14px;
}

.mhs-prose h2,
.mhs-prose h3 {
  color: #2456a8;
}

.mhs-prose p {
  margin: 0 0 1rem;
}

.site-builder-content ul,
.mhs-prose ul,
.mhs-legal ul,
.mhs-text__body ul,
.mhs-split__body ul,
.mhs-hero ul,
.mhs-hero-slider__lead ul,
.ts-text ul,
.ts-legal ul,
.ts-faq ul,
.ts-features ul,
.ts-gallery ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.site-builder-content ol,
.mhs-prose ol,
.mhs-legal ol,
.mhs-text__body ol,
.mhs-split__body ol,
.mhs-hero ol,
.mhs-hero-slider__lead ol,
.ts-text ol,
.ts-legal ol,
.ts-faq ol,
.ts-features ol,
.ts-gallery ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.site-builder-content li,
.mhs-prose li,
.mhs-legal li,
.mhs-text__body li,
.mhs-split__body li,
.mhs-hero li,
.mhs-hero-slider__lead li,
.ts-text li,
.ts-legal li,
.ts-faq li,
.ts-features li,
.ts-gallery li {
  margin: 0 0 0.4rem;
}

.mhs-text__body ul:last-child,
.mhs-text__body ol:last-child,
.mhs-split__body ul:last-child,
.mhs-split__body ol:last-child {
  margin-bottom: 0;
}

.site-builder-page,
.site-builder-content {
  min-width: 0;
}

.ts-menu-placeholder {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border: 1px dashed #2456a8;
  border-radius: 0.25rem;
  opacity: 0.75;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  color: #2456a8;
}

.tss-wrapper .rt-loading,
.tss-wrapper .rt-loading-overlay {
  display: none !important;
}

@font-face {
  font-family: tss-font;
  src: url("/wp-content/plugins/testimonial-slider-and-showcase/assets/vendor/fontello/font/tss-font.woff2") format("woff2"),
    url("/wp-content/plugins/testimonial-slider-and-showcase/assets/vendor/fontello/font/tss-font.woff") format("woff"),
    url("/wp-content/plugins/testimonial-slider-and-showcase/assets/vendor/fontello/font/tss-font.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Eredeti Divi JS nélkül a waypoint/animated elemek opacity:0-n maradnának. */
.et_animated,
.et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
}

/* 80px Divi-alap − 11px, hogy a hero a live oldallal egyezzen. */
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 69px;
}

/* A GrapesJS header.css #logo{width:124px;height:96px} szabályát felülírja. */
#main-header #logo {
  width: auto !important;
  height: 70px !important;
  max-width: none !important;
  max-height: none !important;
}

@media (max-width: 980px) {
  .et_fixed_nav #main-header,
  .et_fixed_nav #main-header.et-fixed-header {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
  }

  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px;
  }

  #et-top-navigation {
    position: relative;
    z-index: 20;
  }

  #et_mobile_nav_menu {
    display: block !important;
    float: right;
    position: relative;
    z-index: 21;
  }

  .et_header_style_left .logo_container {
    width: auto;
    max-width: calc(100% - 7.5rem);
    pointer-events: none;
  }

  .et_header_style_left .logo_container a {
    pointer-events: auto;
  }

  .mobile_menu_bar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    cursor: pointer;
  }

  .mobile_menu_bar:before {
    content: "" !important;
    display: block;
    width: 1.35rem;
    height: 2px;
    background: #2456a8;
    box-shadow: 0 -0.45rem 0 #2456a8, 0 0.45rem 0 #2456a8;
    font-size: 0;
    font-family: inherit !important;
  }

  .mobile_menu_bar:after {
    content: none !important;
  }

  .mobile_nav.opened > .et_mobile_menu,
  .mobile_nav.opened > #mobile_menu {
    display: block !important;
    min-width: min(22rem, calc(100vw - 2rem));
    right: 0;
    left: auto;
  }

  .menu-cart-nav-wrap {
    position: relative;
    z-index: 21;
  }
}

@media (max-width: 425px) {
  #main-header .container,
  #et-top-navigation,
  #et_mobile_nav_menu {
    position: static;
  }

  .mobile_nav.opened > .et_mobile_menu,
  .mobile_nav.opened > #mobile_menu {
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.et_pb_toggle_title {
  cursor: pointer;
}

.et_pb_accordion .et_pb_toggle_content {
  overflow: hidden;
}

.mhs-gift-notice {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  background: #fff6ed;
  border-left: 4px solid #ea7317;
  color: #2456a8;
  font-weight: 600;
  line-height: 1.45;
}

.mhs-shop-cart .mhs-gift-notice {
  margin-bottom: 1.25rem;
}

.mhs-qty-stack {
  display: grid;
  gap: 0.65rem;
}

.mhs-qty-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2456a8;
  margin-bottom: 0.25rem;
}

.mhs-free-qty input {
  background: #f4f4f4;
  color: #666;
  pointer-events: none;
}

.mhs-qty-summary {
  display: block;
  margin-top: 0.35rem;
  color: #666;
  font-size: 12px;
}

#mhs-cart-remove {
  display: none;
}

.mhs-shop {
  max-width: 1700px;
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0 4.5rem;
}

@media (max-width: 980px) {
  .mhs-shop {
    width: auto;
    padding: 2.25rem 1.25rem 3.5rem;
  }
}

.mhs-shop h1 {
  color: #2456a8;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 1.5rem;
}

.mhs-shop h2 {
  color: #2456a8;
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.mhs-thankyou__transfer-alert {
  margin: 0 0 1.5rem;
  padding: 1rem 1.2rem;
  background: #ea7317;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 8px 22px rgba(234, 115, 23, 0.28);
}

.mhs-shop .shop_table {
  width: 100%;
  margin-bottom: 1.5rem;
}

.mhs-shop .shop_table th,
.mhs-shop .shop_table td {
  padding: 0.85rem 0.6rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(36, 86, 168, 0.12);
}

.woocommerce-cart,
.woocommerce-cart #page-container,
.woocommerce-cart #et-main-area,
.woocommerce-checkout,
.woocommerce-checkout #page-container,
.woocommerce-checkout #et-main-area {
  max-width: 100%;
  overflow-x: clip;
}

.woocommerce-cart .mhs-shop,
.woocommerce-cart .mhs-shop__inner,
.woocommerce-cart .woocommerce-cart-form {
  min-width: 0;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  .woocommerce-cart .mhs-shop .cart-collaterals .cart_totals {
    width: min(32rem, 48%);
    margin-left: auto;
  }

  .woocommerce-cart .mhs-shop .wc-proceed-to-checkout {
    text-align: right;
  }
}

.woocommerce-cart .mhs-shop .shop_table {
  table-layout: auto;
  max-width: 100%;
}

.woocommerce-cart .mhs-shop .shop_table .product-name {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-cart .mhs-shop .quantity input.qty {
  width: 4.5rem !important;
  max-width: 100%;
  box-sizing: border-box;
}

.mhs-cart-coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  text-align: right;
}

.mhs-cart-coupon input[type="text"] {
  width: min(16rem, 100%);
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  margin: 0;
}

.mhs-cart-coupon .mhs-field-error {
  flex-basis: 100%;
  text-align: right;
}

.mhs-cart-coupon__applied {
  margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button.et_pb_button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.et_pb_button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.et_pb_button:focus {
  padding: 0.55rem 1.25rem !important;
  box-sizing: border-box;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button.et_pb_button:after,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.et_pb_button:hover:after {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-cart .mhs-shop .shop_table.cart {
    display: block;
    border: 0;
    margin-bottom: 1.25rem;
    max-width: 100%;
    min-width: 0;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart thead {
    display: none;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody tr.cart_item {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) 2rem;
    grid-template-areas:
      "thumb name remove"
      "thumb price price"
      "qty qty qty"
      "subtotal subtotal subtotal";
    column-gap: 0.85rem;
    row-gap: 0.4rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.9rem;
    background: #fff;
    border: 1px solid rgba(36, 86, 168, 0.14);
    border-radius: 0.5rem;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody td {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody td.product-name::before,
  .woocommerce-cart .mhs-shop .shop_table.cart tbody td.product-price::before {
    display: none;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-thumbnail {
    grid-area: thumb;
    align-self: start;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-name {
    grid-area: name;
    align-self: end;
    font-weight: 700;
    color: #2456a8;
    line-height: 1.35;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-remove {
    grid-area: remove;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-price {
    grid-area: price;
    color: #555;
    font-size: 0.95rem;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-quantity,
  .woocommerce-cart .mhs-shop .shop_table.cart .product-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(36, 86, 168, 0.1);
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-quantity {
    grid-area: qty;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-subtotal {
    grid-area: subtotal;
    text-align: right;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-quantity::before,
  .woocommerce-cart .mhs-shop .shop_table.cart .product-subtotal::before {
    display: block;
    content: attr(data-title);
    flex: 0 1 auto;
    min-width: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2456a8;
    margin: 0;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .product-subtotal .woocommerce-Price-amount {
    flex: 0 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover;
    border-radius: 0.35rem;
    display: block;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .quantity {
    float: none;
    margin: 0;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid rgba(36, 86, 168, 0.2);
    border-radius: 999px;
    background: #fff;
    color: #a33;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody tr:not(.cart_item) {
    display: block;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody td.actions {
    display: block;
    padding: 0.15rem 0 0;
    text-align: left;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart tbody td.actions .button {
    width: 100%;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .mhs-gift-item {
    border-color: rgba(234, 115, 23, 0.35);
    background: #fff8f2;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .mhs-gift-item .product-remove {
    display: none;
  }

  .woocommerce-cart .mhs-shop .shop_table.cart .mhs-gift-item .product-name {
    grid-column: 2 / -1;
  }

  .woocommerce-cart .mhs-shop .cart_totals .shop_table,
  .woocommerce-cart .mhs-shop .cart_totals .shop_table tbody,
  .woocommerce-cart .mhs-shop .cart_totals .shop_table tr {
    display: block;
    width: 100%;
  }

  .woocommerce-cart .mhs-shop .cart_totals .shop_table th,
  .woocommerce-cart .mhs-shop .cart_totals .shop_table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .woocommerce-cart .mhs-shop .woocommerce-Price-amount {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mhs-cart-coupon,
  .mhs-cart-coupon input[type="text"] {
    width: 100%;
  }

  .mhs-cart-coupon .button {
    width: 100%;
  }
}

.mhs-gift-item .product-name,
.mhs-gift-item .woocommerce-Price-amount {
  color: #ea7317;
}

.mhs-gift-item input {
  background: #f4f4f4;
  color: #666;
  pointer-events: none;
}

.mhs-shop__actions,
.wc-proceed-to-checkout,
.mhs-shop__back {
  margin-top: 1.25rem;
}

.mhs-cart-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.mhs-cart-teaser .woocommerce-info {
  margin: 0;
  flex: 1 1 16rem;
}

#calc-container,
.anyagkalkulator-container {
  scroll-margin-top: 120px;
}

.anyagkalkulator-container .input-field {
  position: relative;
  overflow: visible;
}

.anyagkalkulator-container .input-field input {
  width: auto !important;
  min-width: 0;
  flex: 1 1 auto;
}

.anyagkalkulator-container .arrows {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.anyagkalkulator-container .arrows button {
  pointer-events: auto;
  min-width: 18px;
  min-height: 12px;
  cursor: pointer;
}

.anyagkalkulator-container .arrows svg,
.anyagkalkulator-container .arrows path {
  pointer-events: none;
}

.mhs-calc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: min(80%, 38rem);
  margin: 1.35rem auto;
  padding: 0.95rem 1.4rem;
  background: #2456a8;
  color: #fff;
  text-decoration: none !important;
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(36, 86, 168, 0.28);
}

.mhs-calc-cta__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  line-height: 0;
}

.mhs-calc-cta__icon,
.mhs-calc-cta__icon-wrap svg {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  max-width: none;
  max-height: none;
  margin: 0;
  flex-shrink: 0;
}

.mhs-calc-cta__copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  text-align: left;
}

.mhs-calc-cta__lead {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
}

.mhs-calc-cta__title {
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.mhs-calc-cta:hover,
.mhs-calc-cta:focus-visible {
  background: #1b4180;
  color: #fff;
}

.et_pb_section_4 > .mhs-calc-cta-slot:first-child {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  border-left: 8px solid #fff;
  display: flow-root;
}

.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta {
  background: #fff;
  color: #2456a8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  margin-top: 5px;
  margin-bottom: 1rem;
}

.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta__icon-wrap {
  background: rgba(36, 86, 168, 0.12);
  color: #2456a8;
}

.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta__lead {
  color: #5b6472;
}

.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta__title,
.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta:hover .mhs-calc-cta__title,
.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta:focus-visible .mhs-calc-cta__title {
  color: #2456a8;
}

.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta:hover,
.et_pb_section_4 > .mhs-calc-cta-slot:first-child .mhs-calc-cta:focus-visible {
  background: #f4f7fb;
}

@media (max-width: 980px) {
  .mhs-calc-cta {
    width: auto;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 0.9rem 1.1rem;
  }
}

.mhs-checkout {
  overflow-anchor: none;
}

.mhs-checkout__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .mhs-checkout__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.9fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.mhs-checkout__row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .mhs-checkout__row--2 {
    grid-template-columns: 1fr 1fr;
  }

  .mhs-checkout__row--3 {
    grid-template-columns: 7rem 1fr 1fr;
  }

  .mhs-checkout__row--search {
    grid-template-columns: 7.5rem minmax(0, 1fr) auto;
    align-items: end;
  }

  .mhs-checkout__span-2 {
    grid-column: span 2;
  }
}

.mhs-checkout .form-row {
  margin: 0 0 1rem;
}

.mhs-checkout .form-row label {
  display: block;
  font-weight: 600;
  color: #2456a8;
  margin-bottom: 0.35rem;
}

.mhs-checkout .form-row label.mhs-checkout__check {
  display: flex;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.mhs-checkout__check span {
  min-width: 0;
}

.mhs-checkout .form-row input[type="text"],
.mhs-checkout .form-row input[type="email"],
.mhs-checkout .form-row input[type="tel"],
.mhs-checkout .form-row textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(36, 86, 168, 0.25);
  background: #fff;
  font: inherit;
}

.mhs-checkout__card,
.mhs-checkout__review {
  background: #fff;
  border: 1px solid rgba(36, 86, 168, 0.14);
  border-radius: 0.65rem;
  padding: 1.2rem 1.15rem 1.05rem;
  min-width: 0;
}

.mhs-checkout__main {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.mhs-checkout__card h2,
.mhs-checkout__review h2 {
  margin: 0 0 1rem;
  font-size: 1.12rem;
}

.mhs-checkout__card .form-row:last-child {
  margin-bottom: 0;
}

.mhs-checkout__secure {
  margin: -0.35rem 0 1rem;
  color: #555;
  font-size: 0.9rem;
}

.mhs-checkout__review {
  background: #f7f4ef;
}

.mhs-checkout__review .shop_table th,
.mhs-checkout__review .shop_table td {
  overflow-wrap: anywhere;
}

.mhs-checkout__vat-note {
  display: block;
  margin-top: 0.2rem;
  color: #555;
  font-size: 0.85rem;
  font-weight: 400;
}

.mhs-checkout__review .button {
  width: 100%;
  margin-top: 0.25rem;
}

@media (min-width: 960px) {
  .mhs-checkout__review {
    position: sticky;
    top: 5.5rem;
  }
}

.mhs-checkout__subtitle {
  margin: 1.35rem 0 0.65rem;
  font-size: 1.05rem;
  color: #2456a8;
}

.mhs-checkout__company {
  display: none;
}

.mhs-checkout__fields:has(#billing_as_company:checked) .mhs-checkout__company {
  display: grid;
}

.mhs-checkout__shipping-title {
  margin: 1.15rem 0 0.75rem;
  font-size: 1rem;
}

.mhs-checkout__destination {
  margin-top: 0.35rem;
}

.mhs-checkout__parcel-search-action .et_pb_button {
  white-space: nowrap;
  margin: 0;
}

.mhs-parcel-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.mhs-parcel-modal[hidden] {
  display: none;
}

.mhs-parcel-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 32, 64, 0.55);
}

.mhs-parcel-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(72rem, 100%);
  max-height: calc(100vh - 2rem);
  background: #fff;
  border-left: 4px solid #ea7317;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.mhs-parcel-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.mhs-parcel-modal__header h2 {
  margin: 0;
  color: #2456a8;
  font-size: 1.35rem;
}

.mhs-parcel-modal__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: #2456a8;
  cursor: pointer;
  font: inherit;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0 0.2rem;
}

.mhs-parcel-modal__search {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .mhs-parcel-modal__search {
    grid-template-columns: 8rem auto;
    align-items: end;
  }
}

.mhs-parcel-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  margin: 0 0 0.65rem;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 0.9rem;
}

.mhs-parcel-legend__dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.35rem;
  border-radius: 50%;
  vertical-align: middle;
}

.mhs-parcel-legend__dot--mpl {
  background: #1a5632;
}

.mhs-parcel-legend__dot--gls {
  background: #0c08e9;
}

.mhs-parcel-legend__dot--foxpost {
  background: #dc3545;
}

.mhs-parcel-modal__body {
  display: grid;
  gap: 0.75rem;
  min-height: 0;
  flex: 1;
}

@media (min-width: 900px) {
  .mhs-parcel-modal__body {
    grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr);
    min-height: 26rem;
  }
}

.mhs-parcel-modal__list {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  max-height: 12rem;
  overflow: auto;
}

@media (min-width: 900px) {
  .mhs-parcel-modal__list {
    max-height: none;
    overflow: auto;
  }
}

.mhs-parcel-modal__map {
  min-height: 18rem;
  height: 18rem;
  background: #e8eef7;
}

@media (min-width: 900px) {
  .mhs-parcel-modal__map {
    height: auto;
    min-height: 26rem;
  }
}

.mhs-parcel-modal__map .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  font: inherit;
}

.mhs-parcel-marker-wrap {
  background: transparent;
  border: 0;
}

.mhs-parcel-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 1.4rem;
  padding: 0 0.35rem;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  border: 1px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.mhs-parcel-marker span {
  transform: none;
}

.mhs-parcel-marker--mpl {
  background: #1a5632;
}

.mhs-parcel-marker--gls {
  background: #0c08e9;
}

.mhs-parcel-marker--foxpost {
  background: #dc3545;
}

.mhs-parcel-popup {
  min-width: 12rem;
}

.mhs-parcel-popup strong,
.mhs-parcel-popup span,
.mhs-parcel-popup em {
  display: block;
}

.mhs-parcel-popup span {
  margin-top: 0.2rem;
  color: #555;
  font-size: 0.9rem;
}

.mhs-parcel-popup .et_pb_button {
  margin-top: 0.65rem;
}

.mhs-checkout__parcel-option.is-active {
  border-color: #ea7317;
  background: #fff8f2;
}

body.mhs-parcel-modal-open {
  overflow: hidden;
}

.mhs-checkout__shipping-address,
.mhs-checkout__parcel {
  display: none;
}

.woocommerce-checkout:has(#shipping_same_as_billing:not(:checked)):not(:has([name="shipping_method"][value="parcel_point"]:checked)):not(:has([name="shipping_method"][value="pickup"]:checked)) .mhs-checkout__shipping-address {
  display: block;
}

.woocommerce-checkout:has([name="shipping_method"][value="parcel_point"]:checked) .mhs-checkout__same-address,
.woocommerce-checkout:has([name="shipping_method"][value="parcel_point"]:checked) .mhs-checkout__destination > .mhs-checkout__shipping-title,
.woocommerce-checkout:has([name="shipping_method"][value="parcel_point"]:checked) .mhs-checkout__shipping-address,
.woocommerce-checkout:has([name="shipping_method"][value="pickup"]:checked) .mhs-checkout__destination {
  display: none;
}

.woocommerce-checkout:has([name="shipping_method"][value="parcel_point"]:checked) .mhs-checkout__parcel {
  display: block;
}

.mhs-checkout__parcel-lead,
.mhs-checkout__parcel-status {
  margin: 0 0 0.85rem;
  color: #555;
}

.mhs-checkout__parcel-results {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
}

.mhs-checkout__parcel-option {
  appearance: none;
  text-align: left;
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(36, 86, 168, 0.25);
  background: #fff;
  cursor: pointer;
  font: inherit;
}

.mhs-checkout__parcel-option strong,
.mhs-checkout__parcel-option span {
  display: block;
}

.mhs-checkout__parcel-option span {
  margin-top: 0.2rem;
  color: #555;
  font-size: 0.9rem;
}

.mhs-checkout__parcel-cod-notice {
  display: block;
  margin-top: 0.4rem;
  color: #b42318;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 600;
}

.mhs-checkout__parcel-selected {
  margin: 0 0 0.75rem;
  padding: 0.7rem 0.8rem;
  background: #fff8f2;
  border-left: 4px solid #ea7317;
}

.mhs-checkout__parcel .mhs-field-error {
  display: block;
  margin: 0 0 0.75rem;
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 600;
}

.mhs-checkout__parcel .mhs-field-error[hidden] {
  display: none;
}

.mhs-checkout__methods {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
}

.mhs-checkout__method,
.mhs-checkout__check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.mhs-checkout__method {
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(36, 86, 168, 0.25);
  background: #fff;
}

.mhs-checkout__method[data-mhs-with] {
  display: none;
}

.woocommerce-checkout:has([name="shipping_method"][value="pickup"]:checked) .mhs-checkout__method[data-mhs-with~="pickup"],
.woocommerce-checkout:has([name="shipping_method"][value="mpl"]:checked) .mhs-checkout__method[data-mhs-with~="mpl"],
.woocommerce-checkout:has([name="shipping_method"][value="foxpost"]:checked) .mhs-checkout__method[data-mhs-with~="foxpost"],
.woocommerce-checkout:has([name="shipping_method"][value="gls"]:checked) .mhs-checkout__method[data-mhs-with~="gls"],
.woocommerce-checkout:has([name="shipping_method"][value="parcel_point"]:checked) .mhs-checkout__method[data-mhs-with~="parcel_point"] {
  display: flex;
}

.woocommerce-checkout.is-parcel-without-cod:has([name="shipping_method"][value="parcel_point"]:checked) .mhs-checkout__method[data-mhs-payment="cod"] {
  display: none;
}

.mhs-checkout__method:has(input:checked) {
  border-color: #ea7317;
  background: #fff8f2;
}

.mhs-checkout__method input,
.mhs-checkout__check input {
  accent-color: #ea7317;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.15rem 0 0;
  flex-shrink: 0;
}

.mhs-checkout__method-hint,
.mhs-checkout__method-details {
  display: block;
  margin-top: 0.35rem;
  font-weight: 400;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.4;
}

.mhs-checkout__method-fee {
  display: block;
  margin-top: 0.2rem;
  color: #2456a8;
  font-weight: 600;
  font-size: 0.9rem;
}

.mhs-checkout__method-details {
  display: none;
}

.mhs-checkout__method:has(input:checked) .mhs-checkout__method-details {
  display: block;
}

.mhs-checkout__legal {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.mhs-checkout__legal .form-row {
  margin: 0;
}

.mhs-checkout__legal-note {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
}

.mhs-checkout__optional {
  color: #777;
  font-style: normal;
  font-weight: 400;
}

.mhs-checkout__marketing-all {
  font-weight: 700;
}

.mhs-checkout__marketing-more {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  color: #555;
}

.mhs-checkout__terms {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-weight: 500;
  color: #333;
}

.mhs-gift-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.mhs-gift-modal[hidden] {
  display: none;
}

.mhs-gift-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 32, 64, 0.55);
}

.mhs-gift-modal__dialog {
  position: relative;
  max-width: 28rem;
  width: 100%;
  background: #fff;
  border-left: 4px solid #ea7317;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.mhs-gift-modal__dialog h2 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-size: 1.35rem;
}

.mhs-gift-modal__dialog p {
  margin: 0 0 1.25rem;
  color: #333;
  line-height: 1.5;
}

.mhs-gift-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.mhs-gift-modal__actions form {
  margin: 0;
}

.mhs-gift-modal__secondary {
  appearance: none;
  border: 0;
  background: transparent;
  color: #2456a8;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0.5rem 0;
}

body.mhs-gift-modal-open {
  overflow: hidden;
}

.mhs-cookie {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.mhs-cookie[hidden] {
  display: none !important;
}

.mhs-cookie__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 32, 64, 0.55);
}

.mhs-cookie__dialog {
  position: relative;
  max-width: 36rem;
  width: 100%;
  background: #102040;
  color: #fff;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.mhs-cookie__title {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.mhs-cookie p {
  margin: 0 0 0.85rem;
  line-height: 1.45;
}

.mhs-cookie a {
  color: #fff;
  text-decoration: underline;
}

.mhs-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}

.mhs-cookie__accept,
.mhs-cookie__necessary {
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 2px;
}

.mhs-cookie__accept {
  border: 0;
  background: #ea7317;
  color: #fff;
}

.mhs-cookie__necessary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
}

body.mhs-cookie-open {
  overflow: hidden;
}

.mhs-mini-cart {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(16, 32, 64, 0.45);
}

.mhs-mini-cart[hidden] {
  display: none;
}

.mhs-mini-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(22rem, 100%);
  height: 100%;
  background: #fff;
  padding: 1.5rem 1.25rem;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.18);
}

.mhs-coupon-form:not(.mhs-cart-coupon),
.mhs-shipping-form {
  margin: 1.5rem 0 0;
}

.mhs-coupon-form:not(.mhs-cart-coupon) input[type="text"] {
  width: min(16rem, 100%);
  padding: 0.65rem 0.75rem;
  margin-right: 0.5rem;
}

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

.ts-btn--primary:hover,
.ts-btn--primary:focus-visible,
.ts-banner .ts-btn:hover,
.ts-banner .ts-btn:focus-visible,
.ts-split .ts-btn:hover,
.ts-split .ts-btn:focus-visible,
.ts-bg-section .ts-btn:hover,
.ts-bg-section .ts-btn:focus-visible {
  background: #c96214;
}

.ts-social__links a:hover,
.ts-social__links a:focus-visible {
  background: #1b4180;
}

/* MHS page-builder szekciók — a meglévő Divi főoldal palettája. */

html {
  scroll-behavior: smooth;
}

#hero,
#problema,
#hogyan-mukodik,
#video,
#ajanlat,
#ajanlat-2,
#ajanlat-3,
#ajanlat-4,
#referenciak,
#vasarlas,
#alkalmazas,
#termekinformacio,
#velemenyek,
#gyik,
#cta,
#calc-container {
  scroll-margin-top: 80px;
}

.mhs-hero,
.mhs-hero-slider,
.mhs-problem,
.mhs-how,
.mhs-references,
.mhs-purchase,
.mhs-application,
.mhs-product,
.mhs-guides,
.mhs-quotes,
.mhs-faq,
.mhs-cta,
.mhs-calc,
.mhs-page-header,
.mhs-text,
.mhs-image,
.mhs-split,
.mhs-card-section,
.mhs-contact-form {
  font-family: "Open Sans", Arial, sans-serif;
  box-sizing: border-box;
}

.mhs-hero *,
.mhs-hero-slider *,
.mhs-problem *,
.mhs-how *,
.mhs-references *,
.mhs-purchase *,
.mhs-application *,
.mhs-product *,
.mhs-guides *,
.mhs-quotes *,
.mhs-faq *,
.mhs-cta *,
.mhs-calc *,
.mhs-page-header *,
.mhs-text *,
.mhs-image *,
.mhs-split *,
.mhs-card-section *,
.mhs-contact-form * {
  box-sizing: border-box;
}

.mhs-hero h1,
.mhs-hero h2,
.mhs-hero-slider h1,
.mhs-hero-slider h2,
.mhs-problem h2,
.mhs-how h2,
.mhs-references h2,
.mhs-purchase h2,
.mhs-application h2,
.mhs-product h3,
.mhs-product h2,
.mhs-guides h2,
.mhs-quotes h2,
.mhs-faq h2,
.mhs-cta h2,
.mhs-card-section h2,
.mhs-contact-form h2,
.mhs-quote h3 {
  font-family: Heebo, Helvetica, Arial, sans-serif;
}

.mhs-hero {
  position: relative;
  isolation: isolate;
  background-color: #ea7317;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 0;
}

.mhs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 115, 23, 0.62);
  pointer-events: none;
  z-index: 1;
}

.mhs-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mhs-hero__problem,
.mhs-hero__solution {
  min-height: 28rem;
  background-color: transparent !important;
  background-image: none !important;
}

.mhs-hero__problem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5.5vw 6% 5.5vw 16%;
  background: transparent;
  color: #fff;
}

.mhs-hero__problem .mhs-hero__copy {
  max-width: 28rem;
  width: 100%;
  border-left: 8px solid #2456a8;
  padding-left: 1.5rem;
}

.mhs-hero__solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5.5vw 16% 5.5vw 6%;
  background: transparent;
}

.mhs-hero__solution .mhs-hero__copy,
.mhs-hero__actions {
  max-width: 28rem;
  width: 100%;
}

.mhs-hero h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-hero h1,
.mhs-hero__closing {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mhs-hero p,
.mhs-hero li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.mhs-hero p {
  margin: 0;
}

.mhs-hero ul,
.mhs-hero ol {
  margin-bottom: 1.5rem;
}

.mhs-hero__brand {
  margin: 0 0 0.35rem;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mhs-hero__product {
  margin: 0 0 1.5rem;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mhs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.mhs-hero__cta {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.mhs-hero__cta--primary {
  background: #fff;
  color: #2456a8;
}

.mhs-hero__cta--primary:hover,
.mhs-hero__cta--primary:focus-visible {
  background: #f4f7fb;
}

.mhs-hero__cta--secondary {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.mhs-hero__cta--secondary:hover,
.mhs-hero__cta--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.mhs-hero-slider {
  position: relative;
  isolation: isolate;
  background-color: #ea7317;
  color: #fff;
  padding: 0;
  --mhs-hero-title-color: #fff;
  --mhs-hero-lead-color: #fff;
  --mhs-hero-title-font: Heebo, Helvetica, Arial, sans-serif;
  --mhs-hero-lead-font: "Open Sans", Arial, sans-serif;
  --mhs-hero-title-size: 42px;
  --mhs-hero-lead-size: 20px;
}

.mhs-hero-slider__viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.mhs-hero-slider__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.mhs-hero-slider__track.is-jumping {
  transition: none !important;
}

.mhs-hero-slider__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  background-color: #ea7317;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mhs-hero-slider__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 115, 23, 0.35);
  pointer-events: none;
  z-index: 1;
}

.mhs-hero-slider[data-show-overlay="0"] .mhs-hero-slider__slide::before {
  display: none;
}

.mhs-hero-slider__panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 28rem;
  padding: 5.5vw 0 4.5rem;
  background-color: transparent !important;
  background-image: none !important;
}

.mhs-hero-slider__title,
.mhs-hero-slider__lead,
.mhs-hero-slider__actions {
  width: 80%;
  max-width: 1200px;
}

.mhs-hero-slider__title {
  margin: 0 0 1rem;
  color: var(--mhs-hero-title-color);
  font-family: var(--mhs-hero-title-font);
  font-size: var(--mhs-hero-title-size);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mhs-hero-slider__lead {
  margin: 0;
  color: var(--mhs-hero-lead-color);
  font-family: var(--mhs-hero-lead-font);
  font-size: var(--mhs-hero-lead-size);
  font-weight: 600;
  line-height: 1.5;
}

.mhs-hero-slider__lead p {
  margin: 0 0 1rem;
  color: var(--mhs-hero-lead-color);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.mhs-hero-slider__lead ul,
.mhs-hero-slider__lead ol {
  margin-bottom: 1.5rem;
}

.mhs-hero-slider__lead li {
  color: var(--mhs-hero-lead-color);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.mhs-hero-slider__closing {
  margin: 0;
  color: var(--mhs-hero-title-color);
  font-family: var(--mhs-hero-title-font);
  font-size: var(--mhs-hero-title-size);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mhs-hero-slider__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.mhs-hero-slider__cta {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0.85rem 1.6rem;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.mhs-hero-slider__cta--primary {
  background: #fff;
  color: #2456a8;
}

.mhs-hero-slider__cta--primary:hover,
.mhs-hero-slider__cta--primary:focus-visible {
  background: #f4f7fb;
}

.mhs-hero-slider__cta--secondary {
  background: transparent;
  color: var(--mhs-hero-title-color);
  box-shadow: inset 0 0 0 2px var(--mhs-hero-title-color);
}

.mhs-hero-slider__cta--secondary:hover,
.mhs-hero-slider__cta--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.mhs-hero-slider .mhs-hero-slider__title,
.mhs-hero-slider .mhs-hero-slider__closing {
  color: var(--mhs-hero-title-color);
  font-family: var(--mhs-hero-title-font) !important;
}

.mhs-hero-slider .mhs-hero-slider__lead,
.mhs-hero-slider .mhs-hero-slider__lead p,
.mhs-hero-slider .mhs-hero-slider__lead li {
  color: var(--mhs-hero-lead-color);
  font-family: var(--mhs-hero-lead-font);
}

.mhs-hero-slider__slide[data-show-title="0"] .mhs-hero-slider__title {
  display: none;
}

.mhs-hero-slider__slide[data-show-lead="0"] .mhs-hero-slider__lead {
  display: none;
}

.mhs-hero-slider__slide[data-show-primary="0"] .mhs-hero-slider__cta--primary {
  display: none;
}

.mhs-hero-slider__slide[data-show-secondary="0"] .mhs-hero-slider__cta--secondary {
  display: none;
}

.mhs-hero-slider__slide[data-show-primary="0"][data-show-secondary="0"] .mhs-hero-slider__actions {
  display: none;
}

.mhs-hero-slider__controls {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.mhs-hero-slider__arrow {
  display: none;
}

.mhs-hero-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.mhs-hero-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.mhs-hero-slider__dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.mhs-hero-slider__dot:hover,
.mhs-hero-slider__dot:focus-visible {
  background: #fff;
}

.mhs-problem,
.mhs-how,
.mhs-cards,
.mhs-card-section,
.mhs-video,
.mhs-references,
.mhs-purchase,
.mhs-application {
  background: #fff;
  color: #1a1919;
  padding: 4rem 0;
}

.mhs-how:has(+ .mhs-cards),
.mhs-how:has(+ .mhs-video) {
  padding-bottom: 0;
}

.mhs-how + .mhs-cards,
.mhs-cards:has(+ .mhs-video) {
  padding-top: 0;
}

.mhs-cards:has(+ .mhs-video) {
  padding-bottom: 0;
}

.mhs-cards + .mhs-video,
.mhs-how + .mhs-video {
  padding-top: 2rem;
}

.mhs-problem__inner,
.mhs-how__inner,
.mhs-cards__inner,
.mhs-card-section__inner,
.mhs-video__inner,
.mhs-references__inner,
.mhs-purchase__inner,
.mhs-application__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.mhs-problem h2,
.mhs-how h2,
.mhs-references h2,
.mhs-purchase h2,
.mhs-application h2,
.mhs-card-section h2 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-problem__lead,
.mhs-how__lead,
.mhs-references__lead,
.mhs-purchase__lead,
.mhs-application__lead,
.mhs-card-section__lead {
  margin: 0 0 2rem;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.mhs-problem__grid,
.mhs-how__grid,
.mhs-cards__grid,
.mhs-card-section__grid,
.mhs-application__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.mhs-how__grid,
.mhs-cards__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhs-cards[data-columns="2"] .mhs-cards__grid,
.mhs-card-section[data-columns="2"] .mhs-card-section__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhs-cards[data-columns="3"] .mhs-cards__grid,
.mhs-card-section[data-columns="3"] .mhs-card-section__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhs-cards[data-columns="4"] .mhs-cards__grid,
.mhs-card-section[data-columns="4"] .mhs-card-section__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mhs-card-section[data-show-title="0"] h2 {
  display: none;
}

.mhs-card-section[data-show-lead="0"] .mhs-card-section__lead {
  display: none;
}

.mhs-problem__card,
.mhs-how__step,
.mhs-card,
.mhs-application__step {
  padding: 1.25rem;
  background: #f4f7fb;
  border-top: 6px solid #2456a8;
}

.mhs-how__step,
.mhs-card,
.mhs-application__step {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.75rem;
}

.mhs-how__num,
.mhs-card__num,
.mhs-application__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ea7317;
  color: #fff;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.mhs-problem__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0 0.85rem;
  --mhs-icon-color: #2456a8;
}

.mhs-problem__icon img,
.mhs-problem__card img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.mhs-problem__icon img {
  width: 100%;
  height: 100%;
}

.mhs-problem__icon.is-svg {
  background-color: var(--mhs-icon-color);
  -webkit-mask: var(--mhs-icon) center / contain no-repeat;
  mask: var(--mhs-icon) center / contain no-repeat;
}

.mhs-problem__icon.is-svg img {
  opacity: 0;
}

.mhs-how__step img,
.mhs-card img,
.mhs-application__step img {
  display: none;
}

.mhs-how__step h3,
.mhs-how__step p,
.mhs-card h3,
.mhs-card p,
.mhs-application__step h3,
.mhs-application__step p {
  flex: 0 0 auto;
  width: 100%;
}

.mhs-problem__card h3,
.mhs-how__step h3,
.mhs-card h3,
.mhs-application__step h3,
.mhs-reference h3 {
  margin: 0 0 0.5rem;
  color: #2456a8;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.mhs-problem__card p,
.mhs-how__step p,
.mhs-card p,
.mhs-application__step p,
.mhs-reference p {
  margin: 0;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.65;
}

.mhs-problem__warning {
  margin: 1.5rem 0 0;
  padding: 1rem 1.25rem;
  background: #fff6e8;
  border-left: 8px solid #ea7317;
  color: #1a1919;
  font-size: 14px;
  line-height: 1.65;
}

.mhs-how__video,
.mhs-application__video {
  margin-top: 2rem;
}

.mhs-how__video h3,
.mhs-video h3,
.mhs-application__video h3 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.mhs-how .ts-video__play,
.mhs-video .ts-video__play,
.mhs-application .ts-video__play,
.mhs-how .ts-video__frame,
.mhs-video .ts-video__frame,
.mhs-application .ts-video__frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #2456a8;
  color: #fff;
  cursor: pointer;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhs-how .ts-video__play.has-poster,
.mhs-how .ts-video__play[data-poster],
.mhs-video .ts-video__play.has-poster,
.mhs-video .ts-video__play[data-poster],
.mhs-application .ts-video__play.has-poster,
.mhs-application .ts-video__play[data-poster] {
  background-color: #1a1919;
  background-image: var(--mhs-video-poster);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mhs-how .ts-video__play.has-poster::before,
.mhs-how .ts-video__play[data-poster]::before,
.mhs-video .ts-video__play.has-poster::before,
.mhs-video .ts-video__play[data-poster]::before,
.mhs-application .ts-video__play.has-poster::before,
.mhs-application .ts-video__play[data-poster]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 25, 25, 0.35);
  pointer-events: none;
}

.mhs-how .ts-video__still,
.mhs-video .ts-video__still,
.mhs-application .ts-video__still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.mhs-how .ts-video__play > span,
.mhs-video .ts-video__play > span,
.mhs-application .ts-video__play > span {
  position: relative;
  z-index: 1;
}

.mhs-how .ts-video__play:hover,
.mhs-how .ts-video__play:focus-visible,
.mhs-video .ts-video__play:hover,
.mhs-video .ts-video__play:focus-visible,
.mhs-application .ts-video__play:hover,
.mhs-application .ts-video__play:focus-visible {
  background-color: #1b4180;
}

.mhs-how .ts-video__play.has-poster:hover,
.mhs-how .ts-video__play.has-poster:focus-visible,
.mhs-how .ts-video__play[data-poster]:hover,
.mhs-how .ts-video__play[data-poster]:focus-visible,
.mhs-video .ts-video__play.has-poster:hover,
.mhs-video .ts-video__play.has-poster:focus-visible,
.mhs-video .ts-video__play[data-poster]:hover,
.mhs-video .ts-video__play[data-poster]:focus-visible,
.mhs-application .ts-video__play.has-poster:hover,
.mhs-application .ts-video__play.has-poster:focus-visible,
.mhs-application .ts-video__play[data-poster]:hover,
.mhs-application .ts-video__play[data-poster]:focus-visible {
  background-color: #1a1919;
  background-image: var(--mhs-video-poster);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mhs-how .ts-video__play.has-poster:hover::before,
.mhs-how .ts-video__play.has-poster:focus-visible::before,
.mhs-how .ts-video__play[data-poster]:hover::before,
.mhs-how .ts-video__play[data-poster]:focus-visible::before,
.mhs-video .ts-video__play.has-poster:hover::before,
.mhs-video .ts-video__play.has-poster:focus-visible::before,
.mhs-video .ts-video__play[data-poster]:hover::before,
.mhs-video .ts-video__play[data-poster]:focus-visible::before,
.mhs-application .ts-video__play.has-poster:hover::before,
.mhs-application .ts-video__play.has-poster:focus-visible::before,
.mhs-application .ts-video__play[data-poster]:hover::before,
.mhs-application .ts-video__play[data-poster]:focus-visible::before {
  background: rgba(26, 25, 25, 0.5);
}

.mhs-how .ts-video__frame iframe,
.mhs-video .ts-video__frame iframe,
.mhs-application .ts-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mhs-references__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.mhs-reference__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
}

.mhs-reference figure {
  margin: 0;
}

.mhs-reference img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d9b08a;
}

.mhs-reference figcaption {
  margin-top: 0.35rem;
  color: #2456a8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mhs-reference__place {
  margin: 0 0 0.35rem;
  color: #ea7317;
  font-size: 13px;
  font-weight: 700;
}

.mhs-purchase {
  background: #f4f7fb;
}

.mhs-purchase__widget {
  margin-top: 1.5rem;
}

.mhs-application__pdf {
  margin: 1.5rem 0 0;
}

.mhs-application__pdf a {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: #ea7317;
  color: #fff;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.mhs-application__pdf a:hover,
.mhs-application__pdf a:focus-visible {
  background: #c96214;
}

.mhs-calc {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  color: #1a1919;
  overflow: visible;
}

.mhs-calc .anyagkalkulator-container {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: visible;
  box-shadow: none;
}

.mhs-hero .mhs-calc {
  padding: 0;
  background: transparent;
  height: auto;
}

.mhs-hero .mhs-calc .anyagkalkulator-container {
  width: 600px;
  max-width: 100%;
}

.mhs-calc .anyagkalkulator-container h2 {
  margin: 0;
  padding: 15px;
  color: #1a1919;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.mhs-calc .anyagkalkulator-container .calc-body {
  padding: 10px 15px;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}

.mhs-calc .anyagkalkulator-container p {
  padding-bottom: 5px;
  margin: 0 0 1rem;
  color: #1a1919;
  font-size: 0.9em;
  font-weight: 500;
}

.mhs-calc .anyagkalkulator-container .input-field-container {
  padding-bottom: 10px;
}

.mhs-calc .anyagkalkulator-container .input-field-container label {
  display: inline-block;
  position: relative;
  color: #1a1919;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.mhs-calc .anyagkalkulator-container .tooltip-container {
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  margin-top: 0;
  cursor: pointer;
  vertical-align: middle;
}

.mhs-calc .anyagkalkulator-container .tooltip-icon {
  font-weight: normal;
  border-radius: 50%;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.mhs-calc .anyagkalkulator-container .tooltip-text {
  visibility: hidden;
  width: 280px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 80%;
  transform: translateX(-60%);
  white-space: normal;
  font-size: 11px;
  font-weight: normal;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px black;
}

.mhs-calc .anyagkalkulator-container .tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.mhs-calc .anyagkalkulator-container .input-field {
  display: flex;
  height: 30px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  overflow: visible;
  background-color: #fff;
}

.mhs-calc .anyagkalkulator-container .bg-grey.input-field {
  background-color: #f1f1f1;
}

.mhs-calc .anyagkalkulator-container input,
.mhs-calc .anyagkalkulator-container .input-field input {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  height: auto;
  margin-top: 0;
  padding: 0 15px 0 0.5rem;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  color: #1a1919;
  font-size: 12px;
  text-align: right;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.mhs-calc .anyagkalkulator-container .m2 {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  color: #0d0d0d99;
  font-size: 12px;
}

.mhs-calc .anyagkalkulator-container .arrows {
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.mhs-calc .anyagkalkulator-container .arrows button {
  border: none;
  padding: 3px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: space-around;
  font-size: 4px;
  height: 12px;
  min-width: 18px;
  min-height: 12px;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
}

.mhs-calc .anyagkalkulator-container .promo-intro {
  margin: 0.85rem 0 0;
  padding-bottom: 0;
  color: #1a1919;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.45;
}

.mhs-calc .anyagkalkulator-container .promo-intro + .line {
  margin-top: 0.65rem;
}

.mhs-calc .anyagkalkulator-container .line {
  height: 1px;
  border-top: 1px solid #aeaeae;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mhs-calc .anyagkalkulator-container .tx-sm {
  font-size: 10px;
  color: gray;
}

.mhs-calc .anyagkalkulator-container .promo-right {
  text-align: right;
}

.mhs-calc .anyagkalkulator-container .promo-chip {
  background-color: #2456a8;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mhs-calc .mhs-calc-buy {
  padding: 6px 0 4px;
}

.mhs-calc .mhs-calc-buy .mhs-gift-notice {
  margin: 0 0 0.85rem;
}

.mhs-calc .mhs-calc-buy .quantity {
  display: none;
}

.mhs-calc .mhs-calc-buy form.cart {
  margin: 0;
}

.mhs-calc .mhs-calc-buy .single_add_to_cart_button {
  display: inline-block;
  margin: 0;
  padding: 0.55em 1.15em;
  border: none;
  border-radius: 3px;
  background: #ea7317;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: none;
}

.mhs-calc .mhs-calc-buy .single_add_to_cart_button:hover,
.mhs-calc .mhs-calc-buy .single_add_to_cart_button:focus-visible {
  background: #c96214;
  color: #fff;
}

.mhs-product {
  background: transparent;
  padding: 0 0 3rem;
}

.mhs-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 2rem;
  align-items: start;
  width: 80%;
  max-width: 1200px;
  margin: -4vw auto 0;
  padding: 60px;
  background: #2456a8;
  color: #fff;
}

.mhs-calc-cta-block {
  position: relative;
  z-index: 1;
}

.mhs-calc-cta-block + .mhs-product .mhs-product__grid {
  margin-top: 0;
}

.mhs-product__heading {
  grid-column: 1 / -1;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-product__media {
  margin: 0;
}

.mhs-product img {
  display: block;
  width: 100%;
  height: auto;
}

.mhs-product h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.mhs-product p {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.mhs-product__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

.mhs-product__facts > div {
  margin: 0;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.1);
}

.mhs-product__facts dt {
  margin: 0 0 0.3rem;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mhs-product__facts dd {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.mhs-product__facts dd small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.85;
}

.mhs-product__facts dd small:empty {
  display: none;
}

.mhs-product__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.mhs-product a {
  display: inline-block;
  padding: 0.55rem 1.4rem;
  background: #fff;
  color: #0c71c3;
  font-weight: 600;
  text-decoration: none;
}

.mhs-product a:hover,
.mhs-product a:focus-visible {
  background: #f4f7fb;
}

.mhs-guides {
  background: #fff;
  padding: 0 0 1rem;
}

.mhs-guides > * {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  border-left: 8px solid #2456a8;
}

.mhs-guides h2 {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 0.75rem;
  color: #2456a8;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-guides > p {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.mhs-guides__videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 3rem;
  padding-bottom: 50px;
}

.mhs-guides__videos .mhs-video,
.mhs-guides__videos iframe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #2456a8;
  color: #fff;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.mhs-guides__videos .mhs-video:hover,
.mhs-guides__videos .mhs-video:focus-visible {
  background: #1b4180;
}

.mhs-quotes {
  background: #2456a8;
  color: #fff;
  padding: 4rem 0;
}

.mhs-quotes h2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 2rem;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-quotes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.mhs-quote {
  background: #fff;
  color: #4c4c4c;
  padding: 1.25rem 1.35rem 1.5rem;
  border-top: 6px solid #ea7317;
}

.mhs-quote h3 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-size: 1.05rem;
  font-weight: 800;
}

.mhs-quote p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.mhs-faq {
  background: #fff;
  padding: 3.5rem 0 4.5rem;
}

.mhs-faq h2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 1.75rem;
  color: #2456a8;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-faq__list {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.mhs-faq details {
  margin: 0 0 10px;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #d9d9d9;
}

.mhs-faq details[open] {
  background: #fff;
}

.mhs-faq summary {
  position: relative;
  padding-right: 50px;
  color: #383838;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.mhs-faq summary::-webkit-details-marker {
  display: none;
}

.mhs-faq summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #ea7317;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.mhs-faq details[open] summary::after {
  content: "–";
}

.mhs-faq details p {
  margin: 20px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.mhs-cta {
  background: #ea7317;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}

.mhs-cta h2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 1.25rem;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.mhs-cta a {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: #fff;
  color: #2456a8;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.mhs-cta a:hover,
.mhs-cta a:focus-visible {
  background: #f4f7fb;
}

.mhs-page-header {
  background: #2456a8;
  color: #fff;
  padding: 2.75rem 0;
}

.mhs-page-header__inner,
.mhs-text__inner,
.mhs-image__inner,
.mhs-split__inner,
.mhs-contact-form__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.mhs-page-header h1 {
  margin: 0;
  color: #fff;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-page-header__lead {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
}

.mhs-page-header__lead:empty {
  display: none;
}

.mhs-contact-form {
  background: #fff;
  color: #1a1919;
  padding: 2.5rem 0;
}

.mhs-contact-form h2 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.mhs-contact-form__lead {
  margin: 0 0 1rem;
  max-width: 36rem;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.mhs-contact-form[data-show-title="0"] h2 {
  display: none;
}

.mhs-contact-form[data-show-lead="0"] .mhs-contact-form__lead {
  display: none;
}

.mhs-contact-form__success {
  margin: 0 0 1rem;
  max-width: 36rem;
  padding: 0.75rem 0.9rem;
  background: #eef5ea;
  border-left: 4px solid #3d7a32;
  color: #2d5a26;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.mhs-contact-form__errors {
  margin: 0 0 1rem;
  max-width: 36rem;
  padding: 0.75rem 0.9rem 0.75rem 1.35rem;
  background: #fdecea;
  border-left: 4px solid #c0392b;
  color: #8a1f16;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.mhs-contact-form__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.85rem;
  max-width: 36rem;
}

.mhs-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

.mhs-contact-form__field--wide {
  grid-column: 1 / -1;
}

.mhs-contact-form__field input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  border: 1px solid #d5dbe5;
  border-radius: 0;
  background: #fff;
  color: #1a1919;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.mhs-contact-form__field input:focus {
  outline: 2px solid #2456a8;
  outline-offset: 1px;
}

.mhs-contact-form__submit {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 0.25rem;
  padding: 0.65rem 1.25rem;
  border: 0;
  background: #ea7317;
  color: #fff;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.mhs-contact-form__submit:hover,
.mhs-contact-form__submit:focus-visible {
  background: #c96214;
}

.mhs-text,
.mhs-image,
.mhs-split {
  background: #fff;
  color: #1a1919;
  padding: 4rem 0;
}

.mhs-text h2 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-text__body {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.7;
}

.mhs-text__body p {
  margin: 0 0 1rem;
}

.mhs-text__body p:last-child {
  margin-bottom: 0;
}

.mhs-image figure {
  margin: 0;
}

.mhs-image img {
  display: block;
  width: 100%;
  height: auto;
  background: #f4f7fb;
}

.mhs-image figcaption {
  margin: 0.75rem 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.mhs-image figcaption:empty {
  display: none;
}

.mhs-split__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.mhs-split__copy {
  order: 1;
}

.mhs-split__media {
  order: 2;
  overflow: hidden;
  background: #f4f7fb;
}

.mhs-split[data-image-side="left"] .mhs-split__copy {
  order: 2;
}

.mhs-split[data-image-side="left"] .mhs-split__media {
  order: 1;
}

.mhs-split h2 {
  margin: 0 0 0.75rem;
  color: #2456a8;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.mhs-split__body {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.7;
}

.mhs-split__body p {
  margin: 0 0 1rem;
}

.mhs-split__body p:last-child {
  margin-bottom: 0;
}

.mhs-split__button {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.85rem 1.6rem;
  background: #ea7317;
  color: #fff;
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.mhs-split__button:hover,
.mhs-split__button:focus-visible {
  background: #c96214;
}

.mhs-split[data-show-button="0"] .mhs-split__button {
  display: none;
}

.mhs-split__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .mhs-product__grid,
  .mhs-guides > *,
  .mhs-quotes h2,
  .mhs-quotes__grid,
  .mhs-faq h2,
  .mhs-faq__list,
  .mhs-cta h2,
  .mhs-problem__inner,
  .mhs-how__inner,
  .mhs-cards__inner,
  .mhs-card-section__inner,
  .mhs-video__inner,
  .mhs-references__inner,
  .mhs-purchase__inner,
  .mhs-application__inner,
  .mhs-page-header__inner,
  .mhs-text__inner,
  .mhs-image__inner,
  .mhs-split__inner,
  .mhs-contact-form__inner,
  .mhs-hero-slider__title,
  .mhs-hero-slider__lead,
  .mhs-hero-slider__actions {
    width: auto;
    max-width: none;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mhs-hero h1,
  .mhs-hero__closing {
    font-size: 36px;
  }

  .mhs-hero h2,
  .mhs-hero p,
  .mhs-hero li {
    font-size: 18px;
  }

  .mhs-hero__problem,
  .mhs-hero__solution {
    min-height: 0;
  }

  .mhs-hero__problem {
    padding: 4rem 6% 4rem 10%;
  }

  .mhs-hero__solution {
    padding: 4rem 10% 4rem 6%;
  }

  .mhs-hero-slider__title {
    font-size: calc(var(--mhs-hero-title-size) * 0.857);
  }

  .mhs-hero-slider__lead {
    font-size: calc(var(--mhs-hero-lead-size) * 0.9);
  }

  .mhs-hero-slider__closing {
    font-size: calc(var(--mhs-hero-title-size) * 0.857);
  }

  .mhs-hero-slider__panel {
    min-height: 0;
    padding: 4rem 0 5.5rem;
  }

  .mhs-problem__grid,
  .mhs-application__grid,
  .mhs-references__grid,
  .mhs-cards__grid,
  .mhs-cards[data-columns="4"] .mhs-cards__grid,
  .mhs-card-section__grid,
  .mhs-card-section[data-columns="3"] .mhs-card-section__grid,
  .mhs-card-section[data-columns="4"] .mhs-card-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhs-split__inner {
    grid-template-columns: 1fr;
  }

  .mhs-split__copy,
  .mhs-split__media,
  .mhs-split[data-image-side="left"] .mhs-split__copy,
  .mhs-split[data-image-side="left"] .mhs-split__media {
    order: initial;
  }

  .mhs-split__media {
    order: 0;
  }

  .mhs-split__copy {
    order: 1;
  }

  .mhs-product__grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 50px 30px;
  }

  .mhs-guides h2,
  .mhs-problem h2,
  .mhs-how h2,
  .mhs-references h2,
  .mhs-purchase h2,
  .mhs-application h2,
  .mhs-product h2,
  .mhs-text h2,
  .mhs-split h2,
  .mhs-card-section h2,
  .mhs-contact-form h2,
  .mhs-page-header h1 {
    font-size: 26px;
  }

  .mhs-quotes h2 {
    font-size: 32px;
  }

  .mhs-faq h2 {
    font-size: 40px;
  }

  .mhs-cta h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .mhs-hero {
    padding: 0;
  }

  .mhs-hero__grid {
    grid-template-columns: 1fr;
  }

  .mhs-hero h1,
  .mhs-hero__closing {
    font-size: 30px;
  }

  .mhs-hero h2,
  .mhs-hero p,
  .mhs-hero li {
    font-size: 14px;
  }

  .mhs-hero__brand,
  .mhs-hero__product {
    font-size: 14px;
  }

  .mhs-hero__problem,
  .mhs-hero__solution {
    padding: 2.5rem 1.25rem;
  }

  .mhs-hero__problem {
    justify-content: flex-start;
  }

  .mhs-hero__problem .mhs-hero__copy,
  .mhs-hero__solution .mhs-hero__copy,
  .mhs-hero__actions {
    max-width: none;
  }

  .mhs-hero-slider__title {
    font-size: calc(var(--mhs-hero-title-size) * 0.714);
  }

  .mhs-hero-slider__lead {
    font-size: calc(var(--mhs-hero-lead-size) * 0.7);
  }

  .mhs-hero-slider__closing {
    font-size: calc(var(--mhs-hero-title-size) * 0.714);
  }

  .mhs-hero-slider__panel {
    align-items: stretch;
    padding: 2.5rem 0 4.5rem;
  }

  .mhs-hero-slider__title,
  .mhs-hero-slider__lead,
  .mhs-hero-slider__actions {
    width: auto;
    max-width: none;
  }

  .mhs-hero-slider__controls {
    bottom: 0.85rem;
  }

  .mhs-problem,
  .mhs-how,
  .mhs-cards,
  .mhs-card-section,
  .mhs-video,
  .mhs-references,
  .mhs-purchase,
  .mhs-application,
  .mhs-text,
  .mhs-image,
  .mhs-split {
    padding: 2.5rem 0;
  }

  .mhs-problem__grid,
  .mhs-how__grid,
  .mhs-cards__grid,
  .mhs-cards[data-columns="2"] .mhs-cards__grid,
  .mhs-cards[data-columns="4"] .mhs-cards__grid,
  .mhs-card-section__grid,
  .mhs-card-section[data-columns="2"] .mhs-card-section__grid,
  .mhs-card-section[data-columns="3"] .mhs-card-section__grid,
  .mhs-card-section[data-columns="4"] .mhs-card-section__grid,
  .mhs-application__grid,
  .mhs-references__grid {
    grid-template-columns: 1fr;
  }

  .mhs-product__grid {
    padding: 40px 1.25rem;
  }

  .mhs-product h2 {
    font-size: 22px;
  }

  .mhs-product h3 {
    font-size: 20px;
  }

  .mhs-product__facts {
    grid-template-columns: 1fr;
  }

  .mhs-guides h2,
  .mhs-problem h2,
  .mhs-how h2,
  .mhs-references h2,
  .mhs-purchase h2,
  .mhs-application h2,
  .mhs-text h2,
  .mhs-split h2,
  .mhs-card-section h2,
  .mhs-contact-form h2,
  .mhs-page-header h1 {
    font-size: 22px;
    padding-top: 0;
  }

  .mhs-contact-form__form {
    grid-template-columns: 1fr;
  }

  .mhs-contact-form__field--wide {
    grid-column: auto;
  }

  .mhs-guides__videos {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .mhs-quotes {
    padding: 2.5rem 0;
  }

  .mhs-quotes h2,
  .mhs-faq h2 {
    font-size: 24px;
  }

  .mhs-cta h2 {
    font-size: 22px;
  }
}

