.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar1-image1 {
  height: 3rem;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link21 {
  text-decoration: none;
}
 
.navbar1-link31 {
  text-decoration: none;
}
 
.navbar1-link41 {
  text-decoration: none;
}
 
.navbar1-buttons1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar1-action11 {
  display: flex;
  flex-direction: row;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-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-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-logo {
  height: 3rem;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-link1 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link32 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link5 {
  text-decoration: none;
}
 
.navbar1-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar1-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.about-fragment10 {
  display: contents;
}
 
.about-text10 {
  display: inline-block;
}
 
.about-fragment11 {
  display: contents;
}
 
.about-text11 {
  display: inline-block;
}
 
.about-fragment12 {
  display: contents;
}
 
.about-text12 {
  display: inline-block;
}
 
.about-fragment13 {
  display: contents;
}
 
.about-text13 {
  display: inline-block;
}
 
.about-fragment14 {
  display: contents;
}
 
.about-text14 {
  display: inline-block;
}
 
.about-fragment15 {
  display: contents;
}
 
.about-text15 {
  display: inline-block;
}
 
.about-fragment16 {
  display: contents;
}
 
.about-text16 {
  display: inline-block;
}
 
.navbar1root-class-name {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  background-color: #4A3E5B;
}
 
.navbar1root-class-name1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  background-color: #4A3E5B;
}
 
.navbar1root-class-name2 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  background-color: #4A3E5B;
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero8-wrapper {
  display: contents;
}
 
.hero8-header26 {
  gap: var(--dl-layout-space-twounits);
}
 
.hero8-max-width {
  align-self: center;
}
 
.hero8-column {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero8-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero8-text1 {
  text-align: center;
}
 
.hero8-text2 {
  text-align: center;
}
 
.hero8-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  color: #d0f352;
}
 
.about-fragment17 {
  display: contents;
}
 
.about-text17 {
  display: inline-block;
}
 
.about-fragment18 {
  display: contents;
}
 
.about-text18 {
  display: inline-block;
}
 
.about-fragment19 {
  display: contents;
}
 
.about-text19 {
  display: inline-block;
}
 
.about-fragment20 {
  display: contents;
}
 
.about-text20 {
  display: inline-block;
}
 
@media (max-width: 479px) {
  .hero8-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero8-button1 {
    width: 100%;
    background-color: #d0f352 !important;
    color: black !important;
    border: none !important;
  }

  .hero8-button2 {
    width: 100%;
    background-color: #d0f352 !important;
    color: black !important;
    border: none !important;
  }
}


.stats2-wrapper {
  display: contents;
}
 
.stats2-container1 {
  width: 100%;
  flex-direction: column;
}
 
.stats2-max-width {
  gap: var(--dl-layout-space-fourunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
}
 
.stats2-container2 {
  max-width: 50%;
}
 
.stats2-container3 {
  align-self: center;
  align-items: flex-start;
  margin-left: auto;
}
 
.stats2-container4 {
  width: 100%;
}
 
.stats2-container5 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.stats2-container6 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.stats2-container7 {
  width: 100%;
}
 
.stats2-container8 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.stats2-container9 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.about-fragment21 {
  display: contents;
}
 
.about-text21 {
  display: inline-block;
}
 
.about-fragment22 {
  display: contents;
}
 
.about-text22 {
  display: inline-block;
}
 
.about-fragment23 {
  display: contents;
}
 
.about-text23 {
  display: inline-block;
}
 
.about-fragment24 {
  display: contents;
}
 
.about-text24 {
  display: inline-block;
}
 
.about-fragment25 {
  display: contents;
}
 
.about-text25 {
  display: inline-block;
}
 
.about-fragment26 {
  display: contents;
}
 
.about-text26 {
  display: inline-block;
}
 
.about-fragment27 {
  display: contents;
}
 
.about-text27 {
  display: inline-block;
}
 
.about-fragment28 {
  display: contents;
}
 
.about-text28 {
  display: inline-block;
}
 
.about-fragment29 {
  display: contents;
}
 
.about-text29 {
  display: inline-block;
}
 
.about-fragment30 {
  display: contents;
}
 
.about-text30 {
  display: inline-block;
}
 
.about-fragment31 {
  display: contents;
}
 
.about-text31 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .stats2-max-width {
    gap: var(--dl-layout-space-twounits);
    align-items: flex-start;
    flex-direction: column;
  }
  .stats2-container2 {
    width: 100%;
    max-width: 100%;
  }
  .stats2-container3 {
    align-self: flex-start;
    margin-left: 0px;
  }
}
 
@media(max-width: 479px) {
  .stats2-image {
    width: 100%;
  }
}

.features11-wrapper {
  display: contents;
}
 
.features11-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features11-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features11-column {
  gap: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features11-content1 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features11-row {
  align-items: flex-start;
}
 
.features11-feature1 {
  flex: 1;
}
 
.features11-content2 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features11-feature2 {
  flex: 1;
}
 
.features11-content3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features11-feature3 {
  flex: 1;
}
 
.features11-content4 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features11-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.about-fragment32 {
  display: contents;
}
 
.about-text32 {
  display: inline-block;
}
 
.about-fragment33 {
  display: contents;
}
 
.about-text33 {
  display: inline-block;
}
 
.about-fragment34 {
  display: contents;
}
 
.about-text34 {
  display: inline-block;
}
 
.about-fragment35 {
  display: contents;
}
 
.about-text35 {
  display: inline-block;
}
 
.about-fragment36 {
  display: contents;
}
 
.about-text36 {
  display: inline-block;
}
 
.about-fragment37 {
  display: contents;
}
 
.about-text37 {
  display: inline-block;
}
 
.about-fragment38 {
  display: contents;
}
 
.about-text38 {
  display: inline-block;
}
 
.about-fragment39 {
  display: contents;
}
 
.about-text39 {
  display: inline-block;
}
 
.about-fragment40 {
  display: contents;
}
 
.about-text40 {
  display: inline-block;
}
 
.about-fragment41 {
  display: contents;
}
 
.about-text41 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .features11-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .features11-feature1-image {
    height: 260px;
  }
  .features11-feature2-image {
    height: 260px;
  }
  .features11-feature3-image {
    height: 260px;
  }
}
 
@media(max-width: 767px) {
  .features11-column {
    width: 100%;
  }
  .features11-text11 {
    text-align: center;
  }
  .features11-row {
    flex-direction: column;
  }
  .features11-feature1-image {
    width: 100%;
  }
  .features11-feature2 {
    width: auto;
  }
  .features11-feature2-image {
    width: 100%;
  }
  .features11-feature3 {
    width: auto;
  }
  .features11-actions {
    flex-wrap: wrap;
  }
}
 
@media(max-width: 479px) {
  .features11-actions {
    width: 100%;
    flex-direction: column;
  }
  .features11-button1 {
    width: 100%;
  }
  .features11-button2 {
    width: 100%;
  }
}

.team1-wrapper {
  display: contents;
}
 
.team1-team1 {
  height: 198px;
  padding-top: 0px;
  padding-bottom: 0px;
}
 
.team1-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.team1-content1 {
  gap: var(--dl-layout-space-sixunits);
  height: 208px;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.team1-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: column;
}
 
.team1-content3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team1-button {
  width: 100%;
  max-width: 300px;
}
 
.about-fragment42 {
  display: contents;
}
 
.about-text42 {
  display: inline-block;
}
 
.about-fragment43 {
  display: contents;
}
 
.about-text43 {
  display: inline-block;
}
 
.about-fragment44 {
  display: contents;
}
 
.about-text44 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .team1-content1 {
    gap: var(--dl-layout-space-fourunits);
  }
}
 
@media(max-width: 479px) {
  .team1-text1 {
    text-align: center;
  }
  .team1-text2 {
    text-align: center;
  }
  .team1-button {
    width: 100%;
  }
}

.branding-wrapper {
  display: contents;
}
 
.branding-branding {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
 
.branding-logo {
  width: 500px;
  height: auto;
  object-fit: cover;
}
 

 
.brandingroot-class-name1 {
  width: 200px;
}
 
@media(max-width: 767px) {
  .branding-logo {
    width: 15px;
    height: 15px;
  }
}

.about-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.about-fragment10 {
  display: contents;
}
 
.about-text10 {
  display: inline-block;
}
 
.about-fragment11 {
  display: contents;
}
 
.about-text11 {
  display: inline-block;
}
 
.about-fragment12 {
  display: contents;
}
 
.about-text12 {
  display: inline-block;
}
 
.about-fragment13 {
  display: contents;
}
 
.about-text13 {
  display: inline-block;
}
 
.about-fragment14 {
  display: contents;
}
 
.about-text14 {
  display: inline-block;
}
 
.about-fragment15 {
  display: contents;
}
 
.about-text15 {
  display: inline-block;
}
 
.about-fragment16 {
  display: contents;
}
 
.about-text16 {
  display: inline-block;
}
 
.about-fragment17 {
  display: contents;
}
 
.about-text17 {
  display: inline-block;
}
 
.about-fragment18 {
  display: contents;
}
 
.about-text18 {
  display: inline-block;
}
 
.about-fragment19 {
  display: contents;
}
 
.about-text19 {
  display: inline-block;
}
 
.about-fragment20 {
  display: contents;
}
 
.about-text20 {
  display: inline-block;
}
 
.about-fragment21 {
  display: contents;
}
 
.about-text21 {
  display: inline-block;
}
 
.about-fragment22 {
  display: contents;
}
 
.about-text22 {
  display: inline-block;
}
 
.about-fragment23 {
  display: contents;
}
 
.about-text23 {
  display: inline-block;
}
 
.about-fragment24 {
  display: contents;
}
 
.about-text24 {
  display: inline-block;
}
 
.about-fragment25 {
  display: contents;
}
 
.about-text25 {
  display: inline-block;
}
 
.about-fragment26 {
  display: contents;
}
 
.about-text26 {
  display: inline-block;
}
 
.about-fragment27 {
  display: contents;
}
 
.about-text27 {
  display: inline-block;
}
 
.about-fragment28 {
  display: contents;
}
 
.about-text28 {
  display: inline-block;
}
 
.about-fragment29 {
  display: contents;
}
 
.about-text29 {
  display: inline-block;
}
 
.about-fragment30 {
  display: contents;
}
 
.about-text30 {
  display: inline-block;
}
 
.about-fragment31 {
  display: contents;
}
 
.about-text31 {
  display: inline-block;
}
 
.about-fragment32 {
  display: contents;
}
 
.about-text32 {
  display: inline-block;
}
 
.about-fragment33 {
  display: contents;
}
 
.about-text33 {
  display: inline-block;
}
 
.about-fragment34 {
  display: contents;
}
 
.about-text34 {
  display: inline-block;
}
 
.about-fragment35 {
  display: contents;
}
 
.about-text35 {
  display: inline-block;
}
 
.about-fragment36 {
  display: contents;
}
 
.about-text36 {
  display: inline-block;
}
 
.about-fragment37 {
  display: contents;
}
 
.about-text37 {
  display: inline-block;
}
 
.about-fragment38 {
  display: contents;
}
 
.about-text38 {
  display: inline-block;
}
 
.about-fragment39 {
  display: contents;
}
 
.about-text39 {
  display: inline-block;
}
 
.about-fragment40 {
  display: contents;
}
 
.about-text40 {
  display: inline-block;
}
 
.about-fragment41 {
  display: contents;
}
 
.about-text41 {
  display: inline-block;
}
 
.about-fragment42 {
  display: contents;
}
 
.about-text42 {
  display: inline-block;
}
 
.about-fragment43 {
  display: contents;
}
 
.about-text43 {
  display: inline-block;
}
 
.about-fragment44 {
  display: contents;
}
 
.about-text44 {
  display: inline-block;
}
 
.about-footer {
  width: 100%;
  height: 454px;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
  background-color: #4A3E5B;
}
 
.about-top {
  gap: var(--dl-layout-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-layout-space-oneandhalfunits);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.about-navigation-links {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
 
.about-link1 {
  fill: rgb(245, 238, 74);
  color: rgb(245, 238, 74);
  text-decoration: none;
}
 
.about-link2 {
  fill: rgb(245, 238, 74);
  color: rgb(245, 238, 74);
  text-decoration: none;
}
 
.about-link3 {
  fill: rgb(245, 238, 74);
  color: rgb(245, 238, 74);
  text-decoration: none;
}
 
.about-link4 {
  fill: rgb(245, 238, 74);
  color: rgb(245, 238, 74);
  text-decoration: none;
}
 
.about-middle {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 250px;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
}
 
.about-text45 {
  fill: rgb(245, 238, 74);
  color: rgb(245, 238, 74);
  width: 100%;
  display: flex;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: "Lora";
  font-weight: 500;
  line-height: 36px;
  justify-content: center;
}
 
.about-bottom {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #222223;
  border-style: dashed;
  flex-direction: column;
  justify-content: center;
  border-top-width: 1px;
}
 
.about-copyright {
  fill: rgb(245, 238, 74);
  color: rgb(245, 238, 74);
  width: 100%;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
}
 
.about-link5 {
  display: contents;
}
 
.about-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.about-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.about-text46 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .about-footer {
    width: 100%;
    padding-top: var(--dl-layout-space-sixunits);
  }
}
 
@media(max-width: 767px) {
  .about-footer {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .about-footer {
    padding-top: var(--dl-layout-space-threeunits);
  }
  .about-navigation-links {
    flex-direction: column;
  }
  .about-text45 {
    font-size: 18px;
    line-height: 40px;
  }
  .about-bottom {
    padding-top: var(--dl-layout-space-oneandhalfunits);
  }
  .about-copyright {
    font-size: 10px;
    line-height: 15px;
  }
}

/* Default outline button */
.thq-button-outline {
  background-color: transparent !important;
  color: black !important;
  border: 2px solid #d0f352 !important;
  transition: 0.3s ease;
}

/* Hover effect */
.thq-button-outline:hover {
  background-color: #a0c133 !important;
  color: #000 !important;
  border-color: #d0f352 !important;
}

.thq-button-filled {
  background-color: #d0f352 !important;
  color: #000 !important;
  border: none !important;
}


.team1-button.thq-button-filled {
  background-color: #d0f352 !important;
  color: #000 !important;
  border: 2px solid #d0f352 !important;
  transition: 0.3s ease;
}

.team1-button.thq-button-filled:hover {
  background-color: #a0c133 !important; /* darker shade */
  border-color: #a0c133 !important;
  color: #000 !important;
}

.team1-wrapper,
.team1-team1 {
  background-color: #c7a446 !important;
}

