:root {
  --green: #74BC1F;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body {
  font-family: Poppins, "Lato", sans-serif;
  background: rgba(0, 0, 0, 1);
}
button {
  font-family: Poppins, "Lato", sans-serif;
}
a {
  color: inherit;
}
.wrapper {
  max-width: 1266px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 65px;
}

.column {
  float: left;
  padding: 10px;
}

.section-footer {
  padding-top: 50px;
  background-color: #262626;
  padding-bottom: 110px;
}
.section-footer .wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.section-footer .wrapper .row {
  flex-wrap: wrap;
  overflow: inherit;
  gap: 20px;
  padding: 20px 0;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.footer-nav__item {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  /* margin-left: 25px;
    margin-right: 25px; */
}

.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
.social-nav__item {
  width: 40px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
.copyright {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #808080;
}

.image-center-text {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 42px;
}

.ge-logo,
.mobile-only {
  display: none;
}
.ge-logo-desktop {
  display: block;
  width: 378px;
  height: 95px;
}
.show {
  display: block !important;
}
.no-hero .wrapper-header-btn {
  top: 0;
}

.wrapper h4 a {
  word-break: break-word;
}

.section-footer .ge-logo {
  width: 300px;
  height: 76px;
  display: block !important;
}

/* TRUSTED BY FOUNDERS SECTION */

.trusted-by-founders-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.trusted-by-founders-wrapper h3 {
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 50px;
}

.trusted-by-founders-wrapper .image-list.partners {
  margin-bottom: 30px;
}

.trusted-by-founders-wrapper .image-list .img-wrapper img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.trusted-by-founders-wrapper .gem-btn {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

.trusted-by-founders-wrapper .nfx-logo {
  aspect-ratio: 1 / 0.35;
  object-fit: contain;
  max-height: 100px;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

#scrollToTop img {
  width: 60px;
  height: 60px;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .ge-logo {
    display: none !important;
  }
  .ge-logo-desktop {
    display: block !important;
  }
  .header-hamburger {
    display: none !important;
  }
  .header-menu {
    display: block !important;
  }

  .no-hero .wrapper-header-btn a {
    color: #000000;
  }
}

@media screen and (max-width: 600px) {
  .row {
    overflow: scroll;
  }
  
  .ge-logo {
    display: block;
    width: 280px;
    height: 72px;
  }
  .ge-logo-desktop {
    display: none;
  }

  .header .main-header .main-nav {
    width: 100%;
  }
  .header-menu,
  .header .main-header .main-nav {
    display: none;
  }
  .header-hamburger {
    display: flex;
    align-items: center;
    height: 92px;
    justify-content: center;
  }
  .header-hamburger i {
    color: #fff;
    font-size: 40px;
  }
  
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
  .ge-logo {
    display: block;
    width: 280px;
    height: 72px;
  }
  .ge-logo-desktop {
    display: none;
  }
  .header-menu {
    display: block;
  }
  .header-hamburger {
    display: none;
  }
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .footer-nav__item {
    font-size: 24px;
    line-height: 1.75;
  }
  .copyright {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .trusted-by-founders-wrapper .image-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  
  .trusted-by-founders-wrapper .image-list .img-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
      flex-shrink: 0;
    }
    
    .trusted-by-founders-wrapper .image-list.founders {
      max-width: 1000px;
      margin: 2rem auto;
      flex-basis: calc(100% / 3);
    }
    
    .trusted-by-founders-wrapper .image-list.founders .img-wrapper {
      padding: 50px;
    }
    
    .trusted-by-founders-wrapper .image-list .img-wrapper:hover img {
      filter: grayscale(0);
      opacity: 1;
    }
    
    .trusted-by-founders-wrapper .image-list.founders .img-wrapper:nth-child(n+4):nth-child(-n+7) {
      flex-basis: calc(100% / 4);
    }
    
    .trusted-by-founders-wrapper .image-list.partners .img-wrapper {
      padding: 20px;
  }

  .slick-meta {
    display: none;
  }

  .trusted-by-founders-wrapper .nfx-logo { 
    max-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .trusted-by-founders-wrapper .image-list.founders {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
  .trusted-by-founders-wrapper .image-list .img-wrapper {
    padding: 20px;
  }
  
  .trusted-by-founders-wrapper .slick-meta {
    margin-bottom: 50px;
  }

  .slick-list .slick-track {
    align-items: center;
    display: flex;
  }

  .slick-meta {
    display:  flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  
  .slick-meta .slick-prev {
    order: 1;
  }
  
  .slick-meta .slick-dots {
    order: 2;
  }
  
  .slick-meta .slick-next {
    order: 3;
  }
  
  .slick-meta > button {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: 0;
    cursor: pointer;
  }
  
  .slick-meta > button img {
    max-width: 40px;
  }
  
  .slick-meta .slick-dots {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-grow: 1;
    width: 100%;
    max-width: fit-content;
  }
  
  .slick-meta .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    flex-grow: 1;
  }
  
  .slick-meta .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ffffff48;
    width: 100%;
    border-radius: 30px;
  }
  
  .slick-meta .slick-dots .slick-active button {
    background: #fff;
  }
  
  .slick-meta .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}