:root {
  --nhs-blue: #005eb8;
  --nhs-black: #231f20;
  --nhs-pale-grey: #e8edee;
  --nhs-mud-grey: #768692;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: var(--nhs-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h4 {
  color: var(--nhs-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
}

a {
  color: var(--nhs-blue);
  font-weight: 700;
  text-decoration: underline;
}

.image {
  margin-top: 30px;
}

.navbar {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.container {
  width: auto;
}

.container-1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-1200.margin-top-large {
  margin-top: 100px;
}

.container-1200.margin-bottom-mid {
  margin-bottom: 50px;
}

.nav-menu {
  float: right;
  margin-top: 20px;
  font-size: 16px;
}

.section {
  background-image: url('../images/image-13.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-text {
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

.hero-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.hero-large.blue {
  color: #005eb8;
}

.hero-small {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.hero-bar {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 450px;
}

.blue-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--nhs-blue);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 65rem;
  height: 150px;
  padding: 20px;
  display: block;
}

.hero-grid {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.picture-para-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.paragraph-large {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-large.bold {
  font-weight: 700;
}

.bg-pale-grey {
  background-color: var(--nhs-pale-grey);
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 100px;
}

.centred {
  text-align: center;
}

.grid {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 0;
}

.icon-wrapper {
  text-align: center;
}

.section-2 {
  background-color: var(--nhs-blue);
}

.nhs-blue-bg {
  background-color: var(--nhs-blue);
  height: 250px;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-2 {
  grid-template-columns: .25fr 1fr;
}

.footer-large {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 700;
}

.footer-small {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  line-height: 38px;
}

.image-2 {
  margin-top: 40px;
}

.hero-image-about-us {
  background-image: url('../images/Croydon_University_Hospital-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sticky-left-nav {
  z-index: 9999;
  background-color: var(--nhs-pale-grey);
  margin-top: 0;
  margin-right: 0;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.lh-nav-link {
  margin-bottom: 10px;
  display: block;
}

.link-2 {
  display: block;
}

.link-indented {
  margin-left: 10px;
  display: block;
}

.column-lh-pad-large {
  padding-left: 60px;
}

.paragraph {
  font-size: 15px;
  line-height: 25px;
}

.body {
  color: var(--nhs-black);
  font-size: 15px;
  line-height: 25px;
}

.h2-white {
  color: var(--nhs-pale-grey);
  margin-top: 0;
}

.white {
  color: #fff;
}

.blue-panel-full-width {
  background-color: var(--nhs-blue);
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-2 {
  margin-left: auto;
}

.div-block-3 {
  width: 1200px;
  margin: 20px auto;
}

.breadcrumb-links {
  color: var(--nhs-mud-grey);
  object-fit: fill;
  margin-left: 10px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
}

.chevron {
  color: var(--nhs-mud-grey);
  margin-left: 10px;
  display: inline;
}

.margin-top-mid {
  margin-top: 50px;
  display: block;
}

.nav-link {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 40px;
}

.dropdown-list {
  background-color: var(--nhs-blue);
  margin-top: -11px;
  margin-left: 20px;
}

.dropdown-link {
  color: #fff;
  font-size: 15px;
}

.dropdown-toggle {
  padding-left: 0;
}

.dropdown-toggle-2 {
  margin-left: 0;
  padding-left: 0;
}

.column {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}

.divider-line {
  border: 1px solid var(--nhs-mud-grey);
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-bottom-mid {
  margin-bottom: 25px;
}

.image-3 {
  float: left;
  margin: 0 20px 34px;
  display: inline-block;
}

.grid-3 {
  grid-template-rows: auto;
}

.image-4 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.section-3 {
  object-fit: fill;
}

.container-full-width {
  max-width: 100%;
}

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

.hero-image-registering-with-a-gp {
  background-image: url('../images/registering-with-a-gp-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-supermarkets {
  background-image: url('../images/supermarkets-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-accommation {
  background-image: url('../images/hero-accomodation.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-banks {
  background-image: url('../images/banks-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.p-large-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.column-2, .column-3, .column-4, .column-centred {
  text-align: center;
}

.hero-image-schools {
  background-image: url('../images/schools-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-parks {
  background-image: url('../images/parks-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-corporate {
  background-image: url('../images/corporate-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.column-range-right {
  text-align: right;
  position: relative;
  top: 5px;
}

.hero-image-departments {
  background-image: url('../images/departments-hero-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-study-leave {
  background-image: url('../images/hero-study-leave.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block, .link-block-2 {
  text-align: center;
}

.hero-image-commitee {
  background-image: url('../images/hero-our-team.jpg');
  background-size: cover;
}

.team-wrapper {
  background-color: var(--nhs-pale-grey);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 20px;
  padding: 20px;
}

.margin-top-none {
  margin-top: 0;
}

.image-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hero-image-induction {
  background-image: url('../images/hero-e-learning.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-4 {
  background-color: #e8edee;
  margin-bottom: 20px;
  padding: 20px;
}

.hero-image-travel {
  background-color: #d2d2d2;
  background-image: url('../images/hero-travel.jpg');
  background-position: 0 0;
  background-size: auto;
}

.hero-image-placeholder {
  background-color: #e3e3e3;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.document-icon-wrapper, .paragraph-2 {
  text-align: center;
}

.hero-image-audit {
  background-color: #e3e3e3;
  background-image: url('../images/hero-audit.jpg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-3, .link-block-4 {
  text-align: center;
}

.grid-5 {
  grid-template-rows: auto;
}

.hero-image-documentation {
  background-color: #e3e3e3;
  background-image: url('../images/pexels-pixabay-40568.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.hero-image-medical-indemnity {
  background-color: #e3e3e3;
  background-image: url('../images/pexels-rdne-stock-project-7821684.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-image-appraisals {
  background-color: #e3e3e3;
  background-image: url('../images/pexels-ono-kosuki-5999876.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.hero-image-supervisor {
  background-color: #e3e3e3;
  background-image: url('../images/pexels-ketut-subiyanto-4308102.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-image-immigration {
  background-color: #d2d2d2;
  background-image: url('../images/anete-lusina-rFKBUwLg_WQ-unsplash.jpg');
  background-position: 50% 20%;
  background-size: auto;
}

.hero-image-religious {
  background-color: #d2d2d2;
  background-image: url('../images/patrick-fore-b_SHPU5M3nk-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.heading-centred {
  text-align: center;
}

.hero-image-useful-apps {
  background-color: #e3e3e3;
  background-image: url('../images/pexels-torsten-dettlaff-3571094.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-7, .image-8 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .image {
    padding-left: 10px;
  }

  .container-1200, .container-1200.hero {
    width: auto;
  }

  .container-1200.margin-top-large, .container-1200.margin-bottom-mid {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    width: auto;
  }

  .hero-small {
    width: 90%;
    max-width: none;
    display: block;
  }

  .hero-bar {
    padding-top: 391px;
  }

  .blue-block {
    grid-template-columns: 3fr;
    width: auto;
    height: auto;
  }

  .picture-para-grid {
    grid-column-gap: 41px;
    grid-template-columns: 1fr;
  }

  .nhs-blue-bg {
    height: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-left-nav {
    padding: 15px;
  }

  .column-lh-pad-large {
    padding-left: 20px;
  }

  .blue-panel-full-width {
    height: auto;
  }

  .icon {
    font-size: 50px;
    line-height: 40px;
  }

  .menu-button {
    margin-top: 15px;
  }

  .image-3 {
    margin-bottom: 77px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    padding-left: 0;
  }

  .container-1200 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-1200.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    background-position: 50%;
  }

  .hero-small {
    width: auto;
    max-width: none;
  }

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

  .sticky-left-nav {
    z-index: 9999;
    clear: none;
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    overflow: visible;
  }

  .lh-nav-link {
    display: block;
  }

  .column-lh-pad-large {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-1200.hero {
    height: auto;
    display: block;
  }

  .container-1200.margin-top-large {
    margin-top: 25px;
  }

  .container-1200.margin-bottom-mid {
    margin-bottom: 1px;
  }

  .section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .hero-large {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-large.blue {
    line-height: 40px;
  }

  .hero-small {
    width: auto;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-bar {
    padding-top: 0;
  }

  .blue-block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

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

  .hero-image-about-us {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .column-lh-pad-large {
    padding-left: 10px;
  }

  .menu-button {
    margin-top: 0;
  }

  .div-block-3, .image-3 {
    display: none;
  }

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

  .hero-image-registering-with-a-gp {
    background-image: none;
    background-size: auto;
  }

  .hero-image-supermarkets, .hero-image-accommation, .hero-image-banks, .hero-image-schools, .hero-image-parks, .hero-image-corporate, .hero-image-departments, .hero-image-study-leave, .hero-image-commitee {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .team-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-image-induction, .hero-image-travel, .hero-image-placeholder, .hero-image-audit, .hero-image-documentation, .hero-image-medical-indemnity, .hero-image-appraisals, .hero-image-supervisor, .hero-image-immigration, .hero-image-religious, .hero-image-useful-apps {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .bold-text {
    font-size: 25px;
    line-height: 30px;
  }
}

#w-node-_23ab884e-9ca1-1eab-048f-90af73402609-f1808bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c82020c-e25e-413e-8c4a-d5b60f7f43ef-f1808bb7, #w-node-_189eda5e-e55b-baaa-78fa-30275889a61d-f1808bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_189eda5e-e55b-baaa-78fa-30275889a61c-f1808bb7, #w-node-_542e362a-0dfb-751c-f035-7221624ed293-f1808bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542e362a-0dfb-751c-f035-7221624ed294-f1808bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e331a17-46dd-411e-31a8-f8cd61dd4ecb-f1808bb7, #w-node-f8cbcffe-3c79-d00b-6cc9-16b8552751fd-f1808bb7, #w-node-_630e1dce-6697-441e-8d32-31e2d95fcaa1-f1808bb7, #w-node-_31dd4507-eff7-c871-fb9c-652bd01a5e2b-f1808bb7, #w-node-fdd8a204-a102-c9d4-c430-785786f391bb-f1808bb7, #w-node-_7a166a5a-8c4d-7e37-30fa-036e92fa361d-f1808bb7, #w-node-e696b057-126c-a79d-bf07-d54933968b0f-f1808bb7, #w-node-_0191dc24-2acd-2409-753e-7701d15acf16-f1808bb7, #w-node-_13b91731-e556-7f55-b649-ef8e25eedf45-f1808bb7, #w-node-_9d1d6115-6837-3ae6-a017-de36984ed8ba-f1808bb7, #w-node-ca833077-fc5c-47c4-98c0-9bb5fb519174-f1808bb7, #w-node-e0966a6e-2323-3c70-7e24-c517e4b48eff-f1808bb7, #w-node-_18134a55-a138-2a11-3c09-60f45ece237a-f1808bb7, #w-node-b775025d-c608-3ac1-d92a-52489c86665b-f1808bb7, #w-node-_44a48607-d7ba-a685-5fe3-41fd8d53b322-f1808bb7, #w-node-_75cb05e3-b4df-461c-3a0a-d83151a55b7b-f1808bb7, #w-node-_24720041-dbf7-cf42-d35c-2185d6bfd59c-f1808bb7, #w-node-c9b81f64-2d87-e991-2e51-c2a4cd3d4c3c-f1808bb7, #w-node-_419305c5-cf64-7d78-a1dc-4a87b9d7243c-f1808bb7, #w-node-dce945d7-1060-ba62-1b13-c432e9116988-f1808bb7, #w-node-_39ad682b-4813-f905-4903-aada5dc81c66-f1808bb7, #w-node-_8212b0a6-5e84-b547-ba7d-e3ced8503687-f1808bb7, #w-node-fd558f7b-9540-4f05-fb8e-f852258c09ee-f1808bb7, #w-node-_7fad8b06-3fee-2b37-0e44-430f04ef0ae5-f1808bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_92281a31-195d-db66-e386-b5872ba9d24c-2ba9d249, #w-node-_92281a31-195d-db66-e386-b5872ba9d24e-2ba9d249, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-b8221afe, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-d4c81ff4, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-835e2819, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-ed2a09d8, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-03ff296f, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-aa25183e, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-a23636aa, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-134b729b, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-4674897a, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-473fbb0d, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-368f20a4, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-8cf254ad, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-5014334a, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-b9273c5b, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-19a8e539, #w-node-_4914fb7f-879a-6e01-ed3b-9c23d12e7763-19a8e539, #w-node-c0a27835-7079-12e9-7dc8-1738abab839f-19a8e539, #w-node-f7fe6c07-437b-1f25-d75b-0ff8100b20bd-19a8e539, #w-node-f7fe6c07-437b-1f25-d75b-0ff8100b20be-19a8e539, #w-node-c4cbfae0-71c9-917f-15e5-202156a5885f-19a8e539, #w-node-c4cbfae0-71c9-917f-15e5-202156a58860-19a8e539, #w-node-_173e9670-b371-e83d-8353-03f630ceb1c6-19a8e539, #w-node-_173e9670-b371-e83d-8353-03f630ceb1c7-19a8e539, #w-node-_25ea1e99-8418-ca9c-9362-b4aac4b06548-19a8e539, #w-node-_25ea1e99-8418-ca9c-9362-b4aac4b06549-19a8e539, #w-node-_47bb6c73-303f-f32d-e100-7f3048113627-19a8e539, #w-node-_47bb6c73-303f-f32d-e100-7f3048113628-19a8e539, #w-node-_5799af2a-a5e6-796f-6dac-a3ce388c4d6c-19a8e539, #w-node-_5799af2a-a5e6-796f-6dac-a3ce388c4d6d-19a8e539, #w-node-b6e763cc-69cb-527f-84e9-f3396f2817b9-19a8e539, #w-node-b6e763cc-69cb-527f-84e9-f3396f2817ba-19a8e539, #w-node-_96954d0f-66f3-be59-0a49-6b6df5d7f14d-19a8e539, #w-node-_96954d0f-66f3-be59-0a49-6b6df5d7f14e-19a8e539, #w-node-_223b70b0-01fd-bb79-bd4b-6f0665b8eb2a-19a8e539, #w-node-_223b70b0-01fd-bb79-bd4b-6f0665b8eb2b-19a8e539, #w-node-eb00ac82-2db4-4618-6e18-f1cdd6bf1893-19a8e539, #w-node-eb00ac82-2db4-4618-6e18-f1cdd6bf1894-19a8e539, #w-node-ebc86a71-215b-ac20-f933-605962b3204a-19a8e539, #w-node-ebc86a71-215b-ac20-f933-605962b3204b-19a8e539, #w-node-_82aa3400-24cc-c1c8-270e-ab997517ee48-19a8e539, #w-node-_82aa3400-24cc-c1c8-270e-ab997517ee49-19a8e539, #w-node-_58bbed36-056d-2085-d41e-f0226a37b89f-19a8e539, #w-node-_58bbed36-056d-2085-d41e-f0226a37b8a0-19a8e539, #w-node-fc1fb81f-98a7-ae41-6af2-66548c0ecd0e-19a8e539, #w-node-fc1fb81f-98a7-ae41-6af2-66548c0ecd0f-19a8e539, #w-node-aea26b12-ca31-7382-a63e-d923fac7ff22-19a8e539, #w-node-aea26b12-ca31-7382-a63e-d923fac7ff23-19a8e539, #w-node-_6e2babce-eb41-a55e-f8cc-cb0d2af8f078-19a8e539, #w-node-_6e2babce-eb41-a55e-f8cc-cb0d2af8f079-19a8e539, #w-node-_396147de-9e0d-11af-e739-691403268148-19a8e539, #w-node-_396147de-9e0d-11af-e739-691403268149-19a8e539, #w-node-_33b23599-eb73-226e-cc57-e26966fcf931-19a8e539, #w-node-_33b23599-eb73-226e-cc57-e26966fcf932-19a8e539, #w-node-f72ee232-45c1-4b50-57cf-7a35ba279167-19a8e539, #w-node-f72ee232-45c1-4b50-57cf-7a35ba279168-19a8e539, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-10660fc8, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-16e74f28, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-0ebba44c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bae23ce-b6ee-e64f-ecb0-09df1f424167-0ebba44c, #w-node-_7a1bd687-885f-b4d0-4b54-f36fba82c316-0ebba44c, #w-node-e2125bcf-39ac-9317-709b-1d4972fd7874-0ebba44c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-75b56e0a, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-c8229c7e, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-7c8337fb, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-f2a53b04, #role-descriptions.w-node-fd0589e9-b992-172a-317d-571ce2a350e1-f2a53b04, #w-node-_4fbbd6a9-711b-dcab-9f62-019418b8c602-f2a53b04, #w-node-a7216404-d5d4-5461-636c-269c5e038619-f2a53b04, #w-node-_235f360e-f592-cb39-c6d9-cc5bf7382dc7-f2a53b04, #w-node-e5d28b7a-9154-8acf-8a2b-26925757bb21-f2a53b04, #w-node-_042fffe0-c878-10da-4a7a-5af3545d4bb2-f2a53b04, #w-node-_4738cebd-a7aa-f5cf-33a4-eabe7299a91a-f2a53b04, #w-node-b7134c7e-0d35-d1be-2058-e9f9ca0abbab-f2a53b04, #w-node-c031d07d-8667-0477-d3ec-da3609058c2b-f2a53b04, #w-node-_55026ee4-6b25-6002-07c2-5c2541daf596-f2a53b04, #w-node-_5874b2dd-d643-0eb4-f4de-802bb248ac44-f2a53b04, #w-node-_5874b2dd-d643-0eb4-f4de-802bb248ac48-f2a53b04, #w-node-_064be504-19c4-12c1-2c13-341bd50e0a2d-f2a53b04, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-75958221, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-7dc4d54c, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-52048808, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-08aee9b2, #w-node-_1f9cf767-c0b8-e3b0-a4b0-e4f44a37c5d3-9712efae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_189eda5e-e55b-baaa-78fa-30275889a61c-f1808bb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
