/*
 *=========================================
 *  File Name: single.scss
 *  Description: Styles single projects
 *=========================================
 */
@import "https://dbp-cdn.mikroe.com/frontend/resources/fonts/roboto/font.css";
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.page {
  background-color: #fff;
}
.page .title {
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.page .title.bigger {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 4px;
}
.page .title.bold {
  font-weight: 700;
  text-transform: none;
}
.page .title.lowercase {
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .page .title {
    letter-spacing: 4px;
  }
}
.page .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
.page p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.page .img-responsive {
  object-fit: contain;
  width: 100%;
}
.page .section-title-wrap {
  padding-left: 0;
  position: relative;
}
.page .section-title-wrap .subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}
.page .section-title-wrap .title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 58px;
  margin: 0;
  text-transform: initial;
}
.page .section-title-wrap .title.bold {
  font-weight: 700;
  text-transform: none;
}
.page .section-title-wrap::before {
  content: "";
  display: block;
  width: 6px;
  background-color: #fad4a7;
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 20px;
  border-radius: 0px;
}
.page .section-title-wrap::after {
  content: "";
  display: block;
  background-color: #fad4a7;
  position: relative;
  height: 5px;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .page .section-title-wrap::after {
    width: 50%;
  }
}
.page .section-title-wrap.section-title-with-filters-field .subtitle {
  margin-bottom: 1px;
}
.page .building-block code {
  background-color: #fad4a7;
  color: #899199;
  padding: 6px;
  margin-right: 6px;
  border-radius: 8px;
}
.page .btn.with-icon .text {
  padding: 0 16px 0 0;
}
.page .btn.with-icon .icon {
  display: flex;
  align-items: center;
  font-weight: 300;
  padding: 0px 12px;
  font-size: 18px;
  height: 24px;
}
.page .btn.with-icon .icon svg {
  vertical-align: -0.125em;
  margin: 0;
}
.page .btn.link {
  color: #285291;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.page .btn.link:hover {
  color: #285291;
  background-color: #e2f1fb;
  border: 1px solid #e2f1fb;
}
.page .btn.link:focus {
  box-shadow: none;
  color: #285291;
  background-color: #b9ddf7;
  border: 1px solid #b9ddf7;
}
.page .img-fluid-wrap img {
  width: 100%;
  object-fit: contain;
  max-height: 480px;
}
.page #header .img-fluid {
  max-height: 560px;
}
.page #header .subtitle.bigger {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
.page #header .items-wrap .item {
  display: inline-block;
  margin: 0 20px 20px 0;
  font-size: 14px;
}
.page #header .items-wrap .item span {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #dee2e6;
}
.page #header .items-wrap .item span svg {
  margin-right: 12px;
}
.page #resource-collection .item-label {
  font-weight: 700;
  min-width: 120px;
  display: inline-grid;
  margin-bottom: 10px;
}
.page #resource-collection .item {
  border-radius: 20px;
  padding: 8px 16px;
  display: inline-grid;
  margin-bottom: 16px;
}
.page #resource-collection .item.yellow {
  border: 1px solid #f5a950;
}
.page #resource-collection .item.blue {
  border: 1px solid #285291;
}
.page #resource-collection .link.with-icon {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.page #resource-collection span.text {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5px;
  text-transform: initial;
}
.page #example .st-tabs-wrap .tab-buttons {
  margin-bottom: 40px;
}
.page #example .st-tabs-wrap .tab-buttons.style-wrap {
  border: 1px solid #b9c1c6;
  padding: 0 20px;
  border-radius: 8px;
}
.page #example .st-tabs-wrap .tab-buttons button {
  margin-right: 15px;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 20px;
  cursor: pointer;
  color: #899199;
  transition: all ease-in-out 0.2s;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.page #example .st-tabs-wrap .tab-buttons button.active {
  border-bottom: 2px solid #274e89;
  color: #274e89;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs {
  width: 100%;
  border-radius: 8px;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-buttons {
  margin-bottom: 10px;
  padding: 0 10px;
  overflow-x: scroll;
  display: flex;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-content {
  display: grid;
  height: 600px;
  padding-bottom: 8px;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-content pre {
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs.a11yDark {
  background-color: #2b2b2b;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs.a11yDark button {
  color: #dee2e6;
}
.page #example .st-tabs-wrap.syntax-highlighter-tabs.a11yDark button.active {
  border-bottom: 2px solid #f5a950;
  color: #f5a950;
}
.page #schematic-collection .schematic-view {
  position: relative;
}
.page #schematic-collection .schematic-view img {
  height: 480px;
  object-fit: contain;
}
.page #schematic-collection .schematic-view .expand {
  position: absolute;
  right: 20px;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.page #schematic-collection .schematic-view .expand svg {
  font-size: 30px;
}
.page #schematic-collection .schematic-block .img-wrap {
  min-height: 220px;
}
.page #schematic-collection .schematic-block .info {
  background-color: #285291;
  border: 1px solid #285291;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  width: 150px;
  padding: 6px 30px 6px 6px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.page #schematic-collection .schematic-block .info:hover {
  background-color: #274e89;
  border: 1px solid #274e89;
}
.page #schematic-collection .schematic-block .info svg {
  font-size: 20px;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
}
.page #schematic-collection .schematic-block img {
  height: 280px;
  object-fit: contain;
  opacity: 0.4;
}
.page .schematicCollectionModal .modal-header .btn-close {
  padding: 14px;
  border-radius: 100%;
}
.page .schematicCollectionModal .modal-header .btn-close:hover {
  background-color: #dee2e6;
}
.page .schematicCollectionModal .modal-header .btn-close:focus {
  box-shadow: none;
}
.page .schematicCollectionModal .modal-body {
  padding: 20px;
}
.page .galleryModalWithCarousel .modal-header .btn-close {
  padding: 14px;
  border-radius: 100%;
}
.page .galleryModalWithCarousel .modal-header .btn-close:hover {
  background-color: #dee2e6;
}
.page .galleryModalWithCarousel .modal-header .btn-close:focus {
  box-shadow: none;
}
.page .galleryModalWithCarousel .modal-header .hardware-assembly-step-gallery {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.page .galleryModalWithCarousel .modal-body {
  padding: 20px;
}
.page .galleryModalWithCarousel .modal-body .carousel {
  height: 100%;
}
.page .galleryModalWithCarousel .modal-body .carousel .carousel-inner {
  height: 100%;
}
.page .galleryModalWithCarousel .modal-body .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.page .galleryModalWithCarousel .modal-body img {
  height: calc(100vh - 104px);
  width: 100%;
  object-fit: contain;
}
.page .galleryModalWithCarousel .modal-body .carousel-control-next {
  width: 15%;
  right: -20px;
}
.page .galleryModalWithCarousel .modal-body .carousel-control-prev {
  width: 15%;
  left: -20px;
}
.page .galleryModalWithCarousel .modal-body .carousel-control-next-icon,
.page .galleryModalWithCarousel .modal-body .carousel-control-prev-icon {
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .galleryModalWithCarousel .modal-body .carousel-control-next-icon svg,
.page .galleryModalWithCarousel .modal-body .carousel-control-prev-icon svg {
  font-size: 20px;
}
.page #pin-diagram .pin-diagram-wrap {
  font-size: 14px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper {
  overflow-x: auto;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row {
  width: 1220px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row {
  font-weight: 600;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row .th-center {
  position: relative;
  width: 380px;
  text-align: center;
  border-left: 5px solid #dee2e6;
  border-top-left-radius: 30px;
  border-top: 5px solid #dee2e6;
  border-right: 5px solid #dee2e6;
  border-top-right-radius: 30px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row .th-center .white-background {
  width: 320px;
  display: block;
  position: absolute;
  height: 6px;
  background-color: #fff;
  top: -5px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row .th-center svg {
  width: 100px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row .smaller {
  width: 60px;
  text-align: center;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.th-row .bigger {
  width: 150px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #899199;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.smaller {
  max-width: 50px;
  min-width: 50px;
  color: #899199;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.smaller .active {
  color: #313a41;
  font-weight: 600;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.first {
  max-width: 240px;
  min-width: 240px;
  padding: 0 30px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.second {
  max-width: 180px;
  min-width: 180px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box .line {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #b9c1c6;
  position: absolute;
  z-index: 1;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.active {
  color: #313a41;
  font-weight: 600;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.active .line {
  background-color: #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.click-pins {
  max-width: 60px;
  min-width: 60px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.click-pins.drawn-pin {
  max-width: 80px;
  min-width: 80px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.mikrobus-position {
  min-width: 50px;
  max-width: 50px;
  color: #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col > div .td-box.mikrobus-position .show {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .click-note {
  justify-content: flex-end;
  padding: 0 10px 0 0;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .td-box.first .line {
  right: -30px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .td-box.second {
  justify-content: flex-end;
  padding: 0 45px 0 0;
  text-align: right;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .td-box.second .line {
  right: -20px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .drawn-pin {
  border-left: 5px solid #dee2e6;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .drawn-pin .drawn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-left: 5px solid #313a41;
  border-right: 5px solid #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left .drawn-pin .drawn-wrap .drawn {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background-color: #899199;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left > div:nth-of-type(1) .drawn-pin .drawn-wrap {
  border: 5px solid #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left > div:nth-of-type(1) .drawn-pin .drawn-wrap .drawn {
  border-radius: 0px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left > div:nth-of-type(8) .drawn-pin .drawn-wrap {
  border-bottom: 5px solid #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left > div:last-child .click-pins {
  border-bottom: 5px solid #dee2e6;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left > div:last-child .click-pins.drawn-pin {
  border-bottom-left-radius: 30px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.left > div:last-child .mikrobus-position {
  border-bottom: 5px solid #dee2e6;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .click-note {
  justify-content: flex-start;
  padding: 0 0 0 10px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .td-box.first .line {
  left: -30px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .td-box.second {
  justify-content: flex-start;
  padding: 0 0 0 45px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .td-box.second .line {
  left: -20px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .drawn-pin {
  border-right: 5px solid #dee2e6;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .drawn-pin .drawn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-left: 5px solid #313a41;
  border-right: 5px solid #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right .drawn-pin .drawn-wrap .drawn {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background-color: #899199;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right > div:nth-of-type(1) .drawn-pin .drawn-wrap {
  border: 5px solid #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right > div:nth-of-type(1) .drawn-pin .drawn-wrap .drawn {
  border-radius: 0px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right > div:nth-of-type(8) .drawn-pin .drawn-wrap {
  border-bottom: 5px solid #313a41;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right > div:last-child .click-pins {
  border-bottom: 5px solid #dee2e6;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right > div:last-child .click-pins.drawn-pin {
  border-bottom-right-radius: 30px;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row .td-col.right > div:last-child .mikrobus-position {
  border-bottom: 5px solid #dee2e6;
}
.page #pin-diagram .pin-diagram-wrap .pin-mapper .row.td-row > div:last-of-type > div {
  flex-direction: row-reverse;
}
.page #hardware-assembly .img-wrap {
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
.page #hardware-assembly .img-wrap .img-fluid {
  object-fit: cover;
  max-height: 300px;
  border-radius: 8px;
}
.page #hardware-assembly h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0 20px 0;
}
.page #productComponent .product-component-list {
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.page #productComponent .product-component-list .product {
  width: calc(50% - 2px);
  padding: 20px 0;
  text-align: center;
}
.page #productComponent .product-component-list .product h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.page #productComponent .product-component-list .product p {
  font-size: 17px;
  line-height: 29px;
  color: #f5a950;
}
.page #productComponent .product-component-list .line {
  width: 2px;
  background-color: #274e89;
  height: 86px;
}
.page #productComponent .product-component-list .line.second {
  display: none;
}
.page #productComponent .product-component-list::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #274e89;
  position: absolute;
  top: 0px;
}
@media screen and (min-width: 1240px) {
  .page #productComponent .product-component-list {
    flex-wrap: initial;
  }
  .page #productComponent .product-component-list .line.second {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .page .title {
    font-size: 35px;
  }
  .page .title.bigger {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 8px;
  }
  .page .galleryModalWithCarousel .modal-body .carousel-control-next {
    width: 10%;
  }
  .page .galleryModalWithCarousel .modal-body .carousel-control-prev {
    width: 10%;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-buttons::-webkit-scrollbar-track {
    background-color: light1;
    border-radius: 8px;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-buttons::-webkit-scrollbar {
    height: 6px;
    background-color: #2b2b2b;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-buttons::-webkit-scrollbar-thumb {
    background-color: #505050;
    border-radius: 8px;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-content pre::-webkit-scrollbar-track {
    background-color: light1;
    border-radius: 8px;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-content pre::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #2b2b2b;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-content pre::-webkit-scrollbar-thumb {
    background-color: #505050;
    border-radius: 8px;
  }
}
@media screen and (min-width: 992px) {
  .page #productComponent .product-component-list {
    flex-direction: row;
  }
  .page #productComponent .product-component-list .product {
    padding: 0;
  }
  .page #productComponent .product-component-list .line {
    width: 3px;
    height: 40px;
  }
  .page #example .st-tabs-wrap.syntax-highlighter-tabs .tab-buttons {
    overflow-x: auto;
  }
}
.page #hardware-assembly-slick {
  margin-bottom: 40px;
}
.page #hardware-assembly-slick .application-outout .row {
  flex-direction: column-reverse;
}
.page #hardware-assembly-slick .application-outout .col-lg-6 {
  width: 100%;
}
.page #hardware-assembly-slick.slick-slides .slider-box {
  display: block;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page #hardware-assembly-slick.slick-slides .slider-box {
    display: flex;
    padding: 0 20px;
    height: 600px;
    justify-content: center;
    align-items: center;
  }
}
.page #hardware-assembly-slick.slick-slides .hidden,
.page #hardware-assembly-slick.slick-slides .slick-dots {
  display: none !important;
}
.page #hardware-assembly-slick.slick-slides .custom-arrow {
  position: absolute;
  top: calc(50% - 15px);
  font-size: 30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  color: #899199;
  z-index: 2;
  border-radius: 50%;
}
.page #hardware-assembly-slick.slick-slides .custom-arrow.next {
  right: -5px;
}
.page #hardware-assembly-slick.slick-slides .custom-arrow.prev {
  left: -10px;
}
@media screen and (min-width: 768px) {
  .page #hardware-assembly-slick.slick-slides .custom-arrow.prev {
    left: -10px;
  }
}
.page #hardware-assembly-slick.slick-slides img {
  border-radius: 8px;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .page #hardware-assembly-slick.slick-slides img {
    max-height: 600px;
  }
}
.page #hardware-assembly-slick.slick-slides svg {
  font-size: 40px;
  color: #007aff;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-current {
  position: relative;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f5a950;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  min-width: 45px;
  max-width: 87px;
  cursor: pointer;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-list {
  display: flex;
  vertical-align: bottom;
  width: 100%;
  max-width: 1308px;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-track {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-track {
    overflow: scroll;
    padding-bottom: 20px;
  }
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .slick-slide img {
  width: 100%;
  height: auto;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 .img-wrap {
  padding: 3px;
}
.page #hardware-assembly-slick.slick-slides .slick-slides-nav1 img {
  max-height: 85px;
}
.page #hardware-assembly-slick.slick-slides .carousel-control-next-icon,
.page #hardware-assembly-slick.slick-slides .carousel-control-prev-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.page #hardware-assembly-slick.slick-slides p {
  user-select: text;
  z-index: 10;
  position: relative;
}
.page .mcu-card-features .img-fluid-wrap img {
  width: 70%;
}
.page .mcu-card-features .col-lg-6.mt40 > div {
  display: flex;
  flex-wrap: wrap;
}
.page .mcu-card-features .col-lg-6.mt40 > div > div {
  width: 50%;
  margin: 0 0 30px 0;
}
.page .mcu-card-features .col-lg-6.mt40 > div > div > div {
  display: flex;
  flex-direction: column;
  padding: 0 6px;
  border-left: 1px solid #b9c1c6;
}
.page .mcu-card-features .col-lg-6.mt40 > div > div > div h4 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.page .mcu-card-features .col-lg-6.mt40 > div > div > div p {
  line-height: 23px;
  font-size: 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page .mcu-card-features .col-lg-6.mt40 > div > div {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .page .mcu-card-features > .row {
    display: flex;
    align-items: flex-end;
  }
  .page .mcu-card-features .col-lg-6.mt40 > div > div {
    width: 33.33%;
  }
}
.page .video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.page .video-container--16-9 {
  padding-bottom: 56.25%;
}
.page .video-container--16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .video-container--4-3 {
  padding-bottom: 75%;
}
.page .video-container--4-3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .video-container--21-9 {
  padding-bottom: 42.85%;
}
.page .video-container--21-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .img-full {
  width: 100%;
  height: auto;
  display: block;
}
.page .column-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .max-height-300 {
  max-height: 300px;
}
.page .max-height-200 {
  max-height: 200px;
}
.page .bannerHeader .title.bigger {
  text-transform: uppercase;
}
@media screen and (min-width: 1260px) {
  .page .bannerHeader .image-wrapper {
    min-height: 493px;
  }
}
@media screen and (min-width: 1340px) {
  .page .bannerHeader .image-wrapper {
    min-height: 526.33px;
  }
}
.page .necto-downloads-wrap .downloadBox.necto {
  border: 1px solid #285291;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .necto-downloads-wrap .downloadBox.necto {
    margin-bottom: 40px;
  }
}
.page .necto-downloads-wrap .downloadBox.necto .os-logo svg {
  font-size: 90px;
  margin: 30px auto;
  color: #2c3b63;
}
.page .necto-downloads-wrap .downloadBox.necto .btnDownload {
  display: flex;
  background-color: #285291;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
.page .necto-downloads-wrap .downloadBox.necto .btnDownload img {
  filter: invert(1);
  max-width: 25px;
  margin-right: 15px;
}
.page .necto-downloads-wrap .downloadBox.necto .btnDownload p {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.page .necto-downloads-wrap .downloadBox.necto .necto-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 65px;
}