@import url('https://use.typekit.net/son7sot.css');

/* global */
html span.nowrap {
  white-space: nowrap;
}


#features table.border {
  width: auto;
  color: #000;
}

#features .product-info-container-dark table.border {
  color: #fff;
}

#features table.border th {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px 10px 10px 0;
}

#features table.border td {
  vertical-align: middle;
  padding: 10px;
  border: 2px solid #000;
  font-size: 12px;
}

#features .product-info-container-dark table.border td {
  border: 2px solid #fff;
}

#features table .bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
}

#features table .bullet.purple {
  background-color: purple;
}

#features table .bullet.white {
  background-color: white;
}

#features table .bullet.blue {
  background-color: blue;
}

#features table .bullet.green {
  background-color: green;
}

#features table .bullet.red {
  background-color: red;
}

#features table .bullet.flash {
  animation: flash .5s linear infinite;
}

#features table .bullet.pulse {
  animation: pulse 1.2s linear infinite;
}

#features .text-center,
#features .text-center * {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  #features table.border td {
    font-size: 16px;
  }
}


#features .breakout>.container-fluid,
#features .breakout>.container {
  padding-left: 15px;
  padding-right: 15px;
}

#features .flex-valign-middle {
  margin-left: 0;
  margin-right: 0;
}

#features .product-info-container-light .feature-header,
#features .product-info-container-light .feature-header::after {
  color: #000;
}

#features .product-info-container-dark .feature-header,
#features .product-info-container-dark .feature-header::after {
  color: #fff;
}

#features h4.feature-subheader {
  font-family: "good-times", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 60px);
  margin: 0;
  line-height: 1.2;
  color: #ff512b;
}

/* html[lang="en"] #features h4.feature-subheader {
  font-size: clamp(24px, 3.5vw, 80px);
} */

#features .center-all * {
  text-align: center !important;
}

#features p {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5em 0;
}

#features h5 {
  font-size: clamp(20px, 2.8vw, 48px);
  color: #000;
  line-height: 1.4;
  font-weight: 700;
  margin: 0.5em 0 0;
}

#features h6 {
  font-size: clamp(18px, 2.2vw, 26px);
  color: #000;
  line-height: 1.4;
  font-weight: 700;
  margin: 0.5em 0 0;
}

#features p.smallfont {
  font-size: 12px;
}

#features p.footnote {
  color: #999;
  font-size: 12px;
}

#features strong {
  font-weight: bold !important;
}

#features .section-header-wrapper {
  display: none;
}

#features .product-info-container-light p,
#features .product-info-container-light h5 {
  color: #000;
}

#features .product-info-container-dark p,
#features .product-info-container-dark h5 {
  color: #fff;
}

#features .green_txt,
.product-hero-container .green_txt {
  color: #2be1b8 !important;
}

#features .white_txt {
  color: #fff !important;
}

#features .darkgrey_txt,
.product-hero-container .darkgrey_txt {
  color: #2e3033 !important;
}

#features .btn_expand:after {
  content: "\00a0+";
  display: inline;
}

#features .btn_expand.minus:after {
  content: "\00a0-";
}


#features .product-info-container-light .btn_expand {
  border: 2px solid black;
  color: black;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 20px 10px 20px;
  text-transform: uppercase;
  font-size: clamp(14px, 1.2vw, 24px);
}

#features .product-info-container-dark .btn_expand {
  border: 2px solid white;
  color: white;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 20px 10px 20px;
  text-transform: uppercase;
  font-size: clamp(14px, 1.2vw, 24px);
}

@-webkit-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1.0;
  }

  20% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  80% {
    opacity: 1.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes pulse {
  0% {
    opacity: 1.0;
  }

  20% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  80% {
    opacity: 1.0;
  }

  100% {
    opacity: 1.0;
  }
}

@media screen and (max-width:1919px) {
  #features .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  #features .mobile-center-all * {
    text-align: center !important;
  }
}

@media screen and (max-width:767px) {
  #features .row.breakout>div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  #features .product-info-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #features .margin-top-60 {
    margin-top: 30px;
  }

  #features .margin-bottom-60 {
    margin-bottom: 30px;
  }
  
  #features .mobile-no-bottom-margin {
    margin-bottom: 0 !important;
  }
}

/* =================================== hero section =================================== */

.product-hero-container {
  /* min-height: calc(100vw * 1733 / 828); */
  background: #200E0A url('./mobile/hero-mobile-gh7-bg.jpg') no-repeat top center;
  background-size: cover;
  padding-top: 0;
}

