/** Shopify CDN: Minification failed

Line 67:12 Expected identifier but found whitespace
Line 67:18 Unexpected ";"
Line 470:2 Unexpected "}"

**/
.hnl-footer {
    background-color: var(--hnl-footer-bg);
    color: var(--hnl-footer-text);
    border-top-left-radius: var(--hnl-footer-radius);
    border-top-right-radius: var(--hnl-footer-radius);
    overflow: hidden;
  }

  @media screen and (min-width: 769px) {
    .hnl-footer {
    }
  }

  .hnl-footer a {
    color: inherit;
    text-decoration: none;
  }

  .hnl-footer a:hover {
    opacity: 0.8;
  }

  .hnl-footer .hnl-footer__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  @media screen and (min-width: 769px) {
    .hnl-footer .hnl-footer__inner {
      padding-left: 4.0rem;
      padding-right: 4.0rem;
      max-width: 1440px;
      margin: 0 auto;
    }
  }

  .hnl-footer .hnl-footer__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .hnl-footer .hnl-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 42rem;
    padding: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .hnl-footer .hnl-footer__logo {
    display: block;
    margin: 0 0 1.8rem;
  }

  .hnl-footer .hnl-footer__logo img,
    display: block;
    width: 100%;
    height: auto;
  }

  .hnl-footer .hnl-footer__logo .placeholder-svg {
    background-color: rgba(16, 26, 73, 0.06);
    border-radius: 0.6rem;
  }

  .hnl-footer .hnl-footer__brand-image {
    display: block;
    margin: 0 0 1.2rem;
  }

  .hnl-footer .hnl-footer__brand-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hnl-footer .hnl-footer__heading {
    margin: 0 0 1.2rem;
    color: var(--hnl-footer-text);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
  }

  .hnl-footer .hnl-footer__heading.h0 {
    font-size: 48px;
    line-height: 1.05;
  }

  .hnl-footer .hnl-footer__heading.h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .hnl-footer .hnl-footer__heading.h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .hnl-footer .hnl-footer__tagline {
    margin: 0 0 1.0rem;
    text-transform: uppercase;
    color: var(--hnl-footer-accent);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    max-width:140px;
  }

  .hnl-footer .hnl-footer__subtagline {
    margin: 0;
    text-transform: uppercase;
    color: var(--hnl-footer-text);
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity:0.65;
  }

  .hnl-footer .hnl-footer__column-title {
    margin: 0 0 1.4rem;
    text-transform: uppercase;
    color: var(--hnl-footer-accent);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08em;
    font-family: var(--font-body-family);
  }

  .hnl-footer .hnl-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 16rem;
  }

  .hnl-footer .hnl-footer__menu-item {
    margin: 0;
    border-bottom: 1px solid var(--hnl-footer-menu-line);
  }

  .hnl-footer .hnl-footer__menu-link {
    display: block;
    padding: 1.6rem 0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--hnl-footer-text);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .hnl-footer .hnl-footer__menu-item:first-child .hnl-footer__menu-link {
    padding-top: 0;
  }

  .hnl-footer .hnl-footer__aside {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }

  .hnl-footer .hnl-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    margin: 0;
  }

  .hnl-footer .hnl-footer__email {
    display: block;
    text-transform: none;
    color: var(--hnl-footer-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
  }

  .hnl-footer .hnl-footer__email + .hnl-footer__contact-line {
    margin-top: 20px;
  }

  .hnl-footer .hnl-footer__contact-line {
    margin: 0;
    color: var(--hnl-footer-text);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
  }

  .hnl-footer .hnl-footer__contact-label {
    font-weight: 700;
    margin-right: 0.35em;
  }

  .hnl-footer .hnl-footer__contact-sep {
    margin: 0 0.5em;
    opacity: 0.7;
  }

  .hnl-footer .hnl-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .hnl-footer .hnl-footer__social-item {
    flex: 1 1 auto;
    min-width: 12rem;
  }

  .hnl-footer .hnl-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--hnl-btn-gap);
    width: 100%;
    padding: var(--hnl-btn-padding);
    background-color: var(--hnl-footer-button-bg);
    color: var(--hnl-footer-button-text);
    text-transform: none;
    text-decoration: none;
    box-shadow: var(--hnl-btn-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: var(--hnl-btn-letter-spacing);
    box-sizing: border-box;
    font-size: var(--hnl-btn-font-size);
    font-style: normal;
    font-weight: var(--hnl-btn-font-weight);
    line-height: var(--hnl-btn-line-height);
  }

  .hnl-footer .hnl-footer__social-link:hover {
    transform: translate(2px, 2px);
    box-shadow: var(--hnl-btn-shadow-hover);
    color: var(--hnl-footer-button-text);
  }

  .hnl-footer .hnl-footer__social-link:focus-visible {
    outline: 0.2rem solid var(--hnl-footer-text);
    outline-offset: 0.3rem;
  }

  .hnl-footer .hnl-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    border-top: 1px solid var(--hnl-footer-divider);
  }

  .hnl-footer .hnl-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--hnl-footer-muted);
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }

  .hnl-footer .hnl-footer__legal.first{
    opacity:0.72;
  }

  .hnl-footer .hnl-footer__legal-sep {
    opacity: 0.7;
  }

  .hnl-footer .hnl-footer__bottom-tagline {
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--hnl-footer-tagline);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }

  .hnl-footer .hnl-footer__bottom-start {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .hnl-footer .hnl-footer__payment {
    margin-bottom: 0.2rem;
  }

  .hnl-footer .list-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
  }

  .hnl-footer .list-payment__item {
    display: flex;
  }

  @media screen and (min-width: 769px) {
    .hnl-footer .hnl-footer__top {
      grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.85fr) minmax(0, 1.2fr);
      align-items: center;
    }

    .hnl-footer .hnl-footer__aside {
      align-items: stretch;
      justify-self: end;
      width: 100%;
      max-width: 42rem;
    }

    .hnl-footer .hnl-footer__social {
      flex-wrap: nowrap;
    }

    .hnl-footer .hnl-footer__social-item {
      flex: 1 1 0;
      min-width: 0;
    }

    .hnl-footer .hnl-footer__bottom-start {
      gap: 1.2rem;
    }

    .hnl-footer .hnl-footer__bottom {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 2rem;
    }

    .hnl-footer .hnl-footer__bottom-end {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      gap: 0.6rem 0.8rem;
    }
  }

  @media screen and (max-width: 768px) {
    .hnl-footer {
      padding-top: 28px;
      padding-bottom: 24px;
    }

    .hnl-footer .hnl-footer__brand {
      align-items: center;
      max-width: 100%;
      text-align: center;
    }

    .hnl-footer .hnl-footer__logo {
      margin: 0 auto 1.4rem;
    }

    .hnl-footer .hnl-footer__heading.h0 {
      font-size: 32px;
    }

    .hnl-footer .hnl-footer__heading.h1 {
      font-size: 26px;
    }

    .hnl-footer .hnl-footer__heading.h2 {
      font-size: 22px;
    }

    .hnl-footer .hnl-footer__tagline {
      font-size: 12px;
    }

    .hnl-footer .hnl-footer__subtagline {
      font-size: 11px;
    }

    .hnl-footer .hnl-footer__top {
      gap: 2.4rem;
      padding-bottom: 24px;
    }

    .hnl-footer .hnl-footer__explore,
      width: 100%;
    }

    .hnl-footer .hnl-footer__menu {
      min-width: 0;
      width: 100%;
    }

    .hnl-footer .hnl-footer__menu-link {
      font-size: 15px;
      padding: 0.9rem 0;
    }

    .hnl-footer .hnl-footer__column-title {
      text-align: center;
    }

    .hnl-footer .hnl-footer__aside {
      align-items: stretch;
    }

    .hnl-footer .hnl-footer__contact {
      align-items: center;
      text-align: center;
    }

    .hnl-footer .hnl-footer__social {
      flex-direction: column;
    }

    .hnl-footer .hnl-footer__social-item {
      min-width: 0;
      width: 100%;
    }

    .hnl-footer .hnl-footer__bottom {
      padding-top: 20px;
      text-align: center;
      align-items: center;
    }

    .hnl-footer .hnl-footer__legal {
      justify-content: center;
    }

    .hnl-footer .hnl-footer__bottom-end {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.6rem 0.8rem;
    }
  }
