@charset "UTF-8";
:root {
  --bs-gutter-x: 3rem;
  --swiper-navigation-sides-offset: 100px;
  --swiper-navigation-color: $main-color-dark;
  --swiper-scrollbar-drag-bg-color: #003354;
  --swiper-scrollbar-size: 8px;
  --swiper-scrollbar-border-radius: 0px;
  --swiper-scrollbar-sides-offset: 0px;
}

.cover, section.slider-block .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.flex, section.slider-block .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .flex, section.slider-block .swiper-slide {
    flex-direction: column;
  }
}

.flex-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flex-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-center-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-top-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-vertical-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.flex-vertical-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.post, .page {
  margin-bottom: 0 !important;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1700px) {
  html {
    font-size: 7px;
  }
}
html * {
  outline: none !important;
  font-family: "Soho Gothic Pro";
}
html h1, html h2, html h3, html h4, html h5 {
  font-weight: normal;
  color: #003354;
}
html h1 {
  font-size: 5.5rem;
}
@media (max-width: 991px) {
  html h1 {
    font-size: 4.5rem;
  }
}
html h2 {
  font-size: 4.5rem;
  line-height: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  html h2 {
    font-size: 3rem;
  }
}
html h3 {
  font-size: 3rem;
  color: #003354;
}
@media (max-width: 991px) {
  html h3 {
    font-size: 2.4rem;
  }
}
html h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
html h5 {
  font-size: 1.8rem;
}
html input, html textarea, html button, html .accordion-button {
  font-size: 1.8rem;
}
html div, html p, html a, html li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: black;
}
@media (max-width: 1700px) {
  html div, html p, html a, html li {
    font-size: 2rem;
  }
}
html label {
  color: #707070;
}
html input:not([type=checkbox]), html textarea, html select {
  font-family: "Soho Gothic Pro";
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
  color: #707070 !important;
  background-color: #eee;
  width: 100%;
  padding-left: 0;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 1.2rem 2rem !important;
  box-shadow: none !important;
}
@media (max-width: 1700px) {
  html input:not([type=checkbox]), html textarea, html select {
    font-size: 2rem !important;
  }
}
html ul, html ol {
  padding: 0;
  margin-left: 2rem !important;
}
html p a {
  color: black !important;
}
html a {
  text-decoration: none !important;
  cursor: pointer;
}
html input {
  box-shadow: none !important;
}
html input[type=radio] {
  background: transparent;
  border: 2px solid black !important;
  border-radius: 0 !important;
}
html input[type=radio]:checked {
  background: black !important;
}
html input[type=checkbox] {
  margin-top: 0.5rem;
  margin-right: 1rem;
}
html input[type=submit] {
  width: auto;
  display: inline-flex;
  background-color: #012339;
  color: white !important;
  padding: 1rem 4.5rem 1.2rem !important;
  border-radius: 4px !important;
}
html strong.black {
  color: black !important;
}
html hr {
  width: 100%;
  margin: 4rem 0;
}
html article:not(.product_hoffman) {
  border: 1px solid #BFBFBF;
}
html article:not(.product_hoffman) .article-cover-preview {
  aspect-ratio: 16/9;
}
html article:not(.product_hoffman) .article-text-preview {
  padding: 2rem 3rem;
}
html article:not(.product_hoffman) .article-text-preview h4 {
  color: #003354;
  font-size: 2.6rem;
}
html article:not(.product_hoffman) .article-text-preview p {
  font-weight: 300;
}
html article:not(.product_hoffman) .article-text-preview small {
  display: block;
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  margin-bottom: 1rem;
}
html article:not(.product_hoffman) .article-link {
  padding: 2rem 3rem;
}
html .hm-button {
  display: inline-flex;
  background-color: #012339;
  color: white;
  padding: 1rem 2rem 1.2rem;
  margin-top: 3rem;
  border-radius: 4px;
}
html .hm-button svg {
  max-width: 25px;
  width: 25px;
  margin-left: 0.5rem;
  margin-top: -0.3rem;
}
html .hm-button:hover {
  color: white;
}
html .hm-button:focus {
  color: white;
}
html .hm-button:visited {
  color: white;
}
html .hm-button.no-bg {
  background-color: transparent;
  color: #012339;
  font-weight: bold;
  padding-left: 0;
}
html .hm-button.large {
  padding-left: 3rem;
  padding-right: 3rem;
}
html .hm-button.invert {
  background-color: white;
  color: #012339;
  font-weight: 500;
}
html .swiper .swiper-pagination-bullet {
  background-color: #eee;
  width: 14px;
  height: 14px;
  opacity: 1;
}
html .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #012339 !important;
}
html .swiper.swiper-news, html .swiper.swiper-terms {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
html .swiper.swiper-news .swiper-scrollbar, html .swiper.swiper-terms .swiper-scrollbar {
  position: relative;
  margin-top: 3rem;
}
html .swiper.swiper-news .custom-scrollbar-navs > div, html .swiper.swiper-terms .custom-scrollbar-navs > div {
  position: relative;
  left: 0;
  right: 0;
  background-color: #012339;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
html .swiper.swiper-news .custom-scrollbar-navs > div:after, html .swiper.swiper-terms .custom-scrollbar-navs > div:after {
  font-size: 17px;
  filter: invert(1);
}
html .swiper.swiper-news .custom-scrollbar-navs > div:first-child, html .swiper.swiper-terms .custom-scrollbar-navs > div:first-child {
  margin-right: 3rem;
}
html .swiper.swiper-news .custom-scrollbar-navs > div:first-child:after, html .swiper.swiper-terms .custom-scrollbar-navs > div:first-child:after {
  margin-right: 3px;
}
html .swiper.swiper-news .custom-scrollbar-navs > div:last-child:after, html .swiper.swiper-terms .custom-scrollbar-navs > div:last-child:after {
  margin-left: 3px;
}
@media (max-width: 991px) {
  html .swiper.swiper-news .custom-scrollbar-navs, html .swiper.swiper-terms .custom-scrollbar-navs {
    justify-content: center;
    margin-top: 3rem;
  }
}
html .navbar-toggler {
  width: auto;
  margin-right: 1.5rem;
  background-color: #fff;
  border: 1px solid #012339 !important;
  border-radius: 0 !important;
}
html .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg data-slot='icon' aria-hidden='true' fill='none' stroke-width='1.5' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  width: 3.5rem;
  height: 3.5rem;
}
@media (max-width: 991px) {
  html .empty-col {
    display: none !important;
  }
}

/*bootstrap override*/
@media (min-width: 1680px) {
  .container {
    max-width: 1640px !important;
  }
}
@media (max-width: 700px) {
  .container {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

body.menu-open {
  overflow: hidden;
  max-height: 100vh;
}
body.menu-open .apm-submenu > svg.close-svg {
  opacity: 1 !important;
}
body.menu-open .apm-submenu > svg.open-svg {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

#page {
  width: 100vw;
}
@media (min-width: 991px) {
  #page > *:not(.slider-block):not(.page-header) {
    padding-right: 1.5rem;
  }
}

#masthead {
  position: relative;
  background-color: #003354;
}
#masthead .navbar-brand img.desktop-logo {
  max-width: 70px;
  background-color: white;
}
@media (max-width: 991px) {
  #masthead .navbar-brand img.desktop-logo {
    display: none;
  }
}
@media (min-width: 991px) {
  #masthead .navbar-brand img.mobile-logo {
    display: none;
  }
}
#masthead .apm-submenu {
  color: white;
}
#masthead .apm-submenu > svg {
  display: inline-block;
  width: 28px;
  margin-top: -1px;
}
#masthead .apm-submenu > svg.close-svg {
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-out;
}
#masthead .apm-submenu > svg.close-svg + a {
  margin-left: 35px;
}
#masthead .apm-submenu > svg.open-svg {
  position: absolute;
  opacity: 1;
  transition: 0.3s ease-out;
}
@media (max-width: 1700px) {
  #masthead .apm-submenu > svg {
    width: 22px;
    margin-top: -2px;
  }
}
@media (max-width: 991px) {
  #masthead .apm-submenu > svg {
    width: 35px;
    margin-top: 0;
    transform: rotateY(180deg);
    right: 0;
  }
  #masthead .apm-submenu > svg.close-svg {
    position: relative;
  }
}
#masthead .apm-submenu > span {
  display: inline-block;
  margin-left: 4rem;
}
@media (max-width: 991px) {
  #masthead .apm-submenu > span {
    display: none;
  }
}
#masthead #navbarNav #primary-menu {
  margin: 0;
}
#masthead #navbarNav #primary-menu > li > a {
  color: white;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  #masthead #navbarNav #primary-menu > li {
    padding-bottom: 0.8rem;
  }
  #masthead #navbarNav #primary-menu > li:first-child {
    padding-top: 1.5rem;
  }
  #masthead #navbarNav #primary-menu > li:last-child {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #masthead #navbarNav {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  #masthead #navbarNav {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #012339;
    width: 100%;
  }
}
#masthead #all-products-megamenu {
  display: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  min-height: 100vh;
}
#masthead #all-products-megamenu .grid {
  display: grid;
  grid-template-columns: 42vw 37vw;
}
#masthead #all-products-megamenu .grid ul {
  margin: 0;
}
#masthead #all-products-megamenu .grid > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  opacity: 0.7;
}
#masthead #all-products-megamenu .grid > div {
  padding: 9rem 0;
}
@media (min-width: 991px) {
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level {
    display: none;
  }
}
@media (max-width: 991px) {
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level {
    background-color: white;
    z-index: 2;
    transition: 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
    padding: 9rem 4.5rem 9rem 4.5rem;
  }
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level > span {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3rem;
    color: #003354;
    font-weight: 500;
    margin-bottom: 3rem;
  }
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level > span:after {
    content: "›";
    color: #003354;
    display: inline-block;
  }
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level #primary-menu {
    margin: 0;
  }
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level #primary-menu > li {
    width: 100%;
  }
  #masthead #all-products-megamenu .grid > div.resp-mainmenu-level #primary-menu > li > a {
    width: 100%;
    display: inline-block;
    font-size: 3rem;
    color: #003354;
    font-weight: 500;
    margin-bottom: 3rem;
  }
}
#masthead #all-products-megamenu .grid > div.term-level {
  background-color: white;
  z-index: 2;
  transition: 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
  padding: 3.7rem 9rem 9rem 4.5rem;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item > a h4 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #008FD3;
  text-transform: capitalize;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item > a:after {
  content: "›";
  color: #003354;
  display: inline-block;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item ul {
  padding: 0;
  list-style: none;
  margin-bottom: 3rem;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item ul li {
  width: 100%;
  padding: 0.3rem 0;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item ul li .subterm-link-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner > .menu-grid-item ul li .subterm-link-level:after {
  content: "›";
  color: #003354;
  display: inline-block;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner .close-term-level {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 3rem;
}
#masthead #all-products-megamenu .grid > div.term-level .term-level-inner .close-term-level:before {
  content: "‹";
  color: #003354;
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 991px) {
  #masthead #all-products-megamenu .grid > div.term-level .term-level-inner .close-term-level {
    display: none;
  }
}
@media (min-width: 991px) {
  #masthead #all-products-megamenu .grid > div.term-level {
    padding-top: 9rem;
  }
}
@media (max-width: 991px) {
  #masthead #all-products-megamenu .grid > div.term-level {
    padding-right: 4.5rem;
  }
}
#masthead #all-products-megamenu .grid > div.products-level {
  position: relative;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
  background-color: #012339;
  padding: 3.7rem 9rem 9rem 4.5rem;
}
#masthead #all-products-megamenu .grid > div.products-level * {
  color: white;
}
#masthead #all-products-megamenu .grid > div.products-level .close-product-level {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 3rem;
}
#masthead #all-products-megamenu .grid > div.products-level .close-product-level:before {
  content: "‹";
  color: white;
  display: inline-block;
  margin-right: 1rem;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 4.5rem;
  opacity: 0;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block > h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block > h4 a {
  font-size: 2.2rem;
  font-weight: 500;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block > h4:after {
  content: "›";
  color: white;
  display: inline-block;
}
@media (min-width: 991px) {
  #masthead #all-products-megamenu .grid > div.products-level .productlevel-block > h4 {
    width: 75%;
  }
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block ul {
  padding: 0;
  list-style: none;
  margin-bottom: 3rem;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block ul li {
  padding: 0.3rem 0;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block ul li .product-link-level {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead #all-products-megamenu .grid > div.products-level .productlevel-block ul li .product-link-level:after {
  content: "›";
  color: white;
  display: inline-block;
}
@media (min-width: 991px) {
  #masthead #all-products-megamenu .grid > div.products-level .productlevel-block ul li {
    width: 75%;
  }
}
@media (max-width: 991px) {
  #masthead #all-products-megamenu .grid > div.products-level {
    z-index: 99;
  }
}
@media (max-width: 991px) {
  #masthead #all-products-megamenu .grid {
    grid-template-columns: repeat(3, 100vw);
    max-width: 100%;
    overflow-x: hidden;
  }
}
#masthead #all-products-megamenu.apm-show {
  display: flex !important;
}
#masthead .langs * {
  color: white;
}
#masthead .langs ul {
  margin-bottom: 0;
  list-style: none;
}
#masthead .langs ul li {
  display: inline-block;
}
#masthead .langs ul li:first-child {
  margin-right: 3rem;
}
#masthead .langs ul li.current-lang {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #masthead .langs {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #masthead > div {
    max-width: 960px !important;
    padding: 0 !important;
  }
  #masthead > div .main-header-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #masthead > div .main-header-content .menu-products {
    text-align: right;
    padding-right: 0;
  }
  #masthead > div .main-header-content .flex, #masthead > div .main-header-content section.slider-block .swiper-slide, section.slider-block #masthead > div .main-header-content .swiper-slide {
    padding: 0;
  }
}

