<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sourced from https://piccalil.li/blog/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  object-fit: contain; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Set center alignment for media objects (Sourced from https://www.brycewray.com/) */
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  vertical-align: middle; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

body {
  font: var(--gcds-font-text);
  color: var(--gcds-text-primary); }

#wb-cont {
  max-width: var(--gcds-container-xl);
  width: 90%;
  margin: 0 auto; }

p, h1, h2, h3, h4, h5, h6 {
  -webkit-margin-after: var(--gcds-spacing-300);
  margin-block-end: var(--gcds-spacing-300);
  -webkit-margin-before: var(--gcds-spacing-600);
  margin-block-start: var(--gcds-spacing-600);
  max-width: 65ch; }

p {
  -webkit-margin-before: 0;
  margin-block-start: 0; }

h1 {
  font: var(--gcds-font-h1);
  -webkit-margin-before: 0;
  margin-block-start: 0; }
  h1::after {
    display: block;
    content: "";
    width: var(--gcds-heading-h1-border-width);
    -webkit-margin-before: var(--gcds-heading-h1-border-margin);
    margin-block-start: var(--gcds-heading-h1-border-margin);
    height: var(--gcds-heading-h1-border-height);
    background-color: var(--gcds-heading-h1-border-background); }

h2 {
  font: var(--gcds-font-h2); }

h3 {
  font: var(--gcds-font-h3); }

h4 {
  font: var(--gcds-font-h4); }

h5 {
  font: var(--gcds-font-h5); }

h6 {
  font: var(--gcds-font-h6); }

figcaption {
  font: var(--gcds-font-text-small);
  -webkit-margin-after: var(--gcds-spacing-600);
  margin-block-end: var(--gcds-spacing-600); }
  figcaption.credit {
    font-size: 0.75rem; }

.landing-image {
  text-align: right; }

.toolkit-landing {
  padding-bottom: var(--gcds-spacing-850); }

.toolkit-feedback {
  max-width: 65ch; }

.cds-toolkit-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  height: 2.78rem;
  width: 13.88rem; }
  .cds-toolkit-logo.en {
    background-image: url("../img/toolkit/cds-toolkit-logo-blk-en.svg"); }
  .cds-toolkit-logo.fr {
    background-image: url("../img/toolkit/cds-toolkit-logo-blk-fr.svg"); }

.topic-nav-mobile-heading {
  font: var(--gcds-side-nav-heading-font);
  margin-block-end: var(--gcds-side-nav-heading-margin);
  margin-top: 0; }

@media only screen and (min-width: 64em) {
  .topic-nav-mobile-heading {
    display: none; } }
</pre></body></html>