.header-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.header-navbar-interactive {  
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  height: 60px;
  text-decoration: none;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.header-link {
  transition: 0.3s;
  cursor: pointer;
}
.header-link:hover {
  fill: #a851ff;
  color: #a851ff;
  transition: ease 1s;
}
.header-link1 {
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
  cursor: pointer;
}
.header-link1:hover {
  fill: #a851ff;
  color: #a851ff;
  transition: ease 1s;
}
.header-link2 {
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
  cursor: pointer;
}
.header-link2:hover {
  fill: #a851ff;
  color: #a851ff;
  transition: ease 1s;
}
.header-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-button {
  width: 200px;
  padding: 1rem;
  transition: 0.3s;
  background-color: var(--dl-color-theme-neutral-dark);
}
.header-button:hover {
  transition: ease 1s;
  background-color: #a851ff;
}
.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-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-logo {
  height: 2rem;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: 2rem;
  height: 2rem;
}
.header-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-link3 {
  margin-bottom: var(--dl-space-space-unit);
}
.header-link4 {
  margin-bottom: var(--dl-space-space-unit);
}
.header-link5 {
  margin-bottom: var(--dl-space-space-unit);
}
.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);
}
#button_main:hover {
  transform: scale(1.03);
  transition: ease-in-out 1s;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.footer-center-section {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navlink {
  width: 200px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-neutral-dark);
  margin-bottom: 1rem;
}
.footer-navlink:hover {
  transition: ease 1s;
  background-color: #a851ff;
}
.index-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.index-hero-section {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  justify-content: center;
  background-image: url("public/back-dots.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-center-section {
  flex: 0 0 auto;
  width: var(--dl-size-size-maxwidth);
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-container1 {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
}
.index-text {
  text-align: center;
  margin-bottom: 2rem;
}
.index-text01 {
  padding: 1rem;
  text-align: center;
  border-color: #DADCDF;
  border-width: 1px;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.index-image {
  width: 100%;
  max-width: 1152px;
  object-fit: cover;
}
.index-about-section {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  justify-content: center;
}
.index-center-section1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1050px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
}
.index-text02 {
  text-align: center;
  margin-bottom: 2rem;
}
.index-text03 {
  text-align: center;
}
.index-image1 {
  width: 100%;
  max-width: 1152px;
  object-fit: cover;
}
.index-services-section {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  justify-content: center;
}
.index-center-section2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1050px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-container3 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
}
.index-text04 {
  text-align: center;
  margin-bottom: 2rem;
}
.index-text05 {
  fill: #666B77;
  color: #666B77;
  padding: 1rem;
  text-align: center;
  border-color: #DADCDF;
  border-width: 1px;
  border-radius: 20px;
}
.index-service-card {
  width: 100%;
  height: 575px;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  flex-direction: row;
  justify-content: space-between;
}
.index-service-card-content {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 460px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.index-image2 {
  width: 100%;
  object-fit: cover;
}
.index-text06 {
  margin-bottom: 2rem;
}
.index-text07 {
  text-align: center;
  margin-bottom: 2rem;
}
.index-button1 {
  width: 100%;
  background-color: var(--dl-color-theme-neutral-dark);
}
.index-image3 {
  width: 100%;
  height: 100%;
  max-width: 460px;
  align-self: flex-end;
  object-fit: cover;
}
.index-service-card1 {
  width: 100%;
  height: 575px;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  flex-direction: row;
  justify-content: space-between;
}
.index-image4 {
  width: 100%;
  height: 100%;
  max-width: 460px;
  align-self: flex-end;
  object-fit: cover;
}
.index-service-card-content1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 460px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.index-image5 {
  width: 100%;
  object-fit: cover;
}
.index-text08 {
  margin-bottom: 2rem;
}
.index-text09 {
  fill: #666B77;
  color: #666B77;
  text-align: center;
  margin-bottom: 2rem;
}
.index-button2 {
  width: 100%;
  background-color: var(--dl-color-theme-neutral-dark);
}
.index-service-card2 {
  width: 100%;
  height: 575px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.index-service-card-content2 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 460px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.index-image6 {
  width: 100%;
  object-fit: cover;
}
.index-text10 {
  margin-bottom: 2rem;
}
.index-text11 {
  fill: #666B77;
  color: #666B77;
  text-align: center;
  margin-bottom: 2rem;
}
.index-button3 {
  width: 100%;
  background-color: var(--dl-color-theme-neutral-dark);
}
.index-image7 {
  width: 100%;
  height: 100%;
  max-width: 460px;
  align-self: flex-end;
  object-fit: cover;
}
.index-help-section {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  justify-content: center;
  background-image: url("public/back-dots.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}
.index-center-section3 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1050px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-container4 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
}
.index-text12 {
  text-align: center;
}
.index-contact-form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.index-service-card-content3 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media(max-width: 1200px) {
  .index-center-section {
    width: 100%;
  }
  .index-container1 {
    width: 100%;
  }
  .index-image {
    max-width: auto;
  }
}

@media(max-width: 991px) {
  .index-center-section {
    width: 100%;
  }
  .index-container1 {
    width: 100%;
  }
  .index-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: auto;
  }
  .index-service-card {
    height: auto;
    align-items: flex-start;
  }
  .index-service-card-content {
    width: 45%;
    max-width: auto;
  }
  .index-image3 {
    width: 50%;
    max-width: auto;
    align-self: flex-start;
  }
  .index-service-card1 {
    height: auto;
    align-items: flex-start;
  }
  .index-image4 {
    width: 50%;
    max-width: auto;
    align-self: flex-start;
  }
  .index-service-card-content1 {
    width: 45%;
    max-width: auto;
  }
  .index-service-card2 {
    height: auto;
    align-items: flex-start;
  }
  .index-service-card-content2 {
    width: 45%;
    max-width: auto;
  }
  .index-image7 {
    width: 50%;
    max-width: auto;
    align-self: flex-start;
  }
}

@media(max-width: 767px) {
  .header-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon {
    width: 2rem;
    height: 2rem;
  }
  .header-icon02 {
    width: 50px;
    height: 50px;
  }
  .header-link3 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-link4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-link5 {
    margin-left: 0;
    margin-bottom: 0px;
  }
  .index-service-card {
    align-items: center;
    flex-direction: column;
  }
  .index-service-card-content {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .index-image2 {
    width: 100%;
    max-width: 460px;
    margin-bottom: 2rem;
  }
  .index-image3 {
    width: 100%;
    align-self: center;
  }
  .index-service-card1 {
    align-items: center;
    flex-direction: column-reverse;
  }
  .index-image4 {
    width: 100%;
    align-self: center;
  }
  .index-service-card-content1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .index-image5 {
    max-width: 460px;
    margin-bottom: 2rem;
  }
  .index-service-card2 {
    flex-direction: column;
  }
  .index-service-card-content2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .index-image6 {
    max-width: 460px;
    margin-bottom: 2rem;
  }
  .index-image7 {
    width: 100%;
    align-self: center;
  }
  .footer-center-section {
    flex-direction: column;
  }
}

@media(max-width: 479px) {
  .header-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}