.product-hero-container .product-tagline {
  font-size: clamp(19px, 1.8vw, 30px);
  color: #fff;
}

.product-hero-container .hero-wrapper {
  display: none;
}

.product-hero-container .product-name-large {
  display: none;
}

.product-hero-container .pdtname-logo {
  margin: 15px auto;
  width: 70%;
}

.gallery-thumbnail>ul {
  margin: 0 !important;
}

@media screen and (min-width:768px) {
  .product-hero-container {
    background: #fff url('./hero-gh7.jpg') no-repeat 62% 0;
    background-size: auto 100%;
    height: calc(100vw * 1192 / 2560);
  }

  .product-hero-container .container {
    width: 95%;
  }

  .product-hero-container .product-tagline {
    width: 45%;
  }

  .product-hero-container .pdtname-logo {
    margin: 20px 0px;
    width: 70%;
  }

  .product-hero-container .pdtname-logo img {
    width: 35%;
    max-width: 482px;
  }

  .gallery-thumbnail {
    margin-bottom: 0;
  }

  .gallery-thumbnail>ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width:992px) {

  .product-hero-container h2 {
    max-width: 550px;
  }

  h3.feature-header {
    text-align: left;
  }

  #features .max-1920 {
    width: 90%;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .product-hero-container .container {
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-hero-container .pdtname-logo {
    margin: 0px 0px 20px;
  }
}

@media screen and (min-width: 1920px) {
  .product-hero-container .pdtname-logo img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .product-hero-container {
    min-height: calc(80vw * 1733 / 828);
  }
}
/* section overview */
#features .section_overview {
  /* position: relative;
  height: calc(100vw * 1080 / 1920);
  max-height: 1080px;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
}

#features .section_overview video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#features .section_overview .logo-descriptors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

#features .section_overview .logo-descriptors>div {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#features .section_overview .logo-descriptors p {
  text-align: center !important;
}

#features .section_overview .logo-descriptors>div img {
  max-height: 46px;
  width: 100%;
  height: 100%;
}

#features .section_overview .logo-descriptors img.scale-down20 {
  transform: scale(0.8);
}

#features .section_overview .logo-descriptors img.scale-down40 {
  transform: scale(0.6);
}

@media screen and (min-width: 768px) {
  #features .section_overview {
    position: relative;
    /* height: calc(100vw * 1080 / 1920);
    max-height: 1080px;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center; */
  }

  #features .section_overview .logo-descriptors {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* background-color: #ccc;
    grid-gap: 1px; */
  }

  #features .section_overview .logo-descriptors div:nth-child(1),
  #features .section_overview .logo-descriptors div:nth-child(2),
  #features .section_overview .logo-descriptors div:nth-child(3),
  #features .section_overview .logo-descriptors div:nth-child(4) {
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  #features .section_overview .logo-descriptors div:nth-child(5) {
    border-bottom: 1px solid grey;
  }

  #features .section_overview .logo-descriptors div:nth-child(6),
  #features .section_overview .logo-descriptors div:nth-child(7),
  #features .section_overview .logo-descriptors div:nth-child(8),
  #features .section_overview .logo-descriptors div:nth-child(9) {
    border-right: 1px solid grey;
  }
}

@media screen and (min-width: 992px) {
  #features .section_overview .logo-descriptors {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {

  #features .section_overview .logo-descriptors div:nth-child(1),
  #features .section_overview .logo-descriptors div:nth-child(3),
  #features .section_overview .logo-descriptors div:nth-child(5),
  #features .section_overview .logo-descriptors div:nth-child(7) {
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  #features .section_overview .logo-descriptors div:nth-child(2),
  #features .section_overview .logo-descriptors div:nth-child(4),
  #features .section_overview .logo-descriptors div:nth-child(6),
  #features .section_overview .logo-descriptors div:nth-child(8) {
    border-bottom: 1px solid grey;
  }

  #features .section_overview .logo-descriptors div:nth-child(9) {
    border-right: 1px solid grey;
  }
}

#features .section_audio {
  background: #000 url('./mobile/le-audio-mobile.jpg') no-repeat bottom center;
  padding-bottom: calc(90vw * 682 / 828);
  background-size: auto calc(100vw * 682 / 828);
}

#features .section_audio .text_container .feature-subheader,
#features .section_audio .text_container p {
  text-align: center !important;
}

#features .section_audio .text_container p {
  color: #fff;
}

#features .section_audio h3 {
  margin-bottom: 30px !important;
}

