/* Reset */
/*
.clearfix .row {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
*/
.c-root * {
  text-decoration: none;
  box-sizing: border-box;
}
.c-root a {
  cursor: pointer;
}
body {
  margin: 0;
}
.c-layout-wrapper, .c-layout-wrapper *, .c-layout-wrapper *::after, .c-layout-wrapper *::before {
  box-sizing: border-box;
}
.ui-autocomplete .ui-menu-item a {
  border-width: 0;
}

/* Article */
.c-article {
  margin: 0 16px;
}
.c-article h1,
.c-article h2,
.c-article h3,
.c-article h4,
.c-article h5,
.c-article h6 {
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-weight: 600;
}
.c-article h1 {
  font-size: 30px;
}
.c-article h2 {
  font-size: 24px;
}
.c-article h3 {
  font-size: 20px;
}
.c-article h4 {
  font-size: 18px;
}
.c-article h5 {
  font-size: 16px;
}
.c-article p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #535353;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.c-article p:last-child {
  margin-bottom: 0;
}
.c-article p a, .c-article p a:hover {
  color: #2196f3;
}
.c-article ul, .c-article ol {
  margin: 16px 0 16px 16px;
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-size: 16px;
  line-height: 1.4;
}
.c-article ul li, .c-article ol li {
  margin: 4px 0;
}
.c-article ul li {
  list-style-type: disc;
}
.c-article ol li {
  list-style-type: decimal;
}
.c-article ul li a, .c-article ul li a:hover, .c-article ol li a, .c-article ol li a:hover {
  color: #2196f3;
}
.c-article__text,
.c-article__image,
.c-article__video,
.c-article__image-text,
.c-article__text-image,
.c-article__video-text,
.c-article__text-video,
.c-article__matrix,
.c-article__compare-matrix {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.c-article__text .c-article-text,
.c-article__image-text .c-article-text,
.c-article__text-image .c-article-text,
.c-article__video-text .c-article-text,
.c-article__text-video .c-article-text,
.c-article__matrix .c-article-matrix,
.c-article__compare-matrix .c-article-compare-matrix {
  flex-grow: 1;
  width: 100%;
}
.c-article__emap{
    margin-top: 0em;
}
.c-article__image-text .c-article-text,
.c-article__video-text .c-article-text {
  padding-left: 8px;
}
.c-article__text-image .c-article-text,
.c-article__text-video .c-article-text {
  padding-right: 8px;
}
.c-article__image .c-article-image,
.c-article__image-text .c-article-image,
.c-article__text-image .c-article-image {
  flex-grow: 1;
  width: 100%;
}
.c-article__text-image .c-article-image {
  padding-left: 8px;
}
.c-article__image-text .c-article-image {
  padding-right: 8px;
}
.c-article-image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.c-article__video .c-article-video,
.c-article__video-text .c-article-video,
.c-article__text-video .c-article-video {
  flex-grow: 1;
  width: 100%;
  position: relative;
  padding-bottom: 26%;
  height: 0px;
}
.c-article__video .c-article-video {
  padding-bottom: 56%;
}
.c-article-video iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.c-article__video-text iframe {
  padding-right: 8px;
}
.c-article__text-video iframe {
  padding-left: 8px;
}

/* Button */
.c-button {
  color: #2196f3 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  text-decoration: none;
  padding: 8px;
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  line-height: 1;
}
.c-button:hover {
  background-color: rgba(0,0,0,0.05);
}
.c-button--outlined {
  box-shadow: inset 0px 0px 0 1px #2196f3;
}
.c-button--outlined:hover {
  background-color: #2196f3;
  color: #ffffff !important;
}
.c-button--raised {
  background-color: #2196f3;
  color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
.c-button--raised:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 8px;
  background-color: #2196f3;
}
.c-button--large {
  padding: 12px 32px;
  font-weight: 600 !important;
}

/* Card */
.c-card-wrapper {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  flex-wrap: wrap;
  padding: 8px;
}
.c-card-wrapper.c-js-filter-wrapper {
  padding: 0;
  margin: 8px;
}
.c-card {
  margin: 8px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  width: 100%;
  font-family: 'Open Sans', sans-serif !important;
  color: #535353 !important;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
  border: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
}
.c-card--horizontal {
  display: block;
}
.c-card--horizontal>a {
  float: left;
  max-width: 100px;
  margin: 0 16px 0 0;
  display: inline-block;
}
.c-card--1-4 {
  width: calc(25% - 16px);
}
.c-card--1-2 {
  width: calc(50% - 16px);
}
.c-card--bi {}
.c-card--om {}
.c-card--sec {}
.c-card--bi::after, .c-card--om::after, .c-card--sec::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
/*
.c-card--bi::after {
  background-color: #00bcd4;
}
.c-card--om::after {
  background-color: #ff5e5b;
}
.c-card--sec::after {
  background-color: #f3b562;
}
.c-card--bi.c-card--om::after {
  background: linear-gradient(90deg, #00bcd4 50%,#ff5e5b 51%);
}
.c-card--bi.c-card--sec::after {
  background: linear-gradient(90deg, #00bcd4 50%,#f3b562 51%);
}
.c-card--om.c-card--sec::after {
  background: linear-gradient(90deg, #ff5e5b 50%,#f3b562 51%);
}
.c-card--bi.c-card--sec::after {
  background: linear-gradient(90deg, #00bcd4 50%,#f3b562 51%);
}
.c-card--bi.c-card--om.c-card--sec::after {
  background: linear-gradient(90deg, rgba(0,188,212,1) 33%,rgba(255,94,91,1) 34%,rgba(255,94,91,1) 66%,rgba(243,181,98,1) 67%);
}
*/
.c-card>a {
  color: inherit !important;
}
.c-card__image, .c-card__image img {
  object-fit: cover;
  width: 100%;
  height: 123px;
}
.c-card__image--contained {
  object-fit: contain;
}
.c-card--horizontal .c-card__image {
  object-fit: contain;
  height: auto;
  width: 100px;
}
.c-card__line {
  background-color: #f2f2f2;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}
.c-card__title {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
}
a>.c-card__title:hover {
  color: #2196f3;
}
.c-card__image+.c-card__title {
  margin-top: 8px;
}
.c-card__text {
  color: inherit;
  padding-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4 !important;
  margin: 0;
}
.c-card__text a,
.c-card__text a:hover {
  color: #2196f3;
  text-decoration: none;
}
.c-card__links {
  position: static;
  bottom: 8px;
  left: 8px;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-grow: 1;
}
.c-card__links .c-button {
  position: relative;
  left: -8px;
}
/* Card - Swipeable Card */
.c-card-swipeable-container {
  width: 100%;
  max-width: 957px;
  padding: 0 16px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.c-card-swipeable-container .c-card {
  height: auto !important;
  width: auto;
  margin: 0;
  flex-shrink: 0;
  transition-property: transform, box-shadow, color;
}
.c-card-swipeable-container>.c-card-wrapper {
  flex-wrap: nowrap;
  padding: 0;
}
.c-card-swipeable-container__pagination {
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  padding-top: 8px;
}
.swiper-button--disabled {
  display: none;
}
.swiper-pagination--hidden {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  width: 64px !important;
  background: #ffffff;
  height: 64px !important;
  margin-top: -32px !important;
  border-radius: 32px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
.swiper-button-next, .swiper-button-prev {
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #2196f3;
}
.swiper-button-next {
  right: 8px;
}
.swiper-button-prev {
  left: 8px;
}
.swiper-pagination-bullet {
  background: #535353;
  padding: 4px;
  margin: 0 4px;
}
.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background: #2196f3;
}

/* Contact */
.c-contact {
  display: flex;
  margin: 32px 16px;
  justify-content: space-around;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  border-radius: 30px;
  min-height: 60px;
  flex-wrap: wrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.c-contact__item {
  display: flex;
  align-items: center;
  padding: 0 32px;
  color: #ffffff !important;
  flex-grow: 1;
  border-radius: 30px;
  justify-content: center;
  height: 60px;
  transition: all 0.1s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.c-contact__item:hover {
  background-color: #ffffff;
  color: #2196f3!important;
}
.c-contact__icon {
  margin: 0 8px;
  font-size: 24px;
}

/* e-Map */
.c-emap {
  position: relative;
}
.c-emap__map {
  width: 100%;
}
.c-emap__location {
  position: absolute;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  width: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 8px;
}
.c-emap__location:hover {
  width: auto;
  z-index: 1;
}
.c-emap__pin {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px !important;
  text-align: center;
  color: #ff5e5b;
  font-size: 24px;
}
.c-emap__label {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px 0 52px;
  color: #ff5e5b;
  font-weight: 400;
}

/* Expand */
.c-expand__trigger {
  cursor: pointer;
  transition: color 0.1s ease-in-out;
  display: flex;
  align-items: center;
}
.c-expand__trigger:hover {
  color: #2196f3;
}
.c-expand__indicator {
  display: inline-flex;
  transition: transform 0.2s ease-in-out;
  font-size: 24px;
}
.c-expand--expanded .c-expand__indicator {
  transform: rotateX(180deg);
}
.c-expand .c-expand__content {
  height: 0;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.c-expand--expanded .c-expand__content {
  height: auto;
}

/* Gallery */
.c-gallery {
  display: flex;
  flex-wrap: wrap;
}
.c-gallery-item {
  float: left;
  margin: 4px;
  background-color: #fafafa;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.c-gallery-item img {
  width: 100%;
}
.c-gallery-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  padding: 8px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.c-gallery-item--hide-caption figcaption {
  display: none;
}
.c-gallery-item--internal figcaption {
  background-color: rgba(255, 255, 229, 0.9);
  color: #000000;
}
.c-gallery-item > a + figcaption {
  cursor: pointer;
}
.pswp__top-bar {
  font-family: 'Open Sans', sans-serif;
}
.pswp__caption__center {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.c-gallery-item__video {
  position: relative;
  height: 100%;
}
.c-gallery-item--video a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-icon.c-gallery-item__video-play {
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  line-height: 64px;
}
.c-gallery-item__video-iframe {
  position: absolute;
  top: 64px;
  left: 64px;
  width: calc(100% - 128px);
  height: calc(100% - 128px);
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  color: #ffffff;
  font-size: 44px;
  background-color: transparent;
}
.pswp__button,
.pswp__ui--over-close .pswp__button--close {
  opacity: 0.75;
}
.pswp__button:focus,
.pswp__button:hover {
  color: #ffffff;
  opacity: 1;
}
.pswp__zoom-wrap {
  filter: drop-shadow(0 0 20px rgba(255,255,255,0.5));
}

/* Header */
.c-header {
  padding: 16px 0 64px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: #535353;;
}
.c-header--narrow {
  padding: 8px 0 24px 0;
}
.c-header--narrow .c-header__title {
  padding: 0 0 16px;
}
.c-header--markets {
  background: linear-gradient(to right, #4b2024 0%, #204376 100%);
}
.c-header--applications {
  background: linear-gradient(to right, #ae1830 0%, #ef4135 100%);
}
.c-header--solutions {
  background: linear-gradient(to right, #267357 0%, #23829e 100%);
}
.c-header--products {
  background: linear-gradient(to right, #424242 0%, #607d8b 100%);
}
.c-header--technologies {
  background: linear-gradient(to right, #00466d  0%, #42A5F5 100%);
}
.c-header--references {
  background: linear-gradient(to right, #F57F17 0%, #FFEB3B 100%);
}
.c-header__wrapper {
  max-width: 957px;
  margin: 0 auto;
}
.c-header__breadcrumbs {
  font-size: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-header__breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  line-height: 32px;
}
.c-header__breadcrumbs a:hover {
  color: #ffffff;
}
.c-header__breadcrumbs--current {
  font-weight: 600 !important;
  color: #ffffff !important
}
.c-header__breadcrumbs-chevron {
  color: rgba(255, 255, 255, 0.8);
  width: 16px;
  height: 16px;
}
.c-header__title {
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  padding: 0px 0 15px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.c-header__row {
  display: flex;
}
.c-header__media-wrapper {
  flex-grow: 1;
  padding: 0 16px;
  width: 100%;
}
.c-header__media-wrapper img {
  width: 100%;
}
.c-header__video {
  position: relative;
  padding-bottom: 56%;
  height: 0px;
  overflow: hidden;
  width: 100%;
}
.c-header__video-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.c-header__text {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 16px;
  flex-grow: 1;
}
.c-header__row>.c-header__text:first-child {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Icon */
@font-face {
  font-family: 'icons';
  src:
    url('https://www.acti.com/corpweb/Public/aws_s3_buket/icons.ttf') format('truetype'),
    url('https://www.acti.com/corpweb/Public/aws_s3_buket/icons.woff') format('woff'),
    url('https://www.acti.com/corpweb/Public/aws_s3_buket/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.c-icon {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.c-icon--info:before {
  content: "\e928";
}
.c-icon--chevron-up:before {
  content: "\e924";
}
.c-icon--chevron-down:before {
  content: "\e925";
}
.c-icon--share:before {
  content: "\e923";
}
.c-icon--file:before {
  content: "\e926";
}
.c-icon--file-dwg:before {
  content: "\e927";
}
.c-icon--file-bmp:before {
  content: "\e90b";
}
.c-icon--file-tiff:before {
  content: "\e90c";
}
.c-icon--file-mpg:before {
  content: "\e90d";
}
.c-icon--file-rar:before {
  content: "\e90e";
}
.c-icon--file-link:before {
  content: "\e90f";
}
.c-icon--file-mp4:before {
  content: "\e910";
}
.c-icon--file-avi:before {
  content: "\e929";
}
.c-icon--file-doc:before {
  content: "\e911";
}
.c-icon--file-docx:before {
  content: "\e911";
}
.c-icon--file-ppt:before {
  content: "\e912";
}
.c-icon--file-pptx:before {
  content: "\e912";
}
.c-icon--file-xls:before {
  content: "\e918";
}
.c-icon--file-xlsx:before {
  content: "\e918";
}
.c-icon--file-gif:before {
  content: "\e919";
}
.c-icon--file-png:before {
  content: "\e91a";
}
.c-icon--file-xml:before {
  content: "\e91b";
}
.c-icon--file-apk:before {
  content: "\e91c";
}
.c-icon--file-exe:before {
  content: "\e91d";
}
.c-icon--file-txt:before {
  content: "\e91e";
}
.c-icon--file-jpg:before {
  content: "\e91f";
}
.c-icon--file-zip:before {
  content: "\e920";
}
.c-icon--file-pdf:before {
  content: "\e921";
}
.c-icon--open-in-new:before {
  content: "\e922";
}
.c-icon--link:before {
  content: "\e913";
}
.c-icon--save:before {
  content: "\e914";
}
.c-icon--add:before {
  content: "\e915";
}
.c-icon--copy:before {
  content: "\e916";
}
.c-icon--globe:before {
  content: "\e917";
}
.c-icon--play:before {
  content: "\e90a";
}
.c-icon--edit:before {
  content: "\e906";
}
.c-icon--delete:before {
  content: "\e907";
}
.c-icon--close:before {
  content: "\e908";
}
.c-icon--search:before {
  content: "\e909";
}
.c-icon--mail:before {
  content: "\e900";
}
.c-icon--phone:before {
  content: "\e901";
}
.c-icon--location:before {
  content: "\e902";
}
.c-icon--download:before {
  content: "\e903";
}
.c-icon--chevron-left:before {
  content: "\e904";
}
.c-icon--chevron-right:before {
  content: "\e905";
}
.c-icon--file-doc.c-icon--def-color,
.c-icon--file-docx.c-icon--def-color {
  color: #295598;
}
.c-icon--file-pdf.c-icon--def-color {
  color: #af0000;
}
.c-icon--file-ppt.c-icon--def-color,
.c-icon--file-pptx.c-icon--def-color {
  color: #cb4a32;
}
.c-icon--file-rar.c-icon--def-color {
  color: #74006d;
}
.c-icon--file-xls.c-icon--def-color,
.c-icon--file-xlsx.c-icon--def-color {
  color: #1f7244;
}
.c-icon--file-zip.c-icon--def-color {
  color: #ebbc0a;
}
.c-icon--file-bmp.c-icon--def-color,
.c-icon--file-dwg.c-icon--def-color,
.c-icon--file-gif.c-icon--def-color,
.c-icon--file-jpg.c-icon--def-color,
.c-icon--file-png.c-icon--def-color,
.c-icon--file-tiff.c-icon--def-color {
  color: #08b326;
}
.c-icon--file-mp4.c-icon--def-color,
.c-icon--file-mpg.c-icon--def-color {
  color: #ad00a2;
}

/* Input */
.c-input {
  min-height: 44px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  display: inline-flex;
  background-color: #ffffff;
}
.c-input input {
  min-height: 44px;
  padding: 0 8px;
  color: #535353;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  outline: none;
  border: none;
  background: none;
  margin: 0 8px;
  width: 100%;
}
.c-input input::placeholder {
  padding: 0 !important;
  color: #535353 !important;
}
.c-input .c-icon {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #535353;
  padding: 0 8px;
  min-width: 44px;
  cursor: pointer;
}
/* Input - Select */
.c-select {
  min-height: 44px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  padding: 0 16px;
  color: #535353;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: inline-block;
  outline: none;
  box-sizing: content-box;
  -moz-appearance: none;
  background: url(https://www.acti.com/corpweb/ACTi3.0/Css/dropdownIcon.png) right/20px no-repeat #ffffff;
  vertical-align: top;
}
.c-select option{
  min-height: 44px;
}
.c-select::-ms-expand {
  display: none;
}
/* Input - Multiselect */
.c-multiselect {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  overflow: visible;
  vertical-align: top;
}
.c-multiselect__data-container {
  position: relative;
  overflow: visible;
  vertical-align: top;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  color: #535353;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: inline-block;
  outline: none;
  box-sizing: content-box;
  width: 100%;
}
.c-multiselect__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: none;
  padding: 4px 16px;
  color: #535353;
  cursor: pointer;
  height: 44px;
  outline: none;
  width: 100%;
  margin: 0;
}
.c-multiselect__head:hover {
  background-color: #ffffff;
}
.c-multiselect__text {
  border: 0;
  width: 140px;
  outline: none;
  font-size: 16px;
  color: #535353;
  cursor: pointer;
}
.c-multiselect__head input,
.c-multiselect__head b {
  pointer-events: none;
}
.c-multiselect__head input::placeholder {
  color: #535353;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.c-multiselect__list {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  max-height: 240px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border-radius: 2px;
  list-style-type: none;
  overflow: auto;
  z-index: 1000;
  color: #535353;
  font-family: 'Open Sans', sans-serif;
}
.c-multiselect__item-label {
  display:block;
  height: 100%;
  border: 1px solid transparent;
  padding: 4px;
  font-size: 16px;
}
.c-multiselect__item-label:hover {
  background-color: #fafafa;
}
.c-multiselect__item-label--active {
  border: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.c-multiselect__checkbox {
  margin-right: 4px;
}
.c-multiselect__clear {
  padding: 0 8px;
  font-size: 24px;
}
.c-multiselect__carret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #535353;
}
.c-multiselect__item-label--select-all {
  color: #a7a7a7;
  border-bottom: 1px solid #f2f2f2;
}
/* Input - Tag */
.c-tag {
  padding: 8px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
.c-tag::after {
  font-family: 'Icons';
  content: "\e908";
  color: #a7a7a7;
  margin-left: 8px;
  font-size: 11px;
  background-color: #f2f2f2;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.1s ease-in-out;
}
.c-tag:hover {
  color: #d32f2f;
}
.c-tag:hover::after {
  background-color: #d32f2f;
  color: #ffffff;
}

/* Layout */
.c-layout-wrapper {
  width: 100%;
  max-width: 957px;
  margin: 0 auto;
  padding: 1rem 0;
}
.c-layout-wrapper .c-layout-wrapper {
  padding: 0;
}
.c-layout-background--grey {
  background-color: #fafafa;
}
.c-layout-background--blue {
  background-color: #475467;
}
.c-layout-background--yellow {
  background-color: #ffffe5 !important;
}
.c-layout-background--member {
  background-color: #ffeedd !important;
}
.c-layout-background--solution-color {
  background: linear-gradient(to right, #267357 0%, #23829e 100%);
}
.c-layout-pos--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-layout-pos--center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-layout-pos--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-layout-pos--relative {
  position: relative;
}
.c-layout-pad--top-none {
  padding-top: 0;
  width: 100%;
}
.c-layout-pad--top-tiny {
  padding-top: 4px;
  width: 100%;
}
.c-layout-pad--top-small {
  padding-top: 8px;
  width: 100%;
}
.c-layout-pad--top-medium {
  padding-top: 16px;
  width: 100%;
}
.c-layout-pad--top-large {
  padding-top: 32px;
  width: 100%;
}
.c-layout-pad--top-huge {
  padding-top: 64px;
  width: 100%;
}
.c-layout-pad--btm-none {
  padding-top: 0;
  width: 100%;
}
.c-layout-pad--btm-tiny {
  padding-bottom: 4px;
  width: 100%;
}
.c-layout-pad--btm-small {
  padding-bottom: 8px;
  width: 100%;
}
.c-layout-pad--btm-medium {
  padding-bottom: 16px;
  width: 100%;
}
.c-layout-pad--btm-large {
  padding-bottom: 32px;
  width: 100%;
}
.c-layout-pad--btm-huge {
  padding-bottom: 64px;
  width: 100%;
}
.c-layout-pad--left-none {
  padding-top: 0;
  width: 100%;
}
.c-layout-pad--left-tiny {
  padding-left: 4px;
}
.c-layout-pad--left-small {
  padding-left: 8px;
}
.c-layout-pad--left-medium {
  padding-left: 16px;
}
.c-layout-pad--left-large {
  padding-left: 32px;
}
.c-layout-pad--left-huge {
  padding-left: 64px;
}
.c-layout-pad--right-none {
  padding-top: 0;
  width: 100%;
}
.c-layout-pad--right-tiny {
  padding-right: 4px;
}
.c-layout-pad--right-small {
  padding-right: 8px;
}
.c-layout-pad--right-medium {
  padding-right: 16px;
}
.c-layout-pad--right-large {
  padding-right: 32px;
}
.c-layout-pad--right-huge {
  padding-right: 64px;
}
.c-layout-overflow--x-auto {
  overflow-x: auto;
}
.c-layout-vis--hidden {
  display: none;
}
.c-layout-display--flex {
  display: flex;
}
.c-layout-display--flex-wrap {
  flex-wrap: wrap;
}

/* List */
.c-list {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4 !important;
  color: #535353;
  list-style-type: none;
  background-color: #ffffff;
  border-radius: 2px;
  width: 100%;
  margin: 0 !important;
  border: 1px solid #f2f2f2;
  padding-left: 0;
}
.c-list-item {
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  border-bottom: 1px solid #f2f2f2;
  color: #535353;
}
.c-list-item a {
  text-decoration: none;
  color: inherit;
}
.c-list-item:last-child {
  border-bottom:none;
}
.c-list-item--disabled,
.c-list-item--disabled .c-list-item__text,
.c-list-item--disabled .c-list-item__end-icon {
  color: #cccccc;
}
.c-list--condensed .c-list-item {
  padding: 4px 16px;
}
.c-list-item__icon {
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 400 !important;
  font-size: 36px !important;
}
.c-list-item__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-list--condensed .c-list-item__icon {
  width: 32px;
  height: 32px;
  font-size: 32px !important;
}
.c-list-item__text {
  display: inline-flex;
  flex-direction: column;
  font-weight: 600;
  color: #535353;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
.c-list--condensed .c-list-item__text {
  font-weight: 400;
}
.c-list-item__text a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.c-list-item__text a:hover {
  color: #2196f3 !important;
}
.c-list-item__secondary-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.c-list-item__end-icon {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: 0;
  color: #535353;
  font-size: 32px !important;
  font-weight: 400 !important;
}
.c-list-item:not(.c-list-item--disabled) .c-list-item__end-icon:hover {
  color: #2196f3 !important;
}
.c-list-item__end-text {
  white-space: nowrap;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
}
/* List - Photo Indication */
.c-pi-list {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #535353;
  column-count: 2;
  margin-top: 16px;
  margin-left: 0;
  counter-reset: photo-indication;
  padding-left: 0;
  list-style-type: none;
}
.c-pi-list > li::before {
  content: counter(photo-indication);
  counter-increment: photo-indication;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #c4161c;
  color: #ffffff;
  text-align: center;
  margin: 4px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-pi-list > li > ul > li{
  font-size: 14px;
  list-style-type: disc;
}
.c-pi-list > li > ul{
  padding-left: 2em;
}

/* Legend */
.c-legend {
  width: 100%;
  padding: 32px 0;
  display: inline-block;
}
.c-legend--small {
  padding: 8px 0;
}
.c-legend__item {
  display: flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 8px 16px;
  align-items: center;
  color: #535353;
  float: left;
  font-weight: 400;
  line-height: 1.4;
}
.c-legend--small .c-legend__item {
  padding: 8px 8px 8px 16px;
}
.c-legend__item--clickable {
  cursor: pointer;
}
.c-legend__item--clickable:hover {
  background-color: #f2f2f2;
  border-radius: 2px;
}
.c-legend__item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: block;
  margin-right: 8px;
}
.c-legend__item--highlighted {
  background-color: #f2f2f2;
  border-radius: 2px;
}
.c-legend--small .c-legend__item::before {
  width: 10px;
  height: 10px;
}
.c-legend__item--all::before {
  background: #ffffff;
  border: 1px solid #a7a7a7;
}
.c-legend__item--bi::before {
  background: #00bcd4;
}
.c-legend__item--om::before {
  background: #ff5e5b;
}
.c-legend__item--sec::before {
  background: #F3B562;
}
.c-legend__item--now::before {
  background: #7edcb1;
}
.c-legend__item--future::before {
  background: #5abaf4;
}
.c-legend__item--eol::before {
  background: #f69191;
}

/* Sheet */
.c-sheet {
  background-color: #ffffff;
  display: block;
  margin: 8px;
  width: calc(100% - 32px);
  padding: 16px 0;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  position: relative;
  margin-left: 24px;
}
.c-sheet--1-2 {
  width: calc(50% - 32px);
}
.c-sheet__image {
  margin: 0;
  width: 160px;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 8px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -16px;
}
.c-sheet__text {
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  position: relative;
  width: calc(100% - 180px);
  display: inline-block;
  height: 100%;
}
.c-sheet__title {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 16px;
  color: inherit;
  font-family: inherit;
  margin: 0;
}
.c-sheet__content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 44px;
}
.c-sheet__content p {
  margin: 0;
}
.c-sheet__content ul li {
  list-style: disc;
  line-height: 1.4;
}
.c-sheet__link {
  position: absolute;
  bottom: 0;
  left: -8px;
}

/* Spinner */
.c-spinner {
  animation: c-spinner 1.1s infinite linear;
  border: 2px solid #f2f2f2;
  border-top-color: #a7a7a7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@keyframes c-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Swipe Navigation */
.swipenav-container {
  width: 100%;
  max-width: 957px;
  padding: 0 16px 32px 16px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  border-bottom: 2px solid #607d8b;
  background-color: #fafafa;
}
.swipenav { /* Wrapper */
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: content-box;
}
.swipenav-item { /* Slide */
  text-align: center;
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  height: auto !important;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swipenav-item__header {
  width: 100%;
  background-color: #9abed0;
  padding: 8px 32px 16px;
  position: relative;
  height: 100%;
}
.swipenav-item__header::before,
.swipenav-item__header::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #9abed0;
  transition: all 250ms ease;
}
.swipenav-item__header::before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.swipenav-item__header::after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}
.swipenav-item.swiper-slide-active .swipenav-item__header {
  background-color: #607d8b;
  z-index: 2;
}
.swipenav-item.swiper-slide-active .swipenav-item__header::before,
.swipenav-item.swiper-slide-active .swipenav-item__header::after {
  background-color: #607d8b;
}
.swipenav-item__title {
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.swipenav-button-prev,
.swipenav-button-next {
  font-size: 44px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  background-color: #607d8b;
  border-radius: 22px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
  color: #ffffff;
  position: absolute;
  top: 4px;
  z-index: 3;
  cursor: pointer;
}
.swipenav-button-prev {
  left: 16px;
}
.swipenav-button-next {
  right: 16px;
}
.swipenav-container .swiper-pagination-bullet {
  background: #ffffff;
}
.swipenav-item__content {
  display: none;
}
.swipenav-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2px;
}
.c-swipenav-dynamic-area {
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  border-top: none;
  border-radius: 2px;
}
.c-swipenav-target-content {
  width: 100%;
  padding: 16px;
}
.c-swipenav-products,
.c-swipenav-applications,
.c-swipenav-bom,
.c-swipenav-packages {
  width: 100%;
}
.c-swipenav-bom--hidden,
.c-swipenav-products--hidden,
.c-swipenav-applications--hidden,
.c-swipenav-demokits--hidden,
.c-swipenav-packages--hidden {
  display: none;
}
.c-swipenav-products .swiper-container,
.c-swipenav-applications .swiper-container,
.c-swipenav-bom .swiper-container {
  margin: 0 16px 16px;
}
.c-swipenav-products .c-card,
.c-swipenav-applications .c-card,
.c-swipenav-bom .c-card {
  margin: 0;
  flex-shrink: 0;
}
.c-bom__list {
  margin: 8px 0 0 0;
  max-height: 200px;
  overflow: auto;
}
.c-bom__list-item {
  margin-bottom: 4px;
  color: #2196f3;
  font-size: 16px;
}
.c-bom__list-item a:hover {
  color: #2196f3;
}
.c-bom__availability--now,
.c-bom__availability--future {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 8px;
}
.c-bom__availability--now {
  background-color: #7edcb1;
}
.c-bom__availability--future {
  background-color: #5abaf4;
}

/* Table */
.c-table {
  width: 100%;
  font-size: 14px;
  color: #535353;
  line-height: 1.4;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif !important;
  border-collapse: collapse;
}
.c-table.c-table--lines tr:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.c-table.c-table--lines td, .c-table.c-table--lines th {
  border: none;
}
.c-table--first-col-bold td:first-child {
  font-weight: 600;
}
.c-table--first-col-1-3 td:first-child {
  width: 33%;
}
.c-table--no-line-break {
  white-space: nowrap;
}
.c-table td, .c-table th {
  border: 1px solid #f2f2f2;
  padding: 8px;
}
.c-table th {
  background-color: #fafafa;
  font-weight: 600;
  text-align: center;
}
.c-table a {
  color: #2196f3;
}
.c-table a:hover {
  color: #2196f3;
}

/* Text */
.c-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #535353;
  line-height: 1.4;
  font-size: 16px;
}
.c-text-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #535353;
  margin: 32px 0 16px;
}
.c-text-subtitle1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #535353;
  margin: 22px 0 12px;
}
.c-text-subtitle2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #535353;
  margin: 22px 0 12px;
}
.c-text--centered {
  text-align: center;
}
.c-text--light {
  color: #ffffff !important;
}
.c-text-body, .c-text p, .c-text ul, .c-text ol {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 16px;
  line-height: 1.4;
  margin: 16px 0;
  padding-left: 0;
}
.c-text-note {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 1.2;
}
.c-text ul {
  padding-left: 16px;
}
.c-text ul li {
  list-style-type: none;
  line-height: 1.4;
}
.c-text ul li::before {
  content: '\2022';
  color: #a7a7a7;
  padding-right: 8px;
}
.c-text a, .c-text a:hover {
  color: #2196f3;
}

/* Tooltip */
.c-tooltip {
  position: relative;
  display: inline-block;
}
.c-tooltip__content {
  visibility: hidden;
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.c-tooltip__content.c-tooltip--shifter75 {
  transform: translateX(-75%);
}
.c-tooltip__content.c-tooltip--shifter75::after{
  left: 75% !important;
}
.c-tooltip:hover .c-tooltip__content,
.c-tooltip:active .c-tooltip__content {
  visibility: visible;
}

.c-tooltip .c-tooltip__content::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

@media only screen and (max-width: 840px) {
  /* Card */
  .c-card--1-4 {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 480px) {
  /* Article */
  .c-article__text,
  .c-article__image,
  .c-article__video,
  .c-article__image-text,
  .c-article__text-image,
  .c-article__video-text,
  .c-article__text-video {
    flex-wrap: wrap;
  }
  .c-article__image-text .c-article-image {
    padding-right: 0;
    padding-bottom: 16px;
  }
  .c-article__image-text .c-article-text,
  .c-article__video-text .c-article-text {
    padding-left: 0;
  }
  .c-article__text-image .c-article-text,
  .c-article__text-video .c-article-text {
    padding-right: 0;
    padding-bottom: 16px;
  }
  .c-article__text-image .c-article-image {
    padding-left: 0;
  }
  .c-article__video .c-article-video,
  .c-article__video-text .c-article-video,
  .c-article__text-video .c-article-video {
    padding-bottom: 52%;
    margin-bottom: 16px;
  }
  .c-article__text-video .c-article-video {
    margin-bottom: 0;
  }
  .c-article__text-video iframe {
    padding-left: 0;
  }
  .c-article__video-text iframe {
    padding-right: 0;
  }
  .c-article__video .c-article-video {
    margin-bottom: 0;
  }

  /* Card */
  .c-card {
    width: calc(100% - 16px);
  }
  .c-js-filter-wrapper > .c-card {
    height: auto;
  }

  /* e-Map */
  .c-emap__location {
    display: none;
  }

  /* List */
  .c-list-item--vertical {
    flex-direction: column;
  }
  .c-list-item--vertical .c-list-item__icon {
    margin: 0 0 8px;
  }
  .c-list-item--vertical .c-list-item__end-text {
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 8px 0 0;
  }

  /* Header */
  .c-header__row {
    flex-wrap: wrap;
  }
  .c-header__media-wrapper {
    width: 100% !important;
    margin-bottom: 16px !important;
  }
  .c-header__text {
    width: 100% !important
  }

  /* Sheet */
  .c-sheet,
  .c-sheet--1-2 {
    width: 100%;
    margin: 8px;
    padding: 0;
  }
  .c-sheet__image {
    left: 16px;
    top: -8px;
  }
  .c-sheet__text {
    padding: 16px;
    width: 100%;
    height: auto;
  }
  .c-sheet__link {
    bottom: 8px;
    left: 8px;
  }
}

.NewProductTag::before{
    content: 'NEW'; 
    font-family: monospace;
    font-weight: bolder;
    font-size: 12px;
    color: white;
    position: relative;
	top: -12px;
    left: -7px;
    display: table-caption;

    background-color: red;
    border-radius: 30px;
    padding: 0 5px;
}