@charset "UTF-8";

@font-face {
  font-family: "Forma DJR Banner";
  font-weight: 400;
  src: url("../font/Forma DJR Banner Regular.otf") format("opentype");
}

@font-face {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  src: url("../font/Forma DJR Banner Medium.otf") format("opentype");
}

@font-face {
  font-family: "Forma DJR Banner";
  font-weight: 700;
  src: url("../font/Forma DJR Banner Bold.otf") format("opentype");
}

@font-face {
  font-family: "NHaasGroteskDSPro";
  font-weight: 300;
  src: url("../font/Neue Haas Grotesk Display Pro 45 Light.otf") format("opentype");
}

@font-face {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  src: url("../font/Neue Haas Grotesk Display Pro 55 Roman.otf") format("opentype");
}

@font-face {
  font-family: "NHaasGroteskDSPro";
  font-weight: 500;
  src: url("../font/Neue Haas Grotesk Display Pro 65 Medium.otf") format("opentype");
}

@font-face {
  font-family: "NHaasGroteskDSPro";
  font-weight: 700;
  src: url("../font/Neue Haas Grotesk Display Pro 75 Bold.otf") format("opentype");
}

html {
  font-size: calc(100vh * 16 / 840);
}

body .main {
  margin: auto;
  background-image: url(../img/bg-01.png);
  background-size: cover;
}

body::-webkit-scrollbar {
  width: 0.875rem;
}

body::-webkit-scrollbar-track {
  background-color: #000000;
}

body::-webkit-scrollbar-thumb {
  background-color: #FF916A;
}

h1 {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  font-size: 7.5rem;
  line-height: 6.875rem;
  letter-spacing: 0rem;
  color: #FFFAE8;
  text-transform: uppercase;
}

h1 span {
  color: #FF916A;
}

h2 {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 5.625rem;
  letter-spacing: 0rem;
  color: #FFFAE8;
  text-transform: uppercase;
}

h2 span {
  color: #FF916A;
}

.hide-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 60rem;
}

a {
  color: #FF916A;
  text-decoration: none;
}

p {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 0rem;
  color: #FFFAE8;
  margin-bottom: 1.875rem;
}

p b {
  font-weight: 500;
}

.btn-dark-blue {
  border: 1px solid #FFFAE8;
  border-radius: 30px;
  padding: 5px;
}

.btn-dark-blue span,
.btn-dark-blue a {
  display: block;
  min-width: 7.5rem;
  background-color: #040028;
  color: #FFFAE8 !important;
  font-family: "Forma DJR Banner";
  font-weight: 500;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px;
}

header {
  z-index: 9999;
}

header .row>* {
  width: auto;
}

header .navbar {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-right: 1.25rem;
  padding-left: 4.6875rem;
}

header .navbar .navbar-brand {
  z-index: 1030;
  cursor: pointer;
}

header .navbar .navbar-brand img {
  width: 5.375rem;
}

header .navbar .hambuger-icon {
  margin: 1.25rem 0;
  width: 1.75rem;
  height: 1.5625rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999999;
}

header .navbar .hambuger-icon span {
  display: block;
  position: absolute;
  height: 0.375rem;
  width: 50%;
  background: #FFFAE8;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .navbar .hambuger-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.375rem 0.375rem 0;
}

