html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #EDEBE5;
}
html body .content-formatted a:not(.custom-btn) {
  color: #00B0CA;
}
html body .content-formatted a:not(.custom-btn):hover {
  color: inherit;
  text-decoration: underline;
}
html body main.content {
  margin-top: 0 !important;
}
html body * {
  box-sizing: border-box;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body .content-formatted h1, html body .specs .number {
  margin-top: 0;
  text-align: center;
  font-family: "Gotu", sans-serif !important;
  opacity: 1;
  color: #EDEBE5;
}
html body h1, html body h2, html body .content-formatted h1 {
  font-size: 64px;
  line-height: 1;
}
html body h3 {
  font-size: 48px;
  line-height: 1;
}
html body h4, html body .specs .number {
  font-size: 24px;
  margin-bottom: 16px;
}
html body hr {
  border: none;
  border-top: 1px solid #EDEBE5;
}
html body .button,
html body .form_submit_input {
  display: inline-block;
  font-size: 16px !important;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  font-family: "Gotu", sans-serif !important;
  background: #00B0CA;
  color: #1C1D24;
  padding: 20px 60px;
  text-decoration: none;
  transition: 0.2s linear;
  border: 1px solid transparent;
}
html body .button:hover,
html body .form_submit_input:hover {
  background: transparent;
  border: 1px solid #00B0CA;
  color: #00B0CA;
}
html body .button-transparent,
html body .form_submit_input-transparent {
  padding: 16px 30px;
  color: #EDEBE5;
  background: transparent;
  border: 1px solid #EDEBE5;
}
html body .button-transparent:hover,
html body .form_submit_input-transparent:hover {
  border: 1px solid transparent;
  background: #EDEBE5;
  color: #1C1D24;
}
html body a {
  color: #EDEBE5;
  transition: color 0.2s linear;
}
html body a:hover {
  color: #00B0CA;
}

html.public .product-img:not(:first-of-type) {
  display: none;
}

.padding-xl {
  padding: 192px 0 192px 0;
}

.padding-md {
  padding: 128px 0 128px 0;
}

.padding-top-md {
  padding-top: 128px;
}

.padding-bottom-md {
  padding-bottom: 128px;
}

.padding-top-sm {
  padding-top: 64px;
}

.margin-top-sm {
  margin-top: 64px;
}

.margin-top-xs {
  margin-top: 32px;
}

.menu-main .menu .menu-item,
.footer-wrapper .menu .menu-item {
  margin: 0;
  transition: color 0.2s linear;
}
.menu-main .menu .menu-item a,
.footer-wrapper .menu .menu-item a {
  transition: color 0.2s linear;
}
.menu-main .menu .menu-item a:hover,
.footer-wrapper .menu .menu-item a:hover {
  color: #00B0CA;
}
.menu-main .menu .menu-item .menu-link,
.footer-wrapper .menu .menu-item .menu-link {
  color: #EDEBE5;
  text-decoration: none;
}
.menu-main .menu .menu-item .menu-link.active,
.footer-wrapper .menu .menu-item .menu-link.active {
  font-weight: normal;
  opacity: 1;
  color: #00B0CA;
}

.header-wrapper {
  position: fixed;
  top: 0;
  align-items: center;
  max-width: 1328px;
  width: 100%;
  padding: 24px 12px;
  margin: 0 auto;
  background: #000000;
  z-index: 999;
}
.header-wrapper .logo img {
  max-width: 140px;
  min-width: 100px;
  width: 100%;
}
.header-wrapper .header-right {
  text-align: right;
}
.header-wrapper .header-left {
  text-align: left;
}
.header-wrapper .header-menu .menu-main .menu {
  display: flex;
  justify-content: space-evenly;
}

section {
  background: linear-gradient(180deg, #000000 0%, #1C1D24 100%);
}
section .container {
  z-index: 1;
  position: relative;
  max-width: 1200px;
}
section hr {
  width: 100%;
  max-width: 284px;
  margin: 64px auto;
}
section.blog, section.article, section.contact {
  padding-top: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.specs .title {
  font-family: "Gotu", sans-serif;
  text-align: left;
  font-size: 32px;
}
section.specs .name {
  white-space: nowrap;
  line-height: 2.45;
}
section.specs .number {
  white-space: nowrap;
  margin: 0 !important;
  line-height: 1.6;
  text-align: right !important;
}
section.specs hr {
  margin: 48px 0;
  max-width: 100%;
}
section.image {
  line-height: 0;
}
section.hero {
  position: relative;
  padding-top: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-x: hidden;
}
section.hero .aura-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.hero .aura-bg.core {
  display: none;
}
section.hero .aura-bg.cube {
  bottom: 5vw;
}
section.hero .hero-slider {
  margin: -50px -50px 0 -50px;
  padding: 50px;
}
section.hero .hero-slider:not(.cube):not(.unit) {
  background: url("../assets/Aura-Core-1.png") center no-repeat;
  background-size: 90%;
  transition: background-size 0.3s ease-in;
  animation: imgSize 5s infinite;
  animation-timing-function: ease-in-out;
}
section.hero .hero-slider.unit img {
  max-width: 80%;
  margin: 0 auto;
}
@keyframes imgSize {
  50% {
    background-size: 100%;
  }
}
section.products {
  text-align: center;
}
section.products .product-select {
  align-items: center;
}
section.products .product-select .product-link {
  cursor: pointer;
  position: relative;
}
section.products .product-select .product-link.active a {
  display: block;
  color: #00B0CA;
}
section.products .product-select .product-link.active:nth-of-type(1):after {
  transform: rotate(45deg);
}
section.products .product-select .product-link.active:nth-of-type(3):after {
  transform: rotate(-45deg);
}
section.products .product-select .product-link:after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url("../assets/arrow-right.svg") center right no-repeat;
  transition: all 0.2s ease-in-out;
}
section.products .product-select hr {
  max-width: 100%;
  margin: 48px 0;
}
section.col3 {
  text-align: center;
}
section.col3 hr {
  margin: 16px auto;
  max-width: 108px;
  width: 100%;
}
section.col2 p {
  line-height: 1.75;
}
section.cta-bottom {
  text-align: center;
}
section.cta-bottom .product-image-cta {
  max-width: 663px;
  width: 100%;
}

section .edys-gallery-area .edys-gallery-slider-item img {
  object-fit: contain;
}
section .edys-gallery-area .edys-gallery-slider-next,
section .edys-gallery-area .edys-gallery-slider-prev {
  border: 1px solid;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  opacity: 1;
  transition: background-color 0.2s linear;
}
section .edys-gallery-area .edys-gallery-slider-next:hover,
section .edys-gallery-area .edys-gallery-slider-prev:hover {
  background-color: rgba(237, 235, 229, 0.3);
}
section .edys-gallery-area .edys-gallery-slider-next {
  background: url("../assets/arrow-button-right.svg") center right no-repeat;
  right: -6vw;
}
section .edys-gallery-area .edys-gallery-slider-prev {
  background: url("../assets/arrow-button-left.svg") center right no-repeat;
  left: -6vw;
}

.pop-up {
  z-index: 99;
  position: absolute;
}

.footer {
  margin: 0;
  background: linear-gradient(180deg, #000000 0%, #1C1D24 100%);
}
.footer .container {
  max-width: 1200px;
}
.footer .menu-item {
  line-height: 1.8;
}
.footer .menu-item a {
  text-decoration: none;
}
.footer hr {
  width: 100%;
  max-width: 100%;
  margin: 64px auto;
}
.footer-wrapper {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer .sib-form {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .sib-form-container {
  width: calc(100% - 24px);
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .sib-form #success-message {
  color: #13ce66 !important;
  background-color: transparent !important;
}
.footer .sib-form .entry__field {
  border: none;
  border-bottom: 1px solid #00B0CA;
  border-radius: 0;
}
.footer .sib-form #EMAIL {
  background-color: black;
  border-bottom: 1px solid #00B0CA;
}
.footer .sib-form .entry__error {
  font-size: 12px !important;
  color: #FF4949 !important;
  background-color: transparent !important;
}

.blog-page #blog .post,
.post-page #article .post {
  border-color: #EDEBE5;
}
.blog-page #blog .post .post-header,
.post-page #article .post .post-header {
  text-align: center;
}
.blog-page #blog .post .post-read-more-btn,
.blog-page #blog .post .post-date,
.post-page #article .post .post-read-more-btn,
.post-page #article .post .post-date {
  display: block;
  text-align: center;
  color: #00B0CA;
}
.blog-page #blog .post .post-title,
.blog-page #blog .post .post-title a,
.blog-page #blog .post h2, .blog-page #blog .post h3, .blog-page #blog .post h4, .blog-page #blog .post h5,
.post-page #article .post .post-title,
.post-page #article .post .post-title a,
.post-page #article .post h2,
.post-page #article .post h3,
.post-page #article .post h4,
.post-page #article .post h5 {
  padding-bottom: 20px;
  margin-top: 0;
  font-family: "Gotu", sans-serif !important;
  opacity: 1;
  color: #EDEBE5;
}
.blog-page #blog .post .post-title:hover,
.blog-page #blog .post .post-title a:hover,
.blog-page #blog .post h2:hover, .blog-page #blog .post h3:hover, .blog-page #blog .post h4:hover, .blog-page #blog .post h5:hover,
.post-page #article .post .post-title:hover,
.post-page #article .post .post-title a:hover,
.post-page #article .post h2:hover,
.post-page #article .post h3:hover,
.post-page #article .post h4:hover,
.post-page #article .post h5:hover {
  color: #EDEBE5;
}
.blog-page #blog .content-formatted,
.post-page #article .content-formatted {
  color: #EDEBE5;
}

