/**
 * Add all needed *.styl files here
 * keep in mind that a correct order is necessary
 */
:root {
  --header-height: 90px;
}
@media only screen and (max-width: 767px) {
  :root {
    --header-height: 70px;
  }
}
:root {
  --theme-darkblue: #00203f;
  --theme-orange: #e97117;
  --theme-darkorange: #e74e00;
  --theme-black: #222;
  --theme-grey: #6e827c;
  --theme-lightgrey: #f5f5f5;
  --theme-error: #d10000;
  --theme-default: var(--theme-darkblue);
  --theme-primary: var(--theme-darkorange);
}
@font-face {
  font-family: 'icomoon';
  src: url("/assets/css/fonts/icomoon.woff?yjejl0") format('woff'), url("/assets/css/fonts/icomoon.ttf?yjejl0") format('truetype'), url("/assets/css/fonts/icomoon.svg?yjejl0#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Baloo Tamma 2';
  src: local('Baloo Tamma 2 Regular'), local('BalooTamma2-Regular'), url("/assets/css/fonts/BalooTamma2-Regular.woff2") format('woff2'), url("/assets/css/fonts/BalooTamma2-Regular.woff") format('woff'), url("/assets/css/fonts/BalooTamma2-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Tamma 2';
  src: local('Baloo Tamma 2 Medium'), local('BalooTamma2-Medium'), url("/assets/css/fonts/BalooTamma2-Medium.woff2") format('woff2'), url("/assets/css/fonts/BalooTamma2-Medium.woff") format('woff'), url("/assets/css/fonts/BalooTamma2-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"],
.more:after,
.custom-select-opener:before,
.selectr-selected:before,
.card-image:after,
.nav-link.has-sub:after {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-slider:before {
  content: "\e902";
}
.icon-plus-circle:before,
.icon-cross-circle:before {
  content: "\e900";
  display: inline-block;
}
.icon-cross-circle:before {
  transform: rotate(-45deg);
}
.icon-chevron-down:before,
.icon-chevron-right:before,
.icon-chevron-left:before,
.more:after,
.custom-select-opener:before,
.selectr-selected:before,
.card-image:after,
.nav-link.has-sub:after {
  content: "\e901";
  display: inline-block;
}
.icon-chevron-right:before,
.more:after,
.card-image:after,
.nav-link.has-sub:after {
  transform: rotate(-90deg);
}
.icon-chevron-left:before {
  transform: rotate(90deg);
}
.icon-chevron-right:before,
.more:after,
.card-image:after,
.nav-link.has-sub:after {
  transform: rotate(-90deg);
}
.icon-chevron-right-circle:before,
.icon-chevron-down-circle:before,
.icon-chevron-left-circle:before {
  display: inline-block;
  content: "\e903";
}
.icon-chevron-down-circle:before {
  transform: rotate(90deg);
}
.icon-chevron-left-circle:before {
  transform: rotate(180deg);
}
.icon-youtube:before {
  content: "\e905";
}
.icon-circle-user:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-play:before {
  content: "\e913";
}
.icon-search:before {
  content: "\e90b";
}
.icon-plus:before {
  content: '+';
  display: inline-block;
  border: 2px solid #00203f;
  border-radius: 50%;
  padding: 8px 5px 18px;
  line-height: 0;
}
html {
  height: 100%;
}
html.noscroll,
html.noscroll body {
  overflow: hidden;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #00203f;
  color: var(--theme-default);
}
.ios body {
  height: 100%;
}
_:-ms-fullscreen,
:root body {
  display: block;
}
::-moz-selection {
  color: #fff;
  background: #e74e00;
}
::selection {
  color: #fff;
  background: #e74e00;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: #6e827c;
  color: var(--theme-grey);
}
p a {
  text-decoration: underline;
}
.downloads-list-item {
  color: #6e827c;
  color: var(--theme-grey);
}
.more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease-out;
  font-size: 15px;
}
.more:after {
  display: flex;
  font-size: 12px;
  margin-left: 12px;
  border-radius: 50%;
  padding: 9px 8px 7px 8px;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  border: 2px solid currentColor;
}
.more:hover,
.more:focus {
  text-decoration: none;
  color: #00203f;
  color: var(--theme-default);
  transform: translateX(10px);
}
.more:hover:after,
.more:focus:after {
  color: #fff;
  border-color: #00203f;
  border-color: var(--theme-default);
  background: #00203f;
  background: var(--theme-default);
}
p {
  margin-bottom: 35px;
}
p.lead {
  font-size: 20px;
  line-height: 30px;
}
h1,
.h1,
h2,
h3,
h4,
h5 {
  font-family: 'Baloo Tamma 2', 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
}
@media print {
  h1:first-letter,
  .h1:first-letter,
  h2:first-letter,
  h3:first-letter,
  h4:first-letter,
  h5:first-letter {
    font-size: inherit;
  }
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
}
@media print {
  h6:first-letter {
    font-size: inherit;
  }
}
.h1-big {
  font-size: 80px;
}
h1,
.h1 {
  font-size: 54px;
  margin: 0 0 10px;
}
h2 {
  font-size: 54px;
  margin: 0 0 10px;
}
h3 {
  font-size: 38px;
  margin: 0 0 10px;
}
h4 {
  font-size: 30px;
  margin-bottom: 6px;
}
h4.downloads + p {
  font-size: 16px;
  color: #6e827c;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}
strong {
  font-weight: 600;
}
.card-text,
.green-box {
  font-size: 16px;
}
.color-dark-blue,
.bt-clone {
  color: #00203f !important;
}
@media only screen and (min-width: 768px) {
  h2.scroll-headline-target {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 34px;
    margin: 0 0 10px;
  }
  h2 {
    font-size: 38px;
    margin: 0 0 10px;
  }
  h3 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 500;
  }
  h4 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 16px;
  }
}
.aa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  flex: 1 0 auto;
  padding: 0 0 30px;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.poss {
  position: static;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.container-fluid {
  padding: 0 24px;
  -webkit-clip-path: inset(0 24px 0);
  clip-path: inset(0 24px 0);
}
.mt-a {
  margin-top: auto;
}
.mb-a {
  margin-bottom: auto;
}
.ml-a {
  margin-left: auto;
}
.mtb-a {
  margin-top: auto;
  margin-bottom: auto;
}
.justify-content-around {
  justify-content: space-around;
}
.row .col-md-6:first-child img {
  float: right;
}
.inset-row {
  margin-top: 70px;
  margin-bottom: 60px;
}
.inset-row .imagebox,
.inset-row .videobox {
  margin-bottom: 45px;
}
.inset-row .imagebox img {
  width: 100%;
}
.inset-row p {
  font-size: 16px;
}
.imagebox {
  text-align: center;
}
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #000;
  z-index: 5;
}
.bg-section {
  background: radial-gradient(circle at 70% center, #f8f8f8, #dbdbdb);
  margin-top: 40px;
  margin-bottom: 110px;
  padding-top: 70px;
  padding-bottom: 20px;
}
.bg-section p:last-child {
  margin-bottom: 50px;
}
.grey-bg {
  margin-bottom: 30px;
  background-clip: content-box;
  background-color: #f5f5f5;
  background-color: var(--theme-lightgrey);
}
.grey-bg .inset-row {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .grey-bg .inset-row .imagebox {
    margin-bottom: 0;
  }
}
.green-box {
  color: #fff;
  padding: 80px 0;
  margin: 0 0 140px;
  background: linear-gradient(90deg, #6a7c77 0%, #b2ccc5 100%);
}
.green-box .more:hover,
.green-box .more:focus {
  color: #fff;
}
.green-box .more:hover:after,
.green-box .more:focus:after {
  background: #fff;
  border-color: #fff;
  color: #6e827c;
  color: var(--theme-grey);
}
.col-lg-8.pull-lg-2 h1:only-child {
  margin-bottom: 25px;
}
.col-lg-4 p > img,
.col-lg-4 p > svg {
  margin-bottom: -15px;
}
@media only screen and (max-width: 767px) {
  main {
    padding-bottom: 20px;
  }
  main > .row {
    margin-right: 13px;
    margin-left: 13px;
  }
  .container {
    padding-right: 28px;
    padding-left: 28px;
  }
  .container-fluid {
    padding: 50px 0 10px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .inset-row {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .inset-row .col-md-7 {
    order: 1;
  }
  .inset-row .imagebox,
  .inset-row .videobox {
    margin-bottom: 30px;
  }
  .bg-section {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .green-box {
    padding: 30px 20px;
    margin-bottom: 100px;
  }
  .green-box .row > div:not(:last-child) {
    margin-bottom: 45px;
  }
  .backdrop {
    z-index: 11;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .pull-lg-1 {
    margin-right: 8.333333%;
  }
  .pull-lg-2 {
    margin-right: 16.666667%;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .inset-row {
    margin-bottom: 100px;
  }
  .inset-row .col-lg-4 {
    padding-right: 0;
  }
  .inset-row .col-md-7 + .col-lg-4 {
    padding-right: 15px;
    padding-left: 0px;
  }
  .title-col h1,
  .title-col h2 {
    margin-right: 16.66666%;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl-right {
    text-align: right;
  }
}
.grecaptcha-badge {
  z-index: 10;
}
button,
.btn,
.inline-btn {
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
}
.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 7px 35px;
  margin-bottom: 25px;
  text-align: center;
  transition: background 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  text-decoration: none;
  border: 2px solid currentColor;
  border-radius: 50px;
}
.btn.filled,
.btn:hover {
  color: #fff;
  text-decoration: none;
  border-color: #00203f;
  background: #00203f;
  background: var(--theme-default);
}
.close-menu {
  position: relative;
  display: flex;
  padding: 8px;
  height: 42px;
  width: 46px;
  margin-right: -8px;
  color: inherit;
}
.close-menu:hover {
  color: #6e827c;
  color: var(--theme-grey);
}
.close-menu > .menu-bar {
  position: absolute;
  top: 50%;
  left: 50%;
}
.close-menu > .menu-bar:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-menu > .menu-bar:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
html [type="button"].login-button {
  -webkit-appearance: none;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin-bottom: 0;
}
figcaption {
  font-size: 14px;
  margin-top: 15px;
  color: #6e827c;
  color: var(--theme-grey);
}
figcaption p:last-child {
  margin-bottom: 0;
}
.imagebox,
.videobox {
  margin-bottom: 30px;
  overflow: hidden;
  overflow: clip;
}
.imagebox img,
.videobox img {
  transition: transform 0.375s ease-out;
}
.container-fluid .imagebox,
.container-fluid .videobox {
  margin-bottom: 85px;
}
.container-fluid .imagebox img,
.container-fluid .videobox img {
  width: 100%;
}
.imagebox a:hover img,
.imagebox.hover img {
  transform: scale(1.05);
}
.imgtext {
  margin-bottom: 50px;
}
.imgtext img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .imagebox {
    margin-left: -28px;
    margin-right: -28px;
  }
}
.siema {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 50px;
}
.siema:only-child {
  margin-bottom: 100px;
}
.siema.slider-init {
  display: block;
}
.siema > .slide {
  flex: 1 0 100%;
}
.siema .slide {
  position: relative;
}
.slider-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  visibility: hidden;
}
.slider-arrows > button {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  visibility: visible;
  transition: background 0.225s ease-out;
  color: #fff;
}
.slider-arrows > button:hover,
.slider-arrows > button:focus {
  color: #6e827c;
  color: var(--theme-grey);
}
.slider-arrows > button:hover > i,
.slider-arrows > button:focus > i {
  background: #fff;
}
.slider-arrows > button:not(.flying-focus_target):focus {
  visibility: visible;
}
.slider-arrows > button > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  pointer-events: none;
  width: 30px;
  height: 30px;
}
.slider-arrows > .slider-prev {
  margin-left: 30px;
}
.slider-arrows > .slider-next {
  margin-right: 30px;
}
@media only screen and (min-width: 1700px) {
  .slider-arrows > .slider-prev {
    margin-left: 150px;
  }
  .slider-arrows > .slider-next {
    margin-right: 150px;
  }
}
.slider-thumbs {
  display: flex;
  margin-top: 24px;
  margin-bottom: 100px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.slider-thumbs > button {
  margin: 0 9px;
  flex: none;
}
.slider-thumbs > button:after {
  content: "";
  display: block;
  margin-top: 6px;
  transform: scaleX(0);
  transition: transform 0.225s ease-out;
  border-bottom: 1px solid #6e827c;
  border-bottom: 1px solid var(--theme-grey);
}
.slider-thumbs > button:hover:after {
  transform: scaleX(0.5);
}
.slider-thumbs > button.active:after {
  transform: scaleX(1);
}
.slider-thumbs > button:first-child {
  margin-left: auto;
}
.slider-thumbs > button:last-child {
  margin-right: auto;
}
.slider-thumbs > button > img {
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .slider-thumbs > button > img {
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-thumbs {
    margin-top: 20px;
  }
  .slider-thumbs > button:after {
    margin-top: 4px;
  }
  .slider-thumbs > button:first-child {
    padding-left: 15px;
  }
  .slider-thumbs > button:last-child {
    padding-right: 8px;
  }
}
.single-news {
  margin-bottom: 0px !important;
}
.single-news .slider-title {
  height: 40px;
}
.single-news img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .single-news {
    width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .single-news img {
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .single-news {
    width: 100%;
  }
}
.overlay-sidebar.nav-sidebar .siema {
  margin-top: 0px;
}
.overlay-sidebar.nav-sidebar .siema .slider-arrows {
  display: none;
}
.overlay-sidebar.nav-sidebar .siema img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 225ms ease-in-out;
}
.overlay-sidebar.nav-sidebar .siema img:hover {
  transform: scale(1.05);
  transition: transform 225ms ease-in-out;
}
.overlay-sidebar.nav-sidebar .siema .slider-title {
  height: 40px;
  overflow: hidden;
  max-height: 40px;
}
.overlay-sidebar.nav-sidebar .progress-bar-wrapper {
  width: 100%;
  height: 5px;
  top: 55px;
  position: relative;
}
.overlay-sidebar.nav-sidebar .progress-bar-wrapper div {
  width: 100%;
  position: absolute;
  border-radius: 25px;
  height: 5px;
}
.overlay-sidebar.nav-sidebar .progress-bar-wrapper .progress-bar {
  background: rgba(255,255,255,0.5);
  width: 100%;
}
.overlay-sidebar.nav-sidebar .progress-bar-wrapper .progress-bar .progress-bar-inner {
  height: 5px;
  background: #fff;
  transition: background 500ms ease-in-out;
}
.subnav-open .overlay-sidebar .progress-bar-wrapper {
  width: 100%;
  height: 5px;
  position: relative;
}
.subnav-open .overlay-sidebar .progress-bar-wrapper div {
  width: 100%;
  position: absolute;
  border-radius: 25px;
  height: 5px;
}
.subnav-open .overlay-sidebar .progress-bar-wrapper .progress-bar {
  background: rgba(255,255,255,0.5);
  width: 100%;
}
.subnav-open .overlay-sidebar .progress-bar-wrapper .progress-bar .progress-bar-inner {
  height: 5px;
  background: #18366b;
  transition: background 500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .overlay-sidebar.nav-sidebar .inner-wrapper .siema .slider-title {
    height: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 576px) {
  .overlay-sidebar.nav-sidebar .inner-wrapper {
    flex-direction: column;
    width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .overlay-sidebar.nav-sidebar .inner-wrapper .progress-bar-wrapper {
    margin-top: 10px;
  }
  .overlay-sidebar.nav-sidebar .inner-wrapper picture {
    padding: 0;
  }
  .overlay-sidebar.nav-sidebar .inner-wrapper img {
    max-width: 500px;
    height: 100%;
    padding: 0px;
    min-height: 400px;
    width: auto;
    max-height: 400px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .overlay-socials {
    margin-top: 40px;
  }
  .overlay-sidebar.nav-sidebar {
    margin-top: 100px;
  }
  .overlay-sidebar.nav-sidebar .inner-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .overlay-socials {
    top: 562px;
    position: absolute;
  }
}
.banner {
  position: relative;
  margin-bottom: 40px;
  -webkit-clip-path: none;
  clip-path: none;
}
.banner h6 {
  font-size: 18px;
}
.banner .full-size h1 {
  font-size: 80px;
  margin: 20px 0 0;
}
.banner .full-size .banner-content img {
  width: 100%;
  object-fit: contain;
}
.banner .scroll-down {
  position: absolute;
  bottom: 35px;
  right: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}
.banner .scroll-down:hover > i,
.banner .scroll-down:focus > i {
  background: #fff;
  color: #00203f;
  color: var(--theme-default);
}
.home .banner .scroll-down {
  right: 54px;
  bottom: 59px;
}
.banner .scroll-down > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  width: 30px;
  height: 30px;
}
.banner .scroll-down > i:before {
  display: inline-block;
  transform: translateY(1px);
}
.banner-slide {
  position: relative;
  height: 100%;
}
.banner-image {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.full-size  .banner-image {
  height: calc(100vh - 90px - 24px);
  height: calc(100vh - var(--header-height) - 24px);
}
.banner-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  margin: 0;
  transform: translate(-50%, -50%);
  will-change: transform;
}
@supports (object-fit: cover) {
  .banner-image img {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
  }
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-content.bottom {
  top: auto;
  bottom: 8%;
  transform: translateX(-50%);
}
.banner-content + .banner-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
.banner-content .image-offset {
  transform: translateY(20%);
}
.banner-content picture {
  display: block;
}
.banner-content img {
  width: auto;
  max-height: 650px;
  transform: translateY(12%);
}
.banner-content h5:last-child,
.banner-content h6:last-child {
  margin-bottom: -10px;
}
.banner-content .title-col h1 {
  font-size: 54px;
  margin: 0;
}
.scroll-headline-wrapper {
  will-change: transform;
}
.scroll-headline-wrapper h1 {
  margin: 0;
  text-align: left;
}
.scroll-headline-wrapper h1.clone {
  position: absolute;
  top: 0;
  color: #00203f;
  color: var(--theme-default);
}
.banner-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.banner-cards .card {
  margin-bottom: 0;
}
.banner-cards .banner-image {
  height: calc(100vh - 90px - 24px);
  height: calc(100vh - var(--header-height) - 24px);
}
.banner-cards .card-image:after {
  bottom: 25px;
}
.banner-cards .card-image picture,
.banner-cards .card-image img {
  height: 100%;
}
.banner-cards .card-image-text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
}
.banner-cards .card-image-text:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0,0,0,0.15);
}
.banner-cards .card-image-text > * {
  position: relative;
}
.banner-battery-wrapper {
  position: relative;
}
.banner-battery-wrapper .banner-battery-anim {
  position: relative;
  float: none;
  max-height: 580px;
  width: auto !important;
  transform: translateY(5%);
  z-index: 1;
}
.banner-battery-wrapper .banner-battery-shadow {
  position: absolute;
  bottom: -40%;
  right: 0;
  opacity: 0.7;
  transform: scaleY(1.5);
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  .banner-battery-wrapper .banner-battery-anim {
    max-height: 50vh;
  }
  .banner-battery-wrapper .banner-battery-shadow {
    right: 0 !important;
    width: 100% !important;
  }
}
.scroll-headline-target {
  opacity: 0;
}
#veoedit .scroll-headline-target {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .banner-content.product-category-banner img {
    transform: none;
    width: 390px;
  }
  .banner-content .image-offset {
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 1699px) {
  .banner-battery-wrapper .banner-battery-shadow {
    right: -30%;
    width: 120%;
    max-width: none;
  }
}
@media only screen and (max-width: 1199px) {
  .banner {
    padding: 0 8px;
    margin-bottom: 18px;
  }
  .banner .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner > .row > .col-12 {
    max-height: none;
  }
  .banner .scroll-down {
    right: 50%;
    transform: translateX(50%);
  }
  .banner .full-size h1 {
    font-size: 70px;
  }
  .full-size .banner-image {
    height: calc(100vh - 90px - 8px);
    height: calc(100vh - var(--header-height) - 8px);
  }
  .banner-content.bottom {
    bottom: 15%;
  }
  .banner-content > .row > .col-lg-6 {
    margin-top: 25px;
    text-align: center;
  }
  .banner-content img {
    max-height: 440px;
    float: right;
  }
  .banner-image {
    height: 400px;
  }
  .banner-cards {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, calc((100vh - var(--header-height) - 8px) / 3));
  }
  .banner-cards .banner-image {
    height: 100%;
  }
  .banner-cards .card-image-text {
    padding: 15px 20px;
  }
  .banner .banner-battery-col {
    display: flex;
    justify-content: center;
  }
  .banner-battery-wrapper .banner-battery-anim {
    max-height: 400px;
  }
  .banner-battery-wrapper .banner-battery-shadow {
    right: -30%;
    bottom: -30%;
    width: 130%;
  }
  .banner-content .image-offset {
    transform: translateY(10%);
    height: 240px;
  }
  .banner-content .image-offset picture {
    position: relative;
  }
  .banner-content .image-offset picture img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .banner-battery-wrapper .banner-battery-shadow {
    bottom: -35%;
  }
  .banner .full-size h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .banner .full-size .title-col h1 {
    font-size: 34px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content img {
    max-height: 240px;
    float: unset;
  }
  .banner-battery-wrapper .banner-battery-anim {
    max-height: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .banner .text-lg-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1700px) {
  .banner-image {
    height: 540px;
  }
  .banner-content .image-offset {
    transform: translateY(5%);
  }
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
ul > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
ul > li:before,
ul > li:after {
  position: absolute;
  top: 0.75em;
  left: 5px;
  content: "";
  background: currentColor;
  width: 10px;
  height: 2px;
}
ul > li:after {
  transform: rotate(-90deg);
}
table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 50px;
}
.reference-table-wrapper {
  margin-bottom: 80px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.reference-table-wrapper .reference-table {
  margin-bottom: 0;
}
.reference-table {
  table-layout: fixed;
  min-width: 900px;
  margin-bottom: 80px;
  color: #6e827c;
  color: var(--theme-grey);
}
.reference-table tr:first-child td:first-child {
  color: #00203f;
  color: var(--theme-default);
}
.reference-table td {
  padding: 13px 10px;
  border: 2px solid #fff;
  height: 100px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background: #f5f5f5;
  background: var(--theme-lightgrey);
}
@supports (display: grid) {
  .reference-table tbody {
    display: grid;
    grid-auto-rows: 1fr;
  }
  .reference-table tr {
    display: flex;
  }
  .reference-table td {
    display: block;
    flex: 1;
    border-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-table-wrapper {
    margin-bottom: 40px;
  }
  .reference-table:not(.battery-table) {
    margin-bottom: 40px;
    min-width: 1px;
  }
  .reference-table:not(.battery-table) tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .reference-table:not(.battery-table) tr {
    display: contents;
  }
  .reference-table:not(.battery-table) td:empty {
    display: none;
  }
}
.form-control,
select {
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  height: auto;
  padding: 5px 30px 8px 0;
  border-bottom: 1px solid currentColor;
  background: none;
  color: #6e827c;
  color: var(--theme-grey);
}
.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
}
.form-control:-moz-placeholder,
select:-moz-placeholder {
  color: inherit;
}
.form-control::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
}
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
}
.form-control.error,
select.error {
  color: #d10000;
  color: var(--theme-error);
}
.form-control.error ~ label,
select.error ~ label {
  color: #d10000;
  color: var(--theme-error);
}
.form-control.filled ~ label,
select.filled ~ label {
  opacity: 0;
  transform: translate(-12.3%, -50%) scale(0.75);
  color: #00203f;
  color: var(--theme-default);
}
.form-control:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border-color: currentColor;
  background: none;
  color: inherit;
}
.form-control:focus + .form-line,
select:focus + .form-line {
  opacity: 1;
  transform: scaleX(1);
}
.form-control:focus ~ label,
select:focus ~ label {
  opacity: 1;
  transform: translate(-12.3%, -50%) scale(0.75);
  color: #00203f;
  color: var(--theme-default);
}
.form-control:-webkit-autofill + .form-line,
select:-webkit-autofill + .form-line {
  opacity: 1;
  transform: scaleX(1);
}
.form-control:-webkit-autofill ~ label,
select:-webkit-autofill ~ label {
  transform: translate(-12.3%, -50%) scale(0.75);
  color: #00203f;
  color: var(--theme-default);
}
.form-control:-moz-autofill + .form-line,
select:-moz-autofill + .form-line {
  opacity: 1;
  transform: scaleX(1);
}
.form-control:-moz-autofill ~ label,
select:-moz-autofill ~ label {
  transform: translate(-12.3%, -50%) scale(0.75);
  color: #00203f;
  color: var(--theme-default);
}
textarea.form-control {
  border: 1px solid #00203f;
  padding: 10px;
}
textarea.form-control.error {
  border-color: currentColor;
}
textarea.form-control ~ label.fixed {
  transform: translateY(-120%);
}
.form-group {
  position: relative;
  margin-bottom: 25px;
  font-size: 14px;
}
.form-group.has-icon input {
  padding-right: 40px;
}
.form-group i {
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  font-size: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
.form-group label {
  position: absolute;
  top: 0;
  right: 0;
  left: -5px;
  padding: 0 5px 2px;
  font-weight: 400;
  pointer-events: none;
  transform: translateY(8px);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-group label.fixed {
  color: #a8b7b4;
  transform: translateY(-100%);
}
.input-group {
  position: relative;
}
.form-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  background: #00203f;
  background: var(--theme-default);
}
.form-error {
  font-size: 12px;
  margin-top: 8px;
  color: #d10000;
  color: var(--theme-error);
}
.form-info {
  margin: 75px 0 50px;
}
.form-info p {
  font-size: 12px;
  margin-bottom: 20px;
  color: #6e827c;
  color: var(--theme-grey);
}
.form-success {
  font-weight: 400;
}
.form-submit-success {
  margin: 20px 0 50px;
}
main form {
  margin-bottom: 30px;
}
main form .btn[type="submit"] {
  margin-top: 15px;
}
main form .row {
  margin-left: -8px;
  margin-right: -8px;
}
main form .row > div {
  padding: 0 8px;
}
main form .row .row {
  margin-left: -6px;
  margin-right: -6px;
}
main form .row .row > div {
  padding: 0 6px;
}
main .g-recaptcha {
  margin: 0 0 30px;
}
@media only screen and (max-width: 340px) {
  main .g-recaptcha {
    transform-origin: 0 0;
    transform: scale(0.9);
  }
}
main .error {
  color: #e74e00;
}
main .success {
  color: $green;
}
select.form-control {
  width: 100%;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto !important;
  background: url("/assets/images/icons/chevron-down.svg") no-repeat center right 12px;
  background-size: 16px;
}
.customSelect {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  min-width: 1px !important;
}
.customSelect.is-disabled {
  opacity: 0.333;
}
.customSelect.is-open {
  z-index: 2;
}
.customSelect.is-open .custom-select-opener:before {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select-opener,
.selectr-selected {
  display: block;
  cursor: pointer;
  padding: 5px 50px 8px 0;
  width: 100%;
  color: #6e827c;
  color: var(--theme-grey);
}
.custom-select-opener.selected,
.selectr-selected.selected {
  font-weight: 700;
}
.custom-select-opener:before,
.selectr-selected:before {
  position: absolute;
  top: 50%;
  right: 12px;
  transition: transform 0.225s ease-out;
  transform: translateY(-50%);
}
.customSelect select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
_:-ms-fullscreen,
:root .customSelect select {
  visibility: hidden;
}
.is-mobile .customSelect select {
  visibility: visible;
  opacity: 0;
  width: 100%;
}
.custom-select-panel {
  position: absolute;
  top: calc(100% - 1px);
  max-height: 0;
  overflow: hidden;
  min-width: 100%;
  background: #fff;
  z-index: 1;
  border: 1px solid #6e827c;
  border: 1px solid var(--theme-grey);
  border-top: 0;
  color: #6e827c;
  color: var(--theme-grey);
}
.is-open .custom-select-panel {
  transform: translateY(1px);
}
.customSelect.is-open .custom-select-panel {
  overflow-y: auto;
}
.custom-select-option {
  padding: 4px 15px;
  cursor: pointer;
}
.custom-select-option:first-child {
  border-top: 1px solid #6e827c;
  border-top: 1px solid var(--theme-grey);
}
.custom-select-option:last-child {
  margin-bottom: 10px;
}
.custom-select-option.has-focus {
  font-weight: 600;
  color: #fff;
  background: #00203f;
  background: var(--theme-default);
}
.custom-select-option.is-disabled {
  color: rgba(0,0,0,0.32) !important;
  background: rgba(0,0,0,0.08) !important;
  pointer-events: none;
}
.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
}
.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}
.radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.radio-group > .radio {
  margin: 0 30px 10px 0;
}
.radio-group.error {
  color: #d10000;
  color: var(--theme-error);
}
input[type="radio"].custom {
  position: absolute;
  width: auto;
  border-radius: 50%;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  input[type="radio"].custom {
    -webkit-appearance: radio;
  }
}
input[type="radio"].custom + label {
  position: relative;
  left: 0;
  font-weight: 400;
  padding: 0 0 0 22px;
  margin: 0;
  pointer-events: auto;
}
input[type="radio"].custom + label:before,
input[type="radio"].custom + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  transition: 0.3s ease-out;
}
input[type="radio"].custom + label:before {
  border-radius: 50%;
  border: 1px solid currentColor;
}
input[type="radio"].custom + label:after {
  border-radius: 50%;
  transform: scale(0);
  background: currentColor;
}
input[type="radio"].custom:focus + label:before {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input[type="radio"].custom:checked + label:after {
  transform: scale(0.9);
  z-index: 0;
}
.checkbox-group {
  margin-bottom: 60px;
}
.checkbox-group .checkbox {
  margin: 0;
}
.checkbox {
  margin: 0 50px 25px 0;
}
input[type="checkbox"].custom {
  position: absolute;
  width: auto;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  input[type="checkbox"].custom {
    -webkit-appearance: checkbox;
  }
}
input[type="checkbox"].custom + label {
  position: relative;
  left: 0;
  font-weight: 400;
  padding: 0 0 0 40px;
  cursor: pointer;
  margin: 0 0 10px;
  pointer-events: auto;
}
input[type="checkbox"].custom + label:before,
input[type="checkbox"].custom + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  transition: transform 0.225s ease-out, opacity 0.225s ease-out;
  z-index: 0;
}
input[type="checkbox"].custom + label:before {
  border: 1px solid #00203f;
}
input[type="checkbox"].custom + label:after {
  transform: scale(0);
  background: #e74e00;
  background: var(--theme-primary);
}
input[type="checkbox"].custom:checked + label:after {
  transform: scale(0.7);
}
.items-filter {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #6e827c;
  color: var(--theme-grey);
}
.filter-header {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.filter-header > button:first-child {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: default;
  color: #6e827c;
}
.filter-header > button:first-child:focus {
  outline: none;
}
.filter-header > .close-menu {
  display: none;
}
.filter-header i {
  font-size: 32px;
  margin-left: 20px;
}
.filter-group {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.filter-group +  .filter-group {
  margin-left: 60px;
}
.filter {
  position: relative;
}
.filter +  .filter {
  margin-left: 20px;
}
.filter > input {
  position: absolute;
  left: 0;
  opacity: 0;
}
.filter > input:checked + label {
  color: #00203f;
  color: var(--theme-default);
}
.filter > input:checked + label:after {
  transform: scaleX(1);
}
.filter > input:focus + label {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.filter > label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.filter > label:hover {
  color: #00203f;
  color: var(--theme-default);
}
.filter > label:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.225s ease-out;
}
.filter > .customSelect.is-open .custom-select-opener {
  border-color: #f5f5f5;
  border-color: var(--theme-lightgrey);
}
.filter .custom-select-opener {
  padding-bottom: 5px;
  border-color: transparent;
}
.filter .custom-select-opener.selected {
  color: #00203f;
  color: var(--theme-default);
}
.filter select,
.filter .custom-select-panel {
  border-color: transparent;
}
@media only screen and (max-width: 991px) {
  .items-filter {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
    border-top: 1px solid #a8b7b4;
    border-bottom: 1px solid #a8b7b4;
  }
  .filter-header {
    width: 100%;
    justify-content: space-between;
  }
  .filter-header > button:first-child {
    cursor: pointer;
    height: 42px;
  }
  .filter-header .menu-bar {
    width: 42px;
  }
  .filter-group {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    margin: 15px 0 0;
    transform-origin: left;
  }
  .filter-group +  .filter-group {
    margin-left: 0;
    margin-top: 24px;
  }
  .filter + .filter {
    margin: 10px 0 0;
  }
}
.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  color: inherit;
}
@media only screen and (max-width: 991px) {
  .card {
    margin-bottom: 25px;
  }
}
.card:hover,
.card:focus {
  color: inherit;
  text-decoration: none;
}
.card:hover .card-image:after,
.card:focus .card-image:after {
  background: #fff;
  color: #00203f;
  color: var(--theme-default);
}
.card:hover .card-image img,
.card:focus .card-image img {
  transform: scale(1.05);
}
.card-image {
  position: relative;
  display: block;
  flex: none;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}
.card-image:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding-top: 2px;
}
.card-image > picture {
  display: block;
}
.card-image img {
  width: 100%;
  transition: transform 0.375s ease-out;
}
.card-image-text {
  position: absolute;
  top: 15px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.card-image-text > h4 {
  font-weight: 400;
}
.card-image-text h5 {
  font-size: 18px;
}
.card-text {
  flex: 1 0 auto;
}
.card-text > a {
  font-size: 14px;
  font-weight: 700;
}
a.card .card-image {
  padding-bottom: 6px;
}
a.card .card-image:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 6px;
  background: #cecece;
  z-index: 1;
}
a.card .card-image:only-child {
  margin-bottom: 0;
}
.card-wrapper p {
  font-size: 16px;
}
.product-cat-cards .card:hover .card-image:after,
.product-cat-cards .card:focus .card-image:after {
  background: #6e827c;
  color: #fff;
}
.product-cat-cards .card .card-image:after {
  border: 2px solid #6e827c;
  color: #6e827c;
}
@media only screen and (max-width: 991px) {
  .card-wrapper {
    margin-bottom: 50px;
  }
  .card {
    margin-bottom: 30px;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 90px;
  font-size: 14px;
}
.breadcrumbs-item {
  border-bottom: 1px solid transparent;
  color: #a8b7b4;
  margin-right: 20px;
}
.breadcrumbs-item:last-child {
  border-color: currentColor;
  margin-right: 0;
  color: #6e827c;
  color: var(--theme-grey);
}
.breadcrumbs-item:nth-child(n+2) {
  position: relative;
}
.breadcrumbs-item:nth-child(n+2):before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: '-';
  color: inherit;
  display: inline-block;
  transform: translateY(-50%);
}
.breadcrumbs-item[href]:hover,
.breadcrumbs-item[href]:focus {
  text-decoration: none;
  color: #00203f;
  color: var(--theme-default);
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}
.infobox {
  color: #fff;
  padding: 40px 90px;
  margin: 80px 0;
  background: #e97117;
  background: var(--theme-orange);
}
.infobox.green {
  background: linear-gradient(90deg, #6e827c, #b2ccc5);
}
.infobox.green .btn {
  color: #fff;
}
.infobox.green .btn:hover {
  color: #6e827c;
  border-color: #fff;
  background-color: #fff;
}
.infobox p:last-child,
.infobox .btn:last-child {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .infobox {
    padding: 35px 30px;
    margin: 55px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .infobox {
    padding: 30px 20px;
    margin: 45px 0 60px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  z-index: 5;
  contain: content;
}
.overlay-header {
  z-index: 2;
}
.overlay-header > .row {
  height: 90px;
  height: var(--header-height);
}
.overlay-content {
  padding: 50px 0 110px;
}
.overlay-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
.overlay-sidebar:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -39px;
  content: "";
  border-left: 1px solid #a8b7b4;
  height: 580px;
}
.overlay-sidebar-news {
  font-size: 14px;
  margin-bottom: 113px;
}
.overlay-sidebar-news > picture {
  display: block;
  margin-top: 25px;
}
.overlay-social-link {
  display: inline-flex;
  align-items: center;
}
.overlay-social-link +  .overlay-social-link {
  margin-left: 30px;
}
.overlay-social-link > i {
  font-size: 16px;
  margin-right: 8px;
}
@media only screen and (max-width: 1199px) {
  .overlay {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .overlay-content {
    padding: 0 0 50px;
  }
  .overlay-sidebar {
    margin-top: 80px;
    padding: 0 18px;
  }
  .overlay-sidebar:before {
    top: -30px;
    right: 15px;
    bottom: auto;
    left: 15px;
    border-top: 1px solid #a8b7b4;
    border-left: 0;
  }
  .overlay-sidebar-mobile-metanav {
    position: absolute;
    top: -90px;
  }
  .overlay-sidebar-mobile-metanav > a,
  .overlay-sidebar-mobile-metanav > button {
    color: inherit;
    text-transform: uppercase;
  }
  .overlay-sidebar-mobile-metanav > a + a,
  .overlay-sidebar-mobile-metanav > button + a,
  .overlay-sidebar-mobile-metanav > a + button,
  .overlay-sidebar-mobile-metanav > button + button {
    margin-left: 25px;
  }
  .overlay-sidebar .newsletter {
    margin-top: 55px;
  }
  .overlay-sidebar .newsletter > p {
    margin-bottom: 20px;
  }
  .overlay-sidebar-news img {
    padding: 0 0px;
    margin-top: 15px;
  }
}
.accordion {
  margin-bottom: 50px;
}
.accordion#jobitems {
  position: relative;
}
.accordion#jobitems .accordion-card {
  border-bottom: 2px solid #fff;
}
.accordion#jobitems .accordion-card .accordion-card-header {
  background: #f5f5f5;
  background: var(--theme-lightgrey);
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle {
  position: relative;
  display: block;
  padding: 15px 65px 15px 40px;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle:hover {
  text-decoration: none;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle:hover .collapsed > .icon-plus:before,
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle:hover > .icon-plus:before {
  color: #fff;
  background: #00203f;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle h5 {
  margin: 10px 0 0;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle > .icon-plus {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 30px;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle > .icon-plus:before {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 0.225s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle.collapsed > .icon-plus:before {
  transform: rotate(0);
  transition: transform 0.225s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 30px;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle i:before {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 0.225s ease-out;
}
.accordion#jobitems .accordion-card .accordion-card-header .accordion-toggle.collapsed > i:before {
  transform: rotate(0);
}
.accordion#jobitems .accordion-card .accordion-card-body {
  display: block;
  padding: 40px;
}
.accordion#jobitems .accordion-card .accordion-card-body:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .job-item {
    margin-left: -28px;
    margin-right: -28px;
  }
  .job-item .accordion-toggle {
    padding: 15px 50px 15px 0 !important;
  }
  .job-item .accordion-toggle > .icon-plus,
  .job-item .accordion-toggle i {
    right: 0 !important;
  }
  .job-item .accordion-toggle h5 {
    font-weight: 500;
    margin: 5px 0 0;
  }
  .job-item .accordion-card-header,
  .job-item .accordion-card-body {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .job-item .accordion-card-body {
    word-break: break-word;
  }
}
.download-items {
  position: relative;
  padding: 0;
  margin-bottom: 70px;
}
.download-items .accordion-card-header {
  background: #f5f5f5;
  background: var(--theme-lightgrey);
  position: relative;
  display: block;
  padding: 15px 40px;
  margin-bottom: 5px;
}
.download-items .accordion-card-header:hover {
  text-decoration: none;
}
.download-items .accordion-card-header h5 {
  margin: 10px 0 0;
}
.download-items .product-item-end {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.download-items .product-item-end a {
  display: flex;
  align-items: center;
}
.download-items .product-item-end a:hover {
  text-decoration: none;
}
.download-items .product-item-end i {
  font-size: 30px;
  margin-left: 10px;
}
.download-items .accordion-card-body {
  display: block;
  padding: 40px;
}
.download-items .accordion-card-body:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .download-items .product-item {
    margin-left: -28px;
    margin-right: -28px;
  }
  .download-items .product-item .accordion-card-header {
    padding: 15px 30px;
  }
  .download-items .product-item .accordion-card-header h5 {
    margin-top: 5px;
  }
  .download-items .product-item .accordion-card-body {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .download-items .product-item .accordion-card-body {
    word-break: break-word;
  }
  .download-items .product-item .product-item-name {
    padding-right: 15px;
  }
  .download-items .product-item .product-item-name h5 {
    font-weight: 500;
    margin: 12px 0 0;
  }
  .download-items .product-item .product-item-end {
    position: relative !important;
    flex-grow: 0;
    order: 3;
  }
  .download-items .product-item .product-item-end a {
    display: flex;
    align-items: center;
  }
  .download-items .product-item .product-item-end i {
    margin-left: 30px;
  }
}
#glowCookies-banner {
  background-color: #000;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  border: none !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 90px;
  align-items: center;
  margin-top: 0;
}
#glowCookies-banner h3 {
  display: none;
}
#glowCookies-banner p {
  color: #fff;
  display: block;
  margin-top: 0;
}
#glowCookies-banner .btn__section {
  margin-top: 0;
}
#glowCookies-banner .btn__section button {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 13px 15px;
}
#glowCookies-banner .btn__section button:first-child {
  margin-right: 20px;
  padding: 13px 30px;
}
body:not([data-pageid="33"]) #prebannerBtn {
  display: none;
}
@media only screen and (max-width: 1199px) {
  #glowCookies-banner {
    height: 110px;
  }
  #glowCookies-banner p {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #glowCookies-banner {
    height: 230px;
    flex-direction: column;
  }
  #glowCookies-banner .btn__section {
    margin-top: 25px;
    max-width: 100%;
    flex-direction: row;
  }
  #glowCookies-banner .btn__section button {
    margin: 0;
  }
  #glowCookies-banner .btn__section button:first-child {
    margin-right: 30px;
    padding: 13px 30px;
  }
}
#header {
  flex: none;
  z-index: 5;
  transform: translateY(0);
  transition: transform 0.275s ease-out;
  will-change: transform;
  height: 90px;
  color: #6e827c;
  color: var(--theme-grey);
}
.home #header {
  color: #fff;
}
.home #header .st0 {
  fill: currentColor;
}
#header > .container {
  position: relative;
  z-index: 2;
}
#header > .container > .row {
  height: 90px;
  height: var(--header-height);
}
.header-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  color: #fff;
  z-index: 1;
}
.header-nav  .header-overlay {
  display: none;
}
.header-overlay + .row {
  color: #6e827c;
  color: var(--theme-grey);
}
.header-overlay + .row .st0 {
  fill: #647972 !important;
}
.header-overlay .st0 {
  fill: currentColor;
}
.header-actions > a,
.header-actions > button {
  font-size: 15px;
  text-transform: uppercase;
  background: none;
  color: inherit;
}
.header-actions > a:hover,
.header-actions > button:hover,
.header-actions > a:focus,
.header-actions > button:focus {
  color: #00203f;
  color: var(--theme-default);
}
.header-actions > a + a,
.header-actions > button + a,
.header-actions > a + button,
.header-actions > button + button {
  margin-left: 25px;
}
.show-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: none;
  color: inherit;
  margin-right: -8px;
  transition: transform 0.35s ease-in-out;
}
.show-menu:hover {
  color: #6e827c;
  color: var(--theme-grey);
  transform: scale(1.15);
}
.show-menu > .menu-bar + .menu-bar {
  margin-top: 10px;
}
.menu-bar {
  display: block;
  margin: auto 0;
  width: 30px;
  height: 2px;
  background: currentColor;
  will-change: transform;
}
.logo {
  display: block;
  transform: translateY(2px);
}
.logo svg {
  max-width: 100%;
}
#header.header-nav {
  position: fixed;
  transform: translateY(100%);
  background: #fff;
  height: 90px;
  animation: slideIn 0.275s ease-out;
  animation-fill-mode: forwards;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
}
.logo-col {
  display: flex;
}
.logo-col .swatchgroup-logo {
  margin-left: 50px;
  align-self: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swatchgroup-logo svg {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 70px;
  }
  #header > .container > .row {
    height: 70px;
  }
  #header.header-nav {
    height: 70px;
  }
  .header-overlay {
    width: calc(100% - 26px);
  }
  .logo-col .swatchgroup-logo {
    margin-left: 20px;
  }
}
@-moz-keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.desktop-nav {
  color: #fff;
  overflow-x: hidden;
  background: radial-gradient(circle closest-corner at 70% center, #2f58ad, #00203f);
  z-index: 10;
  transform-origin: top;
}
.desktop-nav.subnav-open {
  color: #6e827c;
  color: var(--theme-grey);
}
.desktop-nav.subnav-open .newsletter form .form-control {
  color: #6e827c;
  color: var(--theme-grey);
}
.nav-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.nav-header .nav-back {
  display: inline-flex;
  align-items: center;
  background: none;
  opacity: 0;
  visibility: hidden;
  color: inherit;
}
.nav-header .nav-back:hover {
  color: #00203f;
  color: var(--theme-default);
}
.nav-header .nav-back > i {
  margin-right: 10px;
}
.subnav-open  .nav-header .show-menu {
  color: #00203f;
  color: var(--theme-default);
}
.nav-header .show-menu:hover {
  color: #6e827c;
  color: var(--theme-grey);
}
.nav-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 0 0 60px;
}
.nav-wrapper > .container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  column-gap: 30px;
  flex: 1 1 auto;
}
.main-nav {
  grid-row: 1;
  grid-column: 2/span 4;
  margin-top: 175px;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  margin-bottom: 32px;
  color: #a8b7b4;
  transition: transform 0.225s ease-out;
}
.nav-link.open,
.nav-link.active,
.nav-link:hover,
.nav-link:focus {
  color: #fff;
}
.nav-link:hover {
  text-decoration: none;
  transform: translateX(12px);
}
.nav-link.has-sub:after {
  font-size: 12px;
  margin: 0 0 0 20px;
}
.subnav-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
}
.sub-nav-wrapper {
  position: relative;
  grid-row: 1;
  grid-column: 2/span 8;
  background: #fff;
  visibility: hidden;
  padding-top: 175px;
}
.subnav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  column-gap: 30px;
}
.subnav .active-subnav {
  position: absolute;
  top: -45px;
  left: 0;
}
.subnav .nav-link {
  color: inherit;
}
.subnav .nav-link.open,
.subnav .nav-link.active,
.subnav .nav-link:hover {
  color: #00203f;
  color: var(--theme-default);
}
.subnav-left {
  padding-right: 12%;
}
.sub-subnav {
  display: none;
  opacity: 0;
}
.sub-subnav .nav-link {
  font-size: 20px;
}
.nav-sidebar {
  grid-row: 1;
  grid-column: span 3;
  margin-top: 175px;
  font-size: 14px;
}
.nav-sidebar .newsletter form {
  color: #a8b7b4;
}
.nav-sidebar .newsletter form .form-control {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .nav-header .nav-back {
    margin-left: 12px;
  }
  .nav-wrapper > .container {
    grid-template-rows: 1fr auto;
    grid-column-gap: 0;
    column-gap: 0;
  }
  .nav-link {
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 24px;
  }
  .nav-link.has-sub:after {
    font-size: 14px;
    margin-right: 8px;
  }
  .main-nav,
  .sub-nav-wrapper {
    margin-left: 15px;
    grid-column: 1/span 12;
  }
  .main-nav {
    margin-top: 105px;
  }
  .sub-nav-wrapper {
    padding-top: 105px;
  }
  .subnav {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: -35px;
  }
  .subnav .active-subnav {
    top: -35px;
  }
  .subnav-left {
    grid-row: 1;
    grid-column: 1;
    padding-right: 0;
  }
  .subnav-right {
    position: relative;
    grid-row: 1;
    grid-column: 1;
    background: #fff;
    visibility: hidden;
    opacity: 0;
  }
  .subnav-bg {
    position: static;
    grid-row: 1/span 2;
    grid-column: 1/span 12;
    margin: 0 -28px -60px;
  }
  .nav-sidebar {
    grid-row: 2;
    grid-column: 1/span 12;
  }
  .nav-sidebar:before {
    right: 0;
    left: 0;
    height: 5px;
  }
}
#footer {
  position: relative;
  flex: none;
  font-size: 14px;
  padding: 110px 0;
  background: radial-gradient(circle, #fff 0%, #ececec 100%);
}
#footer .copyinfo {
  font-size: 12px;
  margin-top: 5px;
}
.footer-top {
  color: #485751;
}
.footer-top:after {
  content: "";
  display: block;
  width: 100%;
  margin: 60px 0 70px;
  border-bottom: 1px solid #6e827c;
  border-bottom: 1px solid var(--theme-grey);
}
#footer h6 {
  font-family: 'Open Sans', sans-serif;
}
#footer h6,
.footer-nav-link {
  display: block;
  font-size: inherit;
  font-weight: 600;
}
#footer h6 + #footer h6,
.footer-nav-link +  .footer-nav-link {
  margin-top: 15px;
}
.footer-nav-link:hover,
.footer-nav-link:focus {
  color: #00203f;
  color: var(--theme-default) !important;
}
.footer-sub-nav {
  margin: 15px 0;
}
.footer-sub-nav .footer-nav-link {
  font-weight: 400;
  color: #6e827c;
  color: var(--theme-grey);
}
.footer-sub-nav .footer-nav-link + .footer-nav-link {
  margin-top: 0;
}
.footer-bottom {
  color: #6e827c;
  color: var(--theme-grey);
}
.footer-bottom .newsletter {
  color: #485751;
}
.footer-bottom .newsletter form {
  color: #6e827c;
  color: var(--theme-grey);
}
.footer-bottom .newsletter form input {
  color: #485751;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
}
.footer-social-link:hover,
.footer-social-link:focus {
  color: #00203f;
  color: var(--theme-default);
}
.footer-social-link +  .footer-social-link {
  margin-left: 35px;
}
.footer-social-link > i {
  font-size: 16px;
  margin-right: 8px;
}
.footer-info-nav > a:hover,
.footer-info-nav > a:focus {
  color: #00203f;
  color: var(--theme-default);
}
.footer-info-nav > a:nth-child(n+2) {
  position: relative;
  margin-left: 10px;
}
.footer-info-nav > a:nth-child(n+2):before {
  position: absolute;
  top: 50%;
  left: -9px;
  content: '-';
  display: inline-block;
  transform: translateY(-50%);
}
.footer-info-nav {
  margin-bottom: 10px;
}
.footer-bottom .footer-logo {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  #footer .footer-nav {
    margin-bottom: 15px;
  }
  .footer-bottom .row > div {
    order: 1;
  }
  .footer-bottom .row > div.footer-logo-group {
    order: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 45px 0 40px;
  }
  .footer-top:after {
    margin: 40px 0;
  }
  #footer .newsletter {
    margin-bottom: 25px;
  }
  #footer .newsletter p {
    margin-bottom: 25px;
  }
  .footer-info-nav {
    margin: 40px 0 30px;
  }
}
.medtech {
  display: inline-block;
  margin-bottom: 10px;
}
.login-overlay {
  background: #fff;
  transform-origin: top;
}
.login-wrapper {
  flex: 1 0 auto;
}
.login-wrapper > .container,
.login-wrapper > .container > .row {
  height: 100%;
}
.login-wrapper h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
#login-pane .btn {
  margin-top: 20px;
}
#login-pane > h5,
#register-pane > h5 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.login-register {
  font-size: 14px;
  color: #a8b7b4;
}
.login-register > .inline-btn {
  color: #6e827c;
  color: var(--theme-grey);
}
.login-register > .inline-btn:hover,
.login-register > .inline-btn:focus {
  color: #00203f;
  color: var(--theme-default);
}
.login-form button:disabled,
.login-form button[disabled] {
  border: 2px solid rgba(16,16,16,0.3);
  background: none;
  color: rgba(16,16,16,0.3);
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .register-info {
    margin: 40px 0 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .login main {
    min-height: 100vh;
  }
}
.login-wrapper main {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .login-wrapper main {
    margin-top: 50px;
  }
}
.change-country-version {
  flex: none;
  background: #f5f5f5;
  overflow: hidden;
  overflow: clip;
}
.change-country-version > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #6e827c;
  color: var(--theme-grey);
}
.change-country-version > .container > span {
  margin-right: 30px;
}
.change-country-version > .container > a {
  font-weight: 600;
  margin-left: auto;
  border-bottom: 1px solid currentColor;
}
.change-country-version > .container > a:hover,
.change-country-version > .container > a:focus {
  text-decoration: none;
  color: #00203f;
  color: var(--theme-default);
}
.change-country-version > .container > .close {
  display: flex;
  font-size: 30px;
  margin-left: 70px;
  color: inherit;
}
.change-country-version > .container > .close:hover,
.change-country-version > .container > .close:focus {
  color: #00203f;
  color: var(--theme-default);
}
.language-wrapper {
  position: relative;
  display: none;
  z-index: 6;
  background: #fff;
  color: #6e827c;
  color: var(--theme-grey);
}
.language-wrapper .close-menu {
  margin-top: 30px;
  margin-bottom: 70px;
}
.language-wrapper .close-menu:hover,
.language-wrapper .close-menu:focus {
  color: #00203f;
  color: var(--theme-default);
}
.language-country-list {
  margin-bottom: 50px;
}
.language-country-list > h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
.language-country-list > h5 {
  color: #00203f;
}
.language-country-list > .lang-link {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.language-country-list > .lang-link:hover,
.language-country-list > .lang-link:focus {
  color: #00203f;
  color: var(--theme-default);
}
.language-country-list > .lang-link.active {
  color: #00203f;
}
.language-country-list > .lang-link.active:hover,
.language-country-list > .lang-link.active:focus {
  color: #00203f;
}
@media only screen and (max-width: 767px) {
  .language-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 15;
  }
  .language-country-list {
    margin-bottom: 30px;
  }
  .language-country-list > h5 {
    font-size: 22px;
  }
  .language-country-list > .lang-link {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.search-wrapper {
  position: relative;
  display: none;
  z-index: 6;
  background: #fff;
  color: #6e827c;
  color: var(--theme-grey);
}
.search-wrapper .close-menu {
  margin-top: 30px;
}
.search-wrapper .close-menu:hover,
.search-wrapper .close-menu:focus {
  color: #00203f;
  color: var(--theme-default);
}
.search-wrapper .form-group {
  margin: 40px 0 130px;
}
.search-wrapper label,
.search-wrapper .form-control {
  font-size: 26px;
}
.search-wrapper .form-control:focus ~ label,
.search-wrapper .form-control.filled ~ label {
  transform: translate(-17.5%, -65%) scale(0.65);
}
@media only screen and (max-width: 767px) {
  .search-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    transform: translateY(100%);
    z-index: 15;
  }
  .search-wrapper .close-menu {
    margin-top: 15px;
  }
  .search-wrapper .form-group {
    margin: 20px 0 70px;
  }
}
.search .card-wrapper {
  margin-bottom: 45px;
}
.search .card-wrapper > div {
  display: flex;
  flex-wrap: wrap;
}
.search .card-wrapper .card {
  margin-bottom: 40px;
}
.search .card-wrapper .card-text {
  display: flex;
  flex-direction: column;
}
.search .card-wrapper .card-text > p:last-of-type {
  margin-bottom: 20px;
}
.search .card-wrapper .more {
  margin-top: auto;
}
.news-teaser {
  margin-bottom: 50px;
}
.news-teaser h5 {
  margin-top: 5px;
}
.news-teaser .slide {
  padding: 0 30px;
}
.news-teaser .slider-arrows {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  transform: none;
}
.news-teaser .slider-arrows > .slider-next {
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 992px) {
  .news-teaser .slide {
    padding: 0 50px;
  }
  .news-teaser .slide .col-md-6:nth-child(2) {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .news-teaser {
    padding: 30px 0 75px;
  }
}
.accordion {
  margin-bottom: 50px;
}
.product-items-list {
  position: relative;
}
.product-items-list .accordion-card {
  border-bottom: 2px solid #fff;
}
.product-items-list .accordion-card-header {
  background: #f5f5f5;
  background: var(--theme-lightgrey);
}
.product-items-list .accordion-toggle {
  display: block;
  padding: 15px 40px;
  color: #00203f;
}
.product-items-list .accordion-toggle:hover {
  text-decoration: none;
}
.product-items-list .accordion-toggle:hover .collapsed .product-item-end > .icon-plus:before,
.product-items-list .accordion-toggle:hover .product-item-end > .icon-plus:before {
  color: #fff;
  background: #00203f;
}
.product-items-list .accordion-toggle h5 {
  margin: 10px 0 0;
}
.product-items-list .accordion-toggle .product-item-end > .icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
}
.product-items-list .accordion-toggle .product-item-end > .icon-plus:before {
  transform: rotate(-45deg);
  width: 31px;
  height: 31px;
  transform-origin: 50% 50%;
  transition: transform 0.225s ease-out, background 0.2s ease-out, color 0.2s ease-out;
  font-family: "Open Sans", sans-serif;
  line-height: 0.3;
}
@media only screen and (max-width: 767px) {
  .product-items-list .accordion-toggle .product-item-end > .icon-plus:before {
    padding-left: 1px;
  }
}
.product-items-list .accordion-toggle.collapsed .product-item-end > .icon-plus:before {
  transform: rotate(0);
  transition: transform 0.225s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}
.product-items-list .accordion-toggle .product-item-end > i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
}
.product-items-list .accordion-toggle .product-item-end > i:before {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 0.225s ease-out;
}
.product-items-list .accordion-toggle.collapsed .product-item-end > i:before {
  transform: rotate(0);
}
.product-items-list .product-item-end {
  text-align: center;
  margin-left: auto;
  position: relative;
}
.product-items-list .product-item-end .icon-chevron-right {
  font-size: 12px;
  widht: 30px;
  height: 30px;
  border: 2px solid #00203f;
  border-radius: 50%;
  padding: 7px 6px 7px 8px;
  transition: background 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.product-items-list .accordion-card-body {
  display: block;
  padding: 20px 10px 15px;
  border-bottom: 1px solid #bfbfbf;
}
.product-items-list .accordion-card-body:hover {
  text-decoration: none;
}
.product-items-list .accordion-card-body:hover .icon-chevron-right {
  color: #fff;
  border-color: #00203f;
  background: #00203f;
}
.product-items-list .accordion-card-body:last-child {
  margin-bottom: 40px;
}
.product-items-list .accordion-card-body .product-item-name {
  overflow-wrap: break-word;
}
.product-items-list .accordion-card-body .product-item-name h5 {
  margin: 0;
}
.product-items-list .accordion-card-body .product-item-capacity span,
.product-items-list .accordion-card-body .product-item-weight span {
  font-size: 16px;
}
.product-items-list .accordion-card-body .product-item-description h5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 0;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-break: break-word;
}
.product-items-list .accordion-card-body .product-item-description h5 svg {
  flex: none;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .product-items-list .accordion-card-body .product-item-description h5 svg {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-item-description {
    row-gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .product-item {
    margin-left: -28px;
    margin-right: -28px;
  }
  .product-item .product-item-name {
    margin-bottom: 10px;
    padding-right: 50px;
  }
  .product-item .product-item-name h5 {
    font-weight: 500;
  }
  .product-item .product-item-description h5 {
    margin: 15px 0 !important;
  }
  .product-item .accordion-card-body {
    padding-right: 28px;
    padding-left: 28px;
  }
  .product-item .accordion-card-body .row {
    padding-right: 50px;
  }
  .product-item .accordion-card-body .row .product-item-end {
    right: -15px !important;
  }
  .product-item .product-item-image,
  .product-item .product-item-end {
    order: 1;
  }
  .product-item .product-item-name {
    order: 2;
  }
  .product-item .product-item-capacity {
    order: 3;
  }
  .product-item .product-item-weight {
    order: 4;
  }
  .product-item .product-item-end {
    position: absolute !important;
    right: 0;
    text-align: right;
  }
  .product-item .product-item-description {
    padding: 0 15px;
    word-break: break-word;
    font-size: 16px;
  }
  .product-items-list .accordion-toggle {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-items-list .accordion-toggle h5 {
    margin-top: 5px;
  }
  .product-item-title {
    padding-right: 60px;
  }
  .product-items-list .product-downloads-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-items-list .product-downloads-content > .row {
    padding-right: 0;
  }
  .product-items-list .product-downloads-content .product-item-name {
    padding-right: 15px;
  }
  .product-item-downloads {
    order: 2;
  }
  .product-item-downloads .product-item-description {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .product-item .product-item-end {
    margin-right: 15px !important;
  }
  .product-item .product-item-name {
    padding-right: 70px;
  }
  .product-item .accordion-toggle {
    padding-right: 0px;
    position: relative;
    padding-left: 30px;
  }
  .product-item-duo {
    flex-direction: column;
    margin-top: 65px;
  }
  .product-item-duo div:last-child {
    margin-top: 10px;
  }
  .product-item-trio {
    flex-direction: column;
    margin-top: 40px;
  }
  .product-item-trio div {
    margin-bottom: 10px;
  }
  .product-item-capacity-trio {
    margin-bottom: auto !important;
    margin-top: 40px !important;
  }
}
.product-item-trio {
  padding-left: 0px;
}
.item-trio-single {
  min-width: 90px;
}
.product-item-end-arrow {
  margin-left: auto;
  justify-content: end;
  display: flex;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .product-item-trio {
    padding-left: 15px;
  }
  .product-item-end-arrow {
    margin-left: auto;
    justify-content: flex-end;
    display: flex;
    padding-right: 15px;
  }
}
.product-cat-cards {
  margin-top: 35px;
  margin-bottom: 140px;
}
.items-filter + .product-cat-cards {
  margin-bottom: 0;
}
.product-card {
  margin-bottom: 40px;
}
.product-card > div {
  background: radial-gradient(circle at 70% center, #f8f8f8, #dbdbdb);
}
.product-card .card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  padding-top: 80px;
}
.product-card .card-image:before {
  background-color: #6e827c;
  background-color: var(--theme-grey) !important;
}
.product-card .card-image:after {
  color: #6e827c;
  color: var(--theme-grey);
}
.product-card .card-image img {
  width: auto;
  max-height: 180px;
}
.product-card .card-image-text {
  color: #00203f;
  color: var(--theme-default);
}
.product-card .card-image-text h6 {
  font-family: 'Baloo Tamma 2', 'Open Sans', sans-serif;
  margin-bottom: 0;
  font-size: 22px;
}
.product-card .card-image-text p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .product-cat-cards {
    margin-bottom: 70px;
  }
  .product-card {
    margin-bottom: 30px;
  }
  .product-card .card-image {
    height: 300px;
    padding-top: 70px;
  }
}
.product-detail .distribution-partners {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .product-detail .infobox {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.product-detail-col {
  margin-bottom: 80px;
}
.product-detail-col table:last-child {
  margin-bottom: 5px;
}
.product-detail-col .reference-table {
  margin-top: 20px;
}
.product-detail-col td strong {
  font-size: 18px;
}
.product-dimensions {
  text-align: center;
  background: #f5f5f5;
  background: var(--theme-lightgrey);
}
@media only screen and (max-width: 767px) {
  .product-detail-col {
    margin-bottom: 60px;
  }
  .product-detail-col table:not(.reference-table) tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    gap: 24px;
  }
  .product-detail-col table:not(.reference-table) td {
    display: block;
  }
  .product-detail-col p:last-child .btn:last-child {
    margin-bottom: 5px;
  }
}
.orderform {
  margin: 100px 0;
}
.orderform h3 {
  margin-bottom: 90px;
}
.orderform .form-group {
  margin-bottom: 80px;
}
.orderform label {
  font-size: 15px;
}
.orderform .btn {
  width: auto;
}
.contact-box {
  margin-top: 30px;
  margin-bottom: 80px;
  color: #6e827c;
  color: var(--theme-grey);
}
.contact-box > .row {
  align-items: center;
}
.contact-box p:last-child {
  margin-bottom: 0;
}
.contact-box h6 {
  font-family: 'Baloo Tamma 2', 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  .contact-box .col-md-4 {
    text-align: center;
  }
  .contact-box h6 {
    font-size: 22px;
    font-weight: 500;
  }
  .contact-box img {
    margin-bottom: 25px;
  }
}
.next-cases .next-cases-title {
  padding-bottom: 5px;
  margin-bottom: 45px;
  border-bottom: 1px solid currentColor;
  color: #6e827c;
  color: var(--theme-grey);
}
.next-cases .card-wrapper .card .card-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  z-index: 1;
}
.next-cases .card-wrapper .card .card-image .card-image-text {
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .next-cases-title {
    margin-bottom: 35px;
  }
  .next-cases .card-wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
  .next-cases .card-wrapper > .col-6 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .next-cases .card {
    margin-bottom: 0;
  }
  .next-cases .card-image {
    margin-bottom: 24px;
  }
  .next-cases .card-image:after {
    right: 10px;
    bottom: 10px;
  }
  .next-cases .card-image-text {
    top: 12px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.usecases {
  display: flex;
  flex-wrap: wrap;
}
.usecase-item {
  flex: 1 1 20%;
  max-width: 20%;
  text-align: center;
  margin-bottom: 50px;
}
.usecase-item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 20px;
}
.usecase-item picture > img {
  max-height: 100%;
}
@media only screen and (max-width: 1199px) {
  .usecases {
    padding: 0 20px;
  }
  .usecase-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .usecases {
    padding: 0 10px;
  }
  .usecase-item {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
.distribution-partners {
  margin-top: 70px;
  margin-bottom: 130px;
}
.distribution-partners .card-wrapper > div {
  display: flex;
}
.address-card {
  width: 100%;
  margin-bottom: 45px;
  background: radial-gradient(circle at 70% center, #f8f8f8, #dbdbdb);
}
.address-card a {
  color: #6e827c;
  color: var(--theme-grey);
}
.address-card .card-text {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
}
.address-card .card-text > a:first-of-type {
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  .distribution-partners {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .distribution-partners .items-filter {
    border: 0;
    padding: 0;
  }
  .address-card {
    margin-bottom: 32px;
  }
}
.battery-finder .reference-table {
  font-size: 14px;
  font-weight: 600;
}
.battery-finder .reference-table td:first-child {
  position: sticky;
  left: 0;
  flex: 0 0 190px;
  color: #485751;
  background: #fff;
  text-align: right;
  z-index: 1;
  border-color: #f5f5f5;
  border-color: var(--theme-lightgrey);
}
.battery-finder .reference-table tr:first-child {
  color: #485751;
}
.battery-finder .reference-table tr:first-child td {
  background: #fff;
  border-color: #f5f5f5;
  border-color: var(--theme-lightgrey);
  text-align: center;
}
.battery-finder .reference-table .plus,
.battery-finder .reference-table .minus {
  position: relative;
  display: block;
  text-align: center;
  height: 30px;
}
.battery-finder .reference-table .plus:before,
.battery-finder .reference-table .minus:before,
.battery-finder .reference-table .plus:after,
.battery-finder .reference-table .minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  height: 2px;
  width: 15px;
  transform: translate(-50%, -50%);
  background: #6e827c;
  background: var(--theme-grey);
}
.battery-finder .reference-table .minus:after {
  display: none;
}
.battery-finder .reference-table .plus {
  width: 30px;
  border-radius: 50%;
  color: #fff;
  background: #00203f;
  background: var(--theme-default);
}
.battery-finder .reference-table .plus:before,
.battery-finder .reference-table .plus:after {
  background: currentColor;
  width: 12px;
}
.battery-finder .reference-table .plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.battery-finder .reference-table .minus {
  color: #a8b7b4;
}
.battery-finder .reference-table .info {
  font-weight: 400;
  color: #6e827c;
  color: var(--theme-grey);
}
@supports (display: grid) {
  .battery-finder .reference-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border-width: 1px;
  }
  .battery-finder .reference-table td:first-child {
    justify-content: flex-end;
  }
  .battery-finder .reference-table td:first-child > img {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .battery-finder .reference-table-wrapper {
    margin-right: -28px;
    margin-bottom: 25px;
  }
  .battery-finder .reference-table-wrapper .reference-table {
    margin-bottom: 0;
  }
  .battery-finder .reference-table {
    font-size: 13px;
    margin-right: 28px;
    margin-bottom: 25px;
  }
  .battery-finder .reference-table td:first-child {
    flex-basis: 175px;
  }
}
.home .banner {
  padding: 0;
  margin: -90px 0 100px;
  margin-top: calc(var(--header-height) * -1);
  -webkit-clip-path: inset(0px 0px 0px);
  clip-path: inset(0px 0px 0px);
}
.home .banner .col-lg-5 {
  padding-right: 0;
}
.home .banner .full-size .banner-image {
  height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .home .banner h1,
  .home .banner .h1 {
    margin-left: 25px;
  }
  .home .banner .scroll-down {
    right: 50%;
    bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .home .banner {
    margin-bottom: 50px;
  }
  .home .banner h1,
  .home .banner .h1 {
    margin-left: 0;
    padding: 0 10px;
  }
  .home .banner .col-lg-5 {
    padding: 0 30px;
  }
  .home .banner .scroll-down {
    right: 50%;
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .history .inset-row .imagebox {
    margin-bottom: 0;
  }
}
.history .next-cases {
  margin-top: 70px;
}
