/* Product listing & detail parity fixes */
ul.mtree {
  opacity: 1 !important;
}

ul.mtree > li.active > a {
  background: #3f377d;
  color: #fff;
}

.product_listing .page-right {
  float: right;
  width: 76%;
  padding-left: 40px;
}

.product_listing .page-left {
  float: left;
  width: 24%;
}

/* Category banner — near homepage hero height (420px), slightly shorter */
.category_page_banner {
  position: relative;
  min-height: 0;
  padding: 0;
  background: none;
}

.category_page_banner > img {
  display: block;
  width: 100%;
  height: 380px;
  max-height: none;
  object-fit: cover;
}

/* Unified section header — isolated from legacy .main_title / .bg conflicts */
.section-main-title {
  position: relative;
  margin: 0 auto 10px;
  padding: 24px 0 8px;
  text-align: center;
  overflow: visible;
}

.section-main-title__watermark {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'BarlowCondensed', 'Arial Narrow', sans-serif;
  font-size: clamp(72px, 11vw, 140px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: rgba(51, 51, 51, 0.08);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.section-main-title__heading {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-family: 'BarlowCondensed', 'Arial Narrow', sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
  color: #333;
}

.section-main-title__line {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 3px;
  margin-top: 15px;
  background: #3f377d;
}

.section-main-title__desc {
  position: relative;
  z-index: 1;
  max-width: 72%;
  margin: 15px auto 0;
  color: #808080;
  font-size: 14px;
  line-height: 24px;
}

.page_header_block {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 10px;
}

.page_header_block--compact {
  padding-top: 16px;
}

.page_header_block--compact .page_breadcrumb {
  margin-bottom: 24px;
}

.page_breadcrumb {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 10px;
  color: #808080;
}

.page_breadcrumb a,
.page_breadcrumb > i {
  color: #808080;
  font-size: 13px;
}

.page_breadcrumb a:hover {
  color: #333;
}

.product_listing .page_body > .row,
.product_listing .container > .row {
  margin-top: 10px;
}

.product_listing .page_body {
  padding-top: 10px;
}

/* Centered prose/detail pages (about, blog detail, project detail, etc.) */
.page_body--centered {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page_body--centered .news_detail_info {
  text-align: center;
}

.page_body--centered .news_detail_info .text,
.page_body--centered .news_detail_info .txt,
.page_body--centered .text {
  text-align: left;
}

.page_body--centered .news_detail_info img,
.page_body--centered .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.page_body--centered .address_block {
  text-align: left;
  margin-top: 30px;
}

.page_body--centered .address_block h3 {
  text-align: center;
}

.page_body--centered.page_body--wide {
  max-width: 1100px;
}

.page_body--centered.page_body--wide .row {
  text-align: left;
}

/* Honor certificates — 4 columns on desktop */
.certificate-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.certificate_item {
  margin-bottom: 0;
}

.certificate_item__image {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
}

.certificate_item__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.certificate_item__title {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: #333;
  text-align: center;
}

/* Factory scene — 4 columns on desktop */
.factory-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.factory_item {
  margin-bottom: 0;
}

.factory_item__trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.factory_item__trigger:focus-visible {
  outline: 2px solid #3f377d;
  outline-offset: 3px;
}

.factory_item__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.factory_item__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.factory_item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(63, 55, 125, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.factory_item__view-more {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}

.factory_item__trigger:hover .factory_item__img,
.factory_item__trigger:focus-visible .factory_item__img {
  transform: scale(1.06);
}

.factory_item__trigger:hover .factory_item__overlay,
.factory_item__trigger:focus-visible .factory_item__overlay {
  opacity: 1;
}

.factory_item__trigger:hover .factory_item__view-more,
.factory_item__trigger:focus-visible .factory_item__view-more {
  transform: translateY(0);
}

/* Factory lightbox */
.factory-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: factory-lightbox-in 0.25s ease;
}

.factory-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(20, 18, 40, 0.78);
  cursor: pointer;
}

.factory-lightbox__panel {
  position: relative;
  z-index: 1;
  max-width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  animation: factory-lightbox-zoom 0.28s ease;
}

.factory-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 48px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #111;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.factory-lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #3f377d;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}

.factory-lightbox__close:hover,
.factory-lightbox__close:focus-visible {
  background: #2f2960;
  transform: scale(1.06);
  outline: none;
}

@keyframes factory-lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes factory-lightbox-zoom {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (hover: none) {
  .factory_item__overlay {
    opacity: 1;
    background: linear-gradient(
      to top,
      rgba(63, 55, 125, 0.72) 0%,
      rgba(63, 55, 125, 0) 55%
    );
    align-items: flex-end;
    padding-bottom: 12px;
  }

  .factory_item__view-more {
    transform: none;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .certificate-list,
  .factory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .certificate_item__image {
    height: 180px;
  }

  .factory_item__image {
    height: 160px;
  }
}

/* New products sidebar — fixed thumbs, white icons on purple header */
.new-products-sidebar {
  margin-top: 0;
  padding-bottom: 0;
}

.new-products-sidebar.left-cat .fot_title em:before {
  filter: brightness(0) invert(1);
}

.new-products-sidebar ul li .image {
  float: left;
  width: 96px;
  min-width: 96px;
  max-width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.new-products-sidebar ul li .image img,
.new-products-sidebar ul li .image .new-products-sidebar__thumb {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.new-products-sidebar ul li .main {
  width: calc(100% - 96px);
  float: left;
  padding-left: 10px;
  padding-top: 8px;
  box-sizing: border-box;
}

.new-products-sidebar ul li .title {
  max-height: 60px;
  line-height: 20px;
  font-size: 13px;
}

.new-products-sidebar ul li .page_more {
  margin-top: 8px;
  font-size: 11px;
}

.new-products-sidebar ul li .image .icon {
  background: rgba(63, 55, 125, 0.92);
}

.new-products-sidebar ul li .image .icon i {
  filter: brightness(0) invert(1);
}

.product_listing .page-right .news_detail_info,
.product_listing .page-right .news_detail_meta {
  text-align: left;
}

.product_listing .page-right .news_detail_info img,
.product_listing .page-right .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Contact page — ahjnge-style two-column layout (px only — immune to hotcss rem root) */
.product_listing:has(.contact-page-body) {
  padding-bottom: 60px;
}

.product_listing .page_body.contact-page-body {
  padding-top: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'poppins', Helvetica, Arial, sans-serif;
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.product_listing .page_body.contact-page-body .contact-page-grid {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 16px;
}

/* Full-bleed band — float left/right for older browsers */
.product_listing .page_body.contact-page-body .contact-page-grid--slogan {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 48px max(20px, calc((100vw - 1140px) / 2)) 56px;
  box-sizing: border-box;
  background: #f4f5f7;
  background-image: url(/legacy/images/slogan-power-mark.svg);
  background-repeat: no-repeat;
  background-position: left 4% bottom -8%;
  background-size: min(38vw, 460px);
}

.product_listing .page_body.contact-page-body .contact-page-left {
  float: left;
  width: 48%;
  padding-right: 3%;
  box-sizing: border-box;
}

.product_listing .page_body.contact-page-body .contact-page-right {
  float: left;
  width: 49%;
  box-sizing: border-box;
}

.product_listing .page_body.contact-page-body .contact-page-left .brand-slogan--panel {
  min-height: 220px;
  margin-bottom: 8px;
  padding: 0 0 12px;
}

.product_listing .page_body.contact-page-body .contact-page-details {
  margin-top: 8px;
}

/* Prevent 100vw horizontal scroll */
.product_listing:has(.contact-page-body),
.product_listing:has(.brand-slogan--full) {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .product_listing .page_body.contact-page-body .contact-page-left,
  .product_listing .page_body.contact-page-body .contact-page-right {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .product_listing .page_body.contact-page-body .contact-page-left {
    margin-bottom: 28px;
  }

  .product_listing .page_body.contact-page-body .contact-page-grid--slogan {
    background-position: right -10% bottom -5%;
    background-size: min(70vw, 360px);
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.product_listing .page_body.contact-page-body .contact-page-title {
  margin: 0 0 20px;
  font-size: 20px !important;
  font-weight: 700;
  font-family: inherit;
  text-transform: none;
  color: #333;
  line-height: 1.4;
}

.product_listing .page_body.contact-page-body .contact-page-section__heading {
  margin: 0 0 16px;
  font-size: 18px !important;
  font-weight: 700;
  font-family: inherit;
  text-transform: none;
  color: #333;
  line-height: 1.35;
}

.product_listing .page_body.contact-page-body .contact-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_listing .page_body.contact-page-body .contact-page-list li + li {
  margin-top: 14px;
}

.product_listing .page_body.contact-page-body .contact-page-list__label {
  display: inline-block;
  min-width: 72px;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  vertical-align: top;
}

.product_listing .page_body.contact-page-body .contact-page-list__value {
  display: inline-block;
  max-width: calc(100% - 90px);
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
  vertical-align: top;
}

.product_listing .page_body.contact-page-body .contact-page-list__link {
  display: inline-block;
  color: #125d9e;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  vertical-align: top;
}

.product_listing .page_body.contact-page-body .contact-page-list__link:hover {
  color: #3f377d;
  text-decoration: underline;
}

.product_listing .page_body.contact-page-body .contact-page-form {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.product_listing .page_body.contact-page-body .contact-page-form__title {
  margin: 0;
  font-size: 18px !important;
  font-weight: 700;
  font-family: inherit;
  text-transform: none;
  color: #333;
  line-height: 1.35;
}

.product_listing .page_body.contact-page-body .contact-page-form__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}

.product_listing .page_body.contact-page-body .contact-page-form__fields {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product_listing .page_body.contact-page-body .contact-page-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  color: #333;
}

.product_listing .page_body.contact-page-body .contact-page-field__required {
  color: #d9534f;
}

.product_listing .page_body.contact-page-body .contact-page-field input,
.product_listing .page_body.contact-page-body .contact-page-field textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px !important;
  font-family: inherit;
  line-height: 1.4;
  color: #333;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}

.product_listing .page_body.contact-page-body .contact-page-field input {
  height: 44px;
  line-height: normal;
}

.product_listing .page_body.contact-page-body .contact-page-field input:focus,
.product_listing .page_body.contact-page-body .contact-page-field textarea:focus {
  outline: none;
  border-color: #125d9e !important;
}

.product_listing .page_body.contact-page-body .contact-page-field textarea {
  resize: vertical;
  min-height: 120px;
  height: auto;
}

.product_listing .page_body.contact-page-body .contact-page-form__submit {
  width: 100%;
  margin-top: 8px;
  border: none;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #125d9e;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.product_listing .page_body.contact-page-body .contact-page-form__submit:hover:not(:disabled) {
  background: #3f377d;
}

.product_listing .page_body.contact-page-body .contact-page-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.product_listing .page_body.contact-page-body .contact-page-form__success {
  margin: 0;
  color: #3c763d;
  font-size: 14px;
}

.product_listing .page_body.contact-page-body .contact-page-form__error {
  margin: 0;
  color: #a94442;
  font-size: 14px;
}

@media (min-width: 992px) {
  .product_listing .page_body.contact-page-body .contact-page-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }
}

.page_body.news_detail .news_detail_meta {
  margin-bottom: 20px;
  text-align: center;
  color: #808080;
}

.product_listing .page-right .news_detail_info .news_detail_meta {
  text-align: left;
}

.product_listing .page-right .news_detail_info .news_detail_title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.product_listing .page-right .news_detail_info .news_detail_title em.title {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'poppins semibold', 'poppins', Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #333;
}

/* Grid/list toggle toolbar */
.product_listing .cbp-vm-options {
  display: block;
  min-height: 38px;
  padding: 4px;
}

.product_listing .cbp-vm-options a {
  min-width: 38px;
  min-height: 38px;
  line-height: 18px;
  text-align: center;
}

.product_listing .cbp-vm-options a .fa {
  font-size: 16px;
  line-height: 18px;
}

/* Hide legacy pseudo-icons; use FontAwesome <i> instead */
.product_listing .cbp-vm-grid:before,
.product_listing .cbp-vm-list:before {
  content: none !important;
  display: none;
}

/* Product card image box — prevent overflow */
.product_listing .cbp-vm-image {
  overflow: hidden;
  background: #fff;
}

.product_listing .cbp-vm-view-grid .cbp-vm-image {
  height: 220px;
}

.product_listing .cbp-vm-view-list .cbp-vm-image {
  height: 180px;
}

.product_listing .product-list-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}

.product_listing .cbp-image-hover .product-list-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_listing .product-list-image--placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.product_listing .product-list-empty {
  margin: 40px 0;
  padding: 0;
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.product_listing .pro-text {
  margin-bottom: 20px;
}

.product_listing .pro-text .column p {
  margin: 0;
}

/* Blog listing — 3-column equal-height cards (better than masonry for titled news) */
.blog_list_grid.news_content {
  padding: 0;
  background: none;
}

.blog_list_grid.news_content .list {
  width: 100%;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.blog_list_grid.news_content .list > li {
  margin-bottom: 30px;
  display: flex;
  float: none;
}

.blog_list_grid.news_content .list li .column {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.blog_list_grid.news_content .list li .image {
  flex-shrink: 0;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
}

.blog_list_grid.news_content .list li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog_list_grid.news_content .list li .wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  float: none;
  width: 100%;
  /* Match legacy news cards: icon hangs into wrap (~top -30px + icon), needs ~40px clearance */
  padding: 40px 8px 8px;
  text-align: center;
}

.blog_list_grid.news_content .list li .page_date {
  position: static;
  z-index: 1;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #808080;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: 'poppins', sans-serif;
}

.blog_list_grid.news_content .list li .title {
  height: auto;
  min-height: 48px;
  max-height: 72px;
  margin-bottom: 10px;
}

.blog_list_grid.news_content .list li .text {
  flex: 1;
  height: auto;
  max-height: 48px;
  margin-bottom: 12px;
}

.blog_list_grid.news_content .list li .page_more {
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .blog_list_grid.news_content .list {
    margin-right: -5px;
    margin-left: -5px;
  }

  .blog_list_grid.news_content .list li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog_list_grid.news_content .list li .image {
    height: 180px;
  }

  .product_listing .page-right,
  .product_listing .page-left {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .category_page_banner > img {
    height: 260px;
  }

  .section-main-title__desc {
    max-width: 90%;
  }

  .section-main-title__watermark {
    font-size: clamp(56px, 14vw, 90px);
  }

  .product_listing .cbp-vm-view-grid .cbp-vm-image {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .category_page_banner > img {
    height: 220px;
  }

  .blog_list_grid.news_content .list li {
    margin-bottom: 20px;
    padding: 0;
  }

  .blog_list_grid.news_content .list li .wrap .icon {
    display: none;
  }

  .blog_list_grid.news_content .list li .image {
    height: 200px;
  }

  .section-main-title__watermark {
    font-size: clamp(48px, 16vw, 64px);
  }

}

/* Brand slogan — visual panel like Sunflx (line art + power watermark + headline) */
.brand-slogan {
  position: relative;
  overflow: hidden;
  margin: 0 0 32px;
  padding: 36px 28px 40px;
  text-align: left;
  background: #f4f5f7;
  min-height: 280px;
  box-sizing: border-box;
}

/* Full-screen width band on About page */
.brand-slogan--full {
  width: 100vw;
  max-width: none;
  min-height: 380px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 48px;
  padding: 64px max(24px, calc((100vw - 1140px) / 2)) 72px;
  background: #f4f5f7 url(/legacy/images/slogan-power-mark.svg) no-repeat;
  background-position: right 6% center;
  background-size: min(46vw, 560px);
}

/* Contact left column — transparent, uses full-bleed parent background */
.brand-slogan--panel {
  height: 100%;
  min-height: 420px;
  margin: 0;
  padding: 12px 12px 24px 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand-slogan--panel .brand-slogan__bg {
  display: none;
}

.brand-slogan--compact {
  min-height: 220px;
  margin-bottom: 24px;
  padding: 28px 24px 32px;
}

.brand-slogan__bg {
  position: absolute;
  right: -8%;
  bottom: -12%;
  width: 72%;
  max-width: 420px;
  pointer-events: none;
  z-index: 0;
}

.brand-slogan--full .brand-slogan__bg {
  display: none;
}

.brand-slogan__mark {
  width: 100%;
  height: auto;
  display: block;
}

.brand-slogan__art {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin-bottom: 36px;
}

.brand-slogan__art img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-slogan__content {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.brand-slogan__headline {
  margin: 0;
  font-family: 'BarlowCondensed', 'Arial Narrow', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}

.brand-slogan__headline span,
.brand-slogan__headline strong {
  display: block;
  font-weight: 700;
}

.brand-slogan__headline strong {
  color: #1a1a1a;
}

.brand-slogan--full .brand-slogan__headline {
  font-size: 68px;
}

.brand-slogan--panel .brand-slogan__headline {
  font-size: 56px;
}

.brand-slogan--compact .brand-slogan__headline {
  font-size: 36px;
}

.brand-slogan__tagline {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.brand-slogan__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
}

.brand-slogan__links a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #125d9e;
  text-decoration: none;
}

.brand-slogan__links a:hover {
  color: #3f377d;
  text-decoration: underline;
}

/* SEO content pages — why choose us, FAQ, sitemap */
.seo-content-block {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.seo-content-block__intro {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.seo-reason-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  counter-reset: seo-reason;
}

.seo-reason-list li {
  counter-increment: seo-reason;
  margin-bottom: 24px;
  padding-left: 48px;
  position: relative;
}

.seo-reason-list li:before {
  content: counter(seo-reason);
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #3f377d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
}

.seo-reason-list h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #222;
}

.seo-reason-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}

.seo-faq-list {
  margin: 0 0 32px;
}

.seo-faq-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.seo-faq-item dt {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #3f377d;
}

.seo-faq-item dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}

.seo-content-block__cta {
  margin: 0;
  font-size: 15px;
  color: #444;
}

.seo-inline-link {
  color: #125d9e;
  font-weight: 600;
  text-decoration: none;
}

.seo-inline-link:hover {
  text-decoration: underline;
}

.seo-sitemap {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.seo-sitemap__section {
  margin-bottom: 28px;
}

.seo-sitemap__section h2 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #3f377d;
  text-transform: uppercase;
}

.seo-sitemap__section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-sitemap__section li {
  margin-bottom: 8px;
}

.seo-sitemap__section a {
  color: #125d9e;
  text-decoration: none;
}

.seo-sitemap__section a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .product_listing .page_body.contact-page-body .contact-page-grid--slogan {
    background-position: right -10% bottom -5%;
    background-size: min(70vw, 360px);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .brand-slogan {
    min-height: 240px;
    padding: 28px 20px 32px;
  }

  .brand-slogan--full {
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 48px;
    background-position: right -20% center;
    background-size: 70vw;
  }

  .brand-slogan--panel {
    min-height: 260px;
    padding-right: 0;
  }

  .brand-slogan__headline,
  .brand-slogan--full .brand-slogan__headline,
  .brand-slogan--panel .brand-slogan__headline {
    font-size: 34px;
  }

  .brand-slogan--compact .brand-slogan__headline {
    font-size: 28px;
  }

  .brand-slogan__art {
    max-width: 320px;
    margin-bottom: 20px;
  }

  .brand-slogan__bg {
    width: 90%;
    right: -20%;
  }
}

/* Solutions index + detail pages */
.solution-index {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}

.solution-index__intro {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: #666;
}

.solution-index__list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.solution-index__list > li {
  padding: 10px;
  margin-bottom: 20px;
}

.solution-index__card {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  height: 100%;
}

.solution-index__image {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.solution-index__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.solution-index__body {
  padding: 20px;
}

.solution-index__title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #3f377d;
  text-decoration: none;
}

.solution-index__title:hover {
  color: #125d9e;
}

.solution-index__body p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  min-height: 72px;
}

.solution-detail {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}

.solution-detail__hero {
  margin-bottom: 32px;
}

.solution-detail__image {
  float: left;
  width: 48%;
  padding-right: 24px;
  box-sizing: border-box;
}

.solution-detail__image img {
  width: 100%;
  height: auto;
  display: block;
}

.solution-detail__intro {
  float: left;
  width: 52%;
  box-sizing: border-box;
}

.solution-detail__summary {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}

.solution-detail__features {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.solution-detail__features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.solution-detail__features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f377d;
}

.solution-detail__actions .main_more {
  margin-right: 12px;
  margin-bottom: 10px;
}

.solution-detail__body {
  clear: both;
  padding-top: 10px;
  margin-bottom: 28px;
}

.solution-detail__body p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.solution-detail__apps {
  margin-bottom: 36px;
}

.solution-detail__apps h3,
.solution-detail__related h3 {
  margin: 0 0 14px;
  font-size: 20px;
  color: #3f377d;
  text-transform: uppercase;
}

.solution-detail__apps ul {
  margin: 0;
  padding-left: 18px;
}

.solution-detail__apps li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.solution-detail__related-list {
  list-style: none;
  margin: 0 -8px;
  padding: 0;
}

.solution-detail__related-list > li {
  float: left;
  width: 33.33%;
  padding: 8px;
  box-sizing: border-box;
}

.solution-detail__related-list a {
  display: block;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.solution-detail__related-list img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.solution-detail__related-list span {
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .solution-detail__image,
  .solution-detail__intro,
  .solution-detail__related-list > li {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .solution-detail__image {
    margin-bottom: 20px;
  }

  .solution-index__image img {
    height: 180px;
  }
}
