.footer {
  position: relative;
  width: 100%;
  display: block;
}

.footer-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee;
  align-items: center;
  display: flex;
  flex-flow: row;
  min-height: auto;
  position: relative;
  width: 100%;
}

.footer-bg {
  opacity: 1;
  transition: opacity 1s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.footer-section-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer-section-content-inner {
  max-width: 1280px;
  display: flex;
  flex-grow: row wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-section-content-inner>.col {
  display: flex;
}

.small-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 550px) {
  .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 850px) {
  .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.col {
  margin: 0;
  padding: 0 15px 30px;
  position: relative;
  width: 100%;
}

.col-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 850px) {
  .col:first-child .col-inner {
    margin-left: auto;
    margin-right: 0;
  }
}

.footer-logo-img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (min-width: 550px) {
  .footer-logo-img {
    width: 65%;
  }
}

.dark {
  color: #f1f1f1;
}

.footer-logo-img>div {
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-img .img-inner {
  position: relative;
  overflow: hidden;
}

.footer-logo-img .img-inner>img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 0.4s;
  transition-delay: 0ms;
  width: 100%;
  aspect-ratio: auto 341 / 262;
}

.footer-title {
  text-rendering: optimizeSpeed;
  margin-bottom: 0.5em;
  margin-top: 0;
  width: 100%;
  font-size: 1.125em;
  font-family: Questrial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer-logo-epv-img {
  position: relative;
  width: 65%;
}

.footer-logo-epv-img .img-inner>img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 0.4s;
  transition-delay: 0ms;
  width: 100%;
  aspect-ratio: auto 341 / 262;
}

.footer-title-uppercase {
  text-rendering: optimizeSpeed;
  margin-bottom: 0.5em;
  margin-top: 0;
  width: 100%;
  font-size: 1.125em;
  color: #000;
  font-family: Questrial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-title-uppercase>a {
  background-color: transparent;
  touch-action: manipulation;
  text-decoration: none;
  color: #000;
}

.footer-content {
  font-size: 85%;
  font-family: Questrial, sans-serif;
  line-height: 1.6;
}

.footer-social-icons {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;

  display: flex;
}

.footer-outline-icon {
width: 35px;
height: 35px;
  margin-bottom: 1em;
  border-radius: 999px !important;
  object-fit: cover;
  color: #000;
  font-size: 14px;
  line-height: 2.19em;
  background-color: transparent;
  border: 2px solid;
  display: inline-block;
  margin-left: 0.12em;
  margin-right: 0.12em;
  min-width: 2.5em;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.absolute-footer {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  padding: 10px 0 15px;
  background-color: #eee;
}

.absolute-footer-inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-primary {
  margin-left: 0 !important;
  margin-right: auto;
  float: none;
}

.copyright-footer {
  font-family: Questrial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.absolute-footer-inner {
    width: calc(100% - 2rem);}

@media (max-width: 767px) {
  .footer-section-content .footer-section-content-inner {
    display: flex;
    flex-direction: column;
padding: 1rem;
    gap: 1rem;
    width: calc(100% - 2rem);
  }

  .footer-section-content .footer-section-content-inner .col {
    width: 100%;
    padding: 0;
  }

  .footer-section {
    padding: 1rem 0;
  }

}
