@charset "UTF-8";
/* 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 ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- 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 ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-quote__author {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.0125rem;
}
.m-quote__author-name {
  font-weight: bold;
}
.m-quote__content p {
  display: inline; /* keep text inline with quotes */
  position: relative;
  line-height: 4.25rem;
  text-transform: uppercase;
  font-size: 3.75rem;
}
.m-quote__content p::before {
  font-weight: 300;
  margin-right: 0.2rem;
  vertical-align: top; /* aligns nicely with first line */
}
.m-quote__content p::after {
  font-weight: 300;
  margin-right: 0.2rem;
  vertical-align: bottom; /* aligns nicely with last line */
}
.m-quote__content p.m-quote-l0::before, .m-quote__content p.m-quote-l1::before, .m-quote__content p.m-quote-l3::before {
  content: "»";
}
.m-quote__content p.m-quote-l2::before {
  content: "«";
}
.m-quote__content p.m-quote-l0::after, .m-quote__content p.m-quote-l1::after, .m-quote__content p.m-quote-l3::after {
  content: "«";
}
.m-quote__content p.m-quote-l2::after {
  content: "»";
}

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