header .navbar .hambuger-icon span:nth-child(odd) {
  left: 0rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

header .navbar .hambuger-icon span:nth-child(1),
header .navbar .hambuger-icon span:nth-child(2) {
  top: 0rem;
}

header .navbar .hambuger-icon span:nth-child(3),
header .navbar .hambuger-icon span:nth-child(4) {
  top: 0.5625rem;
}

header .navbar .hambuger-icon span:nth-child(5),
header .navbar .hambuger-icon span:nth-child(6) {
  top: 1.125rem;
}

header .navbar .hambuger-icon.open span:nth-child(1),
header .navbar .hambuger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar .hambuger-icon.open span:nth-child(2),
header .navbar .hambuger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .navbar .hambuger-icon.open span:nth-child(1) {
  left: 0.1875rem;
  top: 0rem;
}

header .navbar .hambuger-icon.open span:nth-child(2) {
  left: calc(50% - 0.1875rem);
  top: 0rem;
}

header .navbar .hambuger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

header .navbar .hambuger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

header .navbar .hambuger-icon.open span:nth-child(5) {
  left: 0.1875rem;
  top: 0.6875rem;
}

header .navbar .hambuger-icon.open span:nth-child(6) {
  left: calc(50% - 0.1875rem);
  top: 0.6875rem;
}

header .navbar .search-wrapper {
  display: flex;
  align-items: center;
  width: 37.5rem;
  margin-left: auto;
  margin-right: 2.5rem;
}

header .navbar .search-wrapper .search-input-wrapper::before {
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.375rem;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #040028;
}

header .navbar .search-wrapper .search-input-wrapper input {
  height: 3.75rem;
  padding: 1.5625rem;
  padding-left: 4.375rem;
  background-color: #FFFAE8;
  border-radius: 1.875rem;
  color: #040028;
  font-family: "Forma DJR Banner";
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.01875rem;
}

header .navbar .search-wrapper .search-input-wrapper .search-result {
  background-color: rgba(4, 0, 40, 0.9);
  position: absolute;
  top: 4.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-bottom-left-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
  height: 0rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

header .navbar .search-wrapper .search-input-wrapper .search-result.show {
  height: auto;
}

header .navbar .search-wrapper .search-input-wrapper .search-result ul {
  padding: 2rem 2.625rem;
  list-style: none;
}

header .navbar .search-wrapper .search-input-wrapper .search-result ul li {
  margin-bottom: 1.25rem;
}

header .navbar .search-wrapper .search-input-wrapper .search-result ul li a {
  color: #FFFAE8;
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0rem;
}

header .navbar .search-wrapper .search-input-wrapper .search-result ul li a:hover {
  color: #FF916A;
}

header .navbar .search-wrapper .search-input-wrapper .search-result ul li:last-child {
  margin-bottom: 0;
}

header .navbar .search-wrapper .close-search-btn {
  font-size: 2rem;
  color: #FFFAE8;
  padding-left: 0.9375rem;
}

header .navbar .search-wrapper-mobile {
  display: none;
}

header .navbar .menu-content {
  position: fixed;
  height: 0;
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  transform: translateX(100%);
  z-index: 1020;
  background: #040028;
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

header .navbar .menu-content.show {
  transform: translateX(0);
}

header .navbar .menu-content .menu-content-wrapper {
  padding-top: 8.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .navbar .menu-content .menu-content-bottom {
  justify-content: center;
}

header .navbar .link-wrapper {
  margin-left: 9.375rem;
}

header .navbar .link-wrapper .nav-item {
  margin-bottom: 0.3125rem;
}

header .navbar .link-wrapper a {
  color: #FFFAE8;
  border-radius: 50px;
  border: 1px solid #FFFAE8;
  font-size: 1.875rem;
  font-family: "Forma DJR Banner";
  font-weight: 400;
  display: inline-block;
  transition: border 0.3s ease-in-out;
  /* padding: 0.3125rem 2.8125rem; */
}

header .navbar .link-wrapper a:hover {
  border-radius: 30px;
  border: 2px solid #FF916A;
}

header .navbar .indicator {
  display: none;
  width: 15px;
  height: 5px;
  background-color: #FF916A;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  transform: translateX(-50%);
  transition: top 0.5s ease-in-out;
}

.scrollspy-nav-custom {
  border: 1px solid white;
  display: flex;
  width: fit-content;
  border-radius: 50px;
  padding: 5px;
  /* position: sticky;
  top: 11rem; */
  background-color: #040028;
}

.scrollspy-nav-custom .nav-link {
  font-family: "Forma DJR Banner";
  font-size: 1.5rem;
  color: #FFFAE8;
  background-color: transparent;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.scrollspy-nav-custom .nav-link:hover,
.scrollspy-nav-custom .nav-link.active {
  background-color: #FF916A;
  border-radius: 50px;
}

.scrollspy-content {
  position: relative;
  height: 700px;
  margin-top: 0.5rem;
  overflow: auto;
}

.scrollspy-content::-webkit-scrollbar {
  display: none;
}

.full-height {
  min-height: 100vh;
}

footer {
  background-color: #040028;
  position: relative;
}

footer .footer-wrapper {
  padding: 2.5rem 5.625rem;
}

footer .footer-wrapper .contact {
  margin-bottom: 15.625rem;
}

footer .footer-wrapper .contact .title {
  color: #FFFAE8;
  font-family: "Forma DJR Banner";
  font-size: 5.625rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4.375rem;
}

footer .footer-wrapper .contact .title span {
  font-family: "Forma DJR Banner";
  color: #FF916A;
}

footer .footer-wrapper .contact .description p {
  margin: 0;
  font-size: 1.5625rem;
  font-weight: 500;
}

footer .footer-wrapper .contact .description p a {
  color: #FF916A;
}

footer .footer-wrapper .contact .description .text {
  font-weight: 400;
}

footer .footer-wrapper .icon-list {
  margin-bottom: 3.75rem;
}

footer .footer-wrapper .icon-list a {
  margin-right: 1.875rem;
}

footer .footer-wrapper .wrapper-privacy {
  display: flex;
  justify-content: space-between;
}

footer .footer-wrapper .wrapper-privacy .privacy {
  list-style: none;
  padding-left: 0rem;
  display: flex;
  margin-bottom: 0.3125rem;
}

footer .footer-wrapper .wrapper-privacy .privacy li {
  border-left: 0.125rem solid #FFFAE8;
  padding: 0 0.3125rem;
  line-height: 1;
}

footer .footer-wrapper .wrapper-privacy .privacy li a {
  color: #FFFAE8;
}

footer .footer-wrapper .wrapper-privacy .privacy li a:hover {
  color: #FF916A;
}

footer .footer-wrapper .wrapper-privacy .privacy li:first-child {
  padding-left: 0rem;
  border-left: 0;
}

footer .footer-wrapper a.smooth-scroll {
  color: #FFFAE8;
}

footer .footer-wrapper .smooth-scroll-mobile {
  display: none;
}

footer .footer-wrapper .copyright {
  font-family: "Forma DJR Banner";
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.00625rem;
  color: #FFFAE8;
  text-transform: uppercase;
}

.side-bar {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  width: 23.75rem;
  height: 100%;
  min-height: 100vh;
  background-color: #040028;
  padding-right: 4.0625rem;
  padding-left: 4.0625rem;
  padding-top: 2.5rem;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}

.side-bar.show {
  transform: translateX(0);
}

.side-bar .navbar-brand {
  cursor: pointer;
}

.side-bar .navbar-nav {
  margin-top: 6.25rem;
}

.side-bar .navbar-nav .nav-item .nav-link {
  color: #FFFAE8;
  margin-bottom: 1.375rem;
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0rem;
}

.side-bar .navbar-nav .nav-item .nav-link:hover {
  color: #FF916A;
}

.emptyPage {
  height: 100vh;
}

.emptyPage-25 {
  height: 25vh;
}

.emptyPage-50 {
  height: 50vh;
}

#canvas {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.progress-bar-wrapper ul {
  padding-left: 0;
  position: relative;
  list-style: none;
  color: #FFFAE8;
}

.progress-bar-wrapper ul::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 100%;
  width: 0.125rem;
  background-color: currentColor;
  z-index: -1;
  display: none;
}

.progress-bar-wrapper ul li {
  position: relative;
  margin-bottom: 1.375rem;
  cursor: pointer;
  width: 100%;
}

.progress-bar-wrapper ul li:first-child img {
  width: 1.25rem;
}

.progress-bar-wrapper ul li:hover a,
.progress-bar-wrapper ul li.active a {
  color: #FF916A;
}

.progress-bar-wrapper ul li a {
  display: block;
  border-radius: 0.1875rem;
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 3.125rem;
  line-height: "auto";
  letter-spacing: 0.00625rem;
  transition: all 0.3s ease-out;
  color: currentColor;
  text-transform: uppercase;
  line-height: 1;
}

.progress-bar-wrapper ul li label {
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
}

.progress-bar-wrapper-home {
  position: fixed;
  bottom: 10%;
  left: 3.125rem;
  z-index: 888;
}

.progress-bar-wrapper-home img {
  width: 2.25rem;
  transform-origin: center bottom;
  animation: shakeY 5s infinite;
}

.ride-the-high-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}

.ride-the-high-modal .modal-content {
  height: 100vh;
  background-color: #040028;
}

.ride-the-high-modal .modal-content .video {
  width: 59.0625rem;
  height: 33.4375rem;
  background-color: #000000;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ride-the-high-modal .modal-content .video .zoom {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}

.ride-the-high-modal .modal-content .video .btn-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -2.8125rem;
}

.ride-the-high-modal .modal-header {
  border: 0;
  border-radius: 0;
}

.ride-the-high-modal .btn-close {
  background-color: gray;
}

.steamlined-modal.modal {
  top: 5rem;
  height: 100vh;
}

.steamlined-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

.steamlined-modal .modal-content {
  height: calc(100vh - 115px);
  background-color: #040028;
  height: 100%;
}

.steamlined-modal .modal-header {
  border: 0;
  border-radius: 0;
}

.steamlined-modal .steamlined {
  position: relative;
  margin-top: 5.3125rem;
}

.steamlined-modal .steamlined h2 {
  margin-bottom: 3.75rem;
}

.steamlined-modal .steamlined .description p {
  font-size: 1.25rem;
  max-width: 27.5rem;
}

.steamlined-modal .steamlined .right-img {
  position: absolute;
  top: 40%;
  right: -10%;
  width: 65%;
}

.steamlined-modal .steamlined .btn-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -2.8125rem;
}

main section {
  min-height: 100vh;
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

main section#an-audiable-high {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

main section#an-audiable-high h1 {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

main section#an-audiable-high h1 span:last-child {
  color: #FFFAE8;
  text-align: right;
}

main section#an-audiable-high .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

main section#hear-to-believe {
  text-align: center;
  /* background-color: #040028; */
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

main section#hear-to-believe h2 {
  margin-bottom: 1.8125rem;
}

