.navbar4-wrapper {
  display: contents;
}
 
.navbar4-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar4-navbar-interactive {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
}
 
.navbar4-image1 {
  width: 84px;
  height: 84px;
  align-self: center;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
 
.navbar4-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar4-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar4-link11 {
  font-size: 20px;
}
 
.navbar4-link21 {
  font-size: 20px;
}
 
.navbar4-buttons1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
}
 
.navbar4-action11 {
  display: flex;
  flex-direction: row;
}
 
.navbar4-action21 {
  display: flex;
  flex-direction: row;
}
 
.navbar4-burger-menu {
  display: none;
}
 
.navbar4-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar4-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar4-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar4-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar4-logo {
  height: 3rem;
}
 
.navbar4-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar4-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar4-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar4-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.navbar4root-class-name {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  width: 100%;
  overflow: visible;
}
 
@media(max-width: 1200px) {
  .navbar4-navbar-interactive {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
}
 
@media(max-width: 767px) {
  .navbar4-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar4-desktop-menu {
    display: none;
  }
  .navbar4-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar4-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar4-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero9-wrapper {
  display: contents;
}
 
.hero9-header30 {
  gap: var(--dl-layout-space-twounits);
  height: 462px;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-end;
}
 
.hero9-container {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  bottom: 0px;
  height: 376px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-end;
  background-color: rgba(255,255,255,0.7);
}
 
.hero9-image1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 382px;
  position: absolute;
  object-fit: cover;
}
 
.hero9-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.hero9-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  height: 212px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.hero9-text1 {
  color: #000000;
  width: 584px;
  align-self: flex-start;
  text-align: left;
}
 
.hero9-text2 {
  color: #ffffff;
  width: 593px;
  height: 64px;
  align-self: flex-start;
  margin-top: -20px;
  text-align: left;
  margin-left: 0px;
  padding-right: 21px;
}
 
.hero9-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
 
.hero9-image2 {
  width: 200px;
  align-self: flex-start;
  object-fit: cover;
}
 
.hero9-image3 {
  width: 200px;
  object-fit: cover;
}
 
.hero9-image4 {
  width: 200px;
  height: 383px;
  align-self: flex-end;
  margin-top: -250px;
  object-fit: cover;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: auto;
}
 
.hero9-image5 {
  width: 227px;
  height: 388px;
  align-self: flex-end;
  margin-top: -450px;
  object-fit: cover;
  margin-right: 200px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text21 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
}
 
.home-text22 {
  font-weight: 800;
}
 
.home-text23 {
  font-weight: 600;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .hero9-text1 {
    text-align: center;
  }
  .hero9-text2 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .hero9-actions {
    width: 100%;
    flex-direction: column;
  }
}

.features11-wrapper {
  display: contents;
}
 
.features11-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
}
 
.features11-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features11-column {
  gap: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features11-text10 {
  height: 49px;
}
 
.features11-text11 {
  align-self: center;
  margin-bottom: -4px;
  padding-bottom: 0px;
}
 
.features11-content1 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features11-row {
  height: 1007px;
  align-items: flex-start;
}
 
.features11-feature1 {
  flex: 1;
}
 
.features11-feature1-image {
  height: 880px;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 5px;
}
 
.features11-content2 {
  height: 132px;
  align-self: stretch;
  align-items: flex-start;
}
 
.features11-feature1-description {
  margin-top: -30px;
}
 
.features11-feature2 {
  flex: 1;
}
 
.features11-feature2-image {
  height: 880px;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 5px;
}
 
.features11-content3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features11-feature2-description {
  margin-top: -30px;
}
 
.features11-feature3 {
  flex: 1;
}
 
.features11-feature3-image {
  height: 880px;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 5px;
}
 
.features11-content4 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features11-feature3-description {
  margin-top: -30px;
}
 
.features11-actions {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .features11-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .features11-feature1-image {
    height: 260px;
  }
  .features11-feature2-image {
    height: 260px;
  }
  .features11-feature3-image {
    height: 260px;
  }
}
 
@media(max-width: 767px) {
  .features11-column {
    width: 100%;
  }
  .features11-text10 {
    text-align: center;
  }
  .features11-row {
    flex-direction: column;
  }
  .features11-feature1-image {
    width: 100%;
  }
  .features11-feature2 {
    width: auto;
  }
  .features11-feature2-image {
    width: 100%;
  }
  .features11-feature3 {
    width: auto;
  }
  .features11-actions {
    flex-wrap: wrap;
  }
}
 
@media(max-width: 479px) {
  .features11-actions {
    width: 100%;
    flex-direction: column;
  }
}

.footer1-wrapper {
  display: contents;
}
 
.footer1-footer1 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.footer1-max-width {
  width: 100%;
  height: 206px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer1-content {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-layout-radius-radius4);
}
 
.footer1-links {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.footer1-image1 {
  top: 0px;
  left: -15px;
  width: 113px;
  height: 113px;
  position: absolute;
  align-self: flex-start;
}
 
.footer1-column1 {
  gap: var(--dl-layout-space-unit);
  width: 117px;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer1-footer-links1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer1-column2 {
  gap: var(--dl-layout-space-unit);
  width: 157px;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer1-footer-links2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer1-column3 {
  gap: var(--dl-layout-space-unit);
  width: 221px;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer1-link {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.footer1-image {
  width: 28px;
  height: 20px;
  object-fit: cover;
}
 
.footer1-social-link1 {
  margin-top: 0px;
  margin-left: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
 
.footer1-divider {
  margin-top: var(--dl-layout-space-threeunits);
}
 
.footer1-content2 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  height: auto;
  font-size: 12px;
  align-self: flex-end;
  font-style: Regular;
  margin-top: var(--dl-layout-space-halfunit);
  text-align: left;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 150%;
  font-stretch: normal;
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.footer1root-class-name {
  margin-top: 0px;
  padding-top: var(--dl-layout-space-twounits);
  margin-bottom: 0px;
  padding-bottom: var(--dl-layout-space-twounits);
}
 
@media(max-width: 767px) {
  .footer1-content {
    flex-direction: column;
  }
  .footer1-links {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .footer1-column1 {
    align-items: center;
  }
  .footer1-column1-title {
    text-align: center;
  }
  .footer1-footer-links1 {
    align-self: center;
  }
  .footer1-column2 {
    align-items: center;
  }
  .footer1-column2-title {
    text-align: center;
  }
  .footer1-footer-links2 {
    align-self: center;
  }
  .footer1-column3 {
    align-items: center;
  }
  .footer1-social-link1-title {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .footer1-footer1 {
    height: 532px;
  }
  .footer1-links {
    flex-direction: column;
  }
  .footer1-column1 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer1-footer-links1 {
    align-items: center;
    justify-content: center;
  }
  .footer1-column2 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer1-footer-links2 {
    align-items: center;
    justify-content: center;
  }
  .footer1-column3 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer1-link {
    align-self: center;
  }
  .footer1-social-link1 {
    text-align: left;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text21 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
}
 
.home-text22 {
  font-weight: 800;
}
 
.home-text23 {
  font-weight: 600;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
/* Lock the body to a fixed width so desktop resize doesn't collapse things */
body {
  min-width: 1200px; /* matches your viewport width */
  overflow-x: auto;  /* allow horizontal scrolling if window is smaller */
}

