.nav-links-wrapper {
  display: contents;
}
 
.nav-links-links {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.nav-links-link1 {
  text-decoration: underline;
}
 
.nav-links-link2 {
  text-decoration: underline;
}
 
.nav-links-link3 {
  text-decoration: underline;
}
 
@media(max-width: 1200px) {
  .nav-links-link1 {
    text-decoration: underline;
  }
  .nav-links-link2 {
    text-decoration: underline;
  }
  .nav-links-link3 {
    text-decoration: underline;
  }
}
 
@media(max-width: 767px) {
  .nav-links-links {
    display: none;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
 
.home-navbar-interactive {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-branding1 {
  width: 580px;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  border-color: #61616B;
  flex-direction: row;
  padding-bottom: 19px;
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-text100 {
  color: rgb(39, 39, 45);
  font-size: 30px;
  font-family: "Inter";
}
 
.home-desktop-menu {
  display: flex;
}
 
.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-right {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
}
 
.home-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-work-with-us1 {
  cursor: pointer;
  transition: 0.3s;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 70px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: rgb(229, 254, 88);
}
 
.home-work-with-us1:hover {
  opacity: 0.5;
}
 
.home-text105 {
  display: flex;
  font-size: 24px;
}
 
.home-image10 {
  width: 100px;
  display: none;
  object-fit: cover;
}
 
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
 
.home-work-with-us2 {
  cursor: pointer;
  transition: 0.3s;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 70px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-unit);
  background-color: rgb(229, 254, 88);
}
 
.home-work-with-us2:hover {
  opacity: 0.5;
}
 
.home-text106 {
  display: flex;
  font-size: 24px;
}
 
.home-image11 {
  width: 100px;
  display: none;
  object-fit: cover;
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.home-nav2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.home-branding2 {
  flex: 1;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  border-color: #61616B;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-text107 {
  color: #27272D;
  font-size: 30px;
  font-family: Inter;
}
 
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-middle {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-links {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}
 
.home-link10 {
  text-decoration: none;
}
 
.home-link11 {
  text-decoration: none;
}
 
.home-link12 {
  text-decoration: none;
}
 
.home-work-with-us3 {
  cursor: pointer;
  transition: 0.3s;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 70px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: rgb(229, 254, 88);
}
 
.home-work-with-us3:hover {
  opacity: 0.5;
}
 
.home-text108 {
  display: flex;
  font-size: 24px;
}
 
.home-text109 {
  color: rgb(39, 39, 45);
  width: 100%;
  height: auto;
  font-size: 35px;
  max-width: 1000px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  padding-top: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-unit);
}
 
.home-image12 {
  width: 1015px;
  height: 548px;
  align-self: center;
  object-fit: cover;
}
 
.home-information1 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: 170px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  border-top-width: 0px;
}
 
.home-purpose1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-caption1 {
  color: rgb(39, 39, 45);
  letter-spacing: 5%;
  text-transform: uppercase;
}
 
.home-description10 {
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text111 {
  font-weight: 700;
}
 
.home-text122 {
  font-weight: 700;
}
 
.home-text123 {
  font-weight: 700;
}
 
.home-description11 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text126 {
  font-weight: 700;
}
 
.home-description12 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text130 {
  font-weight: 700;
}
 
.home-text132 {
  font-weight: 700;
}
 
.home-description13 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text135 {
  font-weight: 700;
}
 
.home-text137 {
  font-weight: 700;
}
 
.home-description14 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text145 {
  font-weight: 700;
}
 
.home-text146 {
  font-weight: 700;
}
 
.home-description15 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text149 {
  font-weight: inherit;
}
 
.home-text150 {
  font-weight: inherit;
}
 
.home-text151 {
  font-weight: inherit;
}
 
.home-text152 {
  font-weight: inherit;
}
 
.home-text153 {
  font-weight: inherit;
}
 
.home-text154 {
  font-weight: 700;
}
 
.home-description16 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-link13 {
  text-decoration: underline;
}
 
.home-link14 {
  text-decoration: underline;
}
 
.home-link15 {
  text-decoration: underline;
}
 
.home-purpose2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-caption2 {
  color: rgb(39, 39, 45);
  font-size: 12px;
  letter-spacing: 5%;
  text-transform: uppercase;
}
 
.home-title {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 30px;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-description17 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-description18 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-description19 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text180 {
  font-weight: 700;
}
 
.home-description20 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text182 {
  font-weight: 700;
}
 
.home-text183 {
  font-weight: 700;
}
 
.home-link17 {
  display: contents;
}
 
.home-image13 {
  width: auto;
  height: 548px;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
 
.home-information2 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: 170px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  border-top-width: 0px;
}
 
.home-description21 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text188 {
  font-weight: 700;
}
 
.home-text189 {
  font-weight: 700;
}
 
.home-link19 {
  display: contents;
}
 
.home-image14 {
  width: auto;
  height: 548px;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
 
.home-information3 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: 170px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  border-top-width: 0px;
}
 
.home-description22 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
}
 
.home-text199 {
  font-weight: 700;
}
 
.home-text200 {
  font-weight: 700;
}
 
.home-text202 {
  font-weight: 700;
}
 
.home-text203 {
  font-weight: 700;
}
 
.home-text206 {
  font-weight: 700;
}
 
.home-text207 {
  font-weight: 700;
}
 
.home-text208 {
  font-weight: 700;
}
 
.home-description23 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text226 {
  font-weight: 700;
}
 
.home-text229 {
  font-weight: 700;
}
 
.home-text230 {
  font-weight: 700;
}
 
.home-text234 {
  font-weight: 700;
}
 
.home-text235 {
  font-weight: 700;
}
 
.home-text236 {
  font-weight: 700;
}
 
.home-text241 {
  font-weight: 700;
}
 
.home-text249 {
  font-weight: 700;
}
 
.home-text251 {
  font-weight: 700;
}
 
.home-description24 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text256 {
  font-weight: 700;
}
 
.home-text257 {
  font-weight: 700;
}
 
.home-text258 {
  font-weight: 700;
}
 
.home-text259 {
  font-weight: 700;
}
 
.home-purpose3 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-caption3 {
  color: rgb(39, 39, 45);
  letter-spacing: 5%;
  text-transform: uppercase;
}
 
.home-description25 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-text267 {
  font-weight: 700;
}
 
.home-text268 {
  font-weight: 700;
}
 
.home-text269 {
  font-weight: 700;
}
 
.home-purpose4 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-caption4 {
  color: rgb(39, 39, 45);
  letter-spacing: 5%;
  text-transform: uppercase;
}
 
.home-description26 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: 900px;
  line-height: 36px;
}
 
.home-link20 {
  text-decoration: underline;
}
 
.home-link21 {
  text-decoration: underline;
}
 
.home-link22 {
  text-decoration: underline;
}
 
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-header2 {
  width: 100%;
  display: flex;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #61616B;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.home-branding3 {
  color: rgb(39, 39, 45);
  font-size: 20px;
}
 
.home-description27 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 20px;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.home-content {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  border-color: #61616B;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-contact {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-email {
  color: rgb(39, 39, 45);
  font-size: 20px;
}
 
.home-number {
  color: rgb(39, 39, 45);
  font-size: 20px;
}
 
.home-socials {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-link23 {
  display: contents;
}
 
.home-link24 {
  display: contents;
}
 
.home-link25 {
  display: contents;
}
 
.home-link26 {
  display: contents;
}
 
.home-link27 {
  display: contents;
}
 
.home-link28 {
  display: contents;
}
 
.home-links-row {
  gap: 128px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-links-column1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-link29 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
}
 
.home-link29:hover {
  opacity: 0.7;
}
 
.home-link30 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
}
 
.home-link30:hover {
  opacity: 0.7;
}
 
.home-link31 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
}
 
.home-link31:hover {
  opacity: 0.7;
}
 
.home-link32 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
}
 
.home-link32:hover {
  opacity: 0.7;
}
 
.home-links-column2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-link33 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: underline;
}
 
.home-link33:hover {
  opacity: 0.7;
}
 
.home-link34 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: underline;
}
 