main section#hear-to-believe .video {
  width: 56.0625rem;
  height: 30.4375rem;
  margin: 0 auto;
  background-color: #000000;
  position: relative;
}

main section#hear-to-believe .video img {
  position: absolute;
  top: 25px;
  right: 25px;
}

main section#more-than-meets-the-ear .container {
  margin-top: 13.125rem;
}

main section#more-than-meets-the-ear .container h2 {
  margin-bottom: 4.375rem;
}

main section#more-than-meets-the-ear .container .description {
  padding-left: 21.25rem;
}

main section#break-free .container {
  margin-top: 16.875rem;
  padding-right: 12.5rem;
}

main section#break-free .container h2 {
  margin-bottom: 4.375rem;
}

main section#break-free .container .description {
  padding-left: 0rem;
}

main section#ride-the-high .container {
  margin-top: 16.875rem;
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

main section#ride-the-high .container h2 {
  margin-bottom: 4.375rem;
}

main section#ride-the-high .container .description {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding-left: 0rem;
}

/* main section#ride-the-high .container .description:not(.aos-animate) {
  display: none;
} */
main section#aural-portal {
  overflow: visible;
}

main section#aural-portal .container {
  margin-top: 9.375rem;
}

main section#aural-portal .container h2 {
  margin-bottom: 4.375rem;
}

main section#aural-portal .container .description {
  padding-left: 0rem;
  width: 50%;
  max-width: 34.6875rem;
  /* margin-left: 20rem; */
}

/* main section#aural-portal .container .musics-games-movies {
  margin-top: 7.8125rem;
} */
main section#aural-portal .container .musics-games-movies #scrollspy-musics-games-movies-nav {
  margin-bottom: 2.5rem;
  margin-top: 10rem;
}

main section#our-arsenal {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

main section#our-arsenal h2 {
  margin-top: -6.25rem;
}

main section#our-arsenal .scroll-text {
  width: 100%;
}

main section#our-arsenal .scroll-text .marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

main section#our-arsenal .scroll-text .marquee:hover .marquee-title {
  animation-play-state: paused;
}

main section#our-arsenal .scroll-text .marquee .marquee-title {
  display: inline-block;
  animation: marquee 10s linear infinite;
}

main section#our-arsenal .scroll-text .marquee .marquee-title a {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 5.625rem;
  letter-spacing: 0rem;
  color: #FFFAE8;
  text-transform: uppercase;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

main section#our-arsenal .scroll-text .marquee .marquee-title a:hover {
  color: #FF916A;
}

main section#headphone-live-speaker {
  overflow: visible;
}

main section#headphone-live-speaker .container {
  margin-top: 8.75rem;
}

/* main section#headphone-live-speaker .container .tab-content {
  max-height: calc(100vh - 11.875rem);
  overflow-y: auto;
} */
main section#headphone-live-speaker .container .tab-content .sub-section {
  min-height: calc(100vh - 11.875rem);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

main section#headphone-live-speaker .container .tab-content .sub-section:not(:first-child) {
  margin-top: 18.75rem;
}

main section#headphone-live-speaker .container .tab-content #live .sub-section {
  position: relative;
}

main section#headphone-live-speaker .container .tab-content #live .sub-section:nth-child(2) .description {
  max-width: 34.375rem;
  margin-left: auto;
}

main section#headphone-live-speaker .container .tab-content #live .sub-section .right-img {
  position: absolute;
  width: 28.125rem;
  right: -3%;
}

