:root {
  --deep-purple: #23145a;
  --white: #fff;
  --nifty-orange: #ff6a00;
  --corner-radius: 50px;
  --black: #000;
  --nifty-light: #ffd9bd;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
}

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

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

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

a {
  color: #fff;
  text-align: center;
  font-family: Public Sans, sans-serif;
  text-decoration: none;
}

.text-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.text-h2 {
  color: #23145a;
  text-align: center;
  border: 0 solid #23145a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.text-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.text-p1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 0 50px;
  display: block;
}

.container.hero-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.container.coloured {
  background-color: #f0ebfa;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.section {
  object-fit: fill;
  border: 1px solid #0000;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.hero-section {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff, #f0ebfa 24%);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  margin: 0;
  display: flex;
}

.section.footer {
  background-color: var(--deep-purple);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.colour {
  background-color: #f0ebfa;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.contact {
  background-color: #3e0596;
  border-width: 0;
}

.section.images {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.researchers {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading {
  color: var(--deep-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.heading.white {
  color: var(--white);
}

.div-block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block.image {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  min-height: 200px;
  margin: 0 20px 10px 40px;
  padding-right: 0;
  display: flex;
}

.div-block.contact {
  flex-flow: column;
  max-width: none;
  padding-right: 0;
  display: flex;
}

.button.text-p1 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #23145a;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #cfe744;
  border: 3px solid #cfe744;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-height: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 36px;
  font-family: DM Serif Display, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button.text-p1:hover {
  color: #23145a;
  mix-blend-mode: normal;
  background-color: #cfe74400;
  border-color: #23145a;
}

.button.text-p1.purple {
  clear: none;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button.text-p1.purple:hover {
  color: #fff;
  border-color: #fff;
}

.button.text-p1.purple.help {
  clear: none;
  justify-content: center;
  align-items: center;
  position: static;
  inset: 0%;
}

.button.text-p1.help {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.vertical-divider {
  opacity: .4;
  background-color: #fff;
  background-image: linear-gradient(#6a48f2, #fcceee);
  width: 1px;
  height: 5vh;
  margin: 1rem auto 25%;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-2.extra-margin {
  margin-bottom: 20vh;
}

.content {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll.longer {
  letter-spacing: -.02em;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
}

.container-2 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.number {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(182deg, #6a48f2 20%, #fcceee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 700;
}

.text-span-6 {
  opacity: .8;
  font-style: normal;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  flex-flow: column;
  font-family: Poppins;
  font-weight: 600;
  display: flex;
}

.paragraph {
  text-align: center;
  flex-flow: column;
  font-family: Poppins;
  font-size: 20px;
  display: flex;
}

.div-block-2 {
  background-color: #f500;
  border-radius: 100px;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.heading-3 {
  color: #23145a;
  text-align: center;
  flex-flow: column;
  font-family: Public Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.flex-block {
  flex-flow: column;
}

.div-block-4 {
  flex-flow: row;
  display: flex;
}

.text-block {
  flex-flow: column wrap;
  display: flex;
}

.text-block.text-p1 {
  margin-top: 0;
}

.columns {
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.form-block {
  border-radius: 100px;
  margin-bottom: 30px;
  padding: 60px 200px;
  font-family: Poppins;
}

.text-field {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 20px;
}

.submit-button {
  float: none;
  clear: none;
  background-color: var(--nifty-orange);
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 100px;
  min-width: 150px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.field-label, .field-label-2 {
  color: var(--white);
  text-align: center;
  font-weight: 500;
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.form {
  border-radius: 100px;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 20px;
}

.navbar {
  mix-blend-mode: normal;
  background-color: #ddd0;
  min-width: 100%;
  display: block;
  position: fixed;
}

.container-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  background-color: #fff3;
  border-radius: 200px;
  max-width: none;
  max-height: none;
  margin: 20px 54px;
  position: static;
}

.nav {
  font-family: Poppins;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.logo {
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 30px;
  display: block;
}

.section-3 {
  object-fit: fill;
  border: 1px solid #0000;
  margin: 0;
}

.container-5 {
  max-width: none;
  margin: 0 50px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.heading-5 {
  text-align: center;
  flex-flow: column;
  font-weight: 600;
  display: flex;
}

.paragraph-1 {
  color: #23145a;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.paragraph-1.white {
  color: #fff;
}

.section-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.video {
  border: 2px solid #000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.section-5 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-5.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.accordion-paragraph---brix {
  color: var(--deep-purple);
  word-break: normal;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
}

.accordion-paragraph---brix.privacy {
  color: #fff;
}

.accordion-paragraph---brix.az {
  color: var(--white);
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #3e0596;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  max-width: none;
}

.cloneable-container-default {
  background-color: #f0ebfa;
  border-radius: 20px;
  min-height: 0;
  padding: 0;
  transform: translate(0);
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  background-color: #3e0596;
  left: 7px;
  transform: rotate(45deg);
}

.h2 {
  color: #3e0596;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.h2.privacy, .h2.az {
  color: #fff;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 10px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.accordion-item---brix.accordion-1---brix.privacy {
  background-color: #3e0596;
  margin-bottom: 10px;
}

.accordion-item---brix.accordion-1---brix.az {
  background-color: var(--deep-purple);
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.logo-white {
  vertical-align: baseline;
  width: 200px;
  margin-top: 27px;
  display: block;
}

.div-block-5 {
  margin-left: 568px;
}

.div-block-6 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.div-block-7 {
  border: 1px solid #fff;
  height: 200px;
}

.link {
  color: #d0e745;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
}

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

.div-block-8 {
  border-top: 1px solid #fff;
  padding-top: 30px;
  color: #fff;
  font-family: Public Sans, sans-serif;
}

.link-2 {
  color: #9402e4;
  text-align: left;
  margin-right: 0;
  padding-top: 30px;
}

.link-3, .link-4, .link-5 {
  padding-top: 30px;
}

.image-2 {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  max-height: 350px;
}

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

.image-5 {
  margin-top: 30px;
  padding-left: 0;
  display: block;
}

.image-6 {
  position: static;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.image-7, .image-8, .image-9, .image-10 {
  display: block;
}

.flex-block-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.navbar-2 {
  z-index: 2147483647;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.container-6 {
  width: 100%;
  margin-bottom: 70px;
  padding: 100px 50px 0;
}

.container-6.c-nav {
  z-index: auto;
  border: 0px solid var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  z-index: 2147483647;
  background-image: linear-gradient(#f0ebfa66, #f0ebfa66);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-links-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link {
  color: var(--deep-purple);
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link:hover {
  letter-spacing: .03em;
}

.nav-link.w--current {
  font-family: Montserrat, sans-serif;
}

.menu-button {
  display: none;
}

.nav-links-wrapper-2 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link-2:hover {
  letter-spacing: .03em;
}

.nav-link-2.w--current {
  font-family: Montserrat, sans-serif;
}

.nav-toggle-text {
  z-index: 1;
  color: #fff;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.nav-link-3 {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: PT Sans, sans-serif;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link-3:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link-3.btn {
  color: var(--deep-purple);
  background-color: #cfe744;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link-3.btn:hover {
  color: #000;
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.close-btn-text {
  z-index: 1;
  color: #fff;
  font-size: 1.6em;
  position: relative;
}

.main-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  display: flex;
}

.close-btn-wrapper {
  z-index: 5;
  background-color: var(--deep-purple);
  opacity: 1;
  color: #000;
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper:hover {
  transform: scale(1.2);
}

.main-nav {
  z-index: 2147483647;
  background-color: #f0ebfa00;
  position: sticky;
  top: 0;
}

.nav-gradient-bg {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #f0ebfa 4%, #af01f8 49%, #9a70af00 84%), radial-gradient(circle farthest-side at 100% 0, #3a069c 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #3a069c, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #cfe744, #af01f8 43%, #23145a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ae02f7, #5704b2);
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
}

.nav-toggle-btn:hover {
  background-image: linear-gradient(355deg, #ae02f7, #3a069c);
  font-family: DM Serif Display, sans-serif;
  transform: scale(1.2);
}

.logo-2 {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-wrapper {
  z-index: 10;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: #0000;
}

.image-13 {
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.nav-toggle-text-2 {
  z-index: 1;
  color: #fff;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link-4:hover {
  color: #fff;
  font-size: 50px;
  transform: scale(1.1);
}

.nav-link-4.btn {
  color: var(--deep-purple);
  background-color: #cfe744;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 40px;
}

.nav-link-4.btn:hover {
  color: #000;
  background-color: #cfe74400;
  border: 4px solid #000;
}

.close-btn-text-2 {
  z-index: 1;
  color: #fff;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.6em;
  position: relative;
}

.close-btn-wrapper-2 {
  z-index: 5;
  opacity: 1;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(148deg, #3a069c, #af01f8);
  border-radius: 999em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper-2:hover {
  background-image: linear-gradient(355deg, #3a069c, #af01f8);
  transform: scale(1.2);
}

.main-nav-2 {
  background-color: #f1eafb66;
  position: sticky;
  top: 0;
}

.nav-gradient-bg-2 {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #af01f8 60%, #af70ad00), radial-gradient(circle farthest-side at 100% 0, #3a069c, #af01f8 66%, #e8879700), radial-gradient(circle farthest-side at 0 0, #af01f8, #f87c6200 34%), radial-gradient(circle farthest-side at 50% 100%, #f0ebfa, #af01f8 43%, #3a069c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-toggle-btn-2 {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(148deg, #af01f8, #3a069c);
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: static;
}

.nav-toggle-btn-2:hover {
  color: var(--white);
  background-image: linear-gradient(355deg, #af01f8, #3a069c);
  transform: scale(1.2);
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
}

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

.bold-text {
  color: #9b02e8;
}

.container-7 {
  max-width: 1240px;
}

.bold-text-2 {
  color: #9302e1;
}

.list-item {
  color: var(--deep-purple);
  font-family: Public Sans, sans-serif;
  list-style-type: decimal;
}

.list-item-2, .list-item-3 {
  list-style-type: decimal;
}

.terms-and-conditions {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Public Sans, sans-serif;
  font-size: 12px;
}

.navbar-4 {
  z-index: 2147483647;
  position: sticky;
  top: 0;
}

.nav-links-wrapper-3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  color: var(--deep-purple);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: DM Serif Display, sans-serif;
  display: flex;
}

.nav-link-5 {
  color: var(--deep-purple);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: DM Serif Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .35s;
  display: flex;
}

.nav-link-5:hover {
  letter-spacing: .03em;
}

.nav-link-5.w--current {
  font-family: Montserrat, sans-serif;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-button-line {
  background-color: #12d7d1;
  width: 20px;
  height: 2px;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.menu-button-line.menu-button-middle-line {
  bottom: 30px;
}

.menu-button-line.menu-bottom-bottom-line-v2 {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  bottom: 0;
}

.menu-button-line.menu-button-top-line {
  bottom: 40px;
}

.nav-link-6 {
  color: var(--deep-purple);
  font-family: DM Serif Display, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.navbar-menu-container {
  width: auto;
  margin-left: auto;
  margin-right: 50px;
}

.menu-button-2 {
  width: 60px;
  height: 60px;
  padding: auto;
  bottom: -20px;
}

.menu-button-2:hover {
  background-color: #00a6cb1a;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.navbar-5 {
  z-index: 2147483647;
  background-color: #0000;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.navbar-container {
  justify-content: space-between;
  height: 100%;
  display: block;
  position: static;
  top: 0;
}

.navbar-brand {
  align-items: center;
  width: 180px;
  height: 60px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
}

.navbar-6 {
  z-index: 2147483647;
  background-color: #fff6;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.navbar-container-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.list-item-4 {
  font-family: Public Sans, sans-serif;
}

.bullet {
  color: var(--deep-purple);
  font-family: Public Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .text-h2 {
    display: flex;
  }

  .container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .container.coloured {
    flex-flow: column;
  }

  .section.colour {
    padding-bottom: 0;
  }

  .heading {
    padding-top: 60px;
  }

  .div-block.image {
    flex-flow: column;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid.logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-1.white {
    margin-left: 21px;
    margin-right: 21px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .h2 {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .image-7, .image-8, .image-9 {
    display: block;
  }

  .image-10 {
    margin-top: -48px;
    margin-bottom: 36px;
    display: block;
  }

  .image-11 {
    display: block;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .div-block-9, .div-block-11, .div-block-12, .image-12 {
    max-width: 50%;
  }

  .div-block-13 {
    max-width: 60%;
  }

  .div-block-14, .div-block-15 {
    justify-content: center;
    align-items: center;
    max-width: 50%;
    display: flex;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    display: flex;
  }

  .div-block-17 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    display: flex;
  }

  .div-block-18, .div-block-19 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .div-block-20, .div-block-21 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-6.c-nav {
    z-index: 99;
    z-index: 99;
    z-index: 99;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .brand {
    z-index: 99;
    position: relative;
  }

  .nav-links-wrapper {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152e24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 100px 0% auto auto;
    overflow: hidden;
  }

  .nav-link {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .menu-button {
    z-index: 99;
    backface-visibility: visible;
    cursor: pointer;
    width: 40px;
    display: flex;
    position: relative;
  }

  .nav-links-wrapper-2 {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152e24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 100px 0% auto auto;
    overflow: hidden;
  }

  .nav-link-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .nav-link-3 {
    font-size: 8vw;
  }

  .nav-link-3.btn {
    font-size: 4vw;
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, #af70ad00 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .nav-link-4 {
    font-size: 8vw;
  }

  .nav-link-4.btn {
    font-size: 4vw;
  }

  .nav-gradient-bg-2 {
    background-image: radial-gradient(circle farthest-side at 0 0, #3a069c 5%, #af01f8 34%, #af70ad00), radial-gradient(circle farthest-side at 100% 0, #3a069c 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #3a069c, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #f0ebfa, #af01f8 43%, #3a069c);
  }

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

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

  .container-7 {
    padding: 0 40px 30px;
  }

  .nav-links-wrapper-3 {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152e24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 100px 0% auto auto;
    overflow: hidden;
  }

  .nav-link-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .menu {
    background-image: linear-gradient(132deg, #4b05aa, #af01f8);
    border-radius: 10px;
  }

  .nav-menu {
    background-color: #f0ebfa;
    width: 100%;
    height: 230px;
    max-height: 230px;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .menu-button-line.menu-button-middle-line {
    background-color: var(--white);
  }

  .menu-button-line.menu-bottom-bottom-line-v2 {
    background-color: var(--white);
    display: block;
    bottom: 20px;
  }

  .menu-button-line.menu-button-top-line {
    background-color: var(--white);
  }

  .nav-link-6 {
    text-align: right;
    padding-top: 1rem;
    padding-right: 40px;
    display: block;
  }

  .nav-link-6:hover {
    font-size: 1.6rem;
  }

  .menu-button-2 {
    background-image: linear-gradient(#5005ad, #af01f8);
    border-radius: 50px;
    width: 50px;
    height: 40px;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button-2:hover {
    background-image: linear-gradient(#af01f8, #5005ad);
  }

  .menu-button-2:active, .menu-button-2:focus {
    background-color: var(--deep-purple);
    background-image: none;
  }

  .menu-button-2.w--open {
    cursor: pointer;
  }

  .navbar-5 {
    padding-bottom: 20px;
  }

  .navbar-brand {
    align-items: flex-end;
    padding-bottom: 0;
  }

  .navbar-6 {
    background-color: var(--white);
    min-height: auto;
    max-height: 60px;
    padding-bottom: 20px;
  }

  .navbar-container-2 {
    height: 50px;
    max-height: 50px;
    margin-top: 10px;
  }

  .div-block-22 {
    position: fixed;
  }

  .div-block-23 {
    background-image: linear-gradient(#4406a5, #af01f8);
    border-radius: 50px;
  }

  .text-block-2 {
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family: DM Serif Display, sans-serif;
    font-size: 14px;
    display: flex;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-1 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-container-default {
    padding: 0;
  }

  .h2 {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

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

  .image-5 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .image-6 {
    padding-right: 23px;
  }

  .image-9 {
    margin-top: -66px;
  }

  .image-10 {
    margin-top: -106px;
  }

  .flex-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    max-width: 80%;
  }

  .image-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    max-width: 100%;
  }

  .container-6 {
    padding: 70px 20px;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .logo-2, .close-btn-text-2 {
    font-size: 1.4em;
  }

  .close-btn-wrapper-2 {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .nav-toggle-btn-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .flex-block-6 {
    justify-content: center;
  }

  .navbar-container, .navbar-container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin: 18px 20px;
    padding-bottom: 0;
  }

  .container.coloured {
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    overflow: hidden;
  }

  .section.hero-section {
    min-height: 700px;
  }

  .section.images, .section.researchers {
    overflow: hidden;
  }

  .heading {
    justify-content: center;
    align-items: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px;
    font-size: 30px;
    line-height: 40px;
    display: flex;
  }

  .div-block {
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block.image {
    max-width: 80%;
  }

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

  .button.text-p1 {
    max-width: 280px;
    font-size: 20px;
  }

  .container-4 {
    max-width: 280px;
  }

  .container-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-1 {
    font-size: 18px;
    line-height: 22px;
    overflow: visible;
  }

  .section-4 {
    overflow: hidden;
  }

  .video {
    margin-top: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .cloneable-container-default {
    padding: 20px 0 0;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.mobile {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

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

  .accordion-item---brix.accordion-1---brix {
    max-width: none;
    margin-bottom: 10px;
    padding: 18px;
  }

  .image-5 {
    max-width: 50%;
  }

  .image-6 {
    max-width: 60%;
    overflow: hidden;
  }

  .image-10 {
    margin-top: -57px;
  }

  .flex-block-4 {
    max-width: 280px;
  }

  .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    max-width: 100%;
  }

  .div-block-14 {
    margin-top: 24px;
  }

  .div-block-17 {
    margin-top: -17px;
  }

  .navbar-2 {
    height: 0%;
    padding-bottom: 0;
  }

  .container-6 {
    margin-bottom: 88px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-links-wrapper {
    z-index: auto;
    background-color: #176a7f;
    top: 150px;
  }

  .navbar-3 {
    height: 0%;
    padding-bottom: 0;
  }

  .nav-links-wrapper-2 {
    z-index: auto;
    background-color: #176a7f;
    top: 150px;
  }

  .nav-link-3 {
    font-size: 10vw;
  }

  .container-w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-4 {
    font-size: 10vw;
  }

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

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

  .container-7 {
    padding-top: 30px;
  }

  .navbar-4 {
    height: 0%;
    padding-bottom: 0;
  }

  .nav-links-wrapper-3 {
    z-index: auto;
    background-color: #176a7f;
    top: 150px;
  }

  .nav-menu {
    background-color: #f0ebfa;
  }

  .menu-button-line {
    width: 24px;
  }
}

#w-node-c9281219-cfa1-dfae-1032-b7fdfef7e03b-ced239af {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c9281219-cfa1-dfae-1032-b7fdfef7e03c-ced239af {
  grid-area: 1 / 4 / 2 / 5;
}