.home-link34:hover {
  opacity: 0.7;
}
 
.home-link35 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: underline;
}
 
.home-link35:hover {
  opacity: 0.7;
}
 
.home-link36 {
  color: rgb(39, 39, 45);
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: underline;
}
 
.home-link36:hover {
  opacity: 0.7;
}
 
@media(max-width: 1600px) {
  .home-text109 {
    color: rgb(39, 39, 45);
    height: auto;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
  }
  .home-information1 {
    height: auto;
    padding-bottom: 45px;
    border-top-width: 0px;
  }
  .home-text122 {
    font-weight: 700;
  }
  .home-description11 {
    color: rgb(39, 39, 45);
    font-size: 20px;
    line-height: 36px;
  }
  .home-description12 {
    color: rgb(39, 39, 45);
    font-size: 20px;
    line-height: 36px;
  }
  .home-text135 {
    font-weight: 700;
  }
  .home-text137 {
    font-weight: 700;
  }
  .home-text145 {
    font-weight: 700;
  }
  .home-text146 {
    font-weight: 700;
  }
  .home-text149 {
    font-weight: inherit;
  }
  .home-text150 {
    font-weight: inherit;
  }
  .home-text151 {
    font-weight: inherit;
  }
  .home-text152 {
    font-weight: inherit;
  }
  .home-text153 {
    font-weight: inherit;
  }
  .home-text154 {
    font-weight: 700;
  }
  .home-title {
    color: rgb(39, 39, 45);
    font-size: 30px;
  }
  .home-text180 {
    font-weight: 700;
  }
  .home-text182 {
    font-weight: 700;
  }
  .home-link16 {
    text-decoration: underline;
  }
  .home-text188 {
    font-weight: 700;
  }
  .home-link18 {
    text-decoration: underline;
  }
  .home-description22 {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-text199 {
    font-weight: 700;
  }
  .home-text202 {
    font-weight: 700;
  }
  .home-text203 {
    font-weight: 700;
  }
  .home-text205 {
    font-weight: 700;
  }
  .home-text206 {
    font-weight: 700;
  }
  .home-text207 {
    font-weight: 700;
  }
  .home-text210 {
    font-weight: 700;
  }
  .home-text215 {
    font-weight: 700;
  }
  .home-text216 {
    font-weight: 700;
  }
  .home-text226 {
    font-weight: 700;
  }
  .home-text229 {
    font-weight: 700;
  }
  .home-text230 {
    font-weight: 700;
  }
  .home-text234 {
    font-weight: 700;
  }
  .home-text235 {
    font-weight: 700;
  }
  .home-text236 {
    font-weight: 700;
  }
  .home-text241 {
    font-weight: 700;
  }
  .home-text249 {
    font-weight: 700;
  }
  .home-text251 {
    font-weight: 700;
  }
  .home-text256 {
    font-weight: 700;
  }
  .home-text257 {
    font-weight: 700;
  }
  .home-text258 {
    font-weight: 700;
  }
  .home-text259 {
    font-weight: 700;
  }
  .home-text260 {
    font-weight: 700;
  }
  .home-caption3 {
    color: rgb(39, 39, 45);
    text-transform: uppercase;
  }
  .home-description25 {
    color: rgb(39, 39, 45);
    font-size: 20px;
    line-height: 36px;
  }
  .home-text268 {
    font-weight: 700;
  }
  .home-caption4 {
    color: rgb(39, 39, 45);
    text-transform: uppercase;
  }
  .home-branding3 {
    color: rgb(39, 39, 45);
    font-size: 20px;
  }
  .home-description27 {
    max-width: var(--dl-layout-size-maxwidth);
    line-height: inherit;
  }
  .home-email {
    color: rgb(39, 39, 45);
    font-size: 20px;
  }
  .home-number {
    color: rgb(39, 39, 45);
    font-size: 20px;
  }
  .home-link29 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link30 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link31 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link32 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link33 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link34 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link35 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
  .home-link36 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 32px;
  }
}
 