#features .section_audio .btn {
  color: #000;
  background: #ff512b;
  height: auto;
  line-height: 1.8;
  font-size: clamp(14px, 1.2vw, 24px);
  padding: 5px 3vw;
  display: inline-block;
  font-weight: 400;
  border-radius: 16px;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  #features .section_audio {
    background: #000 url('./le-audio.jpg') no-repeat 25% 50%;
    min-height: calc(100vw * 1142 / 2560);
    padding-bottom: 0;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #features .section_audio h3::after {
    width: 65%;
    margin: 0;
  }

  #features .section_audio .row {
    justify-content: flex-end;
    padding-right: 4vw;
  }

  #features .section_audio .text_container {
    max-width: 900px;
  }

  #features .section_audio .text_container .feature-subheader,
  #features .section_audio .text_container p {
    text-align: left !important;
  }

}

#features .section_auracast {
  background: #000 url('./mobile/le-audio-gaming-mobile.jpg') no-repeat bottom center;
  padding-bottom: calc(100vw * 666 / 828);
  background-size: auto calc(100vw * 666 / 828);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}


#features .section_auracast .text_container .feature-subheader,
#features .section_auracast .text_container p {
  text-align: center !important;
}

#features .section_auracast .text_container p {
  color: #fff;
}

#features .section_auracast .row {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  #features .section_auracast {
    background: #000 url('./le-audio-gaming.jpg') no-repeat 30px 50%;
    min-height: calc(100vw * 1219 / 2560);
    padding: 0 !important;
    background-size: cover;
  }

  #features .section_auracast .row {
    justify-content: flex-start;
    padding-left: 4vw;
  }

  #features .section_auracast .text_container .feature-subheader,
  #features .section_auracast .text_container p {
    text-align: left !important;
  }
}

#features .section_auracast_expand {
  background-color: #C6C6C4;
}

#features .section_auracast_expand .tb2 td:last-of-type {
  width: 40%;
}

#features .section_auracast_expand .title {
  font-size: 24px;
  line-height: 1.1;
  color: #111;
}

#features .section_auracast_expand .pdtname {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin-top: 40px;
}

#features .section_bass {
  background: #000;
}

#features .section_bass video {
  width: 100%;
  height: auto;
  display: block;
}

#features .section_bass .text_container .feature-subheader,
#features .section_bass .text_container p {
  text-align: center !important;
}

#features .section_bass .text_container p {
  color: #fff;
}

@media screen and (min-width: 992px) {
  #features .section_bass .text_container {
    /* max-width: 800px; */
    padding-right: 8vw;
    padding-left: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #features .section_bass .text_container .feature-subheader,
  #features .section_bass .text_container p {
    text-align: left !important;
  }
}

#features .section_audioprofile {
  background: #000 url('./audio-profile-bg.jpg') no-repeat 25% 100%;
  background-size: cover;
  padding-bottom: 4vw;
}

#features .section_audioprofile .text_container .feature-subheader,
#features .section_audioprofile .text_container p {
  text-align: center !important;
}

#features .section_audioprofile .text_container p {
  color: #fff;
}

#features .section_audioprofile .text_container {
  padding: 4vw;
}

@media screen and (min-width: 992px) {

  #features .section_audioprofile {
    background: #000 url('./audio-profile-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-bottom: 0;
    min-height: calc(100vw * 1012 / 2560);
    display: flex;
    align-items: center;
  }

  #features .section_audioprofile .text_container {
    /* max-width: 800px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #features .section_audioprofile .text_container .feature-subheader,
  #features .section_audioprofile .text_container p {
    text-align: left !important;
  }
}

@media screen and (min-width: 1920px) {
  #features .section_audioprofile .text_container {
    padding: 4vw 8vw 4vw 4vw;
  }
}

#features .section_sxfitech {
  background: #000;
}

#sxfi_slider>.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.sxfi-container {
  padding: 0;
}

#sxfi-wo-sxfi,
#sxfi-wi-sxfi {
  position: absolute;
  width: auto;
  padding: 1vw;
  height: 7vw;
  cursor: pointer;
}

#sxfi-wo-sxfi {
  top: 0;
  left: 0;
}

#sxfi-wi-sxfi {
  top: 0;
  right: 0;
}

.img-mhl-desktop {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {

  #sxfi-wo-sxfi,
  #sxfi-wi-sxfi {
    height: 4.5vw;
  }
}

#features .section_dualgaming {
  background: #000 url('./gaming-sound-mode-bg.jpg') no-repeat top center;
  background-size: cover;
  min-height: calc(100vw * 914 / 2560);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section_dualgaming a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 0;
}
.section_dualgaming img {
  width: 25vw;
  max-width: 150px;
}
#features .section_communications {
  background: #000;
}

#features .section_communications img+h4 {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  #features .section_communications .text_container {
    display: flex;
    gap: 5%;
  }
}

/* =================================== section battery =================================== */
#features .section_battery {
  background: #fff;
}