main section#headphone-live-speaker .container h2 {
  margin-bottom: 4.375rem;
}

main section#headphone-live-speaker .container .description {
  padding-left: 0rem;
  width: 100%;
  max-width: 40rem;
}

main section#headphone-live-speaker .container .headphone-live-speaker-content {
  margin-top: 7.8125rem;
}

main section#headphone-live-speaker .container .headphone-live-speaker-content #scrollspy-headphone-live-speaker-nav {
  margin-bottom: 2.5rem;
}

main section#headphone-live-speaker .container .headphone-live-speaker-content #scrollspy-headphones .description-one {
  padding-left: 21.25rem;
  max-width: 100%;
}

main section#power-trip {
  padding-top: 10.625rem;
}

main section#power-trip .container {
  margin-top: 9.375rem;
}

main section#power-trip h2 {
  margin-bottom: 6.25rem;
}

main section#power-trip .description {
  position: relative;
}

main section#power-trip .description .left-text {
  width: 17.5rem;
}

main section#power-trip .description .left-text p {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  margin-bottom: 0;
}

main section#power-trip .description .center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  width: 31.25rem;
}

main section#power-trip .description .right-text {
  right: 0%;
  width: 20rem;
  margin-left: auto;
}

main section#power-trip .description .right-text p {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
}

main section#products .level-up,
main section#products .powered {
  margin-top: 7.5rem;
}

main section#products .level-up .description,
main section#products .powered .description {
  margin-bottom: 1rem;
}

main section#products .level-up .product-list,
main section#products .powered .product-list {
  margin-top: 5rem;
}

main section#products .level-up .product-list .product-item .min-item .img-wrapper,
main section#products .powered .product-list .product-item .min-item .img-wrapper {
  position: relative;
  padding-top: 100%;
}

main section#products .level-up .product-list .product-item .min-item .img-wrapper img,
main section#products .powered .product-list .product-item .min-item .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

main section#products .level-up .product-list .product-item .min-item .product-name,
main section#products .powered .product-list .product-item .min-item .product-name {
  text-transform: uppercase;
  font-family: "Forma DJR Banner";
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.25rem;
  color: #FFFAE8;
  cursor: pointer;
  margin-top: 1.375rem;
}

main section#products .level-up .product-list .product-item .min-item .product-name:hover,
main section#products .powered .product-list .product-item .min-item .product-name:hover {
  color: #FF916A;
}

main section#products .level-up .product-list h2,
main section#products .powered .product-list h2 {
  margin-bottom: 2.5rem;
}

/* main section#products .wrapper-description {
  margin-top: 7.8125rem;
} */
main section#products .powered .container {
  padding-top: 7.1875rem;
  border-top: 1px solid #FFFAE8;
}

main section#products .powered .product-item {
  margin-bottom: 12.5rem;
}

main section#products .level-up .product-item {
  margin-bottom: 4.375rem;
}

main section#wavelength .container {
  margin-top: 13.125rem;
}

main section#wavelength .container h2 {
  margin-bottom: 5rem;
}

main section#wavelength .container .description {
  padding-left: 0rem;
  width: 100%;
  max-width: 34.6875rem;
  margin-left: auto;
}

main section#embrace-excellence {
  padding: 0%;
}

main section#embrace-excellence .container {
  margin-top: 16.875rem;
}

main section#embrace-excellence .container h2 {
  margin-bottom: 3.125rem;
}

main section#embrace-excellence .container .description {
  padding-left: 0rem;
  width: 100%;
  max-width: 45.375rem;
  margin-left: auto;
  font-size: 1.25rem;
  padding-right: 20px;
}

main section#embrace-excellence .container .reviews-hightlight {
  margin-top: 9.375rem;
}

