.navigation-links-nav {
  flex: 0 0 auto;
  width: 600px;
  height: 21px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-link {
  color: #000000;
  width: auto;
  z-index: 100;
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  border-color: #ff0000;
  border-width: 1px;
  margin-right: var(--dl-space-space-unit);
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.navigation-links-navlink {
  color: #000000;
  width: auto;
  z-index: 100;
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  border-color: #ff0000;
  border-width: 1px;
  margin-right: var(--dl-space-space-unit);
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.navigation-links-navlink1 {
  color: var(--dl-color-gray-black);
  width: auto;
  z-index: 100;
  font-style: normal;
  transition: 0.3s;
  font-family: Ubuntu;
  font-weight: 700;
  text-decoration: none;
}
.navigation-links-navlink1:hover {
  text-decoration: underline none;
}
.navigation-links-navlink2 {
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-link1 {
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-link1:hover {
  cursor: pointer;
}
.navigation-links-link2 {
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-link2:hover {
  cursor: pointer;
}








@media(max-width: 767px) {
  .navigation-links-nav {
    width: 159px;
    height: 183px;
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-link {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: 0px;
  align-items: center;
  margin-left: auto;
  padding-top: var(--dl-space-space-halfunit);
  margin-right: auto;
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: auto;
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: 0px;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 200px;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
}
.header-image:hover {
  cursor: pointer;
}
.header-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.header-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;
}
.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-navlink1 {
  display: contents;
}
.header-image1 {
  height: 2rem;
  text-decoration: none;
}
.header-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: flex;
}
.header-root-class-name {
  top: 0px;
  left: 0px;
  right: 0px;
  position: static;
  margin-bottom: auto;
}
.header-root-class-name1 {
  top: 0px;
  left: 334px;
  position: static;
  margin-bottom: auto;
}
.header-root-class-name2 {
  top: 0px;
  left: 0px;
  right: 0px;
  position: static;
}
.header-root-class-name3 {
  top: 0px;
  left: 334px;
  position: static;
  margin-bottom: auto;
}
.header-root-class-name4 {
  top: 0px;
  left: 334px;
  position: static;
  margin-bottom: auto;
}


@media(max-width: 1600px) {
  .header-root-class-name {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    align-self: center;
  }
  .header-root-class-name2 {
    bottom: auto;
    position: static;
  }
}
@media(max-width: 1200px) {
  .header-root-class-name2 {
    position: static;
  }
}
@media(max-width: 767px) {
  .header-nav {
    display: none;
  }
  .header-burger-menu {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon2 {
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .header-root-class-name1 {
    top: 0px;
    left: 0px;
    position: static;
  }
  .header-root-class-name3 {
    top: 0px;
    left: 0px;
    position: static;
  }
  .header-root-class-name4 {
    top: 0px;
    left: 0px;
    position: static;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}
@media(max-width: 320px) {
  .header-header {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .header-mobile-menu {
    display: none;
  }
  .header-icon2 {
    width: 83px;
    height: 100%;
  }
  .header-root-class-name1 {
    margin: 0px;
  }
  .header-root-class-name3 {
    margin: 0px;
  }
  .header-root-class-name4 {
    margin: 0px;
  }
}

.index1-hero {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: auto;
  min-height: 80vh;
  align-items: center;
  margin-bottom: auto;
  flex-direction: row;
  justify-content: space-between;
}
.index1-image {
  width: 25%;
  align-self: stretch;
  object-fit: cover;
}
.index1-container {
  display: flex;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: column;
}
.index1-text {
  width: auto;
  font-size: 3rem;
  align-self: center;
  font-family: Ubuntu;
}
.index1-text01 {
  font-size: 18px;
  text-align: justify;
  font-family: Ubuntu;
}
@media(max-width: 1600px) {
  .index1-hero {
    height: auto;
  }
  .index1-image {
    width: 312px;
    align-self: stretch;
  }
  .index1-text {
    align-self: center;
    text-align: center;
  }
}
@media(max-width: 1200px) {
  .index1-image {
    align-self: stretch;
  }
}
@media(max-width: 991px) {
  .index1-hero {
    margin-right: 0px;
    flex-direction: column;
  }
  .index1-image {
    order: 2;
    display: none;
  }
  .index1-container {
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .index1-text {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .index1-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .index1-image {
    width: 80%;
  }
  .index1-container {
    height: auto;
    position: relative;
    align-self: stretch;
  }
  .index1-text {
    width: auto;
    align-self: stretch;
    font-family: Ubuntu;
  }
  .index1-text01 {
    font-size: 18px;
    align-self: flex-start;
    font-family: Ubuntu;
  }
  .index1-text05 {
    font-size: 18px;
    font-family: Ubuntu;
  }
  .index1-text07 {
    font-size: 18px;
    font-family: Ubuntu;
  }
  .index1-text10 {
    font-size: 18px;
    font-family: Ubuntu;
  }
  .index1-text12 {
    font-size: 18px;
    font-family: Ubuntu;
  }
}
@media(max-width: 479px) {
  .index1-hero {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .index1-container {
    margin-bottom: var(--dl-space-space-unit);
  }
  .index1-text01 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 320px) {
  .index1-container {
    width: 100%;
  }
  .index1-text {
    align-self: center;
  }
  .index1-text01 {
    width: 100%;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: auto;
  align-items: center;
  padding-bottom: var(--dl-space-space-halfunit);
}
.footer-navlink {
  display: contents;
}
.footer-image {
  height: 2rem;
  object-fit: cover;
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-colors-main);
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink1:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-colors-main);
}
.footer-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
}
.footer-link {
  display: contents;
}
.footer-icon {
  fill: var(--dl-color-colors-main);
  width: 49px;
  height: 43px;
  transition: 0.3s;
  margin-left: auto;
  text-decoration: none;
}
.footer-icon:hover {
  fill: var(--dl-color-colors-green);
  display: block;
}
.footer-link1 {
  font-style: inherit;
  transition: 0.3s;
  font-weight: 600;
}

.footer-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-link2 {
  display: contents;
}
.footer-icon2 {
  fill: var(--dl-color-colors-main);
  width: 67px;
  height: 44px;
  text-decoration: none;
}
.footer-container2 {
  display: contents;
}
.footer-root-class-name {
  left: left;
  bottom: 0px;
  position: static;
  margin-top: auto;
}
.footer-root-class-name1 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
}
.footer-root-class-name2 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
.footer-root-class-name3 {
  left: left;
  bottom: 0px;
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.footer-root-class-name4 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
.footer-root-class-name5 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}


@media(max-width: 1600px) {
  .footer-navlink1 {
    margin-right: auto;
  }
  .footer-root-class-name1 {
    left: 0px;
    bottom: 0px;
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media(max-width: 1200px) {
  .footer-navlink1 {
    margin-right: auto;
  }
  .footer-root-class-name3 {
    position: static;
  }
}
@media(max-width: 991px) {
  .footer-link1 {
    margin-left: auto;
  }
}
@media(max-width: 767px) {
  .footer-image {
    display: none;
  }
  .footer-navlink1 {
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: 0px;
  }
  .footer-icon {
    display: none;
  }
  .footer-link1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-left: auto;
  }
  .footer-root-class-name2 {
    margin: 0px;
  }
  .footer-root-class-name4 {
    margin: 0px;
  }
  .footer-root-class-name5 {
    margin: 0px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-navlink1 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 320px) {
  .footer-image {
    display: none;
  }
  .footer-navlink1 {
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .footer-icon {
    display: none;
  }
  .footer-link1 {
    font-style: normal;
    font-family: Roboto;
    font-weight: 500;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-unit);
  }
  .footer-icon2 {
    width: 43px;
    height: 44px;
  }
  .footer-root-class-name1 {
    margin-top: auto;
  }
}

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