#features .section_battery .wrapper_feature {
  display: flex;
  margin: 30px auto 0;
  width: 100%;
  max-width: 2100px;
  gap: 0;
  flex-wrap: wrap;
}

#features .section_battery .img,
#features .section_battery .txt {
  order: 2;
  width: 100%;
}

#features .section_battery .img {
  background-color: #E6E6E6;
}

#features .section_battery .img img {
  max-width: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#features .section_battery .txt {
  background-color: #ff512b;
  display: flex;
  flex-direction: column;
  order: 2;
  width: 100%;
}

#features .section_battery .txt .txt1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 30px 15px;
}

#features .section_battery .txt .txt1 * {
  color: #000;
  margin-top: 0;
}

#features .section_battery .txt .txt2 {
  padding: 30px 15px;
  background-color: #333;
}

#features .section_battery .txt .txt2 * {
  color: #fff;
}

#features .section_battery .txt .txt2 p {
  margin-top: 0;
}

#features .section_battery .toggle {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  order: 1;
  padding: 50px 15px 40px;
}

#features .section_battery .toggle .digit {
  font-family: "good-times", sans-serif;
  font-size: clamp(100px, 10vw, 300px);
  font-weight: 900;
  color: #ff512b;
  line-height: 1;
  margin-bottom: 4vw;
}

#features .section_battery .toggle .txt_hours {
  font-size: clamp(30px, 3.2vw, 60px);
  text-transform: uppercase;
  color: #ff512b;
  font-weight: 900;
  line-height: 0.9;
}

#features .section_battery .toggle .wrapper_btn {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#features .section_battery .toggle .wrapper_btn .switch {
  order: 1;
  width: 100%;
  padding: 0 30%;
}

#features .section_battery .toggle .wrapper_btn .label {
  display: flex;
  align-items: center;
  order: 2;
  width: 41%;
}

#features .section_battery .toggle .wrapper_btn .label:first-of-type {
  justify-content: flex-end;
}

#features .section_battery .toggle .wrapper_btn .label:last-of-type {
  justify-content: flex-start;
}

#features .section_battery .toggle .wrapper_btn .label span {
  font-family: "superblue", sans-serif;
  font-size: 18px;
  line-height: 0.9;
  padding-top: 8px;
  font-weight: 300;
  color: #ff512b;
}

@media screen and (min-width:768px) {
  #features .section_battery .wrapper_feature {
    gap: 1%;
  }

  #features .section_battery .img,
  #features .section_battery .txt {
    width: calc(100% / 3);
    flex: 1;
    order: 1;
  }

  #features .section_battery .img img {
    max-width: none;
  }

  #features .section_battery .toggle {
    width: calc(100% / 3);
    ;
    padding: 15px;
  }

  #features .section_battery .txt .txt1 {
    padding: 40px 24px;
  }

  #features .section_battery .txt .txt2 {
    padding: 24px;
  }
}

@media screen and (min-width:992px) {
  /* #features .section_battery .toggle {width:350px;} */
}

@media screen and (min-width:1200px) {
  #features .section_battery .wrapper_feature {
    width: 92%;
    gap: 1%;
  }

  /* #features .section_battery .toggle {width:400px;} */
  #features .section_battery .toggle .wrapper_btn {
    gap: 10px;
  }

  #features .section_battery .toggle .wrapper_btn .switch {
    width: 22%;
    order: 1;
    padding: 0;
  }

  #features .section_battery .toggle .wrapper_btn .label {
    order: 1;
    width: auto;
    flex: 1;
  }

  #features .section_battery .txt .txt1 {
    padding: 80px 40px;
  }

  #features .section_battery .txt .txt2 {
    padding: 40px;
  }
}

@media screen and (min-width:1920px) {
  #features .section_battery .wrapper_feature {
    gap: 2.5%;
  }

  /* #features .section_battery .toggle {width:540px;} */
  /* #features .section_battery .toggle .digit {font-size:200px;} */
  #features .section_battery .toggle .txt_hours {
    font-size: 70px;
  }

  #features .section_battery .toggle .wrapper_btn .label span {
    font-size: 28px;
  }
}

