* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media (max-width: 31.25em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: sans-serif;
  box-sizing: border-box;
}

.primary-heading {
  font-size: 3rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.tertiary-heading {
  font-size: 2rem;
  font-size: 300;
}

.basic-text {
  font-size: 1.6rem;
}

.make-bold {
  font-weight: 600;
}

.hero {
  position: relative;
  background-color: black;
}

.hero-video {
  width: 100%;
}

.hero-video-mb {
  display: none;
}

.hero-video-pc {
  display: block;
}

.hero-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 43.75em) {
  .hero-video-mb {
    display: block;
  }

  .hero-video-pc {
    display: none;
  }

  .hero-text {
    bottom: 3rem;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 80%;
  }
}

@media (max-width: 33.125em) {
  .hero {
    padding-bottom: 10rem;
  }

  .hero-text {
    width: 90%;
  }
}

.section-grid {
  background-color: black;
  padding: 5rem 0;
}

.grid1 {
  display: flex;
  width: 90%;
  gap: 2rem;
  margin: 0 auto 2rem;
  flex-wrap: wrap;
}

.grid1-img {
  flex: 0 0 60%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.grid1-text,
.grid1-1-text {
  color: #fff;
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 12px;
}

.grid1-text {
  background: linear-gradient(19.45deg, #ff8b2d -2.18%, #ffb820 97.02%);
}

.grid1-1-text {
  background: linear-gradient(170.58deg, #ff6e2b 10.04%, #f40 107.2%);
}

.grid2 {
  width: 90%;
  margin: 0 auto 2rem;
  position: relative;
  background-color: #f4f7f9;
  border-radius: 13px;
}

.grid2-img,
.grid2-2-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.grid2-text-right {
  position: absolute;
  right: 10rem;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translate(0, -50%);
}

.grid2-text-left {
  position: absolute;
  left: 3rem;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translate(0, -50%);
  width: 50%;
}

.grid3-img {
  width: 100%;
}

.grid3 {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.grid3-cell {
  border-radius: 13px;
  overflow: hidden;
  flex: 0 0 49%;
  position: relative;
}

.grid3-cell:first-child {
  margin-right: auto;
}

.grid3-text {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 56.25em) {
  .grid2-text-right {
    right: 5rem;
  }

  .grid1,
  .grid2 {
    gap: 1rem;
    margin: 0 auto 1rem;
  }

  .grid3 {
    gap: 1rem;
  }

  .grid3-cell {
    flex: 0 0 100%;
  }

  .grid3-text {
    top: 3rem;
    left: 3rem;
  }
}

@media (max-width: 43.75em) {
  .grid1-img {
    flex: 0 0 100%;
  }

  .grid1-text,
  .grid1-1-text {
    padding: 4rem;
  }

  .grid2-text-right,
  .grid2-text-left {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    padding: 2rem 3rem;
    width: fit-content;
  }

  .grid2-img {
    aspect-ratio: 8/4;
    object-fit: cover;
    object-position: 3%;
  }

  .grid2-2-img {
    aspect-ratio: 8/4;
    object-fit: cover;
    object-position: 85%;
  }
}

@media (max-width: 31.25em) {
  html {
    .grid3-text {
      top: 2rem;
      left: 2rem;
    }
  }
}

.mess {
  background-color: #121212;
  padding-bottom: 10rem;
}

.gradient {
  height: 20rem;
  width: 100%;
  margin-bottom: 15rem;
  background: linear-gradient(0deg, #ff4c0800 0.1%, #ff500c0a 99.89%);
}

.mess-hero {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.mess-op {
  opacity: 0.3528;
}

.orange-line {
  width: 25rem;
  color: #ff7722;
  margin: 1rem 0;
  height: 1px;
}

.mess-cont {
  width: 80%;
  margin: 15rem auto 0;
  color: white;
}

.mess-video {
  width: 100%;
  border-radius: 13px;
  margin: 3rem 0 0;
}

.fade-frame {
  position: relative;
  padding: 3rem 3rem 2.5rem;
  color: #dcdcdc;
  border-radius: 0 0 12px 12px;
}

.fade-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top: 0;

  -webkit-mask: linear-gradient(to top, #000 55%, rgba(0, 0, 0, 0) 100%);
  mask: linear-gradient(to top, #000 55%, transparent 100%);
}

.mini-orange {
  width: 5rem;
  color: #f72;
  margin-bottom: 2rem;
  height: 1px;
}

.mess-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 3rem 0 10rem;
  gap: 2rem;
}

.mess-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 3rem 0 15rem;
  gap: 2rem;
}

@media (max-width: 56.25em) {
  .mess-grid,
  .mess-grid2 {
    grid-template-columns: 1fr;
  }
}

.tuv {
  width: 60%;
  align-self: center;
}

.color-orange {
  color: #ff3807;
}

.mess-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #191919cc;
  border-radius: 13px;
  justify-content: center;
}

.shine-img {
  width: 100%;
  transform: scale(1.15);
}

.shine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.orange-gradient {
  background: linear-gradient(90.01deg, #ff4c0b 0.01%, #ff9b05 21.12%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shine-cell-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.shine-cell-img {
  border-right: 1px solid rgba(128, 128, 128, 0.425);
}

@media (max-width: 56.25em) {
  .shine-cell-img {
    border-bottom: 1px solid rgba(128, 128, 128, 0.425);
    border-right: none;
  }

  .shine {
    grid-template-columns: 1fr;
  }

  .shine-cell-text {
    padding: 5rem 0;
  }

  .shine-img {
    width: 50%;
    margin: 0 auto;
    transform: scale(1.9) translatex(20%);
  }
}

.flat {
  background-color: #000;
  color: #fff;
  padding: 10rem 0;
}

.flat-cont {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flat-video {
  width: 100%;
  border-radius: 13px;
  margin: 4rem 0;
}

.center-flat {
  position: relative;
}

.center-flat p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 5rem;
}

@media (max-width: 56.25em) {
  .center-flat p {
    width: 90%;
  }
}

.some-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 10rem auto;
  gap: 3rem;
}

.some-img {
  width: 100%;
  border-radius: 13px;
}

.some-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}

@media (max-width: 56.25em) {
  .some-grid {
    grid-template-columns: 1fr;
  }

  .some-muv {
    grid-row: 2/3;
  }
}

.vid {
  position: relative;
}

.cut-vid {
  width: 100%;
  display: block;
}

.vid-text {
  position: absolute;
  width: 40%;
  top: 50%;
  transform: translate(0, -50%);
  right: 7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 56.25em) {
  .vid-text {
    position: relative;
    width: 90%;
    top: auto;
    transform: translate(0, 0);
    right: auto;
    margin: 5rem auto;
  }

  .cut-vid {
    aspect-ratio: 8/5;
    object-fit: cover;
    object-position: 10%;
  }
}

.maneuvr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(128, 128, 128, 0.4);
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  margin: 5rem 0;
}

.maneuvr-vid {
  width: 100%;
}

.maneuvr-cell1 {
  border-right: 1px solid rgba(128, 128, 128, 0.4);
  position: relative;
}

.fixed {
  position: sticky;
  top: 0;
}

.maneuvr-text-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10rem 0 0;
}

.maneuvr-text2 {
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 43.75em) {
  .maneuvr-grid {
    grid-template-columns: 1fr;
  }

  .maneuvr-cell2 {
    border-top: 1px solid rgba(128, 128, 128, 0.4);
  }

  .fixed {
    position: relative;
    top: 0;
    margin-top: 0.1rem;
  }
}

.dirty {
  padding: 10rem 0;
  background-color: #000;
  color: #fff;
}

.voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 5rem auto;
}

.voice-pic {
  width: 100%;
}

.voice-img {
  position: relative;
}

.voice-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -65%);
  text-align: center;
}

.voice-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.bg-t {
  background-color: #171e26;
  display: inline-block;
  padding: 1rem;
  border-radius: 13px;
  width: fit-content;
}

@media (max-width: 56.25em) {
  .voice {
    grid-template-columns: 1fr;
  }
}

.screen-img {
  width: 100%;
}

.screen {
  width: 80%;
  margin: 0 auto;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}

.screen-text {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 3rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: rgba(128, 128, 128, 0.6);
  padding: 2rem;
}

@media (max-width: 56.25em) {
  .screen-text {
    position: relative;
    top: auto;
    transform: translatey(0);
    left: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(128, 128, 128, 0.6);
    padding: 2rem;
  }
}
