.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: 'Unit Pro', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 0.05em;
  color: #b3b8be;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}

a {
  text-decoration: none;
}

.key-visual-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/background.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

._01-hero-section {
  position: relative;
  display: flex;
  height: 200vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #000;
}

._01-hero-heading {
  position: relative;
  top: 15vh;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 8vw;
  font-weight: 100;
  white-space: nowrap;
}

.navigation {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: flex;
  overflow: hidden;
  padding: 1rem;
  flex-direction: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navigation-logo {
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url('../images/Neumann-signet.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._06 {
  position: relative;
  padding: 10em 2em;
  background-color: #2a373d;
}

._12-grid {
  position: relative;
  align-items: start;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 0.33fr 1fr;
  grid-template-columns: 0.33fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
}

._06-text {
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
  display: flex;
  min-height: 100vh;
  padding-top: 2em;
  padding-bottom: 2em;
  flex-direction: column;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

._01-product {
  position: absolute;
  top: -14vw;
  z-index: 800;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button {
  position: relative;
  margin-bottom: auto;
  padding: 0.85em 1.5em 1em;
  background-color: #2a373d;
  transition: all 350ms ease-in-out;
  font-size: 0.6em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover {
  background-color: #e68b0c;
  transform: scale(1.05);
}

.navigation-progression-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.navigation-progression-orange {
  width: 100%;
  height: 2px;
  background-color: #e68b0c;
}

.navigation-progression-line {
  overflow: hidden;
  height: 2px;
  margin-right: auto;
  flex: 1;
  background-color: #364a50;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  background-color: #000;
}

.image-4 {
  width: 2em;
  height: 2em;
}

.loading-text {
  margin-left: 0.25ch;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.25ch;
  text-transform: uppercase;
}

.hero-key-visual-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.key-visual-jewel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/jewel.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.key-visual-ray {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/ray.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: hard-light;
}

.key-visual-spectrum {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/spectrum.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: hard-light;
}

.key-visual-glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/glow.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

._02 {
  position: relative;
  padding-top: 13.3vw;
  background-color: #2a373d;
}

._02-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  display: flex;
  height: 100vh;
  padding-top: 8vh;
  padding-bottom: 20vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._02-picture-frame-top {
  position: relative;
  z-index: 10;
  display: flex;
  overflow: hidden;
  width: 20vh;
  height: 20vh;
  margin-bottom: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2em;
  border-color: #fff;
  transform: rotate(45deg);
}

._02-picture {
  position: absolute;
  left: -25%;
  top: -25%;
  right: -25%;
  bottom: -25%;
  background-image: url('../images/M-49-V-Position5_1M-49-V-Position5.webp');
  background-position: 50% 50%;
  background-size: cover;
  transform: rotate(-45deg);
}

._02-picture.monitor {
  background-image: url('../images/KH-310-D-Macro1.webp');
}

._02-text-and-line-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

._02-text {
  position: absolute;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}

._02-text.red {
  color: #ac0000;
}

._02-picture-frame-bottom {
  position: relative;
  z-index: 10;
  display: flex;
  overflow: hidden;
  width: 20vh;
  height: 20vh;
  margin-top: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2em;
  border-color: #fff;
  transform: rotate(45deg);
}

._02-red-line {
  position: relative;
  height: 50%;
  border-style: dashed;
  border-width: 2px;
  border-color: #ac0000;
}

._02-picture-wrapper {
  position: relative;
  z-index: 10;
}

._02-factors-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
  margin-bottom: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  perspective: 750px;
  transform: none;
}

._02-container {
  position: relative;
  margin-top: -100vh;
}

.scroll-image {
  width: 4rem;
}

.factor-text {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.75em;
  background-color: #364a50;
  color: #b3b8be;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.factor-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.factor-icon {
  position: relative;
  z-index: 2;
  margin-bottom: -1em;
}

._03 {
  position: relative;
}

._03-video {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  flex-direction: column;
}

._03-part-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  height: 50vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

._03-heading {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 8vw;
}

._03-part-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  height: 225vh;
  margin-top: -100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._03-chain-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

._03-logo {
  width: 6.5em;
  height: 6.5em;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../images/neumann-logo-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._03-line {
  overflow: hidden;
  width: 0.2em;
  margin-top: auto;
  margin-bottom: 0.5em;
  flex: 1;
}

._03-line.bottom {
  margin-top: 0.5em;
  margin-bottom: auto;
}

._03-chain-text-01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: flex;
  height: 100vh;
  padding-right: 2em;
  padding-left: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._03-part-2-text {
  position: absolute;
  top: 15%;
  margin-bottom: 0em;
  padding: 0.4em 0.5em 0.5em;
  background-color: #e68b0c;
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 400;
}

._03-part-2-text.bottom {
  top: auto;
  bottom: 15%;
}

._03-chain-text-02 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  height: 100vh;
  margin-top: -50vh;
  padding-top: 355px;
  padding-right: 2em;
  padding-left: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

._03-line-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

._04 {
  position: relative;
  height: 300vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

._04-heading {
  position: relative;
  z-index: 10;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #e68b0c;
  font-size: 3em;
  font-weight: 100;
}

._04-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 30% 40% 30%;
  grid-template-rows: 30% 40% 30%;
}

.image-black-section {
  max-height: 100%;
}

._04-text {
  position: relative;
  max-width: 60ch;
  margin-bottom: 10rem;
  padding-right: 1em;
  padding-left: 1em;
}

._04-sticky-wrapper {
  position: relative;
  height: 150vh;
}

._05 {
  position: relative;
  background-color: #2a373d;
}

._05-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._05-description {
  display: flex;
  height: 100vh;
  padding-right: 2em;
  padding-left: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
}

._05-heading {
  font-size: 1.5em;
  text-align: left;
}

._05-text {
  text-align: left;
}

._05-highlight {
  font-weight: 700;
}

._05-conclusion {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

._05-headphones {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

._05-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/NDH-20.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._05-image.ndh-30 {
  background-image: url('../images/NDH-30.webp');
}

._05-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

._06-text-wrapper {
  padding: 1.5rem 1em 0.75em;
  background-color: #364a50;
}

._06-paragraph {
  color: #b3b8be;
  font-size: 0.7em;
  font-weight: 300;
  text-align: left;
}

._06-heading {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: 400;
}

.slider {
  flex: 1;
}

._06-slider-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  height: 80vh;
  padding-top: 2em;
  padding-bottom: 2em;
  flex-direction: column;
}

.slide {
  background-image: url('../images/MT-48-Macro-6_Neumann-Audio-Interface.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._06-slider-02 {
  background-image: url('../images/MT-48_Neumann-Audio-Interface.webp');
}

.slide._06-slider-03 {
  background-image: url('../images/MT-48-PackagingClosed_Neumann-Audio-Interface.webp');
}

.slide._06-slider-05 {
  background-image: url('../images/MT-48-Macro-7_Neumann-Audio-Interface.webp');
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.auto-stop-inhibitor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

._07 {
  position: relative;
  height: 150vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.image-6 {
  height: 3em;
}

._08 {
  position: relative;
  padding: 10em 2em;
  background-color: #2a373d;
}

._08-text-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  padding: 1.5rem 1em 0.75em;
  background-color: #364a50;
}

._08-highlight {
  color: #fff;
  font-weight: 400;
}

._08-container {
  display: flex;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._08-sticky-wrapper {
  height: 50vh;
  align-items: flex-end;
}

._09-heading {
  position: relative;
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
}

._09-heading._08-heading-bottom {
  margin-top: 0px;
}

._08-paragraph {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}

._05-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

._09-sticky-wrapper {
  position: relative;
  height: 150vh;
}

._07-copy {
  position: relative;
  height: 150vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

._09-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 25% 30% 25% 20%;
  grid-template-rows: 25% 30% 25% 20%;
}

._01b-product-image {
  position: relative;
  display: flex;
  justify-content: center;
}

._01-product-wrapper {
  position: absolute;
  display: flex;
  width: 70vw;
  justify-content: center;
}

.scroll-notice-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20vh;
  z-index: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._08-25vh-oust {
  height: 25vh;
}

._08-column {
  display: flex;
  flex-direction: column;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

._02-distortion {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: 100vh;
  opacity: 0.1;
}

.container-4 {
  padding-bottom: 10em;
}

.product-page-notice {
  position: relative;
  display: flex;
  padding: 0.5rem 1rem;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e68b0c;
  background-color: #000;
  transition: all 300ms ease-in-out;
  color: #b3b8be;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  white-space: nowrap;
}

.product-page-notice:hover {
  background-color: #e68b0c;
  color: #fff;
}

.navigation-button-wrapper {
  position: relative;
  overflow: hidden;
}

._05-performace {
  height: 200vh;
}

._05-dynamic-range {
  height: 300vh;
}

._05-dynamic-range-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: 3.5vw;
  line-height: 1;
  font-weight: 400;
}

._05-illustration-x-wrapper {
  display: flex;
  height: 80%;
  min-height: 5em;
  align-items: center;
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
}

._05-illustration-x-wrapper._1x {
  height: 10%;
  min-height: 2em;
  opacity: 0.25;
}

._05-illustration-x-wrapper._2x {
  height: 20%;
  min-height: 3em;
  opacity: 0.5;
}

._05-illustration-x-wrapper._3x {
  height: 40%;
  min-height: 4em;
  opacity: 0.75;
}

._05-dynamic-range-animation-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  grid-column-gap: 0.1em;
  grid-row-gap: 0.1em;
}

._05-dynamic-range-animation-wrapper._2x {
  height: 4em;
}

._05-dynamic-range-animation-wrapper._3x {
  height: 8em;
}

._05-dynamic-range-animation-wrapper._4x {
  height: 16em;
}

._05-bar-1 {
  position: relative;
  width: 0.1em;
  height: 100%;
  background-color: #fff;
}

._05-bar-1.orange {
  background-color: #e68b0c;
}

._05-bar-2 {
  width: 0.1em;
  height: 100%;
  background-color: #fff;
}

._05-bar-2.orange {
  background-color: #e68b0c;
}

._05-bar-3 {
  width: 0.1em;
  height: 100%;
  background-color: #fff;
}

._05-bar-3.orange {
  background-color: #e68b0c;
}

._05-bar-4 {
  width: 0.1em;
  height: 100%;
  background-color: #fff;
}

._05-bar-4.orange {
  background-color: #e68b0c;
}

._05-bar-5 {
  width: 0.1em;
  height: 100%;
  background-color: #fff;
}

._05-bar-5.orange {
  background-color: #e68b0c;
}

.orange {
  color: #e68b0c;
}

._05-gain {
  height: 200vh;
}

._05-gain-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25vw;
}

._05-gain-circle-top {
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #2a373d;
}

._05-gain-main-circle {
  position: absolute;
  display: flex;
  overflow: hidden;
  width: 1.05em;
  height: 1.05em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #364a50;
  transform: translate(0px, 0px);
}

._05-cut {
  position: absolute;
  bottom: -50%;
  width: 1.1em;
  height: 1.1em;
  background-color: #2a373d;
  transform: scale3d(1, 0.75, 1) rotate(45deg);
  transform-style: preserve-3d;
}

._05-gain-filling {
  position: absolute;
  display: -ms-grid;
  display: grid;
  width: 150%;
  height: 150%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
  border-radius: 50%;
}

._05-gain-filling-quarter {
  background-color: #364a50;
}

._05-gain-number-wrapper {
  position: absolute;
  display: flex;
  grid-column-gap: 0.25ch;
  grid-row-gap: 0.25ch;
  font-size: 0.25em;
  font-weight: 400;
}

.image-7 {
  width: 2.5vw;
}

.navigation-button-text {
  display: inline;
}

.navigation-button-text.line-2 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  ._01-hero-heading {
    font-size: 12vw;
  }

  ._12-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  ._01-product {
    width: 80vw;
    max-height: 50vh;
    max-width: 100vw;
  }

  .body {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .key-visual-background {
    background-size: contain;
  }

  ._01-hero-heading {
    font-size: 10vw;
  }

  ._06 {
    padding-bottom: 0vh;
  }

  ._12-grid {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  ._06-text {
    margin-top: 0vh;
  }

  .body {
    font-size: 20px;
  }

  .key-visual-jewel {
    background-size: contain;
  }

  .key-visual-ray {
    background-size: contain;
  }

  .key-visual-spectrum {
    background-size: contain;
  }

  .key-visual-glow {
    background-size: contain;
  }

  ._02-text {
    font-size: 1.2em;
  }

  .factor-text {
    font-size: 1.2rem;
  }

  .factor-icon {
    width: 4em;
    margin-bottom: -1.2em;
  }

  ._04-heading {
    font-size: 2.5em;
  }

  ._04-text {
    font-size: 0.8em;
  }

  ._05-heading {
    font-size: 1.2em;
  }

  ._05-text {
    font-size: 0.8em;
  }

  ._05-conclusion {
    font-size: 0.8em;
  }

  ._08 {
    padding-bottom: 0vh;
  }

  ._09-heading {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  .key-visual-background {
    top: 10vh;
  }

  ._01-hero-heading {
    top: 25vh;
    font-size: 12vw;
  }

  .navigation {
    align-items: center;
  }

  ._06 {
    padding: 0em 1em 25vh;
  }

  ._12-grid {
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._06-text {
    position: relative;
    top: auto;
    min-height: auto;
    padding-top: 0em;
    padding-bottom: 1em;
  }

  .button {
    font-size: 1em;
  }

  .navigation-progression-wrapper {
    position: relative;
  }

  .navigation-progression-line {
    margin-right: 0px;
  }

  .body {
    font-size: 18px;
  }

  .key-visual-jewel {
    top: 10vh;
  }

  .key-visual-ray {
    top: 10vh;
  }

  .key-visual-spectrum {
    top: 10vh;
  }

  .key-visual-glow {
    top: 10vh;
  }

  ._02-picture-frame-top {
    width: 15vh;
    height: 15vh;
  }

  ._02-text-and-line-wrapper {
    z-index: 5;
    padding-right: 1em;
    padding-left: 1em;
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  ._02-text {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 1.5em;
  }

  ._02-picture-frame-bottom {
    width: 15vh;
    height: 15vh;
  }

  ._02-picture-wrapper {
    position: relative;
    z-index: 10;
  }

  ._02-factors-wrapper {
    height: 200vh;
    padding-right: 1em;
    padding-left: 1em;
    align-items: center;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .scroll-image {
    transform: rotate(180deg);
  }

  .factor-text {
    padding-left: 1.5em;
    background-color: transparent;
    line-height: 1.3;
    white-space: normal;
  }

  .factor-wrapper {
    position: relative;
    flex-direction: row;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: #364a50;
  }

  .factor-icon {
    margin-right: -1.5em;
    margin-bottom: 0em;
    line-height: 1.6;
  }

  ._03-part-2-text {
    top: 25%;
  }

  ._03-part-2-text.bottom {
    bottom: 25%;
  }

  .image-black-section {
    width: 100%;
  }

  ._04-text {
    font-size: 1em;
  }

  ._05-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50vh 50vh;
    grid-template-rows: 50vh 50vh;
  }

  ._05-description {
    height: auto;
    padding-top: 2em;
    justify-content: flex-start;
  }

  ._05-text {
    font-size: 1em;
  }

  ._05-conclusion {
    font-size: 1em;
  }

  ._05-headphones {
    position: relative;
    top: auto;
    height: 50vh;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._06-text-wrapper {
    font-size: 1.5em;
  }

  .slider {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #2a373d;
  }

  ._06-slider-wrapper {
    height: 35vh;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .auto-stop-inhibitor {
    position: relative;
    display: none;
  }

  ._08 {
    padding-right: 1em;
    padding-bottom: 25vh;
    padding-left: 1em;
  }

  ._08-text-wrapper {
    padding-top: 1rem;
  }

  ._08-container {
    flex-direction: column;
  }

  ._08-sticky-wrapper {
    height: auto;
  }

  .scroll-notice-wrapper {
    bottom: 15vh;
  }

  ._08-25vh-oust {
    display: none;
  }

  .product-page-notice {
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 0.9rem;
    white-space: normal;
  }

  .navigation-button-wrapper {
    position: absolute;
  }

  ._05-dynamic-range-illustration {
    font-size: 5vw;
  }

  ._05-gain-illustration {
    font-size: 50vw;
  }

  .navigation-button-text {
    margin-right: 0.4ch;
  }
}

#w-node-_3696fbb7-19b6-0d22-edd1-febd0cfcc7be-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1bb38573-899a-5a31-afb1-8fea98812130-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5fe97bb2-7375-24f8-dab1-546e1edaef84-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce55f280-e628-8c34-f207-0627cca98c53-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71a2763f-361f-16fa-cd4f-77b7e203ffc8-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d4ef3bd-23f3-2b51-3162-19bf9454cf9f-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea056cd8-4a1c-713f-b8c3-802c32ce76b3-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_987fee0b-a509-e8a5-6093-c65c8a45148f-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_05fcf0e5-a569-c4bb-3167-23a6529bb6ab-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f25046b-fb1a-8be9-a757-d5a35f794917-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0854a76-0c99-ff15-8282-1ee5c1118eab-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ccd093ee-0c7d-c2bc-e003-14658fc44b13-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20188967-1900-03b5-4317-b8736fff5b49-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a4684cc4-0a0f-3df9-2ec6-8a2047bc3df3-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_438d287f-652b-2101-977b-c12ef3a141ce-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-affaaf77-d431-3738-e35b-d4004d219727-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb7b0b76-90a9-3e29-8c32-5db0d0f9f1a3-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_867ff73a-4758-5e21-5349-5b1e594d8f05-eaeb4b32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5fe97bb2-7375-24f8-dab1-546e1edaef84-eaeb4b32 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_71a2763f-361f-16fa-cd4f-77b7e203ffc8-eaeb4b32 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_3d4ef3bd-23f3-2b51-3162-19bf9454cf9f-eaeb4b32 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f0854a76-0c99-ff15-8282-1ee5c1118eab-eaeb4b32 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ccd093ee-0c7d-c2bc-e003-14658fc44b13-eaeb4b32 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_438d287f-652b-2101-977b-c12ef3a141ce-eaeb4b32 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2015be74-f85f-7f07-9c71-2ba4e5b5862e-eaeb4b32 {
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}