/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/blocks/acf/block-footer/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/**
 * Container query mixin
 * @param {string|number|list} $value - The breakpoint value.
 * @param {string} $mode - The mode (up or down).
 * @param {string} $name - The name of the container.
 * @example @include container(lg)
 */
/**
 * Icon font mixin
 * @param {string} $content - The icon name.
 * @param {number} $font-size - The font size.
 * @example @include icon-font("arrow-right")
 */
@layer partials {
  .footer {
    --footer-bg-image: none;
    position: relative;
    color: var(--g-color-blue-400);
    font-family: var(--g-font-secondary);
    background-image: var(--footer-bg-image-mobile, var(--footer-bg-image));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .footer {
      background-image: var(--footer-bg-image);
    }
  }
  @media (min-width: 992px) {
    .footer {
      border-radius: 2rem;
    }
  }
  .footer__container {
    box-sizing: border-box;
    width: 100%;
    margin-inline: auto;
    padding: 3rem;
  }
  @media (min-width: 992px) {
    .footer__container {
      padding-inline: max(var(--g-padding-inline), var(--g-100vw) / 2 - var(--g-site-width) / 2);
      padding-top: 15.8rem;
    }
  }
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 5rem 3.2rem;
  }
  .footer__grid > .footer__brand,
  .footer__grid > .footer__address {
    grid-column: 1/-1;
  }
  @media (min-width: 992px) {
    .footer__grid {
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.3fr) repeat(2, minmax(0, 1.2fr));
      gap: 3rem;
    }
    .footer__grid > .footer__brand,
    .footer__grid > .footer__address,
    .footer__grid > .footer__nav {
      grid-column: auto;
    }
  }
  .footer__logo {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }
  .footer__logo-img {
    display: block;
    width: auto;
    max-height: 3rem;
  }
  @media (min-width: 992px) {
    .footer__logo-img {
      max-height: 4rem;
    }
  }
  .footer__address {
    margin-bottom: 0.6rem;
    color: inherit;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
  @media (min-width: 992px) {
    .footer__address {
      margin-bottom: 0;
    }
  }
  .footer__address p {
    margin: 0 0 0.4em;
  }
  .footer__address p:last-child {
    margin-bottom: 0;
  }
  .footer__nav.-two {
    justify-self: flex-end;
    width: 10rem;
  }
  @media (min-width: 992px) {
    .footer__nav.-two {
      justify-self: flex-start;
      width: 100%;
    }
  }
  .footer__nav-list {
    display: flex;
    row-gap: 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
  }
  .footer__nav-link {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: opacity var(--g-easing-duration-default) var(--g-easing-hover);
  }
  .footer__nav-link:hover, .footer__nav-link:focus-visible {
    opacity: 0.72;
  }
  .footer__nav-list a {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: opacity var(--g-easing-duration-default) var(--g-easing-hover);
  }
  .footer__nav-list a:hover, .footer__nav-list a:focus-visible {
    opacity: 0.72;
  }
  .footer__rule {
    margin: 2.4rem 0 2rem;
    border: 0;
    border-top: 0.1rem dashed var(--g-color-blue-400);
  }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem 2.4rem;
  }
  .footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem;
  }
  .footer__social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: opacity var(--g-easing-duration-default) var(--g-easing-hover);
  }
  .footer__social-link:hover, .footer__social-link:focus-visible {
    opacity: 0.72;
  }
  .footer__social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    line-height: 1;
  }
  .footer__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0.94rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer__badge-img {
    display: block;
    width: auto;
    height: auto;
    max-height: 5.8rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/