.navbar-wrapper {
  display: contents;
}
 
.navbar-thq-navbar-elm {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: auto;
  align-items: center;
  flex-shrink: 1;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-fiveunits);
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-image1 {
  width: 259px;
  height: 124px;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar-thq-nav-content-elm {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar-thq-nav-links-elm1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;
}
 
.navbar-thq-link-elm1 {
  fill: var(--dl-color-gray-500);
  color: var(--dl-color-gray-500);
  text-decoration: none;
}
 
.navbar-thq-link-elm2 {
  fill: var(--dl-color-gray-500);
  color: var(--dl-color-gray-500);
  text-decoration: none;
}
 
.navbar-thq-link-elm3 {
  fill: var(--dl-color-gray-500);
  color: var(--dl-color-gray-500);
}
 
.navbar-thq-link-elm4 {
  fill: var(--dl-color-gray-500);
  color: var(--dl-color-gray-500);
}
 
.navbar-navlink2 {
  display: contents;
}
 
.navbar-thq-get-started-elm1 {
  width: 151px;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  background-color: var(--dl-color-gray-500);
}
 
.navbar-image2 {
  width: 200px;
  object-fit: cover;
}
 
.navbar-thq-text-elm1 {
  color: rgb(255, 255, 255);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  padding-left: 15px;
  text-decoration: none;
}
 
.navbar-thq-hamburger-elm {
  display: none;
}
 
.navbar-image3 {
  width: 100px;
  object-fit: cover;
}
 
.navbar-thq-mobile-menu-elm {
  gap: var(--dl-layout-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}
 
.navbar-thq-branding-elm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image4 {
  width: 100px;
  filter: brightness(0) saturate(100%);
  object-fit: cover;
}
 
.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-icon1 {
  width: 24px;
  height: 24px;
}
 
.navbar-thq-nav-links-elm2 {
  gap: var(--dl-layout-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}
 
.navbar-thq-text-elm2 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.navbar-container3 {
  display: contents;
}
 
.navbarroot-class-name {
  height: var(--dl-layout-size-xlarge);
  position: static;
  padding-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-gray-white);
}
 
.navbarroot-class-name1 {
  height: var(--dl-layout-size-xlarge);
  position: static;
  padding-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-gray-white);
}
 
@media(max-width: 767px) {
  .navbar-thq-navbar-elm {
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .navbar-thq-nav-links-elm1 {
    display: none;
  }
  .navbar-thq-get-started-elm1 {
    display: none;
  }
  .navbar-thq-hamburger-elm {
    display: flex;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .navbar-image3 {
    width: 16px;
    height: 14px;
  }
  .navbar-thq-branding-elm {
    width: 100%;
  }
  .navbar-thq-nav-links-elm2 {
    margin-top: var(--dl-layout-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-twounits);
    justify-content: center;
  }
}

.card-wrapper {
  display: contents;
}
 
.card-thq-card-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-thq-icon-elm1 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-thq-icon-elm2 {
  height: 30px;
  object-fit: cover;
}
 
.card-thq-content-elm {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-thq-header-elm {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
 
.card-thq-description-elm {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}
 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.card-wrapper-ldud {
  display: contents;
}
 
.card-thq-card-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-thq-icon-elm3 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-thq-icon-elm4 {
  height: 30px;
  object-fit: cover;
}
 
.card-thq-content-elm1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-thq-header-elm1 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
 
.card-thq-description-elm1 {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}
 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.card-wrapper-r6no {
  display: contents;
}
 
.card-thq-card-elm2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-thq-icon-elm5 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-thq-icon-elm6 {
  height: 30px;
  object-fit: cover;
}
 
.card-thq-content-elm2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-thq-header-elm2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
 
.card-thq-description-elm2 {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}
 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #0F0F0F;
}
 
.home-thq-section-elm1 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
 
.home-text10 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-thq-features-elm {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  user-select: none;
  border-color: #5A5A5A;
  margin-bottom: 120px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-text11 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text12 {
  color: rgb(121, 124, 128);
  width: 40%;
  font-family: "Poppins";
}
 
.home-text13 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text14 {
  color: rgb(121, 124, 128);
  font-family: "Poppins";
}
 
.home-text15 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text16 {
  color: rgb(121, 124, 128);
  font-family: "Poppins";
}
 
.home-thq-note-elm {
  gap: 140px;
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-content-elm1 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-main-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-heading-elm1 {
  color: rgb(255, 255, 255);
  width: 538px;
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-thq-paragraph-elm1 {
  color: rgb(204, 204, 204);
  font-family: Poppins;
  line-height: 28px;
}
 
.home-thq-explore-more-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-thq-explore-more-elm:hover {
  opacity: 0.5;
}
 
.home-link1 {
  display: contents;
}
 
.home-thq-text-elm10 {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.home-thq-section-elm2 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
 
.home-thq-header-elm1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-thq-left-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-right-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-paragraph-elm2 {
  width: 100%;
  max-width: 480px;
}
 
.home-thq-cards-elm {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-footer-elm {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
}
 
.home-thq-content-elm2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-thq-main-content-elm {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-thq-content-elm3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-thq-main-elm2 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-header-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-image {
  width: 154px;
  height: 59px;
  object-fit: cover;
}
 
.home-thq-text-elm11 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 14px;
  max-width: 260px;
  font-family: "Poppins";
  line-height: 21px;
}
 
.home-thq-socials-elm {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-link2 {
  display: contents;
}
 
.home-link3 {
  display: contents;
}
 
.home-link4 {
  display: contents;
}
 
.home-thq-categories-elm {
  gap: var(--dl-layout-space-fourunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-category-elm1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-header-elm3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-links-elm1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-thq-category-elm2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-header-elm4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-links-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-thq-copyright-elm1 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text22 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 21px;
}
 
.home-thq-subscribe-elm {
  gap: var(--dl-layout-space-unit);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-thq-main-elm3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-thq-heading-elm3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  max-width: 275px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}
 
.home-thq-input-field-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
 
.home-textinput {
  flex: 1;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  outline-style: none;
  background-color: rgba(217, 217, 217, 0);
}
 
.home-thq-buy-elm {
  display: flex;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #80FF44;
}
 
.home-thq-text-elm25 {
  color: rgb(12, 16, 12);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
 
.home-thq-text-elm26 {
  color: rgb(12, 16, 12);
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
 
.home-thq-notice-elm {
  color: #686868;
  font-size: 14px;
  max-width: 400px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 21px;
}
 
.home-thq-copyright-elm2 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text25 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.home-container3 {
  display: contents;
}
 
.home-link5 {
  display: contents;
}
 
.home-container4 {
  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);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text26 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .home-text10 {
    text-align: center;
  }
  .home-thq-note-elm {
    gap: var(--dl-layout-space-fourunits);
    flex-direction: column;
  }
  .home-thq-content-elm1 {
    max-width: 100%;
  }
  .home-thq-main-elm1 {
    align-items: flex-start;
  }
  .home-thq-section-elm2 {
    gap: var(--dl-layout-space-threeunits);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-thq-header-elm1 {
    gap: var(--dl-layout-space-unit);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-thq-cards-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-thq-content-elm2 {
    gap: var(--dl-layout-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-thq-copyright-elm1 {
    display: none;
  }
  .home-thq-copyright-elm2 {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .home-thq-section-elm1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text10 {
    font-size: 32px;
    text-align: center;
  }
  .home-thq-features-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    margin-top: var(--dl-layout-space-threeunits);
    border-color: #5A5A5A;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-thq-feature-elm1 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-text11 {
    font-size: 20px;
  }
  .home-thq-feature-elm2 {
    width: 100%;
    border-color: #5A5A5A;
    padding-bottom: var(--dl-layout-space-unit);
    border-bottom-width: 1px;
  }
  .home-text13 {
    font-size: 20px;
  }
  .home-thq-feature-elm3 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-text15 {
    font-size: 20px;
  }
  .home-thq-note-elm {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-thq-main-elm1 {
    width: 100%;
    align-items: flex-start;
  }
  .home-thq-heading-elm1 {
    font-size: 28px;
  }
  .home-thq-paragraph-elm1 {
    line-height: 24px;
  }
  .home-thq-left-elm {
    gap: var(--dl-layout-space-unit);
  }
  .home-thq-content-elm3 {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-thq-main-elm2 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-thq-categories-elm {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-thq-text-elm26 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .home-thq-heading-elm1 {
    width: 426px;
  }
  .home-textinput {
    flex: 1;
  }
  .home-thq-text-elm25 {
    color: rgb(12, 16, 12);
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
  }
  .home-thq-text-elm26 {
    color: rgb(12, 16, 12);
    display: none;
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
  }
}