#contact .container {
  max-width: 800px;
}
#contact .content-header {
  margin-bottom: 40px;
}
#contact .content-formatted {
  color: #EDEBE5;
}
#contact .form_field_label {
  font-weight: normal;
}
#contact .form_field_label:after {
  color: #00B0CA;
}
#contact .form_field_size_large {
  color: #EDEBE5;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #00B0CA;
  border-radius: 0;
}
#contact .form_submit {
  margin: 40px auto 0 auto;
  text-align: center;
}
#contact .map {
  width: 100%;
  line-height: 0;
}
#contact .map iframe {
  height: 450px;
}

#CybotCookiebotDialog {
  background-color: #000000 !important;
}
#CybotCookiebotDialog * {
  color: #EDEBE5 !important;
}
#CybotCookiebotDialog button {
  background-color: #00B0CA !important;
  border-color: #00B0CA !important;
  color: #EDEBE5 !important;
}
#CybotCookiebotDialog button#CybotCookiebotBannerCloseButtonE2E {
  background: transparent !important;
}
#CybotCookiebotDialog button#CybotCookiebotBannerCloseButtonE2E path {
  fill: #EDEBE5 !important;
}

@media (max-width: 1328px) {
  section .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  section .edys-gallery-area {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .header-wrapper .header-menu .menu-main.expanded {
    top: 90px;
    background-color: #000000;
  }
  .header-wrapper .header-menu .menu-main.expanded .menu {
    flex-direction: column;
  }
  .header-wrapper .header-menu .menu-main.expanded .menu .menu-item .menu-link.active {
    background-color: #00B0CA;
    color: black;
  }
  .header-wrapper .header-menu .menu-main.expanded .menu .menu-item .menu-link:not(.active):hover {
    background-color: transparent;
  }
  .header-wrapper .menu-btn {
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    right: 24px;
    transform: translate(0%, -50%);
  }
  .header-wrapper .menu-btn .menu-stripe {
    margin: 6px 0;
    width: 36px;
    height: 2px;
    opacity: 1;
    background-color: #EDEBE5;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
  }
  .header-wrapper .menu-btn.open .menu-stripe {
    margin: -2px 0;
  }
  .header-wrapper .menu-btn.open .menu-stripe:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .header-wrapper .menu-btn.open .menu-stripe:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .header-wrapper .menu-btn.open .menu-stripe:nth-of-type(3) {
    display: none;
  }
  .header-wrapper .header-right {
    display: none;
  }
  html body section .edys-gallery-area .edys-gallery-slider-next,
  html body section .edys-gallery-area .edys-gallery-slider-prev {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  html body section .edys-gallery-area .edys-gallery-slider-next {
    right: calc(-6vw - 15px);
  }
  html body section .edys-gallery-area .edys-gallery-slider-prev {
    left: calc(-6vw - 15px);
  }
  html body section.specs .name {
    padding-right: 0;
    line-height: 2;
    font-size: 14px;
  }
  html body section.specs .number {
    padding-left: 0;
    font-size: 18px;
  }
  html body section.specs .title {
    font-size: 24px;
  }
  html body section.specs hr {
    margin: 24px 0;
  }
  html body section.products .product-select .product-link.active:after {
    transform: rotate(45deg) !important;
  }
  html body section.products .product-select hr {
    margin: 24px 0;
  }
  html body section.hero .hero-slider {
    margin-top: 0;
  }
  html body .button,
  html body .form_submit_input {
    padding: 16px 32px;
  }
  html body .sib-form-heading {
    font-size: 24px !important;
  }
  html body .padding-xl {
    padding: 96px 0 96px 0;
  }
  html body .padding-md {
    padding: 64px 0 64px 0;
  }
  html body .padding-top-md {
    padding-top: 64px;
  }
  html body .padding-bottom-md {
    padding-bottom: 64px;
  }
  html body .padding-top-sm {
    padding-top: 32px;
  }
  html body .margin-top-sm {
    margin-top: 32px;
  }
  html body .margin-top-xs {
    margin-top: 16px;
  }
  html body section hr,
  html body .footer hr {
    margin: 32px auto;
  }
  html body h1, html body h2, html body .content-formatted h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  html body h3 {
    font-size: 24px;
    line-height: 1;
  }
  html body h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  html body .content-formatted {
    font-size: 16px;
  }
}/*# sourceMappingURL=custom.css.map */