/** Shopify CDN: Minification failed

Line 174:12 Expected ":"

**/
/* Footer */

.footer {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 94px;
  display: flex;
  background-image: url(footer-bg.svg);
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 0;
  background-size: cover;
  padding-left: 60px;
  padding-right: 60px;
}

.footer-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28.8px;
  margin-top: 176px;
  margin-bottom: 56px;
}

.footer-layout {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  gap: 144px;
}

.footer-heading {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  max-width: 46ch;
}

.footer-title.h2 {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: normal;
}

@media (max-width: 767px){
    .footer-title.h2 {
      font-size: 28px;
    }
}

.footer-info-text {
  margin: 0;
  line-height: 150%;
  letter-spacing: normal;
}

.footer-background {
  margin-bottom: -120px;
  padding-bottom: 22.5%;
  position: relative;
}

.footer-image {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.cta-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 8px;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .cta-buttons {
    flex-flow: column;
  }
}
.cta-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid rgba(43, 38, 36, .6);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: inline-flex;
  transition: all .3s;
}

.cta-button.cta-button-footer {
  border-color: rgba(255, 255, 255, .8);
}

.cta-button-text.cta-button-text-footer {
  color: rgba(255, 255, 255, .8);
  padding-top: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.cta-button.cta-button-footer:hover {
  background-color: #fff;
}

.cta-button.cta-button-footer:hover svg path {
  fill: #111;
}

.cta-button.cta-button-footer:hover .cta-button-text {
  color: #111;
}

.cta-message.cta-message-footer {
  color: rgba(255, 255, 255, .8);
  font-size: 20px;
}

.cta-button-image.w-embed {
  display: flex;
}

.sign-in {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .button.is-small.is-white svg {
  display: flex;
}

.cta.cta-footer {
    margin-top: 20px;
}

.footer-links {
  margin-top: 60px;
}

.footer--social-link {
  opacity: 0.4;
  transition all .25s;
}

.footer--social-link:hover {
  opacity: 1;
}

.footer-legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-legend-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: auto;
}

.footer-list {
  display: flex;
  flex-flow: column;
  gap: 12.8px;
}

.footer-list-item {
  color: #111;
  text-decoration: none;
}

.footer-list-item.nav-link {
  font-size: 16px;
}

.footer .navigation-wrapper {
  width: 100%;
}

.footer .navigation-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer .navigation-list .navigation-item {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  padding: 2px;
}

.footer-list>a:nth-child(-n+2) {
  font-weight: 500;
}

.footer-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 44px;
  border-top: 1px solid #fff3;
}

.footer--copyright a {
  color: #111111;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: normal;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap:60px;
}

.footer--social {
  grid-column-gap: 30px;
  display: flex;
}

.socials.socials-dark {
  margin-top: 20px;
}

.divider-line.is-brown {
  background-color: #888379;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer {
    background-position: 0 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-legend-logo {
      width: 160px;
  }

  .footer-content {
    margin-top: 96px;
  }

  .footer-info {
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-title.h2 {
    margin-top: 0;
  }

  #footer-logo-wrap {
    width: 113px;
  }

  .footer-legend {
    width: 100%;
    max-width: 100%;
  }

  .footer-layout {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-container {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .footer--copyright {
    order: 2;
  }

  .footer .uscreen-block {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .footer-layout {
      grid-template-columns: 1fr;
  }
}