.section {
  color: var(--color--black);
  width: 100%;
}

.section.background-primary {
  background-color: var(--green);
  color: var(--color--black);
}

.footer-top {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    display: flex;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2.22vw;
  max-height: 2.22vw;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social-icon {
  object-fit: cover;
  background-image: radial-gradient(circle closest-side, #dbec62 80%, #050505 90%);
  border-radius: 100%;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
}

.social-icon.smaller {
  background-image: none;
  min-width: 2vw;
  max-width: 2vw;
  min-height: 2vw;
  max-height: 2vw;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: var(--color--black);
  justify-content: flex-end;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  color: var(--color--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1vw;
  line-height: 1.78vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgb(90, 90, 90);
}

.footer-link.w--current {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  text-decoration-style: solid;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: center;
  background-color: #050505;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .01vw;
  display: flex;
}

.footer-bottom {
  color: var(--color--black);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.footer-bottom-text {
  color: #000;
  text-decoration: none;
}

.footer-flex-bottom {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
  
.footer-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-17vw {
  color: var(--color--black);
  max-width: 17vw;
}

.footer {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

@media screen and (max-width: 1035px) {

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  
  .footer-top {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
  
  .footer-logo-link {
    z-index: 1000000;
  }
  
  .footer-logo {
    min-height: 2rem;
    max-height: 2rem;
  }
  
  .social-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .social-icon.smaller {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .footer-right-flex {
    /* flex-flow: column; */
    justify-content: center;
    /* align-items: center; */
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-link {
    padding-left: 0;
  }

  .footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .footer-flex {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-logo {
    z-index: 999;
    max-width: none;
    min-height: 2.25rem;
    max-height: 2.25rem;
    position: relative;
  }
}