.navbar-wrapper {
  display: contents;
}
.navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
.navbar-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-navlink-logo {
  display: contents;
}
.navbar-nav-logo1 {
  width: 229px;
  height: 58px;
  display: none;
  text-decoration: none;
}
.navbar-desktop-menu {
  flex: 1;
  display: flex;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  justify-content: space-between;
  background-color: var(--dl-color-background-body);
}
.navbar-navlink2 {
  display: contents;
}
.web-nav-logo2 {
  width: 229px;
  height: 58px;
  text-decoration: none;
}
.navbar-links1 {
  gap: 32px;
  flex: 0 0 auto;
  display: flex;
  padding: 4px;
  box-shadow: 0px 4px 12px 0px #d4d4d4;
  align-items: center;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.navbar-navbar-link-home {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;

}
.navbar-navbar-link-home:hover,
.navbar-navbar-link-home:active,
.navbar-link-social:hover,
.navbar-link-social:active,
.navbar-link-b2c:hover,
.navbar-link-b2c:active {
  background-color: var(--dl-color-background-body);
  transition: ease-in-out 500ms;
}
.navbar-link-social {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-link-b2c {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-button {
  gap: 32px;
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-left: 16px;
  border-radius: 100px;
  padding-right: 16px;
  flex-direction: row;
  padding-bottom: 4px;
  background-color: var(--dl-color-theme-accent2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.navbar-action {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  display: flex;
  border-width: 0px;
  flex-direction: row;
  cursor: pointer;
}
.navbar-burger-menu {
  display: none;
}
.navbar-icon1 {
  width: 16px;
  height: 16px;
}
.navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 20px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
  z-index: 100;
}
.navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
.navbar-logo {
  height: 3rem;
}
.navbar-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-icon3 {
  width: 45px;
  height: 45px;
}
.navbar-links2 {
  gap: 32px;
  flex: 0 0 auto;
  display: flex;
  padding: 4px;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.navbar-link14 {
  transition: 0.3s;
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-link14:hover {
  background-color: var(--dl-color-background-body);
}
.navbar-link15 {
  transition: 0.3s;
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-link15:hover {
  background-color: var(--dl-color-background-body);
}
.navbar-link16 {
  transition: 0.3s;
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-link16:hover {
  background-color: var(--dl-color-background-body);
}
.navbar-links3 {
  gap: 32px;
  flex: 0 0 auto;
  display: flex;
  padding: 4px;
  box-shadow: 0px 4px 12px 0px #d4d4d4;
  align-items: center;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.navbar-link17 {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: var(--dl-color-background-body);
}
.navbar-link18 {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-link19 {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.navbar-button {
  display: none;
  visibility: hidden;
}
.home-text16 {
  display: inline-block;
}
.home-fragment19 {
  display: contents;
}
.mob-link-social {
  display: inline-block;
}
.home-fragment14 {
  display: contents;
}
.home-text14 {
  display: inline-block;
}
.home-fragment10 {
  display: contents;
}
.home-text10 {
  display: inline-block;
}
.home-fragment15 {
  display: contents;
}
.mob-link-b2c {
  display: inline-block;
}
.home-fragment18 {
  display: contents;
}
.home-text18 {
  display: inline-block;
}
.home-fragment13 {
  display: contents;
}
.web-contact-btn {
  display: inline-block;
}
.home-fragment11 {
  display: contents;
}
.home-text11 {
  display: inline-block;
}
.home-fragment12 {
  display: contents;
}
.home-text12 {
  display: inline-block;
}
.home-fragment17 {
  display: contents;
}
.home-text17 {
  display: inline-block;
}

@media(max-width: 767px) {
  .navbar-navbar-interactive {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background-color: var(--dl-color-background-body);
  }
  .navbar-nav-logo1 {
    display: flex;
  }
  .navbar-desktop-menu {
    display: none;
  }
  .navbar-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-icon1 {
    width: 45px;
    height: 45px;
  }
  .navbar-mobile-menu {
    padding: 20px 40px;
  }
  .home-section-text {
    margin-bottom: 0px;
  }
}
@media(max-width: 479px) {
  .navbar-navbar-interactive {
    padding: 20px 40px;
  }
}

.footer-wrapper {
  display: contents;
}
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: space-between;

}
.footer-links {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 4px;
  max-width: 100%;
  box-shadow: 0px 4px 12px 0px #d4d4d4;
  align-items: center;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--dl-color-theme-accent2);
}
.footer-privacy-notice {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.footer-service-terms {
  line-height: 1;
  padding-top: 12px;
  padding-left: 24px;
  border-radius: 100px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.footer-privacy-notice:hover,
.footer-service-terms:hover {
    background-color: var(--dl-color-background-body);
    transition: ease-in-out 500ms;
}
.home-fragment20 {
  display: contents;
}
.home-text46,
.home-text47,
.home-text48 {
  display: inline-block;
  text-align: center;
}
.home-fragment21 {
  display: contents;
}
.home-fragment22 {
  display: contents;
}
.home-text48 {
  display: inline-block;
}

@media(max-width: 767px) {
  .footer-footer {
    align-self: center;
  }
  .footer-links {
    box-shadow: 0px 0px 0px 0px #d4d4d4;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    background-color: transparent;
  }
  .footer-privacy-notice {
    width: 100%;
    text-align: center;
  }
  .footer-service-terms {
    width: 100%;
    text-align: center;
  }
}

.main-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #efefef;
}
.home-header-section {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  justify-content: center;
}
.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;
}
.web-contact-btn {
  display: inline-block;
}
.home-fragment14 {
  display: contents;
}
.home-text14 {
  display: inline-block;
}
.home-fragment15 {
  display: contents;
}
.mob-link-b2c {
  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-text18 {
  display: inline-block;
}
.home-fragment19 {
  display: contents;
}
.mob-link-social {
  display: inline-block;
}
.main-section {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  padding-bottom: 80px;
  justify-content: center;
  overflow: hidden;
}
.home-content-container1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.home-hero-text1 {
  width: 100%;
  display: flex;
  z-index: 91;
  position: relative;
  margin-top: 0px;
  align-items: center;
  margin-left: 0px;
  padding-top: 0px;
  margin-right: 0px;
  padding-left: 0px;
  margin-bottom: 80px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
.home-heading1 {
  text-align: center;
  margin-bottom: 40px;
}
.home-text20 {
  text-align: center;
  margin-bottom: 40px;
}
.home-text21 {
  color: var(--dl-color-gray-700);
  text-align: center;
  margin-bottom: 80px;
}
.home-hero-buttons {
  gap: 20px;
  display: flex;
  z-index: 91;
  align-items: center;
  flex-direction: row;
}
.home-container12 {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-container13 {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-cta-btn2 {
  background-color: transparent;
  color: var(--dl-color-gray-black);
}
.home-container14 {
  flex: 0 0 auto;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  min-height: 400px;
  align-items: center;
  justify-content: space-between;
}
.home-container15 {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  z-index: 91;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image1 {
  width: 312px;
  object-fit: cover;
}
.home-container16 {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  z-index: 91;
  align-items: center;
  flex-direction: column;
}
.home-image2 {
  width: 319px;
  object-fit: cover;
}
.home-container17 {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  z-index: 91;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-image3 {
  width: 312px;
  height: 312px;
  object-fit: cover;
}
.home-image4 {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 100px;
  margin: auto;
  z-index: 90;
  position: absolute;
  object-fit: cover;
}
.home-section1 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  padding-bottom: 80px;
  justify-content: center;
}
.home-content-container2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.home-hero-text2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: column;
}
.home-heading2 {
  text-align: center;
  margin-bottom: 40px;
}
.home-text22 {
  font-style: normal;
  text-align: center;
  line-height: 1.55;
  margin-bottom: 40px;
}
.home-text23 {
  color: var(--dl-color-gray-700);
  text-align: center;
}
.home-container18 {
  flex: 0 0 auto;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  min-height: 400px;
  align-items: center;
  justify-content: space-between;
}
.home-container19 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  margin-right: 20px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.home-image5 {
  width: 60px;
  object-fit: cover;
  margin-bottom: 20px;
}
.home-text24 {
  text-align: center;
  margin-bottom: 20px;
}
.home-text28 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  text-align: center;
}
.home-container20 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.home-image6 {
  width: 60px;
  object-fit: cover;
  margin-bottom: 20px;
}
.home-text29 {
  text-align: center;
  margin-bottom: 20px;
}
.home-text33 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  text-align: center;
}
.home-section2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  padding-bottom: 80px;
  justify-content: center;
}
.home-content-container3 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.home-sction-text {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: column;
}
.home-heading3 {
  text-align: center;
  margin-bottom: 40px;
}
.home-text34 {
  text-align: center;
  margin-bottom: 40px;
}
.home-text35 {
  color: var(--dl-color-gray-700);
  text-align: center;
}
.home-container21 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: row;
  justify-content: space-between;
}
.home-container22 {
  flex: 0 0 auto;
  width: 38%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-container23 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 40px;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.home-text36 {
  text-align: center;
  margin-bottom: 20px;
}
.home-text37 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  text-align: center;
}
.home-container24 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.home-text38 {
  text-align: center;
  margin-bottom: 20px;
}
.home-text39 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  text-align: center;
}
.home-container25 {
  flex: 0 0 auto;
  width: 540px;
  height: 568px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("/assets/advantage-1.svg");
}
.home-container26 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.home-container27 {
  flex: 0 0 auto;
  width: 38%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-container28 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 40px;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.home-text40 {
  text-align: center;
  margin-bottom: 20px;
}
.home-text41 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  text-align: center;
}
.home-container29 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent2);
}
.home-text42 {
  text-align: center;
  margin-bottom: 20px;
}
.home-text43 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  text-align: center;
}
.home-container30 {
  flex: 0 0 auto;
  width: 540px;
  height: 568px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("/assets/advantage-2.svg");
}
.home-section3 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  padding-bottom: 80px;
  justify-content: center;
}
.home-content-container4 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.home-section-text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading4 {
  text-align: center;
  margin-bottom: 40px;
}
.home-text44 {
  text-align: center;
  margin-bottom: 40px;
}
.home-container31 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 473px;
  margin-top: 0px;
  align-items: flex-start;
  margin-bottom: 40px;
  justify-content: space-between;
}
.home-image7 {
  width: 82px;
  object-fit: cover;
}
.home-container32 {
  flex: 0 0 auto;
  width: 80%;
  height: auto;
  display: flex;
  padding: 36px;
  align-items: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--dl-color-gray-white);
}
.home-text45 {
  fill: var(--dl-color-background-text);
  color: var(--dl-color-background-text);
  width: 100%;
  height: auto;
  text-align: center;
}
.home-container33 {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-cta-btn3 {
  color: var(--dl-color-gray-white);
  font-style: normal;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tenunits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-tenunits);
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-gray-black);
  cursor: pointer;
}
.home-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-fragment20 {
  display: contents;
}
.home-text46 {
  display: inline-block;
}
.home-fragment21 {
  display: contents;
}
.home-text47 {
  display: inline-block;
}
.home-fragment22 {
  display: contents;
}
.home-text48 {
  display: inline-block;
}
.spinner {
  cursor: pointer;
  transition: transform 2000ms ease;
}
.spinner:hover {
  transform: rotate(360deg);
}
@media(max-width: 991px) {
  .navbar-buttons {
    display: none;
  }
  .main-section {
    flex-direction: column-reverse;
  }
  .home-content-container1 {
    flex-direction: column;
  }
  .home-hero-text1 {
    width: 80%;
  }
  .home-container15 {
    flex: 1;
    width: 1fr;
  }
  .home-image1 {
    width: 100%;
  }
  .home-container16 {
    flex: 1;
    width: 1fr;
  }
  .home-image2 {
    width: 100%;
  }
  .home-container17 {
    flex: 1;
    width: 1fr;
  }
  .home-image3 {
    width: 100%;
    height: auto;
  }
  .home-section1 {
    flex-direction: column-reverse;
  }
  .home-content-container2 {
    flex-direction: column;
  }
  .home-hero-text2 {
    width: 80%;
  }
  .home-section2 {
    flex-direction: column;
  }
  .home-content-container3 {
    flex-direction: column;
  }
  .home-sction-text {
    width: 80%;
  }
  .home-container21 {
    flex-direction: column;
  }
  .home-container22 {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: row;
  }
  .home-container26 {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .home-container27 {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-section3 {
    padding: 0px;
    flex-direction: column-reverse;
  }
  .home-section-text {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media(max-width: 767px) {
  .home-hero-buttons {
    display: flex;
    flex-direction: column;
  }
  .home-container14 {
    height: auto;
    min-height: auto;
  }
  .home-container15 {
    flex: 1;
    width: 1fr;
  }
  .home-image1 {
    width: 100%;
  }
  .home-container16 {
    flex: 1;
    width: 1fr;
  }
  .home-image2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-container17 {
    flex: 1;
    width: 1fr;
  }
  .home-container18 {
    height: auto;
    flex-direction: column;
  }
  .home-container19 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .home-image3 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }
  .home-container31 {
    width: 100%;
  }
  .home-section-text {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media(max-width: 479px) {
  .main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-hero-text1 {
    width: 100%;
  }
  .home-section1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-hero-text2 {
    width: 100%;
  }

  .home-section2 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-sction-text {
    width: 100%;
  }
  .home-container25 {
    width: 100%;
    height: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .home-container30 {
    width: 100%;
    height: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .home-section3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-section-text {
    width: 100%;
    margin-bottom: 0px;
  }
  .home-container21,
  .home-container22,
  .home-container26,
  .home-container27 {
    margin-bottom: 0;
  }
  .home-container31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-image7 {
    margin-bottom: 20px;
  }
  .home-container32 {
    width: 100%;
    padding: 16px;
  }
}
