.home-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  background-color: #151515;
}
.home-navbar-interactive {
  width: 100%;
  display: none;
  max-width: 1280px;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
.home-branding {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-logo {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  object-fit: cover;
  transition: 0.3s;
}
.home-logo:hover {
  transform: rotate(360deg);
}
.home-company {
  color: rgb(255, 255, 255);
  display: none;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #151515;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-branding1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-logo1 {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.home-company1 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
.home-menu-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.home-items {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text04 {
  color: #ffffff;
}
.home-hero {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  background-color: #151515;
}
.home-header {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: 150px;
}
.home-logo2 {
  width: 128px;
  height: 128px;
  object-fit: cover;
  transition: 0.3s;
}
.home-logo2:hover {
  transform: rotate(360deg);
}
.home-title {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 128px;
  max-width: 895px;
  font-weight: normal;
  line-height: 115px;
  text-transform: uppercase;
}
.home-description {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 24px;
  max-width: 800px;
  line-height: 24px;
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-link {
  background-size: cover;
  background-image: url('https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png');
}
.home-link1 {
  display: contents;
}
.home-image {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-video {
  width: 100%;
  cursor: pointer;
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container2 {
  flex: 1;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-image1 {
  width: 200px;
  object-fit: cover;
}
.home-image2 {
  width: 200px;
  object-fit: cover;
}
.home-image3 {
  width: 200px;
  object-fit: cover;
}
.home-image4 {
  width: 200px;
  object-fit: cover;
}
.home-description1 {
  width: 100%;
  display: flex;
  max-width: 1280px;
  margin-top: 0;
  align-items: flex-end;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: #151515;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  border-top-width: 1px;
}
.home-content {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-text10 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-paragraph {
  font-size: 32px;
  line-height: 48px;
}
.home-paragraph1 {
  font-size: 32px;
  line-height: 48px;
}
.home-text12 {
  font-size: 32px;
  line-height: 48px;
}
.home-paragraph2 {
  font-size: 32px;
  line-height: 48px;
}
.home-text28 {
  font-size: 32px;
  line-height: 48px;
}
@media(max-width: 1200px) {
  .home-description {
    line-height: 24px;
  }
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding-top: var(--dl-space-space-unit);
  }
  .home-button {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .home-text04 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-header {
    height: 100%;
    padding-bottom: var(--dl-space-space-sixunits);
    justify-content: center;
  }
  .home-title {
    font-size: 96px;
    line-height: 96px;
  }
  .home-description {
    font-size: 24px;
    line-height: 24px;
  }
  .home-container2 {
    flex-wrap: wrap;
  }
  .home-description1 {
    margin-top: 0;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-text10 {
    gap: var(--dl-space-space-unit);
  }
  .home-paragraph {
    font-size: 18px;
    line-height: 27px;
  }
  .home-paragraph1 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text11 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text13 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text14 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text15 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text16 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text17 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text18 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text19 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text20 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text21 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text22 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text23 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text24 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text25 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text26 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-paragraph2 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text27 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text29 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text30 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text31 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text32 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-logo {
    width: var(--dl-size-size-medium);
    height: var(--dl-size-size-medium);
  }
  .home-company {
    font-size: 18px;
    line-height: 20px;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-header {
    position: relative;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-logo2 {
    width: var(--dl-size-size-medium);
    height: var(--dl-size-size-medium);
  }
  .home-title {
    font-size: 80px;
    line-height: 80px;
  }
  .home-description {
    font-size: 24px;
  }
  .home-container2 {
    flex-wrap: wrap;
  }
}
@media(max-width: 479px) {
  .home-mobile-menu {
    padding: 16px;
  }
  .home-logo2 {
    width: var(--dl-size-size-medium);
    height: var(--dl-size-size-medium);
  }
  .home-title {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase;
  }
  .home-description {
    font-size: 20px;
    line-height: 20px;
  }
  .home-container2 {
    flex: 1;
    width: 100%;
    flex-wrap: wrap;
  }
}
