.toast3-wrapper {
  display: contents;
}
.toast3-container {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: row;
  background-color: var(--dl-color-theme-neutral-light);
}
.toast3-header {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.toast3-content {
  gap: var(--dl-space-space-halfunit);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.toast3-buttons {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.toast3-button2 {
  color: #101010;
  border-color: #020100;
  text-decoration: none;
}
.home-fragment1 {
  display: contents;
}
.home-text1 {
  display: inline-block;
}
.home-fragment2 {
  display: contents;
}
.home-text2 {
  display: inline-block;
}
.toast3root-class-name {
  height: 100%;
  background-color: #ffffff;
}
@media(max-width: 991px) {
  .toast3-button2 {
    color: #060606;
    border-color: #000000;
  }
  .toast3root-class-name {
    height: 100%;
    background-color: #ffffff;
  }
}
@media(max-width: 767px) {
  .toast3-header {
    gap: var(--dl-space-space-unit);
    align-items: flex-start;
    flex-direction: column;
  }
  .toast3-button2 {
    color: #000000;
    border-color: #0a0000;
  }
  .toast3root-class-name {
    height: 100%;
    background-color: #ffffff;
  }
}
@media(max-width: 479px) {
  .toast3-button2 {
    color: #000000;
    border-color: #000000;
  }
  .toast3root-class-name {
    height: 100%;
    background-color: #ffffff;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-image4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-image5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-fragment1 {
  display: contents;
}
.home-text1 {
  display: inline-block;
}
.home-fragment2 {
  display: contents;
}
.home-text2 {
  display: inline-block;
}
@media(max-width: 991px) {
  .home-image1 {
    width: 100%;
    height: 100%;
  }
  .home-image2 {
    width: 100%;
    height: 100%;
  }
  .home-image5 {
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 767px) {
  .home-image1 {
    width: 100%;
    height: 100%;
  }
  .home-image2 {
    width: 100%;
    height: 100%;
  }
  .home-image5 {
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 479px) {
  .home-image1 {
    width: 100%;
    height: 100%;
  }
  .home-image2 {
    width: 100%;
    height: 100%;
  }
  .home-image5 {
    width: 100%;
    height: 100%;
  }
}
