.home-module {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-back-mainback);
}
.home-navbar-module {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 22px;
  justify-content: space-between;
}
.home-navlink {
  display: contents;
}
.home-image {
  width: 265px;
  height: auto;
  text-decoration: none;
}
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-navlink1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-decoration: none;
}
.home-link {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-navlink2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-buttons {
  display: flex;
  align-items: center;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
}
.home-login {
  transition: 0.3s;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 0px;
  background-color: var(--dl-color-back-mainback);
}
.home-login:hover {
  background-color: var(--dl-color-theme-accent1);
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100;
  position: absolute;
  padding-top: 22px;
  padding-left: 80px;
  padding-right: 80px;
  flex-direction: column;
  padding-bottom: 22px;
  justify-content: space-between;
  background-color: var(--dl-color-back-mainback);
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-navlink3 {
  display: contents;
}
.home-logo {
  width: 265px;
  height: auto;
  text-decoration: none;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon2 {
  fill: var(--dl-color-theme-neutral-light);
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
}
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink4 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: 0px;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.home-link2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: 0px;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.home-link3 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: 0px;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.home-navlink5 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-left: 0px;
  text-decoration: none;
}
.home-hero-module {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  padding-left: 1rem;
  margin-bottom: 5rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 1rem;
  background-size: cover;
  justify-content: center;
  background-image: url("src/backgrounds/bg_hero-1500w.png");
  background-position: top;
}
.home-module01 {
  height: auto;
  align-items: center;
  border-width: 0px;
  margin-bottom: 5rem;
  justify-content: center;
}
.home-text {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-align: center;
  margin-bottom: 2rem;
}
.home-text01 {
  fill: #999;
  color: #999;
  font-size: 20px;
  text-align: center;
  margin-bottom: 4rem;
}
.home-module02 {
  gap: 2rem;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-button {
  font-size: 18px;
  transition: 0.3s;
}
.home-button:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-accent1);
  background-color: var(--dl-color-theme-accent1);
  transition: ease-in-out 300ms;
}
.home-button1 {
  font-size: 18px;
  transition: 0.3s;
}
.home-button1:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-accent1);
  background-color: var(--dl-color-theme-accent1);
  transition: ease-in-out 300ms;
}
.home-module03 {
  height: auto;
  align-items: center;
  border-width: 0px;
  justify-content: center;
}
.home-module04 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  justify-content: space-between;
}
.home-module05 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 272px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 16px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module05:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-text02 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
.home-text03 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module06 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 272px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 16px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module06:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-text04 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
.home-text05 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module07 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 272px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 16px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module07:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-text06 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
.home-text07 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-image01 {
  width: 100%;
  max-width: 675px;
  object-fit: cover;
}
.home-module08 {
  flex: 0 0 auto;
  width: 100%;
  height: 350px;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  justify-content: space-between;
}
.home-module09 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 460px;
  transition: 0.3s;
  align-items: center;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module09:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-image02 {
  width: 200px;
  object-fit: cover;
  margin-bottom: 24px;
}
.home-text08 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  font-size: 18px;
}
.home-module10 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 460px;
  transition: 0.3s;
  align-items: center;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module10:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-image03 {
  width: auto;
  object-fit: cover;
  margin-bottom: 24px;
}
.home-text09 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  font-size: 18px;
}
.home-whyus-module {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 2rem;
  background-size: cover;
  justify-content: center;
  background-image: url("src/backgrounds/bg_why_us-1500w.png");
  background-position: top;
}
.home-module11 {
  width: 100%;
}
.home-text10 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-align: center;
  margin-bottom: 3rem;
}
.home-module12 {
  flex: 0 0 auto;
  width: 100%;
  height: 350px;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  margin-bottom: 60px;
  justify-content: space-between;
}
.home-module13 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module13:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-module14 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  background-color: #393939;
}
.home-image04 {
  width: 200px;
  object-fit: cover;
}
.home-text11 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text12 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module15 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module15:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-module16 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  background-color: #393939;
}
.home-image05 {
  width: 200px;
  object-fit: cover;
}
.home-text13 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text16 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module17 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module17:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-module18 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  background-color: #393939;
}
.home-image06 {
  width: 200px;
  object-fit: cover;
}
.home-text17 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text18 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module19 {
  flex: 0 0 auto;
  width: 100%;
  height: 350px;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  margin-bottom: 60px;
  justify-content: space-between;
}
.home-module20 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module20:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-module21 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  background-color: #393939;
}
.home-image07 {
  width: 200px;
  object-fit: cover;
}
.home-text19 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text20 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module22 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module22:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-module23 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  background-color: #393939;
}
.home-image08 {
  width: 200px;
  object-fit: cover;
}
.home-text21 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text22 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-module24 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 385px;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-module24:hover {
  background-color: var(--dl-color-back-mainback);
  transition: ease-in-out 300ms;
}
.home-module25 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  background-color: #393939;
}
.home-image09 {
  width: 200px;
  object-fit: cover;
}
.home-text23 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text24 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
  font-size: 16px;
}
.home-button2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: auto;
  transition: 0.3s;
  border-width: 0px;
  background-color: var(--dl-color-theme-accent1);
}
.home-button2:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: ease-in-out 300ms;
}
.home-whatweoffer-module {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 2rem;
  justify-content: center;
}
.home-module26 {
  width: 100%;
}
.home-text25 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-align: center;
  margin-bottom: 3rem;
}
.home-module27 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: space-between;
}
.home-module28 {
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  max-width: auto;
  transition: 0.3s;
  align-items: flex-start;
  margin-right: 60px;
  border-radius: 10px;
  flex-direction: column;
}
#home-module28:hover {
  transform: scale(1.1);
  transition: ease-in-out 300ms;
}
.home-module29 {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100px;
  margin-bottom: 24px;
}
.home-image10 {
  width: 200px;
  object-fit: cover;
}
.home-text26 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text27 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
}
.home-image11 {
  width: 467px;
  object-fit: cover;
}
.home-module30 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: space-between;
}
.home-module31 {
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  max-width: auto;
  transition: 0.3s;
  align-items: flex-start;
  margin-right: 60px;
  border-radius: 10px;
  flex-direction: column;
}
#home-module31:hover {
  transform: scale(1.1);
  transition: ease-in-out 300ms;
}
.home-module32 {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100px;
  margin-bottom: 24px;
}
.home-image12 {
  width: 200px;
  object-fit: cover;
}
.home-text28 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text29 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
}
.home-module33 {
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  max-width: auto;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 10px;
  flex-direction: column;
}
#home-module33:hover {
  transform: scale(1.1);
  transition: ease-in-out 300ms;
}
.home-module34 {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100px;
  margin-bottom: 24px;
}
.home-image13 {
  width: 200px;
  object-fit: cover;
}
.home-text30 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text31 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
}
.home-module35 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-module36 {
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  max-width: auto;
  transition: 0.3s;
  align-items: flex-start;
  margin-right: 60px;
  border-radius: 10px;
  flex-direction: column;
}
#home-module36:hover {
  transform: scale(1.1);
  transition: ease-in-out 300ms;
}
.home-module37 {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100px;
  margin-bottom: 24px;
}
.home-image14 {
  width: 200px;
  object-fit: cover;
}
.home-text32 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text33 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
}
.home-module38 {
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  max-width: auto;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 10px;
  flex-direction: column;
}
#home-module38:hover {
  transform: scale(1.1);
  transition: ease-in-out 300ms;
}
.home-module39 {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100px;
  margin-bottom: 24px;
}
.home-image15 {
  width: 200px;
  object-fit: cover;
}
.home-text34 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  margin-bottom: 24px;
}
.home-text35 {
  fill: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
}
.home-contact-us_-module {
  flex: 0 0 auto;
  width: 100%;
  height: 1080px;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 2rem;
  background-size: cover;
  justify-content: center;
  background-image: url("src/backgrounds/contact_us-1100h.png");
  background-position: center;
}
.home-module40 {
  width: 100%;
  align-self: center;
  justify-content: center;
}
.home-text36 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-align: center;
  margin-bottom: 3rem;
}
.home-module41 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-module42 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 800px;
  align-self: center;
  align-items: center;
  padding-top: 24px;
  border-color: var(--dl-color-theme-secondary2);
  border-width: 1px;
  padding-left: 24px;
  border-radius: 10px;
  padding-right: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  justify-content: flex-start;
  background-color: var(--dl-color-theme-neutral-dark);
}
.home-footer-module {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-module43 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 22px;
  padding-left: 80px;
  padding-right: 80px;
  flex-direction: row;
  padding-bottom: 22px;
  justify-content: space-between;
}
.home-navlink6 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-decoration: none;
}
.home-text37 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
.home-navlink7 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-decoration: none;
}
@media(max-width: 1200px) {
  .home-navbar-interactive {
    padding: 22px;
  }
  .home-module12 {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 2rem;
    flex-direction: column;
  }
  .home-module13,
  .home-module15,
  .home-module17,
  .home-module20,
  .home-module22,
  .home-module24 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .home-module19 {
    flex-wrap: wrap;
    height: auto;
    max-width: 100%;
  }
  .home-module43 {
    padding: 22px;
  }
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding: 22px;
  }
  .home-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .home-buttons {
    display: none;
  }
  .home-hero-module {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .home-image01 {
    width: 50%;
  }
  .home-whyus-module {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .home-module12 {
    height: auto;
    margin-bottom: 2rem;
    flex-direction: column;
  }
  .home-module13 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .home-module15 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .home-module17 {
    max-width: 100%;
  }
  .home-module19 {
    height: auto;
    flex-direction: column;
  }
  .home-module20 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .home-module22 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .home-module24 {
    max-width: 100%;
  }
  .home-contact-us_-module {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home-module43 {
    padding: 22px;
  }
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-icon {
    fill: var(--dl-color-theme-secondary1);
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-module04 {
    flex-direction: column;
  }
  .home-module05 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    margin-bottom: 22px;
  }
  .home-module06 {
    max-width: 100%;
    align-items: center;
    margin-bottom: 22px;
  }
  .home-module07 {
    max-width: 100%;
    align-items: center;
  }
  .home-module08 {
    height: auto;
    flex-direction: column;
  }
  .home-module09 {
    height: auto;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .home-module10 {
    max-width: 100%;
  }
  .home-module27 {
    flex-direction: column-reverse;
  }
  .home-module28 {
    max-width: 100%;
    margin-right: 0px;
  }
  .home-image11 {
    margin-bottom: 2rem;
  }
  .home-module30 {
    flex-direction: column;
  }
  .home-module31 {
    max-width: 100%;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .home-module35 {
    flex-direction: column;
  }
  .home-module36 {
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .home-module43 {
    align-items: center;
    flex-direction: column;
  }
  .home-navlink6 {
    margin-bottom: 2rem;
  }
  .home-text37 {
    margin-bottom: 2rem;
  }
}
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-text {
    font-size: 3rem;
  }
  .home-text10 {
    font-size: 3rem;
  }
  .home-text25 {
    font-size: 3rem;
  }
  .home-text36 {
    font-size: 3rem;
  }
  .home-image11 {
    width: 100%;
    object-fit: cover;
  }
  .home-text37 {
    text-align: center;
  }
  .mobile-title-large {
    font-size: 2rem;
    font-weight: 400;
  }
  .mobile-title-small {
    font-size: 1.5rem;
  }
  .mobile-button-text {
    font-size: 14px;
  }
}