@media screen and (min-width:2560px) {

  /* #features .section_battery .toggle {width:650px;} */
  #features .section_battery .toggle .wrapper_btn .switch {
    width: 16%;
  }

  #features .section_battery .txt .txt1 {
    padding: 80px;
  }
}

/* toggle switch */
#features .section_battery .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

#features .section_battery .cmn-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

#features .section_battery input.cmn-toggle-round-flat+label {
  padding: 0;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

#features .section_battery input.cmn-toggle-round-flat+label:before,
#features .section_battery input.cmn-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

#features .section_battery input.cmn-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

#features .section_battery input.cmn-toggle-round-flat+label:after {
  top: 8px;
  left: 8px;
  bottom: 8px;
  margin-left: 0;
  width: calc(50px - (8px * 2));
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

#features .section_battery input.cmn-toggle-round-flat:checked+label:after {
  margin-left: calc(100% - 50px);
  background-color: #ff512b;
}

/* end toggle switch */

#features .section_battery .wrapper_guidebtn {
  margin-top: 30px !important;
}

@media screen and (min-width:992px) {
  #features .section_battery .wrapper_guidebtn {
    margin-top: 60px !important;
  }
}

#features .section_battery_expand {
  background-color: #111;
}

#features .section_battery_expand table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#features .section_noisecontrol {
  background: #000;
}

@media screen and (min-width: 992px) {
  #features .section_noisecontrol .text_container {
    display: flex;
    gap: 5%;
  }
}

#features .section_environmental {
  background: #000 url('./mobile/ambient-mode-mobile.jpg') no-repeat bottom center;
  padding-bottom: calc(100vw * 666 / 828);
  background-size: auto calc(100vw * 666 / 828);
}

#features .section_environmental .text_container {
  padding: 4vw;
}

#features .section_environmental .text_container .feature-subheader,
#features .section_environmental .text_container p {
  text-align: center !important;
}

#features .section_environmental .text_container p {
  color: #fff;
}

@media screen and (min-width: 992px) {
  #features .section_environmental {
    background: #000 url('./ambient-mode.jpg') no-repeat 25% 50%;
    min-height: calc(100vw * 1034 / 2560);
    padding-bottom: 0;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #features .section_environmental .row {
    /* max-width: 800px; */
    padding-right: 4vw;
  }

  #features .section_environmental .row {
    justify-content: flex-end;
  }

  #features .section_environmental .text_container .feature-subheader,
  #features .section_environmental .text_container p {
    text-align: left !important;
  }

}

#features .section_connectivity {
  background: #000;
}

#features .section_connectivity_expand {
  background: #000;
}

#features .section_connectivity_expand .wrapper_icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

#features .section_connectivity_expand .wrapper_icon>div {
  width: 48%;
  margin-bottom: 20px;
}

#features .section_connectivity_expand img {
  display: block;
  height: 100px;
  width: 120px;
  object-fit: contain;
  object-position: left;
}

#features .section_connectivity_expand .step {
  margin-top: 10px;
  margin-bottom: 0;
}

#features .section_connectivity_expand .step+p {
  margin-top: 0;
}

@media screen and (min-width:768px) {
  #features .section_connectivity_expand img {
    width: 177px;
    height: 85px;
  }
}

@media screen and (min-width:1200px) {
  #features .section_connectivity_expand .wrapper_icon>div {
    width: 22%;
  }

  #features .section_connectivity_expand img {
    width: 210px;
    height: 100px;
  }
}

@media screen and (min-width:1920px) {
  #features .section_connectivity_expand .container {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  #features .section_connectivity_expand img {
    width: 354px;
    height: 120px;
  }
}

#features .section_control {
  background: #fff;
}

#features .section_control_expand {
  background: #fff;
}

#features .section_control_expand .container-fluid {
  max-width: 1600px;
}

#features .section_control_expand .wrapper_table>div {
  padding-bottom: 30px;
}

#features .section_control_expand .title {
  font-size: 24px;
  line-height: 1.1;
  color: #111;
}

#features .section_control_expand table+.title {
  margin-top: 30px;
}

#features .section_control_expand table:last-of-type {
  margin-bottom: 10px;
}

#features .section_control_expand table td:first-of-type {
  text-align: center;
}

@media screen and (min-width:1200px) {
  #features .section_control_expand .wrapper_table {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }

  #features .section_control_expand .wrapper_table>div:nth-of-type(1),
  #features .section_control_expand .wrapper_table>div:nth-of-type(3) {
    width: 59%;
  }

  #features .section_control_expand .wrapper_table>div:nth-of-type(2),
  #features .section_control_expand .wrapper_table>div:nth-of-type(4) {
    width: 39%;
  }
}

