@charset "UTF-8";
/* Media query mixins */
/* Start */
/* End */
/* Section header mixin */
/* Start */
/* End */
/* Section structure layout */
/* Start */
/* End */
/* Pages Hero banner layout */
/* Start */
/* End */
/* sub navigation layout */
/* start */
/*End*/
/* left navigation layout */
/* start */
/*ENd*/
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/inter/inter-v2-latin-regular.eot");
  src: url("../fonts/inter/inter-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v2-latin-regular.woff2") format("woff2"), url("../fonts/inter/inter-v2-latin-regular.woff") format("woff"), url("../fonts/inter/inter-v2-latin-regular.ttf") format("truetype"), url("../fonts/inter/inter-v2-latin-regular.svg#Inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/inter/inter-v2-latin-500.eot");
  src: url("../fonts/inter/inter-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v2-latin-500.woff2") format("woff2"), url("../fonts/inter/inter-v2-latin-500.woff") format("woff"), url("../fonts/inter/inter-v2-latin-500.ttf") format("truetype"), url("../fonts/inter/inter-v2-latin-500.svg#Inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/inter/inter-v2-latin-600.eot");
  src: url("../fonts/inter/inter-v2-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v2-latin-600.woff2") format("woff2"), url("../fonts/inter/inter-v2-latin-600.woff") format("woff"), url("../fonts/inter/inter-v2-latin-600.ttf") format("truetype"), url("../fonts/inter/inter-v2-latin-600.svg#Inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/inter/inter-v2-latin-700.eot");
  src: url("../fonts/inter/inter-v2-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v2-latin-700.woff2") format("woff2"), url("../fonts/inter/inter-v2-latin-700.woff") format("woff"), url("../fonts/inter/inter-v2-latin-700.ttf") format("truetype"), url("../fonts/inter/inter-v2-latin-700.svg#Inter") format("svg");
}
@font-face {
  font-family: "Rois";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/rois/rois-medium.eot");
  src: url("../fonts/rois/rois-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rois/rois-medium.woff2") format("woff2"), url("../fonts/rois/rois-medium.woff") format("woff"), url("../fonts/rois/rois-medium.ttf") format("truetype"), url("../fonts/rois/rois-medium.svg#Rois") format("svg");
}
@font-face {
  font-family: "zahner-icons";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/zahner-icons/zahner-icons.eot");
  src: url("../fonts/zahner-icons/zahner-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/zahner-icons/zahner-icons.woff") format("woff"), url("../fonts/zahner-icons/zahner-icons.ttf") format("truetype"), url("../fonts/zahner-icons/zahner-icons.svg#zahner-icons") format("svg");
}
/* CSS for default elements (mobile first) */
/* Start */
body {
  background: #ffffff;
  color: #395966;
  font-family: 'Inter', arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.010313px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
body a {
  color: #144E99;
  text-decoration: underline;
}
body a:hover, body a:focus {
  color: #144E99;
}
body a:focus, body button:focus {
  outline: 0;
}
body p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  body p {
    font-size: 16px;
  }
}
body strong {
  font-weight: 600;
}
body ul, body li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
body ul.bullet-styling li, body li.bullet-styling li {
  list-style: disc !important;
  margin: 0px 0px 0 42px;
}
@media screen and (min-width: 992px) {
  body ul, body li {
    font-size: 16px;
    line-height: 28px;
  }
}
body ol.numbered-styling {
  padding: 0;
  margin: 0;
}
body ol.numbered-styling li {
  list-style: auto;
  list-style-position: inside;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  body ol.numbered-styling li {
    font-size: 16px;
    line-height: 28px;
  }
}
body ol.numbered-styling li a {
  color: #395966;
}
@media screen and (min-width: 992px) {
  body ol.numbered-styling li a {
    font-size: 16px;
    line-height: 28px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
}
body h1 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  body h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  body h1 {
    font-size: 42px;
  }
}
body h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  body h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  body h2 {
    font-size: 36px;
  }
}
body h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  body h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  body h3 {
    font-size: 32px;
  }
}
body h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  body h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  body h4 {
    font-size: 28px;
  }
}
body h5 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body h5 {
    font-size: 20px;
  }
}
body .field-error {
  outline: 1px solid #FF0000 !important;
  border: none !important;
}

