footer .footer-brand {
  padding: 20px;
}
footer .footer-brand img {
  width: 100%;
  height: auto;
}
footer .footer-brand img.sponsor-desktop,
footer .footer-brand img.sponsor-tablet {
  display: none;
}
footer .footer-brand img.sponsor-mobile {
  display: block;
  width: 80%;
  margin: auto;
}
footer .footer-top {
  background: #062fbe;
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 0;
  color: #ffffff;
}
footer .footer-top .footer-share {
  margin-top: -15px;
}
footer .footer-top .footer-share .left-container {
  text-align: center;
}
footer .footer-top .footer-share .left-container > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 24px;
}
footer .footer-top .footer-share .left-container .bottom-section {
  display: flex;
  flex-direction: column;
}
footer .footer-top .footer-share .left-container .bottom-section ul.share-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0;
}
footer .footer-top .footer-share .left-container .bottom-section ul.share-list li a img {
  max-width: 25px;
}
footer .footer-top .footer-share .left-container .bottom-section ul li {
  list-style: none;
}
footer .footer-top .footer-share .left-container .bottom-section .text-hashtag {
  text-align: start;
  align-self: center;
}
footer .footer-top .footer-logo a:link {
  color: #ffffff;
}
footer .footer-top .footer-logo a:visited {
  color: #ffffff;
}
footer .footer-top .footer-logo .right-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
footer .footer-top .footer-logo .right-container p {
  margin: 0 0 20px 0;
  text-align: center;
}
footer .footer-top .footer-logo .right-container img {
  width: 140px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  footer .footer-brand img.sponsor-mobile,
  footer .footer-brand img.sponsor-desktop {
    display: none;
  }
  footer .footer-brand img.sponsor-tablet {
    display: block;
    width: 80%;
    margin: auto;
  }
  footer .footer-top {
    flex-direction: row;
    padding: 20px 0;
  }
  footer .footer-top .footer-share {
    width: 100%;
  }
  footer .footer-top .footer-share .left-container > p {
    padding-top: 10px;
    padding-left: 60px;
    text-align: start;
  }
  footer .footer-top .footer-share .left-container .bottom-section .text-hashtag {
    text-align: start;
    align-self: unset;
    padding-left: 60px;
  }
  footer .footer-top .footer-share .left-container .bottom-section .text-hashtag p {
    margin-top: 0;
  }
  footer .footer-top .footer-share .left-container .bottom-section ul.share-list {
    justify-content: flex-start;
    padding-left: 60px;
  }
  footer .footer-top .footer-logo {
    width: 100%;
    padding: 20px;
  }
  footer .footer-top .footer-logo .right-container {
    height: 100%;
    justify-content: center;
    align-content: flex-end;
    padding-right: 40px;
  }
  footer .footer-top .footer-logo .right-container p {
    padding-top: 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-brand {
    padding: 20px 0;
  }
  footer .footer-brand img.sponsor-desktop {
    display: block;
    width: 80%;
    margin: auto;
  }
  footer .footer-brand img.sponsor-mobile,
  footer .footer-brand img.sponsor-tablet {
    display: none;
  }
  footer .footer-top .footer-share .left-container .bottom-section {
    flex-direction: row;
    padding-left: 50px;
    gap: 25px;
  }
  footer .footer-top .footer-share .left-container .bottom-section .text-hashtag {
    text-align: start;
    padding-left: 0;
  }
  footer .footer-top .footer-share .left-container .bottom-section ul.share-list {
    padding-left: 0;
  }
  footer .footer-top .footer-share .left-container > p {
    font-size: 20px;
    padding-left: 50px;
  }
  footer .footer-top .footer-logo {
    padding: 0;
  }
  footer .footer-top .footer-logo .right-container {
    padding-right: 60px;
  }
  footer .footer-top .footer-logo .right-container p {
    font-size: 18px;
  }
}/*# sourceMappingURL=footer-components.css.map */