#features .section_design {
  background: #f2f2f2;
}

#features .section_design .container-fluid:first-of-type {
  max-width: 2560px;
}

#features .section_design .wrapper_slick {
  position: relative;
}

#features .section_design .slick_portable {
  position: relative;
  margin: 30px 0;
  cursor: grab;
}

#features .section_design .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  height: 38px;
  width: 16px;
  margin-top: -19px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
  display: block;
}

#features .section_design .slick-arrow svg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  height: 100%;
}

#features .section_design .slick-arrow svg:hover {
  stroke-width: 2px;
  fill: #3158E6;
  stroke: #3158E6;
}

#features .section_design .slick-arrow.next {
  transform: rotate(180deg);
}

#features .section_design .slick-arrow.prev {
  left: 5px;
}

#features .section_design .slick-arrow.next {
  right: 5px;
}

#features .section_design .slick_portable .item {
  padding-left: 7px;
  padding-right: 7px;
}

#features .section_design .slick_portable img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}

#features .section_design a {
  border: 0;
  text-decoration: underline;
  color: inherit;
}

@media screen and (min-width:768px) {
  #features .section_design .slick_portable {
    margin-bottom: 60px;
  }

  #features .section_design .slick-arrow {
    height: 56px;
    width: 24px;
    margin-top: -28px;
    opacity: 0.5;
  }

  #features .section_design .slick-arrow.prev {
    left: -25px;
  }

  #features .section_design .slick-arrow.next {
    right: -25px;
  }

  #features .section_design .wrapper_slick:hover .slick-arrow {
    opacity: 1;
  }

  #features .section_design .wrapper_slick:hover .slick-arrow.prev {
    left: 22px;
  }

  #features .section_design .wrapper_slick:hover .slick-arrow.next {
    right: 22px;
  }
}

@media screen and (min-width:1200px) {
  #features .section_design .slick_portable {
    margin-bottom: 120px;
  }

  #features .section_design .slick_portable .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width:1920px) {
  #features .section_design .slick_portable {
    margin-top: 60px;
  }
}

#features .section_rgb {
  background: #000;
}

/*slider css*/
#features .section_rgb .rgb-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#features .section_rgb .mouse-wrapper {
  position: relative;
}

#features .section_rgb .mouse-img-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

#features .section_rgb .mouse-wrapper img {
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#features .section_rgb .mouse-wrapper #gradient,
#features .section_rgb .mouse-wrapper .glow {
  position: absolute;
  top: 20px;
  left: 1%;
  right: 1%;
  bottom: 20px;
  z-index: 0;
}

#features .section_rgb .mouse-color-changer {
  padding: 0;
}

#features .section_rgb .mouse-color-changer .rgb-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center !important;
}

#features .section_rgb .mouse-color-changer img~#gradient,
#features .section_rgb .mouse-color-changer img~.glow {
  opacity: 0;
  -webkit-transition: .3s 1s opacity;
  -o-transition: .3s 1s opacity;
  transition: .3s 1s opacity;
}

#features .section_rgb .mouse-color-changer img.ready~#gradient,
#features .section_rgb .mouse-color-changer img.ready~.glow {
  opacity: 1;
}

