<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/vwd0dkw.css");
/* line 5, D:/static/edandi/styles/scss/edandi.scss */
html,
body {
  margin: 0;
  padding: 0; }

/* line 12, D:/static/edandi/styles/scss/edandi.scss */
.formockup header {
  background: white; }

/* line 16, D:/static/edandi/styles/scss/edandi.scss */
.formockup .logoBar {
  border-top: 12px solid #e84e0f;
  height: 110px; }

/* line 21, D:/static/edandi/styles/scss/edandi.scss */
.formockup .topMenuComponent {
  position: sticky;
  top: 0;
  height: 32px;
  background-color: #c3cddf;
  z-index: 100; }

/* line 49, D:/static/edandi/styles/scss/edandi.scss */
.edandi .topMenuComponent {
  position: sticky;
  top: 0;
  z-index: 11; }

/* line 55, D:/static/edandi/styles/scss/edandi.scss */
.edandi .logoATV.forMobile {
  display: none; }

/* line 60, D:/static/edandi/styles/scss/edandi.scss */
.edi {
  width: 100%;
  box-sizing: border-box;
  padding: 4.4em 7.2em 0;
  font-size: 62.5%;
  font-family: "source-sans-pro", sans-serif;
  color: #0b0b1b;
  background: #fafafa; }
  @media screen and (max-width: 1440px) {
    /* line 60, D:/static/edandi/styles/scss/edandi.scss */
    .edi {
      font-size: 58%; } }
  @media screen and (max-width: 1366px) {
    /* line 60, D:/static/edandi/styles/scss/edandi.scss */
    .edi {
      font-size: 55%; } }
  @media screen and (max-width: 1280px) {
    /* line 60, D:/static/edandi/styles/scss/edandi.scss */
    .edi {
      font-size: 50%; } }
  /* line 81, D:/static/edandi/styles/scss/edandi.scss */
  .edi *:focus-visible {
    outline: 0.5em solid #ab7241;
    outline-offset: -0.5em; }
  @media screen and (max-width: 1023px) {
    /* line 60, D:/static/edandi/styles/scss/edandi.scss */
    .edi {
      padding: 4.4em 7.2em 0 0; } }
  /* line 90, D:/static/edandi/styles/scss/edandi.scss */
  .edi .anchor {
    position: absolute;
    border: 6px solid;
    z-index: 1000;
    left: -1000em; }
  /* line 97, D:/static/edandi/styles/scss/edandi.scss */
  .edi .footnote {
    position: relative; }
    /* line 100, D:/static/edandi/styles/scss/edandi.scss */
    .edi .footnote .anchor {
      top: -12.6em; }
  /* line 105, D:/static/edandi/styles/scss/edandi.scss */
  .edi nav {
    position: sticky;
    padding-bottom: 4em;
    padding-right: 2em;
    box-sizing: border-box;
    top: calc(3 * 3.2em);
    overflow: auto;
    height: calc(100vh - (3 * 3.2em)); }
  /* line 115, D:/static/edandi/styles/scss/edandi.scss */
  .edi .contents {
    position: relative;
    display: flex;
    column-gap: 6em; }
  /* line 121, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sidebar {
    flex: 0 0 34em; }
    /* line 124, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar &gt; div {
      position: sticky;
      top: 3.2em;
      width: 100%;
      height: calc(100vh - 32px);
      top: 32px;
      display: flex;
      flex-direction: column;
      box-sizing: border-box; }
    /* line 135, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar .row-h2 {
      position: relative;
      top: 0; }
    /* line 140, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar .box-h2 {
      position: relative;
      background: none;
      transition: transform 0.3s, left 0.3s;
      left: 0;
      flex: 1;
      padding-right: 2.8em; }
      /* line 148, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .box-h2 button {
        display: none; }
      /* line 152, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .box-h2 h2 {
        color: #6f6f90;
        font-family: "source-sans-pro";
        font-weight: 700;
        padding-top: 0.1em; }
    /* line 160, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar h2 {
      flex: 1;
      display: flex;
      justify-content: space-between; }
      /* line 165, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar h2 span {
        display: inline-flex;
        align-items: flex-end; }
        /* line 169, D:/static/edandi/styles/scss/edandi.scss */
        .edi .sidebar h2 span:last-child {
          font-weight: 600;
          font-size: 1.3em; }
    /* line 176, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar .contentsArrow {
      display: none;
      width: 2em;
      height: 3.2em;
      background-image: url('data:image/svg+xml,&lt;svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g id="show"&gt;&lt;path id="Rectangle" d="M20 16L12 23V9L20 16Z" fill="%23727292"/&gt;&lt;/g&gt;&lt;/svg&gt;');
      background-color: #00000000;
      background-position: 50%;
      background-size: 3.6em;
      background-repeat: no-repeat; }
  /* line 188, D:/static/edandi/styles/scss/edandi.scss */
  .edi .scroll-container {
    width: calc(100% - 34em - 6em);
    flex: 1 1 auto; }
  /* line 194, D:/static/edandi/styles/scss/edandi.scss */
  .edi section {
    position: relative;
    border-bottom: 3px dashed;
    margin-bottom: 8em; }
    /* line 199, D:/static/edandi/styles/scss/edandi.scss */
    .edi section &gt; .anchor {
      top: -1.65em; }
    /* line 203, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.mission-ref {
      border-color: #c3b193; }
    /* line 207, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.sexandgender {
      border-color: #e29273; }
    /* line 211, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.decolonisation {
      border-color: #9ea1ce; }
    /* line 215, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.accessibility {
      border-color: #90b75c; }
    /* line 219, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.ageandbodysize {
      border-color: #ee6666; }
    /* line 223, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.actions {
      border-color: #e1c79d; }
    /* line 227, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.implementation {
      border-color: #b0acc1; }
    /* line 231, D:/static/edandi/styles/scss/edandi.scss */
    .edi section.feedback {
      border-color: #adaab8; }
    /* line 235, D:/static/edandi/styles/scss/edandi.scss */
    .edi section:last-child {
      min-height: 100vh; }
    /* line 239, D:/static/edandi/styles/scss/edandi.scss */
    .edi section a:focus-visible {
      position: relative;
      outline: none;
      text-decoration: none;
      box-shadow: none;
      border-width: 0 0 2px 0;
      border-style: solid;
      border-color: #ab7241;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 93%, #ab7241 93%, #ab7241 100%); }
    /* line 265, D:/static/edandi/styles/scss/edandi.scss */
    .edi section sup a:focus-visible {
      outline: 0.3em solid #ab7241;
      outline-offset: 0;
      text-decoration: underline;
      border: none;
      background: none; }
      /* line 272, D:/static/edandi/styles/scss/edandi.scss */
      .edi section sup a:focus-visible:after {
        border: none; }
  /* line 278, D:/static/edandi/styles/scss/edandi.scss */
  .edi .subsection1 {
    padding: 0 4em 2em;
    max-width: 140em; }
    /* line 282, D:/static/edandi/styles/scss/edandi.scss */
    .edi .subsection1 a {
      font-weight: 400;
      text-decoration: underline; }
  /* line 289, D:/static/edandi/styles/scss/edandi.scss */
  .edi .subsection2 {
    padding: 0 4em 2em;
    max-width: 140em; }
  /* line 295, D:/static/edandi/styles/scss/edandi.scss */
  .edi .future .subsection2 {
    padding: 0 4em 0 0; }
    /* line 298, D:/static/edandi/styles/scss/edandi.scss */
    .edi .future .subsection2:last-child {
      padding-bottom: 3.2em; }
  /* line 303, D:/static/edandi/styles/scss/edandi.scss */
  .edi .future p {
    margin: 0; }
  /* line 308, D:/static/edandi/styles/scss/edandi.scss */
  .edi .limit-width {
    max-width: 100em; }
  /* line 312, D:/static/edandi/styles/scss/edandi.scss */
  .edi .row-h2 {
    display: flex;
    background: #fafafa;
    position: sticky;
    top: 32px;
    padding-top: 3.2em;
    z-index: 1; }
  /* line 321, D:/static/edandi/styles/scss/edandi.scss */
  .edi .box-h2 {
    display: flex;
    align-items: center;
    height: 3.2em;
    padding: 0em 12em 0.1em 1.2em;
    background: #3f3b4f; }
    /* line 328, D:/static/edandi/styles/scss/edandi.scss */
    .edi .box-h2 h2 {
      color: white; }
  /* line 333, D:/static/edandi/styles/scss/edandi.scss */
  .edi .box-h3 {
    position: sticky;
    top: calc(32px + 3.2em + 3.2em);
    z-index: 2;
    height: 7em;
    display: flex;
    align-items: center;
    padding: 0 1.2em;
    border-bottom: 1px solid #fafafa;
    gap: 0.8em; }
    /* line 344, D:/static/edandi/styles/scss/edandi.scss */
    .edi .box-h3.narrow {
      height: unset; }
    /* line 348, D:/static/edandi/styles/scss/edandi.scss */
    .edi .box-h3 .icon {
      width: 7.2em;
      height: 5.2em;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: auto, 100%; }
  /* line 357, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission {
    background: #f4e8d5;
    border-bottom: none; }
    /* line 362, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission .row-h2 + .box-h3 {
      padding: 1.2em 5em 0; }
    /* line 367, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission .box-h2 {
      background: #e8d2ae; }
    /* line 371, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission .box-h3 {
      position: static;
      border: none;
      align-items: flex-end;
      padding: 0 5em; }
    /* line 378, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission h2 {
      color: #0b0b1b; }
      /* line 381, D:/static/edandi/styles/scss/edandi.scss */
      .edi .mission h2 span {
        font-size: 1.5em; }
    /* line 386, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission h3 {
      flex: 1;
      border-bottom: 1px solid #a6977f;
      padding: 0 0 0.2em 0; }
    /* line 392, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission .subsection1 {
      padding: 0 4em 2em 8em; }
      /* line 395, D:/static/edandi/styles/scss/edandi.scss */
      .edi .mission .subsection1 a {
        color: #831b1b; }
  /* line 402, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission-ref .box-h2 {
    background: #e8d2ae; }
  /* line 406, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission-ref .box-h3 {
    background: #f4e8d5; }
  /* line 410, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission-ref h2 {
    color: #0b0b1b; }
    /* line 413, D:/static/edandi/styles/scss/edandi.scss */
    .edi .mission-ref h2 span {
      font-size: 1.5em; }
  /* line 419, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission-ref .subsection1 a {
    color: #831b1b; }
  /* line 426, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender .box-body,
  .edi .sexandgender.references .box-h2 {
    background-color: #fbdacd; }
  /* line 431, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender .box-h3,
  .edi .sexandgender .box-head,
  .edi .sexandgender table caption {
    background-color: #f6a382; }
  /* line 438, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender .box-h3 .icon {
    background-size: 100% auto;
    background-image: url('data:image/svg+xml,&lt;svg width="65" height="47" viewBox="0 0 65 47" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M31.4609 0.136719H34.7507V10.7326C40.1074 11.5657 44.2062 16.1854 44.2062 21.7596C44.2062 27.9236 39.1941 32.9206 33.0113 32.9206C30.6086 32.9206 28.3827 32.1659 26.559 30.8814L26.5554 30.8836L26.5598 30.8868C26.1981 31.1098 25.8203 31.3193 25.4263 31.5151C24.5105 30.8065 23.6973 29.9724 23.0127 29.0387C23.3234 28.9123 23.6277 28.7678 23.9254 28.6049L23.9969 28.5655C24.0269 28.5489 24.0569 28.5322 24.0868 28.5154L24.084 28.5118L24.0929 28.5068C22.6643 26.6328 21.8164 24.2949 21.8164 21.7596C21.8164 16.12 26.0119 11.4574 31.4609 10.7048V0.136719ZM33.0113 29.8524C37.4944 29.8524 41.1287 26.2291 41.1287 21.7596C41.1287 19.8649 40.4755 18.1222 39.3815 16.7432C39.104 16.9816 38.8354 17.2301 38.5757 17.4886C37.7602 18.2572 36.1878 20.1658 35.5364 21.0767C35.3329 21.3613 35.1468 21.6222 34.9735 21.8651L34.971 21.8687C33.6286 23.7509 33.0546 24.5558 31.0951 26.9433L31.0944 26.9441L31.0938 26.9448C30.6722 27.4352 30.2064 27.9351 29.6958 28.4444C29.535 28.5988 29.3687 28.7523 29.1966 28.9049C30.3339 29.5096 31.6324 29.8524 33.0113 29.8524ZM27.4185 26.0381C27.1591 26.2855 26.8936 26.5234 26.622 26.7518C25.5395 25.3767 24.894 23.6433 24.894 21.7596C24.894 17.2901 28.5282 13.6669 33.0113 13.6669C34.4051 13.6669 35.7169 14.0171 36.8629 14.6341C36.6716 14.8069 36.4871 14.982 36.3092 15.1593L36.2976 15.171L36.2855 15.1821C35.6878 15.7354 34.5559 17.0566 34.1904 17.4886C33.2312 18.6889 32.4515 19.7698 31.7122 20.7946C30.4126 22.5961 29.2378 24.2246 27.4326 26.0243L27.4256 26.0313L27.4185 26.0381Z" fill="%2317161D"/&gt;&lt;path d="M23.0127 29.0387C23.6973 29.9724 24.5105 30.8065 25.4263 31.5151C24.8458 31.8036 24.2296 32.0623 23.5779 32.2909C22.7659 32.5695 21.8923 32.7573 20.9548 32.851V38.9199H24.9375V41.9881H20.9548V46.7942H17.665V41.9881H13.6619V38.9199H17.665V32.7824C16.2892 32.5707 15.0177 32.1165 13.8431 31.4233C12.1409 30.4186 10.7908 29.0727 9.78308 27.3755C8.7853 25.6952 8.28125 23.8157 8.28125 21.7158C8.28125 20.1635 8.56731 18.7275 9.13258 17.3983C9.46055 16.6383 9.85564 15.9334 10.318 15.2825L8.54116 13.5111L5.82168 16.2231L3.6461 14.0535L6.36529 11.3419L3.55118 8.53628V12.6207L0.473634 12.6207L0.473633 3.09863H10.0247V6.16686H5.80864L8.68202 9.03153L11.6191 6.10254L13.7947 8.2721L10.8579 11.2008L12.5905 12.9281C13.3578 12.3415 14.1999 11.8561 15.1187 11.4714L15.1207 11.4705L15.1227 11.4697C16.4867 10.8907 17.9495 10.5986 19.5201 10.5986C21.0136 10.5986 22.3615 10.8191 23.5725 11.2484L23.5781 11.2503L23.5837 11.2522C24.2359 11.4737 24.8519 11.7312 25.4325 12.0243C24.5218 12.728 23.7123 13.5558 23.0297 14.4823C21.9324 14.0392 20.76 13.8192 19.5201 13.8192C18.05 13.8192 16.6911 14.1795 15.4637 14.9067C14.2669 15.6098 13.3042 16.5622 12.5841 17.7531L12.5832 17.7547L12.5823 17.7562C11.8659 18.9521 11.5117 20.2788 11.5117 21.7158C11.5117 23.1782 11.864 24.5308 12.5769 25.7538L12.5805 25.76L12.5841 25.7661C13.3034 26.9558 14.2642 27.9137 15.4575 28.6307L15.4636 28.6344L15.4698 28.638C16.6966 29.3487 18.0532 29.7 19.5201 29.7C20.7574 29.7 21.9247 29.481 23.0127 29.0387Z" fill="%2317161D"/&gt;&lt;path d="M42.995 29.0281C42.3103 29.9639 41.4967 30.8 40.58 31.5102C41.1666 31.8003 41.7866 32.0603 42.4406 32.2898C43.2189 32.5508 44.0509 32.7322 44.9385 32.8314V37.798L42.3916 36.332L40.8528 38.9892L43.4527 40.4857L40.904 41.9527L42.4428 44.6099L44.9385 43.1734V46.7942H48.1222V43.1734L50.6178 44.6099L52.1565 41.9527L49.6078 40.4857L52.2077 38.9892L50.6689 36.332L48.1222 37.798V32.8239C49.1037 32.6971 50.0354 32.4457 50.9198 32.0719C52.282 31.4877 53.4674 30.6898 54.4831 29.6777C55.4999 28.65 56.2933 27.4609 56.8649 26.1039L56.8658 26.1019L56.8666 26.0999C57.4473 24.74 57.7403 23.2816 57.7403 21.7158C57.7403 19.6473 57.2374 17.7905 56.2401 16.1245L56.2379 16.1208L56.2358 16.1172C55.9995 15.7138 55.7435 15.3307 55.4675 14.9678L61.9185 8.53628V12.6207L64.9961 12.6207V3.09863H55.4451V6.16686H59.6611L53.1191 12.689C52.8268 12.4801 52.5221 12.2833 52.2049 12.0986L52.2013 12.0965L52.1977 12.0943C50.5266 11.1 48.6641 10.5986 46.5893 10.5986C44.2975 10.5986 42.3332 11.0684 40.6686 11.9782L40.5746 12.0302C40.2036 12.2368 39.8464 12.4482 39.5025 12.6641C40.4198 13.3162 41.2342 14.1028 41.9169 14.9949C42.2644 14.8129 42.6218 14.6504 42.9889 14.5076C43.1538 14.4434 43.3205 14.3831 43.4894 14.3269C44.4672 13.9865 45.5025 13.8192 46.5893 13.8192C48.0322 13.8192 49.3637 14.1806 50.5626 14.9095C51.7569 15.6122 52.7115 16.5639 53.4164 17.7547C54.1475 18.9499 54.5099 20.2773 54.5099 21.7158C54.5099 23.1814 54.1486 24.536 53.4193 25.7597C52.714 26.9529 51.7587 27.9128 50.564 28.6307L50.5625 28.6317L50.561 28.6326C49.3615 29.3468 48.0307 29.7 46.5893 29.7C45.3097 29.7 44.1085 29.4782 42.995 29.0281Z" fill="%2317161D"/&gt;&lt;/svg&gt;'); }
  /* line 444, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender .icon {
    background-image: url('data:image/svg+xml,&lt;svg width="65" height="47" viewBox="0 0 65 47" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M31.4609 0.136719H34.7507V10.7326C40.1074 11.5657 44.2062 16.1854 44.2062 21.7596C44.2062 27.9236 39.1941 32.9206 33.0113 32.9206C30.6086 32.9206 28.3827 32.1659 26.559 30.8814L26.5554 30.8836L26.5598 30.8868C26.1981 31.1098 25.8203 31.3193 25.4263 31.5151C24.5105 30.8065 23.6973 29.9724 23.0127 29.0387C23.3234 28.9123 23.6277 28.7678 23.9254 28.6049L23.9969 28.5655C24.0269 28.5489 24.0569 28.5322 24.0868 28.5154L24.084 28.5118L24.0929 28.5068C22.6643 26.6328 21.8164 24.2949 21.8164 21.7596C21.8164 16.12 26.0119 11.4574 31.4609 10.7048V0.136719ZM33.0113 29.8524C37.4944 29.8524 41.1287 26.2291 41.1287 21.7596C41.1287 19.8649 40.4755 18.1222 39.3815 16.7432C39.104 16.9816 38.8354 17.2301 38.5757 17.4886C37.7602 18.2572 36.1878 20.1658 35.5364 21.0767C35.3329 21.3613 35.1468 21.6222 34.9735 21.8651L34.971 21.8687C33.6286 23.7509 33.0546 24.5558 31.0951 26.9433L31.0944 26.9441L31.0938 26.9448C30.6722 27.4352 30.2064 27.9351 29.6958 28.4444C29.535 28.5988 29.3687 28.7523 29.1966 28.9049C30.3339 29.5096 31.6324 29.8524 33.0113 29.8524ZM27.4185 26.0381C27.1591 26.2855 26.8936 26.5234 26.622 26.7518C25.5395 25.3767 24.894 23.6433 24.894 21.7596C24.894 17.2901 28.5282 13.6669 33.0113 13.6669C34.4051 13.6669 35.7169 14.0171 36.8629 14.6341C36.6716 14.8069 36.4871 14.982 36.3092 15.1593L36.2976 15.171L36.2855 15.1821C35.6878 15.7354 34.5559 17.0566 34.1904 17.4886C33.2312 18.6889 32.4515 19.7698 31.7122 20.7946C30.4126 22.5961 29.2378 24.2246 27.4326 26.0243L27.4256 26.0313L27.4185 26.0381Z" fill="%23E2774D"/&gt;&lt;path d="M23.0127 29.0387C23.6973 29.9724 24.5105 30.8065 25.4263 31.5151C24.8458 31.8036 24.2296 32.0623 23.5779 32.2909C22.7659 32.5695 21.8923 32.7573 20.9548 32.851V38.9199H24.9375V41.9881H20.9548V46.7942H17.665V41.9881H13.6619V38.9199H17.665V32.7824C16.2892 32.5707 15.0177 32.1165 13.8431 31.4233C12.1409 30.4186 10.7908 29.0727 9.78308 27.3755C8.7853 25.6952 8.28125 23.8157 8.28125 21.7158C8.28125 20.1635 8.56731 18.7275 9.13258 17.3983C9.46055 16.6383 9.85564 15.9334 10.318 15.2825L8.54116 13.5111L5.82168 16.2231L3.6461 14.0535L6.36529 11.3419L3.55118 8.53628V12.6207L0.473634 12.6207L0.473633 3.09863H10.0247V6.16686H5.80864L8.68202 9.03153L11.6191 6.10254L13.7947 8.2721L10.8579 11.2008L12.5905 12.9281C13.3578 12.3415 14.1999 11.8561 15.1187 11.4714L15.1207 11.4705L15.1227 11.4697C16.4867 10.8907 17.9495 10.5986 19.5201 10.5986C21.0136 10.5986 22.3615 10.8191 23.5725 11.2484L23.5781 11.2503L23.5837 11.2522C24.2359 11.4737 24.8519 11.7312 25.4325 12.0243C24.5218 12.728 23.7123 13.5558 23.0297 14.4823C21.9324 14.0392 20.76 13.8192 19.5201 13.8192C18.05 13.8192 16.6911 14.1795 15.4637 14.9067C14.2669 15.6098 13.3042 16.5622 12.5841 17.7531L12.5832 17.7547L12.5823 17.7562C11.8659 18.9521 11.5117 20.2788 11.5117 21.7158C11.5117 23.1782 11.864 24.5308 12.5769 25.7538L12.5805 25.76L12.5841 25.7661C13.3034 26.9558 14.2642 27.9137 15.4575 28.6307L15.4636 28.6344L15.4698 28.638C16.6966 29.3487 18.0532 29.7 19.5201 29.7C20.7574 29.7 21.9247 29.481 23.0127 29.0387Z" fill="%23E2774D"/&gt;&lt;path d="M42.995 29.0281C42.3103 29.9639 41.4967 30.8 40.58 31.5102C41.1666 31.8003 41.7866 32.0603 42.4406 32.2898C43.2189 32.5508 44.0509 32.7322 44.9385 32.8314V37.798L42.3916 36.332L40.8528 38.9892L43.4527 40.4857L40.904 41.9527L42.4428 44.6099L44.9385 43.1734V46.7942H48.1222V43.1734L50.6178 44.6099L52.1565 41.9527L49.6078 40.4857L52.2077 38.9892L50.6689 36.332L48.1222 37.798V32.8239C49.1037 32.6971 50.0354 32.4457 50.9198 32.0719C52.282 31.4877 53.4674 30.6898 54.4831 29.6777C55.4999 28.65 56.2933 27.4609 56.8649 26.1039L56.8658 26.1019L56.8666 26.0999C57.4473 24.74 57.7403 23.2816 57.7403 21.7158C57.7403 19.6473 57.2374 17.7905 56.2401 16.1245L56.2379 16.1208L56.2358 16.1172C55.9995 15.7138 55.7435 15.3307 55.4675 14.9678L61.9185 8.53628V12.6207L64.9961 12.6207V3.09863H55.4451V6.16686H59.6611L53.1191 12.689C52.8268 12.4801 52.5221 12.2833 52.2049 12.0986L52.2013 12.0965L52.1977 12.0943C50.5266 11.1 48.6641 10.5986 46.5893 10.5986C44.2975 10.5986 42.3332 11.0684 40.6686 11.9782L40.5746 12.0302C40.2036 12.2368 39.8464 12.4482 39.5025 12.6641C40.4198 13.3162 41.2342 14.1028 41.9169 14.9949C42.2644 14.8129 42.6218 14.6504 42.9889 14.5076C43.1538 14.4434 43.3205 14.3831 43.4894 14.3269C44.4672 13.9865 45.5025 13.8192 46.5893 13.8192C48.0322 13.8192 49.3637 14.1806 50.5626 14.9095C51.7569 15.6122 52.7115 16.5639 53.4164 17.7547C54.1475 18.9499 54.5099 20.2773 54.5099 21.7158C54.5099 23.1814 54.1486 24.536 53.4193 25.7597C52.714 26.9529 51.7587 27.9128 50.564 28.6307L50.5625 28.6317L50.561 28.6326C49.3615 29.3468 48.0307 29.7 46.5893 29.7C45.3097 29.7 44.1085 29.4782 42.995 29.0281Z" fill="%23E2774D"/&gt;&lt;/svg&gt;'); }
  /* line 448, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender h4 {
    color: #cb643b;
    border-bottom-color: #f6a382; }
  /* line 453, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender th[scope="row"],
  .edi .sexandgender th[scope="col"],
  .edi .sexandgender td {
    border-bottom-color: #f6a382; }
  /* line 459, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sexandgender a {
    color: #a54e2c; }
  /* line 465, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisationsection {
    border-color: #9ea1ce; }
  /* line 469, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation .box-body,
  .edi .decolonisation.references .box-h2 {
    background-color: #e3e5f6; }
  /* line 474, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation .box-h3,
  .edi .decolonisation .box-head,
  .edi .decolonisation table caption {
    background-color: #babde8; }
  /* line 481, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation .box-h3 .icon {
    background-image: url('data:image/svg+xml,&lt;svg width="53" height="50" viewBox="0 0 53 50" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M26.0495 19.4975L36.3182 25.6629H51.1851V28.6745H35.4721L26.0495 23.0252L16.6269 28.6745H0.913888V25.6629H15.7808L26.0495 19.4975Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M3.50492 5.54596C3.35095 4.14672 3.7998 2.74822 4.73916 1.69967C5.67855 0.65134 7.01943 0.0522524 8.42713 0.0522524C9.83486 0.0522524 11.1758 0.65136 12.1151 1.6997C13.0545 2.74826 13.5033 4.14678 13.3493 5.54603C13.1951 6.94518 12.4531 8.21271 11.3082 9.03161L10.6054 9.53429L11.413 9.84151C12.9997 10.4451 14.3663 11.5155 15.3324 12.9114C16.2984 14.3071 16.8187 15.9626 16.825 17.6599V21.8825H0.0292969V17.6601C0.0354819 15.9627 0.555858 14.3072 1.52185 12.9114C2.48798 11.5155 3.85458 10.4451 5.44124 9.84151L6.24883 9.53429L5.54605 9.03161C4.40116 8.2127 3.65911 6.94514 3.50492 5.54596ZM8.42713 3.07686H8.42409L8.42104 3.0769C7.91028 3.08362 7.42213 3.28937 7.06077 3.65073C6.69941 4.0121 6.49368 4.50018 6.48697 5.01098L6.48693 5.01402V5.01707C6.48693 5.5318 6.69149 6.02523 7.05525 6.38898C7.41902 6.75272 7.91239 6.95727 8.42713 6.95727C8.94186 6.95727 9.4353 6.75271 9.79905 6.38895C10.1628 6.02518 10.3673 5.53181 10.3673 5.01707C10.3673 4.50234 10.1628 4.00891 9.79902 3.64515C9.43525 3.28141 8.94187 3.07686 8.42713 3.07686ZM3.04093 18.8703H13.8133V17.6587C13.8133 15.7345 12.7868 13.9564 11.1202 12.9941C9.45364 12.032 7.40058 12.032 5.73401 12.9941C4.06745 13.9564 3.04093 15.7345 3.04093 17.6587V18.8703Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M26.0495 27.313L11.418 49.2506H40.6805L26.0495 27.313ZM26.0495 32.7312L17.0513 46.239H35.0477L26.0495 32.7312Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M3.50492 5.54596C3.35095 4.14672 3.7998 2.74822 4.73916 1.69967C5.67855 0.65134 7.01943 0.0522524 8.42713 0.0522524C9.83486 0.0522524 11.1758 0.65136 12.1151 1.6997C13.0545 2.74826 13.5033 4.14678 13.3493 5.54603C13.1951 6.94518 12.4531 8.21271 11.3082 9.03161L10.6054 9.53429L11.413 9.84151C12.9997 10.4451 14.3663 11.5155 15.3324 12.9114C16.2984 14.3071 16.8187 15.9626 16.825 17.6599V21.8825H0.0292969V17.6601C0.0354819 15.9627 0.555858 14.3072 1.52185 12.9114C2.48798 11.5155 3.85458 10.4451 5.44124 9.84151L6.24883 9.53429L5.54605 9.03161C4.40116 8.2127 3.65911 6.94514 3.50492 5.54596ZM8.42713 3.07686H8.42409L8.42104 3.0769C7.91028 3.08362 7.42213 3.28937 7.06077 3.65073C6.69941 4.0121 6.49368 4.50018 6.48697 5.01098L6.48693 5.01402V5.01707C6.48693 5.5318 6.69149 6.02523 7.05525 6.38898C7.41902 6.75272 7.91239 6.95727 8.42713 6.95727C8.94186 6.95727 9.4353 6.75271 9.79905 6.38895C10.1628 6.02518 10.3673 5.53181 10.3673 5.01707C10.3673 4.50234 10.1628 4.00891 9.79902 3.64515C9.43525 3.28141 8.94187 3.07686 8.42713 3.07686ZM3.04093 18.8703H13.8133V17.6587C13.8133 15.7345 12.7868 13.9564 11.1202 12.9941C9.45364 12.032 7.40058 12.032 5.73401 12.9941C4.06745 13.9564 3.04093 15.7345 3.04093 17.6587V18.8703Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M38.7092 5.54596C38.5553 4.14672 39.0041 2.74821 39.9435 1.69966C40.8829 0.651334 42.2238 0.0522461 43.6315 0.0522461C45.0392 0.0522461 46.3801 0.651354 47.3195 1.6997C48.2588 2.74825 48.7077 4.14677 48.5537 5.54603C48.3995 6.94517 47.6574 8.21271 46.5125 9.03161L45.8098 9.53428L46.6174 9.84151C48.204 10.4451 49.5706 11.5155 50.5367 12.9114C51.5027 14.3071 52.0231 15.9626 52.0293 17.6599V21.8825H35.2336V17.6601C35.2398 15.9627 35.7602 14.3072 36.7262 12.9114C37.6923 11.5155 39.0589 10.4451 40.6456 9.84151L41.4532 9.53428L40.7504 9.03161C39.6055 8.2127 38.8634 6.94513 38.7092 5.54596ZM43.6315 3.07685H43.6284L43.6254 3.07689C43.1146 3.08361 42.6265 3.28936 42.2651 3.65072C41.9037 4.01209 41.698 4.50017 41.6913 5.01097L41.6913 5.01402V5.01706C41.6913 5.53179 41.8958 6.02522 42.2596 6.38898C42.6233 6.75271 43.1167 6.95727 43.6315 6.95727C44.1462 6.95727 44.6396 6.7527 45.0034 6.38895C45.3671 6.02518 45.5717 5.5318 45.5717 5.01706C45.5717 4.50233 45.3671 4.0089 45.0033 3.64514C44.6396 3.28141 44.1462 3.07685 43.6315 3.07685ZM38.2453 18.8703H49.0177V17.6587C49.0177 15.7345 47.9911 13.9564 46.3245 12.9941C44.658 12.032 42.6049 12.032 40.9383 12.9941C39.2718 13.9564 38.2453 15.7345 38.2453 17.6587V18.8703Z" fill="%233B3838"/&gt;&lt;/svg&gt;'); }
  /* line 486, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation .icon {
    background-size: auto 100%;
    background-image: url('data:image/svg+xml,&lt;svg width="53" height="50" viewBox="0 0 53 50" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M26.0495 19.4975L36.3182 25.6629H51.1851V28.6745H35.4721L26.0495 23.0252L16.6269 28.6745H0.913888V25.6629H15.7808L26.0495 19.4975Z" fill="%239498D6"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M3.50492 5.54596C3.35095 4.14672 3.7998 2.74822 4.73916 1.69967C5.67855 0.65134 7.01943 0.0522524 8.42713 0.0522524C9.83486 0.0522524 11.1758 0.65136 12.1151 1.6997C13.0545 2.74826 13.5033 4.14678 13.3493 5.54603C13.1951 6.94518 12.4531 8.21271 11.3082 9.03161L10.6054 9.53429L11.413 9.84151C12.9997 10.4451 14.3663 11.5155 15.3324 12.9114C16.2984 14.3071 16.8187 15.9626 16.825 17.6599V21.8825H0.0292969V17.6601C0.0354819 15.9627 0.555858 14.3072 1.52185 12.9114C2.48798 11.5155 3.85458 10.4451 5.44124 9.84151L6.24883 9.53429L5.54605 9.03161C4.40116 8.2127 3.65911 6.94514 3.50492 5.54596ZM8.42713 3.07686H8.42409L8.42104 3.0769C7.91028 3.08362 7.42213 3.28937 7.06077 3.65073C6.69941 4.0121 6.49368 4.50018 6.48697 5.01098L6.48693 5.01402V5.01707C6.48693 5.5318 6.69149 6.02523 7.05525 6.38898C7.41902 6.75272 7.91239 6.95727 8.42713 6.95727C8.94186 6.95727 9.4353 6.75271 9.79905 6.38895C10.1628 6.02518 10.3673 5.53181 10.3673 5.01707C10.3673 4.50234 10.1628 4.00891 9.79902 3.64515C9.43525 3.28141 8.94187 3.07686 8.42713 3.07686ZM3.04093 18.8703H13.8133V17.6587C13.8133 15.7345 12.7868 13.9564 11.1202 12.9941C9.45364 12.032 7.40058 12.032 5.73401 12.9941C4.06745 13.9564 3.04093 15.7345 3.04093 17.6587V18.8703Z" fill="%239498D6"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M26.0495 27.313L11.418 49.2506H40.6805L26.0495 27.313ZM26.0495 32.7312L17.0513 46.239H35.0477L26.0495 32.7312Z" fill="%239498D6"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M3.50492 5.54596C3.35095 4.14672 3.7998 2.74822 4.73916 1.69967C5.67855 0.65134 7.01943 0.0522524 8.42713 0.0522524C9.83486 0.0522524 11.1758 0.65136 12.1151 1.6997C13.0545 2.74826 13.5033 4.14678 13.3493 5.54603C13.1951 6.94518 12.4531 8.21271 11.3082 9.03161L10.6054 9.53429L11.413 9.84151C12.9997 10.4451 14.3663 11.5155 15.3324 12.9114C16.2984 14.3071 16.8187 15.9626 16.825 17.6599V21.8825H0.0292969V17.6601C0.0354819 15.9627 0.555858 14.3072 1.52185 12.9114C2.48798 11.5155 3.85458 10.4451 5.44124 9.84151L6.24883 9.53429L5.54605 9.03161C4.40116 8.2127 3.65911 6.94514 3.50492 5.54596ZM8.42713 3.07686H8.42409L8.42104 3.0769C7.91028 3.08362 7.42213 3.28937 7.06077 3.65073C6.69941 4.0121 6.49368 4.50018 6.48697 5.01098L6.48693 5.01402V5.01707C6.48693 5.5318 6.69149 6.02523 7.05525 6.38898C7.41902 6.75272 7.91239 6.95727 8.42713 6.95727C8.94186 6.95727 9.4353 6.75271 9.79905 6.38895C10.1628 6.02518 10.3673 5.53181 10.3673 5.01707C10.3673 4.50234 10.1628 4.00891 9.79902 3.64515C9.43525 3.28141 8.94187 3.07686 8.42713 3.07686ZM3.04093 18.8703H13.8133V17.6587C13.8133 15.7345 12.7868 13.9564 11.1202 12.9941C9.45364 12.032 7.40058 12.032 5.73401 12.9941C4.06745 13.9564 3.04093 15.7345 3.04093 17.6587V18.8703Z" fill="%239498D6"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M38.7092 5.54596C38.5553 4.14672 39.0041 2.74821 39.9435 1.69966C40.8829 0.651334 42.2238 0.0522461 43.6315 0.0522461C45.0392 0.0522461 46.3801 0.651354 47.3195 1.6997C48.2588 2.74825 48.7077 4.14677 48.5537 5.54603C48.3995 6.94517 47.6574 8.21271 46.5125 9.03161L45.8098 9.53428L46.6174 9.84151C48.204 10.4451 49.5706 11.5155 50.5367 12.9114C51.5027 14.3071 52.0231 15.9626 52.0293 17.6599V21.8825H35.2336V17.6601C35.2398 15.9627 35.7602 14.3072 36.7262 12.9114C37.6923 11.5155 39.0589 10.4451 40.6456 9.84151L41.4532 9.53428L40.7504 9.03161C39.6055 8.2127 38.8634 6.94513 38.7092 5.54596ZM43.6315 3.07685H43.6284L43.6254 3.07689C43.1146 3.08361 42.6265 3.28936 42.2651 3.65072C41.9037 4.01209 41.698 4.50017 41.6913 5.01097L41.6913 5.01402V5.01706C41.6913 5.53179 41.8958 6.02522 42.2596 6.38898C42.6233 6.75271 43.1167 6.95727 43.6315 6.95727C44.1462 6.95727 44.6396 6.7527 45.0034 6.38895C45.3671 6.02518 45.5717 5.5318 45.5717 5.01706C45.5717 4.50233 45.3671 4.0089 45.0033 3.64514C44.6396 3.28141 44.1462 3.07685 43.6315 3.07685ZM38.2453 18.8703H49.0177V17.6587C49.0177 15.7345 47.9911 13.9564 46.3245 12.9941C44.658 12.032 42.6049 12.032 40.9383 12.9941C39.2718 13.9564 38.2453 15.7345 38.2453 17.6587V18.8703Z" fill="%239498D6"/&gt;&lt;/svg&gt;'); }
  /* line 491, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation h4 {
    color: #6b70bd;
    border-bottom-color: #babde8; }
  /* line 496, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation th[scope="row"],
  .edi .decolonisation th[scope="col"],
  .edi .decolonisation td {
    border-bottom-color: #babde8; }
  /* line 502, D:/static/edandi/styles/scss/edandi.scss */
  .edi .decolonisation a {
    color: #5056be; }
  /* line 508, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibilitysection {
    border-color: #aac882; }
  /* line 512, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .box-body,
  .edi .accessibility.references .box-h2 {
    background-color: #d1e1bc; }
  /* line 517, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .box-h3,
  .edi .accessibility .box-head,
  .edi .accessibility table caption {
    background-color: #aac882; }
  /* line 524, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .box-h3 .icon {
    background-image: url('data:image/svg+xml,&lt;svg width="35" height="36" viewBox="0 0 35 36" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M17.5003 4.10864C10.0503 4.10864 4.01074 10.1482 4.01074 17.5982C4.01074 25.0483 10.0503 31.0878 17.5003 31.0878C24.9504 31.0878 30.9899 25.0483 30.9899 17.5982C30.9899 10.1482 24.9504 4.10864 17.5003 4.10864ZM1.82324 17.5982C1.82324 8.9401 8.8422 1.92114 17.5003 1.92114C26.1587 1.92114 33.1774 8.9401 33.1774 17.5982C33.1774 26.2566 26.1587 33.2753 17.5003 33.2753C8.8422 33.2753 1.82324 26.2566 1.82324 17.5982Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M17.4996 7.8751C16.7024 7.8751 16.0563 8.52127 16.0563 9.31847C16.0563 10.1157 16.7024 10.7618 17.4996 10.7618C18.2968 10.7618 18.943 10.1157 18.943 9.31847C18.943 8.52127 18.2968 7.8751 17.4996 7.8751ZM14.3242 9.31847C14.3242 7.56477 15.7459 6.14307 17.4996 6.14307C19.2534 6.14307 20.675 7.56477 20.675 9.31847C20.675 11.0722 19.2534 12.4939 17.4996 12.4939C15.7459 12.4939 14.3242 11.0722 14.3242 9.31847Z" fill="%233B3838"/&gt;&lt;path d="M8.20898 13.7974L9.02527 11.7881C9.07614 11.8014 9.12668 11.8185 9.17652 11.8396L8.74973 12.8467C9.17676 11.8398 9.17652 11.8396 9.17652 11.8396L9.17846 11.8406L9.18758 11.8443L9.22723 11.8608C9.263 11.8758 9.31723 11.898 9.3881 11.9266C9.52983 11.9839 9.73821 12.0665 10.0004 12.1661C10.5251 12.3656 11.2616 12.6315 12.1061 12.8972C13.8243 13.4375 15.8791 13.9404 17.4998 13.9404C19.1203 13.9404 21.1754 13.4376 22.8936 12.8972C23.738 12.6315 24.4744 12.3655 24.9993 12.1661C25.2614 12.0665 25.4698 11.9839 25.6116 11.9266C25.6823 11.898 25.7366 11.8758 25.7723 11.8608L25.812 11.8443L25.8212 11.8406L25.8228 11.8398L26.0067 12.2735L26.6528 13.8638L26.6099 13.8816C26.5683 13.899 26.5081 13.9237 26.4309 13.9548C26.2765 14.0172 26.054 14.1055 25.7764 14.2109C25.2217 14.4217 24.4439 14.7025 23.5499 14.9838C22.1078 15.4374 20.2885 15.9163 18.5936 16.0741V17.8812C18.5936 18.5105 18.7744 19.1264 19.1146 19.6556L24.0531 27.2613L22.1896 28.4083L17.4998 21.1887L12.767 28.4083L10.9036 27.2614L15.8849 19.6556C16.2252 19.1264 16.4061 18.5105 16.4061 17.8812V16.0741C14.7112 15.9163 12.892 15.4374 11.4498 14.9838C10.5557 14.7025 9.7781 14.4217 9.22346 14.2109C8.94581 14.1055 8.7232 14.0172 8.56882 13.9548C8.49157 13.9237 8.43142 13.899 8.38983 13.8816L8.34175 13.8617L8.32853 13.8561L8.32307 13.8537L8.74986 12.8467C8.32284 13.8536 8.32307 13.8537 8.32307 13.8537C8.28352 13.837 8.24547 13.8181 8.20898 13.7974Z" fill="%233B3838"/&gt;&lt;path d="M25.8294 11.837C25.8272 11.8379 25.825 11.8389 25.8228 11.8398L25.8229 11.8398L26.0037 12.2659L25.8294 11.837Z" fill="%233B3838"/&gt;&lt;/svg&gt;'); }
  /* line 530, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .box-h3 .icon {
    background-size: 5.7em auto;
    background-position-y: -0.2em; }
  /* line 536, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .icon {
    background-image: url('data:image/svg+xml,&lt;svg width="35" height="36" viewBox="0 0 35 36" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M17.5003 4.10864C10.0503 4.10864 4.01074 10.1482 4.01074 17.5982C4.01074 25.0483 10.0503 31.0878 17.5003 31.0878C24.9504 31.0878 30.9899 25.0483 30.9899 17.5982C30.9899 10.1482 24.9504 4.10864 17.5003 4.10864ZM1.82324 17.5982C1.82324 8.9401 8.8422 1.92114 17.5003 1.92114C26.1587 1.92114 33.1774 8.9401 33.1774 17.5982C33.1774 26.2566 26.1587 33.2753 17.5003 33.2753C8.8422 33.2753 1.82324 26.2566 1.82324 17.5982Z" fill="%2388AD57"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M17.4996 7.8751C16.7024 7.8751 16.0563 8.52127 16.0563 9.31847C16.0563 10.1157 16.7024 10.7618 17.4996 10.7618C18.2968 10.7618 18.943 10.1157 18.943 9.31847C18.943 8.52127 18.2968 7.8751 17.4996 7.8751ZM14.3242 9.31847C14.3242 7.56477 15.7459 6.14307 17.4996 6.14307C19.2534 6.14307 20.675 7.56477 20.675 9.31847C20.675 11.0722 19.2534 12.4939 17.4996 12.4939C15.7459 12.4939 14.3242 11.0722 14.3242 9.31847Z" fill="%2388AD57"/&gt;&lt;path d="M8.20898 13.7974L9.02527 11.7881C9.07614 11.8014 9.12668 11.8185 9.17652 11.8396L8.74973 12.8467C9.17676 11.8398 9.17652 11.8396 9.17652 11.8396L9.17846 11.8406L9.18758 11.8443L9.22723 11.8608C9.263 11.8758 9.31723 11.898 9.3881 11.9266C9.52983 11.9839 9.73821 12.0665 10.0004 12.1661C10.5251 12.3656 11.2616 12.6315 12.1061 12.8972C13.8243 13.4375 15.8791 13.9404 17.4998 13.9404C19.1203 13.9404 21.1754 13.4376 22.8936 12.8972C23.738 12.6315 24.4744 12.3655 24.9993 12.1661C25.2614 12.0665 25.4698 11.9839 25.6116 11.9266C25.6823 11.898 25.7366 11.8758 25.7723 11.8608L25.812 11.8443L25.8212 11.8406L25.8228 11.8398L26.0067 12.2735L26.6528 13.8638L26.6099 13.8816C26.5683 13.899 26.5081 13.9237 26.4309 13.9548C26.2765 14.0172 26.054 14.1055 25.7764 14.2109C25.2217 14.4217 24.4439 14.7025 23.5499 14.9838C22.1078 15.4374 20.2885 15.9163 18.5936 16.0741V17.8812C18.5936 18.5105 18.7744 19.1264 19.1146 19.6556L24.0531 27.2613L22.1896 28.4083L17.4998 21.1887L12.767 28.4083L10.9036 27.2614L15.8849 19.6556C16.2252 19.1264 16.4061 18.5105 16.4061 17.8812V16.0741C14.7112 15.9163 12.892 15.4374 11.4498 14.9838C10.5557 14.7025 9.7781 14.4217 9.22346 14.2109C8.94581 14.1055 8.7232 14.0172 8.56882 13.9548C8.49157 13.9237 8.43142 13.899 8.38983 13.8816L8.34175 13.8617L8.32853 13.8561L8.32307 13.8537L8.74986 12.8467C8.32284 13.8536 8.32307 13.8537 8.32307 13.8537C8.28352 13.837 8.24547 13.8181 8.20898 13.7974Z" fill="%2388AD57"/&gt;&lt;path d="M25.8294 11.837C25.8272 11.8379 25.825 11.8389 25.8228 11.8398L25.8229 11.8398L26.0037 12.2659L25.8294 11.837Z" fill="%2388AD57"/&gt;&lt;/svg&gt;'); }
  /* line 540, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility h4 {
    color: #618038;
    border-color: #aac882; }
  /* line 545, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility th[scope="row"],
  .edi .accessibility th[scope="col"],
  .edi .accessibility td {
    border-color: #aac882; }
  /* line 552, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility table.summary col {
    width: 8%; }
    /* line 555, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility table.summary col:nth-child(1) {
      width: 17%; }
    /* line 559, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility table.summary col:nth-child(2) {
      width: 35%; }
  /* line 564, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility table.summary th[scope="col"] {
    padding: 1em; }
  /* line 568, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility table.summary th[scope="row"] {
    padding: 0 1em; }
  /* line 572, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility table.summary td {
    padding: 0 1em; }
    /* line 575, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility table.summary td.live, .edi .accessibility table.summary td.soon, .edi .accessibility table.summary td.beyond {
      border-right: 1px solid #fafafa;
      border-bottom: 1px solid #fafafa; }
    /* line 582, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility table.summary td.live {
      background: #aac882; }
      /* line 585, D:/static/edandi/styles/scss/edandi.scss */
      .edi .accessibility table.summary td.live p {
        font-weight: 700; }
    /* line 590, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility table.summary td.soon {
      background: #d1e1bc; }
    /* line 594, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility table.summary td.beyond {
      background: #e6ecdf; }
  /* line 600, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility a {
    color: #296a29; }
  /* line 605, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split h6 {
    color: #5e7c36;
    font-size: 2em;
    font-weight: 800;
    border-bottom: 1px solid #79a046;
    margin: 0; }
  /* line 613, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split .box-head {
    background: none;
    padding: 0; }
  /* line 618, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split .box-body {
    background: none;
    padding: 0; }
  /* line 623, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split caption {
    font-family: "source-sans-pro";
    font-size: 1.1em;
    font-weight: 600;
    padding: 0;
    color: #5e7c36;
    border-bottom: none; }
  /* line 635, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split table.summary col:nth-child(1) {
    width: 70%; }
  /* line 639, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split table.summary col:nth-child(2) {
    width: 30%; }
  /* line 644, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split table.summary th[scope="col"] {
    padding: 0;
    color: #5e7c36;
    border-color: #79a046; }
    /* line 649, D:/static/edandi/styles/scss/edandi.scss */
    .edi .accessibility .table-split table.summary th[scope="col"] p {
      padding: 0.4em 0.1em 0; }
  /* line 654, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split table.summary p {
    text-align: left;
    margin: 0.8em 0; }
  /* line 662, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split table td:nth-child(2),
  .edi .accessibility .table-split table th:nth-child(2) {
    min-width: unset; }
  /* line 668, D:/static/edandi/styles/scss/edandi.scss */
  .edi .accessibility .table-split p {
    font-size: 1.5em; }
  /* line 675, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysizesection {
    border-color: #ee6666; }
  /* line 679, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize .box-body,
  .edi .ageandbodysize.references .box-h2 {
    background-color: #f8bfbf; }
  /* line 684, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize .box-h3,
  .edi .ageandbodysize .box-head,
  .edi .ageandbodysize table caption {
    background-color: #ee6666; }
  /* line 691, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize .box-h3 .icon {
    background-size: 6.3em auto;
    background-position-y: -0.3em;
    background-image: url('data:image/svg+xml,&lt;svg width="37" height="32" viewBox="0 0 37 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M8.76078 4.30402C7.85879 4.30402 7.12769 5.03661 7.12769 5.94043C7.12769 6.84425 7.85879 7.57683 8.76078 7.57683C9.66278 7.57683 10.3939 6.84425 10.3939 5.94043C10.3939 5.03661 9.66278 4.30402 8.76078 4.30402ZM5.16797 5.94043C5.16797 3.95218 6.77648 2.34033 8.76078 2.34033C10.7451 2.34033 12.3536 3.95218 12.3536 5.94043C12.3536 7.92868 10.7451 9.54052 8.76078 9.54052C6.77648 9.54052 5.16797 7.92868 5.16797 5.94043Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M19.5401 8.87336C18.6381 8.87336 17.907 9.60594 17.907 10.5098C17.907 11.4136 18.6381 12.1462 19.5401 12.1462C20.4421 12.1462 21.1732 11.4136 21.1732 10.5098C21.1732 9.60594 20.4421 8.87336 19.5401 8.87336ZM15.9473 10.5098C15.9473 8.52152 17.5558 6.90967 19.5401 6.90967C21.5244 6.90967 23.1329 8.52152 23.1329 10.5098C23.1329 12.498 21.5244 14.1099 19.5401 14.1099C17.5558 14.1099 15.9473 12.498 15.9473 10.5098Z" fill="%233B3838"/&gt;&lt;path d="M29.26 9.09985C26.6774 9.09985 24.5398 11.1256 24.4338 13.7236C24.4131 14.2305 24.3917 14.7742 24.3704 15.3442C25.0943 15.9039 25.7208 16.5883 26.2163 17.3696C26.2587 16.0849 26.3051 14.8642 26.3484 13.802C26.4119 12.2453 27.6929 11.0199 29.26 11.0199C30.8321 11.0199 32.1162 12.2535 32.1741 13.8164C32.2812 16.7051 32.4086 20.7595 32.4268 24.0877C32.4359 25.7551 32.4174 27.2217 32.3573 28.2635C32.3381 28.5953 32.3154 28.8702 32.2903 29.0876H29.1554H26.3644C25.8165 29.5343 25.1696 29.8672 24.4569 30.0461C24.486 30.1461 24.5223 30.2481 24.5684 30.3442C24.6128 30.4367 24.6917 30.5784 24.8263 30.7084C24.971 30.8482 25.219 31.0076 25.5565 31.0076H29.1553H32.9804C33.3484 31.0076 33.6033 30.8176 33.7362 30.6766C33.8618 30.5434 33.9328 30.4016 33.9713 30.3136C34.0502 30.1329 34.0967 29.9308 34.1281 29.76C34.1942 29.4013 34.2387 28.9206 34.2702 28.3745C34.334 27.2697 34.3521 25.7537 34.343 24.0772C34.3246 20.7174 34.1962 16.6383 34.089 13.7451C33.9924 11.139 31.8514 9.09985 29.26 9.09985Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M32.6916 5.5854C31.8734 5.5854 31.2102 6.24991 31.2102 7.06974C31.2102 7.88957 31.8734 8.55407 32.6916 8.55407C33.5097 8.55407 34.1729 7.88957 34.1729 7.06974C34.1729 6.24991 33.5097 5.5854 32.6916 5.5854ZM29.4326 7.06974C29.4326 5.26626 30.8916 3.8042 32.6916 3.8042C34.4915 3.8042 35.9505 5.26626 35.9505 7.06974C35.9505 8.87322 34.4915 10.3353 32.6916 10.3353C30.8916 10.3353 29.4326 8.87322 29.4326 7.06974Z" fill="%233B3838"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M11.7742 20.1228C12.4898 16.3915 15.7479 13.6943 19.5399 13.6943C23.3318 13.6943 26.59 16.3915 27.3056 20.1228L28.1065 24.2987C28.6931 27.3575 26.3538 30.1948 23.2453 30.1948H15.8345C12.726 30.1948 10.3867 27.3575 10.9733 24.2987L11.7742 20.1228ZM19.5399 15.6144C16.6668 15.6144 14.1981 17.658 13.6559 20.4852L12.8551 24.661C12.4955 26.5358 13.9293 28.2748 15.8345 28.2748H23.2453C25.1505 28.2748 26.5843 26.5358 26.2247 24.661L25.4239 20.4852C24.8817 17.658 22.413 15.6144 19.5399 15.6144Z" fill="%233B3838"/&gt;&lt;path d="M8.74344 9.09985C4.01705 9.09985 0.403276 13.3544 1.26811 18.0346C1.7869 20.8422 2.38364 23.9053 2.92467 26.2715C3.1943 27.4507 3.4551 28.4793 3.69013 29.2222C3.8058 29.5878 3.92674 29.9216 4.053 30.1784C4.11388 30.3021 4.19861 30.4554 4.31355 30.5918C4.39271 30.6857 4.67843 31.0076 5.16244 31.0076H8.76119H12.36C12.8731 31.0076 13.1603 30.6428 13.2195 30.5676L13.2198 30.5673C13.3255 30.4329 13.4039 30.2831 13.4603 30.1623C13.578 29.9106 13.6931 29.5818 13.8048 29.2186C13.8488 29.0754 13.894 28.9213 13.9402 28.7574C13.2788 28.3992 12.7339 27.8603 12.3652 27.2134C12.224 27.7805 12.0924 28.2669 11.9736 28.653C11.9202 28.8266 11.8721 28.9709 11.8298 29.0876H8.76126H5.66956C5.62491 28.97 5.57375 28.8222 5.51671 28.6419C5.30603 27.976 5.05918 27.0093 4.79244 25.8427C4.26073 23.5173 3.66991 20.4865 3.15225 17.6851C2.50985 14.2086 5.19128 11.0199 8.74344 11.0199C12.026 11.0199 14.5641 13.7427 14.4302 16.8984C14.9561 16.3272 15.5747 15.8466 16.2598 15.4786C15.6929 11.9135 12.5879 9.09985 8.74344 9.09985Z" fill="%233B3838"/&gt;&lt;/svg&gt;'); }
  /* line 698, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize .icon {
    background-image: url('data:image/svg+xml,&lt;svg width="37" height="32" viewBox="0 0 37 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M8.76078 4.30402C7.85879 4.30402 7.12769 5.03661 7.12769 5.94043C7.12769 6.84425 7.85879 7.57683 8.76078 7.57683C9.66278 7.57683 10.3939 6.84425 10.3939 5.94043C10.3939 5.03661 9.66278 4.30402 8.76078 4.30402ZM5.16797 5.94043C5.16797 3.95218 6.77648 2.34033 8.76078 2.34033C10.7451 2.34033 12.3536 3.95218 12.3536 5.94043C12.3536 7.92868 10.7451 9.54052 8.76078 9.54052C6.77648 9.54052 5.16797 7.92868 5.16797 5.94043Z" fill="%23EB4747"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M19.5401 8.87336C18.6381 8.87336 17.907 9.60594 17.907 10.5098C17.907 11.4136 18.6381 12.1462 19.5401 12.1462C20.4421 12.1462 21.1732 11.4136 21.1732 10.5098C21.1732 9.60594 20.4421 8.87336 19.5401 8.87336ZM15.9473 10.5098C15.9473 8.52152 17.5558 6.90967 19.5401 6.90967C21.5244 6.90967 23.1329 8.52152 23.1329 10.5098C23.1329 12.498 21.5244 14.1099 19.5401 14.1099C17.5558 14.1099 15.9473 12.498 15.9473 10.5098Z" fill="%23EB4747"/&gt;&lt;path d="M29.26 9.09985C26.6774 9.09985 24.5398 11.1256 24.4338 13.7236C24.4131 14.2305 24.3917 14.7742 24.3704 15.3442C25.0943 15.9039 25.7208 16.5883 26.2163 17.3696C26.2587 16.0849 26.3051 14.8642 26.3484 13.802C26.4119 12.2453 27.6929 11.0199 29.26 11.0199C30.8321 11.0199 32.1162 12.2535 32.1741 13.8164C32.2812 16.7051 32.4086 20.7595 32.4268 24.0877C32.4359 25.7551 32.4174 27.2217 32.3573 28.2635C32.3381 28.5953 32.3154 28.8702 32.2903 29.0876H29.1554H26.3644C25.8165 29.5343 25.1696 29.8672 24.4569 30.0461C24.486 30.1461 24.5223 30.2481 24.5684 30.3442C24.6128 30.4367 24.6917 30.5784 24.8263 30.7084C24.971 30.8482 25.219 31.0076 25.5565 31.0076H29.1553H32.9804C33.3484 31.0076 33.6033 30.8176 33.7362 30.6766C33.8618 30.5434 33.9328 30.4016 33.9713 30.3136C34.0502 30.1329 34.0967 29.9308 34.1281 29.76C34.1942 29.4013 34.2387 28.9206 34.2702 28.3745C34.334 27.2697 34.3521 25.7537 34.343 24.0772C34.3246 20.7174 34.1962 16.6383 34.089 13.7451C33.9924 11.139 31.8514 9.09985 29.26 9.09985Z" fill="%23EB4747"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M32.6916 5.5854C31.8734 5.5854 31.2102 6.24991 31.2102 7.06974C31.2102 7.88957 31.8734 8.55407 32.6916 8.55407C33.5097 8.55407 34.1729 7.88957 34.1729 7.06974C34.1729 6.24991 33.5097 5.5854 32.6916 5.5854ZM29.4326 7.06974C29.4326 5.26626 30.8916 3.8042 32.6916 3.8042C34.4915 3.8042 35.9505 5.26626 35.9505 7.06974C35.9505 8.87322 34.4915 10.3353 32.6916 10.3353C30.8916 10.3353 29.4326 8.87322 29.4326 7.06974Z" fill="%23EB4747"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M11.7742 20.1228C12.4898 16.3915 15.7479 13.6943 19.5399 13.6943C23.3318 13.6943 26.59 16.3915 27.3056 20.1228L28.1065 24.2987C28.6931 27.3575 26.3538 30.1948 23.2453 30.1948H15.8345C12.726 30.1948 10.3867 27.3575 10.9733 24.2987L11.7742 20.1228ZM19.5399 15.6144C16.6668 15.6144 14.1981 17.658 13.6559 20.4852L12.8551 24.661C12.4955 26.5358 13.9293 28.2748 15.8345 28.2748H23.2453C25.1505 28.2748 26.5843 26.5358 26.2247 24.661L25.4239 20.4852C24.8817 17.658 22.413 15.6144 19.5399 15.6144Z" fill="%23EB4747"/&gt;&lt;path d="M8.74344 9.09985C4.01705 9.09985 0.403276 13.3544 1.26811 18.0346C1.7869 20.8422 2.38364 23.9053 2.92467 26.2715C3.1943 27.4507 3.4551 28.4793 3.69013 29.2222C3.8058 29.5878 3.92674 29.9216 4.053 30.1784C4.11388 30.3021 4.19861 30.4554 4.31355 30.5918C4.39271 30.6857 4.67843 31.0076 5.16244 31.0076H8.76119H12.36C12.8731 31.0076 13.1603 30.6428 13.2195 30.5676L13.2198 30.5673C13.3255 30.4329 13.4039 30.2831 13.4603 30.1623C13.578 29.9106 13.6931 29.5818 13.8048 29.2186C13.8488 29.0754 13.894 28.9213 13.9402 28.7574C13.2788 28.3992 12.7339 27.8603 12.3652 27.2134C12.224 27.7805 12.0924 28.2669 11.9736 28.653C11.9202 28.8266 11.8721 28.9709 11.8298 29.0876H8.76126H5.66956C5.62491 28.97 5.57375 28.8222 5.51671 28.6419C5.30603 27.976 5.05918 27.0093 4.79244 25.8427C4.26073 23.5173 3.66991 20.4865 3.15225 17.6851C2.50985 14.2086 5.19128 11.0199 8.74344 11.0199C12.026 11.0199 14.5641 13.7427 14.4302 16.8984C14.9561 16.3272 15.5747 15.8466 16.2598 15.4786C15.6929 11.9135 12.5879 9.09985 8.74344 9.09985Z" fill="%23EB4747"/&gt;&lt;/svg&gt;'); }
  /* line 702, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize h4 {
    color: #e83030;
    border-color: #f18383; }
  /* line 707, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize th[scope="row"],
  .edi .ageandbodysize th[scope="col"],
  .edi .ageandbodysize td {
    border-color: #f18383; }
  /* line 713, D:/static/edandi/styles/scss/edandi.scss */
  .edi .ageandbodysize a {
    color: #a82424; }
  /* line 720, D:/static/edandi/styles/scss/edandi.scss */
  .edi .actions .box-h3,
  .edi .actions thead th,
  .edi .mission .box-h3,
  .edi .mission thead th {
    background-color: #f4e8d5; }
  /* line 726, D:/static/edandi/styles/scss/edandi.scss */
  .edi .actions .box-h3 {
    background-color: #eddcbf; }
  /* line 731, D:/static/edandi/styles/scss/edandi.scss */
  .edi .actions .icon {
    width: 8.4em;
    height: 6em;
    background-size: auto 6em;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 3em 0 0;
    margin-bottom: 1em; }
  /* line 741, D:/static/edandi/styles/scss/edandi.scss */
  .edi .actions .sexandgender .icon {
    background-size: auto 5.5em; }
  /* line 747, D:/static/edandi/styles/scss/edandi.scss */
  .edi .implementation .box-h3 {
    background: #c0bbd3; }
  /* line 753, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references .subsection1 {
    padding-top: 2em; }
    /* line 756, D:/static/edandi/styles/scss/edandi.scss */
    .edi .references .subsection1 a {
      white-space: unset; }
  /* line 761, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references h2 {
    color: #3f3b4f; }
  /* line 765, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references h4 {
    border: none;
    color: #0b0b1b;
    margin: 2.6em 0 0.8em;
    padding: 0;
    font-size: 1.2em; }
  /* line 773, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references ol {
    list-style-type: none;
    padding-left: 3.4em; }
  /* line 778, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references li {
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 1.2em;
    line-height: 1.2em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }
    /* line 787, D:/static/edandi/styles/scss/edandi.scss */
    .edi .references li::marker {
      font-size: 1.2em; }
  /* line 792, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references .footnote {
    position: relative;
    margin-left: -2.7em;
    margin-right: 0.9em; }
  /* line 798, D:/static/edandi/styles/scss/edandi.scss */
  .edi .references .multiLinkTarget {
    position: absolute;
    visibility: hidden; }
    /* line 802, D:/static/edandi/styles/scss/edandi.scss */
    .edi .references .multiLinkTarget.shown {
      position: relative;
      visibility: visible;
      display: inline; }
  /* line 811, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .subsection1 {
    padding-top: 5em; }
  /* line 815, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .subsection2 {
    padding-top: 1em; }
  /* line 819, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .feedback-container {
    background: #f4e8d5; }
  /* line 823, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback p {
    margin: 0.4em 0 1em; }
  /* line 827, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .form {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    align-items: flex-start;
    width: 100%;
    max-width: 40em;
    padding-top: 1.4em; }
    /* line 836, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .form label {
      font-size: 1.3em;
      font-weight: 600;
      position: relative;
      top: 0.3em; }
    /* line 843, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .form textarea {
      height: 12em;
      border: 4px solid #bdb3a5;
      padding: 0.5em 0.7em;
      font-size: 1.8em;
      width: 100%;
      box-sizing: border-box;
      font-family: "source-sans-pro", sans-serif; }
    /* line 853, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .form &gt; input:not([type="checkbox"]) {
      flex: 1;
      width: 100%;
      border: 4px solid #bdb3a5;
      padding: 0.6em 0.5em;
      font-family: "source-sans-pro", sans-serif;
      font-size: 1.8em;
      box-sizing: border-box;
      margin-bottom: 0.4em; }
    /* line 865, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .form p.error {
      font-weight: 800;
      color: #e60000;
      background: white;
      padding: 0.6em 0.9em 0.52em;
      margin: 0.2em 0 0.6em;
      position: relative;
      box-shadow: 0 0.15em 0.3em 0em #bab0a1;
      border-radius: 0.4em; }
      /* line 875, D:/static/edandi/styles/scss/edandi.scss */
      .edi .feedback .form p.error:before, .edi .feedback .form p.error:after {
        content: "";
        position: absolute;
        border-width: 1em;
        border-style: solid;
        border-color: #00000000;
        border-top-color: white;
        width: 0;
        bottom: -1.9em;
        left: 1.7em;
        transform: translate(-50%, 0); }
      /* line 889, D:/static/edandi/styles/scss/edandi.scss */
      .edi .feedback .form p.error:before {
        border-top-color: #c6beaf;
        border-width: 1.1em;
        bottom: -2.25em;
        filter: blur(0.08em); }
  /* line 899, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .marketing {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4em; }
    /* line 905, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .marketing [type="checkbox"] {
      border: 4px solid #b2a799;
      appearance: none;
      width: 2em;
      height: 2em;
      background: white;
      margin: 0.5em 0.4em 0 0;
      box-shadow: none;
      cursor: pointer; }
      /* line 915, D:/static/edandi/styles/scss/edandi.scss */
      .edi .feedback .marketing [type="checkbox"]:checked {
        background-image: url(../../images/tick.svg);
        background-repeat: no-repeat;
        background-position: 50%; }
      /* line 921, D:/static/edandi/styles/scss/edandi.scss */
      .edi .feedback .marketing [type="checkbox"]:focus-visible {
        outline-offset: -0.3em; }
    /* line 926, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .marketing label {
      cursor: pointer; }
  /* line 931, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .comment-btn {
    border: none;
    width: 10em;
    font-family: "source-sans-pro", sans-serif;
    color: white;
    background: #3f3b4f;
    padding: 0.9em 0;
    border-radius: 3em;
    margin-top: 1em;
    cursor: pointer; }
    /* line 942, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .comment-btn:focus-visible {
      outline-offset: 0.2em;
      box-shadow: 0 0 0 0.2em white; }
    /* line 947, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .comment-btn span {
      font-size: 1.2em; }
  /* line 952, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .response {
    margin-top: 3em; }
    /* line 955, D:/static/edandi/styles/scss/edandi.scss */
    .edi .feedback .response p {
      background: #0d8721;
      color: white;
      display: inline-block;
      padding: 1em 2em;
      font-weight: 600;
      font-size: 1.9em;
      letter-spacing: 0.02em; }
  /* line 973, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission .subsection1 a:hover,
  .edi .sexandgender .subsection1 a:hover,
  .edi .decolonisation .subsection1 a:hover,
  .edi .accessibility .subsection1 a:hover,
  .edi .ageandbodysize .subsection1 a:hover {
    color: blue; }
  /* line 979, D:/static/edandi/styles/scss/edandi.scss */
  .edi h2,
  .edi h3,
  .edi h4,
  .edi h5,
  .edi table caption {
    font-size: unset;
    font-family: arial black, "acumin-pro", sans-serif;
    position: relative; }
  /* line 989, D:/static/edandi/styles/scss/edandi.scss */
  .edi h1 {
    font-weight: 400;
    color: #757595;
    margin: 0em 0 1em;
    font-size: unset;
    line-height: 2.8em; }
    /* line 996, D:/static/edandi/styles/scss/edandi.scss */
    .edi h1 span {
      font-size: 3.2em; }
  /* line 1001, D:/static/edandi/styles/scss/edandi.scss */
  .edi h2 {
    margin: 0;
    font-family: arial black, "acumin-pro", sans-serif;
    font-weight: unset;
    color: #17161d; }
    /* line 1007, D:/static/edandi/styles/scss/edandi.scss */
    .edi h2 span {
      font-size: 1.4em; }
    /* line 1011, D:/static/edandi/styles/scss/edandi.scss */
    .edi h2 .anchor {
      top: -4.9em;
      color: red; }
  /* line 1017, D:/static/edandi/styles/scss/edandi.scss */
  .edi h3 {
    padding: 0.2em 0 0 0.6em;
    color: #17161d;
    margin: 0;
    line-height: 1.9em; }
    /* line 1023, D:/static/edandi/styles/scss/edandi.scss */
    .edi h3 span {
      font-size: 2.2em; }
    /* line 1027, D:/static/edandi/styles/scss/edandi.scss */
    .edi h3 .anchor {
      border-color: green;
      top: -5.2em; }
  /* line 1033, D:/static/edandi/styles/scss/edandi.scss */
  .edi h4 {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    border-bottom: 1.5px solid;
    padding: 5.2em 0 0 0;
    margin: 0 0 2.4em 0; }
    /* line 1041, D:/static/edandi/styles/scss/edandi.scss */
    .edi h4 span {
      font-size: 2.7em;
      line-height: 1.2em; }
    /* line 1046, D:/static/edandi/styles/scss/edandi.scss */
    .edi h4 .anchor {
      border-color: blue;
      top: -5.6em; }
  /* line 1052, D:/static/edandi/styles/scss/edandi.scss */
  .edi h5,
  .edi .future h4 {
    color: #2a2833;
    margin: 0 0 1em 0;
    border: none; }
    /* line 1058, D:/static/edandi/styles/scss/edandi.scss */
    .edi h5 span,
    .edi .future h4 span {
      font-size: 2em; }
    /* line 1062, D:/static/edandi/styles/scss/edandi.scss */
    .edi h5 + p,
    .edi .future h4 + p {
      margin-top: 0; }
  /* line 1067, D:/static/edandi/styles/scss/edandi.scss */
  .edi p {
    font-size: 1.8em;
    letter-spacing: -0.02em;
    margin: 1em 0 1.6em;
    line-height: 1.5em; }
  /* line 1074, D:/static/edandi/styles/scss/edandi.scss */
  .edi sup {
    vertical-align: unset;
    font-size: 75%;
    font-weight: bold;
    position: relative;
    top: -0.5em; }
    /* line 1081, D:/static/edandi/styles/scss/edandi.scss */
    .edi sup a {
      font-weight: 600; }
  /* line 1086, D:/static/edandi/styles/scss/edandi.scss */
  .edi ul,
  .edi ol {
    margin-left: 0em;
    padding-left: 1.8em; }
  /* line 1092, D:/static/edandi/styles/scss/edandi.scss */
  .edi li {
    font-size: unset;
    padding-left: 0.5em; }
    /* line 1096, D:/static/edandi/styles/scss/edandi.scss */
    .edi li::marker {
      font-size: 1.5em;
      font-weight: 400; }
  /* line 1102, D:/static/edandi/styles/scss/edandi.scss */
  .edi .action-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(36em, 1fr));
    gap: 2em;
    margin-top: 1.6em; }
    /* line 1108, D:/static/edandi/styles/scss/edandi.scss */
    .edi .action-boxes p {
      font-size: 1.7em;
      line-height: 1.3em;
      margin: 1.2em 0; }
      /* line 1113, D:/static/edandi/styles/scss/edandi.scss */
      .edi .action-boxes p:first-child {
        margin-top: 0.3em; }
    /* line 1118, D:/static/edandi/styles/scss/edandi.scss */
    .edi .action-boxes .close p {
      margin-bottom: 0.3em; }
  /* line 1123, D:/static/edandi/styles/scss/edandi.scss */
  .edi .action-box {
    flex: 1; }
  /* line 1127, D:/static/edandi/styles/scss/edandi.scss */
  .edi .box-head {
    padding: 2em;
    padding-bottom: 0.1em; }
    /* line 1131, D:/static/edandi/styles/scss/edandi.scss */
    .edi .box-head p {
      font-weight: 600; }
    /* line 1135, D:/static/edandi/styles/scss/edandi.scss */
    .edi .box-head em {
      font-style: normal;
      font-weight: 700; }
  /* line 1141, D:/static/edandi/styles/scss/edandi.scss */
  .edi .box-body {
    background: #fbdacd;
    padding: 2em 2em 1.6em; }
  /* line 1146, D:/static/edandi/styles/scss/edandi.scss */
  .edi .table-scroll {
    overflow-x: auto;
    width: 100%; }
    /* line 1150, D:/static/edandi/styles/scss/edandi.scss */
    .edi .table-scroll:focus-visible {
      outline-offset: 0; }
  /* line 1155, D:/static/edandi/styles/scss/edandi.scss */
  .edi table {
    border-collapse: collapse;
    text-align: left;
    line-height: 2em;
    margin-bottom: 4em;
    width: 100%; }
    /* line 1162, D:/static/edandi/styles/scss/edandi.scss */
    .edi table.summary {
      font-size: 90%; }
      /* line 1165, D:/static/edandi/styles/scss/edandi.scss */
      .edi table.summary caption {
        background: none;
        padding-left: 0;
        color: #5e7c36;
        border-bottom: 1px solid #79a046;
        font-size: 1.9em; }
      /* line 1173, D:/static/edandi/styles/scss/edandi.scss */
      .edi table.summary th[scope="col"] p {
        font-size: 1.3em;
        font-family: "source-sans-pro";
        font-weight: 800;
        line-height: 1.1em;
        text-transform: uppercase; }
      /* line 1181, D:/static/edandi/styles/scss/edandi.scss */
      .edi table.summary thead tr:first-child p {
        font-size: 1.4em; }
    /* line 1186, D:/static/edandi/styles/scss/edandi.scss */
    .edi table caption {
      text-align: left;
      font-size: 1.8em;
      padding: 0.6em;
      font-family: acumin-pro, sans-serif;
      font-weight: 800;
      font-style: normal; }
      /* line 1194, D:/static/edandi/styles/scss/edandi.scss */
      .edi table caption .anchor {
        border-color: #00bcc2;
        top: -13.975em; }
      /* line 1199, D:/static/edandi/styles/scss/edandi.scss */
      .edi table caption span {
        position: sticky;
        left: 0; }
    /* line 1205, D:/static/edandi/styles/scss/edandi.scss */
    .edi table p {
      font-size: 1.6em;
      line-height: 1.2em;
      margin-bottom: 1em; }
      /* line 1210, D:/static/edandi/styles/scss/edandi.scss */
      .edi table p strong {
        font-weight: 600; }
    /* line 1216, D:/static/edandi/styles/scss/edandi.scss */
    .edi table .tighter ol {
      margin-bottom: 3.2em; }
    /* line 1220, D:/static/edandi/styles/scss/edandi.scss */
    .edi table .tighter &gt; p {
      margin: 1em 0 -0.4em; }
      /* line 1223, D:/static/edandi/styles/scss/edandi.scss */
      .edi table .tighter &gt; p:last-of-type {
        margin-bottom: 1.4em; }
    /* line 1230, D:/static/edandi/styles/scss/edandi.scss */
    .edi table .follow-on ol {
      margin-bottom: 1em; }
    /* line 1234, D:/static/edandi/styles/scss/edandi.scss */
    .edi table .follow-on td {
      padding: 0.2em 4em 0em 1em; }
    /* line 1238, D:/static/edandi/styles/scss/edandi.scss */
    .edi table .follow-on + tr td {
      padding-top: 0; }
    /* line 1245, D:/static/edandi/styles/scss/edandi.scss */
    .edi table th:first-child,
    .edi table td:first-child {
      position: sticky;
      left: 0; }
    /* line 1250, D:/static/edandi/styles/scss/edandi.scss */
    .edi table th:nth-child(2),
    .edi table td:nth-child(2) {
      min-width: 20em; }
    /* line 1255, D:/static/edandi/styles/scss/edandi.scss */
    .edi table th {
      padding: 1em 4em 1em 1em;
      background-color: #fafafa; }
      /* line 1259, D:/static/edandi/styles/scss/edandi.scss */
      .edi table th[scope="col"] {
        vertical-align: bottom; }
        /* line 1262, D:/static/edandi/styles/scss/edandi.scss */
        .edi table th[scope="col"].blank {
          border: none; }
        /* line 1266, D:/static/edandi/styles/scss/edandi.scss */
        .edi table th[scope="col"] p {
          font-family: arial black, "acumin-pro", sans-serif;
          font-size: 1.5em;
          margin: 0; }
      /* line 1273, D:/static/edandi/styles/scss/edandi.scss */
      .edi table th p {
        font-weight: 600; }
    /* line 1278, D:/static/edandi/styles/scss/edandi.scss */
    .edi table th[scope="row"],
    .edi table th[scope="col"],
    .edi table td {
      border-bottom: 1px solid; }
    /* line 1284, D:/static/edandi/styles/scss/edandi.scss */
    .edi table th[scope="row"],
    .edi table td {
      vertical-align: top;
      padding: 0.2em 4em 0.2em 1em; }
    /* line 1290, D:/static/edandi/styles/scss/edandi.scss */
    .edi table td:last-child {
      padding-right: 1em; }
  /* line 1295, D:/static/edandi/styles/scss/edandi.scss */
  .edi ul.nav-tree {
    font-family: arial black, "acumin-pro", sans-serif;
    color: #2a2833; }
    /* line 1299, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree ul,
    .edi ul.nav-tree li {
      margin: 0;
      padding: 0; }
    /* line 1305, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree[role="tree"] {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 1310, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree[role="tree"] li {
        margin: 0;
        padding: 0;
        list-style: none; }
      /* line 1316, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree[role="tree"] &gt; li:last-child {
        padding-bottom: 4em; }
    /* line 1321, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .label {
      padding: 1.1em 1.1em;
      flex: 1; }
      /* line 1325, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree .label span {
        font-size: 1.5em; }
    /* line 1330, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree ul {
      margin-left: 3.6em; }
      /* line 1333, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree ul .label {
        padding: 1.1em 1.3em;
        padding-right: 0; }
        /* line 1337, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree ul .label span {
          font-size: 1.3em; }
      /* line 1342, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree ul ul {
        margin: 0.4em 0 1.2em 4.2em; }
        /* line 1345, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree ul ul [role="treeitem"] {
          border: none; }
        /* line 1349, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree ul ul li:last-child [role="treeitem"] {
          border-bottom: 1px solid #bfc0d9; }
        /* line 1353, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree ul ul .label {
          font-family: "source-sans-pro", sans-serif;
          font-weight: 600;
          padding: 0.8em 1em;
          padding-right: 0;
          line-height: 1.4em; }
          /* line 1360, D:/static/edandi/styles/scss/edandi.scss */
          .edi ul.nav-tree ul ul .label span {
            font-size: 1.3em;
            font-weight: 600; }
    /* line 1368, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree &gt; li:first-child [role="treeitem"] {
      border-top: 1px solid #bfc0d9; }
    /* line 1372, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree [role="treeitem"] {
      position: relative;
      display: flex;
      align-items: stretch;
      border-bottom: 1px solid #bfc0d9; }
      /* line 1379, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"][aria-expanded="false"] + [role="group"] {
        display: none; }
      /* line 1383, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"][aria-expanded="false"] &gt; span svg {
        transform: rotate(270deg) translate(2px, 2px); }
      /* line 1388, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"][aria-expanded="true"] + [role="group"] {
        display: block; }
      /* line 1392, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"].sexandgender {
        color: #cb643b; }
        /* line 1395, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].sexandgender:hover {
          color: #cb643b; }
      /* line 1400, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"].decolonisation {
        color: #888cd3; }
        /* line 1403, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].decolonisation:hover {
          color: #888cd3; }
        /* line 1407, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].decolonisation .icon {
          background-size: auto 3.7em; }
      /* line 1412, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"].accessibility {
        color: #7b9d4d; }
        /* line 1415, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].accessibility:hover {
          color: #7b9d4d; }
        /* line 1419, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].accessibility .icon {
          background-size: auto 4.1em; }
      /* line 1424, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree [role="treeitem"].ageandbodysize {
        color: #e93535; }
        /* line 1427, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].ageandbodysize:hover {
          color: #e93535; }
        /* line 1431, D:/static/edandi/styles/scss/edandi.scss */
        .edi ul.nav-tree [role="treeitem"].ageandbodysize .icon {
          background-size: auto 3.8em; }
    /* line 1438, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .with-icon .label {
      background-repeat: no-repeat;
      background-size: 3.8em;
      background-position: 0 50%;
      padding: 1.3em 1.3em 1.3em 4.6em; }
    /* line 1445, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .with-icon.sexandgender .label {
      background-position: 0.5em 50%; }
    /* line 1449, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .with-icon.decolonisation .icon {
      background-size: auto 2.8em;
      background-position: 0.8em 50%; }
    /* line 1454, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .with-icon.accessibility .icon {
      background-size: auto 3.2em;
      background-position: 0.6em 50%; }
    /* line 1459, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .with-icon.ageandbodysize .icon {
      background-size: auto 2.8em;
      background-position: 0.5em 50%; }
    /* line 1465, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree a {
      margin: 0;
      text-decoration: none;
      border: none;
      display: flex;
      align-items: center;
      color: #2a2833; }
      /* line 1473, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree a:hover {
        background-color: #f4e8d5;
        text-decoration: underline;
        color: initial; }
      /* line 1485, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree a:focus-visible {
        box-shadow: none;
        outline-offset: -0.6em; }
      /* line 1490, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree a ul {
        margin: 0;
        padding: 0; }
    /* line 1496, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree .arrow {
      width: 4em;
      right: 0;
      padding: 0;
      border: none; }
      /* line 1502, D:/static/edandi/styles/scss/edandi.scss */
      .edi ul.nav-tree .arrow span {
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        transition: transform 300ms;
        background-image: url('data:image/svg+xml,&lt;svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect width="3.00001" height="12" rx="1" transform="matrix(0.707107 0.707107 0.707106 -0.707107 17.8789 24.3787)" fill="%233B3838"/&gt;&lt;rect width="2.99999" height="12" rx="1" transform="matrix(-0.707107 0.707107 0.707106 0.707107 13.6357 15.8934)" fill="%233B3838"/&gt;&lt;/svg&gt;'); }
    /* line 1514, D:/static/edandi/styles/scss/edandi.scss */
    .edi ul.nav-tree [aria-expanded="true"] &gt; .arrow span {
      transform: rotate(0deg); }
  /* line 1519, D:/static/edandi/styles/scss/edandi.scss */
  .edi .hidden {
    display: none; }

@media screen and (max-width: 1023px) {
  /* line 1525, D:/static/edandi/styles/scss/edandi.scss */
  html,
  body {
    overflow-x: hidden;
    height: 100vh; }
  /* line 1531, D:/static/edandi/styles/scss/edandi.scss */
  .edi {
    padding: 4.4em 0 0 0; }
    /* line 1534, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 1em;
      height: 100%;
      width: 50%;
      transform: translate(100vw, 0);
      transition: transform 0.3s, left 0.3s; }
      /* line 1544, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar.open {
        transform: translate(50vw, 0);
        left: 0; }
        /* line 1548, D:/static/edandi/styles/scss/edandi.scss */
        .edi .sidebar.open .box-h2 {
          transform: translate(0, 0);
          left: 1.6em; }
          /* line 1552, D:/static/edandi/styles/scss/edandi.scss */
          .edi .sidebar.open .box-h2 .contentsBtn {
            background: white; }
        /* line 1558, D:/static/edandi/styles/scss/edandi.scss */
        .edi .sidebar.open .contentsArrow.right {
          display: block; }
        /* line 1562, D:/static/edandi/styles/scss/edandi.scss */
        .edi .sidebar.open .contentsArrow.left {
          display: none; }
      /* line 1568, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar &gt; div {
        top: 32px;
        box-shadow: -4px 0px 6px 0px #0000002b;
        background-color: white; }
      /* line 1574, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar nav {
        padding: 2em;
        top: calc(32px + 3.2em);
        height: 100%; }
      /* line 1580, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .row-h2 {
        padding-top: 1.2em;
        background: none; }
      /* line 1585, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .box-h2 {
        padding: 0;
        transform: translate(-100%, 0);
        left: -4.8em;
        height: unset;
        flex: unset; }
        /* line 1592, D:/static/edandi/styles/scss/edandi.scss */
        .edi .sidebar .box-h2 &gt; h2 {
          display: none; }
        /* line 1596, D:/static/edandi/styles/scss/edandi.scss */
        .edi .sidebar .box-h2 .contentsBtn {
          display: flex;
          appearance: none;
          height: 100%;
          padding: 0.4em 0.4em 0.4em 0.8em;
          border: none;
          background: #fafafa;
          font-size: unset;
          align-items: center; }
          /* line 1607, D:/static/edandi/styles/scss/edandi.scss */
          .edi .sidebar .box-h2 .contentsBtn h2 span {
            font-size: 2.2em;
            font-weight: 400; }
      /* line 1616, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .contentsArrow.left {
        transform: rotate(180deg);
        display: block; }
      /* line 1621, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .contentsArrow.right {
        display: none; }
    /* line 1627, D:/static/edandi/styles/scss/edandi.scss */
    .edi h1,
    .edi .scroll-container {
      padding: 0 4em;
      width: 100vw;
      box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 1638, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sidebar .box-h2 .contentsBtn {
    font-size: 0.9em; }
  /* line 1642, D:/static/edandi/styles/scss/edandi.scss */
  .edi .subsection1 {
    padding: 0 2em 3em 3em; }
  /* line 1646, D:/static/edandi/styles/scss/edandi.scss */
  .edi .subsection2 {
    padding: 0 2em 0em 3em; } }

@media screen and (max-width: 580px) {
  /* line 1654, D:/static/edandi/styles/scss/edandi.scss */
  .edi .sidebar {
    width: 100vw; }
    /* line 1657, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar.open {
      transform: translate(0, 0); }
    /* line 1661, D:/static/edandi/styles/scss/edandi.scss */
    .edi .sidebar .box-h2 {
      left: -2.8em; }
      /* line 1664, D:/static/edandi/styles/scss/edandi.scss */
      .edi .sidebar .box-h2 .contentsBtn {
        font-size: 0.8em; }
  /* line 1670, D:/static/edandi/styles/scss/edandi.scss */
  .edi h1,
  .edi .scroll-container {
    padding: 0 2em; }
  /* line 1675, D:/static/edandi/styles/scss/edandi.scss */
  .edi .subsection1 {
    padding: 0 0.4em 2em 0.4em; }
  /* line 1679, D:/static/edandi/styles/scss/edandi.scss */
  .edi .subsection2 {
    padding: 0 0.4em 0 2em; }
  /* line 1684, D:/static/edandi/styles/scss/edandi.scss */
  .edi table p {
    font-size: 1.4em; }
  /* line 1688, D:/static/edandi/styles/scss/edandi.scss */
  .edi table th[scope="row"],
  .edi table td {
    padding: 0.2em 1em 0.2em 0.6em; }
  /* line 1695, D:/static/edandi/styles/scss/edandi.scss */
  .edi table th:nth-child(2),
  .edi table td:nth-child(2) {
    min-width: unset; }
  /* line 1702, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission .subsection1 {
    padding: 0 2em 2em 4em; }
  /* line 1706, D:/static/edandi/styles/scss/edandi.scss */
  .edi .mission .box-h3,
  .edi .mission .row-h2 + .box-h3 {
    padding-left: 2em;
    padding-right: 2em; }
  /* line 1714, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .subsection1 {
    padding: 3em 2.4em 2em 2.5em; }
  /* line 1718, D:/static/edandi/styles/scss/edandi.scss */
  .edi .feedback .subsection2 {
    padding-left: 0; } }

/*# sourceMappingURL=edandi.css.map */</pre></body></html>