.service-service {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 32%;
  width: 33%;
  display: flex;
  position: relative;
  max-width: auto;
  align-items: flex-start;
  border-color: #151515;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  border-bottom-width: 1px;
}
.service-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  white-space: nowrap;
}
.service-description {
  font-size: 22px;
  line-height: 36px;
}
.service-root-class-name {
  top: 0px;
  flex: 0 0 65%;
  left: 0px;
  width: 65%;
  position: static;
  max-width: auto;
  min-width: auto;
}
.service-root-class-name1 {
  top: 0px;
  flex: 0 0 65%;
  left: 0px;
  width: 65%;
  position: static;
  max-width: auto;
  min-width: auto;
}
.service-root-class-name2 {
  top: 0px;
  flex: 0 0 65%;
  left: 0px;
  width: 65%;
  position: static;
  max-width: auto;
  min-width: auto;
}
.service-root-class-name3 {
  top: 0px;
  flex: 0 0 65%;
  left: 0px;
  width: 65%;
  position: static;
  max-width: auto;
  min-width: auto;
}
.service-root-class-name6 {
  top: 0px;
  flex: 0 0 65%;
  left: 0px;
  width: 65%;
  position: static;
  max-width: auto;
  min-width: auto;
}
.service-root-class-name7 {
  top: 0px;
  flex: 0 0 65%;
  left: 0px;
  width: 65%;
  position: static;
  max-width: auto;
  min-width: auto;
}
@media(max-width: 991px) {
  .service-service {
    gap: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .service-title {
    font-size: 18px;
    line-height: 16px;
  }
  .service-description {
    font-size: 14px;
    line-height: 21px;
  }
  .service-root-class-name {
    max-width: 100%;
  }
  .service-root-class-name1 {
    max-width: 100%;
  }
  .service-root-class-name2 {
    max-width: 100%;
  }
  .service-root-class-name3 {
    max-width: 100%;
  }
  .service-root-class-name6 {
    max-width: 100%;
  }
  .service-root-class-name7 {
    max-width: 100%;
  }
}
@media(max-width: 479px) {
  .service-service {
    width: 45%;
  }
  .service-root-class-name {
    flex: initial;
    width: auto;
    max-width: auto;
  }
  .service-root-class-name1 {
    flex: initial;
    width: auto;
    max-width: auto;
  }
  .service-root-class-name2 {
    flex: initial;
    width: auto;
    max-width: auto;
  }
  .service-root-class-name3 {
    flex: initial;
    width: auto;
    max-width: auto;
  }
  .service-root-class-name6 {
    flex: initial;
    width: auto;
    max-width: auto;
  }
  .service-root-class-name7 {
    flex: initial;
    width: auto;
    max-width: auto;
  }
}

.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;
  background-color: var(--dl-color-gray-white);
}
.home-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: space-between;
  background-color: #ffffff;
}
.home-branding {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-image {
  width: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}
.home-items {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-links {
  gap: var(--dl-space-space-threeunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link {
  text-decoration: none;
  background-color: var(--dl-color-success-500);
}
.home-text {
  color: rgb(255, 255, 255);
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.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: #151515;
}
.home-hero {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  background-color: #151515;
}
.home-header {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: 50px;
}
.home-text001 {
  color: rgb(255, 255, 255);
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
}
.home-description {
  color: #cbcaca;
  width: 100%;
  font-size: 24px;
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  padding-bottom: 100px;
  justify-content: space-around;
}
.home-link01 {
  text-align: center;
  text-decoration: none;
  background-color: #25d366;
}
.home-text006 {
  color: rgb(255, 255, 255);
}
.home-services {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  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);
}
.home-header1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #151515;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  border-bottom-width: 1px;
}
.home-grid {
  gap: 2%;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  grid-template-columns: auto auto auto;
}
.home-image01 {
  width: 33%;
  object-fit: cover;
}
.home-image02 {
  width: 33%;
  object-fit: cover;
}
.home-image03 {
  width: 33%;
  object-fit: cover;
}
.home-container02 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-around;
}
.home-link02 {
  text-align: center;
  text-decoration: none;
  background-color: #25d366;
}
.home-text007 {
  color: rgb(255, 255, 255);
}
.home-image04 {
  width: 33%;
  object-fit: cover;
}
.home-image05 {
  width: 33%;
  object-fit: cover;
}
.home-image06 {
  width: 33%;
  object-fit: cover;
}
.home-description1 {
  width: 100%;
  display: block;
  align-self: flex-start;
  align-items: flex-end;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: #fafafa;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: #fafafa;
  border-top-width: 1px;
}
.home-container03 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  justify-content: flex-end;
}
.home-container04 {
  flex: 0 0 auto;
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-paragraph {
  font-size: 38px;
  font-family: "Spectral";
  line-height: 48px;
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-container05 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-pasted-image {
  width: 100px;
  height: 109px;
  align-self: center;
  border-radius: var(--dl-radius-radius-round);
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-text008 {
  font-size: 36px;
  align-self: center;
  padding-left: var(--dl-space-space-unit);
}
.home-text009 {
  font-weight: 700;
}
.home-text011 {
  color: var(--dl-color-gray-500);
}
.home-text012 {
  gap: var(--dl-space-space-threeunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-client {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: var(--dl-color-gray-700);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: #fafafa;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.home-container06 {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1280px;
  align-items: flex-start;
}
.home-text013 {
  width: 100%;
  font-size: 32px;
  max-width: 900px;
  line-height: 48px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-container07 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-link03 {
  text-decoration: none;
  background-color: #25d366;
}
.home-text017 {
  color: rgb(255, 255, 255);
}
.home-about {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.home-text018 {
  color: var(--dl-color-gray-black);
  font-size: 48px;
  align-self: center;
  font-style: normal;
  text-align: left;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-container08 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-around;
}
.home-container09 {
  flex: 0 0 auto;
  width: 30%;
  display: block;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text021 {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.home-text026 {
  color: rgb(50, 71, 220);
  font-size: 20px;
  text-align: center;
}
.home-text031 {
  color: rgb(0, 0, 0);
  margin: 20px auto 10px;
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-left: 20px auto 0;
  margin-right: 20px auto 0;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text032 {
  color: var(--dl-color-gray-700);
  text-align: center;
}
.home-container10 {
  flex: 0 0 auto;
  width: 30%;
  display: block;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text037 {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.home-text040 {
  color: rgb(50, 71, 220);
  font-size: 20px;
  text-align: center;
}
.home-text043 {
  color: rgb(0, 0, 0);
  margin: 20px auto 10px;
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-left: 20px auto 0;
  margin-right: 20px auto 0;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text044 {
  color: var(--dl-color-gray-700);
  text-align: center;
}
.home-container11 {
  flex: 0 0 auto;
  width: 30%;
  display: block;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text049 {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.home-text052 {
  color: rgb(50, 71, 220);
  font-size: 20px;
  text-align: center;
}
.home-text055 {
  color: rgb(0, 0, 0);
  margin: 20px auto 10px;
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-left: 20px auto 0;
  margin-right: 20px auto 0;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text056 {
  color: var(--dl-color-gray-700);
  text-align: center;
}
.home-container12 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-around;
}
.home-link04 {
  text-align: center;
  text-decoration: none;
  background-color: #25d366;
}
.home-text061 {
  color: rgb(255, 255, 255);
}
.home-text062 {
  color: var(--dl-color-gray-black);
  font-size: 48px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-fiveunits);
  text-align: left;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-container13 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-around;
}
.home-container14 {
  flex: 0 0 auto;
  width: 50%;
  display: block;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading {
  color: var(--dl-color-gray-black);
  text-align: center;
}
.home-text067 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text078 {
  font-weight: 700;
}
.home-text083 {
  color: rgb(0, 0, 0);
  margin: 20px auto 10px;
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-left: 20px auto 0;
  margin-right: 20px auto 0;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-container15 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-around;
}
.home-container16 {
  flex: 0 0 auto;
  width: 50%;
  display: block;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-link05 {
  text-decoration: none;
  background-color: #25d366;
}
.home-text084 {
  color: rgb(255, 255, 255);
}
.home-about1 {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: #050505;
}
.home-container17 {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 auto;
  display: flex;
  max-width: 1280px;
  margin-top: 0px;
  align-items: flex-end;
  margin-bottom: 0px;
  justify-content: space-between;
}
.home-container18 {
  flex: 0 0 auto;
  width: 65%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container19 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text085 {
  color: rgb(238, 238, 238);
  width: 100%;
  display: block;
  font-size: 28px;
  text-align: left;
  font-family: "Spectral";
  line-height: 1.5;
  letter-spacing: 1px;
}
.home-container20 {
  flex: 0 0 auto;
  width: 30%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.home-image07 {
  width: 100%;
  object-fit: cover;
}
.home-text094 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  margin-top: var(--dl-space-space-halfunit);
  text-align: right;
}
.home-text097 {
  color: #818181;
  font-size: 16px;
}
.home-services1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.home-header2 {
  width: 100%;
  height: 81px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
}
.home-title1 {
  font-size: 60px;
  align-self: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  text-transform: capitalize;
}
.home-container21 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: space-between;
}
.home-link06 {
  display: contents;
}
.home-pasted-image1 {
  width: 200px;
  margin: var(--dl-space-space-halfunit);
  z-index: 100;
  box-shadow: 5px 5px 10px 0px #ffffff;
  animation-name: none;
  animation-delay: 0s;
  text-decoration: none;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-link07 {
  display: contents;
}
.home-image08 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-link08 {
  display: contents;
}
.home-image09 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-link09 {
  display: contents;
}
.home-image10 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-link10 {
  display: contents;
}
.home-image11 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-container22 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: space-around;
}
.home-container23 {
  flex: 0 0 auto;
  width: 50%;
  display: block;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-link11 {
  text-decoration: none;
  background-color: #25d366;
}
.home-text099 {
  color: rgb(255, 255, 255);
}
.home-footer {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #fafafa;
}
.home-information {
  gap: var(--dl-space-space-twounits);
  width: 1009px;
  display: flex;
  flex-wrap: wrap;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: 0px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.home-container24 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-container25 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image12 {
  width: 364px;
  height: 126px;
  align-self: flex-start;
  object-fit: cover;
}
.home-container26 {
  flex: 0 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-details {
  gap: var(--dl-space-space-twounits);
  width: 405px;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.home-header3 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.home-location {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.home-caption {
  color: var(--dl-color-gray-500);
  font-size: 24px;
}
.home-value {
  color: rgb(21, 21, 21);
  font-size: 32px;
  max-width: 560px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}
.home-location1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.home-caption1 {
  color: var(--dl-color-gray-500);
  font-size: 24px;
}
.home-value1 {
  color: rgb(21, 21, 21);
  font-size: 32px;
  max-width: 560px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding-top: var(--dl-space-space-unit);
  }
  .home-link {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .home-text {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-header {
    height: 100%;
    padding-bottom: var(--dl-space-space-sixunits);
    justify-content: center;
  }
  .home-description {
    font-size: 16px;
    line-height: 24px;
  }
  .home-link01 {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 18px;
  }
  .home-text006 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-services {
    gap: var(--dl-space-space-threeunits);
    padding-top: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-header1 {
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    border-top-width: 1px;
  }
  .home-grid {
    display: flex;
    grid-gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-link02 {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 18px;
  }
  .home-text007 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-description1 {
    margin-top: var(--dl-space-space-threeunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-paragraph {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text012 {
    gap: var(--dl-space-space-unit);
  }
  .home-client {
    padding-top: var(--dl-space-space-threeunits);
    border-color: transparent;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-text013 {
    font-size: 32px;
    line-height: 48px;
  }
  .home-link03 {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 18px;
  }
  .home-text017 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-about {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-link04 {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 18px;
  }
  .home-text061 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-link05 {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 18px;
  }
  .home-text084 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-about1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-services1 {
    gap: var(--dl-space-space-threeunits);
    padding-top: 0px;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-header2 {
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    border-top-width: 1px;
  }
  .home-link11 {
    font-size: 16px;
    padding-top: 18px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 18px;
  }
  .home-text099 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-text100 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-footer {
    flex-direction: column;
  }
  .home-information {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    align-items: flex-start;
    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-threeunits);
    justify-content: flex-start;
  }
  .home-details {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-caption {
    font-size: 14px;
    line-height: 21px;
  }
  .home-value {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption1 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-value1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-items {
    display: none;
    justify-content: flex-end;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-header {
    padding-bottom: var(--dl-space-space-fiveunits);
  }
}
@media(max-width: 479px) {
  .home-mobile-menu {
    padding: 16px;
  }
  .home-text001 {
    font-size: 60px;
  }
  .home-description {
    font-size: 22px;
    line-height: 30px;
  }
  .home-container01 {
    width: 100%;
    flex-wrap: wrap;
  }
  .home-link01 {
    align-self: center;
  }
  .home-image01 {
    width: 100%;
  }
  .home-image02 {
    width: 100%;
  }
  .home-image03 {
    width: 100%;
  }
  .home-container02 {
    width: 100%;
    flex-wrap: wrap;
  }
  .home-link02 {
    align-self: center;
  }
  .home-image04 {
    width: 100%;
  }
  .home-image05 {
    width: 100%;
  }
  .home-image06 {
    width: 100%;
  }
  .home-container04 {
    width: 100%;
  }
  .home-paragraph {
    height: auto;
    font-size: 32px;
    line-height: 36px;
  }
  .home-text008 {
    font-size: 28px;
  }
  .home-text013 {
    font-size: 32px;
    line-height: 48px;
  }
  .home-link03 {
    align-self: center;
  }
  .home-container08 {
    flex-wrap: wrap;
  }
  .home-container09 {
    width: 100%;
    margin-bottom: 80px;
  }
  .home-text021 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-text022 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-text023 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-text024 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-container10 {
    width: 100%;
    margin-bottom: 80px;
  }
  .home-text037 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-text038 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-container11 {
    width: 100%;
    margin-bottom: 80px;
  }
  .home-text049 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-text050 {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-container12 {
    width: 100%;
    flex-wrap: wrap;
  }
  .home-link04 {
    align-self: center;
  }
  .home-container13 {
    flex-wrap: wrap;
  }
  .home-container14 {
    width: 100%;
    margin-bottom: 80px;
  }
  .home-heading {
    color: var(--dl-color-gray-black);
    font-size: 28px;
  }
  .home-container15 {
    flex-wrap: wrap;
  }
  .home-container16 {
    width: 100%;
    margin-bottom: 80px;
  }
  .home-link05 {
    align-self: center;
  }
  .home-container17 {
    flex-wrap: wrap;
  }
  .home-container18 {
    width: 100%;
  }
  .home-text085 {
    font-size: 20px;
  }
  .home-container20 {
    width: 300px;
    margin-left: auto;
    white-space: 1;
  }
  .home-title1 {
    font-size: 38px;
  }
  .home-container21 {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .home-pasted-image1 {
    width: 150px;
  }
  .home-image08 {
    width: 150px;
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-image09 {
    width: 150px;
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-image10 {
    width: 150px;
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-image11 {
    width: 150px;
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-container22 {
    flex-wrap: wrap;
  }
  .home-container23 {
    margin-bottom: 80px;
  }
  .home-link11 {
    align-self: center;
  }
  .home-container24 {
    flex-wrap: wrap;
  }
  .home-container25 {
    margin-bottom: 50px;
  }
  .home-container26 {
    text-align: center;
  }
  .home-details {
    align-items: center;
  }
  .home-header3 {
    text-align: center;
  }
  .home-location {
    align-items: center;
  }
  .home-location1 {
    align-items: center;
  }
}
