a {
  text-decoration: none !important;
}

.sm-simple {
  background: transparent;
  border: none;
  box-shadow: none;
}
.sm-simple a, .sm-simple a:active, .sm-simple a:focus, .sm-simple a:hover, .sm-simple a.highlighted {
  font-family: inherit;
}
.sm-simple > li {
  border: none;
}
.sm-simple > li:first-child {
  border-left: none !important;
}
.sm-simple > li > a {
  color: inherit;
}
.sm-simple > li > a:active, .sm-simple > li > a:focus, .sm-simple > li > a:hover, .sm-simple > li > a.highlighted {
  color: var(--bs-nav-link-hover-color);
  background-color: transparent;
}
.sm-simple > li > a.highlighted {
  color: var(--bs-primary);
}

.slick-carousel.type-3 .slick-list, .slick-carousel.type-3 .slick-track {
  height: 100%;
}
.slick-carousel.type-3 img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.slick-carousel.type-2 button.slick-arrow {
  top: 50%;
}
.slick-carousel.type-2 img {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.slick-carousel.type-2 .card-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--bs-primary);
}
.slick-carousel.type-2 .card-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--bs-dark);
}
.slick-carousel.type-1 {
  margin: 0 -10px;
}
.slick-carousel.type-1 button.slick-arrow {
  top: calc(50% - 94px);
}
.slick-carousel.type-1 .card {
  display: flex;
  border: none !important;
}
.slick-carousel.type-1 .slick-track {
  display: flex !important;
}
.slick-carousel.type-1 .slick-slide {
  margin: 10px;
  height: inherit !important;
}
.slick-carousel.type-1 .slick-slide.slick-active:first-child {
  margin-right: 0;
}
.slick-carousel.type-1 .slick-slide.slick-active:last-child {
  margin-left: 0;
}
.slick-carousel.type-1 .card-img {
  width: 100%;
  height: auto;
  max-width: 250px;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
}
.slick-carousel.type-1 .card-body {
  display: flex;
  flex-flow: column;
}
.slick-carousel.type-1 .card-body .card-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--bs-primary);
}
.slick-carousel.type-1 .card-body .card-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--bs-dark);
}
.slick-carousel.type-1 .card-body .card-description {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  text-align: justify;
  font-size: 1rem;
  color: var(--bs-dark);
}
.slick-carousel.type-1 .card-body .btn {
  justify-self: center;
}

.type-1 button.slick-arrow, .type-2 button.slick-arrow, .type-3 button.slick-arrow {
  z-index: 3;
  bottom: unset;
}
.type-1 button.slick-arrow:before, .type-2 button.slick-arrow:before, .type-3 button.slick-arrow:before {
  content: "" !important;
}

.type-3 .content {
  perspective: 1000px;
  perspective-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type-3 .title {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: rotate3d(0.2, 1, 0, 45deg);
}
.type-3 .title h1 {
  background-color: var(--bs-primary);
  padding: 10px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--bs-dark);
}
.type-3 button.slick-arrow {
  background: transparent !important;
  color: white;
  width: 60px;
  height: 60px;
}
.type-3 button.slick-arrow > ion-icon {
  width: 50px;
  height: 50px;
}
.type-3 button.slick-arrow.slick-prev {
  box-shadow: none;
  right: 0;
  left: unset;
}
.type-3 button.slick-arrow.slick-next {
  box-shadow: none;
  right: unset;
  left: 0;
}

