.footer-footer-container {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.footer-footer {
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-navlink {
  color: var(--dl-color-gray-white);
  margin: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-gray-white);
  margin: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-container1 {
  margin: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text1 {
  color: var(--dl-color-gray-white);
}
.footer-text3 {
  color: var(--dl-color-gray-white);
}

.index-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.index-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.index-navbar {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: 1000px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.index-navlink {
  display: contents;
}
.index-image {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.index-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.index-link {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.index-link01 {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.index-link02 {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.index-link03 {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.index-link04 {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.index-link05 {
  text-decoration: none;
}
.index-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.index-icon {
  width: 36px;
  height: 36px;
}
.index-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.index-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.index-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.index-icon2 {
  width: 24px;
  height: 24px;
}
.index-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.index-link06 {
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link07 {
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link08 {
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link09 {
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link10 {
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
.index-hero-block {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  max-width: 100%;
  align-self: center;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/main-1500w.png");
  background-repeat: no-repeat;
  background-position: center;
}
.index-slogan-container {
  flex: 0 0 auto;
  width: 1000px;
  height: auto;
  margin: var(--dl-space-space-tenunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.index-container02 {
  flex: 0 0 auto;
  width: 70%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-slogan {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 120px;
  font-style: normal;
  font-family: Roboto;
  font-weight: 900;
  line-height: 1;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.index-text {
  color: var(--dl-color-gray-white);
  font-size: 22px;
  align-self: flex-start;
  font-style: normal;
  font-family: Nunito;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-fiveunits);
  letter-spacing: 2;
  text-transform: none;
  text-decoration: none;
}
.index-about-us-block {
  width: 100%;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.index-description-container {
  width: 60%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.index-text02 {
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text03 {
  text-align: center;
  letter-spacing: 2;
}
.index-navlink1 {
  transition: 0.3s;
  border-width: 2px;
  text-decoration: none;
}
.index-navlink1:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-gray-black);
}
.index-container03 {
  width: 1200px;
  height: 350px;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/index_2-400h.png");
  background-position: center;
}
.index-text07 {
  color: var(--dl-color-gray-white);
  width: 80%;
  font-size: 60px;
  align-self: center;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
.index-why-us {
  width: 100%;
  height: 950px;
  display: flex;
  padding: var(--dl-space-space-tenunits);
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/playground_assets/index_3_purple-1000h.png");
}
.index-container04 {
  flex: 0 0 auto;
  width: 40%;
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.index-image01 {
  width: 50px;
  margin: var(--dl-space-space-doubleunit);
  object-fit: cover;
}
.index-text09 {
  color: var(--dl-color-gray-white);
  text-align: center;
  line-height: 1.22;
}
.index-container05 {
  margin: var(--dl-space-space-tenunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-container06 {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.index-container07 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.index-image02 {
  width: 50px;
  margin: var(--dl-space-space-doubleunit);
  object-fit: cover;
}
.index-text10 {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 22px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.index-text12 {
  text-align: center;
}
.index-container08 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/playground_assets/whyus1-300h.png");
}
.index-container09 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.index-image03 {
  width: 50px;
  margin: var(--dl-space-space-doubleunit);
  object-fit: cover;
}
.index-text13 {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 22px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.index-container10 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-black);
}
.index-image04 {
  width: 100%;
  object-fit: cover;
}
.index-container11 {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.index-container12 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-black);
}
.index-image05 {
  width: 100%;
  object-fit: cover;
}
.index-container13 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.index-image06 {
  width: 50px;
  margin: var(--dl-space-space-doubleunit);
  object-fit: cover;
}
.index-text15 {
  color: var(--dl-color-gray-black);
  width: 70%;
  font-size: 22px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.index-container14 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-black);
}
.index-image07 {
  width: 100%;
  object-fit: cover;
}
.index-container15 {
  flex: 0 0 auto;
  width: 235px;
  height: 235px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.index-image08 {
  width: 50px;
  margin: var(--dl-space-space-doubleunit);
  object-fit: cover;
}
.index-text19 {
  color: var(--dl-color-gray-black);
  width: 90%;
  font-size: 22px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.index-container16 {
  flex: 0 0 auto;
  width: 100%;
  height: 300px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.index-navlink2 {
  color: var(--dl-color-gray-white);
  margin: var(--dl-space-space-doubleunit);
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
.index-navlink2:hover {
  color: var(--dl-color-gray-black);
  background-color: var(--dl-color-gray-white);
}
.index-text21 {
  color: var(--dl-color-gray-white);
  margin: var(--dl-space-space-doubleunit);
}
.index-container17 {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-image09 {
  width: 50px;
  margin: var(--dl-space-space-doubleunit);
  object-fit: cover;
}
.index-text24 {
  width: 40%;
  margin: var(--dl-space-space-fiveunits);
  text-align: center;
}
.index-container18 {
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-container19 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: center;
}
.index-container20 {
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-text25 {
  font-size: 18px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text26 {
  text-align: center;
}
.index-container21 {
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-text30 {
  font-size: 18px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text31 {
  text-align: center;
}
.index-container22 {
  flex: 0 0 auto;
  width: 300px;
  height: auto;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-text37 {
  font-size: 18px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text41 {
  text-align: center;
}
.index-container23 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.index-container24 {
  flex: 0 0 auto;
  width: 300px;
  height: 250px;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-text45 {
  font-size: 18px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text49 {
  text-align: center;
}
.index-container25 {
  flex: 0 0 auto;
  width: 300px;
  height: 250px;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-text55 {
  font-size: 18px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text59 {
  text-align: center;
}
.index-container26 {
  flex: 0 0 auto;
  width: 300px;
  height: 250px;
  margin: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-text65 {
  font-size: 18px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.index-text69 {
  text-align: center;
}
@media(max-width: 1600px) {
  .index-description-container {
    width: 50%;
  }
}
@media(max-width: 1200px) {
  .index-container03 {
    width: 100%;
  }
}
@media(max-width: 991px) {
  .index-hero-block {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .index-slogan-container {
    width: 100%;
  }
  .index-description-container {
    width: 60%;
  }
  .index-container18 {
    width: 60%;
  }
  .index-container19 {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .index-container20 {
    width: 100%;
    height: 150px;
  }
  .index-container21 {
    width: 100%;
    height: 150px;
  }
  .index-container22 {
    width: 100%;
    height: 150px;
  }
  .index-container23 {
    width: 100%;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .index-container24 {
    width: 100%;
    height: 150px;
  }
  .index-container25 {
    width: 100%;
    height: 150px;
    align-self: center;
    align-items: center;
    justify-content: flex-start;
  }
  .index-container26 {
    width: 100%;
    height: 150px;
  }
}
@media(max-width: 767px) {
  .index-navbar {
    position: relative;
  }
  .index-links-container {
    display: none;
  }
  .index-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .index-icon {
    fill: var(--dl-color-gray-white);
  }
  .index-slogan {
    font-size: 60px;
  }
  .index-about-us-block {
    margin: 0px;
    padding: var(--dl-space-space-tenunits);
  }
  .index-description-container {
    width: 100%;
    margin: var(--dl-space-space-fiveunits);
  }
  .index-text07 {
    width: 100%;
    font-size: 48px;
  }
  .index-why-us {
    flex: 1;
    height: auto;
  }
  .index-container04 {
    width: 100%;
  }
  .index-container05 {
    width: 100%;
    align-items: center;
  }
  .index-container06 {
    width: 100%;
    flex-direction: column;
  }
  .index-container07 {
    width: 100%;
    flex-direction: column;
  }
  .index-container08 {
    width: auto;
    height: auto;
    display: none;
  }
  .index-container09 {
    width: 100%;
  }
  .index-container10 {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .index-image04 {
    width: 100%;
    height: 500px;
    display: none;
  }
  .index-container11 {
    width: 100%;
    flex-direction: column;
  }
  .index-container12 {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .index-image05 {
    display: none;
  }
  .index-container13 {
    width: 100%;
    background-color: var(--dl-color-gray-black);
  }
  .index-text15 {
    color: var(--dl-color-gray-white);
  }
  .index-container14 {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .index-image07 {
    width: auto;
    display: none;
  }
  .index-container15 {
    width: 100%;
    background-color: var(--dl-color-gray-black);
  }
  .index-text19 {
    color: var(--dl-color-gray-900);
  }
}
@media(max-width: 479px) {
  .index-burger-menu {
    margin-left: var(--dl-space-space-doubleunit);
  }
  .index-mobile-menu {
    top: 0px;
    flex: 0;
    right: 8px;
    height: 700px;
    display: none;
    position: absolute;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--dl-color-gray-white);
  }
  .index-container01 {
    justify-content: flex-end;
  }
  .index-close-menu {
    align-items: flex-end;
  }
  .index-icon2 {
    fill: var(--dl-color-gray-black);
  }
  .index-links-container1 {
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: flex-start;
  }
  .index-link06 {
    color: var(--dl-color-gray-black);
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .index-link07 {
    color: var(--dl-color-gray-black);
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .index-link08 {
    color: var(--dl-color-gray-black);
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .index-link09 {
    color: var(--dl-color-gray-black);
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .index-link10 {
    color: var(--dl-color-gray-black);
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .index-hero-block {
    height: auto;
  }
  .index-slogan-container {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .index-container02 {
    width: 100%;
  }
  .index-slogan {
    text-align: left;
    margin-bottom: 0px;
  }
  .index-text {
    display: none;
    text-align: center;
  }
  .index-about-us-block {
    padding: var(--dl-space-space-fiveunits);
  }
  .index-text07 {
    height: auto;
    font-size: 24px;
  }
  .index-why-us {
    padding: var(--dl-space-space-fiveunits);
  }
  .index-image02 {
    display: none;
  }
  .index-text10 {
    width: 80%;
  }
  .index-image03 {
    display: none;
  }
  .index-text13 {
    width: 80%;
  }
  .index-text15 {
    width: 80%;
  }
  .index-text19 {
    width: 80%;
  }
  .index-container16 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .index-text21 {
    text-align: center;
  }
  .index-text24 {
    width: 100%;
  }
  .index-container20 {
    height: auto;
    margin: var(--dl-space-space-doubleunit);
  }
  .index-text26 {
    width: 100%;
  }
  .index-container21 {
    height: auto;
    margin: var(--dl-space-space-doubleunit);
  }
  .index-container22 {
    height: auto;
    margin: var(--dl-space-space-doubleunit);
  }
  .index-text37 {
    width: 100%;
  }
  .index-container24 {
    height: auto;
    margin: var(--dl-space-space-doubleunit);
  }
  .index-container25 {
    height: auto;
    margin: var(--dl-space-space-doubleunit);
  }
  .index-container26 {
    height: auto;
    margin: var(--dl-space-space-doubleunit);
  }
}
