/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/static/Footer/style.css ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Custom Media Queries
 * Works like Custom Properties, except for media queries.
 *
 * @link: https://drafts.csswg.org/mediaqueries-5/#custom-mq
 * @link: https://github.com/postcss/postcss-custom-media
 **/

/* Min-Width */

/* Customize based on project */

/* Max-Width */

/* Customize based on project */

/* Min-Max-Width */

:root {
  --clr-primary: #61ae30;
  --clr-primary-muted: #61ae3080;
  --clr-primary-rgb: 97, 174, 48;
  --clr-secondary: #ef7d05;
  --clr-accent: #f7f7f7;
  --clr-grey: #d1d5db;
  --clr-grey-200: #ddd;
  --clr-grey-500: #cfcfcf;
  --clr-grey-900: #585f65;
  --clr-grey-dark: #373d42;
  --clr-grey-dark-muted: #898989;
  --clr-error: #e56b6b;
  --clr-success: #9ade31;
  --clr-warning: #dedc31;
  --clr-info: #319bde;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-bkack-rgb: 0, 0, 0;
  --clr-muted: #dddfe4;
  --clr-muted-transparent: var(--clr-grey);
  --clr-border: transparent;
  --clr-list-marker: var(--clr-primary);
  --clr-marker: var(--clr-primary);
  --clr-headline: var(--clr-text);
  --clr-text: var(--clr-grey-dark);
  --clr-text-secondary: var(--clr-white);
  --clr-text-muted: var(--clr-grey-dark-muted);
  --clr-link: var(--clr-text);
  --clr-divider: var(--clr-secondary);
  --clr-label: var(--clr-text);
  --bg-clr-page: var(--clr-white);
  --bg-clr-one: var(--clr-accent);
  --bg-clr-two: var(--clr-primary);
  --bg-clr-three: var(--clr-grey-dark);
  --bg-clr-input: var(--clr-white);
  --clr-input: var(--clr-grey-500);
  --border-clr-input: var(--clr-grey-500);
  --underline-color: var(--clr-primary);
}

/** Checkbox and Radio Mixins */

[name='Footer'] {
  width: 100%;
  overflow: hidden;
}

[name='Footer'] .menus {
    --gutter: 48px;

    display: grid;
    gap: var(--gutter);
    grid-template-columns: repeat(12, 1fr);
  }

@media screen and (width >= 768px) {

[name='Footer'] .menus {
      --gutter: 32px;
  }
    }

:is(:is([name='Footer'] .menus) .menu) a {
        text-decoration: none;
      }

:is(:is(:is([name='Footer'] .menus) .menu) a) .text {
          align-items: flex-end;
          justify-content: space-between;
          display: flex;
          gap: 8px;
          width: 100%;
        }

:is(:is(:is(:is([name='Footer'] .menus) .menu) a) .text)::after {
            background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 19 12%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.9595 0.911133H10.082H9.01568L14.0564 5.90431L8.82181 11.0895H13.7656L19.0002 5.90431L13.9595 0.911133Z%27 fill=%27%23fff%27/%3E%3Cpath d=%27M5.13767 0.911133H1.26018H0.193874L5.2346 5.90431L0 11.0895H4.94379L10.1784 5.90431L5.13767 0.911133Z%27 fill=%27%23fff%27/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: 19px 12px;
            block-size: 12px;
            content: '';
            display: inline-block;
            inline-size: 19px;
            margin-block-end: 6px;
            flex-shrink: 0;
            transition: background-image var(--transition-duration)
              var(--transition-timing-function);
          }

:is(:is([name='Footer'] .menus) .menu-item,:is([name='Footer'] .menus) .menu-teaser a):focus-visible {
        outline: 2px dotted var(--clr-primary);
        outline-offset: 3px;
      }

:is([name='Footer'] + .copyright)  > :first-child {
    margin-block-start: 0;
    padding-block-start: 0;
  }

:is([name='Footer'] + .copyright)  > :last-child:not([class*='button']) {
    margin-block-end: 0;
    padding-block-end: 0;
  }

:is([name='Footer'] + .copyright)  > h2,:is([name='Footer'] + .copyright)  > h3,:is([name='Footer'] + .copyright)  > h4,:is([name='Footer'] + .copyright)  > h5,:is([name='Footer'] + .copyright)  > h6 {
    margin-block-start: 0;
  }

[name='Footer']  + .copyright {

    padding-block: var(--flow-space);
    text-align: center;
  }

[name='Footer'] .h4.menu-headline,[name='Footer'] .menu-intro {
    display: inline-block;
  }

:is([name='Footer'] .menu-teaser)  > :first-child {
    margin-block-start: 0;
    padding-block-start: 0;
  }

:is([name='Footer'] .menu-teaser)  > :last-child:not([class*='button']) {
    margin-block-end: 0;
    padding-block-end: 0;
  }

:is([name='Footer'] .menu-teaser)  > h2,:is([name='Footer'] .menu-teaser)  > h3,:is([name='Footer'] .menu-teaser)  > h4,:is([name='Footer'] .menu-teaser)  > h5,:is([name='Footer'] .menu-teaser)  > h6 {
    margin-block-start: 0;
  }

[name='Footer'] .logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--flow-space);
    grid-column: 12 span;
    width: 220px;
  }

@media screen and (width >= 768px) {

[name='Footer'] .logo-wrapper {
      margin-inline-start: -60px;
  }
    }

[name='Footer'] .socials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-block-start: 40px;
  }

:is([name='Footer'] .socials) svg {
      aspect-ratio: 1 / 1;
      width: 24px;
    }

:is([name='Footer'] .menu) .stack {
      --flow-space: 16px;
    }

[name='Footer'] .menu-one,[name='Footer'] .menu-two,[name='Footer'] .menu-three,[name='Footer'] .menu-four {
    grid-column: 1 / 11 span;
  }

[name='Footer'] p,[name='Footer'] a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

@media screen and (width >= 768px) {
    [name='Footer'] .logo-wrapper {
      grid-column: 2 span;
    }

    [name='Footer'] .menu-one {
      grid-column: 3 span;
      justify-self: center;
      text-align: left;
    }

    [name='Footer'] .menu-two,[name='Footer'] .menu-four {
      grid-column: 2 span;
    }

    [name='Footer'] .menu-three {
      grid-column: 3 span;
      padding-inline-start: 32px;
    }

      :is([name='Footer'] .menu-three) .text {
        width: 80% !important;
      }
  }

:is([name='Footer'] .icon-wrapper) svg {
      margin-inline: auto;
    }


/*# sourceMappingURL=style.min.css.map*/