/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
.section.section--section-intro {
  padding: 1rem 0 3.75rem;
  background-color: #fff;
}
@media screen and (min-width:700px) {
  .section.section--section-intro {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width:1440px) {
  .section.section--section-intro {
    padding-bottom: 5rem;
  }
}

.section.section--section-intro.section-intro--stacked {
  padding-top: 2.375rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width:700px) {
  .section.section--section-intro.section-intro--stacked {
    padding-top: 1.75rem;
  }
}
@media screen and (min-width:1199px) {
  .section.section--section-intro.section-intro--stacked {
    padding-top: 2.5625rem;
    padding-bottom: 1.6875rem;
  }
}

.section-intro header {
  margin: 0 auto;
  text-align: center;
}
.section-intro h2 {
  margin: 0 0 1.625rem;
  color: #1b2a4b;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.035rem;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width:700px) {
  .section-intro h2 {
    font-size: 3.25rem;
    letter-spacing: -0.065rem;
  }
}
.section-intro__body {
  max-width: 78.375rem;
  margin-inline: auto;
}
.section-intro__body p {
  margin: 0 0 2.4375rem;
  color: #000;
  font-family: "Radio Canada", sans-serif;
  font-size: clamp(1.125rem, 0.4717vw + 1.012971875rem, 1.4375rem);
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width:1199px) {
  .section-intro__body p {
    margin-bottom: 1.8125rem;
  }
}
.section-intro__body p:has(strong) {
  max-width: 76.4375rem;
  margin-inline: auto;
}
.section-intro__body p:last-child {
  margin-bottom: 0;
}
.section-intro__body.editor {
  width: 100%;
  max-width: 52.5rem;
  color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width:700px) {
  .section-intro__body.editor {
    max-width: 54.5rem;
  }
}
@media screen and (min-width:1199px) {
  .section-intro__body.editor {
    font-size: 1.25rem;
  }
}
.section-intro__body.editor p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.section-intro__body.editor a {
  color: #cf4b27;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.section-intro__body.editor a:hover, .section-intro__body.editor a:focus-visible {
  color: #a33112;
  text-decoration-thickness: 0.125rem;
}
.section-intro__body.editor a:focus-visible {
  outline: 0.125rem solid #cf4b27;
  outline-offset: 0.125rem;
}
.section-intro__body.editor strong,
.section-intro__body.editor b {
  font-weight: 700;
}
.section-intro--stacked .container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
}
.section-intro--stacked h2 {
  margin: 0;
  width: 100%;
  color: #1b2a4b;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.035rem;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width:700px) {
  .section-intro--stacked h2 {
    font-size: 3.25rem;
    letter-spacing: -0.065rem;
  }
}
.section-intro--stacked .section-intro__introduction {
  width: 100%;
  max-width: 51.9375rem;
  margin-inline: auto;
  color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:1199px) {
  .section-intro--stacked .section-intro__introduction {
    font-size: 1.25rem;
  }
}
.section-intro--stacked .section-intro__introduction p {
  margin: 0 0 1rem;
  color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:700px) {
  .section-intro--stacked .section-intro__introduction p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
}
.section-intro--stacked .section-intro__introduction p:last-child {
  margin-bottom: 0;
}
.section-intro--stacked .section-intro__highlights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (min-width:1199px) {
  .section-intro--stacked .section-intro__highlights {
    flex-flow: row wrap;
    justify-content: center;
    gap: 1.5rem;
  }
}
.section-intro--stacked .section-intro__highlights > li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  position: static;
  color: #1b2a4b;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  list-style: none;
}
.section-intro--stacked .section-intro__highlights > li::before {
  position: static;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #edac49;
  content: "";
}
@media screen and (min-width:1199px) {
  .section-intro--stacked .section-intro__highlights > li {
    flex-direction: row;
    gap: 1.5rem;
    font-size: 1.25rem;
  }
}
.section-intro--stacked .section-intro__footer.editor {
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
  color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:700px) {
  .section-intro--stacked .section-intro__footer.editor {
    max-width: 52.5rem;
  }
}
@media screen and (min-width:1199px) {
  .section-intro--stacked .section-intro__footer.editor {
    font-size: 1.25rem;
  }
}
.section-intro--stacked .section-intro__footer.editor p {
  margin: 0;
  color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.section-intro--stacked .section-intro__footer.editor p:not(:last-child) {
  margin-bottom: 1.6875rem;
}
@media screen and (min-width:700px) {
  .section-intro--stacked .section-intro__footer.editor p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .section-intro--stacked .section-intro__footer.editor p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:1199px) {
  .section-intro--stacked .section-intro__footer.editor p:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
.section-intro--stacked .section-intro__footer.editor p:last-child {
  margin-bottom: 0;
}
.section-intro--stacked .section-intro__footer.editor a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.section-intro--stacked .section-intro__footer.editor a u {
  font-weight: 700;
}
.section-intro--stacked .section-intro__footer.editor a:hover {
  color: #a33112;
  text-decoration: none;
}
.section-intro--stacked .section-intro__footer.editor a:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: 0.125rem solid #cf4b27;
  outline-offset: 0.125rem;
}
.section-intro--stacked .section-intro__footer.editor strong,
.section-intro--stacked .section-intro__footer.editor b {
  font-weight: 700;
}
