.app-component-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.app-component-image {
  width: 200px;
  object-fit: cover;
}
.app-component-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.app-component-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.app-component-links {
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.app-component-navlink {
  text-decoration: none;
}
.app-component-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.app-component-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.app-component-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.app-component-navlink4 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.app-component-buttons {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.app-component-burger-menu {
  display: none;
}
.app-component-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.app-component-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.app-component-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.app-component-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.app-component-logo {
  height: 2rem;
}
.app-component-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-component-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.app-component-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.app-component-text {
  margin-bottom: var(--dl-space-space-unit);
}
.app-component-text1 {
  margin-bottom: var(--dl-space-space-unit);
}
.app-component-text2 {
  margin-bottom: var(--dl-space-space-unit);
}
.app-component-text3 {
  margin-bottom: var(--dl-space-space-unit);
}
.app-component-text4 {
  margin-bottom: var(--dl-space-space-unit);
}
.app-component-buttons1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.app-component-login {
  margin-right: var(--dl-space-space-twounits);
}
.app-component-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.app-component-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.app-component-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}





@media(max-width: 767px) {
  .app-component-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .app-component-desktop-menu {
    display: none;
  }
  .app-component-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .app-component-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .app-component-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .app-component-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .app-component-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .app-component-text4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .app-component-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .app-component-mobile-menu {
    padding: 16px;
  }
}

.about-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.about-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
}
