.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  text-decoration: none;
}
.navigation-links-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}








@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.navbar-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.navbar-container {
  flex: 0 0 auto;
  width: 131px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.navbar-image {
  width: 120px;
  height: auto;
  object-fit: cover;
}
.navbar-nav {
  display: flex;
}
.navbar-container1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: center;
}
.navbar-icon {
  width: 24px;
  height: 24px;
}
.navbar-icon02 {
  width: 24px;
  height: 24px;
}
.navbar-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar-image1 {
  width: 106px;
}
.navbar-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.navbar-container3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.navbar-icon08 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon08:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon12 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon12:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon16 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon16:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon18 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.navbar-icon18:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
@media(max-width: 767px) {
  .navbar-nav {
    display: none;
  }
  .navbar-container1 {
    display: none;
  }
}
@media(max-width: 479px) {
  .navbar-nav {
    display: none;
  }
}

.slide-slide {
  align-items: stretch;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  background-position: center;
}
.slide-max-width {
  height: 574px;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.slide-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding-right: 0px;
  flex-direction: column;
  justify-content: space-between;
}
.slide-container {
  width: 200px;
  height: 363px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.slide-image-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.slide-slider-controls {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-end;
}
.slide-go-left {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slide-go-left:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
.slide-icon {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
.slide-go-right {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slide-go-right:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
.slide-icon2 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
.slide-root-class-name {
  background-size: cover;
  background-image: url("public/banner/banner-3-200h.webp");
}
.slide-root-class-name1 {
  background-size: cover;
  background-image: url("public/banner/banner-2-200h.jpg");
}
.slide-root-class-name2 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name3 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name4 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name5 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name6 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name7 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name10 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name11 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name12 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name13 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name14 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name15 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name16 {
  background-size: cover;
  background-image: url("public/banner/banner-1-200h.jpg");
}
.slide-root-class-name17 {
  background-size: cover;
  background-image: url("public/banner/banner-2-200h.jpg");
}
.slide-root-class-name20 {
  background-size: cover;
  background-image: 511c85c6-670a-471a-9f8b-be4c4689960b;
}
.slide-root-class-name21 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name22 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name23 {
  background-size: cover;
  background-image: url("public/banner/banner-3-200h.webp");
  background-position: bottom;
}
.slide-root-class-name26 {
  background-size: cover;
  background-image: url("public/banner/banner-4-200h.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media(max-width: 991px) {
  .slide-wrapper {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 767px) {
  .slide-max-width {
    flex-direction: column;
  }
  .slide-wrapper {
    width: 100%;
    padding-right: 0px;
  }
}
@media(max-width: 479px) {
  .slide-max-width {
    height: var(--dl-size-size-xxlarge);
  }
  .slide-go-left {
    height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
  .slide-go-right {
    height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
}

.about-card-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: column;
}
.about-card-image {
  width: var(--dl-size-size-medium);
  object-fit: cover;
}
.about-card-text {
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}
.about-card-text1 {
  color: #999999;
  text-align: center;
}







.footer-footer {
  padding-top: var(--dl-space-space-fourunits);
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  padding-bottom: var(--dl-space-space-fourunits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.footer-max-width {
  justify-content: space-between;
}
.footer-container {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-image {
  width: 141px;
  object-fit: cover;
}
.footer-text {
  color: var(--dl-color-grays-gray100);
  max-width: 350px;
  margin-bottom: 60px;
}
.footer-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.footer-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-icon {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.footer-icon:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-icon04 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.footer-icon04:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-icon08 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.footer-icon08:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-icon10 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.footer-icon10:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-links {
  flex: 0 0 auto;
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-container2 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-threeunits);
}
.footer-navlink {
  text-decoration: none;
}
.footer-navlink1 {
  text-decoration: none;
}
.footer-navlink2 {
  text-decoration: none;
}
.footer-navlink3 {
  text-decoration: none;
}
.footer-container3 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-threeunits);
}
.footer-link {
  text-decoration: none;
}
@media(max-width: 991px) {
  .footer-max-width {
    flex-direction: column-reverse;
  }
  .footer-container {
    width: 100%;
  }
  .footer-links {
    width: 100%;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 479px) {
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-container2 {
    width: 100%;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .footer-text2 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .footer-container3 {
    width: 100%;
  }
  .footer-text3 {
    margin-bottom: var(--dl-space-space-twounits);
  }
}

.copyright-copyright {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.copyright-max-width {
  align-items: stretch;
}
.copyright-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.copyright-container1 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.copyright-container2 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.copyright-link {
  margin-left: var(--dl-space-space-unit);
}
@media(max-width: 991px) {
  .copyright-max-width {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .copyright-container {
    flex-direction: column;
  }
  .copyright-container2 {
    flex-direction: row;
  }
}

.about-container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-backgrounds-gray);
}
.about-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-main-slider {
  flex: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.about-slider {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  transition: 0.5s;
  align-items: stretch;
  flex-direction: row;
}
.about-max-width {
  align-items: stretch;
}
.about-content-container {
  flex: 1;
  display: flex;
  min-width: 50%;
  align-items: flex-start;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.about-text {
  width: 535px;
  margin-bottom: 42px;
}
.about-text02 {
  color: var(--dl-color-backgrounds-primary);
}
.about-text03 {
  color: var(--dl-color-backgrounds-primary);
}
.about-features-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.about-feature {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.about-icon {
  fill: #62BF77;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.about-text04 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.about-feature1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.about-icon2 {
  fill: #62BF77;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.about-text05 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.about-feature2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-icon4 {
  fill: #62BF77;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.about-text06 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.about-image-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-section1 {
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  background-color: #ffffff;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.about-max-width1 {
  flex-direction: column;
}
.about-text07 {
  font-size: 42px;
  align-self: flex-start;
  text-align: left;
  font-family: Lexend;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-fourunits);
}
.about-text08 {
  color: var(--dl-color-grays-gray100);
  font-size: 16px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 300;
  line-height: 1.75;
  text-transform: none;
  text-decoration: none;
}
.about-section2 {
  height: 584px;
}
.about-max-width2 {
  flex-direction: column;
  justify-content: flex-start;
}
.about-container1 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  margin-top: 0px;
  grid-template-columns: 1fr 1fr;
}
.about-section3 {
  height: auto;
  background-color: var(--dl-color-grays-white100);
}
.about-max-width3 {
  flex-direction: column;
  justify-content: flex-start;
}
.about-container2 {
  flex: 0 0 auto;
  width: 846px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about-text22 {
  margin-bottom: var(--dl-space-space-fourunits);
}
.about-text23 {
  text-align: center;
  margin-bottom: var(--dl-space-space-threeunits);
}
.about-image1 {
  width: auto;
  height: 333px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-threeunits);
}
.about-text24 {
  text-align: center;
}
.about-section4 {
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  background-color: var(--dl-color-backgrounds-primary);
}
.about-max-width4 {
  width: 1200px;
  height: 525px;
  display: none;
  align-items: stretch;
}
.about-content-container1 {
  flex: 1;
  width: 863px;
  height: 485px;
  display: flex;
  min-width: 60%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.about-text25 {
  color: var(--dl-color-backgrounds-green);
  width: 547px;
  height: 261px;
  font-size: 42px;
  margin-top: var(--dl-space-space-threeunits);
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-left: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-halfunit);
}
.about-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 489px;
  display: flex;
  align-items: flex-start;
}
.about-image2 {
  width: 697px;
  height: 100%;
  object-fit: cover;
}
.about-text34 {
  color: var(--dl-color-backgrounds-green);
  width: 547px;
  height: 261px;
  font-size: 42px;
  align-self: center;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-left: var(--dl-space-space-threeunits);
}
.about-section5 {
  height: auto;
  background-size: contain;
  background-color: var(--dl-color-grays-white100);
  background-image: url("public/wheat-bg-1500w.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.about-max-width5 {
  flex-direction: column;
  justify-content: flex-start;
}
.about-container4 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about-text43 {
  margin-bottom: var(--dl-space-space-fourunits);
}
.about-text44 {
  text-align: center;
  margin-bottom: var(--dl-space-space-threeunits);
}
.about-image3 {
  width: auto;
  object-fit: cover;
}
@media(max-width: 991px) {
  .about-max-width {
    flex-direction: column;
  }
  .about-content-container {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .about-text {
    width: 100%;
  }
  .about-container1 {
    grid-template-columns: 1fr 1fr;
  }
  .about-max-width4 {
    flex-direction: column;
  }
  .about-text25 {
    width: 100%;
  }
  .about-image2 {
    width: 441px;
  }
  .about-text34 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .about-text07 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .about-max-width2 {
    flex-direction: column;
  }
  .about-max-width3 {
    flex-direction: column;
  }
  .about-image2 {
    width: 263px;
  }
  .about-max-width5 {
    flex-direction: column;
  }
  .about-container4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-text43 {
    width: 100%;
    text-align: center;
  }
  .about-text44 {
    width: 100%;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .about-image3 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .about-text {
    text-align: center;
  }
  .about-section2 {
    height: auto;
  }
  .about-container1 {
    grid-template-columns: 1fr;
  }
  .about-container2 {
    width: 100%;
  }
  .about-image1 {
    width: 100%;
    height: auto;
  }
  .about-container3 {
    flex-direction: column;
  }
  .about-image2 {
    width: 100%;
    height: auto;
  }
  .about-text34 {
    color: var(--dl-color-backgrounds-green);
    width: 359px;
    height: auto;
    font-size: 42px;
    margin-top: var(--dl-space-space-twounits);
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.3;
  }
  .about-text35 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
  .about-text36 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
  .about-text37 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
  .about-text38 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
  .about-text39 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
  .about-text40 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
  .about-text41 {
    font-size: 36px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
  }
}
