:root {
  --orange-innovative: #ea5f1e1a;
  --purple-inclusive: #4d005d1a;
  --pink-collaboration: #e6007d1a;
  --blue-inspiring: #0063af1a;
  --leader-yellow: #ede5131a;
  --white: white;
  --leader-info-text: #ecebd4;
  --inclusive: #4d005d;
  --collaborative-dark: #a90254;
  --inspiring: #00589b;
  --grey: #b6b6b6;
  --innovative: #b84c19;
  --black: black;
  --excellent: #ffea00;
  --footer-yellow: #fffbcb;
  --collaborative: #ff007d;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  line-height: 38px;
}

.heading._2 {
  font-family: Roboto Condensed, sans-serif;
}

.heading.sub {
  color: #7c7c7c00;
  font-variation-settings: "wght" 689, "YTUC" 709, "wdth" 73.3, "YOPQ" 82;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #252525;
  font-family: Roboto Flex;
  font-weight: 700;
}

.heading.sub.variable.collaborative {
  z-index: 2;
  position: relative;
}

.heading.sub.variable.collaborative:hover {
  color: #ff017e7d;
  font-variation-settings: "wght" 858, "YTUC" 709, "wdth" 52, "YOPQ" 82;
}

.heading.sub.variable.inspiring {
  transition: font-variation-settings .325s cubic-bezier(.95, .05, .795, .035);
}

.heading.sub.variable.inspiring:hover {
  font-variation-settings: "wght" 689, "YTUC" 570, "wdth" 73.3, "YOPQ" 82;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  line-height: 38px;
}

.heading-2._2 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.section-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-title.values {
  justify-content: flex-start;
}

.button {
  z-index: 2;
  color: #ea5f1e;
  text-align: left;
  background-color: #ea5f1e00;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  line-height: 1px;
  position: static;
}