@media(max-width: 1200px) {
  .home-text109 {
    color: rgb(39, 39, 45);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
  }
  .home-text145 {
    font-weight: 700;
  }
  .home-text146 {
    font-weight: 700;
  }
  .home-text149 {
    font-weight: inherit;
  }
  .home-text150 {
    font-weight: inherit;
  }
  .home-text151 {
    font-weight: inherit;
  }
  .home-text152 {
    font-weight: inherit;
  }
  .home-text153 {
    font-weight: inherit;
  }
  .home-text154 {
    font-weight: 700;
  }
  .home-link13 {
    text-decoration: underline;
  }
  .home-link14 {
    text-decoration: underline;
  }
  .home-link15 {
    text-decoration: underline;
  }
  .home-text180 {
    font-weight: 700;
  }
  .home-text182 {
    font-weight: 700;
  }
  .home-text188 {
    font-weight: 700;
  }
  .home-text226 {
    font-weight: 700;
  }
  .home-text229 {
    font-weight: 700;
  }
  .home-text234 {
    font-weight: 700;
  }
  .home-text235 {
    font-weight: 700;
  }
  .home-text241 {
    font-weight: 700;
  }
  .home-text249 {
    font-weight: 700;
  }
  .home-text251 {
    font-weight: 700;
  }
  .home-text267 {
    font-weight: 700;
  }
  .home-text268 {
    font-weight: 700;
  }
  .home-link20 {
    text-decoration: underline;
  }
  .home-link21 {
    text-decoration: underline;
  }
  .home-link22 {
    text-decoration: underline;
  }
  .home-branding3 {
    font-size: 20px;
  }
}
 
