@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* #region MARK: Global */

#features .aex .feature-subheader,
#features .aex p {
  font-family: "Inter", graphie, sans-serif;
}

#features .product-info-container-dark .feature-subheader {
  color: #EC491C;
  font-weight: 600;
}

#features .section-header-wrapper {
  display: none;
}

/* bootstrap */
section#features .aex .breakout>.container-fluid,
section#features .aex .breakout>.container,
section#features .aex .row.breakout>div[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

#features .product-info-container-dark .feature-subheader .white {
  color: #fff;
}

#features .aex .feature-subheader {
  font-size: clamp(26px, 2.9vw, 60px);
  line-height: 1.13;
  letter-spacing: -0.025em;
  font-weight: 600;
  text-wrap: balance;
}

#features .aex .hl-txt {
  font-weight: 600;
}

#features .max-1440 {
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
}


@media (min-width: 768px) {

  .aex .product-info-row {
    margin-top: 60px;
    margin-bottom: 90px;
  }

  #features .text-right {
    text-align: right !important;
  }

  #features .section_hifi .feature-subheader.txt-pp,
  #features .section_precision .feature-subheader,
  #features .section_spider .feature-subheader {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #features .aex .section_hifi .feature-subheader,
  #features .aex .section_hifi p {
    text-align: center;
  }

}

@media (min-width: 1200px) {

  #features .aex .product-info-row {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {

  #features .aex .feature-subheader {
    text-align: center;
    margin-bottom: 15px;
  }

  #features .aex .txt p {
    text-align: center;
  }

  .mobile-center {
    text-align: center !important;
  }
}

/* hero */
.prduct-hero-container {}

/* features */

/* #region MARK: Hifi */
#features .section_hifi {}


@media (min-width: 768px) {

  #features .section_hifi .feature-subheader.txt-pp span {
    display: block;
  }

  #features .section_hifi .txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}

@media (min-width: 992px) {

  #features .section_hifi .feature-subheader.txt-pp {
    margin-top: 0;
  }
}

/* #region MARK: immersive */
@media (min-width: 768px) {
  #features .section_immersive {
    background: url('/inline/products/24589/img/aex-surround-sound.jpg') no-repeat top left;
    min-height: calc(100vw / 2560 * 1429);
    padding-bottom: 0;
    background-size: cover;
  }

  #features .section_immersive .txt {
    min-height: calc(100vw / 2560 * 1429);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2vw 2vw 2vw 3vw;
  }

  #features .section_immersive .feature-subheader {
    margin-bottom: 20px;
  }

  #features .section_immersive .feature-subheader span {
    display: block;
  }

  #features .section_immersive p {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  #features .section_immersive .txt {
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {

  #features .section_immersive .txt {
    padding: 2vw 2vw 10vw 5vw;
    margin-bottom: 90px;
  }
}

/* mobile */
@media (max-width: 767px) {
  #features .section_immersive {
    padding-top: calc(100vw / 1000 * 1000);
    background-image: url('/inline/products/24589/img/aex-surround-sound-mobile.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #131416;
  }

  #features .section_immersive .txt {
    margin-bottom: 30px;
  }
}

/* #region MARK: precision */
#features .section_precision {}

#features .section_precision .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#features .section_precision .txt p {
  text-align: center;
}

#features .section_precision .icon {
  margin-top: 20px;
  margin-bottom: 30px;
}

#features .aex .section_precision .nexus-img {
  width: 130px;
}

#features .aex .section_precision .btn {
  display: inline-block;
  padding: 6px 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 100vmax;
  box-shadow: none;
  border: 2px solid #fff;
  letter-spacing: 1px;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 36px;
  margin-bottom: 30px;
}

#features .aex .section_precision .btn {
  color: inherit;
}

@media (min-width: 768px) {

  #features .section_precision .txt {
    min-height: calc(100vw / 2560 * 1522);
    padding: 2vw 3vw 2vw 2vw;
  }

  #features .section_precision .feature-subheader {
    text-align: center;
  }

  #features .section_precision .feature-subheader span {
    display: block;
  }
}

@media (min-width: 992px) {
  #features .section_precision {
    background: url('/inline/products/24589/img/aex-app-desktop.jpg') no-repeat top left;
    min-height: calc(100vw / 2560 * 1522);
    padding-bottom: 0;
    background-size: cover;
  }

  #features .section_precision .txt {
    min-height: calc(100vw / 2560 * 1522);
    background: #0e2130eb;
    padding: 2vw 3vw 2vw 2vw;
  }
}


@media (min-width: 1600px) {

  #features .section_precision .txt {
    padding: 2vw 4.5vw 2vw 4.5vw;
  }
}

@media (max-width: 991px) {
  #features .section_precision {
    padding-top: calc(100vw / 1000 * 1000);
    background-image: url('/inline/products/24589/img/aex-app-mobile.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #0e2130eb;
  }
}

/* #region MARK: spider */
#features .section_spider {
  background: #2A2D34 url('/inline/products/24589/img/AEX-connectivity.jpg') no-repeat center right;
  padding-top: calc(100vw / 2560 * 1969);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#features .section_spider .row {
  margin-bottom: 30px;
}

@media (min-width: 768px) {

  #features .section_spider .row {
    margin-bottom: 60px;
  }

  #features .section_spider .txt {
    display: flex;
    flex-direction: column;
    padding: 2vw 2vw 2vw 3vw;
  }

  #features .section_spider .feature-subheader .white {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #features .aex .section_spider .feature-subheader,
  #features .aex .section_spider p {
    text-align: center;
  }

}

@media (min-width: 992px) and (max-width: 1599px) {

  #features .section_spider .txt {
    justify-content: flex-start;
    position: absolute;
    bottom: 0%;
    /* margin-top: -28%; */

  }
}

@media (min-width: 1600px) {

  #features .section_spider .txt {
    padding: 2vw 2vw 0vw 5vw;
  }

  #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity.jpg') no-repeat center right;
    min-height: calc(96vw / 2560 * 1969);
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
  }

  .storepage_11 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-es.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_10 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-it.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_9 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-de.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_8 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-fr.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_37 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-pl.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_2 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-jp.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_20 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-cn.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_29 #features .section_spider,
  .storepage_3 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-tw.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_21 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-ru.jpg') no-repeat center right;
    background-size: cover;
  }

  .storepage_22 #features .section_spider {
    background: #2b323d url('/inline/products/24589/img/AEX-connectivity-nl.jpg') no-repeat center right;
    background-size: cover;
  }

  #features .section_spider .txt {
    min-height: calc(96vw / 2560 * 1969);
    justify-content: flex-end;
  }
}

@media (min-width: 1920px) {

  #features .section_spider .txt {
    padding-bottom: 5vw;
  }
}