section + section {
  padding-top: 3rem;
}
section.slider-block .swiper-slide {
  position: relative;
  aspect-ratio: 16/9;
  max-height: 100vh;
}
section.slider-block .swiper-slide > div.w-100 {
  position: relative;
  z-index: 99;
}
section.slider-block .swiper-slide > div.w-100 .swiper-caption {
  padding-left: 3rem;
}
section.slider-block .swiper-slide > div.w-100 .swiper-caption img {
  margin-right: 6rem;
  background-color: #fff;
}
section.slider-block .swiper-slide > div.w-100 .swiper-caption .text {
  margin-top: -1.5rem;
}
section.slider-block .swiper-slide > div.w-100 .swiper-caption .text *:not(.hm-button) {
  color: #012339;
}
section.slider-block .swiper-slide > div.w-100 .swiper-caption .text p {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  section.slider-block .swiper-slide > div.w-100 .swiper-caption > img {
    max-width: 80px;
  }
  section.slider-block .swiper-slide > div.w-100 .swiper-caption .text h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  section.slider-block .swiper-slide {
    aspect-ratio: 1;
  }
}
@media (max-width: 991px) {
  section.slider-block .swiper-button-next, section.slider-block .swiper-button-prev {
    display: none;
  }
}
section.slider-box {
  padding: 9rem 0;
}
section.slider-box .slider-box-container {
  border: 1px solid #BFBFBF;
}
section.slider-box .slider-box-container .swiper-slide .grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}
section.slider-box .slider-box-container .swiper-slide .grid .imagebox {
  background: #eee;
  text-align: center;
  padding: 3rem;
  min-height: 60vh;
}
section.slider-box .slider-box-container .swiper-slide .grid .imagebox img {
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  section.slider-box .slider-box-container .swiper-slide .grid .imagebox {
    min-height: 30vh;
  }
}
section.slider-box .slider-box-container .swiper-slide .grid .text {
  padding: 3rem;
}
section.slider-box .slider-box-container .swiper-slide .grid .text h1, section.slider-box .slider-box-container .swiper-slide .grid .text h2, section.slider-box .slider-box-container .swiper-slide .grid .text h3, section.slider-box .slider-box-container .swiper-slide .grid .text h4 {
  color: #003354;
  margin-bottom: 3rem;
}
section.slider-box .slider-box-container .swiper-slide .grid .text p {
  color: #707070;
  font-weight: 300;
}
@media (max-width: 991px) {
  section.slider-box .slider-box-container .swiper-slide .grid {
    grid-template-columns: 1fr;
  }
}
section.slider-box .slider-box-container .swiper-pagination {
  text-align: left;
  padding-left: 6rem;
  bottom: 7rem;
}
@media (max-width: 991px) {
  section.slider-box .slider-box-container .swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 3rem;
    padding-left: 0rem;
    bottom: 4rem;
  }
}
section.half-blocks .block {
  margin-bottom: 12rem;
}
section.half-blocks .block .imagebox {
  background-color: #eee;
}
section.half-blocks .block .imagebox img {
  mix-blend-mode: multiply;
}
section.half-blocks .block .text {
  padding: 3rem;
}
section.half-blocks .block .text h1, section.half-blocks .block .text h2, section.half-blocks .block .text h3, section.half-blocks .block .text h4 {
  color: #003354;
  margin-bottom: 3rem;
}
section.half-blocks .block .text p {
  color: #707070;
  font-weight: 300;
}
section.half-blocks .block:nth-child(odd) {
  flex-direction: row-reverse;
}
section.half-blocks .block:nth-child(odd) .text {
  padding-left: 0;
}
section.half-blocks .block:nth-child(even) .text {
  padding-right: 0;
}
@media (max-width: 991px) {
  section.half-blocks .block:nth-child(even) .text {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  section.half-blocks .block {
    margin-bottom: 6rem;
  }
}
section.news-block {
  margin-bottom: 12rem;
}
section.news-block .swiper-slide {
  height: auto;
}
section.news-block .swiper-slide article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.news-block .swiper-news-navigation {
  margin-top: 2rem;
}
section.page-header > div > div {
  min-height: 70vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
section.page-header > div > div .page-title {
  padding-bottom: 9rem;
  padding-left: 0;
}
section.page-header > div > div .page-title.page-title-light h1 {
  color: white !important;
}
@media (max-width: 991px) {
  section.page-header > div > div {
    aspect-ratio: 16/9;
    min-height: auto;
  }
}
section.text-block {
  padding: 12rem 0;
}
section.text-block *:not(h1):not(h2):not(h3):not(h4):not(h5) {
  color: #707070;
}
section.text-block p {
  max-width: 812px;
  font-weight: 300;
  line-height: 3rem;
}
section.text-block.post-text-block {
  padding-top: 6rem;
}
section.images-block {
  margin-bottom: 24rem;
}
section.images-block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  section.images-block .grid {
    grid-template-columns: 1fr;
  }
}
section.images-block .image {
  background-color: #eee;
  padding: 3rem;
}
section.images-block .image img {
  width: 100%;
  mix-blend-mode: multiply;
}
section.newsroom {
  margin-top: 12rem;
}
section.newsroom > div > h1 {
  margin-top: 15rem;
}
section.newsroom > div main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 12rem;
  -moz-column-gap: 36rem;
       column-gap: 36rem;
  margin: 15rem 0;
}
@media (max-width: 991px) {
  section.newsroom > div main {
    grid-template-columns: 1fr;
  }
}
section.taxonomy-header {
  background-color: #eee;
}
section.taxonomy-header .taxonomy-header-content {
  min-height: 55vh;
}
section.taxonomy-header .taxonomy-header-content h1 {
  font-weight: normal !important;
}
@media (max-width: 991px) {
  section.taxonomy-header .taxonomy-header-content {
    min-height: auto;
    aspect-ratio: 16/9;
  }
}
section.taxonomy-products .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 9rem 0 12rem;
}
section.taxonomy-products .grid > article {
  text-align: center;
  margin-bottom: 9rem;
}
section.taxonomy-products .grid > article > img {
  margin-bottom: 3rem;
}
section.taxonomy-products .grid > article .article-text-preview h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #707070;
}
section.taxonomy-products .grid > article .article-text-preview .hm-button {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  section.taxonomy-products .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.product-hero, section.taxonomy-header {
  background-color: #eee;
  padding: 3rem 0;
}
section.product-hero .breadcrumbs, section.taxonomy-header .breadcrumbs {
  margin-bottom: 7rem;
}
section.product-hero .breadcrumbs > *, section.taxonomy-header .breadcrumbs > * {
  color: #707070;
}
section.product-hero .breadcrumbs > *:last-child, section.taxonomy-header .breadcrumbs > *:last-child {
  font-weight: bolder;
}
section.product-hero h1, section.taxonomy-header h1 {
  font-weight: bold;
  color: #012339;
}
@media (max-width: 991px) {
  section.product-hero h1, section.taxonomy-header h1 {
    font-size: 4.5rem;
  }
}
section.product-hero h3, section.taxonomy-header h3 {
  color: #008FD3;
}
section.product-hero h4, section.product-hero p, section.product-hero li, section.taxonomy-header h4, section.taxonomy-header p, section.taxonomy-header li {
  color: #707070;
}
section.product-hero h3, section.taxonomy-header h3 {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
section.product-hero p, section.product-hero li, section.taxonomy-header p, section.taxonomy-header li {
  font-weight: 300;
  text-align: justify;
}
section.product-hero .product-feature-icons, section.taxonomy-header .product-feature-icons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2.5rem;
  margin: 3rem 0;
}
section.product-hero .product-feature-icons > img, section.taxonomy-header .product-feature-icons > img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
}
@media (max-width: 991px) {
  section.product-hero .product-feature-icons, section.taxonomy-header .product-feature-icons {
    grid-template-columns: repeat(5, 1fr);
  }
}
section.product-hero .swiper-box .swiper-button-prev, section.taxonomy-header .swiper-box .swiper-button-prev {
  left: 30px;
}
section.product-hero .swiper-box .swiper-button-next, section.taxonomy-header .swiper-box .swiper-button-next {
  right: 30px;
}
section.features-slider {
  padding: 12rem 0 3rem;
}
section.features-slider .swiper-terms .swiper-terms-navigation {
  position: relative;
  z-index: 99;
}
@media (min-width: 991px) {
  section.features-slider .swiper-terms:after {
    content: "";
    background: linear-gradient(-90deg, white 45%, transparent);
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
  }
}
section.features-slider .feature-term-item > div .feature-term-imagebox {
  position: relative;
  margin-bottom: 4.5rem;
}
section.features-slider .feature-term-item > div .feature-term-imagebox .image {
  aspect-ratio: 1/1;
  max-width: 260px;
  width: 260px;
  border-radius: 100%;
}
section.features-slider .feature-term-item > div .feature-term-imagebox .icon {
  position: absolute;
  bottom: -2rem;
  left: 0;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
  max-width: 100px;
}
@media (max-width: 991px) {
  section.features-slider .feature-term-item > div .feature-term-imagebox {
    display: inline-block;
    text-align: center;
  }
}
section.features-slider .feature-term-item h4 {
  color: #012339;
  margin-bottom: 1.5rem;
}
section.features-slider .feature-term-item p {
  font-size: 1.6rem;
  color: #707070;
  text-align: justify;
}
@media (max-width: 991px) {
  section.features-slider .feature-term-item {
    text-align: center;
  }
}
section.technical-data .technical-data-content {
  padding: 4.5rem 0 9rem;
}
section.technical-data .technical-data-content h4 {
  font-size: 2.6rem;
  color: #003354;
  margin-bottom: 3rem;
  text-transform: capitalize;
}
section.technical-data .technical-data-content .tech-image-container {
  margin-bottom: 3rem;
}
section.technical-data .technical-data-content table {
  margin-bottom: 6rem;
}
section.technical-data .technical-data-content table tr {
  border-bottom: 1px solid #BFBFBF;
}
section.technical-data .technical-data-content table tr td {
  color: #707070;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}
section.technical-data .technical-data-content table tr td:first-child {
  min-width: 40%;
  font-weight: 500;
}
@media (max-width: 991px) {
  section.technical-data .technical-data-content table tr td:first-child {
    min-width: 120px;
  }
}
section.technical-data .technical-data-content table tr td:last-child {
  font-weight: lighter;
}
section.accessories-tabs .accessories-tabs-content {
  padding: 4.5rem 0 9rem;
}
section.accessories-tabs .accessories-tabs-content #pills-tab {
  gap: 12rem;
}
section.accessories-tabs .accessories-tabs-content #pills-tab .nav-item button {
  font-family: "Soho Gothic Pro";
  color: #707070;
  background-color: #eee;
  max-width: 260px;
  height: 100%;
  line-height: 2.4rem;
  padding: 1.5rem 5rem;
}
section.accessories-tabs .accessories-tabs-content #pills-tab .nav-item button.active {
  color: white;
  background-color: #012339;
}
@media (max-width: 1366px) {
  section.accessories-tabs .accessories-tabs-content #pills-tab {
    gap: 4rem;
  }
}
section.accessories-tabs .accessories-tabs-content #pills-tabContent .accessory-item {
  padding: 3rem 4.5rem;
  text-align: center;
}
section.accessories-tabs .accessories-tabs-content #pills-tabContent .accessory-item * {
  color: #707070;
  text-align: center;
}
section.accessories-tabs .accessories-tabs-content #pills-tabContent .accessory-item h5 {
  font-weight: 500;
  margin-bottom: 1.2rem;
}
section.accessories-tabs .accessories-tabs-content #pills-tabContent .accessory-item p {
  font-weight: 300;
}
section.accessories-tabs .accessories-tabs-content #pills-tabContent .accessory-item img {
  margin: 3rem 0;
  height: 265px;
}
@media (max-width: 991px) {
  section.accessories-tabs .accessories-tabs-content {
    display: none;
  }
}
section.accessories-tabs #accordionAccessories {
  margin-bottom: 6rem;
}
section.accessories-tabs #accordionAccessories .accordion-item {
  border-radius: 0 !important;
}
section.accessories-tabs #accordionAccessories .accordion-item button {
  font-family: "Soho Gothic Pro";
  font-size: 2.4rem;
  font-weight: 300;
  color: #012339 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-bottom: 1.5rem;
}
section.accessories-tabs #accordionAccessories .accordion-item .accordion-body * {
  color: #707070;
  text-align: center;
}
section.accessories-tabs #accordionAccessories .accordion-item .accordion-body h5 {
  font-weight: 500;
  margin-bottom: 2rem;
}
section.accessories-tabs #accordionAccessories .accordion-item .accordion-body p {
  font-weight: 300;
}
section.accessories-tabs #accordionAccessories .accordion-item .accordion-body img {
  margin: 4.5rem auto;
  height: 120px;
}
@media (min-width: 991px) {
  section.accessories-tabs #accordionAccessories {
    display: none;
  }
}
section.downloads-block {
  margin-bottom: 6rem;
}
section.downloads-block .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  padding: 4.5rem 0 9rem;
}
section.downloads-block .grid > div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #707070;
  font-weight: 500;
  padding: 3rem 1.2rem;
  border: 1px solid #BFBFBF;
}
section.downloads-block .grid > div a svg {
  max-width: 40px;
  padding-right: 1rem;
}
section.products-in-range {
  margin-bottom: 12rem;
}
section.products-in-range .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6rem;
  padding: 4.5rem 0 9rem;
}
section.products-in-range .grid > div {
  text-align: center;
}
section.products-in-range .grid > div a {
  color: #707070;
  font-weight: 500;
}
section.products-in-range .grid > div a img {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  section.products-in-range .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.post-header {
  padding: 9rem 0 3rem;
}
section.post-header h1 {
  color: #003354;
  margin-top: 0;
  margin-bottom: 12rem;
}
section.post-header small {
  display: block;
  font-size: 1.6rem;
  color: #707070;
  margin-top: 4.5rem;
}
section.post-header .breadcrumbs * {
  color: #707070;
}
section.post-header .breadcrumbs span {
  font-weight: 700;
}
section.post-header .breadcrumbs .divider {
  display: inline-block;
  padding: 0 1rem;
}
section.contact-form-block {
  padding: 15rem 0;
}
section.contact-form-block .text p, section.contact-form-block .text a {
  color: #707070;
  line-height: 3rem;
  font-weight: 300;
}
section.contact-form-block .hm-button {
  margin-top: 1rem;
}
section.contact-form-block .wpcf7-form {
  margin-top: calc(0.67em + 13rem);
}
section.contact-form-block .wpcf7-form p {
  margin-bottom: 1.5rem;
}
section.contact-form-block .wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
section.contact-form-block .wpcf7-form .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  padding: 1.2rem 2rem;
  border: 1px solid #eee;
}
section.contact-form-block .wpcf7-form .wpcf7-list-item > label span {
  color: #707070;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (max-width: 991px) {
  section.contact-form-block .wpcf7-form {
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  section.contact-form-block {
    padding-top: 9rem;
  }
}
section.jobs-block {
  padding-bottom: 15rem;
}
section.jobs-block .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
section.jobs-block .grid > div {
  border: 1px solid #BFBFBF;
  padding: 2.4rem 2rem;
}
section.jobs-block .grid > div h4 {
  font-size: 2.6rem;
  margin: 0.5rem 0;
  max-width: 350px;
}
section.jobs-block .grid > div small, section.jobs-block .grid > div span {
  color: #707070;
}
section.jobs-block .grid > div span {
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  section.jobs-block .grid {
    grid-template-columns: 1fr;
  }
}
section.jobs-block .application-form-container {
  margin-top: 6rem;
  border-top: 1px solid #eee;
  padding-top: 6rem;
}
section.jobs-block .application-form-container .application-form {
  margin-top: 6rem;
}
section.jobs-block .application-form-container .application-form .wpcf7-form p {
  margin-bottom: 1.5rem;
}
section.jobs-block .application-form-container .application-form .wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
section.jobs-block .application-form-container .application-form .wpcf7-form .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  padding: 1.2rem 2rem;
  border: 1px solid #eee;
}
section.jobs-block .application-form-container .application-form .wpcf7-form .wpcf7-list-item > label span {
  color: #707070;
  font-size: 1.2rem;
  line-height: 2rem;
}
section.jobs-block .application-form-container .application-form .wpcf7-form input[type=submit] {
  margin-top: 3rem;
}
section.job-header {
  text-align: center;
  margin-top: 15rem;
  margin-bottom: 9rem;
}
section.job-content {
  margin-bottom: 15rem;
}
section.job-content h1, section.job-content h2, section.job-content h3, section.job-content h4, section.job-content h5 {
  margin-bottom: 3rem;
}
section.job-content p, section.job-content a, section.job-content li {
  color: #707070;
  font-weight: 300;
  line-height: 2.6rem;
}
section.job-content .application-form {
  margin-top: 6rem;
}
section.job-content .application-form .wpcf7-form p {
  margin-bottom: 1.5rem;
}
section.job-content .application-form .wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
section.job-content .application-form .wpcf7-form .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  padding: 1.2rem 2rem;
  border: 1px solid #eee;
}
section.job-content .application-form .wpcf7-form .wpcf7-list-item > label span {
  color: #707070;
  font-size: 1.2rem;
  line-height: 2rem;
}
section.job-content .application-form .wpcf7-form input[type=submit] {
  margin-top: 3rem;
}
section:not(.product-hero):not(.slider-block) h2:not(.accordion-header) {
  color: #707070;
  font-weight: lighter;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #BFBFBF;
}