/* End */
body .form-label {
  font-size: 15px;
  font-weight: 600;
}
body .form-control {
  min-height: 40px;
  border: 1px solid rgba(57, 89, 102, 0.15);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -khtml-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -ms-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -o-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
}
body .form-control:focus {
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -khtml-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -ms-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -o-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
}
body .btn, body button {
  min-height: 40px;
  min-width: 90px;
  padding: 8px 15px;
  background: #BD333D;
  border: 1px solid #BD333D;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.46875px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body .btn:hover, body button:hover {
  background: #BD333D;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  body .btn, body button {
    padding: 8px 20px;
    font-size: 15px;
  }
}
body .btn.btnDefault, body button.btnDefault {
  padding: 0 40px 0 15px;
  position: relative;
}
body .btn.btnDefault:after, body button.btnDefault:after {
  position: absolute;
  content: " ";
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  width: 35px;
  height: 35px;
  right: 0;
  top: 3px;
  background-image: url("../images/icons/arrow-left-v1.svg");
}
body .btn.btnType1, body button.btnType1 {
  background: transparent;
  border: 1px solid #145099;
  color: #145099;
}
body .btn.btnType1:hover, body button.btnType1:hover {
  background: rgba(20, 80, 153, 0.05);
}
body .btn.btnType2, body button.btnType2 {
  text-transform: uppercase;
  min-height: 50px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body .btn.btnRadius, body button.btnRadius {
  text-transform: capitalize;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
body.pageBody {
  display: flex;
  flex-direction: column;
}
body.pageBody .pageWrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  flex: 1;
}
body.pageBody .pageContent {
  flex-grow: 1;
}

.maxContainer {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .maxContainer {
    max-width: 770px;
  }
}
@media screen and (min-width: 992px) {
  .maxContainer {
    max-width: 1418px;
  }
}

.pageContent {
  margin: 129px 0 0;
  padding: 0;
  min-height: 400px;
}
@media screen and (min-width: 992px) {
  .pageContent {
    margin: 0;
    padding: 0;
  }
}

.pageTopSpacing {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pageTopSpacing {
    padding-top: 60px;
  }
}

.pageBanner {
  min-height: 401px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/banner-1.jpg");
}
.pageBanner.eventBanner {
  background-image: url("../images/banner-1.jpg");
}
.pageBanner .bannerOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pageBanner .bannerText {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 30px;
}
.pageBanner .bannerText h6 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pageBanner .bannerText h1 {
  color: #ffffff;
}

.cardLists .card {
  border: 0 none;
  height: 100%;
}
.cardLists .card .card-body {
  padding: 15px 0;
}
.cardLists .card .card-img-top {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cardLists .card h3 {
  font-size: 20px;
  line-height: 28px;
  color: #145099;
  margin: 0 0 20px;
}
.cardLists .card p {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 20px;
}
.cardLists .card p.card-date {
  color: rgba(57, 89, 102, 0.5);
}
.cardLists .card .card-link {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  /*&::after{
  	content: ' ';
  	background-image: url(../images/icons/arrow-2.svg);
  	background-repeat: no-repeat;
  	background-size: 100%;
  	background-position: left center;
  	width: 20px;
  	height: 25px;
  	margin-left:7px;
  	margin-top:-4px;
  }*/
}
.cardLists .card .card-link .arrow-icon {
  width: 20px;
  height: 26px;
  margin-top: -6px;
  margin-left: 1px;
}
.cardLists .card .card-link:hover {
  text-decoration: underline;
}
.cardLists .card .card-link .arrow-bar-right {
  color: #BD333D;
}
.cardLists .card .card-footer {
  position: absolute;
  bottom: 0;
  border: 0 none;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.cardLists.cardListType2 .card {
  padding-bottom: 40px;
}

.requestQuote {
  background: rgba(20, 80, 153, 0.05);
  padding: 50px 0 60px;
  text-align: center;
}
.requestQuote h2 {
  margin: 0 0 25px;
}
.requestQuote p {
  font-size: 15px;
  line-height: 23px;
}
.requestQuote .btn {
  min-width: 204px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
.requestQuote .maxWrap2 {
  max-width: 660px;
}

.scrollMob-hide {
  margin-top: -200px;
  -webkit-transition: margin-top 0.2s linear 0.1s;
  -khtml-transition: margin-top 0.2s linear 0.1s;
  -moz-transition: margin-top 0.2s linear 0.1s;
  -ms-transition: margin-top 0.2s linear 0.1s;
  -o-transition: margin-top 0.2s linear 0.1s;
  transition: margin-top 0.2s linear 0.1s;
}

.header-space {
  margin-top: -25px;
  -webkit-transition: margin-top 0.1s linear 0.1s;
  -khtml-transition: margin-top 0.1s linear 0.1s;
  -moz-transition: margin-top 0.1s linear 0.1s;
  -ms-transition: margin-top 0.1s linear 0.1s;
  -o-transition: margin-top 0.1s linear 0.1s;
  transition: margin-top 0.1s linear 0.1s;
}

/*
.arrow {
  margin: 0;
  @include arrow(8px, 2px, 1.5px, 10px);
  @include arrowColor(red);
}*/
.customInput-wrap {
  position: relative;
}

.customRadioWrap {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 24px !important;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.customRadioWrap .customRadioCheck {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(57, 89, 102, 0.15);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -khtml-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -ms-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -o-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.customRadioWrap .customRadioCheck:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.customRadioWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.customRadioWrap input:checked ~ .customRadioCheck {
  background-color: #395966;
}
.customRadioWrap input:checked ~ .customRadioCheck:after {
  display: block;
}

.customCheckWrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.customCheckWrap .customCheckbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(57, 89, 102, 0.15);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -khtml-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -ms-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  -o-box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(57, 89, 102, 0.1);
  border-radius: 3px;
}
.customCheckWrap .customCheckbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customCheckWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customCheckWrap input:checked ~ .customCheckbox {
  background-color: #395966;
}
.customCheckWrap input:checked ~ .customCheckbox:after {
  display: block;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: #ffffff;
}
header a {
  text-decoration: none;
}
header a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  header {
    position: relative;
  }
}
header .topHeaderBar {
  display: flex;
}
header .topHeaderBar ul.topMenu {
  display: flex;
  width: 100%;
  align-items: center;
}
header .topHeaderBar ul.topMenu > li {
  font-size: 13px;
  color: rgba(57, 89, 102, 0.6);
  padding: 5px 15px;
  min-height: 51px;
  display: flex;
  align-items: center;
  flex-basis: 14%;
}
header .topHeaderBar ul.topMenu > li.introTag {
  flex-basis: 86%;
  padding: 0 10px 0 0;
  color: rgba(57, 89, 102, 0.5);
}
header .topHeaderBar ul.topMenu > li.searchInput {
  flex-basis: calc(100% - 100px);
  padding: 0 10px 0 0;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.searchInput {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  header .topHeaderBar ul.topMenu > li.searchInput {
    flex-basis: 29%;
  }
}
header .topHeaderBar ul.topMenu > li.searchInput:hover, header .topHeaderBar ul.topMenu > li.searchInput:focus {
  background: rgba(20, 80, 153, 0.05);
}
header .topHeaderBar ul.topMenu > li.searchInput:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  width: 38px;
  height: 38px;
  left: 0;
  margin-top: 2px;
  background-image: url("../images/icons/search.svg");
}
header .topHeaderBar ul.topMenu > li.searchInput .form-control {
  width: 100%;
  margin: 0;
  border: 0 none;
  min-height: 51px;
  font-size: 13px;
  color: rgba(57, 89, 102, 0.6);
  padding-left: 5px;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header .topHeaderBar ul.topMenu > li.searchInput .form-control::-webkit-input-placeholder {
  color: rgba(57, 89, 102, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

header .topHeaderBar ul.topMenu > li.searchInput .form-control:-moz-placeholder {
  color: rgba(57, 89, 102, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

header .topHeaderBar ul.topMenu > li.searchInput .form-control::-moz-placeholder {
  color: rgba(57, 89, 102, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

header .topHeaderBar ul.topMenu > li.searchInput .form-control:-ms-input-placeholder {
  color: rgba(57, 89, 102, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.searchInput {
    border-left: 1px solid #E2E6E8;
  }
}
header .topHeaderBar ul.topMenu > li.langTranslate {
  border-right: 0 none;
}
@media screen and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.langTranslate {
    border-right: 1px solid #E2E6E8;
  }
}
@media screen and (min-width: 992px) {
  header .topHeaderBar ul.topMenu > li.langTranslate {
    flex-basis: 12%;
  }
}
header .topHeaderBar ul.topMenu > li.dropdown {
  position: absolute;
  padding: 0;
  right: 0;
  flex-basis: 50px;
  border-left: 1px solid #E2E6E8;
}
@media screen and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.dropdown {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) {
  header .topHeaderBar ul.topMenu > li.dropdown {
    flex-basis: 14%;
    position: relative;
  }
}
header .topHeaderBar ul.topMenu > li.dropdown > a {
  padding-left: 50px;
  padding-right: 0;
  color: rgba(57, 89, 102, 0.6);
  min-height: 51px;
  width: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.dropdown > a {
    padding-left: 35px;
    padding-right: 30px;
    overflow: visible;
    width: 100%;
  }
}
header .topHeaderBar ul.topMenu > li.dropdown > a:hover, header .topHeaderBar ul.topMenu > li.dropdown > a:focus {
  background: rgba(20, 80, 153, 0.05);
}
header .topHeaderBar ul.topMenu > li.dropdown > a:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.dropdown > a:before {
    width: 35px;
    height: 35px;
  }
}
header .topHeaderBar ul.topMenu > li.dropdown > a:after {
  content: " ";
  border: 0 none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  margin-top: 2px;
  background-image: url("../images/icons/arrow-down.svg");
  display: none;
}
@media screen and (min-width: 576px) {
  header .topHeaderBar ul.topMenu > li.dropdown > a:after {
    display: inline-block;
  }
}
header .topHeaderBar ul.topMenu > li.dropdown .dropdown-menu {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: 0;
  border: 1px solid rgba(57, 89, 102, 0.15);
  -webkit-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  -khtml-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  -ms-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  -o-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  -webkit-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount > a:before {
  background-image: url("../images/icons/user.svg");
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu {
  min-width: 350px;
  padding: 0;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .loginForm {
  padding: 20px 15px 10px;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .loginForm .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .loginForm .btnWrap .forgotPassLink {
  font-size: 14px;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .registerText {
  background: rgba(20, 80, 153, 0.02);
  color: #1E2823;
  padding: 20px 15px;
  border-top: 1px solid #E2E6E8;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .registerText h5 {
  font-size: 15px;
  color: #1E2823;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .registerText p {
  font-size: 14px;
  line-height: 22px;
}
header .topHeaderBar ul.topMenu > li.dropdown.myAccount .dropdown-menu .registerText .btn {
  width: 100%;
}
header .topHeaderBar ul.topMenu > li.dropdown.langTranslate > a:before {
  background-image: url("../images/icons/planet-alt.svg");
}
header .mainMenuBar {
  border-top: 1px solid #E2E6E8;
  border-bottom: 1px solid #E2E6E8;
}
@media screen and (min-width: 1200px) {
  header .mainMenuBar {
    padding: 0;
  }
}
header .mainMenuBar .navbar .logo {
  margin: 0 40px 0 0;
  display: flex;
  align-items: center;
  min-height: 75px;
}
header .mainMenuBar .navbar .logo img {
  max-width: 168px;
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .logo {
    min-height: auto;
  }
  header .mainMenuBar .navbar .logo img {
    max-width: 203px;
  }
}
header .mainMenuBar .navbar .navbar-nav {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
  height: calc(100% - 110px);
  overflow-y: scroll;
  min-height: 150px;
  top: 110px;
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .navbar-nav {
    width: 100%;
    margin-top: 0;
    height: auto;
    overflow-y: unset;
    min-height: 100%;
    top: 0;
  }
}
header .mainMenuBar .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.94px;
  padding: 15px !important;
  color: #395966;
  background: #ffffff;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #E2E6E8;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .mainMenuBar .navbar .navbar-nav .nav-link:hover, header .mainMenuBar .navbar .navbar-nav .nav-link.active {
  background: rgba(20, 80, 153, 0.05);
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
header .mainMenuBar .navbar .navbar-nav .nav-link.no-click {
  cursor: default;
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .navbar-nav .nav-link {
    font-size: 13px;
    justify-content: center;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 0 none;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 84px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  header .mainMenuBar .navbar .navbar-nav .nav-link:hover, header .mainMenuBar .navbar .navbar-nav .nav-link.active {
    text-decoration: none;
    border-left: 1px solid #E2E6E8;
    border-right: 1px solid #E2E6E8;
    border-bottom: 0 none;
  }
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .navbar-nav .nav-link {
    padding: 5px 14px !important;
    letter-spacing: unset;
  }
}
@media screen and (min-width: 1200px) {
  header .mainMenuBar .navbar .navbar-nav .nav-link {
    padding-left: 26px !important;
    padding-right: 26px !important;
    letter-spacing: 0.94px;
  }
}
@media screen and (min-width: 1400px) {
  header .mainMenuBar .navbar .navbar-nav .nav-link {
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 15px;
    letter-spacing: 0.94px;
  }
}
header .mainMenuBar .navbar .dropdown-menu {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .mainMenuBar .navbar .dropdown.show .top-level-arrow, header .mainMenuBar .navbar .dropdown.show .rotate-arrow {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .mainMenuBar .navbar .dropdown-menu.show {
  background: #ffffff;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 1;
  overflow: visible;
  height: calc(100% - 51px);
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
header .mainMenuBar .navbar .nav-item .submenu {
  position: relative;
  background: #ffffff;
  border: 0;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -khtml-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
header .mainMenuBar .navbar .nav-item .submenu .dropdown-item {
  font-weight: 400;
}
header .mainMenuBar .navbar .nav-item .submenu .icons {
  color: #145099;
}
header .mainMenuBar .navbar .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px;
  color: #145099;
  position: relative;
  border-bottom: 1px solid #E2E6E8;
}
header .mainMenuBar .navbar .dropdown-item:hover, header .mainMenuBar .navbar .dropdown-item.active {
  background: rgba(57, 89, 102, 0.1);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
header .mainMenuBar .navbar .icons {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 20px;
  display: block;
  width: 13px;
  height: 20px;
}
header .mainMenuBar .navbar .dropdown-toggle::after {
  display: none;
}
header .mainMenuBar .navbar .nav-item {
  position: relative;
}
header .mainMenuBar .navbar .nav-item span {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 51px;
  top: 0;
  width: 40px;
  right: 0;
  font-size: 12px;
  color: #395966;
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .nav-item span {
    display: none;
  }
}
header .mainMenuBar .navbar .nav-item .top-level-arrow:before {
  color: #395966;
}
header .mainMenuBar .navbar .dropdown-list {
  position: relative;
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .dropdown-menu {
    display: block;
  }
  header .mainMenuBar .navbar .nav-item .submenu {
    position: absolute;
    border: 1px solid #E2E6E8;
    width: 0;
    left: calc(100% - 6px);
    top: -1px;
    margin-top: 0;
    padding: 4px 0;
    height: auto;
    opacity: 0;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(57, 89, 102, 0.1);
    -khtml-box-shadow: 1px 2px 5px 0 rgba(57, 89, 102, 0.1);
    -moz-box-shadow: 1px 2px 5px 0 rgba(57, 89, 102, 0.1);
    -ms-box-shadow: 1px 2px 5px 0 rgba(57, 89, 102, 0.1);
    -o-box-shadow: 1px 2px 5px 0 rgba(57, 89, 102, 0.1);
    box-shadow: 1px 2px 5px 0 rgba(57, 89, 102, 0.1);
  }
  header .mainMenuBar .navbar .nav-item:nth-child(3) .submenu,
header .mainMenuBar .navbar .nav-item:nth-child(4) .submenu,
header .mainMenuBar .navbar .nav-item:nth-child(5) .submenu {
    left: -349px;
  }
  header .mainMenuBar .navbar .dropdown-menu > li:hover > .submenu,
header .mainMenuBar .navbar .dropdown-menu > li:focus > .submenu {
    opacity: 1;
    width: 269px;
    z-index: 10;
    -webkit-transform: translatex(0);
    -khtml-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  header .mainMenuBar .navbar .dropdown-item {
    font-size: 13px;
    border-bottom: 0;
    padding: 2.5px 10px;
  }
  header .mainMenuBar .navbar .dropdown-item .icons {
    top: 11px;
  }
  header .mainMenuBar .navbar .dropdown-item.no-click {
    cursor: default;
  }
  header .mainMenuBar .navbar .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  header .mainMenuBar .navbar .dropdown-menu > li {
    padding: 2px 10px;
    position: relative;
  }
  header .mainMenuBar .navbar .dropdown-menu > li:hover {
    background: transparent;
  }
  header .mainMenuBar .navbar .dropdown-menu > li .second-level-dd > li {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  header .mainMenuBar .navbar .dropdown-menu > li .second-level-dd > li .dropdown-item {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  header .mainMenuBar .navbar .dropdown-item {
    font-size: 15px;
  }
  header .mainMenuBar .navbar .nav-item:nth-child(3) .submenu,
header .mainMenuBar .navbar .nav-item:nth-child(4) .submenu,
header .mainMenuBar .navbar .nav-item:nth-child(5) .submenu,
header .mainMenuBar .navbar .nav-item:nth-child(6) .submenu {
    left: -349px;
  }
  header .mainMenuBar .navbar .dropdown-menu > li:hover > .submenu,
header .mainMenuBar .navbar .dropdown-menu > li:focus > .submenu {
    opacity: 1;
    width: 349px;
    z-index: 10;
    -webkit-transform: translatex(0);
    -khtml-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .dropdown-menu.show, header .mainMenuBar .navbar .nav-item:hover .first-level-dd {
    background: #ffffff;
    border: 1px solid #E2E6E8;
    width: 350px;
    /* height:212px;*/
    height: auto;
    padding: 4px 0;
    margin: 0;
    opacity: 1;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
    -khtml-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
    box-shadow: 0 2px 3px 0 rgba(57, 89, 102, 0.1);
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  header .mainMenuBar .navbar .dropdown-menu.show, header .mainMenuBar .navbar .nav-item:hover .first-level-dd {
    width: 270px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  header .mainMenuBar .navbar .dropdown-menu.show, header .mainMenuBar .navbar .nav-item:hover .first-level-dd {
    width: 350px;
  }
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar .dropdown-list {
    position: unset;
  }
}
header .mainMenuBar .navbar-collapse {
  background: #ffffff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: -100%;
  left: 0;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  -webkit-transition: 0.7s;
  -khtml-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
header .mainMenuBar .navbar-collapse.show {
  height: 100%;
  top: 0;
  -webkit-transition: 0.7s;
  -khtml-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
header .mainMenuBar .navbar-collapse .closebtn {
  position: absolute;
  top: 70px;
  right: 10px;
  font-size: 32px;
  width: 40px;
  height: 40px;
  background: #145099;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .mainMenuBar .navbar-collapse .closebtn span {
  margin-top: -4px;
}
@media screen and (min-width: 992px) {
  header .mainMenuBar .navbar-collapse {
    padding: 0;
    background: transparent;
    height: auto;
    width: auto;
    position: static;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
header .mainMenuBar .navbar-toggler {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border: 1px solid rgba(57, 89, 102, 0.6);
  align-items: center;
  justify-content: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
header .mainMenuBar .navbar-toggler:focus, header .mainMenuBar .navbar-toggler:hover {
  background: #ffffff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header .mainMenuBar .navbar-toggler span {
  background: rgba(57, 89, 102, 0.8);
  height: 2px;
  width: 18px;
  margin: 0;
  display: block;
}
header .mainMenuBar .navbar-toggler span:nth-child(2) {
  margin: 2px 0;
}

.german-lang header .mainMenuBar .navbar .navbar-nav .nav-link {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
@media screen and (min-width: 992px) {
  .german-lang header .mainMenuBar .navbar .navbar-nav .nav-link {
    padding: 5px 8px !important;
    letter-spacing: unset;
  }
}
@media screen and (min-width: 1200px) {
  .german-lang header .mainMenuBar .navbar .navbar-nav .nav-link {
    padding-left: 18px !important;
    padding-right: 18px !important;
    letter-spacing: 0.94px;
  }
}
@media screen and (min-width: 1400px) {
  .german-lang header .mainMenuBar .navbar .navbar-nav .nav-link {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 15px;
    letter-spacing: 0.94px;
  }
}

footer {
  background: #1E2823;
  font-size: 11px;
  font-weight: 400;
  padding: 0 0 25px;
  line-height: 16px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
@media screen and (min-width: 374px) {
  footer {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    font-size: 14px;
    padding-bottom: 35px;
  }
}
footer .footerLinks {
  padding: 80px 0 0;
}
footer .footerLinks .row {
  width: 100%;
}
footer .footerLinks h4 {
  color: #BD333D;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 7px;
}
@media screen and (min-width: 768px) {
  footer .footerLinks h4 {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 992px) {
  footer .footerLinks h4 {
    font-size: 14px;
  }
}
footer .footerLinks ul {
  margin: 0 0 30px;
}
footer .footerLinks ul li {
  padding: 9px 0;
  line-height: normal;
  word-break: break-word;
}
footer .footerLinks ul li a {
  line-height: 16px;
  color: #E2E6E8;
}
footer .footerLinks ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer .footerLinks ul li a {
    line-height: 20px;
  }
}
footer .footerNote {
  text-align: center;
}
footer .footerNote p {
  color: rgba(255, 255, 255, 0.3);
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 22px;
}
footer .footerNote p img {
  width: 25px;
  margin: 0 8px;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
}
footer .footerNote p a {
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  footer .footerNote p {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  footer .footerNote p {
    font-size: 14px;
  }
}

.homepage-wrap {
  overflow-x: hidden;
  overflow-y: visible;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}

.hp-hero-banner .swiper-container {
  overflow: visible;
}
.hp-hero-banner .swiper-container .swiper-slide {
  height: 730px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .hp-hero-banner .swiper-container .swiper-slide {
    padding-top: 60px;
  }
}
.hp-hero-banner .swiper-container .swiper-slide .row {
  height: 100%;
}
.hp-hero-banner .slide-block {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  padding: 0 60px;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  left: -60px;
}
.hp-hero-banner .first {
  position: absolute;
  top: 35%;
  z-index: 1;
  height: 80%;
}
.hp-hero-banner .first .wrapper {
  position: absolute;
  left: -50px;
  right: -5px;
  background-color: #ffffff;
  padding: 20px 30px 10px 50px;
  border: 1px solid rgba(20, 80, 153, 0.05);
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  -khtml-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  -moz-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  -ms-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  -o-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  height: 455px;
  overflow: auto;
  z-index: 3;
  min-width: 60vw;
}
@media screen and (min-width: 768px) {
  .hp-hero-banner .first .wrapper {
    padding: 80px 30px 50px 50px;
    right: unset;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hp-hero-banner .first .wrapper {
    -webkit-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -khtml-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -moz-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -ms-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -o-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner .first .wrapper {
    -webkit-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -khtml-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -moz-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -ms-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    -o-box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    box-shadow: 0px 12px 34px 0px rgba(20, 78, 153, 0.07);
    width: 100%;
    height: 552px;
    overflow: hidden;
    right: unset;
    min-width: 100%;
  }
}
.hp-hero-banner .first h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
.hp-hero-banner .first p {
  line-height: 21px;
}
@media screen and (min-width: 576px) {
  .hp-hero-banner .first {
    top: 40%;
  }
}
@media screen and (min-width: 768px) {
  .hp-hero-banner .first {
    position: relative;
    top: 0;
    height: calc(100% - 80px);
  }
  .hp-hero-banner .first h1 {
    font-size: 42px;
    margin-bottom: 70px;
  }
  .hp-hero-banner .first p {
    line-height: 23px;
  }
}
.hp-hero-banner .second {
  height: 80%;
}
@media screen and (min-width: 768px) {
  .hp-hero-banner .second {
    height: 100%;
  }
}
.hp-hero-banner .second .slide-block {
  height: 50%;
  padding: 0 50px;
  right: -50px;
  left: 0;
}
@media screen and (min-width: 576px) {
  .hp-hero-banner .second .slide-block {
    height: 60%;
  }
}
@media screen and (min-width: 768px) {
  .hp-hero-banner .second .slide-block {
    height: 80%;
    padding: 0 110px;
    left: -110px;
    right: 0;
  }
}
.hp-hero-banner .second .slide-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.hp-hero-banner .swiper-pagination {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hp-hero-banner .swiper-pagination {
    top: -100px;
    text-align: right;
  }
}
.hp-hero-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(57, 89, 102, 0.3);
  background-color: #ffffff;
  opacity: 1;
  margin-right: 15px;
}
.hp-hero-banner .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.4);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.4);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.4);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.4);
  background: #BD333D;
  outline: 0;
}
@media screen and (max-width: 992px) {
  .hp-hero-banner .maxContainer {
    max-width: 100%;
  }
}

.hp-workstation {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
  position: relative;
}
.hp-workstation header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.hp-workstation header .title {
  flex-basis: 100%;
  margin: 0;
}
.hp-workstation header .title-inner {
  position: relative;
}
.hp-workstation header p {
  font-size: 14px;
  line-height: 22px;
}
.hp-workstation header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.hp-workstation header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-workstation header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp-workstation header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .hp-workstation header {
    padding-bottom: 30px;
  }
  .hp-workstation header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .hp-workstation header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .hp-workstation header .btn:after {
    display: none;
  }
  .hp-workstation header .tag-line-title {
    font-size: 13px;
  }
  .hp-workstation header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hp-workstation header {
    padding-bottom: 70px;
  }
  .hp-workstation header p {
    font-size: 15px;
    line-height: 23px;
  }
  .hp-workstation header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .hp-workstation header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .hp-workstation {
    padding: 72px 0 100px 0;
  }
}
.hp-workstation .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hp-workstation .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.hp-workstation .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.hp-workstation .swiper-container .swiper-button-next,
.hp-workstation .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.hp-workstation .swiper-container .swiper-button-next:focus,
.hp-workstation .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.hp-workstation .swiper-container .swiper-button-next {
  right: 5px;
}
.hp-workstation .swiper-container .swiper-button-prev {
  left: 0;
}
.hp-workstation .swiper-container .swiper-button-next:after,
.hp-workstation .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.hp-workstation .swiper-button-next.swiper-button-disabled,
.hp-workstation .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.hp-workstation .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.hp-workstation .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.hp-workstation .block .headerWrap, .hp-workstation .block .contentWrap {
  padding: 35px 25px 0;
}
.hp-workstation .block .headerWrap h3, .hp-workstation .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.hp-workstation .block .headerWrap p, .hp-workstation .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.hp-workstation .block img {
  max-width: 100%;
}
.hp-workstation .block button, .hp-workstation .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.hp-workstation .event-title {
  font-family: 'rois', arial, sans-serif;
  font-weight: 500;
  color: #395966;
}
.hp-workstation .event-subtitle {
  color: #BD333D;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .hp-workstation .event-subtitle {
    font-size: 14px;
  }
}
.hp-workstation:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 58%;
  /* height: 42%;
  Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0e6ec+0,f3f6fa+100 */
  background: #E0E6EC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e6ec 0%, #f3f6fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e6ec 0%, #f3f6fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e6ec 0%, #f3f6fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e0e6ec", endColorstr="#f3f6fa",GradientType=0 );
  /* IE6-9 */
}
@media screen and (min-width: 768px) {
  .hp-workstation:before {
    height: 53%;
  }
}
@media screen and (min-width: 992px) {
  .hp-workstation:before {
    height: 45.5%;
  }
}
@media screen and (min-width: 1200px) {
  .hp-workstation:before {
    height: 44%;
  }
}
.hp-workstation .block {
  border: none;
}
.hp-workstation .block img {
  max-width: 70%;
}
@media screen and (min-width: 992px) {
  .hp-workstation .block img {
    max-width: 310px;
  }
}
.hp-workstation .block .headerWrap {
  padding: 35px 30px 0;
}
.hp-workstation .block .headerWrap p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #395966;
}
.hp-workstation .swiper-container {
  overflow: hidden;
}
.hp-workstation .swiper-container .swiper-slide {
  width: 310px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .hp-workstation .swiper-container .swiper-slide {
    width: 239px;
  }
}
@media screen and (min-width: 992px) {
  .hp-workstation .swiper-container .swiper-slide {
    width: 436px;
  }
}
.hp-workstation .swiper-container .swiper-button-next,
.hp-workstation .swiper-container .swiper-button-prev {
  top: 48%;
  background-color: #BD333D;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  outline: 0;
}
@media screen and (min-width: 992px) {
  .hp-workstation .swiper-container .swiper-button-next,
.hp-workstation .swiper-container .swiper-button-prev {
    top: 36%;
  }
}
.hp-workstation .swiper-container .swiper-button-next {
  right: 0;
}
.hp-workstation .swiper-container .swiper-button-prev {
  left: 0;
}
.hp-workstation .swiper-container .swiper-button-next:after,
.hp-workstation .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}

.hp-applications {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
  padding: 70px 0 20px;
  margin: 0;
}
.hp-applications header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.hp-applications header .title {
  flex-basis: 100%;
  margin: 0;
}
.hp-applications header .title-inner {
  position: relative;
}
.hp-applications header p {
  font-size: 14px;
  line-height: 22px;
}
.hp-applications header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.hp-applications header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-applications header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp-applications header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .hp-applications header {
    padding-bottom: 0;
  }
  .hp-applications div.row div.col-12 {
	margin-top: 20pt;
  }
  .hp-applications header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .hp-applications header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .hp-applications header .btn:after {
    display: none;
  }
  .hp-applications header .tag-line-title {
    font-size: 13px;
  }
  .hp-applications header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hp-applications header {
    padding-bottom: 70px;
  }
  .hp-applications header p {
    font-size: 15px;
    line-height: 23px;
  }
  .hp-applications header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .hp-applications header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .hp-applications {
    padding: 72px 0 100px 0;
  }
}
.hp-applications .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hp-applications .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.hp-applications .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.hp-applications .swiper-container .swiper-button-next,
.hp-applications .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.hp-applications .swiper-container .swiper-button-next:focus,
.hp-applications .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.hp-applications .swiper-container .swiper-button-next {
  right: 5px;
}
.hp-applications .swiper-container .swiper-button-prev {
  left: 0;
}
.hp-applications .swiper-container .swiper-button-next:after,
.hp-applications .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.hp-applications .swiper-button-next.swiper-button-disabled,
.hp-applications .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.hp-applications .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.hp-applications .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.hp-applications .block .headerWrap, .hp-applications .block .contentWrap {
  padding: 35px 25px 0;
}
.hp-applications .block .headerWrap h3, .hp-applications .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.hp-applications .block .headerWrap p, .hp-applications .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.hp-applications .block img {
  max-width: 100%;
}
.hp-applications .block button, .hp-applications .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.hp-applications .btnType1 {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp-applications {
    background: rgba(20, 80, 153, 0.05);
  }
}
.hp-applications header {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hp-applications header .title {
    flex-basis: 80%;
  }
  .hp-applications header p {
    max-width: 660px;
  }
}
.hp-applications .block {
  border: 0;
  color: #ffffff;
  height: 90px;
  overflow: hidden;
}
.hp-applications .block img {
  height: 90px;
  object-fit: cover;
  width: 100%;
}
.hp-applications .block h5 {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #395966;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hp-applications .block {
    height: auto;
  }
  .hp-applications .block img {
    height: auto;
    object-fit: none;
  }
  .hp-applications .block h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .hp-applications .block h5 {
    font-size: 16px;
  }
}

.hp-news-events {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
  background: rgba(20, 80, 153, 0.05);
}
.hp-news-events header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.hp-news-events header .title {
  flex-basis: 100%;
  margin: 0;
}
.hp-news-events header .title-inner {
  position: relative;
}
.hp-news-events header p {
  font-size: 14px;
  line-height: 22px;
}
.hp-news-events header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.hp-news-events header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-news-events header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp-news-events header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .hp-news-events header {
    padding-bottom: 30px;
  }
  .hp-news-events header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .hp-news-events header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .hp-news-events header .btn:after {
    display: none;
  }
  .hp-news-events header .tag-line-title {
    font-size: 13px;
  }
  .hp-news-events header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hp-news-events header {
    padding-bottom: 70px;
  }
  .hp-news-events header p {
    font-size: 15px;
    line-height: 23px;
  }
  .hp-news-events header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .hp-news-events header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .hp-news-events {
    padding: 72px 0 100px 0;
  }
}
.hp-news-events .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hp-news-events .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.hp-news-events .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.hp-news-events .swiper-container .swiper-button-next,
.hp-news-events .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.hp-news-events .swiper-container .swiper-button-next:focus,
.hp-news-events .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.hp-news-events .swiper-container .swiper-button-next {
  right: 5px;
}
.hp-news-events .swiper-container .swiper-button-prev {
  left: 0;
}
.hp-news-events .swiper-container .swiper-button-next:after,
.hp-news-events .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.hp-news-events .swiper-button-next.swiper-button-disabled,
.hp-news-events .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.hp-news-events .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.hp-news-events .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.hp-news-events .block .headerWrap, .hp-news-events .block .contentWrap {
  padding: 35px 25px 0;
}
.hp-news-events .block .headerWrap h3, .hp-news-events .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.hp-news-events .block .headerWrap p, .hp-news-events .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.hp-news-events .block img {
  max-width: 100%;
}
.hp-news-events .block button, .hp-news-events .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .hp-news-events {
    background: #ffffff;
  }
}
.hp-news-events .maxContainer {
  position: relative;
}
.hp-news-events .swiper-container {
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 70%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 150px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  .hp-news-events .swiper-container {
    background: rgba(20, 80, 153, 0.05);
  }
}
.hp-news-events .swiper-button-next,
.hp-news-events .swiper-button-prev {
  background-color: #BD333D;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  z-index: 3;
  outline: 0;
  top: 52%;
}
@media screen and (min-width: 992px) {
  .hp-news-events .swiper-button-next,
.hp-news-events .swiper-button-prev {
    top: 50%;
  }
}
.hp-news-events .swiper-button-next {
  right: 30px;
}
@media screen and (min-width: 1480px) {
  .hp-news-events .swiper-button-next {
    right: -30px;
  }
}
.hp-news-events .swiper-button-prev {
  left: 30px;
}
@media screen and (min-width: 1480px) {
  .hp-news-events .swiper-button-prev {
    left: -30px;
  }
}
.hp-news-events .swiper-button-next:after,
.hp-news-events .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hp-news-events header {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hp-news-events .swiper-slide:first-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hp-news-events .swiper-slide:first-child .block {
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .hp-news-events .swiper-slide:first-child .block:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: -40px;
    /* background: rgba(map-get($color-settings, light-blue), 0.05); */
    top: 0;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -ms-border-top-left-radius: 8px;
    -o-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -ms-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .hp-news-events .swiper-slide:last-child .block {
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -ms-border-bottom-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.hp-news-events .block {
  border: 0;
  text-align: left;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.hp-news-events .block img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .hp-news-events .block {
    /* background: rgba(map-get($color-settings, light-blue), 0.05); */
    padding: 40px 40px 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .hp-news-events .block {
    padding: 50px 20px 50px 0;
  }
}
.hp-news-events .block .headerWrap {
  padding: 20px 0 0;
}
.hp-news-events .block .headerWrap h3 {
  color: #1E2823;
  padding: 0;
  margin: 0 0 10px 0;
}
.hp-news-events .block .headerWrap p, .hp-news-events .block .headerWrap li {
  font-size: 14px;
  color: #395966;
}
.hp-news-events .block button, .hp-news-events .block .card-link {
  color: #144E99;
  font-weight: 500;
  border: 0;
  padding: 0;
  position: unset;
  bottom: unset;
  left: unset;
  text-transform: uppercase;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.hp-news-events .block button:after, .hp-news-events .block .card-link:after {
  content: "";
  font-size: 10px;
  color: #A02832;
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 3px;
}

.hp-strengths {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
}
.hp-strengths header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.hp-strengths header .title {
  flex-basis: 100%;
  margin: 0;
}
.hp-strengths header .title-inner {
  position: relative;
}
.hp-strengths header p {
  font-size: 14px;
  line-height: 22px;
}
.hp-strengths header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.hp-strengths header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 5px 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-strengths header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp-strengths header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .hp-strengths header {
    padding-bottom: 30px;
  }
  .hp-strengths header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .hp-strengths header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .hp-strengths header .btn:after {
    display: none;
  }
  .hp-strengths header .tag-line-title {
    font-size: 13px;
  }
  .hp-strengths header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hp-strengths header {
    padding-bottom: 70px;
  }
  .hp-strengths header p {
    font-size: 15px;
    line-height: 23px;
  }
  .hp-strengths header .tag-line-title {
    font-size: 14px;
    margin: 72px 0 15px 0;
  }
  .hp-strengths header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .hp-strengths {
    padding: 72px 0 100px 0;
  }
}
.hp-strengths .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hp-strengths .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.hp-strengths .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.hp-strengths .swiper-container .swiper-button-next,
.hp-strengths .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.hp-strengths .swiper-container .swiper-button-next:focus,
.hp-strengths .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.hp-strengths .swiper-container .swiper-button-next {
  right: 5px;
}
.hp-strengths .swiper-container .swiper-button-prev {
  left: 0;
}
.hp-strengths .swiper-container .swiper-button-next:after,
.hp-strengths .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.hp-strengths .swiper-button-next.swiper-button-disabled,
.hp-strengths .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.hp-strengths .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.hp-strengths .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.hp-strengths .block .headerWrap, .hp-strengths .block .contentWrap {
  padding: 35px 25px 0;
}
.hp-strengths .block .headerWrap h3, .hp-strengths .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.hp-strengths .block .headerWrap p, .hp-strengths .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.hp-strengths .block img {
  max-width: 100%;
}
.hp-strengths .block button, .hp-strengths .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .hp-strengths {
    padding: 0 0 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .hp-strengths header {
    padding-bottom: 45px;
  }
}
.hp-strengths .btnType1 {
  display: none !important;
}
.hp-strengths .swiper-container {
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 70%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 150px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.hp-strengths .swiper-container .swiper-slide {
  padding: 25px 0;
}
.hp-strengths .block {
  -webkit-transition: all 350ms ease-in-out;
  -khtml-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #395966;
}
.hp-strengths .block p, .hp-strengths .block h3 {
  color: #395966;
}
.hp-strengths .block button {
  padding: 8px 15px;
  min-width: 122px;
  min-height: 40px;
  line-height: 22px;
  z-index: 2;
  background: #ffffff;
}
.hp-strengths .block .headerWrap h3 {
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .hp-strengths .block .headerWrap h3 {
    padding: 0 25px 20px;
  }
}
.hp-strengths .block .image-wrap {
  position: relative;
}
.hp-strengths .block .image-gradient-overlay {
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  display: none;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-8 */
}
@media screen and (min-width: 768px) {
  .hp-strengths .block .image-gradient-overlay {
    display: block;
  }
  .hp-strengths .block:hover {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -khtml-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -moz-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -ms-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -o-box-shadow: 0px 0px 10px 1px #E2E6E8;
    box-shadow: 0px 0px 10px 1px #E2E6E8;
  }
  .hp-strengths .block:hover .image-gradient-overlay {
    display: none;
  }
}
.hp-strengths .swiperBlock {
  position: relative;
}
.hp-strengths .swiperBlock .swiper-button-next,
.hp-strengths .swiperBlock .swiper-button-prev {
  background-color: #BD333D;
  top: 50%;
  width: 41px;
  height: 41px;
  margin-top: -20px;
  color: #ffffff;
  z-index: 3;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.hp-strengths .swiperBlock .swiper-button-next {
  right: 0;
}
.hp-strengths .swiperBlock .swiper-button-prev {
  left: 0;
}
.hp-strengths .swiperBlock .swiper-button-next:after,
.hp-strengths .swiperBlock .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.hp-strengths .swiperBlock .swiper-button-next:focus,
.hp-strengths .swiperBlock .swiper-button-prev:focus {
  outline: 0;
}
.hp-strengths .swiperBlock .swiper-button-next.swiper-button-disabled,
.hp-strengths .swiperBlock .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
@media screen and (min-width: 1480px) {
  .hp-strengths .swiperBlock .swiper-button-next {
    right: -60px;
  }
  .hp-strengths .swiperBlock .swiper-button-prev {
    left: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-strengths .swiper-container {
    overflow: hidden;
  }
}

.hp-scripting {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
  background: #395966;
  color: #ffffff;
  padding-bottom: 0 !important;
  position: relative;
}
.hp-scripting header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.hp-scripting header .title {
  flex-basis: 100%;
  margin: 0;
}
.hp-scripting header .title-inner {
  position: relative;
}
.hp-scripting header p {
  font-size: 14px;
  line-height: 22px;
}
.hp-scripting header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.hp-scripting header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hp-scripting header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp-scripting header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .hp-scripting header {
    padding-bottom: 30px;
  }
  .hp-scripting header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .hp-scripting header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .hp-scripting header .btn:after {
    display: none;
  }
  .hp-scripting header .tag-line-title {
    font-size: 13px;
  }
  .hp-scripting header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hp-scripting header {
    padding-bottom: 70px;
  }
  .hp-scripting header p {
    font-size: 15px;
    line-height: 23px;
  }
  .hp-scripting header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .hp-scripting header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .hp-scripting {
    padding: 72px 0 100px 0;
  }
}
.hp-scripting .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hp-scripting .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.hp-scripting .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.hp-scripting .swiper-container .swiper-button-next,
.hp-scripting .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.hp-scripting .swiper-container .swiper-button-next:focus,
.hp-scripting .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.hp-scripting .swiper-container .swiper-button-next {
  right: 5px;
}
.hp-scripting .swiper-container .swiper-button-prev {
  left: 0;
}
.hp-scripting .swiper-container .swiper-button-next:after,
.hp-scripting .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.hp-scripting .swiper-button-next.swiper-button-disabled,
.hp-scripting .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.hp-scripting .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.hp-scripting .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.hp-scripting .block .headerWrap, .hp-scripting .block .contentWrap {
  padding: 35px 25px 0;
}
.hp-scripting .block .headerWrap h3, .hp-scripting .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.hp-scripting .block .headerWrap p, .hp-scripting .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.hp-scripting .block img {
  max-width: 100%;
}
.hp-scripting .block button, .hp-scripting .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.hp-scripting header .btn:after {
  color: #ffffff;
}
.hp-scripting .script-btm-overlay {
  position: absolute;
  bottom: 0;
  height: 23%;
  width: 100%;
  display: block;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5NTk2NiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTU5NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(57, 89, 102, 0) 0%, #395966 100%);
  background: -webkit-linear-gradient(top, rgba(57, 89, 102, 0) 0%, #395966 100%);
  background: linear-gradient(to bottom, rgba(57, 89, 102, 0) 0%, #395966 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00395966", endColorstr="#395966",GradientType=0 );
}
@media screen and (min-width: 992px) {
  .hp-scripting .script-btm-overlay {
    display: none;
  }
}
.hp-scripting .maxContainer {
  background-repeat: no-repeat;
  background-position: bottom -30px left 15px;
  padding-bottom: 200px;
  background-size: 550px auto;
}
@media screen and (min-width: 768px) {
  .hp-scripting .maxContainer {
    background: url(../images/scripting-code-img.png) no-repeat 15px 284px/580px auto;
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 992px) {
  .hp-scripting .maxContainer {
    background-position: 15px 188px;
    padding-bottom: 120px;
    background-size: 625px auto;
  }
}
@media screen and (min-width: 992px) {
  .hp-scripting p {
    text-align: justify;
  }
}
.hp-scripting header .tag-line-title {
  color: rgba(255, 255, 255, 0.5);
}
.hp-scripting header .btn {
  color: #ffffff;
  border-color: #ffffff;
}

.aboutUs-Wrap {
  text-align: center;
  padding: 60px 0 0;
}
.aboutUs-Wrap h1 {
  margin: 0 0 60px;
}
.aboutUs-Wrap p {
  margin: 0 0 40px;
}
.aboutUs-Wrap .maxWrap1 {
  max-width: 889px;
}
.aboutUs-Wrap .maxWrap2 {
  max-width: 660px;
}
.aboutUs-Wrap .imageWrap {
  margin: 20px auto 50px;
  overflow: hidden;
}
.aboutUs-Wrap .imageWrap img {
  width: 100%;
  margin: 0 0 20px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.aboutUs-Wrap .requestQuote {
  background: rgba(20, 80, 153, 0.05);
  padding: 50px 0 60px;
}
.aboutUs-Wrap .requestQuote h2 {
  margin: 0 0 25px;
}
.aboutUs-Wrap .requestQuote p {
  font-size: 15px;
  line-height: 23px;
}
.aboutUs-Wrap .requestQuote .btn {
  min-width: 204px;
}
.aboutUs-Wrap .historyBlock {
  border-left: 1px solid rgba(57, 89, 102, 0.15);
  position: relative;
  padding-bottom: 50px;
}
.aboutUs-Wrap .historyBlock:before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  background: #889BA3;
  border: 2px solid #ffffff;
  left: -10px;
  top: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.aboutUs-Wrap .historyBlock h3, .aboutUs-Wrap .historyBlock p {
  padding: 0 12px;
}
.aboutUs-Wrap .historyBlock h3 {
  margin: -5px 0 13px;
  color: rgba(57, 89, 102, 0.6);
}
.aboutUs-Wrap .historyBlock p {
  margin: 0 0 10px;
  line-height: 23px;
}
.aboutUs-Wrap .historyBlock p strong {
  color: #1E2823;
}
.aboutUs-Wrap .historyBlock.right {
  border-right: 1px solid rgba(57, 89, 102, 0.15);
  border-left: 0 none;
}
.aboutUs-Wrap .historyBlock.right:before {
  right: -10px;
  left: auto;
}
.aboutUs-Wrap .historyBlock.center {
  border: 0 none;
  padding-top: 50px;
}
.aboutUs-Wrap .historyBlock.center:before {
  left: 50%;
  background: #BD333D;
  width: 30px;
  height: 30px;
  margin: 0 0 0 -15px;
}
.aboutUs-Wrap .clientLogo {
  display: flex;
  align-items: center;
  min-height: 86px;
  margin: 0 0 50px;
  justify-content: center;
  overflow: hidden;
}
.aboutUs-Wrap .clientLogo img {
  object-fit: contain;
  max-width: 100%;
  height: 86px;
}
.aboutUs-Wrap .pages_text {
  max-width: 660px;
  margin: 0 auto 40px;
}
.aboutUs-Wrap .pages-images img {
  height: 215px;
  width: 315px;
  margin: 0 0 20px 0;
  object-fit: cover;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .aboutUs-Wrap .pages-images img {
    margin: 0 8px 20px;
  }
}
.aboutUs-Wrap .ref-images img {
  height: 158px;
  width: 236px;
  margin: 0 8px 20px;
  object-fit: cover;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.aboutUs-Wrap .logoes {
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 1200px) {
  .aboutUs-Wrap .logoes {
    margin: 0 auto 70px auto;
  }
}

@media only screen and (max-width: 767px) {
  .aboutUs-Wrap {
    padding: 30px 0 0;
  }
  .aboutUs-Wrap h1 {
    margin: 0 0 40px;
  }
  .aboutUs-Wrap .historyBlock.right {
    border-left: 1px solid rgba(57, 89, 102, 0.15);
    border-right: 0 none;
  }
  .aboutUs-Wrap .historyBlock.right:before {
    right: auto;
    left: -10px;
  }
  .aboutUs-Wrap .historyBlock.center {
    padding-top: 5px;
  }
  .aboutUs-Wrap .historyBlock.center:before {
    left: -15px;
    margin: 0;
  }
}
.contact-Wrap .bannerText {
  left: unset;
}
.contact-Wrap h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.contact-Wrap p {
  font-size: 14px;
  line-height: 23px;
}
.contact-Wrap .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-Wrap .btnWrap .customInput-wrap {
  max-width: 289px;
}
.contact-Wrap .btnWrap .customCheckWrap {
  font-size: 13px;
  line-height: 23px;
}
.contact-Wrap .map img {
  width: 100%;
}
.contact-Wrap .map .mapsetup {
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .contact-Wrap .map .mapsetup {
    min-height: 577px;
  }
}
.contact-Wrap .map button {
  min-width: unset;
}

.mapWrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}

.map-disclaimer {
  position: relative;
  background: url("/images/contact-map-banner.png");
  display: block;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: block;
  max-height: 100%;
}
.map-disclaimer:before {
  content: "";
  background: rgba(57, 89, 102, 0.8);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .map-disclaimer {
    min-height: 577px;
  }
}

.disclaimer-box {
  position: absolute;
  width: 100%;
  justify-content: center;
  min-height: 300px;
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .disclaimer-box {
    min-height: 577px;
  }
}
.disclaimer-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.disclaimer-box p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.disclaimer-box p a:hover {
  text-decoration: underline;
}

body .disclaimer-box .btnDefault {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .contact-Wrap h2 {
    font-size: 26px;
  }
  .contact-Wrap .btnWrap {
    display: block;
  }
  .contact-Wrap .btnWrap .customInput-wrap {
    max-width: 100%;
  }
}
.prodpage-wrap {
  overflow-x: hidden;
  overflow-y: visible;
}
.prodpage-wrap .hero-banner {
  background-color: #395966;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  background-image: url(../images/product-hero-banner.png);
  background-position: center bottom;
  margin-bottom: 30px;
}
.prodpage-wrap .hero-banner .maxContainer {
  padding-top: 34px;
  padding-bottom: 34px;
}
.prodpage-wrap .hero-banner .row {
  min-height: 440px;
}
.prodpage-wrap .hero-banner .tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
.prodpage-wrap .hero-banner h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.prodpage-wrap .hero-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.prodpage-wrap .hero-banner .arrow {
  position: relative;
  padding-left: 50px;
  left: 0;
}
.prodpage-wrap .hero-banner .arrow::before {
  content: " ";
  background: url("../images/icons/arrow-down-v1.svg") no-repeat left center;
  background-size: 30px auto;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
  border: 1px solid #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .hero-banner .maxContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prodpage-wrap .hero-banner h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .prodpage-wrap .hero-banner .tagline {
    font-size: 14px;
  }
  .prodpage-wrap .hero-banner h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 42px;
  }
  .prodpage-wrap .hero-banner p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1480px) {
  .prodpage-wrap .hero-banner .arrow {
    left: -50px;
  }
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .hero-banner {
    padding: 0 0 68px 0 !important;
    background-position: right bottom;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .hero-banner {
    margin-bottom: 80px;
  }
}
.prodpage-wrap .hero-banner .arrow:before {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: transparent;
  padding: 2px 9px;
}
.prodpage-wrap .product-list {
  padding: 0 0 45px 0 !important;
  position: relative;
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .product-list {
    padding: 0 0 68px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list {
    padding: 0 0 80px 0 !important;
  }
}
.prodpage-wrap .product-list header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.prodpage-wrap .product-list header .title {
  flex-basis: 100%;
  margin: 0;
}
.prodpage-wrap .product-list header .title-inner {
  position: relative;
}
.prodpage-wrap .product-list header p {
  font-size: 14px;
  line-height: 22px;
}
.prodpage-wrap .product-list header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.prodpage-wrap .product-list header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.prodpage-wrap .product-list header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.prodpage-wrap .product-list header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .product-list header {
    padding-bottom: 30px;
  }
  .prodpage-wrap .product-list header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .prodpage-wrap .product-list header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .prodpage-wrap .product-list header .btn:after {
    display: none;
  }
  .prodpage-wrap .product-list header .tag-line-title {
    font-size: 13px;
  }
  .prodpage-wrap .product-list header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list header {
    padding-bottom: 70px;
  }
  .prodpage-wrap .product-list header p {
    font-size: 15px;
    line-height: 23px;
  }
  .prodpage-wrap .product-list header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .prodpage-wrap .product-list header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .product-list {
    padding: 72px 0 100px 0;
  }
}
.prodpage-wrap .product-list .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.prodpage-wrap .product-list .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.prodpage-wrap .product-list .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.prodpage-wrap .product-list .swiper-container .swiper-button-next,
.prodpage-wrap .product-list .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.prodpage-wrap .product-list .swiper-container .swiper-button-next:focus,
.prodpage-wrap .product-list .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.prodpage-wrap .product-list .swiper-container .swiper-button-next {
  right: 5px;
}
.prodpage-wrap .product-list .swiper-container .swiper-button-prev {
  left: 0;
}
.prodpage-wrap .product-list .swiper-container .swiper-button-next:after,
.prodpage-wrap .product-list .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.prodpage-wrap .product-list .swiper-button-next.swiper-button-disabled,
.prodpage-wrap .product-list .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.prodpage-wrap .product-list .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.prodpage-wrap .product-list .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.prodpage-wrap .product-list .block .headerWrap, .prodpage-wrap .product-list .block .contentWrap {
  padding: 35px 25px 0;
}
.prodpage-wrap .product-list .block .headerWrap h3, .prodpage-wrap .product-list .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.prodpage-wrap .product-list .block .headerWrap p, .prodpage-wrap .product-list .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.prodpage-wrap .product-list .block img {
  max-width: 100%;
}
.prodpage-wrap .product-list .block button, .prodpage-wrap .product-list .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.prodpage-wrap .product-list header {
  padding-bottom: 0;
}
.prodpage-wrap .product-list header p {
  font-size: 15px;
  line-height: 23px;
}
.prodpage-wrap .product-list header h2 {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .product-list header h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list header h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list header {
    padding-bottom: 30px;
    /* .title {
    	flex-basis: 60%;
    } */
  }
}
.prodpage-wrap .product-list .block {
  padding: 20px;
  width: 100%;
  color: #395966;
  text-align: left;
}
.prodpage-wrap .product-list .block .headerWrap, .prodpage-wrap .product-list .block .contentWrap {
  padding: 30px 0 0;
}
.prodpage-wrap .product-list .block .headerWrap p, .prodpage-wrap .product-list .block .contentWrap p {
  font-size: 14px;
  color: #395966;
  text-align: left;
  margin: 15px 0 0;
}
.prodpage-wrap .product-list .block .headerWrap p strong, .prodpage-wrap .product-list .block .contentWrap p strong {
  font-weight: 700;
}
.prodpage-wrap .product-list .block .headerWrap h3, .prodpage-wrap .product-list .block .contentWrap h3 {
  padding: 0;
  font-family: 'rois', arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.prodpage-wrap .product-list .block img {
  width: 100%;
  object-fit: contain;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: auto;
}
.prodpage-wrap .product-list .swiper-container {
  padding: 0 150px;
  position: relative;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 85%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 85%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 85%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 85%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 85%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 85%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list .swiper-container {
    padding: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-mask-image: none;
    -khtml-mask-image: none;
    -moz-mask-image: none;
    -ms-mask-image: none;
    -o-mask-image: none;
    mask-image: none;
    -webkit-box-sizing: none;
    -khtml-box-sizing: none;
    -moz-box-sizing: none;
    -ms-box-sizing: none;
    -o-box-sizing: none;
    box-sizing: none;
  }
}
.prodpage-wrap .product-list .swiper-container .swiper-button-next,
.prodpage-wrap .product-list .swiper-container .swiper-button-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.prodpage-wrap .product-list .swiper-container .swiper-button-next {
  right: 150px;
}
@media screen and (min-width: 840px) {
  .prodpage-wrap .product-list .swiper-container .swiper-button-next {
    right: 120px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list .swiper-container .swiper-button-next {
    right: 0;
  }
}
.prodpage-wrap .product-list .swiper-container .swiper-button-prev {
  left: 150px;
}
@media screen and (min-width: 840px) {
  .prodpage-wrap .product-list .swiper-container .swiper-button-prev {
    left: 120px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .product-list .swiper-container .swiper-button-prev {
    left: 0;
  }
}
.prodpage-wrap .pp-software {
  padding: 0 0 45px 0 !important;
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software {
    padding: 0 0 68px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .pp-software {
    padding: 0 0 80px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software {
    padding: 0 0 80px 0 !important;
  }
}
.prodpage-wrap .pp-software header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.prodpage-wrap .pp-software header .title {
  flex-basis: 100%;
  margin: 0;
}
.prodpage-wrap .pp-software header .title-inner {
  position: relative;
}
.prodpage-wrap .pp-software header p {
  font-size: 14px;
  line-height: 22px;
}
.prodpage-wrap .pp-software header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.prodpage-wrap .pp-software header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.prodpage-wrap .pp-software header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.prodpage-wrap .pp-software header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software header {
    padding-bottom: 30px;
  }
  .prodpage-wrap .pp-software header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .prodpage-wrap .pp-software header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .prodpage-wrap .pp-software header .btn:after {
    display: none;
  }
  .prodpage-wrap .pp-software header .tag-line-title {
    font-size: 13px;
  }
  .prodpage-wrap .pp-software header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .pp-software header {
    padding-bottom: 70px;
  }
  .prodpage-wrap .pp-software header p {
    font-size: 15px;
    line-height: 23px;
  }
  .prodpage-wrap .pp-software header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .prodpage-wrap .pp-software header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software {
    padding: 72px 0 100px 0;
  }
}
.prodpage-wrap .pp-software .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.prodpage-wrap .pp-software .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.prodpage-wrap .pp-software .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-next,
.prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-next:focus,
.prodpage-wrap .pp-software .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-next {
  right: 5px;
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
  left: 0;
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-next:after,
.prodpage-wrap .pp-software .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.prodpage-wrap .pp-software .swiper-button-next.swiper-button-disabled,
.prodpage-wrap .pp-software .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.prodpage-wrap .pp-software .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.prodpage-wrap .pp-software .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.prodpage-wrap .pp-software .block .headerWrap, .prodpage-wrap .pp-software .block .contentWrap {
  padding: 35px 25px 0;
}
.prodpage-wrap .pp-software .block .headerWrap h3, .prodpage-wrap .pp-software .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.prodpage-wrap .pp-software .block .headerWrap p, .prodpage-wrap .pp-software .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.prodpage-wrap .pp-software .block img {
  max-width: 100%;
}
.prodpage-wrap .pp-software .block button, .prodpage-wrap .pp-software .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.prodpage-wrap .pp-software header p {
  font-size: 15px;
  line-height: 23px;
}
.prodpage-wrap .pp-software header h2 {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software header h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .pp-software header h2 {
    font-size: 36px;
  }
}
.prodpage-wrap .pp-software header .title {
  flex-basis: 100%;
  /* @include mQuery_min(lg){
  	flex-basis: 60%;
  } */
}
.prodpage-wrap .pp-software .swiper-container {
  padding: 0 150px;
  position: relative;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 82%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 82%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 82%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 82%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 82%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 82%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-next,
.prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-next {
  right: 20%;
}
@media screen and (min-width: 576px) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-next {
    right: 18%;
  }
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-next {
    right: 13%;
  }
}
@media screen and (min-width: 840) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-next {
    right: 6%;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-next {
    right: 0;
  }
}
.prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
  left: 20%;
}
@media screen and (min-width: 576px) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
    left: 18%;
  }
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
    left: 13%;
  }
}
@media screen and (min-width: 992px) {
  .prodpage-wrap .pp-software .swiper-container .swiper-button-prev {
    left: 0;
  }
}
.prodpage-wrap .pp-software .swiper-container .swiper-slide {
  padding: 25px 0;
}
.prodpage-wrap .pp-software .block {
  width: 100%;
  -webkit-transition: all 350ms ease-in-out;
  -khtml-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.prodpage-wrap .pp-software .block button {
  z-index: 10;
}
.prodpage-wrap .pp-software .block .image-wrap {
  height: auto;
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software .block .image-wrap {
    padding: 0;
  }
}
.prodpage-wrap .pp-software .block .image-gradinet-overlay {
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  z-index: 9;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-8 */
}
@media screen and (min-width: 768px) {
  .prodpage-wrap .pp-software .block {
    /* .image-gradinet-overlay{
    	display: block;
    } */
  }
  .prodpage-wrap .pp-software .block:hover {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -khtml-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -moz-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -ms-box-shadow: 0px 0px 10px 1px #E2E6E8;
    -o-box-shadow: 0px 0px 10px 1px #E2E6E8;
    box-shadow: 0px 0px 10px 1px #E2E6E8;
  }
  .prodpage-wrap .pp-software .block:hover .image-gradinet-overlay {
    display: none;
  }
}

.pdetailspage-wrap .sub-navigation {
  background: #395966;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pdetailspage-wrap .sub-navigation.fixed-subNav {
  position: fixed;
  top: 128px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .sub-navigation.fixed-subNav {
    top: 0;
    position: relative;
  }
}
.pdetailspage-wrap .sub-navigation.fixed-subNav a {
  text-decoration: none;
}
.pdetailspage-wrap .sub-navigation.fixed-subNav a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .sub-navigation .maxContainer {
  -webkit-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .sub-navigation .maxContainer {
    -webkit-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -khtml-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -moz-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -ms-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -o-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
  }
}
.pdetailspage-wrap .sub-navigation .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .sub-navigation .swiper-container {
    overflow: hidden;
  }
}
.pdetailspage-wrap .sub-navigation .nav-list {
  display: flex;
}
.pdetailspage-wrap .sub-navigation .nav-list a {
  text-decoration: none;
}
.pdetailspage-wrap .sub-navigation .nav-list a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .sub-navigation .nav-list li {
  margin: 0 15px 0 0;
  display: block;
  width: auto;
}
.pdetailspage-wrap .sub-navigation .nav-list li .nav-link {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pdetailspage-wrap .sub-navigation .nav-list li .nav-link:hover, .pdetailspage-wrap .sub-navigation .nav-list li .nav-link.active {
  color: #395966;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .sub-navigation .nav-list li .nav-link {
    font-size: 15px;
  }
}
.pdetailspage-wrap .sub-navigation .nav-list li .btn {
  padding: 11px 20px;
  min-height: 45px;
}
.pdetailspage-wrap .product-details {
  padding: 100px 0 40px;
  text-align: center;
}
.pdetailspage-wrap .product-details .d-header {
  text-align: center;
}
.pdetailspage-wrap .product-details .d-tag {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.pdetailspage-wrap .product-details .d-name {
  font-family: 'rois', arial, sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}
.pdetailspage-wrap .product-details .d-fetaures {
  margin: 30px 0 0 0;
}
.pdetailspage-wrap .product-details .d-fetaures li {
  /* font-weight:map-get($font-settings, font-weight-600); 
  margin:0 0 15px 0;*/
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.pdetailspage-wrap .product-details .d-fetaures li:before {
  content: "";
  font-size: 10px;
  color: #A02832;
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.pdetailspage-wrap .product-details p, .pdetailspage-wrap .product-details li {
  font-size: 14px;
  line-height: 22px;
}
.pdetailspage-wrap .product-details .d-slider {
  width: 100%;
  margin-bottom: 30px;
}
.pdetailspage-wrap .product-details .d-slider img {
  width: 100%;
}
.pdetailspage-wrap .product-details .d-slider .swiper-container {
  padding: 0 0 50px 0;
}
.pdetailspage-wrap .product-details .d-slider .swiper-pagination {
  bottom: 0;
}
.pdetailspage-wrap .product-details .d-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #395966;
  background: transparent;
  width: 17px;
  height: 17px;
  margin: 0 7px;
}
.pdetailspage-wrap .product-details .d-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #BD333D;
  border: 1px solid #BD333D;
  -webkit-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -khtml-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -ms-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -o-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-details {
    padding: 110px 0 60px;
    text-align: left;
  }
  .pdetailspage-wrap .product-details .d-header {
    text-align: left;
  }
  .pdetailspage-wrap .product-details .d-name {
    margin-bottom: 64px;
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-details {
    padding: 40px 0 100px;
  }
  .pdetailspage-wrap .product-details .d-tag {
    margin: 0 0 15px 0;
    text-transform: uppercase;
  }
  .pdetailspage-wrap .product-details .d-name {
    margin-bottom: 125px;
    font-size: 42px;
  }
  .pdetailspage-wrap .product-details p, .pdetailspage-wrap .product-details li {
    font-size: 16px;
    line-height: 28px;
  }
  .pdetailspage-wrap .product-details .d-fetaures {
    margin: 60px 0 0 0;
  }
  .pdetailspage-wrap .product-details .d-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
.pdetailspage-wrap .product-specification {
  background: rgba(20, 80, 153, 0.05);
  padding: 25px 0 0 0;
  overflow: hidden;
  /* included left navigation css*/
}
.pdetailspage-wrap .product-specification header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.pdetailspage-wrap .product-specification header .title {
  flex-basis: 100%;
  margin: 0;
}
.pdetailspage-wrap .product-specification header .title-inner {
  position: relative;
}
.pdetailspage-wrap .product-specification header p {
  font-size: 14px;
  line-height: 22px;
}
.pdetailspage-wrap .product-specification header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.pdetailspage-wrap .product-specification header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pdetailspage-wrap .product-specification header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.pdetailspage-wrap .product-specification header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-specification header {
    padding-bottom: 30px;
  }
  .pdetailspage-wrap .product-specification header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .pdetailspage-wrap .product-specification header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .pdetailspage-wrap .product-specification header .btn:after {
    display: none;
  }
  .pdetailspage-wrap .product-specification header .tag-line-title {
    font-size: 13px;
  }
  .pdetailspage-wrap .product-specification header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-specification header {
    padding-bottom: 70px;
  }
  .pdetailspage-wrap .product-specification header p {
    font-size: 15px;
    line-height: 23px;
  }
  .pdetailspage-wrap .product-specification header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .pdetailspage-wrap .product-specification header h2 {
    font-size: 42px;
  }
}
.pdetailspage-wrap .product-specification .left-nav {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
}
.pdetailspage-wrap .product-specification .left-nav:before {
  content: "";
  height: 4px;
  width: 100vw;
  background: rgba(57, 89, 102, 0.2);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.pdetailspage-wrap .product-specification .left-nav.fixed-position {
  position: fixed;
  top: 90px;
}
.pdetailspage-wrap .product-specification .left-nav .swiper-container {
  overflow: visible;
}
.pdetailspage-wrap .product-specification .left-nav a {
  text-decoration: none;
}
.pdetailspage-wrap .product-specification .left-nav a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .product-specification .left-nav li, .pdetailspage-wrap .product-specification .left-nav .nav-item {
  position: relative;
  padding: 0;
  margin-right: 20px;
  width: auto;
}
.pdetailspage-wrap .product-specification .left-nav li a, .pdetailspage-wrap .product-specification .left-nav li .nav-link, .pdetailspage-wrap .product-specification .left-nav .nav-item a, .pdetailspage-wrap .product-specification .left-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(57, 89, 102, 0.6);
  line-height: 23px;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.pdetailspage-wrap .product-specification .left-nav li:hover a, .pdetailspage-wrap .product-specification .left-nav li.active a, .pdetailspage-wrap .product-specification .left-nav li:focus a, .pdetailspage-wrap .product-specification .left-nav .nav-item:hover a, .pdetailspage-wrap .product-specification .left-nav .nav-item.active a, .pdetailspage-wrap .product-specification .left-nav .nav-item:focus a {
  color: #395966;
  border-color: transparent;
}
.pdetailspage-wrap .product-specification .left-nav li .active, .pdetailspage-wrap .product-specification .left-nav .nav-item .active {
  color: #395966;
  background: transparent;
  border: 0;
}
.pdetailspage-wrap .product-specification .left-nav li .active:before, .pdetailspage-wrap .product-specification .left-nav .nav-item .active:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #395966;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8.5px;
  -khtml-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-specification .left-nav {
    position: relative;
    margin: 0;
    -webkit-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -khtml-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -moz-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -ms-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -o-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
  }
  .pdetailspage-wrap .product-specification .left-nav:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 89, 102, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 8.5px;
    -khtml-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    -ms-border-radius: 8.5px;
    -o-border-radius: 8.5px;
    border-radius: 8.5px;
  }
  .pdetailspage-wrap .product-specification .left-nav .swiper-container {
    overflow: hidden;
  }
  .pdetailspage-wrap .product-specification .left-nav li, .pdetailspage-wrap .product-specification .left-nav .nav-item {
    position: relative;
    padding: 0 0 0 15px;
    width: 100%;
  }
  .pdetailspage-wrap .product-specification .left-nav li a, .pdetailspage-wrap .product-specification .left-nav li .nav-link, .pdetailspage-wrap .product-specification .left-nav .nav-item a, .pdetailspage-wrap .product-specification .left-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(57, 89, 102, 0.6);
    line-height: 23px;
    padding: 8px 0;
    font-size: 16px;
  }
  .pdetailspage-wrap .product-specification .left-nav li:hover a, .pdetailspage-wrap .product-specification .left-nav li.active a, .pdetailspage-wrap .product-specification .left-nav .nav-item:hover a, .pdetailspage-wrap .product-specification .left-nav .nav-item.active a {
    color: #395966;
  }
  .pdetailspage-wrap .product-specification .left-nav li .active, .pdetailspage-wrap .product-specification .left-nav .nav-item .active {
    color: #395966;
  }
  .pdetailspage-wrap .product-specification .left-nav li .active:before, .pdetailspage-wrap .product-specification .left-nav .nav-item .active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #395966;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}
.pdetailspage-wrap .product-specification .left-nav .nav-tabs {
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-specification .left-nav {
    border-bottom: 0;
  }
}
.pdetailspage-wrap .product-specification .section-header {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-specification .section-header {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-specification h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-specification h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pdetailspage-wrap .product-specification .section-header .btn:after {
    content: "";
    font-size: 45px;
    position: relative;
    color: #145099;
    width: unset;
    height: unset;
    background: unset;
    background-image: unset;
  }
}
.pdetailspage-wrap .product-specification .spf-details {
  background: #ffffff;
  height: 100%;
  padding: 5px;
  font-size: 10.5px;
  color: #1E2823;
  border: 1px solid #E2E6E8;
  border-bottom: 0;
  margin: 25px 0 0 0;
  position: relative;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 12px 34px 0 rgba(20, 80, 153, 0.07);
  -khtml-box-shadow: 0 12px 34px 0 rgba(20, 80, 153, 0.07);
  -moz-box-shadow: 0 12px 34px 0 rgba(20, 80, 153, 0.07);
  -ms-box-shadow: 0 12px 34px 0 rgba(20, 80, 153, 0.07);
  -o-box-shadow: 0 12px 34px 0 rgba(20, 80, 153, 0.07);
  box-shadow: 0 12px 34px 0 rgba(20, 80, 153, 0.07);
}
.pdetailspage-wrap .product-specification .spf-details p {
  margin-bottom: 0px;
}
.pdetailspage-wrap .product-specification .spf-details .spf-row {
  padding: 15px 0 0;
  border-bottom: 1px solid #E2E6E8;
  margin: 0;
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-specification .spf-details .spf-row {
    white-space: normal;
    overflow-x: unset;
    z-index: unset;
  }
}
.pdetailspage-wrap .product-specification .spf-details .data-head-col {
  margin: 0 0 15px 0;
  color: #395966;
  font-weight: 600;
  padding-left: 0;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-specification .spf-details .data-head-col {
    padding-left: 15px;
  }
}
.pdetailspage-wrap .product-specification .spf-details .data-col {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-specification .spf-details {
    padding: 15px 25px 0 25px;
    font-size: 14px;
    margin: 0;
  }
}
.pdetailspage-wrap .product-specification .spf-details .table-gradient-overlay {
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  display: block;
  z-index: 1;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-8 */
}
.pdetailspage-wrap .product-specification .spf-details:hover .table-gradient-overlay, .pdetailspage-wrap .product-specification .spf-details:focus .table-gradient-overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-specification {
    padding: 60px 0 0 0;
  }
}
.pdetailspage-wrap .product-extentions {
  padding: 60px 0 0;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-extentions {
    padding: 67px 0 50px;
  }
}
.pdetailspage-wrap .product-extentions h3 {
  font-family: 'rois', arial, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions h3 {
    margin-bottom: 20px;
  }
}
.pdetailspage-wrap .product-extentions header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.pdetailspage-wrap .product-extentions header .title {
  flex-basis: 100%;
  margin: 0;
}
.pdetailspage-wrap .product-extentions header .title-inner {
  position: relative;
}
.pdetailspage-wrap .product-extentions header p {
  font-size: 14px;
  line-height: 22px;
}
.pdetailspage-wrap .product-extentions header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.pdetailspage-wrap .product-extentions header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pdetailspage-wrap .product-extentions header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.pdetailspage-wrap .product-extentions header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions header {
    padding-bottom: 30px;
  }
  .pdetailspage-wrap .product-extentions header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .pdetailspage-wrap .product-extentions header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .pdetailspage-wrap .product-extentions header .btn:after {
    display: none;
  }
  .pdetailspage-wrap .product-extentions header .tag-line-title {
    font-size: 13px;
  }
  .pdetailspage-wrap .product-extentions header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-extentions header {
    padding-bottom: 70px;
  }
  .pdetailspage-wrap .product-extentions header p {
    font-size: 15px;
    line-height: 23px;
  }
  .pdetailspage-wrap .product-extentions header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .pdetailspage-wrap .product-extentions header h2 {
    font-size: 42px;
  }
}
.pdetailspage-wrap .product-extentions .product-image {
  width: 224px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions .product-image {
    width: 295px;
    margin-bottom: 0;
  }
}
.pdetailspage-wrap .product-extentions .image-block {
  background-image: url(../images/extention-lines-background.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pdetailspage-wrap .product-extentions .image-middle-block .product-image {
  width: 200px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-extentions .image-middle-block .product-image {
    width: 295px;
    margin-bottom: 0;
  }
}
.pdetailspage-wrap .product-extentions .prod-ext-details {
  padding: 0;
  overflow: hidden;
}
.pdetailspage-wrap .product-extentions .prod-ext-details.first {
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  padding: 0 1px 0 0;
}
.pdetailspage-wrap .product-extentions .prod-ext-details.second {
  -webkit-border-radius: 0 8px 8px 0;
  -khtml-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  padding: 0 0 0 1px;
}
.pdetailspage-wrap .product-extentions .prod-ext-details .content-cols {
  background: rgba(20, 80, 153, 0.05);
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details.first, .pdetailspage-wrap .product-extentions .prod-ext-details.second {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}
.pdetailspage-wrap .product-extentions .prod-ext-details .line-cols {
  background: rgba(20, 80, 153, 0.05);
}
.pdetailspage-wrap .product-extentions .prod-ext-details .horizontal-line {
  height: 0;
  width: 40px;
  border-top: 4px dotted rgba(57, 89, 102, 0.3);
  margin: 0 25px;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details .horizontal-line {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details .horizontal-line {
    width: 50%;
  }
}
.pdetailspage-wrap .product-extentions .prod-ext-details .curve-line {
  padding: 10px;
  border-radius: 22px;
  border: 4px dotted;
  border-style: dotted;
  border-color: rgba(57, 89, 102, 0.3) rgba(57, 89, 102, 0.3) rgba(57, 89, 102, 0) rgba(57, 89, 102, 0.3);
  border-spacing: 6px;
  position: relative;
  width: 100%;
  height: 40px;
}
.pdetailspage-wrap .product-extentions .prod-ext-details .curve-line:after {
  content: "";
  margin: 0;
  width: 25px;
  display: block;
  height: 30px;
  right: -10px;
  bottom: -17px;
  position: absolute;
  background: #ffffff;
}
.pdetailspage-wrap .product-extentions .prod-ext-details .curve-line:before {
  content: "";
  margin: 0;
  width: 25px;
  display: block;
  height: 40px;
  position: absolute;
  left: -6px;
  top: -10px;
  background: #ffffff;
}
.pdetailspage-wrap .product-extentions .prod-ext-details .curve-line-btm {
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.pdetailspage-wrap .product-extentions .prod-ext-details .left-lines, .pdetailspage-wrap .product-extentions .prod-ext-details .right-lines {
  background: transparent;
}
.pdetailspage-wrap .product-extentions .prod-ext-details .right-lines .curve-line-top {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pdetailspage-wrap .product-extentions .prod-ext-details .right-lines .curve-line-btm {
  -webkit-transform: scale(-1, -1);
  -khtml-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.pdetailspage-wrap .product-extentions .prod-ext-details ul li, .pdetailspage-wrap .product-extentions .prod-ext-details a, .pdetailspage-wrap .product-extentions .prod-ext-details nav-item {
  padding: 5px;
  text-align: center;
  height: 100%;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #395966;
}
.pdetailspage-wrap .product-extentions .prod-ext-details ul li:last-child, .pdetailspage-wrap .product-extentions .prod-ext-details a:last-child, .pdetailspage-wrap .product-extentions .prod-ext-details nav-item:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details ul li, .pdetailspage-wrap .product-extentions .prod-ext-details a, .pdetailspage-wrap .product-extentions .prod-ext-details nav-item {
    padding: 10px 5px;
    height: 100px;
    border-bottom: 3px solid #ffffff;
  }
}
.pdetailspage-wrap .product-extentions .prod-ext-details ul li {
  height: 85px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details ul li {
    height: 100px;
  }
}
.pdetailspage-wrap .product-extentions .prod-ext-details h5 {
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details h5 {
    font-size: 20px;
  }
}
.pdetailspage-wrap .product-extentions .prod-ext-details a {
  text-decoration: none;
}
.pdetailspage-wrap .product-extentions .prod-ext-details a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .product-extentions .prod-ext-details p {
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .product-extentions .prod-ext-details p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
}
.pdetailspage-wrap .addons {
  padding: 60px 0 10px;
  /* included left navigation css*/
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons {
    padding: 100px 0 20px;
  }
}
.pdetailspage-wrap .addons .left-nav {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
}
.pdetailspage-wrap .addons .left-nav:before {
  content: "";
  height: 4px;
  width: 100vw;
  background: rgba(57, 89, 102, 0.2);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.pdetailspage-wrap .addons .left-nav.fixed-position {
  position: fixed;
  top: 90px;
}
.pdetailspage-wrap .addons .left-nav .swiper-container {
  overflow: visible;
}
.pdetailspage-wrap .addons .left-nav a {
  text-decoration: none;
}
.pdetailspage-wrap .addons .left-nav a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .addons .left-nav li, .pdetailspage-wrap .addons .left-nav .nav-item {
  position: relative;
  padding: 0;
  margin-right: 20px;
  width: auto;
}
.pdetailspage-wrap .addons .left-nav li a, .pdetailspage-wrap .addons .left-nav li .nav-link, .pdetailspage-wrap .addons .left-nav .nav-item a, .pdetailspage-wrap .addons .left-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(57, 89, 102, 0.6);
  line-height: 23px;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.pdetailspage-wrap .addons .left-nav li:hover a, .pdetailspage-wrap .addons .left-nav li.active a, .pdetailspage-wrap .addons .left-nav li:focus a, .pdetailspage-wrap .addons .left-nav .nav-item:hover a, .pdetailspage-wrap .addons .left-nav .nav-item.active a, .pdetailspage-wrap .addons .left-nav .nav-item:focus a {
  color: #395966;
  border-color: transparent;
}
.pdetailspage-wrap .addons .left-nav li .active, .pdetailspage-wrap .addons .left-nav .nav-item .active {
  color: #395966;
  background: transparent;
  border: 0;
}
.pdetailspage-wrap .addons .left-nav li .active:before, .pdetailspage-wrap .addons .left-nav .nav-item .active:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #395966;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8.5px;
  -khtml-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .left-nav {
    position: relative;
    margin: 0;
    -webkit-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -khtml-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -moz-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -ms-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -o-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
  }
  .pdetailspage-wrap .addons .left-nav:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 89, 102, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 8.5px;
    -khtml-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    -ms-border-radius: 8.5px;
    -o-border-radius: 8.5px;
    border-radius: 8.5px;
  }
  .pdetailspage-wrap .addons .left-nav .swiper-container {
    overflow: hidden;
  }
  .pdetailspage-wrap .addons .left-nav li, .pdetailspage-wrap .addons .left-nav .nav-item {
    position: relative;
    padding: 0 0 0 15px;
    width: 100%;
  }
  .pdetailspage-wrap .addons .left-nav li a, .pdetailspage-wrap .addons .left-nav li .nav-link, .pdetailspage-wrap .addons .left-nav .nav-item a, .pdetailspage-wrap .addons .left-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(57, 89, 102, 0.6);
    line-height: 23px;
    padding: 8px 0;
    font-size: 16px;
  }
  .pdetailspage-wrap .addons .left-nav li:hover a, .pdetailspage-wrap .addons .left-nav li.active a, .pdetailspage-wrap .addons .left-nav .nav-item:hover a, .pdetailspage-wrap .addons .left-nav .nav-item.active a {
    color: #395966;
  }
  .pdetailspage-wrap .addons .left-nav li .active, .pdetailspage-wrap .addons .left-nav .nav-item .active {
    color: #395966;
  }
  .pdetailspage-wrap .addons .left-nav li .active:before, .pdetailspage-wrap .addons .left-nav .nav-item .active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #395966;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}
.pdetailspage-wrap .addons .left-nav {
  top: 0;
  -webkit-transition: top 0.3s 0.11s ease;
  -khtml-transition: top 0.3s 0.11s ease;
  -moz-transition: top 0.3s 0.11s ease;
  -ms-transition: top 0.3s 0.11s ease;
  -o-transition: top 0.3s 0.11s ease;
  transition: top 0.3s 0.11s ease;
}
.pdetailspage-wrap .addons .fixed-position {
  position: fixed;
  top: 150px;
}
.pdetailspage-wrap .addons .scroll-nav-mobile.left-nav {
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .addons .scroll-nav-mobile.left-nav li {
    margin-right: 50px;
  }
}
.pdetailspage-wrap .addons .prod-block {
  margin: 0;
  padding: 25px 0 35px;
  border-bottom: 1px solid #E2E6E8;
  text-align: left;
}
.pdetailspage-wrap .addons .prod-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .addons .prod-block {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .prod-block {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 80px;
  }
}
.pdetailspage-wrap .addons .prod-block p {
  font-size: 14px;
  color: #395966;
}
.pdetailspage-wrap .addons .prod-block .box {
  border: 1px solid #E2E6E8;
  padding: 20px;
  max-width: 430px;
  text-align: left;
  width: 100%;
  height: 100%;
  color: #395966;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.pdetailspage-wrap .addons .prod-block .box h3 {
  font-size: 20px;
  color: #395966;
  font-family: 'rois', arial, sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0;
}
.pdetailspage-wrap .addons .prod-block .box h3:before {
  content: "";
  font-size: 13px;
  color: #A02832;
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.pdetailspage-wrap .addons .prod-block .box p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.pdetailspage-wrap .addons .prod-block .box .prod-img, .pdetailspage-wrap .addons .prod-block .box img {
  max-width: 100%;
  margin-bottom: 20px;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper {
    padding: 72px 0 100px 0;
  }
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-next,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-next:focus,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-next {
  right: 5px;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-prev {
  left: 0;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-next:after,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-next.swiper-button-disabled,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .headerWrap, .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .contentWrap {
  padding: 35px 25px 0;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .headerWrap h3, .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .headerWrap p, .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block img {
  max-width: 100%;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block button, .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper {
    padding: 0;
  }
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper a {
  text-decoration: none;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container {
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0.2%, white 104%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0.2%, white 104%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0.2%, white 104%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0.2%, white 104%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0.2%, white 104%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0.2%, white 104%, rgba(255, 255, 255, 0) 100%);
  /*@include mQuery_min(md){
  	@include css3-prefix('mask-image', linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 1%, white 88%, rgba(255, 255, 255, 0) 100%));
  }*/
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container {
    -webkit-box-sizing: none;
    -khtml-box-sizing: none;
    -moz-box-sizing: none;
    -ms-box-sizing: none;
    -o-box-sizing: none;
    box-sizing: none;
    -webkit-mask-image: linear-gradient(to right, white 0%, white 0%, white 104%, white 100%);
    -khtml-mask-image: linear-gradient(to right, white 0%, white 0%, white 104%, white 100%);
    -moz-mask-image: linear-gradient(to right, white 0%, white 0%, white 104%, white 100%);
    -ms-mask-image: linear-gradient(to right, white 0%, white 0%, white 104%, white 100%);
    -o-mask-image: linear-gradient(to right, white 0%, white 0%, white 104%, white 100%);
    mask-image: linear-gradient(to right, white 0%, white 0%, white 104%, white 100%);
  }
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-next,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-next,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-button-prev {
    display: none;
  }
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-wrapper {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-container .swiper-slide {
    padding-bottom: 25px;
  }
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-next,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-prev {
  background-color: #BD333D;
  top: 50%;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-next,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-prev {
    display: none;
  }
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-next:focus,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-next {
  right: -20px;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-prev {
  left: -20px;
}
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-next:after,
.pdetailspage-wrap .addons .prod-block .adon-mob-swiper .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.pdetailspage-wrap .downloads {
  padding: 50px 0 50px;
  /* included left navigation css*/
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .downloads {
    padding: 80px 0 80px 0;
  }
}
.pdetailspage-wrap .downloads .left-nav {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
}
.pdetailspage-wrap .downloads .left-nav:before {
  content: "";
  height: 4px;
  width: 100vw;
  background: rgba(57, 89, 102, 0.2);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.pdetailspage-wrap .downloads .left-nav.fixed-position {
  position: fixed;
  top: 90px;
}
.pdetailspage-wrap .downloads .left-nav .swiper-container {
  overflow: visible;
}
.pdetailspage-wrap .downloads .left-nav a {
  text-decoration: none;
}
.pdetailspage-wrap .downloads .left-nav a:hover {
  text-decoration: none;
}
.pdetailspage-wrap .downloads .left-nav li, .pdetailspage-wrap .downloads .left-nav .nav-item {
  position: relative;
  padding: 0;
  margin-right: 20px;
  width: auto;
}
.pdetailspage-wrap .downloads .left-nav li a, .pdetailspage-wrap .downloads .left-nav li .nav-link, .pdetailspage-wrap .downloads .left-nav .nav-item a, .pdetailspage-wrap .downloads .left-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(57, 89, 102, 0.6);
  line-height: 23px;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.pdetailspage-wrap .downloads .left-nav li:hover a, .pdetailspage-wrap .downloads .left-nav li.active a, .pdetailspage-wrap .downloads .left-nav li:focus a, .pdetailspage-wrap .downloads .left-nav .nav-item:hover a, .pdetailspage-wrap .downloads .left-nav .nav-item.active a, .pdetailspage-wrap .downloads .left-nav .nav-item:focus a {
  color: #395966;
  border-color: transparent;
}
.pdetailspage-wrap .downloads .left-nav li .active, .pdetailspage-wrap .downloads .left-nav .nav-item .active {
  color: #395966;
  background: transparent;
  border: 0;
}
.pdetailspage-wrap .downloads .left-nav li .active:before, .pdetailspage-wrap .downloads .left-nav .nav-item .active:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #395966;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8.5px;
  -khtml-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .downloads .left-nav {
    position: relative;
    margin: 0;
    -webkit-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -khtml-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -moz-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -ms-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -o-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
  }
  .pdetailspage-wrap .downloads .left-nav:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 89, 102, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 8.5px;
    -khtml-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    -ms-border-radius: 8.5px;
    -o-border-radius: 8.5px;
    border-radius: 8.5px;
  }
  .pdetailspage-wrap .downloads .left-nav .swiper-container {
    overflow: hidden;
  }
  .pdetailspage-wrap .downloads .left-nav li, .pdetailspage-wrap .downloads .left-nav .nav-item {
    position: relative;
    padding: 0 0 0 15px;
    width: 100%;
  }
  .pdetailspage-wrap .downloads .left-nav li a, .pdetailspage-wrap .downloads .left-nav li .nav-link, .pdetailspage-wrap .downloads .left-nav .nav-item a, .pdetailspage-wrap .downloads .left-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(57, 89, 102, 0.6);
    line-height: 23px;
    padding: 8px 0;
    font-size: 16px;
  }
  .pdetailspage-wrap .downloads .left-nav li:hover a, .pdetailspage-wrap .downloads .left-nav li.active a, .pdetailspage-wrap .downloads .left-nav .nav-item:hover a, .pdetailspage-wrap .downloads .left-nav .nav-item.active a {
    color: #395966;
  }
  .pdetailspage-wrap .downloads .left-nav li .active, .pdetailspage-wrap .downloads .left-nav .nav-item .active {
    color: #395966;
  }
  .pdetailspage-wrap .downloads .left-nav li .active:before, .pdetailspage-wrap .downloads .left-nav .nav-item .active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #395966;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}
.pdetailspage-wrap .downloads h2 {
  margin-bottom: 25px;
}
.pdetailspage-wrap .downloads p {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .downloads p {
    margin-bottom: 30px;
  }
}
.pdetailspage-wrap .downloads .download-cols {
  border: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .downloads .download-cols {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .pdetailspage-wrap .downloads .download-cols {
    margin-bottom: 0;
  }
}
.pdetailspage-wrap .downloads .download-cols .card-body, .pdetailspage-wrap .downloads .download-cols .doc-download {
  padding: 0;
  background: transparent;
  border-top: 0;
}
.pdetailspage-wrap .downloads .download-cols .card-body p, .pdetailspage-wrap .downloads .download-cols .doc-download p {
  margin: 0;
}
.pdetailspage-wrap .downloads .download-cols .doc-download p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pdetailspage-wrap .downloads .download-cols .doc-download p {
    margin-bottom: 20px;
  }
}
.pdetailspage-wrap .downloads .download-cols .doc-download p span {
  padding-right: 3px;
  font-weight: 600;
}
.pdetailspage-wrap .downloads .download-cols .doc-download p .icon-document-pdf:before,
.pdetailspage-wrap .downloads .download-cols .doc-download p .icon-Download:before {
  font-size: 21px;
  top: 4px;
  position: relative;
}
.pdetailspage-wrap .downloads .download-cols .doc-download a {
  text-decoration: none;
}
.pdetailspage-wrap .downloads .download-cols .doc-download a:hover {
  text-decoration: none;
}

.supportpage-wrap a,
.supportpage-wrap a:hover,
.supportpage-wrap a:focus {
  color: #145099;
  text-decoration: none;
}
.supportpage-wrap .hero-banner {
  background-color: #395966;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  margin: 0;
  background-image: url("../images/support-banner.jpg");
}
.supportpage-wrap .hero-banner .maxContainer {
  padding-top: 34px;
  padding-bottom: 34px;
}
.supportpage-wrap .hero-banner .row {
  min-height: 440px;
}
.supportpage-wrap .hero-banner .tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
.supportpage-wrap .hero-banner h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.supportpage-wrap .hero-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.supportpage-wrap .hero-banner .arrow {
  position: relative;
  padding-left: 50px;
  left: 0;
}
.supportpage-wrap .hero-banner .arrow::before {
  content: " ";
  background: url("../images/icons/arrow-down-v1.svg") no-repeat left center;
  background-size: 30px auto;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
  border: 1px solid #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .supportpage-wrap .hero-banner .maxContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .supportpage-wrap .hero-banner h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .supportpage-wrap .hero-banner .tagline {
    font-size: 14px;
  }
  .supportpage-wrap .hero-banner h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 42px;
  }
  .supportpage-wrap .hero-banner p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1480px) {
  .supportpage-wrap .hero-banner .arrow {
    left: -50px;
  }
}
.supportpage-wrap .hero-banner .row {
  min-height: 380px;
}
.supportpage-wrap .hero-banner h1 {
  margin: 0 0 30px;
}
.supportpage-wrap .hero-banner .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
  background: #ffffff;
  border: 1px solid rgba(20, 80, 153, 0.05);
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
}
.supportpage-wrap .hero-banner .search .form-control {
  min-height: 50px;
  flex-basis: 90%;
  padding: 5px 23px;
  border: 0 none;
  color: rgba(57, 89, 102, 0.6);
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.supportpage-wrap .hero-banner .search button {
  background: transparent;
  border: 0 none;
  flex-basis: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.supportpage-wrap .hero-banner .search button::before {
  content: " ";
  width: 30px;
  height: 30px;
  background: url("../images/icons/search.svg") no-repeat center;
  background-size: 55px auto;
}
@media screen and (min-width: 1024px) {
  .supportpage-wrap .hero-banner .search .form-control {
    min-height: 68px;
  }
}
.supportpage-wrap .sub-navigation {
  background: #395966;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.supportpage-wrap .sub-navigation.fixed-subNav {
  position: fixed;
  top: 128px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .supportpage-wrap .sub-navigation.fixed-subNav {
    top: 0;
    position: relative;
  }
}
.supportpage-wrap .sub-navigation.fixed-subNav a {
  text-decoration: none;
}
.supportpage-wrap .sub-navigation.fixed-subNav a:hover {
  text-decoration: none;
}
.supportpage-wrap .sub-navigation .maxContainer {
  -webkit-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
}
@media screen and (min-width: 768px) {
  .supportpage-wrap .sub-navigation .maxContainer {
    -webkit-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -khtml-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -moz-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -ms-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -o-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
  }
}
.supportpage-wrap .sub-navigation .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .supportpage-wrap .sub-navigation .swiper-container {
    overflow: hidden;
  }
}
.supportpage-wrap .sub-navigation .nav-list {
  display: flex;
}
.supportpage-wrap .sub-navigation .nav-list a {
  text-decoration: none;
}
.supportpage-wrap .sub-navigation .nav-list a:hover {
  text-decoration: none;
}
.supportpage-wrap .sub-navigation .nav-list li {
  margin: 0 15px 0 0;
  display: block;
  width: auto;
}
.supportpage-wrap .sub-navigation .nav-list li .nav-link {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.supportpage-wrap .sub-navigation .nav-list li .nav-link:hover, .supportpage-wrap .sub-navigation .nav-list li .nav-link.active {
  color: #395966;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .supportpage-wrap .sub-navigation .nav-list li .nav-link {
    font-size: 15px;
  }
}
.supportpage-wrap .sub-navigation .nav-list li .btn {
  padding: 11px 20px;
  min-height: 45px;
}

.supportSection {
  padding: 30px 0 20px;
}
.supportSection header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.supportSection header .title {
  flex-basis: 100%;
  margin: 0;
}
.supportSection header .title-inner {
  position: relative;
}
.supportSection header p {
  font-size: 14px;
  line-height: 22px;
}
.supportSection header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.supportSection header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.supportSection header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.supportSection header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .supportSection header {
    padding-bottom: 30px;
  }
  .supportSection header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .supportSection header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .supportSection header .btn:after {
    display: none;
  }
  .supportSection header .tag-line-title {
    font-size: 13px;
  }
  .supportSection header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .supportSection header {
    padding-bottom: 70px;
  }
  .supportSection header p {
    font-size: 15px;
    line-height: 23px;
  }
  .supportSection header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .supportSection header h2 {
    font-size: 42px;
  }
}
.supportSection header .title {
  max-width: 660px;
  flex-basis: 100% !important;
}
.supportSection header p {
  margin: 0;
}
.supportSection .viewAllLink {
  position: relative;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .supportSection {
    padding: 60px 0 80px;
  }
  .supportSection header p {
    margin: 0 0 30px;
  }
  .supportSection .viewAllLink {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
  }
}

.supportTabs {
  position: relative;
}
.supportTabs .swiper-container {
  border-bottom: 1px solid #E2E6E8;
}
.supportTabs .swiper-container .swiper-wrapper {
  flex-wrap: nowrap;
}
.supportTabs .swiper-container .swiper-slide {
  width: auto;
}
.supportTabs .nav-tabs {
  border: 0 none;
}
.supportTabs .nav-tabs a {
  text-decoration: none;
}
.supportTabs .nav-tabs a:hover {
  text-decoration: none;
}
.supportTabs .nav-tabs .nav-link {
  font-size: 16px;
  color: rgba(57, 89, 102, 0.6);
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
  border-bottom: 5px solid transparent;
}
.supportTabs .nav-tabs .nav-link:focus,
.supportTabs .nav-tabs .nav-link:hover,
.supportTabs .nav-tabs .nav-link.active {
  border: 0 none;
  border-bottom: 5px solid #145099;
  color: #145099;
}

.fileListsGroup {
  margin: 40px 0 0;
}
.fileListsGroup .fileBlock {
  display: block;
  border: 1px solid #E2E6E8;
  min-height: 53px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
  align-items: stretch;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.fileListsGroup .fileBlock .fileName {
  font-size: 14px;
  color: #145099;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 56px;
}
.fileListsGroup .fileBlock .fileName:before {
  content: "";
  color: #395966;
  font-size: 20px;
  position: absolute;
  left: 20px;
}
.fileListsGroup .fileBlock .fileName .subText {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.fileListsGroup .fileBlock .document-pdf {
  font-size: 14px;
  color: #145099;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 56px;
}
.fileListsGroup .fileBlock .document-pdf:before {
  content: "";
  color: #395966;
  font-size: 20px;
  position: absolute;
  left: 20px;
}
.fileListsGroup .fileBlock .document-pdf .subText {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.fileListsGroup .fileBlock .document-list {
  font-size: 14px;
  color: #145099;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 56px;
}
.fileListsGroup .fileBlock .document-list:before {
  content: "";
  color: #395966;
  font-size: 20px;
  position: absolute;
  left: 20px;
}
.fileListsGroup .fileBlock .document-list .subText {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.fileListsGroup .fileBlock .fileTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #E2E6E8;
  min-height: 53px;
}
.fileListsGroup .fileBlock .fileTags .fileTags-inside {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 68px);
}
.fileListsGroup .fileBlock .fileTags .badge {
  min-height: 20px;
  border: 1px solid #E2E6E8;
  background: rgba(20, 80, 153, 0.05);
  color: rgba(57, 89, 102, 0.6);
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0 5px 10px;
  padding: 0px 8px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.fileListsGroup .fileBlock .fileLink {
  width: 50px;
  min-height: 53px;
  height: 100%;
  display: flex;
  text-align: center;
  margin: 0 0 0 18px;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  position: relative;
}
.fileListsGroup .fileBlock .fileLink::before {
  margin: 2px 0;
  content: " ";
  border-left: 1px solid rgba(57, 89, 102, 0.15);
  height: 100%;
  position: absolute;
  left: 0;
}
.fileListsGroup .fileBlock .fileLink .icon-lock::before {
  font-size: 41px;
  color: #BD333D;
}
.fileListsGroup .fileBlock.locked {
  border: 1px solid rgba(226, 230, 232, 0.5);
}
.fileListsGroup .fileBlock.locked .fileName {
  color: #395966;
}
.fileListsGroup .fileBlock.locked .fileName,
.fileListsGroup .fileBlock.locked .fileTags .badge {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .fileListsGroup .fileBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fileListsGroup .fileBlock .fileTags {
    border: 0 none;
    min-height: 0;
    align-items: center;
  }
  .fileListsGroup .fileBlock .fileTags .fileTags-inside {
    width: auto;
  }
  .fileListsGroup .fileBlock .fileLink {
    height: 100%;
  }
}

.getting-started {
  padding-top: 30px;
}
.getting-started .gs-step {
  border: 1px solid #E2E6E8;
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #145099;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 20px 5px 72px;
  position: relative;
  margin: 0 0 25px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* The whole block is the <a> now, not just the title, so give it hover and
   keyboard feedback. Everything above already applies to the anchor unchanged -
   the selector never referenced the element type. */
.getting-started a.gs-step {
  -webkit-transition: border-color 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.getting-started a.gs-step:hover,
.getting-started a.gs-step:focus {
  border-color: rgba(20, 80, 153, 0.45);
  background: #F7FAFD;
}
/* body a:focus sets outline:0 site-wide, which leaves keyboard users with no
   indication of where they are. Restore it for this block only. */
.getting-started a.gs-step:focus-visible {
  outline: 2px solid #145099;
  outline-offset: 2px;
}
/* A step with no link must not claim to be clickable. */
.getting-started .gs-step.gs-step-static {
  cursor: default;
}
.getting-started .gs-step span {
  position: absolute;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid rgba(57, 89, 102, 0.3);
  color: rgba(57, 89, 102, 0.3);
  left: 20px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .getting-started {
    padding-top: 80px;
  }
}
.getting-started .gs-modal .modal-dialog {
  max-width: 900px;
  width: 100%;
}
.getting-started .gs-modal .modal-content {
  background: transparent;
  border: 0 none;
}
.getting-started .gs-modal .modal-header {
  background: transparent;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
}
.getting-started .gs-modal .modal-header .close {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0 0 0 transparent;
  opacity: 1;
  font-weight: normal;
  min-width: auto;
}
.getting-started .gs-modal .modal-header .close:hover {
  background: transparent;
}
.getting-started .gs-modal .modal-body {
  background: #000000;
}

.support-team {
  background: rgba(20, 80, 153, 0.05);
}
.support-team .st-block .st-img {
  width: 215px;
  height: 215px;
  overflow: hidden;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.support-team .st-block .st-img img {
  height: 100%;
}
.support-team .st-block .st-info {
  text-align: center;
}
.support-team .st-block .st-info p {
  font-size: 14px;
  line-height: 23px;
}
.support-team .st-desc {
  max-width: 432px;
  margin: 40px auto 0;
  text-align: center;
}
.support-team .st-desc p {
  font-size: 15px;
  line-height: 23px;
}

.archives,
.sw-updates,
.video-library,
.application-notes,
.manuals {
  padding: 30px 0 20px;
}
.archives header,
.sw-updates header,
.video-library header,
.application-notes header,
.manuals header {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .archives,
.sw-updates,
.video-library,
.application-notes,
.manuals {
    padding: 60px 0 20px;
  }
}

.application-notes .fileListsGroup .fileBlock .fileName::before {
  content: "";
}

.sw-updates .fileListsGroup {
  margin: 7px 0 0;
}
.sw-updates .fileListsGroup .fileBlock .fileName::before {
  content: "";
}

.archives .fileListsGroup .fileBlock .fileName::before {
  content: "";
}

.video-library .videoWrapper {
  margin: 40px 0 0;
}
.video-library .videoBlock {
  border: 1px solid #E2E6E8;
  margin: 0 auto 24px;
  max-width: 430px;
  overflow: hidden;
  margin: 0 0 24px;
  height: auto;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .video-library .videoBlock {
    max-width: 100%;
    margin: 0 0 24px;
    height: 100%;
  }
}
.video-library .videoBlock iframe {
  min-height: 242px;
}
.video-library .videoBlock.vLocked .vFrame .overlay2 {
  display: block;
}
.video-library .videoBlock.vLocked .vInfo .name .text {
  color: rgba(57, 89, 102, 0.6);
}
.video-library .vFrame {
  background: #395966;
  min-height: 230px;
  position: relative;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.video-library .vFrame.vFrameType1 {
  min-height: 0;
}
.video-library .vFrame .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px 30px 0;
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.video-library .vFrame .overlay p {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 14px;
  padding: 17px 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.video-library .vFrame .overlay img {
  max-width: 100px;
  margin: 10px 0 20px;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}
.video-library .vFrame .overlay2 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.video-library .vFrame .overlay2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 120px;
}
.video-library .vFrame .overlay2 p .icon-lock:before {
  color: rgba(57, 89, 102, 0.3);
}
.video-library .vFrame .overlay3 {
  display: none;
}
.video-library .vFrame .overlay3 iframe {
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.video-library .vInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.video-library .vInfo .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 0 0 0 30px;
}
.video-library .vInfo .name .icon-lock,
.video-library .vInfo .name .icon-play {
  font-size: 42px;
  position: absolute;
  top: -9px;
  left: -15px;
}
.video-library .vInfo .name .icon-play {
  cursor: pointer;
}
.video-library .vInfo .name .icon-lock::before {
  color: #BD333D;
}
.video-library .vInfo .name .text {
  color: #145099;
  font-weight: 600;
}
.video-library .vInfo .badge {
  min-height: 20px;
  border: 1px solid #E2E6E8;
  background: rgba(20, 80, 153, 0.05);
  color: rgba(57, 89, 102, 0.6);
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 0 10px;
  padding: 0px 8px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.video-library .overlaySupport, .video-library .overlayLockIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-library .overlayLockIcon {
  background: rgba(57, 89, 102, 0.02);
}
.video-library .overlayLockIcon .icon-lock:before {
  color: rgba(57, 89, 102, 0.03);
}
.video-library .overlayLockIcon .icon-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
}

body .video-disclaimer .btnDefault {
  padding-top: 9px;
  padding-bottom: 9px;
}

.video-disclaimer {
  position: absolute;
  width: 100%;
  justify-content: center;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(57, 89, 102, 0.8);
  height: 100%;
}
.video-disclaimer p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -khtml-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.video-disclaimer p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.video-disclaimer p a:hover {
  text-decoration: underline;
}

.eventpage-wrap .hero-banner {
  background-color: #395966;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  margin: 0;
  background-image: url("../images/zahner-events-banner.jpg");
}
.eventpage-wrap .hero-banner .maxContainer {
  padding-top: 34px;
  padding-bottom: 34px;
}
.eventpage-wrap .hero-banner .row {
  min-height: 440px;
}
.eventpage-wrap .hero-banner .tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
.eventpage-wrap .hero-banner h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.eventpage-wrap .hero-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.eventpage-wrap .hero-banner .arrow {
  position: relative;
  padding-left: 50px;
  left: 0;
}
.eventpage-wrap .hero-banner .arrow::before {
  content: " ";
  background: url("../images/icons/arrow-down-v1.svg") no-repeat left center;
  background-size: 30px auto;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
  border: 1px solid #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .hero-banner .maxContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .eventpage-wrap .hero-banner h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .eventpage-wrap .hero-banner .tagline {
    font-size: 14px;
  }
  .eventpage-wrap .hero-banner h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 42px;
  }
  .eventpage-wrap .hero-banner p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1480px) {
  .eventpage-wrap .hero-banner .arrow {
    left: -50px;
  }
}
.eventpage-wrap .hero-banner .row {
  min-height: 320px;
}
.eventpage-wrap .hero-banner h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .hero-banner .maxContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.eventpage-wrap .sub-navigation {
  background: #395966;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.eventpage-wrap .sub-navigation.fixed-subNav {
  position: fixed;
  top: 128px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .eventpage-wrap .sub-navigation.fixed-subNav {
    top: 0;
    position: relative;
  }
}
.eventpage-wrap .sub-navigation.fixed-subNav a {
  text-decoration: none;
}
.eventpage-wrap .sub-navigation.fixed-subNav a:hover {
  text-decoration: none;
}
.eventpage-wrap .sub-navigation .maxContainer {
  -webkit-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .sub-navigation .maxContainer {
    -webkit-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -khtml-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -moz-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -ms-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -o-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
  }
}
.eventpage-wrap .sub-navigation .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .sub-navigation .swiper-container {
    overflow: hidden;
  }
}
.eventpage-wrap .sub-navigation .nav-list {
  display: flex;
}
.eventpage-wrap .sub-navigation .nav-list a {
  text-decoration: none;
}
.eventpage-wrap .sub-navigation .nav-list a:hover {
  text-decoration: none;
}
.eventpage-wrap .sub-navigation .nav-list li {
  margin: 0 15px 0 0;
  display: block;
  width: auto;
}
.eventpage-wrap .sub-navigation .nav-list li .nav-link {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.eventpage-wrap .sub-navigation .nav-list li .nav-link:hover, .eventpage-wrap .sub-navigation .nav-list li .nav-link.active {
  color: #395966;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .eventpage-wrap .sub-navigation .nav-list li .nav-link {
    font-size: 15px;
  }
}
.eventpage-wrap .sub-navigation .nav-list li .btn {
  padding: 11px 20px;
  min-height: 45px;
}
.eventpage-wrap .eventsList {
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
}
.eventpage-wrap .eventsList header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.eventpage-wrap .eventsList header .title {
  flex-basis: 100%;
  margin: 0;
}
.eventpage-wrap .eventsList header .title-inner {
  position: relative;
}
.eventpage-wrap .eventsList header p {
  font-size: 14px;
  line-height: 22px;
}
.eventpage-wrap .eventsList header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.eventpage-wrap .eventsList header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.eventpage-wrap .eventsList header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.eventpage-wrap .eventsList header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .eventsList header {
    padding-bottom: 30px;
  }
  .eventpage-wrap .eventsList header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .eventpage-wrap .eventsList header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .eventpage-wrap .eventsList header .btn:after {
    display: none;
  }
  .eventpage-wrap .eventsList header .tag-line-title {
    font-size: 13px;
  }
  .eventpage-wrap .eventsList header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .eventpage-wrap .eventsList header {
    padding-bottom: 70px;
  }
  .eventpage-wrap .eventsList header p {
    font-size: 15px;
    line-height: 23px;
  }
  .eventpage-wrap .eventsList header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .eventpage-wrap .eventsList header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .eventsList {
    padding: 72px 0 100px 0;
  }
}
.eventpage-wrap .eventsList .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.eventpage-wrap .eventsList .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.eventpage-wrap .eventsList .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.eventpage-wrap .eventsList .swiper-container .swiper-button-next,
.eventpage-wrap .eventsList .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.eventpage-wrap .eventsList .swiper-container .swiper-button-next:focus,
.eventpage-wrap .eventsList .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.eventpage-wrap .eventsList .swiper-container .swiper-button-next {
  right: 5px;
}
.eventpage-wrap .eventsList .swiper-container .swiper-button-prev {
  left: 0;
}
.eventpage-wrap .eventsList .swiper-container .swiper-button-next:after,
.eventpage-wrap .eventsList .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.eventpage-wrap .eventsList .swiper-button-next.swiper-button-disabled,
.eventpage-wrap .eventsList .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.eventpage-wrap .eventsList .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.eventpage-wrap .eventsList .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.eventpage-wrap .eventsList .block .headerWrap, .eventpage-wrap .eventsList .block .contentWrap {
  padding: 35px 25px 0;
}
.eventpage-wrap .eventsList .block .headerWrap h3, .eventpage-wrap .eventsList .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.eventpage-wrap .eventsList .block .headerWrap p, .eventpage-wrap .eventsList .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.eventpage-wrap .eventsList .block img {
  max-width: 100%;
}
.eventpage-wrap .eventsList .block button, .eventpage-wrap .eventsList .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.eventpage-wrap .eventsList .maxContainer {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .eventpage-wrap .eventsList header {
    padding-bottom: 0;
  }
  .eventpage-wrap .eventsList header .title {
    flex-basis: 80%;
  }
}
.eventpage-wrap .eventsList .block {
  border: 0;
  text-align: left;
  padding-right: 40px;
  width: 100%;
  overflow: visible;
}
.eventpage-wrap .eventsList .block img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eventpage-wrap .eventsList .block .headerWrap {
  padding: 20px 0 0;
  margin-bottom: 5px;
}
.eventpage-wrap .eventsList .block .headerWrap a {
  text-decoration: none;
}
.eventpage-wrap .eventsList .block .headerWrap a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .eventpage-wrap .eventsList .block .headerWrap {
    margin-bottom: 18px;
  }
}
.eventpage-wrap .eventsList .block .headerWrap h3 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #395966;
}
.eventpage-wrap .eventsList .block .headerWrap p {
  font-size: 14px;
}
.eventpage-wrap .eventsList .block button, .eventpage-wrap .eventsList .block .card-link {
  color: #144E99;
  font-weight: 500;
  border: 0;
  padding: 0;
  position: unset;
  bottom: unset;
  left: unset;
  text-transform: uppercase;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.eventpage-wrap .eventsList .block button:after, .eventpage-wrap .eventsList .block .card-link:after {
  content: "";
  font-size: 10px;
  color: #A02832;
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
}
.eventpage-wrap .eventsList .swiper-button-next:focus,
.eventpage-wrap .eventsList .swiper-button-prev:focus {
  outline: 0;
}
.eventpage-wrap .eventsList .swiper-button-next.swiper-button-disabled,
.eventpage-wrap .eventsList .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "zahner-icons" !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-zahner-open-document:before {
  content: "";
  color: #395966;
}

.icon-zahner-open-outline-document:before {
  content: "";
  color: #395966;
}

.icon-arrow-bar:before {
  content: "";
  color: #145099;
}

.icon-document-pdf:before {
  content: "";
  color: #145099;
}

.icon-document-list:before {
  content: "";
  color: #395966;
}

.icon-File-PDF:before {
  content: "";
  color: #395966;
}

.icon-Download:before {
  content: "";
  color: #145099;
}

.icon-bar:before {
  content: "";
}

.icon-archive:before {
  content: "";
  color: #395966;
}

.icon-arrow-down:before {
  content: "";
  color: #395966;
}

.icon-check:before {
  content: "";
  color: #395966;
}

.icon-documentation:before {
  content: "";
  color: #395966;
}

.icon-file-arrow-down:before {
  content: "";
  color: #395966;
}

.icon-file-arrow-up:before {
  content: "";
  color: #395966;
}

.icon-file-blank:before {
  content: "";
  color: #395966;
}

.icon-file-code:before {
  content: "";
  color: #395966;
}

.icon-file-image:before {
  content: "";
  color: #395966;
}

.icon-file-locked:before {
  content: "";
  color: #395966;
}

.icon-file-movie:before {
  content: "";
  color: #395966;
}

.icon-file-table:before {
  content: "";
  color: #395966;
}

.icon-file-text:before {
  content: "";
  color: #395966;
}

.icon-file-zip:before {
  content: "";
  color: #395966;
}

.icon-generic-download:before {
  content: "";
  color: #395966;
}

.icon-lock:before {
  content: "";
  color: #395966;
}

.icon-more:before {
  content: "";
  color: #395966;
}

.icon-more-alt:before {
  content: "";
  color: #395966;
}

.icon-planet:before {
  content: "";
  color: #395966;
}

.icon-planet-alt:before {
  content: "";
  color: #395966;
}

.icon-play:before {
  content: "";
  color: #395966;
}

.icon-reload:before {
  content: "";
  color: #395966;
}

.icon-search:before {
  content: "";
  color: #395966;
}

.icon-user:before {
  content: "";
  color: #395966;
}

.icons:before {
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.archive-wrap .hero-banner {
  background-color: #395966;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  margin: 0;
  background-image: url("../images/zahner-events-banner.svg");
}
.archive-wrap .hero-banner .maxContainer {
  padding-top: 34px;
  padding-bottom: 34px;
}
.archive-wrap .hero-banner .row {
  min-height: 440px;
}
.archive-wrap .hero-banner .tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
.archive-wrap .hero-banner h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.archive-wrap .hero-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.archive-wrap .hero-banner .arrow {
  position: relative;
  padding-left: 50px;
  left: 0;
}
.archive-wrap .hero-banner .arrow::before {
  content: " ";
  background: url("../images/icons/arrow-down-v1.svg") no-repeat left center;
  background-size: 30px auto;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
  border: 1px solid #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .archive-wrap .hero-banner .maxContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .archive-wrap .hero-banner h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-wrap .hero-banner .tagline {
    font-size: 14px;
  }
  .archive-wrap .hero-banner h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 42px;
  }
  .archive-wrap .hero-banner p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1480px) {
  .archive-wrap .hero-banner .arrow {
    left: -50px;
  }
}
.archive-wrap .hero-banner .row {
  min-height: 400px;
}
.archive-wrap .hero-banner h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .archive-wrap .hero-banner .maxContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.archive-wrap .sub-navigation {
  background: #395966;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-wrap .sub-navigation.fixed-subNav {
  position: fixed;
  top: 128px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .archive-wrap .sub-navigation.fixed-subNav {
    top: 0;
    position: relative;
  }
}
.archive-wrap .sub-navigation.fixed-subNav a {
  text-decoration: none;
}
.archive-wrap .sub-navigation.fixed-subNav a:hover {
  text-decoration: none;
}
.archive-wrap .sub-navigation .maxContainer {
  -webkit-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
}
@media screen and (min-width: 768px) {
  .archive-wrap .sub-navigation .maxContainer {
    -webkit-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -khtml-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -moz-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -ms-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -o-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
  }
}
.archive-wrap .sub-navigation .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .archive-wrap .sub-navigation .swiper-container {
    overflow: hidden;
  }
}
.archive-wrap .sub-navigation .nav-list {
  display: flex;
}
.archive-wrap .sub-navigation .nav-list a {
  text-decoration: none;
}
.archive-wrap .sub-navigation .nav-list a:hover {
  text-decoration: none;
}
.archive-wrap .sub-navigation .nav-list li {
  margin: 0 15px 0 0;
  display: block;
  width: auto;
}
.archive-wrap .sub-navigation .nav-list li .nav-link {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.archive-wrap .sub-navigation .nav-list li .nav-link:hover, .archive-wrap .sub-navigation .nav-list li .nav-link.active {
  color: #395966;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .archive-wrap .sub-navigation .nav-list li .nav-link {
    font-size: 15px;
  }
}
.archive-wrap .sub-navigation .nav-list li .btn {
  padding: 11px 20px;
  min-height: 45px;
}
@media screen and (max-width: 576px) {
  .archive-wrap .archiveList {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .archive-wrap .archiveList {
    padding: 60px 0 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .archive-wrap .archiveList {
    padding: 80px 0 120px 0;
  }
}
.archive-wrap .archiveList .maxContainer {
  position: relative;
  overflow: hidden;
}
.archive-wrap .archiveList h1 {
  margin-bottom: 20px;
}
.archive-wrap .archiveList .archivedate {
  color: rgba(57, 89, 102, 0.5);
  font-size: 14px;
  padding: 10px 0 20px 0;
}
.archive-wrap .archiveList h5 {
  color: #144E99;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .archive-wrap .archiveList {
    padding-bottom: 0;
  }
}
.archive-wrap .archiveList .archiveImg {
  border: 0;
  text-align: left;
  width: 100%;
  overflow: visible;
  min-height: 220px;
}
.archive-wrap .archiveList .archiveImg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.news-wrap {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .news-wrap {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 576px) {
  .news-wrap {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .news-wrap {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .news-wrap {
    padding: 60px 0 60px 0;
  }
}
.news-wrap .maxWrap {
  max-width: 889px;
}
.news-wrap .maxWrap .newsDate {
  font-size: 16px;
  font-weight: 600;
}
.news-wrap .maxWrap h1 {
  margin-bottom: 20px;
}
.news-wrap .maxWrap p {
  font-size: 14px;
  line-height: 23px;
}
.news-wrap .maxWrap .newsImg {
  border: 0;
  width: 100%;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 576px) {
  .news-wrap .maxWrap .newsImg {
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .news-wrap .maxWrap .newsImg {
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-wrap .maxWrap .newsImg {
    min-height: 441px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .news-wrap .maxWrap .newsImg {
    min-height: 441px;
    margin-bottom: 70px;
  }
}
.news-wrap .maxWrap .newsImg img {
  width: 100%;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 576px) {
  .news-wrap .maxWrap .newsImg img {
    height: auto;
  }
}
@media screen and (min-width: 576px) {
  .news-wrap .maxWrap .newsImg img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .news-wrap .maxWrap .newsImg img {
    height: 441px;
  }
}
@media screen and (min-width: 992px) {
  .news-wrap .maxWrap .newsImg img {
    height: 441px;
  }
}
.news-wrap .maxWrap .newsImg .btn {
  background: rgba(255, 0, 0, 0.5);
  border: 0;
  color: #ffffff;
  position: absolute;
  width: 101px;
  padding: 0 0;
  min-height: 26px !important;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .news-wrap {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .news-wrap {
    padding: 60px 0 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .news-wrap {
    padding: 80px 0 120px 0;
  }
}
.news-wrap .btn-wrap {
  border-top: 1px solid #E2E6E8;
}
@media screen and (min-width: 576px) {
  .news-wrap .btn-wrap {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .news-wrap .btn-wrap {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-wrap .btn-wrap {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .news-wrap .btn-wrap {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.news-wrap .btn-wrap .btn {
  background: none;
  border: 1px solid #145099;
  color: #145099;
  width: 204px;
  font-size: 15px;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.ProductSupport-wrap {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .ProductSupport-wrap {
    padding: 60px;
  }
}
@media screen and (min-width: 992px) {
  .ProductSupport-wrap {
    margin-bottom: 80px 0 100px;
  }
}
.ProductSupport-wrap h1 {
  font-family: 'rois', arial, sans-serif;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .ProductSupport-wrap h1 {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .ProductSupport-wrap h1 {
    margin: 0 0 80px 0;
  }
}
.ProductSupport-wrap .left-nav {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
}
.ProductSupport-wrap .left-nav:before {
  content: "";
  height: 4px;
  width: 100vw;
  background: rgba(57, 89, 102, 0.2);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.ProductSupport-wrap .left-nav.fixed-position {
  position: fixed;
  top: 90px;
}
.ProductSupport-wrap .left-nav .swiper-container {
  overflow: visible;
}
.ProductSupport-wrap .left-nav a {
  text-decoration: none;
}
.ProductSupport-wrap .left-nav a:hover {
  text-decoration: none;
}
.ProductSupport-wrap .left-nav li, .ProductSupport-wrap .left-nav .nav-item {
  position: relative;
  padding: 0;
  margin-right: 20px;
  width: auto;
}
.ProductSupport-wrap .left-nav li a, .ProductSupport-wrap .left-nav li .nav-link, .ProductSupport-wrap .left-nav .nav-item a, .ProductSupport-wrap .left-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(57, 89, 102, 0.6);
  line-height: 23px;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.ProductSupport-wrap .left-nav li:hover a, .ProductSupport-wrap .left-nav li.active a, .ProductSupport-wrap .left-nav li:focus a, .ProductSupport-wrap .left-nav .nav-item:hover a, .ProductSupport-wrap .left-nav .nav-item.active a, .ProductSupport-wrap .left-nav .nav-item:focus a {
  color: #395966;
  border-color: transparent;
}
.ProductSupport-wrap .left-nav li .active, .ProductSupport-wrap .left-nav .nav-item .active {
  color: #395966;
  background: transparent;
  border: 0;
}
.ProductSupport-wrap .left-nav li .active:before, .ProductSupport-wrap .left-nav .nav-item .active:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #395966;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8.5px;
  -khtml-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}
@media screen and (min-width: 992px) {
  .ProductSupport-wrap .left-nav {
    position: relative;
    margin: 0;
    -webkit-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -khtml-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -moz-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -ms-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -o-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
  }
  .ProductSupport-wrap .left-nav:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 89, 102, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 8.5px;
    -khtml-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    -ms-border-radius: 8.5px;
    -o-border-radius: 8.5px;
    border-radius: 8.5px;
  }
  .ProductSupport-wrap .left-nav .swiper-container {
    overflow: hidden;
  }
  .ProductSupport-wrap .left-nav li, .ProductSupport-wrap .left-nav .nav-item {
    position: relative;
    padding: 0 0 0 15px;
    width: 100%;
  }
  .ProductSupport-wrap .left-nav li a, .ProductSupport-wrap .left-nav li .nav-link, .ProductSupport-wrap .left-nav .nav-item a, .ProductSupport-wrap .left-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(57, 89, 102, 0.6);
    line-height: 23px;
    padding: 8px 0;
    font-size: 16px;
  }
  .ProductSupport-wrap .left-nav li:hover a, .ProductSupport-wrap .left-nav li.active a, .ProductSupport-wrap .left-nav .nav-item:hover a, .ProductSupport-wrap .left-nav .nav-item.active a {
    color: #395966;
  }
  .ProductSupport-wrap .left-nav li .active, .ProductSupport-wrap .left-nav .nav-item .active {
    color: #395966;
  }
  .ProductSupport-wrap .left-nav li .active:before, .ProductSupport-wrap .left-nav .nav-item .active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #395966;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}
.ProductSupport-wrap .prod-block {
  margin: 0;
  padding: 25px 0 35px;
  border-bottom: 1px solid #E2E6E8;
  text-align: left;
}
.ProductSupport-wrap .prod-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ProductSupport-wrap .prod-block {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .ProductSupport-wrap .prod-block {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 80px;
  }
}
.ProductSupport-wrap .prod-block p {
  font-size: 14px;
}
.ProductSupport-wrap .prod-block .box {
  border: 1px solid #E2E6E8;
  padding: 20px;
  max-width: 430px;
  text-align: left;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.ProductSupport-wrap .prod-block .box h3 {
  font-size: 20px;
  font-family: 'rois', arial, sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0;
}
.ProductSupport-wrap .prod-block .box h3:before {
  content: "";
  font-size: 13px;
  color: #A02832;
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.ProductSupport-wrap .prod-block .box p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.ProductSupport-wrap .prod-block .box .prod-img, .ProductSupport-wrap .prod-block .box img {
  max-width: 100%;
}
.ProductSupport-wrap .prodSupport-block {
  margin: 0 0 40px 0;
  padding: 0;
  border-bottom: 1px solid #E2E6E8;
  text-align: left;
  padding: 0 0 40px 0;
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  .ProductSupport-wrap .prodSupport-block {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 80px 0;
  }
}
.ProductSupport-wrap .prodSupport-block h2 {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .ProductSupport-wrap .prodSupport-block h2 {
    margin: 0 0 30px 0;
  }
}
.ProductSupport-wrap .prodSupport-block .videoBlock {
  border: 1px solid #E2E6E8;
  margin: 0 auto 24px;
  max-width: 430px;
  overflow: hidden;
  margin: 0 0 24px;
  height: auto;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .ProductSupport-wrap .prodSupport-block .videoBlock {
    max-width: 100%;
    margin: 0 0 24px;
    height: 100%;
  }
}
.ProductSupport-wrap .prodSupport-block .videoBlock iframe {
  min-height: 242px;
}
.ProductSupport-wrap .prodSupport-block .videoBlock.vLocked .vFrame .overlay2 {
  display: block;
}
.ProductSupport-wrap .prodSupport-block .videoBlock.vLocked .vInfo .name .text {
  color: rgba(57, 89, 102, 0.6);
}
.ProductSupport-wrap .prodSupport-block .vFrame {
  background: #395966;
  min-height: 230px;
  position: relative;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.ProductSupport-wrap .prodSupport-block .vFrame.vFrameType1 {
  min-height: 0;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px 30px 0;
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay p {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 14px;
  padding: 17px 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay img {
  max-width: 100px;
  margin: 10px 0 20px;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay2 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 120px;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay2 p .icon-lock:before {
  color: rgba(57, 89, 102, 0.3);
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay3 {
  display: none;
}
.ProductSupport-wrap .prodSupport-block .vFrame .overlay3 iframe {
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.ProductSupport-wrap .prodSupport-block .vInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.ProductSupport-wrap .prodSupport-block .vInfo .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 0 0 0 30px;
}
.ProductSupport-wrap .prodSupport-block .vInfo .name .icon-lock,
.ProductSupport-wrap .prodSupport-block .vInfo .name .icon-play {
  font-size: 42px;
  position: absolute;
  top: -9px;
  left: -15px;
}
.ProductSupport-wrap .prodSupport-block .vInfo .name .icon-play {
  cursor: pointer;
}
.ProductSupport-wrap .prodSupport-block .vInfo .name .icon-lock::before {
  color: #BD333D;
}
.ProductSupport-wrap .prodSupport-block .vInfo .name .text {
  color: #145099;
  font-weight: 600;
}
.ProductSupport-wrap .prodSupport-block .vInfo .badge {
  min-height: 20px;
  border: 1px solid #E2E6E8;
  background: rgba(20, 80, 153, 0.05);
  color: rgba(57, 89, 102, 0.6);
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 0 10px;
  padding: 0px 8px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock {
  display: block;
  border: 1px solid #E2E6E8;
  min-height: 53px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
  align-items: stretch;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileName {
  font-size: 14px;
  color: #145099;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 56px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileName:before {
  content: "";
  color: #395966;
  font-size: 20px;
  position: absolute;
  left: 20px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileName .subText {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .document-pdf {
  font-size: 14px;
  color: #145099;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 56px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .document-pdf:before {
  content: "";
  color: #395966;
  font-size: 20px;
  position: absolute;
  left: 20px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .document-pdf .subText {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .document-list {
  font-size: 14px;
  color: #145099;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 56px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .document-list:before {
  content: "";
  color: #395966;
  font-size: 20px;
  position: absolute;
  left: 20px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .document-list .subText {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #E2E6E8;
  min-height: 53px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileTags .fileTags-inside {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 68px);
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileTags .badge {
  min-height: 20px;
  border: 1px solid #E2E6E8;
  background: rgba(20, 80, 153, 0.05);
  color: rgba(57, 89, 102, 0.6);
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0 5px 10px;
  padding: 0px 8px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileLink {
  width: 50px;
  min-height: 53px;
  height: 100%;
  display: flex;
  text-align: center;
  margin: 0 0 0 18px;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  position: relative;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileLink::before {
  margin: 2px 0;
  content: " ";
  border-left: 1px solid rgba(57, 89, 102, 0.15);
  height: 100%;
  position: absolute;
  left: 0;
}
.ProductSupport-wrap .prodSupport-block .fileBlock .fileLink .icon-lock::before {
  font-size: 41px;
  color: #BD333D;
}
.ProductSupport-wrap .prodSupport-block .fileBlock.locked {
  border: 1px solid rgba(226, 230, 232, 0.5);
}
.ProductSupport-wrap .prodSupport-block .fileBlock.locked .fileName {
  color: #395966;
}
.ProductSupport-wrap .prodSupport-block .fileBlock.locked .fileName,
.ProductSupport-wrap .prodSupport-block .fileBlock.locked .fileTags .badge {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .ProductSupport-wrap .prodSupport-block .fileBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ProductSupport-wrap .prodSupport-block .fileBlock .fileTags {
    border: 0 none;
    min-height: 0;
    align-items: center;
  }
  .ProductSupport-wrap .prodSupport-block .fileBlock .fileTags .fileTags-inside {
    width: auto;
  }
  .ProductSupport-wrap .prodSupport-block .fileBlock .fileLink {
    height: 100%;
  }
}
.ProductSupport-wrap .prodSupport-block .listSpan {
  color: rgba(57, 89, 102, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.ProductSupport-wrap .prodSupport-block .box {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ProductSupport-wrap .prodSupport-block .box {
    margin: 0;
  }
}
.ProductSupport-wrap .support-informations .swiper-container {
  padding: 0 0 50px 0;
  max-width: 550px;
  margin: 0 auto;
}
.ProductSupport-wrap .support-informations .swiper-slide {
  text-align: center;
}
.ProductSupport-wrap .support-informations .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #395966;
  background: transparent;
  width: 17px;
  height: 17px;
  margin: 0 7px;
}
.ProductSupport-wrap .support-informations .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #BD333D;
  border: 1px solid #BD333D;
  -webkit-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -khtml-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -ms-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -o-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
}
.ProductSupport-wrap .support-video {
  /* add video related css here*/
}
.ProductSupport-wrap .support-manual {
  /* add manual related css here*/
}

.videoPage .introText {
  text-align: center;
  padding: 30px 0 0;
}
.videoPage .introText .maxContainer {
  max-width: 660px;
}
.videoPage .introText h1,
.videoPage .introText p {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .videoPage .introText {
    padding: 60px 0 0;
  }
}
.videoPage .videoWrap .embed-responsive {
  margin: 0 0 20px;
}
.videoPage .videoWrap .embed-responsive .overlay {
  background: #395966;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 30px;
  position: absolute;
  z-index: 1;
}
.videoPage .videoWrap .embed-responsive .overlay .overlayheader {
  padding-top: 20px;
}
.videoPage .videoWrap .embed-responsive .overlay .overlayheader p {
  font-size: 14px;
  color: white;
  text-align: left;
  float: left;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 992px) {
  .videoPage .videoWrap .embed-responsive .overlay .overlayheader p {
    font-size: 18px;
  }
}
.videoPage .videoWrap .embed-responsive .overlay .overlayheader .shareIcon {
  float: right;
}
.videoPage .videoWrap .embed-responsive .overlay .overlayheader .shareIcon .icons::before {
  color: white;
}
.videoPage .videoWrap .embed-responsive .overlay .playBtn {
  width: 85px;
  height: 62px;
  position: absolute;
  background: rgba(59, 55, 56, 0.9);
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoPage .videoWrap .embed-responsive .overlay .playBtn span {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid white;
  display: block;
  margin: 16px 0 0 33px;
}
.videoPage .videoWrap .embed-responsive .overlay h2 {
  background: white;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  margin: 5px 0;
  clear: both;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .videoPage .videoWrap .embed-responsive .overlay h2 {
    padding: 17px 20px;
    margin: 120px 0;
    font-size: 26px;
  }
}
.videoPage .videoWrap .embed-responsive .overlay img {
  max-width: 90px;
  margin: 10px 0 20px;
}
@media screen and (min-width: 992px) {
  .videoPage .videoWrap .embed-responsive .overlay img {
    max-width: 130px;
  }
}
.videoPage .videoWrap .desc {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .videoPage .videoWrap .videoContainer {
    max-width: 893px;
  }
}
.videoPage .fileLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
  justify-content: center;
}
.videoPage .fileLinks li {
  margin: 0 45px 10px 0;
  font-weight: 600;
}
.videoPage .fileLinks li a {
  color: #145099;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 29px;
}
.videoPage .fileLinks li a.fileIcon {
  padding: 0 0 0 36px;
}
.videoPage .fileLinks li .icons {
  position: absolute;
  left: 0;
}
.videoPage .fileLinks li .icons:before {
  color: rgba(57, 89, 102, 0.8);
}
.videoPage .fileLinks li .icons.icon-document-pdf {
  font-size: 28px;
}
.videoPage .fileLinks li .icons.icon-file-blank {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .videoPage .fileLinks {
    justify-content: left;
    flex-wrap: nowrap;
  }
}
.videoPage .moreVideos {
  border-top: 1px solid #E2E6E8;
  padding: 40px 0 70px 0;
  /* Swiper slider CSS */
  /* Start */
  /* End */
}
.videoPage .moreVideos header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.videoPage .moreVideos header .title {
  flex-basis: 100%;
  margin: 0;
}
.videoPage .moreVideos header .title-inner {
  position: relative;
}
.videoPage .moreVideos header p {
  font-size: 14px;
  line-height: 22px;
}
.videoPage .moreVideos header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.videoPage .moreVideos header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.videoPage .moreVideos header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.videoPage .moreVideos header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .videoPage .moreVideos header {
    padding-bottom: 30px;
  }
  .videoPage .moreVideos header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .videoPage .moreVideos header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .videoPage .moreVideos header .btn:after {
    display: none;
  }
  .videoPage .moreVideos header .tag-line-title {
    font-size: 13px;
  }
  .videoPage .moreVideos header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .videoPage .moreVideos header {
    padding-bottom: 70px;
  }
  .videoPage .moreVideos header p {
    font-size: 15px;
    line-height: 23px;
  }
  .videoPage .moreVideos header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .videoPage .moreVideos header h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .videoPage .moreVideos {
    padding: 72px 0 100px 0;
  }
}
.videoPage .moreVideos .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.videoPage .moreVideos .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.videoPage .moreVideos .swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.videoPage .moreVideos .swiper-container .swiper-button-next,
.videoPage .moreVideos .swiper-container .swiper-button-prev {
  top: 36%;
  background-color: #BD333D;
  width: 41px;
  height: 41px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
}
.videoPage .moreVideos .swiper-container .swiper-button-next:focus,
.videoPage .moreVideos .swiper-container .swiper-button-prev:focus {
  outline: 0;
  border: 0;
}
.videoPage .moreVideos .swiper-container .swiper-button-next {
  right: 5px;
}
.videoPage .moreVideos .swiper-container .swiper-button-prev {
  left: 0;
}
.videoPage .moreVideos .swiper-container .swiper-button-next:after,
.videoPage .moreVideos .swiper-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
}
.videoPage .moreVideos .swiper-button-next.swiper-button-disabled,
.videoPage .moreVideos .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -ms-opacity: 0 !important;
  -o-opacity: 0 !important;
  opacity: 0 !important;
}
.videoPage .moreVideos .block {
  border: 1px solid #E2E6E8;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.videoPage .moreVideos .block .event-date {
  color: #395966;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
  padding: 10px 0 0 0;
}
.videoPage .moreVideos .block .headerWrap, .videoPage .moreVideos .block .contentWrap {
  padding: 35px 25px 0;
}
.videoPage .moreVideos .block .headerWrap h3, .videoPage .moreVideos .block .contentWrap h3 {
  color: #395966;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 25px 20px;
  margin: 0;
}
.videoPage .moreVideos .block .headerWrap p, .videoPage .moreVideos .block .contentWrap p {
  color: #395966;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.videoPage .moreVideos .block img {
  max-width: 100%;
}
.videoPage .moreVideos .block button, .videoPage .moreVideos .block .card-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #145099;
  color: #145099;
  padding: 9px 20px 8px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.videoPage .moreVideos .maxContainer {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .videoPage .moreVideos header {
    padding-bottom: 25px;
  }
  .videoPage .moreVideos header h2 {
    font-size: 36px;
  }
}
.videoPage .moreVideos .block {
  border: 0;
  text-align: left;
  width: 100%;
  overflow: visible;
}
.videoPage .moreVideos .block img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.videoPage .moreVideos .block .headerWrap {
  padding: 20px 0 0;
}
.videoPage .moreVideos .block .headerWrap h3 {
  padding: 0;
  margin: 0 0 10px 0;
}
.videoPage .moreVideos .swiper-button-next:focus,
.videoPage .moreVideos .swiper-button-prev:focus {
  outline: 0;
}
.videoPage .moreVideos .swiper-button-next.swiper-button-disabled,
.videoPage .moreVideos .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

div.row.video-tab-content {
  margin-bottom: 24px;
}

@media screen and (max-width: 576px) {
  .eventContent-wrap {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap {
    padding: 60px 0 60px 0;
  }
}
.eventContent-wrap .newsBlock {
  text-align: center;
}
.eventContent-wrap .newsBlock .maxWrap {
  max-width: 896px;
}
.eventContent-wrap .newsBlock .maxWrap h1 {
  margin-bottom: 20px;
}
.eventContent-wrap .newsBlock .maxWrap .newsDate {
  color: #1E2823;
  font-weight: 600;
}
.eventContent-wrap .newsBlock .maxWrap .newsInfo {
  color: #BD333D;
  font-weight: 600;
}
.eventContent-wrap .newsBlock .maxWrap .newsImg {
  border: 0;
  width: 100%;
  overflow: visible;
  position: relative;
}
.eventContent-wrap .newsBlock .maxWrap .newsImg img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eventContent-wrap .newsBlock .maxWrap .newsImg .btn {
  background: rgba(255, 0, 0, 0.5);
  border: 0;
  color: #ffffff;
  position: absolute;
  width: 101px;
  padding: 0 0;
  min-height: 26px !important;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .newsBlock {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .newsBlock {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .newsBlock {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .newsBlock {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .event-block {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .event-block {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .event-block {
    padding: 60px 0 60px 0;
  }
}
.eventContent-wrap .event-block .event-Information {
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .event-block .event-Information {
    padding: 0 0 20px 0;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .event-block .event-Information {
    padding: 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .event-block .event-Information {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .event-block .event-Information {
    max-width: 546px;
  }
}
.eventContent-wrap .event-block .event-Information h2 {
  margin-bottom: 20px;
}
.eventContent-wrap .event-block .event-Information p {
  font-size: 14px;
  font-weight: 400;
}
.eventContent-wrap .event-block .event-Information .arrowbarList li {
  display: block;
  width: auto;
  position: relative;
  padding-left: 20px;
  color: #395966;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .event-block .event-Information .arrowbarList li {
    margin: 0 15px 5px 0;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .event-block .event-Information .arrowbarList li {
    margin: 0 15px 5px 15px;
  }
}
.eventContent-wrap .event-block .event-Information .arrowbarList li a {
  color: #395966;
}
.eventContent-wrap .event-block .event-Information .arrowbarList li:before {
  content: "";
  color: #BD333D;
  font-size: 10px;
  font-family: "zahner-icons" !important;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .event-block .event-Overview {
    padding: 0 0 17px 0;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .event-block .event-Overview {
    padding: 0 0 17px 0;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .event-block .event-Overview {
    padding: 0 0 17px 0;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .event-block .event-Overview {
    padding: 0 0 17px 0;
  }
}
.eventContent-wrap .event-block .event-Overview h3 {
  margin-bottom: 21px;
}
.eventContent-wrap .event-block .event-Overview .overviewList {
  margin-bottom: 20px;
}
.eventContent-wrap .event-block .event-Overview .overviewList a {
  color: #145099;
  font-size: 14px;
}
.eventContent-wrap .event-block .event-Overview .overviewList a .icon-arrow-bar {
  color: #BD333D;
  font-size: 10px;
  width: 20px;
  display: inline-block;
}
.eventContent-wrap .event-block .event-Overview .overviewList .newsInfo {
  color: #BD333D;
  font-weight: 600;
}
.eventContent-wrap .event-block .event-Download h3 {
  margin-bottom: 24px;
}
.eventContent-wrap .event-block .event-Download .downpdflist {
  margin: 0;
  padding: 0;
}
.eventContent-wrap .event-block .event-Download .downpdflist li {
  margin: 0 15px 15px 0;
  display: block;
  width: auto;
  position: relative;
  padding-left: 24px;
  color: #145099;
  font-weight: 400;
  font-size: 14px;
}
.eventContent-wrap .event-block .event-Download .downpdflist li a {
  color: #145099;
}
.eventContent-wrap .event-block .event-Download .downpdflist li:before {
  content: "";
  color: #395966;
  font-size: 16px;
  font-family: "zahner-icons" !important;
  position: absolute;
  left: 0;
  top: 0;
}
.eventContent-wrap .lightbox-wrap {
  text-align: center;
  border-top: 2px solid #E2E6E8;
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .lightbox-wrap {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .lightbox-wrap {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .lightbox-wrap {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .lightbox-wrap {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .lightbox-wrap h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .lightbox-wrap h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .lightbox-wrap h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .lightbox-wrap h3 {
    margin-bottom: 30px;
  }
}
.eventContent-wrap .lightbox-wrap .lightbox-list img, .eventContent-wrap .lightbox-wrap .lightbox-list .img-thumbnail {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
  border: 0 none;
  padding: 0;
  background: transparent;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.eventContent-wrap .lightbox-wrap .lightbox-list .thumb {
  margin-bottom: 40px;
}
.eventContent-wrap .lightbox-wrap .modal-content {
  background: transparent;
  border: 0;
}
.eventContent-wrap .lightbox-wrap .modal-body {
  background: #000000;
}
.eventContent-wrap .lightbox-wrap .modal-header {
  border-bottom: 0;
  padding: 0;
  border: 0;
}
.eventContent-wrap .lightbox-wrap .modal-header .close {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0 0 0 transparent;
  opacity: 1;
  font-weight: normal;
  min-width: auto;
}
.eventContent-wrap .lightbox-wrap .modal-header .close:hover {
  background: transparent;
}
.eventContent-wrap .lightbox-wrap .img-responsive {
  width: 100%;
}
.eventContent-wrap .lightbox-wrap .navigation-btn {
  position: absolute;
  top: 50%;
  background-color: #BD333D;
  width: 41px;
  min-width: 41px;
  height: 41px;
  color: #ffffff;
  z-index: 3;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -khtml-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -ms-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -o-box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(189, 51, 61, 0.3);
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.eventContent-wrap .lightbox-wrap .navigation-btn:before {
  content: "";
  font-size: 47px;
  font-weight: 300;
  color: #ffffff;
  margin-left: -4px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.eventContent-wrap .lightbox-wrap .btn-prev {
  left: 20px;
}
.eventContent-wrap .lightbox-wrap .btn-next {
  right: 20px;
}
.eventContent-wrap .lightbox-wrap .btn-next:before {
  margin-left: 4px;
  -webkit-transform: rotate(270deg);
  -khtml-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media screen and (min-width: 1580px) {
  .eventContent-wrap .lightbox-wrap .modal-dialog {
    max-width: 1350px;
  }
}
.eventContent-wrap .btn-wrap {
  text-align: center;
  border-top: 1px solid #E2E6E8;
}
@media screen and (max-width: 576px) {
  .eventContent-wrap .btn-wrap {
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 576px) {
  .eventContent-wrap .btn-wrap {
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .eventContent-wrap .btn-wrap {
    padding: 40px 0 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .eventContent-wrap .btn-wrap {
    padding: 60px 0 40px 0;
  }
}
.eventContent-wrap .btn-wrap .btn {
  background: none;
  border: 1px solid #145099;
  color: #145099;
  width: 204px;
  font-size: 15px;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.applications-wrap .hero-banner {
  background-color: #395966;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  margin: 0;
  background-image: url("../images/zahner-events-banner.jpg");
}
.applications-wrap .hero-banner .maxContainer {
  padding-top: 34px;
  padding-bottom: 34px;
}
.applications-wrap .hero-banner .row {
  min-height: 440px;
}
.applications-wrap .hero-banner .tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
.applications-wrap .hero-banner h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.applications-wrap .hero-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.applications-wrap .hero-banner .arrow {
  position: relative;
  padding-left: 50px;
  left: 0;
}
.applications-wrap .hero-banner .arrow::before {
  content: " ";
  background: url("../images/icons/arrow-down-v1.svg") no-repeat left center;
  background-size: 30px auto;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
  border: 1px solid #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .applications-wrap .hero-banner .maxContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .applications-wrap .hero-banner h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .applications-wrap .hero-banner .tagline {
    font-size: 14px;
  }
  .applications-wrap .hero-banner h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 42px;
  }
  .applications-wrap .hero-banner p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1480px) {
  .applications-wrap .hero-banner .arrow {
    left: -50px;
  }
}
.applications-wrap .hero-banner .row {
  min-height: 320px;
}
.applications-wrap .hero-banner h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .applications-wrap .hero-banner .maxContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.applications-wrap .sub-navigation {
  background: #395966;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.applications-wrap .sub-navigation.fixed-subNav {
  position: fixed;
  top: 128px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .applications-wrap .sub-navigation.fixed-subNav {
    top: 0;
    position: relative;
  }
}
.applications-wrap .sub-navigation.fixed-subNav a {
  text-decoration: none;
}
.applications-wrap .sub-navigation.fixed-subNav a:hover {
  text-decoration: none;
}
.applications-wrap .sub-navigation .maxContainer {
  -webkit-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
}
@media screen and (min-width: 768px) {
  .applications-wrap .sub-navigation .maxContainer {
    -webkit-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -khtml-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -moz-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -ms-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -o-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
  }
}
.applications-wrap .sub-navigation .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .applications-wrap .sub-navigation .swiper-container {
    overflow: hidden;
  }
}
.applications-wrap .sub-navigation .nav-list {
  display: flex;
}
.applications-wrap .sub-navigation .nav-list a {
  text-decoration: none;
}
.applications-wrap .sub-navigation .nav-list a:hover {
  text-decoration: none;
}
.applications-wrap .sub-navigation .nav-list li {
  margin: 0 15px 0 0;
  display: block;
  width: auto;
}
.applications-wrap .sub-navigation .nav-list li .nav-link {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.applications-wrap .sub-navigation .nav-list li .nav-link:hover, .applications-wrap .sub-navigation .nav-list li .nav-link.active {
  color: #395966;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .applications-wrap .sub-navigation .nav-list li .nav-link {
    font-size: 15px;
  }
}
.applications-wrap .sub-navigation .nav-list li .btn {
  padding: 11px 20px;
  min-height: 45px;
}
.applications-wrap .left-nav {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
}
.applications-wrap .left-nav:before {
  content: "";
  height: 4px;
  width: 100vw;
  background: rgba(57, 89, 102, 0.2);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.applications-wrap .left-nav.fixed-position {
  position: fixed;
  top: 90px;
}
.applications-wrap .left-nav .swiper-container {
  overflow: visible;
}
.applications-wrap .left-nav a {
  text-decoration: none;
}
.applications-wrap .left-nav a:hover {
  text-decoration: none;
}
.applications-wrap .left-nav li, .applications-wrap .left-nav .nav-item {
  position: relative;
  padding: 0;
  margin-right: 20px;
  width: auto;
}
.applications-wrap .left-nav li a, .applications-wrap .left-nav li .nav-link, .applications-wrap .left-nav .nav-item a, .applications-wrap .left-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(57, 89, 102, 0.6);
  line-height: 23px;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.applications-wrap .left-nav li:hover a, .applications-wrap .left-nav li.active a, .applications-wrap .left-nav li:focus a, .applications-wrap .left-nav .nav-item:hover a, .applications-wrap .left-nav .nav-item.active a, .applications-wrap .left-nav .nav-item:focus a {
  color: #395966;
  border-color: transparent;
}
.applications-wrap .left-nav li .active, .applications-wrap .left-nav .nav-item .active {
  color: #395966;
  background: transparent;
  border: 0;
}
.applications-wrap .left-nav li .active:before, .applications-wrap .left-nav .nav-item .active:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #395966;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8.5px;
  -khtml-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}
@media screen and (min-width: 992px) {
  .applications-wrap .left-nav {
    position: relative;
    margin: 0;
    -webkit-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -khtml-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -moz-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -ms-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -o-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
  }
  .applications-wrap .left-nav:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 89, 102, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 8.5px;
    -khtml-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    -ms-border-radius: 8.5px;
    -o-border-radius: 8.5px;
    border-radius: 8.5px;
  }
  .applications-wrap .left-nav .swiper-container {
    overflow: hidden;
  }
  .applications-wrap .left-nav li, .applications-wrap .left-nav .nav-item {
    position: relative;
    padding: 0 0 0 15px;
    width: 100%;
  }
  .applications-wrap .left-nav li a, .applications-wrap .left-nav li .nav-link, .applications-wrap .left-nav .nav-item a, .applications-wrap .left-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(57, 89, 102, 0.6);
    line-height: 23px;
    padding: 8px 0;
    font-size: 16px;
  }
  .applications-wrap .left-nav li:hover a, .applications-wrap .left-nav li.active a, .applications-wrap .left-nav .nav-item:hover a, .applications-wrap .left-nav .nav-item.active a {
    color: #395966;
  }
  .applications-wrap .left-nav li .active, .applications-wrap .left-nav .nav-item .active {
    color: #395966;
  }
  .applications-wrap .left-nav li .active:before, .applications-wrap .left-nav .nav-item .active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #395966;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}
.applications-wrap .electrochemical-setup {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .applications-wrap .electrochemical-setup {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 576px) {
  .applications-wrap .electrochemical-setup {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .applications-wrap .electrochemical-setup {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .electrochemical-setup {
    padding: 60px 0 60px 0;
  }
}
.applications-wrap .electrochemical-setup .maxWrap {
  max-width: 660px;
}
.applications-wrap .electrochemical-setup .maxWrap h1, .applications-wrap .electrochemical-setup .maxWrap .application-heading {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .applications-wrap .electrochemical-setup .maxWrap h1, .applications-wrap .electrochemical-setup .maxWrap .application-heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .applications-wrap .electrochemical-setup .maxWrap h1, .applications-wrap .electrochemical-setup .maxWrap .application-heading {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .electrochemical-setup .maxWrap h1, .applications-wrap .electrochemical-setup .maxWrap .application-heading {
    margin-bottom: 70px;
    font-size: 42px;
  }
}
.applications-wrap .electrochemical-setup .maxWrap p {
  font-size: 14px;
  line-height: 23px;
}
.applications-wrap .product-extentions {
  background: rgba(20, 80, 153, 0.05);
  padding: 60px 0 0;
}
.applications-wrap .product-extentions a {
  text-decoration: none;
}
.applications-wrap .product-extentions a:hover {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .applications-wrap .product-extentions {
    padding: 20px 0 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .applications-wrap .product-extentions {
    padding: 20px 0 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions {
    padding: 40px 0 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .product-extentions {
    padding: 67px 0 50px;
    margin-bottom: 60px;
  }
}
.applications-wrap .product-extentions h3 {
  font-family: 'rois', arial, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions h3 {
    margin-bottom: 20px;
  }
}
.applications-wrap .product-extentions header {
  position: unset;
  background: none;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.applications-wrap .product-extentions header .title {
  flex-basis: 100%;
  margin: 0;
}
.applications-wrap .product-extentions header .title-inner {
  position: relative;
}
.applications-wrap .product-extentions header p {
  font-size: 14px;
  line-height: 22px;
}
.applications-wrap .product-extentions header h2 {
  margin: 0 0 20px;
  font-size: 26px;
  padding: 0 40px 0 0;
}
.applications-wrap .product-extentions header .tag-line-title {
  font-size: 14px;
  color: rgba(57, 89, 102, 0.5);
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.applications-wrap .product-extentions header .btn {
  font-size: 0;
  min-width: 0;
  width: 30px;
  min-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.applications-wrap .product-extentions header .btn:after {
  content: "";
  font-family: "zahner-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #145099;
  margin: 0 0 0 -3px;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions header {
    padding-bottom: 30px;
  }
  .applications-wrap .product-extentions header .title {
    margin-right: 15px;
    flex-basis: auto;
  }
  .applications-wrap .product-extentions header .btn {
    min-width: 136px;
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    top: 0;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .applications-wrap .product-extentions header .btn:after {
    display: none;
  }
  .applications-wrap .product-extentions header .tag-line-title {
    font-size: 13px;
  }
  .applications-wrap .product-extentions header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .product-extentions header {
    padding-bottom: 70px;
  }
  .applications-wrap .product-extentions header p {
    font-size: 15px;
    line-height: 23px;
  }
  .applications-wrap .product-extentions header .tag-line-title {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .applications-wrap .product-extentions header h2 {
    font-size: 42px;
  }
}
.applications-wrap .product-extentions .extentions-wrap {
  text-align: center;
}
.applications-wrap .product-extentions .extentions-wrap .each-imageOne {
  width: 238px;
  margin: 0 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .extentions-wrap .each-imageOne {
    width: 238px;
    margin: 0 40px 30px 40px;
  }
}
.applications-wrap .product-extentions .extentions-wrap .each-imageTwo {
  width: 238px;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .extentions-wrap .each-imageTwo {
    width: 238px;
    margin: 0 0 30px 0;
  }
}
.applications-wrap .product-extentions .product-image {
  width: 224px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .product-image {
    width: 295px;
    margin-bottom: 0;
  }
}
.applications-wrap .product-extentions .image-block {
  background-image: url(../images/extention-lines-background.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.applications-wrap .product-extentions .image-middle-block .product-image {
  width: 200px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .applications-wrap .product-extentions .image-middle-block .product-image {
    width: 295px;
    margin-bottom: 0;
  }
}
.applications-wrap .product-extentions .modularbox {
  width: 190px;
  height: 190px;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin: 0 auto 30px;
}
.applications-wrap .product-extentions .modularbox .modularTxt {
  color: #395966;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.applications-wrap .product-extentions .prod-ext-details {
  padding: 0;
  overflow: hidden;
}
.applications-wrap .product-extentions .prod-ext-details.first {
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  padding: 0 1px 0 0;
}
.applications-wrap .product-extentions .prod-ext-details.second {
  -webkit-border-radius: 0 8px 8px 0;
  -khtml-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  padding: 0 0 0 1px;
}
.applications-wrap .product-extentions .prod-ext-details .content-cols {
  background: white;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .prod-ext-details.first, .applications-wrap .product-extentions .prod-ext-details.second {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}
.applications-wrap .product-extentions .prod-ext-details .line-cols {
  background: rgba(20, 80, 153, 0.05);
}
.applications-wrap .product-extentions .prod-ext-details .horizontal-line {
  height: 0;
  width: 40px;
  border-top: 4px dotted rgba(57, 89, 102, 0.3);
  margin: 0 25px;
}
@media screen and (min-width: 992px) {
  .applications-wrap .product-extentions .prod-ext-details .horizontal-line {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .applications-wrap .product-extentions .prod-ext-details .horizontal-line {
    width: 50%;
  }
}
.applications-wrap .product-extentions .prod-ext-details .curve-line {
  padding: 10px;
  border-radius: 22px;
  border: 4px dotted;
  border-style: dotted;
  border-color: rgba(57, 89, 102, 0.3) rgba(57, 89, 102, 0.3) rgba(57, 89, 102, 0) rgba(57, 89, 102, 0.3);
  border-spacing: 6px;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: -1;
}
.applications-wrap .product-extentions .prod-ext-details .curve-line:after {
  content: "";
  margin: 0;
  width: 25px;
  display: block;
  height: 30px;
  right: -10px;
  bottom: -17px;
  position: absolute;
  background: #ffffff;
}
.applications-wrap .product-extentions .prod-ext-details .curve-line:before {
  content: "";
  margin: 0;
  width: 25px;
  display: block;
  height: 40px;
  position: absolute;
  left: -6px;
  top: -10px;
  background: #ffffff;
}
.applications-wrap .product-extentions .prod-ext-details .curve-line-btm {
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.applications-wrap .product-extentions .prod-ext-details .left-lines, .applications-wrap .product-extentions .prod-ext-details .right-lines {
  background: transparent;
}
.applications-wrap .product-extentions .prod-ext-details .left-lines .appl-no-border, .applications-wrap .product-extentions .prod-ext-details .right-lines .appl-no-border {
  border-bottom: none;
}
.applications-wrap .product-extentions .prod-ext-details .right-lines .curve-line-top {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.applications-wrap .product-extentions .prod-ext-details .right-lines .curve-line-btm {
  -webkit-transform: scale(-1, -1);
  -khtml-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.applications-wrap .product-extentions .prod-ext-details ul li, .applications-wrap .product-extentions .prod-ext-details nav-item {
  padding: 5px;
  text-align: center;
  height: 90px;
  border-bottom: 2px solid rgba(20, 80, 153, 0.05);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.applications-wrap .product-extentions .prod-ext-details ul li:last-child, .applications-wrap .product-extentions .prod-ext-details nav-item:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .prod-ext-details ul li, .applications-wrap .product-extentions .prod-ext-details nav-item {
    padding: 10px 5px;
    height: 100px;
    border-bottom: 3px solid rgba(20, 80, 153, 0.05);
  }
}
.applications-wrap .product-extentions .prod-ext-details h5 {
  margin-bottom: 0;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .prod-ext-details h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .product-extentions .prod-ext-details h5 {
    font-size: 20px;
  }
}
.applications-wrap .product-extentions .prod-ext-details p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 768px) {
  .applications-wrap .product-extentions .prod-ext-details p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
}
.applications-wrap .power-block .power-eachrow a {
  text-decoration: none;
}
.applications-wrap .power-block .power-eachrow a:hover {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .applications-wrap .power-block .power-eachrow {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .applications-wrap .power-block .power-eachrow {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .applications-wrap .power-block .power-eachrow {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .power-block .power-eachrow {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .applications-wrap .power-block .power-eachrow h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .applications-wrap .power-block .power-eachrow h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .applications-wrap .power-block .power-eachrow h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .power-block .power-eachrow h2 {
    margin-bottom: 30px;
  }
}
.applications-wrap .power-block .power-eachrow p {
  font-size: 14px;
  line-height: 23px;
}
.applications-wrap .power-block .power-eachrow .productImg {
  border: 0;
  width: 194px;
  overflow: visible;
}
@media screen and (max-width: 576px) {
  .applications-wrap .power-block .power-eachrow .productImg {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .applications-wrap .power-block .power-eachrow .productImg {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .applications-wrap .power-block .power-eachrow .productImg {
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .applications-wrap .power-block .power-eachrow .productImg {
    margin-left: 40px;
  }
}
.applications-wrap .power-block .power-eachrow .productImg img {
  width: 194px;
  height: auto;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.photoelectrochemistry-wrap .hero-banner {
  background-color: #395966;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  margin: 0;
  background-image: url("../images/zahner-events-banner.jpg");
}
.photoelectrochemistry-wrap .hero-banner .maxContainer {
  padding-top: 34px;
  padding-bottom: 34px;
}
.photoelectrochemistry-wrap .hero-banner .row {
  min-height: 440px;
}
.photoelectrochemistry-wrap .hero-banner .tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1.5px;
}
.photoelectrochemistry-wrap .hero-banner h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.photoelectrochemistry-wrap .hero-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.photoelectrochemistry-wrap .hero-banner .arrow {
  position: relative;
  padding-left: 50px;
  left: 0;
}
.photoelectrochemistry-wrap .hero-banner .arrow::before {
  content: " ";
  background: url("../images/icons/arrow-down-v1.svg") no-repeat left center;
  background-size: 30px auto;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: -4px;
  border: 1px solid #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .hero-banner .maxContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .photoelectrochemistry-wrap .hero-banner h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .photoelectrochemistry-wrap .hero-banner .tagline {
    font-size: 14px;
  }
  .photoelectrochemistry-wrap .hero-banner h1 {
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 42px;
  }
  .photoelectrochemistry-wrap .hero-banner p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1480px) {
  .photoelectrochemistry-wrap .hero-banner .arrow {
    left: -50px;
  }
}
.photoelectrochemistry-wrap .hero-banner .row {
  min-height: 320px;
}
.photoelectrochemistry-wrap .hero-banner h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .hero-banner .maxContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.photoelectrochemistry-wrap .sub-navigation {
  background: #395966;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.photoelectrochemistry-wrap .sub-navigation.fixed-subNav {
  position: fixed;
  top: 128px;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .sub-navigation.fixed-subNav {
    top: 0;
    position: relative;
  }
}
.photoelectrochemistry-wrap .sub-navigation.fixed-subNav a {
  text-decoration: none;
}
.photoelectrochemistry-wrap .sub-navigation.fixed-subNav a:hover {
  text-decoration: none;
}
.photoelectrochemistry-wrap .sub-navigation .maxContainer {
  -webkit-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
  mask-image: linear-gradient(to left, rgba(57, 89, 102, 0) 0, #395966 18%, #395966 93%, rgba(57, 89, 102, 0) 100%);
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .sub-navigation .maxContainer {
    -webkit-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -khtml-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -moz-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -ms-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    -o-mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
    mask-image: linear-gradient(to left, #395966 0, #395966 18%, #395966 93%, #395966 100%);
  }
}
.photoelectrochemistry-wrap .sub-navigation .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .sub-navigation .swiper-container {
    overflow: hidden;
  }
}
.photoelectrochemistry-wrap .sub-navigation .nav-list {
  display: flex;
}
.photoelectrochemistry-wrap .sub-navigation .nav-list a {
  text-decoration: none;
}
.photoelectrochemistry-wrap .sub-navigation .nav-list a:hover {
  text-decoration: none;
}
.photoelectrochemistry-wrap .sub-navigation .nav-list li {
  margin: 0 15px 0 0;
  display: block;
  width: auto;
}
.photoelectrochemistry-wrap .sub-navigation .nav-list li .nav-link {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.photoelectrochemistry-wrap .sub-navigation .nav-list li .nav-link:hover, .photoelectrochemistry-wrap .sub-navigation .nav-list li .nav-link.active {
  color: #395966;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .sub-navigation .nav-list li .nav-link {
    font-size: 15px;
  }
}
.photoelectrochemistry-wrap .sub-navigation .nav-list li .btn {
  padding: 11px 20px;
  min-height: 45px;
}
.photoelectrochemistry-wrap .cimpspro {
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .cimpspro {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .cimpspro {
    padding: 60px 0 60px 0;
  }
}
.photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock h1, .photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock .application-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock h1, .photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock .application-heading {
    font-size: 28px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock h1, .photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock .application-heading {
    font-size: 42px;
  }
}
.photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock p {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .cimpspro .cimpsproTxtblock p {
    font-size: 16px;
  }
}
.photoelectrochemistry-wrap .cimpspro .apl-desc-slider {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .cimpspro .apl-desc-slider {
    margin-bottom: 0;
  }
}
.photoelectrochemistry-wrap .cimpspro .apl-desc-slider img {
  width: 100%;
}
.photoelectrochemistry-wrap .cimpspro .apl-desc-slider .swiper-container {
  padding: 0 0 50px 0;
}
.photoelectrochemistry-wrap .cimpspro .apl-desc-slider .swiper-pagination {
  bottom: 0;
}
.photoelectrochemistry-wrap .cimpspro .apl-desc-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #395966;
  background: transparent;
  width: 17px;
  height: 17px;
  margin: 0 7px;
}
.photoelectrochemistry-wrap .cimpspro .apl-desc-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #BD333D;
  border: 1px solid #BD333D;
  -webkit-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -khtml-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -ms-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  -o-box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
  box-shadow: 0 3px 5px 0 rgba(189, 51, 61, 0.4);
}
@media screen and (max-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content {
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .scroll-content {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .scroll-content {
    padding: 60px 0 60px 0;
  }
}
.photoelectrochemistry-wrap .scroll-content .left-nav {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 18%, white 93%, rgba(255, 255, 255, 0) 100%);
}
.photoelectrochemistry-wrap .scroll-content .left-nav:before {
  content: "";
  height: 4px;
  width: 100vw;
  background: rgba(57, 89, 102, 0.2);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.photoelectrochemistry-wrap .scroll-content .left-nav.fixed-position {
  position: fixed;
  top: 90px;
}
.photoelectrochemistry-wrap .scroll-content .left-nav .swiper-container {
  overflow: visible;
}
.photoelectrochemistry-wrap .scroll-content .left-nav a {
  text-decoration: none;
}
.photoelectrochemistry-wrap .scroll-content .left-nav a:hover {
  text-decoration: none;
}
.photoelectrochemistry-wrap .scroll-content .left-nav li, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item {
  position: relative;
  padding: 0;
  margin-right: 20px;
  width: auto;
}
.photoelectrochemistry-wrap .scroll-content .left-nav li a, .photoelectrochemistry-wrap .scroll-content .left-nav li .nav-link, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(57, 89, 102, 0.6);
  line-height: 23px;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.photoelectrochemistry-wrap .scroll-content .left-nav li:hover a, .photoelectrochemistry-wrap .scroll-content .left-nav li.active a, .photoelectrochemistry-wrap .scroll-content .left-nav li:focus a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item:hover a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item.active a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item:focus a {
  color: #395966;
  border-color: transparent;
}
.photoelectrochemistry-wrap .scroll-content .left-nav li .active, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item .active {
  color: #395966;
  background: transparent;
  border: 0;
}
.photoelectrochemistry-wrap .scroll-content .left-nav li .active:before, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item .active:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #395966;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 8.5px;
  -khtml-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .scroll-content .left-nav {
    position: relative;
    margin: 0;
    -webkit-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -khtml-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -moz-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -ms-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    -o-mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
    mask-image: linear-gradient(to left, white 0%, white 25%, white 88%, white 100%);
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 89, 102, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 8.5px;
    -khtml-border-radius: 8.5px;
    -moz-border-radius: 8.5px;
    -ms-border-radius: 8.5px;
    -o-border-radius: 8.5px;
    border-radius: 8.5px;
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav .swiper-container {
    overflow: hidden;
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav li, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item {
    position: relative;
    padding: 0 0 0 15px;
    width: 100%;
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav li a, .photoelectrochemistry-wrap .scroll-content .left-nav li .nav-link, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(57, 89, 102, 0.6);
    line-height: 23px;
    padding: 8px 0;
    font-size: 16px;
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav li:hover a, .photoelectrochemistry-wrap .scroll-content .left-nav li.active a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item:hover a, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item.active a {
    color: #395966;
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav li .active, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item .active {
    color: #395966;
  }
  .photoelectrochemistry-wrap .scroll-content .left-nav li .active:before, .photoelectrochemistry-wrap .scroll-content .left-nav .nav-item .active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #395966;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}
.photoelectrochemistry-wrap .scroll-content .scroll-nav-mobile.left-nav {
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -khtml-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -moz-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -ms-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  -o-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 25%, white 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .scroll-content .scroll-nav-mobile.left-nav li {
    margin-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content .each-row {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content .each-row {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .scroll-content .each-row {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .scroll-content .each-row {
    padding-bottom: 60px;
  }
}
.photoelectrochemistry-wrap .scroll-content .each-row h2 {
  margin-bottom: 30px;
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting {
  margin: 0;
  padding: 0;
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li {
  margin: 0 0 20px;
  padding: 10px 20px;
  border: 1px solid #E2E6E8;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (min-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li {
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li a {
  color: #145099;
  text-decoration: none;
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li p {
  margin: 0;
  color: #145099;
  font-weight: 600;
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li .icon-more-alt:before {
  color: #145099;
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li .icon-more-alt {
  font-size: 26px;
  vertical-align: middle;
}
.photoelectrochemistry-wrap .scroll-content .each-row .viewlisting li .spanTxt {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.photoelectrochemistry-wrap .scroll-content .methods-block .arrowbarList {
  margin: 0;
  padding: 0;
}
.photoelectrochemistry-wrap .scroll-content .methods-block .arrowbarList li {
  margin: 0 15px 15px 0;
  display: block;
  width: auto;
  position: relative;
  padding-left: 20px;
  color: #395966;
  font-weight: 600;
  font-size: 16px;
}
.photoelectrochemistry-wrap .scroll-content .methods-block .arrowbarList li a {
  color: #395966;
}
.photoelectrochemistry-wrap .scroll-content .methods-block .arrowbarList li:before {
  content: "";
  color: #BD333D;
  font-size: 10px;
  font-family: "zahner-icons" !important;
  position: absolute;
  left: 0;
  top: 4px;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications {
  position: relative;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .swiper-container {
  border-bottom: 1px solid #E2E6E8;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .swiper-container .swiper-wrapper {
  flex-wrap: nowrap;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .swiper-container .swiper-slide {
  width: auto;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs {
  border: 0 none;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs a {
  text-decoration: none;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs a:hover {
  text-decoration: none;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs .nav-link {
  font-size: 16px;
  color: rgba(57, 89, 102, 0.6);
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
  border-bottom: 5px solid transparent;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs .nav-link:focus,
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs .nav-link:hover,
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-tabs .nav-link.active {
  border: 0 none;
  border-bottom: 5px solid #145099;
  color: #145099;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-link, .photoelectrochemistry-wrap .scroll-content .technical-specifications .nav-link.active {
  margin-right: 25px;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .tab-content {
  margin-top: 28px;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .tab-content .row {
  margin-bottom: 20px;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .tab-content .row a {
  color: #145099;
}
.photoelectrochemistry-wrap .scroll-content .technical-specifications .tab-content .row .dgreyfC {
  color: #1E2823;
}
.photoelectrochemistry-wrap .scroll-content .light-sources p {
  font-size: 14px;
  font-weight: 400;
}
.photoelectrochemistry-wrap .scroll-content .light-sources .lightImg {
  height: 150px;
  border: 0;
  width: 100%;
  overflow: visible;
}
.photoelectrochemistry-wrap .scroll-content .light-sources .lightImg img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.photoelectrochemistry-wrap .scroll-content .extensions p {
  font-size: 14px;
  font-weight: 400;
}
.photoelectrochemistry-wrap .scroll-content .extensions h4 {
  color: #395966;
  margin-bottom: 30px;
}
.photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd {
  margin: 0 0 15px;
  padding: 20px 20px;
  border: 1px solid #E2E6E8;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd h4, .photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd a {
  color: #145099;
  text-decoration: none;
}
.photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd .icon-arrow-bar:before {
  color: #BD333D;
  font-size: 10px;
}
.photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd .extensionsImg {
  height: 150px;
  border: 0;
  width: 100%;
  overflow: visible;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd .extensionsImg {
    margin-top: 0;
  }
}
.photoelectrochemistry-wrap .scroll-content .extensions .extensionsBrd .extensionsImg img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.photoelectrochemistry-wrap .scroll-content .accessories p {
  font-size: 14px;
  font-weight: 400;
  color: #395966 !important;
}
.photoelectrochemistry-wrap .scroll-content .accessories .accessoriesImg {
  height: 194px;
  border: 0;
  width: 100%;
  overflow: visible;
  min-height: 150px;
}
@media screen and (max-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content .accessories .accessoriesImg {
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) {
  .photoelectrochemistry-wrap .scroll-content .accessories .accessoriesImg {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .photoelectrochemistry-wrap .scroll-content .accessories .accessoriesImg {
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .photoelectrochemistry-wrap .scroll-content .accessories .accessoriesImg {
    margin-left: 20px;
  }
}
.photoelectrochemistry-wrap .scroll-content .accessories .accessoriesImg img {
  height: 194px;
  width: 100%;
  object-fit: cover;
}
.photoelectrochemistry-wrap .scroll-content .downloads p {
  font-size: 14px;
  font-weight: 400;
  color: #395966;
}
.photoelectrochemistry-wrap .scroll-content .downloads p .spanTxt {
  color: rgba(57, 89, 102, 0.6);
  font-weight: 400;
}
.photoelectrochemistry-wrap .scroll-content .downloads .icon-document-pdf {
  font-size: 16px;
  vertical-align: middle;
}
.photoelectrochemistry-wrap .scroll-content .downloads .icon-lock:before {
  color: rgba(57, 89, 102, 0.3);
}
.photoelectrochemistry-wrap .scroll-content .downloads .icon-lock {
  font-size: 42px;
  vertical-align: middle;
}

/* ---------------------------------------------------------------------------
   Software Updates (#softwareUpdates) - grouped download list with one button
   per OS/architecture. Everything is scoped under .sw-updates so the shared
   .fileListsGroup styling used by Manuals, Application Notes and Zahner's
   Archives is not affected.

   Mirrored in scss/_support.scss. IMPORTANT: this main.css is maintained BY
   HAND in this project - it has been edited in several commits while the SCSS
   sources have not been touched since the initial commit. Running
   `npm run build` in node-js/ would silently discard those edits. Keep both
   files in sync manually.
   --------------------------------------------------------------------------- */
.sw-updates .swGroup {
  margin: 0 0 10px;
}
.sw-updates .swGroup-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #395966;
  margin: 26px 0 10px;
}
.sw-updates .swGroup:first-child .swGroup-title {
  margin-top: 12px;
}
.sw-updates .fileListsGroup {
  margin: 0;
}
.sw-updates .fileListsGroup .fileBlock {
  flex-wrap: wrap;
}
.sw-updates .fileListsGroup .fileBlock .fileName .subText {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0 0;
}
.sw-updates .dlOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 20px 12px 56px;
  border-top: 1px solid #E2E6E8;
}
/* Styled after the site's own outlined button (body .btn.btnType1): full
   strength #145099 border, blue label. A 6px radius rather than a pill is
   deliberate - a pill reads as a tag, a rounded rectangle reads as a button. */
.sw-updates .dlBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 14px;
  margin: 4px 8px 4px 0;
  border: 1px solid #145099;
  background: #ffffff;
  color: #145099;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 2px rgba(57, 89, 102, 0.13);
  box-shadow: 0 1px 2px rgba(57, 89, 102, 0.13);
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.sw-updates .dlBtn:last-child {
  margin-right: 0;
}
/* Tinted rather than solid-filled on hover, so the coloured OS logos stay
   legible instead of sitting on a dark blue background. */
.sw-updates .dlBtn:hover,
.sw-updates .dlBtn:focus {
  background: #EAF1F8;
  border-color: #0F3D75;
  color: #0F3D75;
  -webkit-box-shadow: 0 2px 6px rgba(20, 80, 153, 0.22);
  box-shadow: 0 2px 6px rgba(20, 80, 153, 0.22);
  text-decoration: none;
}
.sw-updates .dlBtn:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(20, 80, 153, 0.25);
  box-shadow: inset 0 1px 2px rgba(20, 80, 153, 0.25);
}
.sw-updates .dlBtn:focus-visible {
  outline: 2px solid #145099;
  outline-offset: 2px;
}
.sw-updates .dlBtn > * + * {
  margin-left: 7px;
}
/* Emoji platform pictograph. The button inherits Inter, which has no emoji
   glyphs, so name the platform emoji fonts explicitly - otherwise some Windows
   setups fall back to the monochrome outline glyph in Segoe UI Symbol. */
.sw-updates .dlBtn .dlBtn-emoji {
  flex: 0 0 auto;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.sw-updates .dlBtn .dlBtn-arch,
.sw-updates .dlBtn .dlBtn-extra {
  color: rgba(57, 89, 102, 0.7);
  font-weight: 400;
}
.sw-updates .dlBtn .icons {
  font-size: 15px;
  line-height: 1;
}
.sw-updates .dlBtn.locked {
  border-color: rgba(57, 89, 102, 0.35);
  color: rgba(57, 89, 102, 0.7);
}
.sw-updates .dlBtn.locked:hover,
.sw-updates .dlBtn.locked:focus {
  background: rgba(189, 51, 61, 0.06);
  border-color: rgba(189, 51, 61, 0.5);
  color: rgba(57, 89, 102, 0.9);
}
.sw-updates .dlBtn.locked .icon-lock:before {
  font-size: 16px;
  color: #BD333D;
}
@media screen and (min-width: 768px) {
  .sw-updates .swGroup-title {
    margin: 34px 0 12px;
  }
  .sw-updates .fileListsGroup .fileBlock {
    align-items: center;
  }
  .sw-updates .dlOptions {
    width: auto;
    margin-left: auto;
    padding: 6px 16px;
    border-top: 0 none;
    justify-content: flex-end;
  }
}

/*# sourceMappingURL=main.css.map */
