/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.m-navQuicklinks .m-navQuicklinks__headline {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 400;
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
.m-navQuicklinks a {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.m-navQuicklinks .m-navQuicklinks__headline {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 400;
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
.m-navQuicklinks a {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-navQuicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}
.m-navQuicklinks > li {
  width: 12.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .m-navQuicklinks {
    flex-direction: row;
    align-items: stretch;
  }
  .m-navQuicklinks > li {
    width: 33%;
  }
}
.m-navQuicklinks a {
  display: block;
  color: #A19898;
  text-transform: none;
  padding: 0.5rem 0;
  transition: color 350ms ease-out;
}
.m-navQuicklinks a:hover {
  color: #FFF;
}
.m-navQuicklinks .m-navQuicklinks__headline {
  display: block;
  color: var(--color-primary);
  padding: 1rem 0;
}

/*# sourceMappingURL=nav_quicklinks.css.map */