.navigation-links-nav {
  gap: var(--dl-space-space-fourunits);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.navigation-links-navlink:hover {
  font-family: Inter;
  text-decoration: underline   none;
}
.navigation-links-navlink1 {
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink1:hover {
  text-decoration: underline none;
}








.navigation-links-root-class-name8 {
  align-self: stretch;
  margin-right: var(--dl-space-space-sixunits);
}

.navigation-links-root-class-name10 {
  align-self: stretch;
}
@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  height: var(--dl-size-size-medium);
  display: flex;
  z-index: 100;
  position: fixed;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: 56px;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #080808;
}
.header-container {
  width: var(--dl-size-size-maxwidth);
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  top: -35px;
  left: -26px;
  width: 77px;
  height: 77px;
  margin: auto;
  position: absolute;
  object-fit: cover;
  text-decoration: none;
}
.header-logo-and-text {
  gap: var(--dl-space-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-navlink1 {
  top: -7px;
  left: 85px;
  color: #ffffff;
  position: absolute;
  font-size: 28px;
  font-family: "Open Sans";
  text-decoration: none;
}
.header-nav {
  display: flex;
}
.header-container1 {
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.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-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-image1 {
  height: 2rem;
}
.header-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}



@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-nav {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.footer-container {
  width: 100%;
  height: 259px;
  display: flex;
  position: relative;
  margin-top: 300px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #300096;
}
.footer-text {
  color: #ffffff;
  margin-bottom: var(--dl-space-space-fourunits);
}
.footer-container1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-navlink {
  color: #ffffff;
  text-decoration: none;
}
.footer-text1 {
  color: #ffffff;
}
.footer-navlink1 {
  color: #ffffff;
  text-decoration: none;
}

.footer-root-class-name1 {
  margin-top: 0px;
}



.footer-root-class-name5 {
  margin-top: 500px;
}
.footer-root-class-name6 {
  margin-top: 500px;
}
.footer-root-class-name7 {
  margin-top: 500px;
}
.footer-root-class-name8 {
  margin-top: 500px;
}
.footer-root-class-name9 {
  margin-top: 500px;
}
.footer-root-class-name10 {
  margin-top: 500px;
}
.footer-root-class-name11 {
  margin-top: 0px;
}


.homepage-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.homepage-desktop1 {
  width: 100%;
  height: 1795px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-end;
  flex-shrink: 0;
  background-color: rgba(6, 0, 24, 1);
}
.homepage-rectangle5 {
  top: 7px;
  left: 0px;
  width: 100%;
  height: 362px;
  position: absolute;
}
.homepage-text {
  top: 204px;
  left: 0px;
  color: rgba(255, 255, 255, 1);
  right: 0px;
  width: 438px;
  height: auto;
  margin: auto;
  position: absolute;
  font-size: 96px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text02 {
  top: 1161px;
  left: 0px;
  color: rgba(255, 255, 255, 1);
  right: 0px;
  width: 736px;
  height: auto;
  margin: auto;
  position: absolute;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-container1 {
  gap: var(--dl-space-space-twounits);
  top: 749px;
  left: 0px;
  right: 0px;
  width: 669px;
  height: 54px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
}
.homepage-navlink {
  display: contents;
}
.homepage-frame13 {
  gap: 10px;
  right: 2px;
  width: 302px;
  bottom: -246px;
  height: 53px;
  margin: auto;
  display: flex;
  padding: 10px;
  position: absolute;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  border-radius: 35px;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
}
.homepage-frame13:hover {
  border-color: #ffffff;
  border-width: 3px;
  background-color: #000000;
}
.homepage-text04 {
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
  font-size: 32px;
  font-style: Regular;
  text-align: center;
  transition: 0.3s;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text04:hover {
  color: #ffffff;
}
.homepage-navlink1 {
  display: contents;
}
.homepage-frame131 {
  gap: 10px;
  left: -2px;
  width: 302px;
  bottom: -247px;
  height: 53px;
  margin: auto;
  display: flex;
  padding: 10px;
  position: absolute;
  align-self: center;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  border-radius: 35px;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
}
.homepage-frame131:hover {
  border-color: #ffffff;
  border-width: 3px;
  background-color: #000000;
}
.homepage-text07 {
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
  font-size: 32px;
  font-style: Regular;
  text-align: center;
  transition: 0.3s;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text07:hover {
  color: #ffffff;
}
.homepage-link {
  display: contents;
}
.homepage-frame14 {
  gap: 10px;
  top: 1205px;
  left: 0px;
  right: 0px;
  width: 407px;
  height: 53px;
  margin: auto;
  display: flex;
  padding: 10px;
  position: absolute;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  border-radius: 35px;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
}
.homepage-frame14:hover {
  border-color: #ffffff;
  border-width: 3px;
  background-color: #000000;
}
.homepage-text08 {
  color: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  transition: 0.3s;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text08:hover {
  color: #ffffff;
}
.homepage-frame20 {
  gap: var(--dl-space-space-halfunit);
  top: 648px;
  left: 0px;
  right: 0px;
  width: 220px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
}
.homepage-text10 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text12 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text14 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text16 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text18 {
  color: rgb(255, 255, 255);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text19 {
  color: rgb(255, 255, 255);
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.homepage-text20 {
  top: 404px;
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 24px;
  align-self: center;
  text-align: center;
  line-height: 1.5;
}
.homepage-text24 {
  top: 568px;
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  width: 130px;
  height: auto;
  margin: auto;
  position: absolute;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 767px) {
  .homepage-text02 {
    width: 100%;
  }
}
