/* line 1, home/static/css/footer.scss */
footer {
  margin: 66px 40px 40px 40px;
  align-self: center;
  width: calc(100% - 80px);
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px; }
  /* line 11, home/static/css/footer.scss */
  footer .footer-aside {
    display: flex;
    flex-direction: column;
    margin-top: -16px; }
  /* line 16, home/static/css/footer.scss */
  footer .sparkup-logo {
    height: 38px;
    width: 100%;
    margin-top: 2px;
    mask: url("/static/img/logo-sp-sparkup.svg?e0ba17737d55");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: left center;
    background-color: #1cba56; }
  /* line 26, home/static/css/footer.scss */
  footer .social-links {
    margin-top: 32px;
    display: flex;
    gap: 16px; }
  /* line 31, home/static/css/footer.scss */
  footer .social-link {
    display: block;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-color: #ffffff;
    mask-size: cover; }
    /* line 38, home/static/css/footer.scss */
    footer .social-link:hover {
      background-color: #1cba56; }
    /* line 41, home/static/css/footer.scss */
    footer .social-link.facebook {
      mask: url("/static/img/logo-facebook.svg?e0ba17737d55");
      mask-position: center;
      mask-size: 25px; }
    /* line 46, home/static/css/footer.scss */
    footer .social-link.twitter {
      mask: url("/static/img/logo-x.svg?e0ba17737d55");
      mask-position: center;
      mask-size: 21px; }
    /* line 51, home/static/css/footer.scss */
    footer .social-link.linkedin {
      mask: url("/static/img/logo-linkedin.svg?e0ba17737d55");
      mask-position: center -1px; }
    /* line 55, home/static/css/footer.scss */
    footer .social-link.instagram {
      mask: url("/static/img/logo-instagram.svg?e0ba17737d55"); }
    /* line 58, home/static/css/footer.scss */
    footer .social-link.youtube {
      mask: url("/static/img/logo-youtube.svg?e0ba17737d55"); }
  /* line 62, home/static/css/footer.scss */
  footer .copyright {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    margin-top: 16px; }
  /* line 70, home/static/css/footer.scss */
  footer .dropdown-menu,
  footer .dropdown .nav-item::after {
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-duration: 500ms;
    transition-property: opacity,transform; }
  /* line 76, home/static/css/footer.scss */
  footer .dropdown {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px;
    z-index: 1;
    width: fit-content;
    margin-top: 32px; }
    /* line 83, home/static/css/footer.scss */
    footer .dropdown .nav-item {
      cursor: pointer;
      font-size: 15px;
      line-height: 40px;
      padding: 0 38px 0 14px;
      border-radius: 8px;
      color: #ffffff;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center; }
      /* line 93, home/static/css/footer.scss */
      footer .dropdown .nav-item img {
        margin-right: 6px;
        height: 18px;
        width: auto; }
      /* line 98, home/static/css/footer.scss */
      footer .dropdown .nav-item::after {
        content: "";
        display: block;
        height: 16px;
        width: 16px;
        position: absolute;
        right: 10px;
        top: 13px;
        background-color: currentColor;
        mask-size: cover;
        mask: url("/static/img/chevron-down.svg?e0ba17737d55"); }
    /* line 112, home/static/css/footer.scss */
    footer .dropdown:hover .nav-item {
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
      color: #ffffff; }
    /* line 116, home/static/css/footer.scss */
    footer .dropdown:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: scale(1) translateY(0); }
  /* line 123, home/static/css/footer.scss */
  footer .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.99) translateY(-0.7em);
    transform-origin: top;
    position: absolute;
    left: -1px;
    top: 48px;
    padding: 8px 0;
    min-width: 140px;
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); }
    /* line 139, home/static/css/footer.scss */
    footer .dropdown-menu a {
      display: block;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 40px;
      text-decoration: none;
      white-space: nowrap;
      color: #ffffff;
      padding: 0 20px;
      cursor: pointer; }
      /* line 150, home/static/css/footer.scss */
      footer .dropdown-menu a:hover {
        text-decoration: underline; }
  /* line 156, home/static/css/footer.scss */
  footer .footer-list {
    display: grid;
    gap: 60px; }
  /* line 162, home/static/css/footer.scss */
  footer nav p {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 28px 0;
    color: #ffffff; }
  /* line 171, home/static/css/footer.scss */
  footer nav a,
  footer nav button {
    display: block;
    text-align: left;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    background: none !important;
    padding: 0;
    border-radius: 0;
    width: 100%;
    cursor: pointer; }
    /* line 187, home/static/css/footer.scss */
    footer nav a:hover,
    footer nav button:hover {
      color: #ffffff;
      text-decoration: underline; }
  /* line 194, home/static/css/footer.scss */
  footer .footer-certifications {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 32px; }
    @media (max-width: 480px) {
      /* line 194, home/static/css/footer.scss */
      footer .footer-certifications {
        gap: 24px; } }
  @media (max-width: 840px) {
    /* line 1, home/static/css/footer.scss */
    footer {
      margin: 30px 15px;
      width: calc(100% - 30px);
      flex-direction: column; }
      /* line 209, home/static/css/footer.scss */
      footer .footer-aside {
        align-items: center; }
      /* line 212, home/static/css/footer.scss */
      footer .sparkup-logo {
        mask-position: center; }
      /* line 216, home/static/css/footer.scss */
      footer .footer-list {
        margin: 0 auto; } }
  @media (max-width: 640px) {
    /* line 221, home/static/css/footer.scss */
    footer .footer-list {
      margin: 0;
      gap: 32px 52px;
      grid-template-columns: repeat(2, 1fr) !important; } }
