<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainApp {
  font-family: sans-serif;
}
@media (max-width: 991.98px) {
  .mainApp {
    display: none;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

.popup {
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  font-size: 0;
}

.big-image-container {
  display: inline-block;
  position: relative;
}

.small-images {
  display: flex;
  background-color: #ddd;
  max-height: 416px;
  overflow: hidden;
  flex-direction: column;
}

.small-images.twoimgs .image-preview {
  height: auto;
}

.images-wrap {
  display: flex;
}

.image-preview {
  display: block;
  cursor: pointer;
  transition: all ease 0.35s;
  height: 138px;
  flex-grow: 1;
}

.image-preview:hover {
  filter: brightness(75%);
}

.product-area {
  fill: #444;
  cursor: pointer;
  opacity: 0.25;
  transition: all ease 0.35s;
}

.product-area:hover {
  opacity: 0.75;
}

.active-product-area {
  fill: rgb(212, 53, 53);
  cursor: pointer;
  opacity: 0.25;
  transition: all ease 0.35s;
}

.active-product-area:hover {
  opacity: 0.75;
}

.polygons-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-offers {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
}

.product-offers .product-offer {
  cursor: pointer;
  /*height: 25px;
  width: 216px;*/
  background-repeat: no-repeat;
  position: relative;
  background-color: rgb(153, 153, 153);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-offers .product-offer:hover {
  background-color: rgb(247, 203, 39);
}

.product-offers .product-offer &gt; a {
  color: white;
  text-align: left;
  font-size: 11px;
  padding: 5px;
  transition: all ease 0.35s;
  text-decoration: none;
}

.product-offers .product-offer &gt; a.star {
  font-size: 20px;
  padding: 0;
  margin: 0 10px;
  margin-left: auto;
}
.product-offers .product-offer &gt; a.star:hover {
  color: #fed34c;
}

/*.product-offers .product-offer &gt; a:hover, */
.product-offers .product-offer &gt; a.star.added {
  color: #fed34c;
}

.product-offers .product-img {
  float: right;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-offers .smart-light-img {
  background: url("../images/product_images/smart-light.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .flexatec-img {
  background: url("../images/product_images/flexatec.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-s700-img {
  background: url("../images/product_images/roklume-s700.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .eco-18-img {
  background: url("../images/product_images/eco-18.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-190-tp-img {
  background: url("../images/product_images/roklume-190-tp.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-155-tp-img {
  background: url("../images/product_images/roklume-155-tp.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .led-buggy-img {
  background: url("../images/product_images/led-buggy.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .hypalume-img {
  background: url("../images/product_images/hypalume_110_230v.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .hypalume-24-img {
  background: url("../images/product_images/hypalume_24_48v.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .duraled-img {
  background: url("../images/product_images/duraled.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .duraray-4-img {
  background: url("../images/product_images/duraray_4.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .k-led-mining-img {
  background: url("../images/product_images/k_led_mining.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .miniray-img {
  background: url("../images/product_images/miniray.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-280a-img {
  background: url("../images/product_images/roklume_280a.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-280b-img {
  background: url("../images/product_images/roklume_280b.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-380a-img {
  background: url("../images/product_images/roklume_380a.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .roklume-380b-img {
  background: url("../images/product_images/roklume_380b.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .ultraray-2-img {
  background: url("../images/product_images/ultraray_2.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .high-bay-img {
  background: url("../images/product_images/high-bay.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .floodlight-img {
  background: url("../images/product_images/floodlight.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .module70-img {
  background: url("../images/product_images/module70.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-offers .powerbeam-img {
  background: url("../images/product_images/powerbeam.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.product-title {
  font-size: 20px;
  padding: 10px;
  background-color: #ddd;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.small-product-title {
  font-size: 20px;
  background-color: #ddd;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.big-image,
.image-preview,
.product-title {
  border: 1px solid #aaa;
}

hr {
  margin: 0 auto;
  border: 1px solid #ddd;
}

.quit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #777;
  padding: 0 5px;
  color: white;
  font-weight: 100;
}

.v3d-container &gt; div {
  background-color: #5e5e5e !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "hella_din_universalregular";
  src: url("../../fonts/helladinuniversal-regular-webfont.eot");
  src: url("../../fonts/helladinuniversal-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helladinuniversal-regular-webfont.woff2") format("woff2"), url("../fonts/helladinuniversal-regular-webfont.woff") format("woff"), url("../../fonts/helladinuniversal-regular-webfont.ttf") format("truetype"), url("../../fonts/helladinuniversal-regular-webfont.svg#hella_din_universalregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hella_din_universallight";
  src: url("../../fonts/helladinuniversal-light-webfont.eot");
  src: url("../../fonts/helladinuniversal-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helladinuniversal-light-webfont.woff2") format("woff2"), url("../fonts/helladinuniversal-light-webfont.woff") format("woff"), url("../../fonts/helladinuniversal-light-webfont.ttf") format("truetype"), url("../../fonts/helladinuniversal-light-webfont.svg#hella_din_universallight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hella_din_universalmedium";
  src: url("../../fonts/helladinuniversal-medium-webfont.eot");
  src: url("../../fonts/helladinuniversal-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helladinuniversal-medium-webfont.woff2") format("woff2"), url("../fonts/helladinuniversal-medium-webfont.woff") format("woff"), url("../../fonts/helladinuniversal-medium-webfont.ttf") format("truetype"), url("../../fonts/helladinuniversal-medium-webfont.svg#hella_din_universalmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hella_din_universalbold";
  src: url("../../fonts/helladinuniversal-bold-webfont.eot");
  src: url("../../fonts/helladinuniversal-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helladinuniversal-bold-webfont.woff2") format("woff2"), url("../fonts/helladinuniversal-bold-webfont.woff") format("woff"), url("../../fonts/helladinuniversal-bold-webfont.ttf") format("truetype"), url("../../fonts/helladinuniversal-bold-webfont.svg#hella_din_universalbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../webfonts/icon.eot?o9lzhv");
  src: url("../webfonts/icon.eot?o9lzhv#iefix") format("embedded-opentype"), url("../webfonts/icon.ttf?o9lzhv") format("truetype"), url("../webfonts/icon.woff?o9lzhv") format("woff"), url("../webfonts/icon.svg?o9lzhv#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
  content: "\e945";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  background: #363636;
  background: #fff;
}

body {
  margin: 0;
  font-family: "hella_din_universalregular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a7a7a7;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991.98px) {
  body {
    overflow: auto !important;
  }
}

a {
  color: #a7a7a7;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #fff;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

h1 {
  font-family: "hella_din_universalregular";
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  h1 {
    font-size: 20px;
  }
}

.container {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row &gt; * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.flex {
  display: flex;
}

.center {
  align-items: center;
}

img {
  max-width: 100%;
}

.logo {
  max-width: 210px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.logo img {
  width: 150px;
}
@media (max-width: 1025px) {
  .logo {
    max-width: 60px;
  }
}
@media (max-width: 991.98px) {
  .logo {
    max-width: 80px;
  }
}

.hidden {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
}
.btn.light-bg {
  color: #333;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn.light-bg:hover {
  background-color: #fff;
}
.btn.dark-bg {
  background-color: #0024d3;
  color: #fff;
  border-color: #0024d3;
}
.btn.dark-bg:hover {
  background-color: #006ceb;
}
.btn.btn-border {
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  max-width: 200px;
}
.btn.btn-border.disabled {
  opacity: 0.6;
}
.btn.btn-border:hover.disabled {
  opacity: 1;
}
.btn.light-border {
  background-color: transparent;
  color: #a7a7a7;
  border-color: #a7a7a7;
}
.btn.light-border:hover {
  color: #222;
  background-color: #a7a7a7;
}
.btn .icons {
  margin-left: 5px;
}

.col-auto {
  width: auto;
}

iframe {
  border: none;
}

.stripe {
  position: relative;
}
.stripe:after {
  content: "";
  border-bottom: 4px solid #0024d3;
  width: 100%;
  display: block;
  height: 6px;
  position: absolute;
  z-index: 9;
  background-position: center;
  background-size: 100%;
  bottom: 0;
}
.stripe img {
  display: block;
}

.header {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .header {
    margin-bottom: 0;
    height: 70px;
    position: relative;
    z-index: 10;
  }
}
.header .row {
  justify-content: space-between;
  align-items: center;
}

#mwishlist {
  color: #222;
}
#mwishlist a,
#mwishlist td {
  color: #222 !important;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 400px;
  background-color: #575757;
  z-index: 20;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  transform: translateX(100%);
  font-family: "hella_din_universalregular";
  width: 400px;
}
@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
    min-width: 1px;
  }
}
.sidebar.opened {
  transform: translateX(0);
}
.sidebar h4 {
  font-family: "hella_din_universalregular";
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.sidebar .sidebar-top {
  justify-content: space-between;
}
.sidebar .sidebar-top &gt; * {
  width: auto;
}
.sidebar .sidebar-top .sidebar-hide {
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-size: 20px;
}
.sidebar .sidebar-top .sidebar-hide:hover {
  color: #f5f5f5;
}
.sidebar .machine .machine-info {
  display: flex;
  align-items: flex-end;
}
.sidebar .machine .machine-info .machine-name {
  font-family: "hella_din_universalmedium";
  font-size: 20px;
  font-weight: 500;
  color: #f5f5f5;
  margin-top: 15px;
}
.sidebar .machine .machine-info .machine-btn {
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-size: 18px;
}
.sidebar .machine .machine-info .machine-btn:hover {
  color: #f5f5f5;
}
.sidebar .products-wrap {
  overflow-y: scroll;
  max-height: calc(100vh - 120px);
}
.sidebar .product {
  padding: 15px;
  background-color: #333;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .product .product-image {
  max-width: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.sidebar .product .product-info .product-name {
  display: block;
}
.sidebar .product .product-name {
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
}
.sidebar .product .product-name a {
  color: #f5f5f5;
}
.sidebar .product .product-name a:hover {
  color: #fff;
}
.sidebar .product .product-position {
  color: #f5f5f5;
}
.sidebar .product .product-remove {
  color: #727272;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: auto;
}
.sidebar .empty-wishlist {
  display: block;
}
.sidebar .empty-wishlist.hidden {
  display: none;
}
.sidebar .btn {
  margin-top: 10px;
}

.text-center {
  text-align: center;
}

.label {
  font-size: 12px;
  text-transform: upeprcase;
  color: #727272;
  display: block;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.footer {
  background-color: #575757;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .footer {
    position: relative;
    margin-bottom: 50px;
  }
}
.footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .row {
  justify-content: space-between;
  align-items: center;
}
.footer .imprint {
  list-style: none;
  display: flex;
}
.footer .imprint li {
  display: inline-block;
}
.footer .imprint li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.footer .imprint li:last-of-type:after {
  display: none;
}

div.zoom-buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  background: transparent !important;
}
div.zoom-buttons span {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #333;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
div.zoom-buttons span:hover {
  background-color: #f5f5f5;
}

div.rotationIcon {
  position: absolute;
  background: transparent !important;
  top: 20px;
  left: 20px;
  max-width: 60px;
  z-index: 20;
}

.mainApp {
  position: relative;
}
.mainApp #container {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.mainApp .infos {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
@media (max-width: 1025px) {
  .mainApp #container {
    max-width: 900px;
    max-height: 500px;
  }
  .mainApp .infos {
    max-width: 900px;
    max-height: 500px;
  }
}

.help {
  font-weight: 600;
  border-radius: 50%;
  color: #575757;
  border: 2px solid #575757;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  line-height: 1;
  padding: 5px 10px;
  width: 38px;
}
.help:hover {
  color: #f5f5f5;
  background-color: #575757;
}

.video-modals {
  z-index: 60;
  position: relative;
}
.video-modals .video-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  animation: fadeOut 0.5s 1 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.video-modals .video-bg.first-load {
  opacity: 0;
}
.video-modals .video-bg.opened {
  transform: scale(1);
  animation: fadeIn 0.4s 1 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.video-modals .video-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  animation: zoomOut 0.1s linear forwards 0.4s;
}
.video-modals .video-modal-container.opened {
  transform: scale(1, 1);
  animation: none;
}
.video-modals .video-modal-container.opened .video-modal {
  transition: transform 0.4s cubic-bezier(0.25, 0.21, 0.3, 1.25), opacity 0.05s linear;
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.video-modals .video-modal-container .video-modal {
  background: white;
  color: #333;
  min-height: 500px;
  padding: 20px;
  width: 60%;
  max-width: 900px;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.21, 0.3, 1.25), opacity 0.35s linear;
  transform: scale3d(0, 0, 0);
}
@media (max-width: 991.98px) {
  .video-modals .video-modal-container .video-modal {
    width: 100%;
    height: 100%;
  }
}
.video-modals .video-modal-container .video-modal h2 {
  margin-bottom: 0;
}
.video-modals .video-modal-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.video-modals .video-modal-header .close-video-modal {
  cursor: pointer;
  margin-left: auto;
  color: #575757;
  transition: all 0.2s;
}
.video-modals .video-modal-header .close-video-modal:hover {
  color: #333;
}
.video-modals .video-modal-header .help-icon {
  font-weight: 600;
  border-radius: 50%;
  color: #575757;
  border: 2px solid #575757;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  line-height: 1;
  padding: 5px 10px;
  width: 38px;
}
.video-modals .video-modal-header .modal-headline {
  font-size: 18px;
  margin-left: 10px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .slides-container {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.slider-wrapper .slides-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.slider-wrapper .slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}
.slider-wrapper .slide-arrow {
  display: flex;
  border: none;
  font-size: 3rem;
  /*padding: 0;
  cursor: pointer;
  color: #575757;
  transition: all .2s;
  background: transparent;*/
  display: flex;
  line-height: 0.5;
  align-items: center;
  padding-bottom: 16px;
}
.slider-wrapper .slide-arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-wrapper .slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.slider-wrapper .dots {
  display: flex;
  gap: 10px;
}
.slider-wrapper .dots span {
  height: 15px;
  width: 15px;
  background-color: #575757;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
.slider-wrapper .dots span:hover {
  opacity: 1;
}
.slider-wrapper .dots span.active {
  opacity: 1;
}
.slider-wrapper .button-video {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

video {
  max-width: 100%;
}

.mobileApp {
  min-height: calc(100vh - 120px);
}
@media (min-width: 992px) {
  .mobileApp {
    display: none;
  }
}
.mobileApp .main-wrapper {
  height: calc(100vh - 120px);
  display: flex;
  position: absolute;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mobileApp .main-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.mobileApp .main-wrapper &gt; div {
  flex: 1 0 50%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .mobileApp .main-wrapper &gt; div {
    flex: 1 0 calc(50% - 40px);
    height: 400px;
    padding: 20px;
  }
}
.mobileApp .main-wrapper &gt; div .text-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 80%);
  text-transform: uppercase;
  color: #fff;
  font-family: "hella_din_universalmedium";
  font-size: 20px;
  display: block;
  flex: 1 0 100%;
  padding: 10px 20px;
}
.mobileApp .main-wrapper &gt; div img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.mobileApp .main-wrapper &gt; div.underground-main .text-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(0, 0, 0) 100%);
  text-align: right;
}

.machine-list .machine-wrap {
  padding: 20px;
  color: #333;
}
.machine-list .machine-wrap .machine-name {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.machine-list .machine-wrap .machine-slider {
  overflow: hidden;
}
.machine-list .machine-wrap .machine-slider .machine-slider-track {
  display: flex;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.machine-list .machine-wrap .machine-slider .slide {
  width: 100%;
  flex: 1 0 100%;
  position: relative;
}
.machine-list .machine-wrap .machine-slider .slide img {
  display: block;
}
.machine-list .machine-wrap .machine-slider .machine-points {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.machine-list .machine-wrap .machine-slider .machine-points span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.machine-list .machine-wrap .machine-slider .machine-points span:after {
  height: 10px;
  width: 10px;
  content: "";
  position: relative;
  border-radius: 50%;
  background-color: #777;
  display: block;
}
.machine-list .machine-wrap .machine-slider .machine-points span.active:after {
  background-color: #0024d3;
}
.machine-list .machine-slider-progress {
  background-color: #ccc;
}
.machine-list .machine-slider-progress span {
  width: 0;
  height: 2px;
  display: block;
  background-color: #0024d3;
  transition: all 0.2s;
}

.machine-products {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.machine-products.no-slider .machine-product-progress {
  display: none;
}
.machine-products .machine-product-track {
  display: flex;
  transition: all 0.2s;
}
.machine-products .machine-product {
  width: 40%;
  flex: 0 0 40%;
  display: flex;
  padding: 10px;
  gap: 10px;
}
@media (min-width: 768px) {
  .machine-products .machine-product {
    width: 22.2%;
    flex: 0 0 22.2%;
  }
}
.machine-products .machine-product .product-name {
  font-size: 14px;
  color: #333;
}
.machine-products .machine-product .star {
  font-size: 32px;
  line-height: 1;
}
.machine-products .machine-product .star:hover {
  color: #a7a7a7;
}
.machine-products .machine-product .star.added {
  color: #fed34c;
}
.machine-products .machine-product-progress {
  background-color: #ccc;
  width: 50%;
  margin: 0 auto;
}
.machine-products .machine-product-progress span {
  width: 0;
  height: 2px;
  display: block;
  background-color: #006ceb;
  transition: all 0.2s;
}

.mobile-machines-wrapper {
  width: 100%;
  display: none;
  background: #fff;
  z-index: 5;
  position: relative;
}

.type-switcher {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.type-switcher .switcher-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.type-switcher .switcher-buttons &gt; span {
  flex: 1 0 0;
}
.type-switcher img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .fullscreendiv {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .logo-wrap {
    justify-content: space-between;
    width: 100% !important;
  }
  .logo-wrap .logo {
    max-width: 100px !important;
  }
}

@media (max-width: 991.98px) {
  .header-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }
  .header-btns &gt; div {
    width: 50%;
    margin-left: 0;
    padding: 0;
    position: relative;
  }
  .header-btns &gt; div .btn {
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    background-color: #0024d3;
    border-radius: 0;
    transition: all 0.2s;
  }
  .header-btns &gt; div .btn:hover {
    background-color: #006ceb;
  }
  .header-btns .helpdiv:after {
    content: "";
    width: 1px;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .header-btns .helpdiv .help {
    border: none;
    width: 100%;
  }
  .header-btns .helpdiv .help .question-icon {
    display: block;
    margin-right: 10px;
  }
  .header-btns .helpdiv .help span:not(.question-icon) {
    font-size: 16px;
    font-weight: 400;
    display: block !important;
  }
}
.header-btns .btn i {
  margin-left: 0;
  margin-right: 10px;
}
.header-btns .btn.help .querstion-icon {
  display: block;
  margin-right: 10px;
}
.header-btns .btn.help span:not(.question-icon) {
  display: none;
}

.modal.product-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: background 0.25s;
  background: transparent;
  align-items: center;
  justify-content: center;
}
.modal.product-modal .modal-dialog {
  position: relative;
  width: auto;
  flex: 0 0 90%;
  margin: 10px;
  height: 90%;
}
.modal.product-modal .modal-dialog .modal-content {
  height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 20px;
  font-size: 16px;
}
.modal.product-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .stars .product-info {
  display: none;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .star {
  font-size: 32px;
  line-height: 1;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .star:hover {
  color: #a7a7a7;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .star.added {
  color: #fed34c;
}
.modal.product-modal .modal-dialog .modal-content .modal-header h3 {
  margin-top: 0;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .close {
  cursor: pointer;
  border: none;
  background: none;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .close i {
  font-size: 16px;
}
.modal.product-modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #3c3c3c;
  text-transform: none;
  font-size: 22px;
}
.modal.product-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  height: 100%;
}
.modal.product-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: calc(100% - 42px);
}
.modal.product-modal .modal-dialog .modal-content .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none !important;
  padding: 0;
  margin-top: 30px;
}
.modal.product-modal .modal-dialog .modal-content .modal-footer:after {
  display: block;
  clear: both;
  content: "";
}
.modal.product-modal .modal-dialog .modal-content .modal-footer a {
  margin: 0;
}
.modal.product-modal .modal-dialog .modal-content .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal.product-modal .modal-dialog .modal-content .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal.product-modal .modal-dialog .modal-content .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal.product-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.product-modal.in {
  background: rgba(0, 0, 0, 0.5);
  display: flex !important;
}
.modal.product-modal.in .modal-dialog {
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal.modal-lg .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1320px) {
  .modal .modal-dialog {
    width: 1280px;
  }
}
.modal .modal-content .modal-footer .btn {
  display: inline-block;
  background-color: #0024d3;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.modal .modal-content .modal-footer .btn:hover {
  background-color: #006ceb;
}

.modal .modal-content img {
  max-width: 100%;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0);
  }
  /* 99.99% {
        transform: scale(1);
    }*/
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  99.99% {
    background: rgba(0, 0, 0, 0);
    transform: scale(1);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    transform: scale(0);
  }
}/*# sourceMappingURL=custom.css.map */</pre></body></html>