#features .section_rgb .mouse-color-changer img.ready~#gradient {
  opacity: 1;
  z-index: 1;
  -webkit-transition: .4s opacity;
  -o-transition: .4s opacity;
  transition: .4s opacity;
  background: -webkit-linear-gradient(270deg, #f07f10, #f010ac, #10f05e, #ebf010, #10eef0, #f01010);
  background: -moz-linear-gradient(270deg, #f07f10, #f010ac, #10f05e, #ebf010, #10eef0, #f01010);
  background: -ms-linear-gradient(270deg, #f07f10, #f010ac, #10f05e, #ebf010, #10eef0, #f01010);
  background: linear-gradient(270deg, #f07f10, #f010ac, #10f05e, #ebf010, #10eef0, #f01010);
  background-size: 1200% 1200%;
  -webkit-animation: gradient 9s ease infinite;
  -moz-animation: gradient 9s ease infinite;
  animation: gradient 9s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

#features .section_rgb .mouse-color-changer:hover img.ready~#gradient,
#features .section_rgb .mouse-color-changer.custom-color img.ready~#gradient {
  opacity: 0;
}

#features .section_rgb .mouse-wrapper .glow {
  background-color: rgb(255, 0, 0);
}

#features .section_rgb .color-changer {
  position: relative;
  height: 7px;
  background: -webkit-linear-gradient(left, hsl(0, 100%, 50%), hsl(10, 100%, 50%), hsl(20, 100%, 50%), hsl(30, 100%, 50%), hsl(40, 100%, 50%), hsl(50, 100%, 50%), hsl(60, 100%, 50%), hsl(70, 100%, 50%), hsl(80, 100%, 50%), hsl(90, 100%, 50%), hsl(100, 100%, 50%), hsl(110, 100%, 50%), hsl(120, 100%, 50%), hsl(130, 100%, 50%), hsl(140, 100%, 50%), hsl(150, 100%, 50%), hsl(160, 100%, 50%), hsl(170, 100%, 50%), hsl(180, 100%, 50%), hsl(190, 100%, 50%), hsl(200, 100%, 50%), hsl(210, 100%, 50%), hsl(220, 100%, 50%), hsl(230, 100%, 50%), hsl(240, 100%, 50%), hsl(250, 100%, 50%), hsl(260, 100%, 50%), hsl(270, 100%, 50%), hsl(280, 100%, 50%), hsl(290, 100%, 50%), hsl(300, 100%, 50%), hsl(310, 100%, 50%), hsl(320, 100%, 50%), hsl(330, 100%, 50%), hsl(340, 100%, 50%), hsl(350, 100%, 50%), hsl(360, 100%, 50%));
  ;
  background: -moz-linear-gradient(left, hsl(0, 100%, 50%), hsl(10, 100%, 50%), hsl(20, 100%, 50%), hsl(30, 100%, 50%), hsl(40, 100%, 50%), hsl(50, 100%, 50%), hsl(60, 100%, 50%), hsl(70, 100%, 50%), hsl(80, 100%, 50%), hsl(90, 100%, 50%), hsl(100, 100%, 50%), hsl(110, 100%, 50%), hsl(120, 100%, 50%), hsl(130, 100%, 50%), hsl(140, 100%, 50%), hsl(150, 100%, 50%), hsl(160, 100%, 50%), hsl(170, 100%, 50%), hsl(180, 100%, 50%), hsl(190, 100%, 50%), hsl(200, 100%, 50%), hsl(210, 100%, 50%), hsl(220, 100%, 50%), hsl(230, 100%, 50%), hsl(240, 100%, 50%), hsl(250, 100%, 50%), hsl(260, 100%, 50%), hsl(270, 100%, 50%), hsl(280, 100%, 50%), hsl(290, 100%, 50%), hsl(300, 100%, 50%), hsl(310, 100%, 50%), hsl(320, 100%, 50%), hsl(330, 100%, 50%), hsl(340, 100%, 50%), hsl(350, 100%, 50%), hsl(360, 100%, 50%));
  background: linear-gradient(left, hsl(0, 100%, 50%), hsl(10, 100%, 50%), hsl(20, 100%, 50%), hsl(30, 100%, 50%), hsl(40, 100%, 50%), hsl(50, 100%, 50%), hsl(60, 100%, 50%), hsl(70, 100%, 50%), hsl(80, 100%, 50%), hsl(90, 100%, 50%), hsl(100, 100%, 50%), hsl(110, 100%, 50%), hsl(120, 100%, 50%), hsl(130, 100%, 50%), hsl(140, 100%, 50%), hsl(150, 100%, 50%), hsl(160, 100%, 50%), hsl(170, 100%, 50%), hsl(180, 100%, 50%), hsl(190, 100%, 50%), hsl(200, 100%, 50%), hsl(210, 100%, 50%), hsl(220, 100%, 50%), hsl(230, 100%, 50%), hsl(240, 100%, 50%), hsl(250, 100%, 50%), hsl(260, 100%, 50%), hsl(270, 100%, 50%), hsl(280, 100%, 50%), hsl(290, 100%, 50%), hsl(300, 100%, 50%), hsl(310, 100%, 50%), hsl(320, 100%, 50%), hsl(330, 100%, 50%), hsl(340, 100%, 50%), hsl(350, 100%, 50%), hsl(360, 100%, 50%));
  width: 60%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) inset, -2px -2px 3px rgba(255, 255, 255, 0.3) inset;
  border-radius: 20px;
  z-index: 3;
  margin: auto;
}


/* For Fat Fingers. :) */
#features .section_rgb .color-changer:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

