.card-card {
  position: relative;
  background-color: var(--dl-color-primary-500);
}
.card-header {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.card-icon {
  height: 50px;
  object-fit: cover;
}
.card-heading {
  color: rgb(18, 40, 33);
  font-size: 24px;
  max-width: 600px;
  font-style: normal;
  font-weight: 500;
}
.card-text {
  color: rgb(18, 40, 33);
  max-width: 600px;
  font-family: Lato;
  line-height: 24px;
}
.card-root-class-name {
  background-color: #D9D9D9;
}
@media(max-width: 767px) {
  .card-card {
    background-color: var(--dl-color-primary-700);
  }
}
@media(max-width: 479px) {
  .card-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

.branding-branding {
  gap: var(--dl-space-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.branding-text {
  color: rgba(18, 40, 33, 1);
  font-size: 24px;
  line-height: 36px;
}
.branding-icon {
  width: 7px;
  height: 7px;
}
.branding-text1 {
  color: rgba(18, 40, 33, 1);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
}
@media(max-width: 991px) {
  .branding-icon {
    display: none;
  }
  .branding-text1 {
    display: none;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
.footer-information {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-content {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-header {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  font-family: Lato;
  line-height: 27px;
}
.footer-contact-list {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-contact {
  gap: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.footer-image {
  width: 24px;
  height: 18px;
  object-fit: cover;
}
.footer-text01 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  line-height: 18px;
}
.footer-contact1 {
  gap: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.footer-image1 {
  width: 18px;
  height: 24px;
  object-fit: cover;
  margin-left: 3px;
  margin-right: 3px;
}
.footer-text02 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  line-height: 18px;
}
.footer-copyright {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 14px;
  font-family: Lato;
  line-height: 21px;
}
.footer-links {
  gap: 110px;
  display: flex;
  align-items: flex-start;
  padding-right: 135px;
  flex-direction: row;
}
.footer-column {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-column1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media(max-width: 991px) {
  .footer-footer {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-start;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-content {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-header {
    gap: var(--dl-space-space-unit);
  }
  .footer-copyright {
    display: none;
  }
  .footer-links {
    gap: var(--dl-space-space-threeunits);
    padding-right: 0px;
    flex-direction: column;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
.home-navbar-interactive {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1324px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-pasted-image {
  width: 177px;
}
.home-desktop-menu {
  display: flex;
}
.home-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-button {
  color: rgb(18, 40, 33);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: 0px;
  border-radius: 0px;
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: transparent;
}
.home-navlink {
  text-decoration: none;
}
.home-button1 {
  color: rgb(18, 40, 33);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: 0px;
  border-radius: 0px;
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: transparent;
}
.home-link {
  text-decoration: none;
}
.home-button2 {
  color: rgb(18, 40, 33);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  padding-top: var(--dl-space-space-halfunit);
  border-color: rgba(18, 40, 33, 1);
  padding-left: var(--dl-space-space-threeunits);
  border-radius: 0px;
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: transparent;
  border-left-width: 1px;
}
.home-burger-menu {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-hamburger {
  width: 100px;
  object-fit: cover;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 100;
  position: fixed;
  transform: translateY(-100%);
  transition: 0.5s;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: flex-start;
  background-color: #fff;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-branding {
  gap: var(--dl-space-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-text {
  color: rgba(18, 40, 33, 1);
  font-size: 24px;
  line-height: 36px;
}
.home-icon {
  width: 7px;
  height: 7px;
}
.home-text01 {
  color: rgba(18, 40, 33, 1);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: 34px;
  height: 34px;
}
.home-links1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-button3 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  border-radius: 28px;
  background-color: rgb(18, 40, 33);
}
.home-button4 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  border-radius: 28px;
  background-color: rgb(18, 40, 33);
}
.home-button5 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  border-radius: 28px;
  background-color: rgb(18, 40, 33);
}
.home-social-bar {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  margin-top: auto;
  justify-content: flex-start;
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-hero {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
}
.home-content {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  position: relative;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.home-title {
  color: rgb(18, 40, 33);
  font-size: 72px;
  max-width: 600px;
  font-style: normal;
  font-weight: 500;
  line-height: 92px;
}
.home-description {
  color: rgb(18, 40, 33);
  font-size: 24px;
  max-width: 600px;
  font-family: Lato;
  line-height: 36px;
}
.home-image {
  left: 0px;
  width: 240px;
  bottom: -410px;
  height: 330px;
  position: absolute;
  object-fit: cover;
}
.home-image01 {
  width: 720px;
  height: 700px;
  display: flex;
  overflow-x: hidden;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(250, 228, 142, 1);
}
.home-image02 {
  width: 675px;
  height: 100%;
  object-fit: cover;
}
.home-mission {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 290px;
  flex-direction: column;
  padding-bottom: 120px;
}
.home-text06 {
  color: rgb(18, 40, 33);
  font-size: 40px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
  line-height: 51px;
}
.home-button6 {
  background-color: var(--dl-color-primary-500);
}
.home-navlink1 {
  line-height: 21px;
  text-decoration: none;
}
.home-improve {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: 120px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text07 {
  color: rgb(18, 40, 33);
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 51px;
}
.home-text08 {
  color: rgb(18, 40, 33);
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
.home-text10 {
  color: #122821;
  font-size: 20px;
  font-family: Lato;
  line-height: 30px;
}
.home-tabs {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-switches {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-content1 {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  overflow-x: hidden;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-details {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text12 {
  color: rgb(18, 40, 33);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
.home-description1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text13 {
  color: rgb(18, 40, 33);
  font-size: 16px;
  line-height: 24px;
}
.home-text19 {
  color: rgb(18, 40, 33);
  font-size: 16px;
  line-height: 24px;
}
.home-button7 {
  background-color: var(--dl-color-primary-500);
}
.home-link1 {
  line-height: 21px;
  text-decoration: none;
}
.home-image03 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-image04 {
  flex: 1;
  height: 640px;
  object-fit: cover;
}
.home-services {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-text22 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 56px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-text23 {
  width: 100%;
  max-width: 1000px;
}
.home-cards {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home-row {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: stretch;
}
.home-row1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home-testimonials {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-container1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: var(--dl-color-primary-100);
}
.home-content2 {
  gap: 56px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container2 {
  flex: 0 0 auto;
  width: 120px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.home-image05 {
  width: 200px;
  object-fit: cover;
}
.home-quote1 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
.home-author {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-name {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
.home-origin {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
.home-image06 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-quote3 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
.home-author1 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-name1 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
.home-origin1 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
.home-image07 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-quote5 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
.home-author2 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-name2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
.home-origin2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
.home-image08 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-quote7 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
.home-author3 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-name3 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
.home-origin3 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
.home-controls {
  gap: var(--dl-space-space-oneandhalfunits);
  right: 0px;
  bottom: 0px;
  display: flex;
  position: absolute;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}
.home-previous {
  width: 64px;
  cursor: pointer;
  height: 64px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: flex-end;
  background-color: var(--dl-color-primary-500);
}
.home-previous:hover {
  background-color: #e6f9e0;
}
.home-image09 {
  width: 100px;
  transform: rotate(180deg);
  object-fit: cover;
}
.home-next {
  width: 64px;
  cursor: pointer;
  height: 64px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: flex-end;
  background-color: var(--dl-color-primary-500);
}
.home-next:hover {
  background-color: rgba(230, 249, 224, 0.5);
}
.home-image10 {
  width: 100px;
  object-fit: cover;
}
.home-partners {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: 130px;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: 130px;
  border-bottom-width: 1px;
}
.home-content3 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
.home-text42 {
  color: #122821;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
}
.home-partners-desktop {
  gap: var(--dl-space-space-fourunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-column {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner {
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image11 {
  width: 75px;
  height: 33px;
  object-fit: cover;
}
.home-partner01 {
  align-items: center;
  justify-content: center;
}
.home-image12 {
  width: 128px;
  height: 38px;
  object-fit: cover;
}
.home-partner02 {
  align-items: center;
  justify-content: center;
}
.home-image13 {
  width: 79px;
  height: 28px;
  object-fit: cover;
}
.home-column01 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner03 {
  align-items: center;
  justify-content: center;
}
.home-image14 {
  width: 112px;
  height: 66px;
  object-fit: cover;
}
.home-image15 {
  width: 121px;
  height: 68px;
  object-fit: cover;
}
.home-partner05 {
  align-items: center;
  justify-content: center;
}
.home-image16 {
  width: 80px;
  height: 57px;
  object-fit: cover;
}
.home-partner06 {
  align-items: center;
  justify-content: center;
}
.home-image17 {
  width: 116px;
  height: 98px;
  object-fit: cover;
}
.home-column02 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner07 {
  align-items: center;
  justify-content: center;
}
.home-image18 {
  width: 108px;
  height: 36px;
  object-fit: cover;
}
.home-partner08 {
  align-items: center;
  justify-content: center;
}
.home-image19 {
  width: 97px;
  height: 27px;
  object-fit: cover;
}
.home-partner09 {
  align-items: center;
  justify-content: center;
}
.home-image20 {
  width: 82px;
  height: 27px;
  object-fit: cover;
}
.home-partner11 {
  align-items: center;
  justify-content: center;
}
.home-image22 {
  width: 106px;
  height: 30px;
  object-fit: cover;
}
.home-column03 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner12 {
  align-items: center;
  justify-content: center;
}
.home-image23 {
  width: 106px;
  height: 37px;
  object-fit: cover;
}
.home-partner13 {
  align-items: center;
  justify-content: center;
}
.home-image24 {
  width: 96px;
  height: 87px;
  object-fit: cover;
}
.home-partner14 {
  align-items: center;
  justify-content: center;
}
.home-image25 {
  width: 110px;
  height: 28px;
  object-fit: cover;
}
.home-partner15 {
  align-items: center;
  justify-content: center;
}
.home-image26 {
  width: 100px;
  height: 39px;
  object-fit: cover;
}
.home-partners-mobile {
  gap: var(--dl-space-space-fourunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: row;
}
.home-row2 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner16 {
  align-items: center;
  justify-content: center;
}
.home-image27 {
  width: 200px;
  object-fit: cover;
}
.home-partner17 {
  align-items: center;
  justify-content: center;
}
.home-image28 {
  width: 200px;
  object-fit: cover;
}
.home-partner18 {
  align-items: center;
  justify-content: center;
}
.home-image29 {
  width: 200px;
  object-fit: cover;
}
.home-partner19 {
  align-items: center;
  justify-content: center;
}
.home-image30 {
  width: 200px;
  object-fit: cover;
}
.home-column04 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner20 {
  align-items: center;
  justify-content: center;
}
.home-image31 {
  width: 200px;
  object-fit: cover;
}
.home-partner21 {
  align-items: center;
  justify-content: center;
}
.home-image32 {
  width: 200px;
  object-fit: cover;
}
.home-partner22 {
  align-items: center;
  justify-content: center;
}
.home-image33 {
  width: 200px;
  object-fit: cover;
}
.home-partner23 {
  align-items: center;
  justify-content: center;
}
.home-image34 {
  width: 200px;
  object-fit: cover;
}
.home-column05 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner24 {
  align-items: center;
  justify-content: center;
}
.home-image35 {
  width: 200px;
  object-fit: cover;
}
.home-partner25 {
  align-items: center;
  justify-content: center;
}
.home-image36 {
  width: 200px;
  object-fit: cover;
}
.home-partner26 {
  align-items: center;
  justify-content: center;
}
.home-image37 {
  width: 200px;
  object-fit: cover;
}
.home-column06 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-partner28 {
  align-items: center;
  justify-content: center;
}
.home-image39 {
  width: 200px;
  object-fit: cover;
}
.home-partner29 {
  align-items: center;
  justify-content: center;
}
.home-image40 {
  width: 200px;
  object-fit: cover;
}
.home-partner30 {
  align-items: center;
  justify-content: center;
}
.home-image41 {
  width: 200px;
  object-fit: cover;
}
.home-services1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: 120px;
  align-items: flex-start;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: 130px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-heading1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text43 {
  color: rgb(18, 40, 33);
  font-size: 56px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-text44 {
  max-width: 1000px;
}
.home-text46 {
  color: rgb(18, 40, 33);
  font-size: 20px;
  max-width: 800px;
  font-family: Lato;
}
.home-sections {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.home-row3 {
  gap: 140px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}
.home-section {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text47 {
  color: rgb(18, 40, 33);
  font-size: 36px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-description2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text48 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-text49 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-link2 {
  text-decoration: none;
  background-color: var(--dl-color-primary-500);
}
.home-section1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text53 {
  color: rgb(18, 40, 33);
  font-size: 36px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-description3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text54 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-text55 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-link3 {
  text-decoration: none;
  background-color: var(--dl-color-primary-500);
}
.home-row4 {
  gap: 140px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}
.home-section2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text59 {
  color: rgb(18, 40, 33);
  font-size: 36px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-description4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text60 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-text61 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-text62 {
  max-width: 1000px;
}
.home-link4 {
  text-decoration: none;
  background-color: var(--dl-color-primary-500);
}
.home-section3 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text68 {
  color: rgb(18, 40, 33);
  font-size: 36px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-description5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text69 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-text70 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  font-family: Lato;
  line-height: 24px;
}
.home-link5 {
  text-decoration: none;
  background-color: var(--dl-color-primary-500);
}
.home-banner {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
}
.home-container3 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: var(--dl-color-primary-100);
}
.home-header5 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-title1 {
  color: rgb(230, 249, 224);
  width: 100%;
  font-size: 36px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 46px;
}
.home-description6 {
  color: rgb(230, 249, 224);
  width: 100%;
  font-size: 20px;
  max-width: 550px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
.home-button8 {
  background-color: var(--dl-color-primary-500);
}
.home-mission1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: 120px;
  align-items: flex-end;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-content4 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: flex-start;
  flex-direction: column;
}
.home-text77 {
  color: rgb(18, 40, 33);
  font-size: 40px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
.home-description7 {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text78 {
  color: rgb(18, 40, 33);
  font-size: 20px;
  max-width: 800px;
  font-family: Lato;
  line-height: 30px;
}
.home-text79 {
  max-width: 800px;
}
.home-text80 {
  max-width: 800px;
}
.home-galleries {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-gallery-desktop {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-column07 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-image42 {
  height: 700px;
  object-fit: cover;
}
.home-column08 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-row5 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-yellow {
  flex: 1;
  height: 330px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #FAE48E;
}
.home-image43 {
  height: 330px;
  object-fit: cover;
}
.home-row6 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-image44 {
  width: 435px;
  object-fit: cover;
}
.home-image45 {
  width: 215px;
  height: 289px;
  object-fit: cover;
}
.home-gallery-mobile {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: none;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-column09 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-image46 {
  height: 700px;
  object-fit: cover;
}
.home-image47 {
  width: 435px;
  object-fit: cover;
}
.home-column10 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-yellow1 {
  flex: 1;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 330px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #FAE48E;
}
.home-image48 {
  height: 330px;
  object-fit: cover;
}
.home-image49 {
  width: 200px;
  object-fit: cover;
}
.home-row7 {
  gap: var(--dl-space-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-mission2 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: var(--dl-space-space-sixunits);
  align-items: flex-end;
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: 120px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-content5 {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: flex-start;
  flex-direction: column;
}
.home-quote8 {
  color: rgb(18, 40, 33);
  font-size: 40px;
  max-width: 1000px;
  font-style: italic;
  font-weight: 400;
  line-height: 51px;
}
.home-author4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-details1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-name4 {
  color: rgb(18, 40, 33);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.home-origin4 {
  color: rgb(18, 40, 33);
  font-size: 20px;
}
.home-newsletter {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: 120px;
  border-color: var(--dl-color-gray-black);
  padding-left: var(--dl-space-space-oneandhalfunits);
  margin-bottom: 120px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.home-header6 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text81 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 56px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
.home-text82 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.home-content6 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-email {
  width: 400px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 2px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 60px;
  padding-right: 2px;
  flex-direction: row;
  padding-bottom: 2px;
  justify-content: center;
  background-color: #F3F3F3;
}
.home-textinput {
  flex: 1;
  color: #122821;
  outline: inherit;
  font-family: Lato;
  font-weight: 600;
  background-color: transparent;
}
.home-submit {
  width: 56px;
  cursor: pointer;
  height: 56px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.home-submit:hover {
  background-color: #408770;
}
.home-image50 {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(484%) hue-rotate(62deg) brightness(111%) contrast(95%);
  transform: rotate(-45deg);
  object-fit: cover;
}
.home-notice {
  width: 100%;
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  padding-left: 27px;
  flex-direction: column;
  justify-content: center;
}
.home-notice1 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 12px;
  max-width: 305px;
  font-family: Lato;
  line-height: 15px;
}
@media(max-width: 1600px) {
  .home-button2 {
    color: rgb(18, 40, 33);
    font-size: 18px;
    font-family: Lato;
    line-height: 27px;
    background-color: transparent;
  }
  .home-image05 {
    width: 120px;
  }
  .home-image12 {
    width: 108px;
    height: 32px;
  }
  .home-image14 {
    width: 128px;
    height: 76px;
  }
  .home-image17 {
    width: 94px;
    height: 79px;
  }
  .home-image18 {
    width: 104px;
    height: 35px;
  }
  .home-image20 {
    width: 118px;
    height: 39px;
  }
  .home-image23 {
    width: 114px;
    height: 41px;
  }
  .home-image24 {
    width: 84px;
    height: 76px;
  }
  .home-image25 {
    width: 148px;
    height: 38px;
  }
}
@media(max-width: 1200px) {
  .home-button2 {
    color: rgb(18, 40, 33);
    font-size: 18px;
    font-family: Lato;
    line-height: 27px;
    background-color: transparent;
  }
  .home-text {
    color: rgb(18, 40, 33);
    font-size: 24px;
    line-height: 36px;
  }
  .home-text01 {
    color: rgb(18, 40, 33);
    font-size: 18px;
    font-family: Lato;
    line-height: 27px;
  }
  .home-description {
    color: rgb(18, 40, 33);
    font-size: 24px;
    font-family: Lato;
    line-height: 36px;
  }
  .home-navlink1 {
    line-height: 21px;
    text-decoration: none;
  }
  .home-text13 {
    color: rgb(18, 40, 33);
    font-size: 16px;
    line-height: 24px;
  }
  .home-text17 {
    color: #122821;
    font-size: 16px;
    line-height: 24px;
  }
  .home-text19 {
    color: rgb(18, 40, 33);
    font-size: 16px;
    line-height: 24px;
  }
  .home-quote3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Lato;
    line-height: 30px;
  }
  .home-image12 {
    width: 115px;
    height: 34px;
  }
  .home-image14 {
    width: 128px;
    height: 76px;
  }
  .home-image17 {
    width: 82px;
    height: 69px;
  }
  .home-image18 {
    width: 141px;
    height: 47px;
  }
  .home-image20 {
    width: 117px;
    height: 39px;
  }
  .home-image23 {
    width: 112px;
    height: 40px;
  }
  .home-image24 {
    width: 101px;
    height: 91px;
  }
  .home-image25 {
    width: 126px;
    height: 32px;
  }
  .home-text46 {
    color: rgb(18, 40, 33);
    font-size: 20px;
    font-family: Lato;
  }
  .home-text48 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text54 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text78 {
    color: rgb(18, 40, 33);
    font-size: 20px;
    font-family: Lato;
    line-height: 30px;
  }
  .home-name4 {
    color: rgb(18, 40, 33);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-icon {
    display: none;
  }
  .home-text01 {
    display: none;
  }
  .home-hero {
    gap: var(--dl-space-space-threeunits);
    height: auto;
    align-items: flex-start;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-image {
    display: none;
  }
  .home-image01 {
    width: 100%;
    height: auto;
    position: static;
    align-items: flex-end;
    aspect-ratio: 1;
    justify-content: flex-start;
  }
  .home-mission {
    gap: var(--dl-space-space-unit);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-text06 {
    font-size: 18px;
    text-align: center;
    line-height: 23px;
  }
  .home-button6 {
    width: 100%;
    text-align: center;
    background-color: var(--dl-color-primary-500);
  }
  .home-navlink1 {
    font-family: Lato;
  }
  .home-improve {
    gap: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content1 {
    flex-direction: column;
  }
  .home-button7 {
    background-color: var(--dl-color-primary-500);
  }
  .home-image03 {
    width: 100%;
  }
  .home-image04 {
    height: auto;
  }
  .home-services {
    align-items: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
  }
  .home-text22 {
    max-width: 500px;
    text-align: center;
  }
  .home-text23 {
    max-width: 500px;
    text-align: center;
  }
  .home-cards {
    flex-direction: column;
  }
  .home-testimonials {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-container1 {
    gap: var(--dl-space-space-oneandhalfunits);
    background-color: var(--dl-color-primary-300);
  }
  .home-quote {
    background-color: #D9D9D9;
  }
  .home-controls {
    position: static;
  }
  .home-partners {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: 60px;
  }
  .home-content3 {
    align-items: center;
    justify-content: center;
  }
  .home-text42 {
    text-align: center;
  }
  .home-partners-desktop {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .home-column {
    flex-direction: row;
  }
  .home-column01 {
    flex-direction: row;
  }
  .home-column02 {
    flex-direction: row;
  }
  .home-column03 {
    flex-direction: row;
  }
  .home-partners-mobile {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .home-row2 {
    gap: 10px;
    flex-direction: row;
  }
  .home-image27 {
    width: 87px;
    height: 38px;
  }
  .home-image28 {
    width: 117px;
    height: 35px;
  }
  .home-image29 {
    width: 89px;
    height: 31px;
  }
  .home-image30 {
    width: 88px;
    height: 74px;
  }
  .home-column04 {
    gap: 10px;
    flex-direction: row;
  }
  .home-image31 {
    width: 69px;
    height: 49px;
  }
  .home-image32 {
    width: 125px;
    height: 41px;
  }
  .home-image33 {
    width: 87px;
    height: 24px;
  }
  .home-image34 {
    width: 90px;
    height: 53px;
  }
  .home-column05 {
    gap: 10px;
    flex-direction: row;
  }
  .home-image35 {
    width: 123px;
    height: 41px;
  }
  .home-image36 {
    width: 104px;
    height: 94px;
  }
  .home-image37 {
    width: 109px;
    height: 81px;
  }
  .home-column06 {
    gap: 10px;
    flex-direction: row;
  }
  .home-image39 {
    width: 137px;
    height: 49px;
  }
  .home-image40 {
    width: 108px;
    height: 34px;
  }
  .home-image41 {
    width: 126px;
    height: 32px;
  }
  .home-services1 {
    margin-top: var(--dl-space-space-fourunits);
    padding-left: 20px;
    margin-bottom: var(--dl-space-space-fourunits);
    padding-right: 20px;
  }
  .home-row3 {
    gap: var(--dl-space-space-fourunits);
  }
  .home-row4 {
    gap: var(--dl-space-space-fourunits);
  }
  .home-banner {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-mission1 {
    margin-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text77 {
    font-size: 30px;
  }
  .home-gallery-desktop {
    display: none;
  }
  .home-gallery-mobile {
    gap: var(--dl-space-space-halfunit);
    display: flex;
  }
  .home-column09 {
    gap: var(--dl-space-space-halfunit);
    align-items: flex-end;
  }
  .home-image46 {
    width: 280px;
    height: 400px;
  }
  .home-image47 {
    width: 240px;
  }
  .home-column10 {
    align-items: flex-start;
  }
  .home-yellow1 {
    flex: 0 0 auto;
    width: 220px;
    height: 300px;
  }
  .home-image48 {
    width: 260px;
    height: 170px;
  }
  .home-mission2 {
    margin-top: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-content5 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-quote8 {
    font-size: 30px;
  }
  .home-avatar {
    width: 60px;
    height: 60px;
  }
  .home-details1 {
    flex-direction: column;
  }
  .home-newsletter {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-text81 {
    font-size: 32px;
  }
  .home-text82 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-notice1 {
    font-size: 10px;
    line-height: 13px;
  }
}
@media(max-width: 767px) {
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    width: 40px;
    height: 40px;
    display: flex;
    aspect-ratio: 1;
    border-radius: var(--dl-radius-radius-round);
    justify-content: center;
    background-color: #E6F9E0;
  }
  .home-hamburger {
    width: 16px;
    height: 8px;
    box-shadow: 5px 5px 10px 0px #d4d4d4,5px 5px 10px 0px #d4d4d4;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
  }
  .home-button3 {
    color: rgb(18, 40, 33);
    padding-left: 0px;
    background-color: transparent;
  }
  .home-button4 {
    color: rgb(18, 40, 33);
    padding-left: 0px;
    background-color: transparent;
  }
  .home-button5 {
    color: rgb(18, 40, 33);
    padding-left: 0px;
    background-color: transparent;
  }
  .home-social-bar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-title {
    font-size: 36px;
    line-height: 46px;
  }
  .home-description {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text04 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text05 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-mission {
    align-items: center;
  }
  .home-button6 {
    background-color: var(--dl-color-primary-500);
  }
  .home-text07 {
    font-size: 32px;
    line-height: 41px;
  }
  .home-text08 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text09 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text11 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-tabs {
    gap: var(--dl-space-space-threeunits);
  }
  .home-switches {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-content1 {
    margin-top: 0px;
  }
  .home-details {
    gap: var(--dl-space-space-threeunits);
  }
  .home-container1 {
    background-color: var(--dl-color-primary-500);
  }
  .home-quote {
    background-color: var(--dl-color-primary-300);
  }
  .home-quote1 {
    color: rgb(255, 255, 255);
  }
  .home-name {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .home-origin {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Lato;
    line-height: 27px;
  }
  .home-content3 {
    align-items: center;
  }
  .home-text42 {
    color: rgb(18, 40, 33);
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
  }
  .home-image27 {
    width: 33px;
    height: 14px;
  }
  .home-image28 {
    width: 40px;
    height: 11px;
  }
  .home-image29 {
    width: 40px;
    height: 13px;
  }
  .home-image30 {
    width: 33px;
    height: 27px;
  }
  .home-image31 {
    width: 44px;
    height: 31px;
  }
  .home-image32 {
    width: 42px;
    height: 13px;
  }
  .home-image33 {
    width: 51px;
    height: 14px;
  }
  .home-image34 {
    width: 26px;
    height: 15px;
  }
  .home-image35 {
    width: 52px;
    height: 17px;
  }
  .home-image36 {
    width: 30px;
    height: 27px;
  }
  .home-image37 {
    width: 42px;
    height: 31px;
  }
  .home-image39 {
    width: 48px;
    height: 17px;
  }
  .home-image40 {
    width: 38px;
    height: 11px;
  }
  .home-image41 {
    width: 45px;
    height: 11px;
  }
  .home-text43 {
    color: rgb(18, 40, 33);
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
  }
  .home-text46 {
    color: rgb(18, 40, 33);
    font-size: 20px;
    font-family: Lato;
  }
  .home-text47 {
    color: rgb(18, 40, 33);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
  }
  .home-text48 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text49 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text53 {
    color: rgb(18, 40, 33);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
  }
  .home-text54 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text55 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text59 {
    color: rgb(18, 40, 33);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
  }
  .home-text60 {
    color: rgb(18, 40, 33);
  }
  .home-text61 {
    color: rgb(18, 40, 33);
  }
  .home-text68 {
    color: rgb(18, 40, 33);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
  }
  .home-text69 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-text70 {
    color: rgb(18, 40, 33);
    font-family: Lato;
    line-height: 24px;
  }
  .home-title1 {
    color: rgb(230, 249, 224);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
  }
  .home-description6 {
    color: rgb(230, 249, 224);
    font-size: 20px;
    font-family: Lato;
    line-height: 30px;
  }
  .home-text77 {
    color: rgb(18, 40, 33);
  }
  .home-text78 {
    color: rgb(18, 40, 33);
  }
  .home-image49 {
    width: 209px;
    height: 214px;
  }
  .home-quote8 {
    color: rgb(18, 40, 33);
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 51px;
  }
  .home-name4 {
    color: rgb(18, 40, 33);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .home-origin4 {
    color: rgb(18, 40, 33);
    font-size: 20px;
  }
  .home-text81 {
    color: rgb(18, 40, 33);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .home-text82 {
    color: rgb(18, 40, 33);
    font-size: 16px;
    line-height: 24px;
  }
  .home-notice1 {
    color: rgb(18, 40, 33);
    font-size: 10px;
    font-family: Lato;
    line-height: 13px;
  }
}
@media(max-width: 479px) {
  .home-social-bar {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-mission {
    background-color: var(--dl-color-primary-700);
  }
  .home-button6 {
    background-color: #e0f1f9;
  }
  .home-button7 {
    color: #122328;
    background-color: var(--dl-color-primary-500);
  }
  .home-text22 {
    color: rgb(18, 40, 33);
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
  }
  .home-row {
    flex-direction: column;
  }
  .home-row1 {
    flex-direction: column;
  }
  .home-container1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-content2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-quote1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author {
    gap: var(--dl-space-space-halfunit);
  }
  .home-name {
    width: 120px;
    font-size: 16px;
  }
  .home-origin {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image06 {
    width: 60px;
    height: 60px;
  }
  .home-quote3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text28 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author1 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-name1 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin1 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image07 {
    width: 60px;
    height: 60px;
  }
  .home-quote5 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text32 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author2 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-name2 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin2 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image08 {
    width: 60px;
    height: 60px;
  }
  .home-quote7 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text38 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author3 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-name3 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-previous {
    width: 40px;
    height: 40px;
    padding: 0px;
    justify-content: center;
  }
  .home-image09 {
    width: 11px;
  }
  .home-next {
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-image10 {
    width: 11px;
  }
  .home-partners {
    margin-top: var(--dl-space-space-fourunits);
  }
  .home-image28 {
    width: 42px;
    height: 12px;
  }
  .home-image29 {
    width: 38px;
    height: 13px;
  }
  .home-image30 {
    width: 40px;
    height: 33px;
  }
  .home-image31 {
    width: 27px;
    height: 19px;
  }
  .home-image32 {
    width: 43px;
    height: 14px;
  }
  .home-image33 {
    width: 46px;
    height: 12px;
  }
  .home-image34 {
    width: 45px;
    height: 26px;
  }
  .home-image35 {
    width: 43px;
    height: 14px;
  }
  .home-image36 {
    width: 34px;
    height: 30px;
  }
  .home-image37 {
    width: 36px;
    height: 26px;
  }
  .home-image39 {
    width: 46px;
    height: 16px;
  }
  .home-image40 {
    width: 41px;
    height: 12px;
  }
  .home-image41 {
    width: 50px;
    height: 13px;
  }
  .home-services1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-text43 {
    font-size: 32px;
  }
  .home-text44 {
    font-size: 32px;
  }
  .home-text46 {
    color: rgb(18, 40, 33);
    font-size: 16px;
    font-family: Lato;
    line-height: 24px;
  }
  .home-sections {
    gap: var(--dl-space-space-threeunits);
  }
  .home-row3 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-section {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-text47 {
    font-size: 24px;
  }
  .home-section1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-text53 {
    font-size: 24px;
  }
  .home-row4 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-section2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-text59 {
    font-size: 24px;
  }
  .home-section3 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-text68 {
    font-size: 24px;
  }
  .home-container3 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-title1 {
    font-size: 32px;
    line-height: 41px;
  }
  .home-description6 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text77 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-text78 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text79 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text80 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-image46 {
    width: 140px;
    height: 200px;
  }
  .home-image47 {
    width: 120px;
  }
  .home-yellow1 {
    width: 110px;
    height: 150px;
  }
  .home-image48 {
    width: 130px;
    height: 85px;
  }
  .home-image49 {
    width: 103px;
    height: 105px;
  }
  .home-quote8 {
    font-size: 18px;
    line-height: 23px;
  }
  .home-details1 {
    gap: 0;
  }
  .home-name4 {
    font-size: 16px;
    line-height: 21px;
  }
  .home-origin4 {
    font-size: 16px;
    line-height: 21px;
  }
  .home-text82 {
    color: rgb(18, 40, 33);
    font-size: 16px;
    line-height: 24px;
  }
  .home-email {
    width: 100%;
  }
  .home-notice1 {
    color: rgb(18, 40, 33);
    font-size: 10px;
    font-family: Lato;
    line-height: 13px;
  }
}
