.footer-logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  display: flex;
}

.footer-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer-columns {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.footer-lottie {
  opacity: .1;
  max-width: 30vw;
  position: absolute;
  inset: 0% auto auto -15%;
}

.footer-copyright-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-sitelinks {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 727px;
  text-decoration: none;
  display: flex;
}

.footer-copyrighttext {
  color: #e2e2d7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  overflow: visible;
}

.footer-content2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-contenttitle {
  color: #e2e2d7a6;
  font-size: 14px;
}

.footer-copyright {
  grid-column-gap: 32px;
  border-style: undefined;
  border-width: 1px 0 0;
  border-color: undefined;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.footer-link {
  color: #e2e2d7;
  border-bottom: 2px solid #172c24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: border .5s cubic-bezier(.77, 0, .175, 1);
}

.footer-link:hover {
  border-bottom: 1px solid #e2bf81;
  border-radius: 2px;
}

.footer-logo {
  color: #e2e2d7;
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.global-footer {
  grid-row-gap: 40px;
  background-color: #172c24;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .footer-copyrighttext {
    font-weight: 200;
  }
}

@media screen and (max-width: 991px) {
  .footer-content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    align-items: center;
  }

  .footer-lottie {
    max-width: 40vw;
    left: -20%;
  }

  .footer-copyrighttext {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .global-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-column {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-lottie {
    max-width: 80vw;
    inset: auto auto -35vh;
  }

  .footer-copyright-content {
    padding: 0;
  }

  .footer-copyrighttext {
    width: 100%;
    font-size: 14px;
  }

  .global-footer {
    padding-top: 24px;
  }

  .footer-column {
    max-width: 30vw;
  }
}

@media screen and (max-width: 479px) {
  .footer-logo-wrapper {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
  }

  .footer-small-columns {
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: center;
  }

  .footer-content {
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-lottie {
    z-index: 0;
    bottom: -41%;
  }

  .footer-copyright-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: auto;
  }

  .footer-sitelinks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .footer-copyrighttext {
    text-align: left;
    font-size: 16px;
  }

  .footer-content2 {
    z-index: 2;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .footer-copyright {
    flex-flow: column;
  }

  .footer-logo {
    flex: 0 auto;
    width: 100%;
    max-width: 100vw;
    height: auto;
    overflow: clip;
  }

  .global-footer {
    padding-left: 12px;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-column {
    max-width: 50vw;
    height: auto;
  }
}


