html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

body > * {
  overflow: hidden;
}

.heading-primary {
  font-size: 3.2rem;
}

.heading-secondary {
  font-size: 2.4rem;
}

.heading-tertiary {
  font-size: 1.6rem;
}

.text-cont {
  font-size: 1.2rem;
}

.text-cont-big {
  font-size: 1.4rem;
}

.section-hero {
  position: relative;
}

.hero-video {
  width: 100%;
  margin-bottom: -5px;
}

.hero-text {
  height: fit-content;
  width: 40%;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 5vw;
  position: absolute;
}

@media (max-width: 500px) {
  .hero-text {
    position: static;
    width: 90%;
    margin: 0 auto;
  }

  .hero-text img {
    padding-top: 1rem;
  }

  .hero-video {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}

.hero-text img {
  width: 100%;
  padding-bottom: 1vw;
}

.grid-cont {
  display: grid;
  grid-template-columns: 40% 32.4% 27.6%;
  width: 80%;
  margin: 0 auto;
  gap: 1vw;
}

.gc-text-one {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  position: absolute;
  top: 3vw;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gc-text-two {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  position: absolute;
  left: 3vw;
  width: 45%;
  height: fit-content;
  margin: auto 0;
  top: 0;
  bottom: 0;
}

.gc-cell-one,
.gc-cell-two,
.gc-cell-three,
.gc-cell-four {
  position: relative;
}

.gc-cell-one img,
.gc-cell-two img,
.gc-cell-three img,
.gc-cell-four img {
  width: 100%;
}

.gc-cell-one {
  grid-area: 1 / 1 / 3 / 2;
}

.gc-cell-two {
  grid-area: 1 / 2 / 2 / 4;
}

.end-text-ig {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.end-text-ig h2 {
  border: 1px solid black;
  width: fit-content;
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 50px;
  margin-bottom: 5rem;
}

@media (max-width: 500px) {
  .end-text-ig h2 {
    padding: 2rem 3rem;
  }
}

.end-text-ig p {
  color: #ff5f00;
  margin-bottom: 1rem;
  font-weight: 700;
}

.end-text-ig p:last-child {
  color: black;
  margin-bottom: 5rem;
}

.hdr-grid {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 6rem 0;
  font-weight: 700;
}

@media (max-width: 500px) {
  .hdr-grid {
    text-align: left;
    width: 80%;
  }

  .end-text-ig {
    text-align: left;
  }

  .section-rotation h2,
  .section-lift h2 {
    text-align: left !important;
  }
}

@media (max-width: 900px) {
  .grid-cont {
    grid-template-columns: 59.8% 40.2%;
    grid-template-rows: repeat(3, auto);
  }

  .gc-cell-one {
    grid-area: 1 / 1 / 3 / 2;
  }

  .gc-cell-two {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media (max-width: 570px) {
  .grid-cont {
    grid-template-columns: 100%;
  }

  .gc-cell-one {
    grid-area: auto;
  }

  .gc-cell-two {
    grid-area: auto;
  }
}

.spec {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-bottom: 5rem;
}

.spec-data {
  width: 100%;
}

.spec-logo {
  width: 5rem;
}

.spec-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.spec-text h2 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .spec {
    grid-template-columns: 100%;
  }
  .spec-data {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .spec-data {
    width: 100%;
  }
}

.section-pa {
  position: relative;
}

.section-pa video {
  width: 100%;
  margin-bottom: -5px;
}

.section-pa h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  font-size: 10rem;
  font-weight: 700;
  text-align: center;
  color: white;
}

.section-pa p {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: fit-content;
  width: 50%;
  text-align: center;
  color: white;
}

@media (max-width: 640px) {
  .section-pa video {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
  .section-pa h2 {
    font-size: 6rem;
  }
  .section-pa p {
    width: 80%;
  }
}

.section-rotation {
  width: 80%;
  margin: 5rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section-rotation img {
  width: 100%;
}

.section-lift {
  position: relative;
}

.section-lift h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  top: 3rem;
}

.lift-img {
  width: 100%;
  margin-bottom: -5px;
}

.lift-flex {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  bottom: 5vw;
  gap: 6vw;
}

.lift-cell {
  background-color: white;
  padding: 1.5vw 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  width: 20vw;
}

.lift-cell img {
  width: 50px;
}

@media (max-width: 768px) {
  .section-lift h2 {
    position: static;
    padding-bottom: 5rem;
  }

  .lift-flex {
    position: static;
    padding-top: 2rem;
    flex-wrap: wrap;
    width: 80%;
  }

  .lift-cell {
    display: inline-block;
    width: 38%;
  }
}

@media (max-width: 360px) {
  .lift-cell {
    width: 100%;
  }
}

.section-perception {
  padding-top: 5rem;
}

.perc-cont {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.perc-cont p {
  padding-bottom: 3rem;
}

.perc-cont video {
  width: 100%;
  padding-bottom: 3rem;
}

.perc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-bottom: 5rem;
}

.perc-cell img {
  width: 5rem;
  padding-bottom: 1rem;
}

.perc-cell p {
  padding: 0;
}

.camera,
.inner {
  width: 100%;
  padding-bottom: 5rem;
}

@media (max-width: 500px) {
  .perc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}

@media (max-width: 300px) {
  .perc-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rooms {
  width: 100%;
}

.sum-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
}

.sum-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.sum-head {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 5rem 0;
}

.sum-head2 {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 3rem 0 2rem;
}

.sum-head3 {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
}

.sum-cell img {
  height: 5rem;
}

.dudes {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 3rem 0 5rem;
}

.last-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding: 5rem;
}

.last-grid p {
  font-weight: 600;
  font-size: 1.7rem;
}

.last-grid img {
  width: 6rem;
  padding-bottom: 1rem;
}

@media (max-width: 900px) {
  .last-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .last-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .sum-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