main section#embrace-excellence .container .reviews-hightlight h3 {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 3.25rem;
  letter-spacing: 0rem;
  color: #FF916A;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider .slick-slide {
  padding-bottom: 10px !important;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider .slick-slide .highlight-slider-item {
  padding-right: 1rem;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider .slick-slide:last-child .highlight-slider-item {
  width: calc(100% / 3) !important;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider .img-container {
  position: relative;
  text-align: center;
  color: white;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider img {
  width: 50% !important;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider .centered {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-family: "Forma DJR Banner";
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider {
  padding-top: 6.25rem;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .description.hide-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-pack: end;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .view {
  /* color: #FFFAE8;
  background-color: #040028;
  border: 1px solid #FFFAE8;
  border-radius: 30px;
  padding: 5px; */
  font-weight: 500;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-slide {
  padding: 0 0.625rem;
  display: flex;
  /* width: 470px !important; */
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-slide:focus {
  outline: 0;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-dots {
  top: 0;
  bottom: unset;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-dots li {
  margin-bottom: 5px;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-dots li button::before {
  color: transparent;
  font-size: 0.75rem;
  opacity: 0.25;
  border: 2px solid white;
  border-radius: 50%;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-dots li.slick-custom-active button {
  background-color: #FF916A;
  border-radius: 50%;
}

main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider .slick-dots li.slick-custom-active button:before {
  opacity: 1;
}

main section#embrace-excellence .container .best-ces {
  margin-top: 11.875rem;
  margin-bottom: 15.625rem;
}

main section#embrace-excellence .container .best-ces h3 {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 3.25rem;
  letter-spacing: 0rem;
  color: #FF916A;
  text-transform: uppercase;
}

main section#embrace-excellence .container .best-ces h4 {
  font-family: "Forma DJR Banner";
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 3.25rem;
  letter-spacing: 0rem;
  color: #FFFAE8;
  text-transform: uppercase;
}

/* main section#embrace-excellence .container .best-ces .slider-wrapper {
  margin-bottom: 12.5rem;
} */
main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider {
  margin-top: 6.875rem;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider .slick-list {
  padding: 2.5rem 0 !important;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider .slick-track {
  display: flex;
  align-items: center;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider .ces-slider-item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: 14.0625rem;
  transition: all ease-out 0.5s;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider .ces-slider-item.slick-active.slick-center {
  opacity: 1;
  transform: scale(1.336);
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider .ces-slider-item.slick-active.slick-current+.slick-active img {
  max-width: unset;
  opacity: 1;
  width: 100%;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-slider .ces-slider-item img {
  max-width: 12.5rem;
  margin: auto;
  opacity: 0.6;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider {
  width: 37.5rem;
  margin: auto;
  margin-top: 6.25rem;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .ces-text-slider-item {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
  height: 400px;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .ces-text-slider-item .comment {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 0.00625rem;
  margin-bottom: 3.75rem;
  color: #FFFAE8;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .ces-text-slider-item .author {
  font-family: "NHaasGroteskDSPro";
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 0.00625rem;
  color: #FFFAE8;
  text-align: right;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .slick-next {
  right: -2.5rem;
  width: 2.625rem;
  height: 1.75rem;
  transform: translate(100%, -100%);
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .slick-next::before {
  display: block;
  content: "";
  background-image: url("../img/arrow-right.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .slick-prev {
  left: -2.5rem;
  width: 2.625rem;
  height: 1.75rem;
  transform: translate(-100%, -100%);
}

main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .slick-prev::before {
  display: block;
  content: "";
  background-image: url("../img/arrow-left.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}

main section#embrace-excellence .container .best-ces .award {
  margin-bottom: 15rem;
}

main section#embrace-excellence .container .best-ces .award .award-image {
  text-align: center;
  margin-bottom: 5.625rem;
}

main section#embrace-excellence .container .best-ces .award .award-image img {
  width: 39.375rem;
}

main section#embrace-excellence .container .best-ces .award .description {
  width: 50.375rem;
  margin: auto;
}

main section#embrace-excellence .container .best-ces .hardware-zone .award-image {
  text-align: center;
  margin-bottom: 7.5rem;
}

main section#embrace-excellence .container .best-ces .hardware-zone .award-image img {
  width: 19rem;
}

main section#embrace-excellence .container .best-ces .hardware-zone .description {
  width: 32.875rem;
  margin: auto;
}

@keyframes marquee {
  0% {
    z-index: 100;
    transform: translate(0, 0);
  }

  100% {
    z-index: 0;
    transform: translate(-100%, 0);
  }
}

.aural-tab-sticky-menu a {
  font-family: "Forma DJR Banner";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 7.5rem;
  letter-spacing: 0.03125rem;
  color: #FFFAE8;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-left: 0.1875rem solid #FF916A;
  text-transform: uppercase;
}

.aural-tab-sticky-menu a:first-child {
  padding-left: 0;
  border-left: none;
}

.aural-tab-sticky-menu a.active {
  color: #FF916A;
  pointer-events: none;
}

.aural-tab-sticky-menu a:hover {
  color: #FF916A;
}

.aural-tab-sticky-menu.small {
  margin-bottom: 5rem;
}

.aural-tab-sticky-menu.small a {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.custom-tab-menu {
  border-bottom: 0;
}

.custom-tab-menu .nav-item a {
  font-family: "Forma DJR Banner";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 7.5rem;
  letter-spacing: 0.03125rem;
  color: #FFFAE8;
  padding: 0rem 1.875rem;
  border: none;
  border-left: 0.1875rem solid #FF916A;
  text-transform: uppercase;
  border-color: #FF916A !important;
}

.custom-tab-menu .nav-item a.active {
  background-color: transparent;
  color: #FF916A;
  pointer-events: none;
}

.custom-tab-menu .nav-item a:hover {
  color: #FF916A;
}

.custom-tab-menu .nav-item:first-child a {
  padding-left: 0;
  border-left: none;
}

.custom-tab-menu.small {
  margin-bottom: 1.25rem;
}

.custom-tab-menu.small a {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

#games .group-item {
  margin-top: 3.125rem;
}

#games .group-item .item {
  flex: 0 0 auto;
  width: 26.875rem;
}

#games .group-item .item img {
  width: 9.375rem;
  margin-bottom: 3.125rem;
}

#games .group-item .item h4 {
  color: #FFFAE8;
  font-family: "NHaasGroteskDSPro";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.00625rem;
  margin-bottom: 2rem;
}

#games .group-item .item p {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.00625rem;
}

#movies .description {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
}

#movies .group-item {
  margin-top: 3.125rem;
}

#movies .group-item .item {
  flex: 0 0 auto;
  width: calc((100% - 0.625rem * 2) / 3);
}

#movies .group-item .item img {
  width: 9.375rem;
  margin-bottom: 3.125rem;
}

#movies .group-item .item h4 {
  color: #FFFAE8;
  font-family: "NHaasGroteskDSPro";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.00625rem;
  margin-bottom: 2rem;
}

#movies .group-item .item p {
  font-family: "NHaasGroteskDSPro";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.00625rem;
}

.contact-page {
  padding-top: 8.125rem;
  /* background-image: url("../img/bg-01.jpg");
  background-size: cover; */
  min-height: 100vh;
  background-color: #040028;
  position: relative;
}

.contact-page .contact-left h3 {
  font-family: "Forma DJR Banner";
  font-weight: 500;
  font-size: 5rem;
  color: #FFFAE8;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
  line-height: 0.9;
}

.contact-page .contact-left h3 span {
  color: #FF916A;
}

.contact-page .icon-list a {
  margin-right: 1.875rem;
}

.contact-page .icon-list-mobile {
  display: none;
}

.contact-page .contact-right .form-control {
  background-color: transparent;
  color: #FFFAE8;
  border-radius: 30px;
  border: 1px solid #FFFAE8;
  padding: 0.875rem 2.5rem;
  margin-bottom: 1.25rem;
  font-family: "NHaasGroteskDSPro";
  font-size: 1.25rem;
  resize: none;
}

.contact-page .contact-right .form-control::-webkit-input-placeholder {
  font-size: 1.25rem;
  color: #FFFAE8;
  font-weight: 400;
}

.contact-page .contact-right .form-control:-ms-input-placeholder {
  font-size: 1.25rem;
  color: #FFFAE8;
  font-weight: 400;
}

.contact-page .contact-right .form-control::placeholder {
  color: #FFFAE8;
  font-weight: 400;
}

.contact-page .contact-right .wrapper-message {
  display: flex;
  align-items: center;
  margin-top: 3.4375rem;
}

.contact-page .contact-right .wrapper-message .message-successful {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}

.contact-page .contact-right .wrapper-message button {
  background-color: transparent;
  border: 0;
}

.contact-page .contact-right .wrapper-message button img {
  width: 2.625rem;
}

@media screen and (max-width: 800px) {
  html {
    font-size: calc(100vw * 16 / 1240);
  }

  body {
    background-image: url(../img/bg-mobile.jpg);
  }

  h1 {
    font-size: 10.625rem;
    line-height: 10.625rem;
  }

  h2 {
    font-size: 9.375rem;
    line-height: 9.375rem;
  }

  p {
    font-size: 2.75rem;
    line-height: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .container {
    max-width: 68.75rem;
  }

  header {
    z-index: 9999;
  }

  header .row>* {
    width: auto;
  }

  header .navbar {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-right: 6.875rem;
    padding-left: 6.875rem;
  }

  header .navbar .navbar-brand {
    z-index: 1030;
    cursor: pointer;
  }

  header .navbar .navbar-brand img {
    width: 5.375rem;
  }

  header .navbar .hambuger-icon {
    margin: 1.25rem 0;
    width: 3rem;
    height: 2.125rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
  }

  header .navbar .hambuger-icon span {
    display: block;
    position: absolute;
    height: 0.4375rem;
    width: 50%;
    background: #FFFAE8;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  header .navbar .hambuger-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 0.375rem 0.375rem 0;
  }

  header .navbar .hambuger-icon span:nth-child(odd) {
    left: 0rem;
    border-radius: 0.375rem 0 0 0.375rem;
  }

  header .navbar .hambuger-icon span:nth-child(1),
  header .navbar .hambuger-icon span:nth-child(2) {
    top: 0rem;
  }

  header .navbar .hambuger-icon span:nth-child(3),
  header .navbar .hambuger-icon span:nth-child(4) {
    top: 0.5625rem;
  }

  header .navbar .hambuger-icon span:nth-child(5),
  header .navbar .hambuger-icon span:nth-child(6) {
    top: 1.125rem;
  }

  header .navbar .hambuger-icon.open span:nth-child(1),
  header .navbar .hambuger-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header .navbar .hambuger-icon.open span:nth-child(2),
  header .navbar .hambuger-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header .navbar .hambuger-icon.open span:nth-child(1) {
    left: 0.375rem;
    top: 0rem;
  }

  header .navbar .hambuger-icon.open span:nth-child(2) {
    left: calc(50% - 0.375rem);
    top: 0rem;
  }

  header .navbar .hambuger-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  header .navbar .hambuger-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  header .navbar .hambuger-icon.open span:nth-child(5) {
    left: 0.375rem;
    top: 0.6875rem;
  }

  header .navbar .hambuger-icon.open span:nth-child(6) {
    left: calc(50% - 0.375rem);
    top: 0.6875rem;
  }

  main section {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  main section .container h2 {
    margin-bottom: 8.75rem !important;
  }

  main section#hear-to-believe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #040028;
  }

  main section#hear-to-believe h2 {
    margin-bottom: 8.75rem;
  }

  main section#hear-to-believe .video {
    width: 100%;
  }

  main section#more-than-meets-the-ear {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  main section#more-than-meets-the-ear .container {
    margin-top: 41.875rem;
  }

  main section#more-than-meets-the-ear .container .description {
    padding-left: 0;
  }

  main section#break-free {
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  main section#break-free .container {
    margin-top: 59.375rem;
    margin-left: auto;
    padding-right: 0rem;
  }

  main section#ride-the-high {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  main section#ride-the-high .container {
    margin-top: 65.625rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  main section#ride-the-high .container .description {
    padding-left: 0rem;
  }

  main section#aural-portal .container {
    margin-top: 56.25rem;
  }

  main section#aural-portal .container>h2 {
    text-align: center;
  }

  main section#aural-portal .container>.description {
    max-width: 45rem;
    margin: auto;
    text-align: center;
  }

  main section#aural-portal .container .musics-games-movies {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  main section#aural-portal .container .musics-games-movies #scrollspy-musics-games-movies-nav {
    margin: auto;
  }

  main section#aural-portal .container .musics-games-movies .scrollspy-musics-games-movies-content h2 {
    font-size: 8.75rem;
  }

  main section#aural-portal .container .musics-games-movies .scrollspy-musics-games-movies-content .description {
    max-width: 100%;
  }

  main section#aural-portal .container .musics-games-movies .scrollspy-musics-games-movies-content #scrollspy-music {
    padding-left: 6.25rem;
  }

  main section#aural-portal .container .musics-games-movies .scrollspy-musics-games-movies-content #scrollspy-games .sub-section-mobile .row {
    justify-content: center !important;
    text-align: center;
  }

  main section#musics-games-movies .container {
    margin-top: 15.375rem;
  }

  main section#musics-games-movies .container .description {
    margin-top: 29.6875rem;
    max-width: 52.625rem;
  }

  main section#games .container {
    margin-top: 15.375rem;
  }

  main section#games .container h2 {
    margin-top: 41rem;
  }

  main section#games .container .description {
    max-width: 56.25rem;
  }

  main section#games .group-item {
    margin-top: 3.125rem;
  }

  main section#games .group-item .item {
    flex: 0 0 auto;
    width: 50%;
  }

  main section#games .group-item .item img {
    width: 9.375rem;
    margin-bottom: 3.125rem;
  }

  main section#games .group-item .item h4 {
    color: #FFFAE8;
    font-family: "NHaasGroteskDSPro";
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.00625rem;
    margin-bottom: 2rem;
  }

  main section#games .group-item .item p {
    font-family: "NHaasGroteskDSPro";
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.00625rem;
  }

  main section #movies .description {
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
  }

  main section #movies .group-item {
    margin-top: 3.125rem;
  }

  main section #movies .group-item .item {
    display: flex;
    align-items: center;
    width: 100%;
  }

  main section #movies .group-item .item img {
    width: 14.8125rem;
    margin-bottom: 3.125rem;
    margin-right: 2.5rem;
  }

  main section #movies .group-item .item h4 {
    color: #FFFAE8;
    font-family: "NHaasGroteskDSPro";
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: 0.00625rem;
    margin-bottom: 2rem;
  }

  main section #movies .group-item .item p {
    font-family: "NHaasGroteskDSPro";
    font-weight: 400;
    font-size: 2.5625rem;
    line-height: 3.4375rem;
    letter-spacing: 0.00625rem;
  }

  main section#headphone-live-speaker {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  main section#headphone-live-speaker .container {
    margin-top: 8.75rem;
  }

  main section#headphone-live-speaker .container .tab-content {
    max-height: calc(100vh - 15.625rem);
    overflow-y: auto;
  }

  main section#headphone-live-speaker .container .tab-content .sub-section {
    min-height: calc(100vh - 15.625rem);
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  main section#headphone-live-speaker .container .tab-content #live .sub-section:nth-child(2) .description {
    max-width: unset;
  }

  main section#headphone-live-speaker .container h2 {
    margin-bottom: 4.375rem;
  }

  main section#headphone-live-speaker .container .description {
    width: 100%;
    max-width: unset;
  }

  /* main section#headphone-live-speaker .container .headphone-live-speaker-content #scrollspy-headphones {
    padding-left: 18.75rem;
  }

  main section#headphone-live-speaker .container .headphone-live-speaker-content #scrollspy-headphones h2.title-one {
    padding-left: 5.9375rem;
  } */

  main section#headphone-live-speaker .container .headphone-live-speaker-content #scrollspy-headphones .description-one {
    padding-left: 0;
  }

  /* main section#headphone-live-speaker .container .headphone-live-speaker-content #scrollspy-live {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  } */

  main section#power-trip .description .left-text {
    width: 43.125rem;
  }

  main section#power-trip .description .left-text p {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  main section#power-trip .description .center-img {
    position: unset;
    transform: unset;
    width: 80%;
    margin: auto;
  }

  main section#power-trip .description .right-text {
    width: 43.125rem;
  }

  main section#power-trip .description .right-text p {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  main section#products {
    padding-left: 7.8125rem;
    padding-right: 7.8125rem;
  }

  main section#products .level-up h2 {
    font-size: 8.75rem;
  }

  main section#products .level-up .wrapper-description .description {
    font-size: 2.5625rem;
    line-height: 3.4375rem;
    max-width: 43.75rem;
    margin: auto;
  }

  main section#products .level-up .product-list .product-item .min-item .product-name {
    font-size: 1.875rem;
  }

  main section#products .powered h2 {
    font-size: 8.75rem;
  }

  main section#products .powered .powered-wrapper-description .description {
    font-size: 2.5625rem;
    line-height: 3.4375rem;
    max-width: 41.875rem;
    margin: auto;
  }

  main section#products .powered .product-list .product-item .min-item .product-name {
    font-size: 1.875rem;
  }

  main section#wavelength {
    padding-left: 12.1875rem;
    padding-right: 12.1875rem;
  }

  main section#wavelength .container h2 {
    font-size: 8.75rem;
  }

  main section#wavelength .container .description {
    max-width: 100%;
    margin: 0;
  }

  main section#wavelength .container .description p {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }

  main section#embrace-excellence .container .best-ces .hardware-zone .description {
    width: 100%;
  }

  .aural-tab-sticky-menu a {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-left: 0.5rem solid #FF916A;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  .aural-tab-sticky-menu.small {
    margin-bottom: 5rem;
  }

  .aural-tab-sticky-menu.small a {
    font-size: 3rem;
    line-height: 3rem;
  }

  .custom-tab-menu .nav-item a.active {
    background-color: transparent;
    color: #FF916A;
    pointer-events: none;
  }

  .custom-tab-menu .nav-item a:hover {
    color: #FF916A;
  }

  .custom-tab-menu .nav-item:first-child a {
    padding-left: 0;
    border-left: none;
  }

  .custom-tab-menu.small {
    margin-bottom: 5rem;
  }

  .custom-tab-menu.small a {
    font-size: 3rem;
  }

  .menu-pc {
    display: none;
  }

  .menu-mobile {
    display: flex;
  }

  #games .group-item .item {
    width: 100%;
  }

  #games .group-item .item img {
    width: 14.8125rem;
  }

  #games .group-item .item h4 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  #games .group-item .item p {
    font-size: 2.5625rem;
    line-height: 3.4375rem;
  }

  .scrollspy-nav-custom .nav-link {
    font-size: 2.5rem;
  }

  .steamlined-modal .container {
    max-width: 100%;
    padding: 0 7.5rem;
  }

  .steamlined-modal .steamlined {
    display: flex;
    flex-direction: column;
  }

  .steamlined-modal .steamlined h2 {
    text-align: center;
    font-size: 8.75rem;
  }

  .steamlined-modal .steamlined .description {
    order: 1;
  }

  .steamlined-modal .steamlined .description p {
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.75rem;
    line-height: 3.4375rem;
  }

  .steamlined-modal .steamlined .right-img {
    position: unset;
    width: 100%;
    margin-bottom: 8.125rem;
  }

  #menu-header .navbar .menu-content {
    padding-left: 7.1875rem;
    padding-right: 7.8125rem;
  }

  #menu-header .navbar .menu-content .menu-content-wrapper {
    padding-top: 0;
    justify-content: start;
    margin-top: 12.5rem;
  }

  #menu-header .navbar .menu-content .menu-content-bottom {
    justify-content: start;
  }

  #menu-header .navbar .menu-content .menu-content-bottom .progress-bar-wrapper {
    width: 100%;
    margin-bottom: 7.8125rem;
  }

  #menu-header .navbar .menu-content .menu-content-bottom .progress-bar-wrapper li {
    margin-bottom: 4.0625rem;
  }

  #menu-header .navbar .menu-content .menu-content-bottom .progress-bar-wrapper li a {
    font-size: 6.875rem;
  }

  #menu-header .navbar .menu-content .menu-content-bottom .link-wrapper {
    width: 100%;
    margin: 0;
  }

  #menu-header .navbar .search-wrapper .search-input-wrapper .search-result {
    top: 6.25rem;
    z-index: 1000;
  }

  #menu-header .navbar .search-wrapper .search-input-wrapper .search-result ul li {
    margin-bottom: 2rem;
  }

  #menu-header .navbar .search-wrapper .search-input-wrapper .search-result ul li a {
    font-size: 2rem;
  }

  #menu-header .navbar .navbar-brand img {
    width: 10rem;
  }

  #menu-header .navbar .link-wrapper a {
    font-size: 3.25rem;
  }

  #menu-header .navbar .search-wrapper-pc {
    display: none;
  }

  #menu-header .navbar .search-wrapper-mobile {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 10.3125rem;
  }

  #menu-header .navbar .search-wrapper-mobile .search-input-wrapper input {
    height: 6.25rem;
    border-radius: 30px;
    font-size: 2.5rem;
  }

  #footer .footer-wrapper {
    padding-left: 7.8125rem;
    padding-right: 5rem;
  }

  #footer .footer-wrapper .contact .footer-item {
    display: flex;
  }

  #footer .footer-wrapper .contact .footer-item.footer-left {
    margin-bottom: 6.25rem;
  }

  #footer .footer-wrapper .contact .title {
    width: 40rem;
    font-size: 6.25rem;
    margin-right: 2.1875rem;
  }

  #footer .footer-wrapper .contact .description p {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }

  #footer .footer-wrapper .icon-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  #footer .footer-wrapper .icon-list a.smooth-scroll {
    margin-right: 0;
    font-size: 2rem;
  }

  #footer .footer-wrapper .icon-list img {
    width: 6.25rem;
    height: 6.25rem;
  }

  #footer .footer-wrapper .smooth-scroll-mobile {
    display: block;
  }

  #footer .footer-wrapper .smooth-scroll-pc {
    display: none;
  }

  #footer .footer-wrapper .wrapper-privacy {
    display: block;
    margin-bottom: 1.25rem;
  }

  #footer .footer-wrapper .wrapper-privacy .privacy li a {
    font-size: 1.6875rem;
  }

  #footer .footer-wrapper .copyright {
    font-size: 1.6875rem;
  }

  .contact-page {
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
  }

  .contact-page .container {
    max-width: 100%;
  }

  .contact-page .contact-left {
    margin-top: 15.625rem;
  }

  .contact-page .contact-left h3 {
    font-size: 8.75rem;
    margin-bottom: 6.25rem;
  }

  .contact-page .contact-right input {
    width: 80%;
  }

  .contact-page .contact-right .wrapper-message {
    justify-content: space-between;
    margin-top: 0;
  }

  .contact-page .contact-right .wrapper-message .message-successful {
    font-size: 2rem;
  }

  .contact-page .contact-right .wrapper-message button img {
    width: 3.75rem;
  }

  .contact-page .contact-right .form-control {
    border-radius: 3.125rem;
    padding: 1rem 3.75rem;
    font-size: 2rem;
  }

  .contact-page .contact-right .form-control::-webkit-input-placeholder {
    font-size: 2rem;
  }

  .contact-page .contact-right .form-control:-ms-input-placeholder {
    font-size: 2rem;
  }

  .contact-page .contact-right .form-control::placeholder {
    font-size: 2rem;
  }

  .contact-page .icon-list-mobile {
    display: block;
    margin-top: 16.25rem;
  }

  .contact-page .icon-list-mobile img {
    width: 6.25rem;
    height: 6.25rem;
  }

  .contact-page .icon-list-pc {
    display: none;
  }

  .btn-dark-blue span,
  .btn-dark-blue a {
    font-size: 1.875rem;
    padding: 0.625rem 1.875rem;
  }

  .progress-bar-wrapper-home img {
    width: 3.125rem;
  }

  .ride-the-high-modal .modal-content .video .btn-modal-close {
    transform: translateY(-100%);
  }

  .ride-the-high-modal .modal-content .video .btn-modal-close img {
    width: 2.5rem;
  }

  .steamlined-modal .steamlined {
    margin-top: 30%;
  }

  .steamlined-modal .steamlined .btn-modal-close {
    transform: translateY(-100%);
  }

  .steamlined-modal .steamlined .btn-modal-close img {
    width: 2.5rem;
  }
}

/* Attention seekers  */
@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@-webkit-keyframes shakeY {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/*# sourceMappingURL=main.css.map */

.is-scrollspy {
  display: block;
  margin-left: -15rem;
  border-radius: 30px;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .slick-list{padding:0 20% 0 0 !important;} */

.pad-top-1 {
  padding-top: 1rem;
}

.pad-top-5 {
  padding-top: 5rem;
}

@media screen and (max-width: 800px) {
  main section#an-audiable-high video {
    width: unset !important;
  }

  main section#embrace-excellence .container .reviews-hightlight .highlight-slider-wrapper .highlight-slider {
    padding-top: 11.25rem;
  }

  main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .slick-prev,
  main section#embrace-excellence .container .best-ces .slider-wrapper .ces-text-slider .slick-next {
    top: 10%;
  }
}