.type-1 button.slick-arrow, .type-2 button.slick-arrow {
  background: #fff !important;
  color: black !important;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
.type-1 button.slick-arrow > ion-icon, .type-2 button.slick-arrow > ion-icon {
  width: 24px;
  height: 24px;
}
.type-1 button.slick-arrow.slick-prev, .type-2 button.slick-arrow.slick-prev {
  box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  right: -1rem;
  left: unset;
}
.type-1 button.slick-arrow.slick-next, .type-2 button.slick-arrow.slick-next {
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  right: unset;
  left: -1rem;
}

.icon-btn-wrap, .main-nav .nav-icons a {
  color: inherit;
  width: 27px;
  height: 27px;
}
.icon-btn-wrap ion-icon, .main-nav .nav-icons a ion-icon {
  font-size: 2rem;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  box-shadow: none;
  color: inherit;
  height: 100%;
}
.main-nav .sm-simple {
  height: 100%;
}
.main-nav .sm-simple ul {
  border: none;
  box-shadow: none;
}
.main-nav .sm-simple > li {
  height: 100%;
}
.main-nav .sm-simple > li > a {
  height: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
}
.main-nav .sm-simple > li > a .sub-arrow {
  display: none;
}
.main-nav .sm-simple > li > a .sub-arrow::before {
  content: "";
}
.main-nav .nav-icons {
  display: inline-flex;
}
.main-nav .nav-icons a {
  margin-inline-start: 20px;
}
.main-nav .main-menu {
  color: inherit;
}

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: -1px !important;
  margin-right: -1px !important;
  right: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #353451;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  border: 0;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}

.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.search-overlay input[type=text] {
  width: 80%;
}
.search-overlay button {
  width: 20%;
}
.search-overlay .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  max-width: 800px;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.search-overlay .closebtn {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.search-overlay .closebtn ion-icon {
  width: 60px;
  height: 60px;
}
.search-overlay .closebtn a {
  color: white;
}
.search-overlay .closebtn a:hover {
  color: var(--bs-primary);
}

footer {
  background-color: #000110 !important;
  color: white;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul a {
  color: var(--bs-white);
  padding: 5px 15px;
}
footer ul a:hover {
  color: var(--bs-primary);
}
footer ul.social-menu {
  display: flex;
  justify-content: space-between;
  align-self: center;
  max-width: 300px;
  margin: 3rem auto 0 auto;
}
footer ul.social-menu a ion-icon {
  width: 20px;
  height: 20px;
}
footer h1, footer h2, footer h3 {
  color: var(--bs-primary);
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.archive-link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page-banner {
  height: 75vh;
  max-height: 550px;
  min-height: 300px;
}
.page-banner .slick-list, .page-banner .slick-track {
  height: 100%;
}
.page-banner .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page-banner .item .slide-content {
  z-index: 1;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 5;
}
header .mainmenu-bg {
  top: 12px;
  right: 0;
  left: 0;
  min-height: 65px;
  color: white;
}
header .mainmenu-bg:hover, header .mainmenu-bg:active, header .mainmenu-bg:focus {
  background: var(--bs-white);
  color: var(--bs-dark);
}

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

.main-headline {
  position: relative;
  max-height: 750px;
  height: 100vh;
  margin-bottom: 120px;
}
.main-headline .products-show {
  z-index: 3;
  pointer-events: none;
}
.main-headline .products-show .slick-arrow {
  pointer-events: all;
}
.main-headline .logo-nav {
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: 3;
  bottom: -125px;
  perspective-origin: center;
  perspective: 1000px;
}
.main-headline .logo-nav .logo-nav-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFD100;
  transform: translate(-50%, -50%) rotate(3deg);
  width: 110%;
  height: 100%;
}
.main-headline .logo-nav .logo-bar {
  filter: brightness(0);
  position: relative;
  z-index: 2;
  top: 0;
}
.main-headline .logo-nav a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  cursor: pointer;
}
.main-headline .logo-nav a img {
  height: 30px;
  margin: auto;
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-headline > .bg {
  filter: brightness(0.5);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products-row {
  background-color: var(--bs-white);
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 1.2rem;
  color: var(--bs-dark);
}

.services-row {
  background-color: var(--bs-dark);
  min-height: 100vh;
  color: white;
  position: relative;
}
.services-row .service-preview {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.services-row .service-preview img {
  margin-top: 40px;
  width: 30%;
  height: 30%;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block !important;
  min-height: 60px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.brand-logo img {
  filter: grayscale(1);
  opacity: 0.7;
  width: auto;
  max-width: 100%;
  height: 75%;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all ease-out 0.2s;
}
.brand-logo:active img, .brand-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.dark-fade-bg, header .mainmenu-bg {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5130427171) 0%, rgba(0, 0, 0, 0) 100%);
}

.scrolldown-animation-1 {
  z-index: 3;
  position: absolute;
  bottom: 50px;
  width: 20px;
  height: 40px;
  left: 50%;
  transform: translate(-20px, 0);
}
.scrolldown-animation-1 > span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  margin: -10px;
  animation: scrolldown-animation-1 2s infinite;
}
.scrolldown-animation-1 > span:nth-child(2) {
  animation-delay: -0.2s;
}
.scrolldown-animation-1 > span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes scrolldown-animation-1 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@media (min-width: 992px) {
  .products-row {
    max-height: 950px;
  }
  .services-row {
    height: 100vh;
    min-height: auto;
    max-height: 950px;
  }
  .services-row .service-preview img {
    width: 40%;
    height: 40%;
  }
  .main-headline > .bg {
    filter: brightness(0.6);
  }
}
.scene-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #010506;
}

.scene-content {
  width: calc(100vw + 200px);
  height: calc(100vh + 200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scene {
  width: 100%;
  height: 100%;
}

.bg-layer {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 100px);
  height: calc(100% - 100px);
}

.planet-1 {
  width: 80px;
  height: 80px;
  top: 35%;
  right: 150px;
  transform: translate(-50%, -50%);
  position: absolute;
}

.planet-2 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: -150px;
  transform: translate(-50%, -50%);
  position: absolute;
}

.text-1 {
  color: black;
  font-size: 5.5rem;
  text-align: left;
  text-wrap: nowrap;
  overflow: hidden;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: sans-serif;
  line-height: 0.7;
}

.type-3 button.slick-arrow.slick-prev > ion-icon {
  color: black;
}

.shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}/*# sourceMappingURL=stylesheet.css.map */