.navbar1-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
.navbar1-navbar-interactive {
  width: 100%;
  height: 126px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.navbar1-image {
  width: 112px;
  height: auto;
  object-fit: cover;
}
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.navbar1-buttons {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.navbar1-action1 {
  width: 108px;
  display: flex;
  border-color: #3dae2b;
  flex-direction: row;
  text-decoration: none;
  background-color: #3dae2b;
}
.navbar1-action2 {
  color: #3dae2b;
  width: 108px;
  display: flex;
  border-color: #3dae2b;
  flex-direction: row;
  text-decoration: none;
}
.navbar1-burger-menu {
  display: none;
}
.navbar1-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
.navbar1-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar1-image1 {
  width: 141px;
  height: 148px;
  object-fit: cover;
}
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar1-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar1-buttons1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: row;
}
.navbar1-action11 {
  width: 108px;
  border-color: #3dae2b;
  text-decoration: none;
  background-color: #3dae2b;
}
.navbar1-action21 {
  fill: #3dae2b;
  color: #3dae2b;
  width: 108px;
  border-color: #3dae2b;
  text-decoration: none;
}
.navbar1-root-class-name {
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  position: absolute;
}
@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-burger-menu {
    display: flex;
  }
}
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .navbar1-mobile-menu {
    width: 100%;
    height: auto;
    padding: var(--dl-space-space-unit);
  }
}

.team3-team12 {
  height: 864px;
}
.team3-max-width {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.team3-section-title {
  gap: var(--dl-space-space-unit);
  width: 100%;
  height: 43px;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.team3-text {
  font-size: 24px;
  text-align: center;
}
.team3-content {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 108px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.team3-content1 {
  gap: var(--dl-space-space-sixunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.team3-content2 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.team3-row {
  gap: 64px;
  height: 548px;
  display: flex;
  max-width: 800px;
  align-self: center;
  margin-top: 35px;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.team3-card {
  gap: 24px;
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.team3-content3 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.team3-title {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.team3-image {
  width: 340px;
  height: 406px;
  object-fit: cover;
}
.team3-text2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.team3-text3 {
  font-size: 20px;
}
.team3-text4 {
  font-size: 18px;
  text-align: center;
}
.team3-card1 {
  gap: 24px;
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.team3-content4 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.team3-title1 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.team3-image1 {
  width: 340px;
  height: 406px;
  object-fit: cover;
}
.team3-text5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.team3-text6 {
  font-size: 20px;
}
.team3-text7 {
  font-size: 18px;
  text-align: center;
}
.team3-root-class-name {
  background-color: #F6F5ED;
}
@media(max-width: 991px) {
  .team3-content {
    height: auto;
  }
  .team3-row {
    height: auto;
    max-width: auto;
    align-items: center;
    flex-direction: row;
  }
}
@media(max-width: 767px) {
  .team3-row {
    gap: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .team3-team12 {
    height: auto;
  }
  .team3-row {
    flex-direction: column;
  }
}

.hero7-max-width {
  height: 1305px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.hero7-content {
  gap: var(--dl-space-space-oneandhalfunits);
  height: auto;
  display: flex;
  max-width: auto;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.hero7-text {
  text-align: center;
}
.hero7-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero7-text01 {
  font-size: 20px;
  text-align: left;
}
.hero7-image {
  width: 200px;
  object-fit: cover;
}
.hero7-text02 {
  width: auto;
  height: auto;
  font-size: 20px;
  align-self: flex-start;
}
.hero7-text03 {
  font-size: 20px;
  text-align: left;
}
.hero7-text04 {
  font-size: 20px;
  text-align: left;
}
.hero7-text05 {
  width: 592px;
  height: 129px;
  font-size: 26px;
  font-style: italic;
  text-align: left;
  font-weight: 700;
}
.hero7-text08 {
  font-size: 20px;
  text-align: left;
}
.hero7-text09 {
  width: auto;
  height: auto;
  font-size: 20px;
  align-self: flex-start;
  text-align: left;
}
.hero7-text10 {
  width: auto;
  height: auto;
  font-size: 20px;
  text-align: left;
}
.hero7-text17 {
  width: 592px;
  height: 93px;
  font-size: 26px;
  font-style: italic;
  text-align: left;
  font-weight: 700;
}
@media(max-width: 479px) {
  .hero7-header23 {
    width: 100%;
    height: 100%;
  }
  .hero7-max-width {
    height: auto;
  }
  .hero7-content {
    max-width: 100%;
  }
  .hero7-text05 {
    width: auto;
    height: auto;
  }
  .hero7-text17 {
    width: auto;
    height: auto;
  }
}

.stats1-container {
  padding-top: 0px;
}
.stats1-max-width {
  gap: var(--dl-space-space-fourunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.stats1-container1 {
  align-self: center;
  align-items: flex-start;
}
.stats1-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.stats1-container3 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.stats1-container4 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.stats1-container5 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.stats1-container6 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.stats1-container7 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.stats1-container8 {
  max-width: 50%;
}
.stats1-root-class-name {
  display: none;
}
@media(max-width: 991px) {
  .stats1-max-width {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .stats1-container8 {
    width: 100%;
    max-width: 100%;
  }
}
@media(max-width: 479px) {
  .stats1-image {
    width: 100%;
  }
}

.branding-branding {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
.branding-company-name {
  color: #222223;
  font-size: 36px;
  font-style: normal;
  font-family: Lora;
  font-weight: 500;
  line-height: 54px;
}


.branding-root-class-name2 {
  width: auto;
  height: auto;
}
@media(max-width: 767px) {
  .branding-company-name {
    font-size: 21px;
    line-height: 32px;
  }
}
@media(max-width: 479px) {
  .branding-root-class-name2 {
    width: auto;
    height: auto;
  }
}

.about-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.about-footer {
  width: 100%;
  height: 461px;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
  background-color: #79D590;
}
.about-top {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: center;
  border-color: #222223;
  border-style: dashed;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  border-bottom-width: 1px;
}
.about-container1 {
  width: 1899px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-icon {
  width: 81px;
  margin-right: 45px;
}
.about-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.about-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-icon2 {
  width: 46px;
  height: 50px;
}
.about-text1 {
  font-size: 24px;
}
.about-bottom {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 154px;
  display: flex;
  max-width: 640px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #222223;
  border-style: dashed;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: center;
  border-top-width: 1px;
}
.about-copyright {
  color: rgba(0, 0, 0, 0.3);
  width: 100%;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
}
@media(max-width: 991px) {
  .about-footer {
    width: 100%;
    padding-top: var(--dl-space-space-sixunits);
  }
}
@media(max-width: 767px) {
  .about-footer {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .about-footer {
    padding-top: var(--dl-space-space-threeunits);
  }
  .about-bottom {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .about-copyright {
    font-size: 10px;
    line-height: 15px;
  }
}