#features .section_rgb .color-changer .handle {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 18px;
  height: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+72,828c95+68,828c95+88,828c95+75,28343b+100;Grey+Black+3D */
  background: #b5bdc8;
  /* Old browsers */
  border: none;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, .6) inset, 0 0 6px rgba(0, 0, 0, .4) inset;
  border-radius: 20px;
  margin: -5px -9px;
  z-index: 2;
}

/* For Fat Fingers. :) */
#features .section_rgb .color-changer .handle:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}

@media screen and (min-width: 992px) {

  #features .section_rgb .row {
    /* max-width: 800px; */
    padding-right: 4vw;
  }

  #features .section_rgb .mouse-img-wrapper {
    margin-bottom: 0;
  }

  #features .section_rgb .mouse-color-changer .rgb-text {
    text-align: left !important;
  }

  #features .section_rgb .mouse-color-changer {
    display: flex;
    align-items: center;
  }

  #features .section_rgb .row.breakout {
    max-width: 2000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #features .section_rgb .mouse-color-changer .rgb-text {
    opacity: 0;
  }

  #features .section_rgb .color-changer {
    margin: 0;
  }

  #features .section_rgb .mouse-color-changer:hover .rgb-text {
    opacity: 1;
  }

  #features .section_rgb .rgb-text-container {
    padding-bottom: 0px;
  }
}

@media screen and (min-width:1920px) {
  #features .section_rgb .mouse-color-changer {
    align-items: center;
  }
}

#features .section_rgb .order-1,
#features .section_rgb .order-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  #features .section_rgb .order-1 {
    order: 2;
    margin: 30px 0;
  }

  #features .section_rgb .order-2 {
    order: 1;
  }
}

#features .section_download {background:#fff;}
#features .section_download .container-fluid {max-width:2500px;}
#features .section_download .logo {margin-top:10px;margin-bottom:20px;width:40%;max-width:200px;}
#features .section_download img+h4 {
  margin-bottom: 40px;
}
#features .section_download .txt2 {margin-top:50px;}
#features .section_download .wrapper_icon {display:flex;margin-top:20px;gap:10px;justify-content:center;}
#features .section_download .wrapper_icon a {display:inline-block;}
#features .section_download .wrapper_icon img {height:42px;width:auto;max-width:none;}
#features .section_download .wrapper_btn {margin-top:20px;}
#features .section_download p a,
#features .section_download p a:hover,
#features .section_download p a:visited {border-bottom:1px solid #000;}

#features .section_download .btn {
  border-radius: 12px;
  padding: 5px 8px;
  font-size: clamp(18px, calc(18px + ((30 - 18) / (2560 - 768) * (100vw - 768px))), 30px); /*18 to 30*/
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  display: inline-block;
}
#features .section_download .btn.bg_blue {background: #3a4fe8;}
#features .section_download .btn.white {color:#fff;}

@media screen and (min-width:768px) {
  #features .section_download .txt2 {margin-top:0;}
  #features .section_download .wrapper_icon {margin-top:30px;}
  #features .section_download .wrapper_icon img {height:50px;}
  #features .section_download .btn {border-radius:50px;padding:10px 20px;}
}

@media screen and (min-width:1200px) {
  #features .section_download .row2 {justify-content:center;gap:7vw;}
  #features .section_download .logo {margin-top:30px;margin-bottom:40px;}
  #features .section_download .wrapper_icon {gap:20px;}
  #features .section_download .btn {padding:10px 50px;}
}
@media screen and (min-width:1920px) {
  #features .section_download .logo {margin-top:50px;margin-bottom:60px;}
  #features .section_download .wrapper_icon img {height:74px;}
}


/*jp ff logo  css */
.storepage_2 .product-hero-container .gallery-thumbnail>ul {margin-bottom:0;}
.storepage_2 .product-hero-container .gallery-thumbnail {margin-bottom:30px;}
.storepage_2 .product-hero-container .fflogo {
  width:100%;
  max-width:295px;
  display:block;
  margin:0 auto 30px auto;
}
.storepage_2 .product-hero-container .fflogo img {
  width:50px;
  height:auto;
  display:block;
  margin:0 auto;
}

@media screen and (min-width:768px) {
  .storepage_2 .product-hero-container .fflogo {
    margin-left:0;
    width:calc(25% - 10px);
  }
  .storepage_2 .product-hero-container .fflogo img {
    width:100px;
  }
}

@media screen and (min-width:1200px) {
  .storepage_2 .product-hero-container .fflogo img {
    width:157px;
  }
}

/* @media screen and (min-width:1920px) {
  .storepage_2 .product-hero-container .gallery-thumbnail {margin-bottom:60px;}  
} */