/* 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--vaccine-work {
  padding: 1.25rem 0 2.5625rem;
}
@media screen and (min-width:700px) {
  .section.section--vaccine-work {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width:1440px) {
  .section.section--vaccine-work {
    padding: 3.75rem 0 3.25rem;
  }
}

.vaccine-work__panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 1rem;
  border-radius: 1rem;
  background-color: rgba(237, 171, 72, 0.6);
}
@media screen and (min-width:991px) {
  .vaccine-work__panel {
    gap: 3.75rem;
    padding: 5rem 3.75rem;
    border-radius: 1.5rem;
  }
}

.vaccine-work__intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  margin: 0;
  max-width: 68.5rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width:991px) {
  .vaccine-work__intro {
    gap: 1rem;
  }
}
.vaccine-work__intro h2 {
  margin: 0;
  width: 100%;
  color: #1b2a4b;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: uppercase;
}
@media screen and (min-width:991px) {
  .vaccine-work__intro h2 {
    font-size: 3.25rem;
    letter-spacing: -0.065rem;
  }
}
.vaccine-work__intro p {
  margin: 0;
  max-width: 52.5rem;
  width: 100%;
  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:991px) {
  .vaccine-work__intro p {
    font-size: 1.25rem;
  }
}

.vaccine-work__steps {
  width: 100%;
}
.vaccine-work__steps ol {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
}
@media screen and (min-width:991px) {
  .vaccine-work__steps ol {
    column-gap: 1rem;
    row-gap: 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vaccine-work__step {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
  padding: 2rem 1.25rem;
  border-radius: 1rem;
  background-color: #1b2a4b;
  color: #fff;
  word-break: break-word;
}
@media screen and (min-width:700px) {
  .vaccine-work__step {
    gap: 1.5rem;
  }
}
@media screen and (min-width:991px) {
  .vaccine-work__step {
    padding: 2.5rem 1.75rem;
    padding-top: 2.75rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  .vaccine-work__step {
    gap: 1.875rem;
  }
}

.vaccine-work__step-head {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.vaccine-work__step-head h3 {
  margin: 0;
  color: #fff;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width:991px) {
  .vaccine-work__step-head h3 {
    font-size: 1.875rem;
  }
}

.vaccine-work__step-number {
  flex-shrink: 0;
  color: #edab48;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.035rem;
}
@media screen and (min-width:991px) {
  .vaccine-work__step-number {
    font-size: 3.25rem;
    letter-spacing: -0.065rem;
  }
}

.vaccine-work__step-text {
  margin: 0;
  width: 100%;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width:991px) {
  .vaccine-work__step-text {
    font-size: 1.25rem;
    letter-spacing: -0.00625rem;
  }
}
.vaccine-work__step-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.vaccine-work__step-text a:hover, .vaccine-work__step-text a:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}

.vaccine-work__types {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
  padding: 2.5rem 0.75rem 0.75rem;
  border-radius: 1rem;
  background-color: #fff;
  word-break: break-word;
}
@media screen and (min-width:991px) {
  .vaccine-work__types {
    gap: 3.75rem;
    padding: 3.75rem;
    border-radius: 1.5rem;
  }
}
.vaccine-work__types > header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width:991px) {
  .vaccine-work__types > header {
    gap: 1.5rem;
  }
}
.vaccine-work__types h3,
.vaccine-work__types #vaccine-work-types-heading {
  margin: 0;
  width: 100%;
  color: #516a40;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.035rem;
  text-transform: uppercase;
}
@media screen and (min-width:991px) {
  .vaccine-work__types h3,
  .vaccine-work__types #vaccine-work-types-heading {
    font-size: 3.25rem;
    letter-spacing: -0.065rem;
  }
}
.vaccine-work__types > header p {
  margin: 0;
  max-width: 51.25rem;
  width: 100%;
  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) {
  .vaccine-work__types > header p {
    text-align: start;
  }
}
@media screen and (min-width:991px) {
  .vaccine-work__types > header p {
    font-size: 1.25rem;
    text-align: center;
  }
}
.vaccine-work__types ul {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:700px) {
  .vaccine-work__types ul {
    gap: 1.75rem;
  }
}
@media screen and (min-width:991px) {
  .vaccine-work__types ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.vaccine-work__types li {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2.5rem 1.25rem;
  border-radius: 1rem;
  background-color: #516a40;
  color: #fff;
}
@media screen and (min-width:991px) {
  .vaccine-work__types li {
    padding: 2.5rem;
    border-radius: 1.5rem;
  }
}
.vaccine-work__types h4 {
  margin: 0;
  width: 100%;
  color: #fff;
  font-family: "Radio Canada", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: start;
  text-transform: none;
}
@media screen and (min-width:700px) {
  .vaccine-work__types h4 {
    letter-spacing: normal;
  }
}
@media screen and (min-width:991px) {
  .vaccine-work__types h4 {
    font-size: 1.875rem;
  }
}
.vaccine-work__types li p {
  margin: 0;
  width: 100%;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.00625rem;
}
@media screen and (min-width:991px) {
  .vaccine-work__types li p {
    font-size: 1.25rem;
  }
}
.vaccine-work__types li p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.vaccine-work__types li p a:hover, .vaccine-work__types li p a:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}