@media(max-width: 991px) {
  .home-navbar-interactive {
    gap: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .home-text100 {
    color: rgb(39, 39, 45);
    font-size: 30px;
    font-family: Inter;
  }
  .home-text105 {
    line-height: 30px;
  }
  .home-text106 {
    line-height: 30px;
  }
  .home-text108 {
    line-height: 30px;
  }
  .home-text109 {
    color: rgb(39, 39, 45);
    height: auto;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    padding-left: 12px;
    padding-right: var(--dl-layout-space-unit);
  }
  .home-image12 {
    width: 976px;
    height: 543px;
  }
  .home-information1 {
    gap: var(--dl-layout-space-threeunits);
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
    border-top-width: 0px;
  }
  .home-purpose1 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-caption1 {
    font-size: 12px;
  }
  .home-description10 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text111 {
    font-weight: 700;
  }
  .home-text122 {
    font-weight: 700;
  }
  .home-description11 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-description12 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-description13 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-description14 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-description15 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-description16 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-purpose2 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-caption2 {
    font-size: 12px;
  }
  .home-title {
    font-size: 30px;
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .home-description17 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description18 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description19 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description20 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-image13 {
    width: 976px;
    height: 543px;
  }
  .home-information2 {
    gap: var(--dl-layout-space-threeunits);
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
    border-top-width: 0px;
  }
  .home-description21 {
    color: rgb(39, 39, 45);
    font-size: 16px;
    line-height: 28px;
  }
  .home-image14 {
    width: auto;
    height: 543px;
  }
  .home-information3 {
    gap: var(--dl-layout-space-threeunits);
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
    border-top-width: 0px;
  }
  .home-description22 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description23 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description24 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-purpose3 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-caption3 {
    font-size: 12px;
  }
  .home-description25 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-purpose4 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-caption4 {
    font-size: 12px;
  }
  .home-description26 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-header2 {
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .home-branding3 {
    font-size: 18px;
  }
  .home-description27 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-content {
    gap: var(--dl-layout-space-threeunits);
    align-items: flex-start;
    padding-top: var(--dl-layout-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-email {
    font-size: 16px;
  }
  .home-number {
    font-size: 16px;
  }
  .home-socials {
    display: none;
  }
  .home-links-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-top: var(--dl-layout-space-twounits);
    justify-content: space-between;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-work-with-us1 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-text105 {
    display: none;
  }
  .home-image10 {
    width: 16px;
    height: 14px;
    display: flex;
  }
  .home-burger-menu {
    display: flex;
    align-self: flex-start;
  }
  .home-work-with-us2 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-text106 {
    display: none;
  }
  .home-image11 {
    width: 16px;
    height: 14px;
    display: flex;
  }
  .home-branding2 {
    max-width: 80%;
  }
  .home-work-with-us3 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-text109 {
    width: auto;
    height: auto;
    font-size: 30px;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-image12 {
    width: 100%;
    height: 464px;
  }
  .home-information1 {
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-description11 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text126 {
    font-weight: 700;
  }
  .home-text127 {
    font-weight: 700;
  }
  .home-description12 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text132 {
    font-weight: 700;
  }
  .home-description14 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text145 {
    font-weight: 700;
  }
  .home-text146 {
    font-weight: 700;
  }
  .home-title {
    font-size: 25px;
  }
  .home-description17 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description18 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-description19 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text180 {
    font-weight: 700;
  }
  .home-description20 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text182 {
    font-weight: 700;
  }
  .home-text183 {
    font-weight: 700;
  }
  .home-link16 {
    text-decoration: underline;
  }
  .home-image13 {
    width: 100%;
    height: 464px;
  }
  .home-information2 {
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-image14 {
    width: auto;
    height: 464px;
  }
  .home-information3 {
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-description22 {
    border-width: 0px;
  }
}
 
@media(max-width: 479px) {
  .home-branding1 {
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .home-text100 {
    font-size: 25px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-text107 {
    color: rgb(39, 39, 45);
    font-size: 30px;
    font-family: Inter;
  }
  .home-text108 {
    font-size: 24px;
    line-height: 30px;
  }
  .home-text109 {
    width: auto;
    height: auto;
  }
  .home-description13 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text135 {
    font-weight: 700;
  }
  .home-text137 {
    font-weight: 700;
  }
  .home-description15 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-text149 {
    font-weight: inherit;
  }
  .home-text150 {
    font-weight: inherit;
  }
  .home-text151 {
    font-weight: inherit;
  }
  .home-text152 {
    font-weight: inherit;
  }
  .home-text153 {
    font-weight: inherit;
  }
  .home-text154 {
    font-weight: 700;
  }
  .home-title {
    font-size: 25px;
  }
  .home-email {
    font-size: 16px;
  }
  .home-number {
    font-size: 16px;
  }
}