#colophon {
  background-color: #003354;
  padding: 9rem 0 12rem;
}
#colophon *:not(.hm-button) {
  color: white;
}
#colophon h4 {
  margin-bottom: 4.5rem;
}
#colophon li {
  line-height: 3.2rem;
}
#colophon .logo {
  filter: grayscale(1) brightness(100);
  max-width: 70px;
  margin-bottom: 3rem;
}
#colophon .logo + p {
  margin-bottom: 1.2rem;
}
#colophon .logo + p + div {
  margin-bottom: 3rem;
}
#colophon .dashicons {
  width: 40px;
  font-size: 3rem;
  text-align: left;
}
#colophon .last-footer {
  margin-top: 12rem;
  padding-top: 3rem;
  border-top: 1px solid white;
}
#colophon .last-footer > div > div {
  font-size: 1.6rem;
}
#colophon .last-footer > div > div a {
  font-size: 1.6rem;
}
#colophon .last-footer > div > div:last-child {
  text-align: right;
  font-weight: 300;
}
@media (max-width: 991px) {
  #colophon .last-footer > div > div:last-child {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #colophon .last-footer > div > div:first-child > div {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  #colophon .last-footer {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  #colophon > div > div div {
    margin-bottom: 4.5rem;
  }
  #colophon > div > div div h4 {
    font-weight: 700;
  }
}/*# sourceMappingURL=custom.css.map */