/** Shopify CDN: Minification failed

Line 90:1 Expected "}" to go with "{"

**/
/* Section - Footer
=================================== */
.footer-blocks-wrapper {
    padding: 4.5rem 0 15px 0;
    row-gap: 3.5rem;
}

@media (min-width: 990px) {
  .footer-blocks-wrapper {
    row-gap: 0;
  }
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 0;
  font-size: calc(var(--font-body-scale) * 1.3rem);
}

@media (min-width: 990px) {
  .footer-info {
    flex-direction: row;
    justify-content: center;
  }
}

.footer-info a {
  color: rgb(var(--color-accent-1));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness 0.18s ease;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-info-end {
  display: flex;
  align-items: center;
}

.footer-social-links-wrap {
  padding: 0 0 3rem;
}

.list-social-footer {
  justify-content: center;
}

.widget-title {
  text-transform: uppercase;
}

.widget-media {
  margin-bottom: var(--spacing-base-1);
}

.widget-media img {
  border-radius: var(--border-radius-base);
}
.wrapper{
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.rte.ft_logo_contain p {
    color: #000;
}
.footer-info {
    padding-bottom: 30px;
}
@media(max-width:425px){
footer.footer .widget-media-footer-0 {
    max-width: 180px;
}
}
@media(max-width:425px){
  footer.footer .widget-media-4f4a2746-c7c6-477f-bd0c-30b6af266f06 {
    margin:auto;
    height:100px;
}