.container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 119px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.image-city {
  z-index: -2;
  max-width: 100%;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.flex-block {
  margin-top: 10px;
  margin-left: 30px;
}

.image-2 {
  mix-blend-mode: luminosity;
}

.section-icons {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 250px;
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column {
  justify-content: center;
  display: flex;
}

.column-left {
  justify-content: flex-end;
  display: flex;
}

.column-right {
  display: flex;
}

.title-wrap {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.flex-block-2 {
  justify-content: space-around;
  align-items: flex-end;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 15px;
}

.paragraph {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2 {
  font-size: 13px;
  line-height: 17px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-around;
  display: block;
}

.values-wrap {
  position: relative;
}

.section-city {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.section-city.mobile {
  display: none;
}

.paragraph-3 {
  max-width: 560px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 16px;
}

.image-icon {
  width: 200px;
}

.image-icon.colour {
  display: none;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  height: 300px;
  min-height: 340px;
  margin-top: 50px;
  margin-bottom: 0;
}

.paragraph-4, .image-word {
  display: none;
}

.div-block-3 {
  align-items: flex-end;
  display: block;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.flex-block-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
}

.body {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon_text {
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.icon_text.excellent {
  height: 3.7rem;
}

.values_text-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.values_picture-wrap {
  flex: 0 auto;
  width: 700px;
}

.section-4 {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.block-quote {
  width: 290px;
  font-size: 29px;
  line-height: 30px;
}

.paragraph-6 {
  color: #6e6e6e;
  width: 300px;
  font-size: 26px;
  line-height: 30px;
}

.image-4 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

.flex-block-5 {
  justify-content: space-between;
}

.section-5 {
  background-color: #ea5f1e;
  justify-content: space-between;
  height: 180px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.values-footer-text {
  color: #f5f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
}

.values-footer-text.sub {
  color: #f5f2f203;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f5f2f2;
}

.values-footer-wrap {
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-footer {
  justify-content: center;
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
  display: flex;
}

.flex-bloc-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 80%;
  margin-left: 30px;
}

.navbar-no-shadow {
  flex: 1;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 20px 40px;
}

.container-regular {
  width: 100%;
  max-width: 1258px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #eeeeeee6;
  border-radius: 5px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section-2-intro {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-2-intro.excellent {
  flex-flow: column;
  align-self: center;
}

.value-intro_wrap {
  width: 50%;
}

.value-intro_wrap.excellent {
  display: block;
}

.values-intro_italics {
  background-color: var(--orange-innovative);
  padding: 30px 100px 30px 50px;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  box-shadow: 0 3px 3px #0000005c;
}

.values-intro_italics.inclusive {
  background-color: var(--purple-inclusive);
}

.values-intro_italics.collaborative {
  background-color: var(--pink-collaboration);
}

.values-intro_italics.inspiring {
  background-color: var(--blue-inspiring);
}

.values-intro_italics.excellent {
  background-color: var(--leader-yellow);
  text-align: center;
  padding: 30px;
}

.small-caps, .values-intro_small-caps {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
}

.values-intro_small-caps.excellent {
  font-size: 30px;
}

.section-3-table {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 60px 40px 17px;
  display: flex;
}

.section-3-table.excelent {
  display: none;
}

.div-table {
  flex: 1;
  min-width: 550px;
  max-width: 520px;
}

.div-table.excellent {
  display: none;
}

.table-txt_caps {
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.div-photo {
  z-index: 3;
  flex: 0 auto;
  width: 400px;
  height: 600px;
}

.table-txt_key-word {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.table-txt_key-word.bottom-left {
  flex: 0 auto;
  align-self: flex-start;
  width: 60%;
  font-size: 14px;
  line-height: 20px;
}

.table-txt_key-word.bottom-left.title {
  text-align: center;
  border-bottom: 2px solid #0000004d;
  width: 100%;
  padding-top: 3px;
  padding-right: 25px;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 0;
}

.text-block, .text-block-2 {
  font-size: 18px;
}

.table-txt_body {
  width: 90%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.table-txt_body.not {
  color: #333333e6;
}

.div-block-8 {
  background-color: #444444a1;
  width: 80%;
  height: 1.5px;
  position: absolute;
}

.table-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding: 50px 0;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.table-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  margin-top: 50px;
  display: flex;
}

.table-divider_horizontal {
  background-color: #0003;
  align-self: center;
  height: 2px;
  padding-left: 10px;
  position: absolute;
  inset: 45px 0% auto;
}

.table-wrap2 {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  width: 100%;
  height: 350px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #0003;
}

.table-wrap2.bottom {
  background-color: #0000000d;
  max-width: 900px;
  height: auto;
  min-height: 250px;
  margin-top: -24px;
  padding-top: 30px;
  padding-bottom: 0;
}

.flex-block-7 {
  flex-direction: row;
}

.table-column {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.table-column.relative {
  position: relative;
}

.table-column.leader {
  display: none;
}

.table-column_block {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.table-column_block.title {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.table-column_block.bottom-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  padding-bottom: 11px;
}

.table-divider_vertical {
  background-color: #0003;
  width: 2px;
  height: 85%;
  position: absolute;
  inset: auto 0% auto auto;
}

.div-block-9 {
  flex: 1;
}

.table-divider_spacer {
  align-items: flex-start;
  height: 70%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.table-divider_spacer.bottom {
  height: 100%;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table_leader-column {
  z-index: 0;
  background-color: var(--leader-yellow);
  width: 33.5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.table_leader-column.popup {
  z-index: 2;
  background-color: #ede51300;
  width: 50%;
  height: auto;
  display: none;
  top: 13%;
}

.table_leader-column.yellow {
  width: 50%;
  display: none;
}

.div-block-11 {
  height: 40%;
}

.margin-container {
  flex-direction: column;
  max-width: 1258px;
  display: flex;
}

.photo-wrap {
  height: 600px;
  max-height: 600px;
  position: relative;
}

.quote-txt {
  color: #fff;
  max-width: 80%;
  padding: 30px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  position: static;
  inset: auto auto 0% 0%;
}

.div-training {
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.development-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 400px;
  padding: 30px;
  display: flex;
}

.training-text {
  text-align: left;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.section-4-photo {
  justify-content: center;
  align-items: center;
  padding: 30px 40px 30px 0;
}

.section-values-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0;
  display: flex;
  position: relative;
}

.section-values-footer.inclusive {
  background-color: var(--purple-inclusive);
  height: 120px;
}

.section-values-footer.inspiring {
  background-color: var(--blue-inspiring);
}

.section-values-footer.innovative {
  background-color: var(--orange-innovative);
}

.section-values-footer.collaborative {
  background-color: var(--pink-collaboration);
}

.section-values-footer.excellent {
  z-index: 5;
  flex: 0 auto;
  align-items: stretch;
}

.link-block {
  color: #303030;
  text-decoration: none;
}

.nav-wrap {
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-block-5 {
  text-align: left;
}

.div-block-13 {
  flex: 0 auto;
  display: flex;
}

.div-block-14 {
  flex: none;
  width: 103px;
}

.div-block-15 {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
  position: relative;
}

.div-block-15.collaborative {
  position: static;
}

.colour-strike {
  background-color: #0000;
  height: 6px;
}

.colour-strike.inclusive {
  height: 5px;
}

.uni-logo_wrap {
  z-index: 2;
  padding: 0;
  position: relative;
}

.uni-logo {
  max-width: none;
}

.footer {
  background-color: var(--orange-innovative);
  height: 130px;
  position: absolute;
  inset: auto 0% 0;
}

.footer.inclusive {
  background-color: var(--purple-inclusive);
}

.footer.collaborative {
  background-color: var(--pink-collaboration);
}

.footer.inspiring {
  background-color: var(--blue-inspiring);
}

.footer.excellent {
  background-color: var(--leader-yellow);
}

.div-block-17 {
  max-width: 900px;
  display: flex;
}

.quote-wrap {
  background-image: linear-gradient(#0000, #000 90%);
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.staff-position {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
}

.staff-name {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.leader-info_txt {
  z-index: 4;
  color: var(--leader-info-text);
  text-align: left;
  height: 100%;
  padding: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  position: relative;
  transform: translate(0);
}

.leaders-link-txt {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.table_leader-wrap {
  z-index: 2;
  background-color: var(--inclusive);
  width: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 10px 5px #ece87f;
}

.table_leader-wrap.innovative {
  background-color: #ac4515;
}

.table_leader-wrap.collaborative {
  background-color: var(--collaborative-dark);
}

.table_leader-wrap.inspiring {
  background-color: var(--inspiring);
}

.toggle-position {
  flex: 1;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.toggle-wrap {
  border: 2px solid var(--grey);
  border-radius: 100px;
  align-items: center;
  width: 200px;
  height: 30px;
  display: flex;
  position: relative;
}

.btn {
  background-color: #ac4516;
  border-radius: 50vh;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
}

.btn.collaborative {
  background-color: var(--collaborative-dark);
}

.btn.inclusive {
  background-color: var(--inclusive);
}

.btn.inspiring {
  background-color: var(--inspiring);
}

.table-txt-caps {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.toggle-txt {
  z-index: 2;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-family: Roboto Condensed, sans-serif;
  line-height: 14px;
  display: flex;
  position: relative;
}

.toggle-txt.off {
  color: var(--leader-info-text);
}

.slider {
  height: auto;
}

.image-6 {
  object-fit: cover;
  height: 600px;
}

.slide-nav, .left-arrow, .right-arrow, .left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.subheading {
  color: #3330;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  line-height: 38px;
}

.subheading.overlay {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  position: absolute;
  inset: 0%;
}

.subheading-wrap {
  flex: 0 auto;
  position: relative;
}

.image-icon-colour {
  width: 200px;
  display: none;
}

.icon-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

._1pager-small-caps {
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-18 {
  display: none;
}

.icon-wrap {
  max-width: 350px;
}

.div-block-20 {
  align-items: stretch;
  display: flex;
}

.sub1, .sub2 {
  color: #3330;
  font-variation-settings: "wght" 700, "wdth" 75;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 400;
  line-height: 38px;
}

.sub1-wrap {
  flex: none;
  width: 103px;
}

.sub2-wrap {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.intro-caps {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.values-heading {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.values-heading_wrap {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.spacer {
  background-color: #000000cf;
  flex: 0 auto;
  width: 100%;
  height: 2px;
  margin-bottom: -15px;
}

.values-wrapper {
  flex-direction: column;
  display: flex;
}

.section-into-story {
  flex-direction: row;
  justify-content: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
}

.home-nav_container {
  width: 100%;
  min-height: 30px;
  padding-right: 50px;
}

.click-me {
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
}

.arrow-wrap {
  margin-top: 41px;
  display: flex;
}

.image-7 {
  max-width: 40px;
}

.div-block-21 {
  width: 230px;
  font-family: Roboto Condensed, sans-serif;
}

.icons-intro {
  font-size: 20px;
  line-height: 22px;
}

.div-block-22.mobile {
  display: none;
}

.story-container {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1258px;
  display: flex;
}

.story-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-self: center;
  display: flex;
}

.story-display-text {
  color: #fcfcfc;
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: #333333e6;
  text-transform: uppercase;
  padding-right: 3px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.story-display-text.overlay {
  -webkit-text-stroke-width: 0px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.display-text_wrap {
  text-align: right;
  width: 280px;
  position: relative;
  overflow: hidden;
}

.display-text_wrap.base {
  width: 340px;
}

.story-copy {
  width: 280px;
  line-height: 16px;
}

.story-copy.base {
  width: 340px;
}

.div-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 1258px;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
}

.div-block-24 {
  padding-right: 0;
}

.div-block-25 {
  margin-top: 30px;
}

.section-3-container {
  flex-flow: row;
  flex: 0 auto;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 30px;
  display: flex;
}

.excellent-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-7 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.link {
  color: #2c2b2b;
  text-decoration: underline;
}

.link-block-3 {
  color: #2c2c2c;
  text-decoration: none;
}

.table-photo-holder {
  display: flex;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  align-self: flex-end;
}

.button-2 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  width: 150px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.button-2.inclusive {
  background-color: var(--inclusive);
  box-shadow: none;
  color: var(--white);
  font-weight: 400;
  transition: box-shadow .2s cubic-bezier(.075, .82, .165, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-2.inclusive:hover {
  transform: translate(-1px, -1px);
  box-shadow: inset 2px 3px 10px #f578d3cc, 2px 2px 3px #00000096;
}

.button-2.inspiring {
  background-color: var(--inspiring);
  box-shadow: none;
  color: var(--white);
  font-weight: 400;
  transition: box-shadow .2s cubic-bezier(.175, .885, .32, 1.275), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-2.inspiring:hover {
  transform: translate(-1px, -1px);
  box-shadow: inset 3px 4px 10px #7bc6eed4, 0 2px 3px #000000cf;
}

.button-2.innovative {
  background-color: var(--innovative);
  color: var(--white);
  font-weight: 400;
  transition: box-shadow .2s cubic-bezier(.075, .82, .165, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-2.innovative:hover {
  transform: translate(-1px, -1px);
  box-shadow: inset 8px 4px 9px #dad87685, 0 2px 3px #000000b3;
}

.button-2.collaborative {
  background-color: var(--collaborative-dark);
  color: var(--white);
  font-weight: 400;
  transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1), transform .2s cubic-bezier(.23, 1, .32, 1);
}

.button-2.collaborative:hover {
  transform: translate(-1px, -1px);
  box-shadow: inset 3px 5px 11px #f188cbd1, 0 2px 3px #000000ad;
}

.button-2.home {
  border-width: 2px;
  margin-right: 50px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s cubic-bezier(.77, 0, .175, 1);
  box-shadow: inset 0 0 #0003;
}

.button-2.home:hover {
  transform: translate(-1px, -1px);
  box-shadow: inset -11px 1px 11px -2px #f0aae95e, inset 6px -3px 10px #b8ddf5a8, 2px 2px 2px #00000073, inset 9px 3px 5px #e3e4b4b0;
}

.div-block-28 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 1258px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.drop-down {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  font-family: Roboto Condensed, sans-serif;
}

.dropdown-list {
  background-color: var(--leader-info-text);
}

.dropdown-list.w--open {
  background-color: #eee;
}

.dropdown-toggle {
  vertical-align: baseline;
}

.section-training {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 60px 0 150px;
  padding: 40px;
  display: flex;
}

.section-training.inclusive {
  align-items: center;
  margin-bottom: 100px;
}

.section-video {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 100px;
  display: flex;
}

.button-activity {
  background-color: var(--excellent);
  color: #2b2b2b;
  border: 2px solid #000;
  border-radius: 20px;
  font-family: Roboto Condensed, sans-serif;
  box-shadow: 2px 2px 5px #0003;
}

.activities-drop-up {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a8a8a8d9;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 250px;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.activities-div {
  flex: 1;
  height: 133px;
}

.footer-colour-div {
  z-index: 5;
  background-color: var(--footer-yellow);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.dropdown {
  display: none;
}

.activity-wrap {
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.toolkit-title {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.youtube {
  width: 85vw;
  position: relative;
}

.paragraph-8 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--leader-yellow);
  border: 2px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 250px;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.075, .82, .165, 1), box-shadow .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.link-block-4:hover {
  background-color: var(--leader-yellow);
  box-shadow: 0 2px 5px 0 #000, inset 0 0 20px 0 var(--excellent);
  transform: translate(-1px, -1px);
}

.link-block-4.inclusive {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--purple-inclusive);
  justify-content: space-around;
  align-items: center;
}

.link-block-4.inclusive:hover {
  background-color: var(--purple-inclusive);
  opacity: 1;
  box-shadow: 0 2px 5px #000;
}

.link-block-4.inspiring {
  background-color: var(--blue-inspiring);
}

.link-block-4.inspiring:hover {
  box-shadow: 0 2px 5px #000;
}

.link-block-4.innovative {
  background-color: var(--pink-collaboration);
}

.link-block-4.innovative:hover {
  box-shadow: 0 2px 5px #000;
}

.toolkit-text {
  color: #313131;
  text-align: center;
  text-transform: capitalize;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid.inclusive {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-30 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.image-8 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-26deg);
}

.toolkit-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.toolkit-number {
  color: #31313100;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.help-text {
  color: #2e2e2e;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
}

.image-9 {
  width: 40px;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding: 50px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .div-block-2 {
    max-width: 2048px;
    display: flex;
  }

  .body, .body-2 {
    justify-content: center;
    display: flex;
  }

  .section-video {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 32px;
    line-height: 32px;
  }

  .heading.sub {
    -webkit-text-stroke-width: 1.9px;
  }

  .heading-2._2 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-title {
    flex-direction: column;
  }

  .image-city {
    max-width: 100%;
    position: static;
  }

  .section-icons {
    flex-direction: column;
  }

  .title-wrap {
    width: auto;
  }

  .paragraph-3 {
    padding-right: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .flex-block-3 {
    flex-direction: row;
    align-items: flex-start;
    min-height: 300px;
  }

  .div-block-3 {
    justify-content: flex-end;
  }

  .flex-block-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: right;
    flex-direction: row;
    align-self: flex-end;
    width: 50%;
  }

  .flex-bloc-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .values-intro_italics {
    padding-right: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-3-table {
    max-width: 100%;
  }

  .div-photo {
    flex: 1;
  }

  .table-txt_key-word {
    font-size: 25px;
  }

  .table-wrap2 {
    height: 380px;
  }

  .table-column_block {
    min-width: 230px;
    max-width: 330px;
  }

  .photo-wrap {
    min-width: auto;
  }

  .quote-txt {
    color: #fff;
    letter-spacing: 1.05px;
    text-transform: none;
    max-width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-training {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
  }

  .development-wrap {
    max-width: 100%;
    display: none;
  }

  .training-text {
    font-size: 30px;
    line-height: 35px;
  }

  .section-4-photo {
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-values-footer.innovative {
    background-color: var(--orange-innovative);
  }

  .section-values-footer.collaborative {
    background-color: var(--pink-collaboration);
  }

  .div-block-14 {
    width: 92px;
  }

  .colour-strike {
    height: 5px;
  }

  .colour-strike.inclusive {
    height: 4px;
  }

  .div-block-17 {
    max-width: 100%;
  }

  .leader-info_txt {
    padding-left: 25px;
    padding-right: 25px;
  }

  .subheading {
    -webkit-text-stroke-width: 4.5px;
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-19 {
    justify-content: flex-end;
    align-self: flex-end;
    min-height: 60px;
    display: flex;
  }

  .sub1, .sub2 {
    -webkit-text-stroke-width: 1.9px;
    font-size: 32px;
    line-height: 32px;
  }

  .sub1-wrap {
    width: 92px;
  }

  .values-wrapper {
    flex: none;
  }

  .home-nav_container {
    padding-right: 20px;
  }

  .div-block-21.web {
    width: 200px;
  }

  .icons-intro {
    font-size: 18px;
  }

  .div-block-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-26 {
    width: 350px;
  }

  .excellent-copy {
    width: 100%;
    margin-bottom: 50px;
    line-height: 30px;
  }

  .button-2.inspiring {
    width: 149px;
    min-width: 149px;
  }

  .div-block-28 {
    padding-right: 30px;
  }

  .section-training {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .activity-wrap {
    justify-content: center;
  }

  .youtube {
    flex: 1;
    width: auto;
  }

  .paragraph-8 {
    width: 60%;
  }

  .toolkit-text {
    line-height: 30px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    overflow-wrap: normal;
    font-size: 28px;
    line-height: 30px;
  }

  .heading.sub {
    -webkit-text-stroke-width: 1.8px;
  }

  .image-city {
    object-fit: cover;
    width: 100vw;
    height: 70vh;
    position: static;
  }

  .image-city.right {
    object-position: 100% 50%;
  }

  .image-city.left {
    object-position: 0% 50%;
    width: 100vw;
  }

  .section-icons {
    align-items: center;
    margin-top: 200px;
    padding-top: 30px;
  }

  .title-wrap {
    width: 300px;
  }

  .values-wrap {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .section-city {
    display: flex;
  }

  .section-city.mobile {
    margin-top: 100px;
    display: none;
  }

  .section-city.mobile.excellent {
    margin-top: 40px;
    display: flex;
  }

  .paragraph-3 {
    width: 60%;
  }

  .flex-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-4 {
    display: block;
  }

  .section---mobile-intro {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon_text {
    text-align: right;
    align-self: flex-end;
  }

  .section-footer {
    justify-content: flex-end;
    margin-top: 100px;
  }

  .flex-bloc-footer {
    display: none;
  }

  .navbar-no-shadow-container {
    padding-left: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-2-intro {
    flex-direction: column;
    align-items: flex-end;
  }

  .section-2-intro.excellent {
    flex-flow: column;
  }

  .value-intro_wrap {
    width: 70%;
  }

  .values-intro_italics {
    font-size: 16px;
  }

  .image-5 {
    align-self: center;
  }

  .section-3-table {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-table {
    min-width: 330px;
    max-width: 500px;
  }

  .div-photo {
    max-width: 100%;
  }

  .table-txt_key-word {
    font-size: 22px;
  }

  .table-txt_key-word.bottom-left {
    width: 80%;
  }

  .table-column.leader {
    display: none;
  }

  .table-column_block {
    min-width: 210px;
  }

  .table-divider_vertical.leader {
    display: none;
  }

  .table_leader-column {
    width: 50%;
    display: none;
  }

  .table_leader-column.popup {
    display: none;
  }

  .photo-wrap {
    min-width: auto;
  }

  .quote-txt {
    max-width: 70%;
    font-size: 18px;
    line-height: 22px;
  }

  .div-training {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .development-wrap {
    max-width: 100%;
  }

  .training-text {
    font-size: 25px;
    line-height: 27px;
  }

  .section-4-photo {
    flex: 1;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-14 {
    width: 83px;
  }

  .colour-strike {
    height: 4px;
  }

  .div-block-17 {
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .staff-name {
    font-size: 22px;
    line-height: 24px;
  }

  .table_leader-wrap.innovative {
    display: none;
  }

  .toggle-position {
    min-width: 400px;
    max-width: 500px;
  }

  .toggle-wrap {
    display: flex;
  }

  .btn {
    background-color: var(--innovative);
  }

  .btn.collaborative {
    background-color: var(--collaborative-dark);
  }

  .btn.inclusive {
    background-color: var(--inclusive);
  }

  .btn.inspiring {
    background-color: var(--inspiring);
  }

  .subheading {
    -webkit-text-stroke-width: 4px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-18 {
    display: block;
  }

  .icon-wrap {
    align-self: center;
  }

  .div-block-19 {
    display: none;
  }

  .sub1, .sub2 {
    -webkit-text-stroke-width: 1.6px;
    font-size: 28px;
    line-height: 30px;
  }

  .sub1-wrap {
    width: 83px;
  }

  .values-wrapper {
    width: 80%;
    min-width: 420px;
  }

  .section-into-story {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .home-nav_container {
    padding-right: 0;
  }

  .arrow-wrap.mobile {
    align-items: flex-end;
  }

  .arrow-wrap.web {
    display: none;
  }

  .div-block-21 {
    width: 200px;
  }

  .div-block-21.web {
    display: none;
  }

  .icons-intro {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-22 {
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-22.mobile {
    height: 150px;
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
  }

  .story-container {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .story-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .story-display-text {
    text-align: left;
    -webkit-text-stroke-width: 6px;
    padding-left: 3px;
    font-size: 50px;
  }

  .story-display-text.overlay {
    inset: 0% 0% auto;
  }

  .display-text_wrap {
    align-self: auto;
  }

  .section-3-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .section-training {
    margin: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-video {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .activity-wrap {
    justify-content: center;
    align-items: center;
  }

  .paragraph-8 {
    width: 50%;
    font-family: Roboto Condensed, sans-serif;
    font-size: 15px;
  }

  .toolkit-text {
    font-size: 16px;
    font-weight: 400;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    line-height: 28px;
  }

  .section-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-city {
    object-position: 0% 50%;
    width: 100vw;
    height: 60vh;
    display: block;
  }

  .image-city.right {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .image-city.left {
    object-fit: cover;
  }

  .section-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-wrap {
    align-content: flex-start;
    align-items: flex-start;
    width: 240px;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .div-block-2 {
    width: auto;
    height: auto;
  }

  .values-wrap {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .section-city {
    width: 100%;
    margin-top: 50px;
    position: static;
    overflow: hidden;
  }

  .paragraph-3.mobile {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .flex-block-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .paragraph-4 {
    margin: 0;
    font-size: 13px;
    display: block;
  }

  .section---mobile-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block-title {
    display: none;
  }

  .icon_text {
    align-self: flex-end;
  }

  .navbar-no-shadow-container {
    width: auto;
  }

  .container-regular {
    min-width: auto;
    max-width: none;
  }

  .navbar-wrapper {
    align-items: flex-start;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section-2-intro {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .value-intro_wrap {
    width: 100%;
  }

  .values-intro_italics {
    padding-left: 50px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 18px;
  }

  .values-intro_small-caps.excellent {
    font-size: 25px;
  }

  .section-3-table {
    margin-top: 40px;
    padding: 20px 10px;
  }

  .section-3-table.excelent {
    margin-top: 0;
  }

  .div-table {
    min-width: auto;
    padding-right: 0;
  }

  .div-photo {
    flex: 0 auto;
    width: 330px;
    margin-left: 0;
  }

  .table-txt_key-word {
    font-size: 20px;
    line-height: 30px;
  }

  .table-txt_key-word.bottom-left {
    width: 90%;
  }

  .table-txt_body {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .table-wrap2 {
    height: 350px;
  }

  .table-column_block {
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .photo-wrap {
    min-width: auto;
  }

  .quote-txt {
    max-width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-training {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    max-width: 100%;
  }

  .development-wrap {
    align-self: center;
    align-items: flex-end;
  }

  .training-text {
    max-width: 250px;
  }

  .section-4-photo {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .link-block {
    display: flex;
  }

  .nav-wrap {
    max-width: 100%;
  }

  .text-block-5 {
    text-align: right;
    max-width: 60%;
  }

  .div-block-13 {
    align-items: flex-start;
  }

  .div-block-13.collaborative {
    flex-direction: column;
  }

  .colour-strike {
    flex: 0 auto;
  }

  .uni-logo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer.inspiring {
    z-index: 0;
  }

  .staff-name {
    font-size: 20px;
    line-height: 22px;
  }

  .leader-info_txt {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .toggle-position {
    min-width: 270px;
    max-width: 440px;
  }

  .subheading {
    line-height: 28px;
  }

  .icon-title {
    align-self: flex-start;
  }

  .div-block-18, .excellent-para {
    text-align: left;
  }

  .link-block-2 {
    color: #2f2e2e;
    text-decoration: none;
  }

  .icon-wrap {
    max-width: 260px;
  }

  .image-city_wrap {
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
  }

  .div-block-20.collaborative {
    flex-direction: column;
  }

  .sub2 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .values-wrapper {
    width: 90%;
    min-width: 250px;
  }

  .arrow-wrap.mobile {
    justify-content: flex-end;
  }

  .div-block-22.mobile {
    flex-direction: column;
  }

  .story-wrap {
    align-items: flex-start;
  }

  .story-display-text {
    font-size: 50px;
    line-height: 70px;
  }

  .display-text_wrap.base {
    width: 280px;
  }

  .story-copy {
    width: 260px;
    font-size: 13px;
  }

  .story-copy.base {
    width: 260px;
  }

  .div-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .excellent-copy {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .text-block-7 {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  .button-2.inspiring {
    align-self: center;
  }

  .div-block-29 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-training {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section-video {
    margin-top: 50px;
  }

  .activity-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-8 {
    width: 70%;
  }

  .link-block-4 {
    max-width: 240px;
  }

  .image-8 {
    height: 60px;
  }

  .toolkit-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-_7a54b49b-6715-4484-2989-7689fc7f9e48-0f91308a, #w-node-_619d4b5c-308d-b71f-0cc1-1fcf39364bc1-0f91308b, #w-node-_596d301e-6495-ab09-ebe2-2828aed178ac-0f91308c, #w-node-_3ff29385-1efb-acea-8a09-21a13395c305-0f91308d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../fonts/RobotoFlex-VariableFont_GRADXTRAYOPQYTASYTDEYTFIYTLCYTUCopszslntwdthwght.ttf') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}