:root {
  --white: white;
  --black: black;
}

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

body {
  /* color: #161616; */
  font-family: Relative, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: -0.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.page-wrapper {
  z-index: 0;
  position: relative;
  overflow: visible;
}

.section-hero {
  position: relative;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container._100 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url("../images/Grain-Background.png"),
    url("../images/Gaussian-Blur---Brighter.svg");
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-underline {
  background-image: url("../images/Underline.svg");
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.margin-bottom-medium {
  margin-bottom: 2em;
}

.paragraph-large {
  color: #b6d1e3;
  letter-spacing: -0.02em;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.13em;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-large.mw-32 {
  max-width: 32ch;
  font-weight: 200;
}

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

.section-timeline-heading {
  background-color: #0b1d26;
  background-image: url("../images/Stars.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  min-height: 1200px;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5em;
  display: flex;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 2em;
  font-family: Notesesabol, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 0.9;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_date-text.teal {
  color: #00ae9d;
}

.timeline_date-text.teal.date {
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Notesesareg, sans-serif;
  font-size: 1.25em;
  top: 60vh;
  line-height: 1.2;
}

.timeline_date-text.mob-hidden {
  display: none;
}

.timeline_text {
  color: #c6e2f6;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.13em;
  font-weight: 300;
  line-height: 1.5;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0b1d26;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#00ae9d, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0b1d26;
  display: block;
  position: relative;
  overflow: visible;
}

.section-timeline-cta {
  background-color: #0a1d26;
  background-image: url("../images/color-cloud.svg");
  background-position: 50% 560px;
  background-repeat: no-repeat;
  background-size: cover;
}

.margin-bottom-xlarge {
  margin-bottom: 4em;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.inline-block {
  display: inline-block;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, 0.65);
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_badge {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
}

.text-colour-white {
  color: #fff;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.button-inverted {
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: rgba(0, 174, 157, 0.2);
  border: 2px #fff;
  border-color: #fff #d20eac #00ae9d #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  transition: all 0.4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.overlay-fade-top {
  background-image: linear-gradient(#0b1d26, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, #0a1d26, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom-small {
  margin-bottom: 1em;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.margin-bottom-large {
  margin-bottom: 2.5em;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-footer {
  position: relative;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-nav_button-wrapper {
  display: flex;
}

.teal {
  color: #06ae9d;
}

.heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Notesesareg, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.4;
}

.heading.smaller {
  font-size: 3em;
}

.mb-1 {
  margin-bottom: 1em;
}

.date {
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
  font-family: Notesesareg, sans-serif;
  font-size: 1.25em;
}

.date.card-heading {
  letter-spacing: 0.064em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Notesesareg, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.32;
  color: #fff;
}

.flex-h {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-h {
    flex-direction: row;
  }
}
.rounded-c-img {
  border-radius: 8px;
}

.cloud-1 {
  width: 50vw;
  position: absolute;
  top: 25%;
  right: 0;
}

.btn-prm {
  color: #fff;
  letter-spacing: 0.03em;
  background-image: linear-gradient(#62b4d5, #d20eac 50%, #00ae9d);
  border-radius: 4px;
  padding: 1px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.btn-prm:hover {
  color: #fff;
  box-shadow: 0 0 20px rgba(210, 14, 172, 0.5), 0 0 50px rgba(0, 174, 157, 0.2);
}

.text-btn {
  letter-spacing: 0.064em;
  background-color: #0f464c;
  border-radius: 4px;
  padding: 15px 30px;
  font-weight: 400;
  line-height: 1;
}

.text-btn.small {
  background-color: #0f464c;
  padding: 10px 20px;
  font-size: 0.8em;
}

.shape-1 {
  width: 20vw;
  position: absolute;
  top: 5%;
  left: 0;
}

.shape-2 {
  width: 30vw;
  position: absolute;
  bottom: 0%;
  right: 0;
}

.banner-wrap {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #0a1d26;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.shape-1-cs {
  width: 20vw;
  position: absolute;
  top: 5%;
  left: 0;
}

.banner {
  z-index: 30;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  letter-spacing: 0;
  background-image: linear-gradient(45deg, #62b4d5, #d20eac 50%, #00ae9d);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Notesesareg, sans-serif;
  font-size: 1em;
  display: flex;
  position: absolute;
}
.banner-bis {
  z-index: 30;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  letter-spacing: 0;
  /* background-image: linear-gradient(45deg, #009bdb, #00619e 50%, #009bdb); */
  background-image: linear-gradient(45deg, #006762, #76c8ae 50%, #006762);
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  min-height: 4em;
  padding: 0.4rem 1vw;
  font-family: Notesesareg, sans-serif;
  font-size: 1em;
  display: flex;
  position: relative;
}

.banner-bis p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.banner-bis p strong {
  font-weight: 700;
}
.banner-bis p a {
  color: #fff;
  text-decoration: underline;
}
.banner-bis p a:hover {
  color: #fff;
}
.banner-bis.registration {
  background-image: linear-gradient(45deg, #0e4589, #00ae9d 50%, #0e4589);
}

/* Style for the countdown container */
#countdown {
  font-family: "Arial", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: bold;
  text-align: center;
  font-family: var(--font-esa);
  color: #fff;
  padding: 20px;
  background-color: var(--deep-space);
  border-radius: 8px;
  box-shadow: 10px 14px 18px rgba(0, 0, 0, 0.1);
  width: min(640px, 90vw);
  margin: 30px auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 0.28rem;
  position: relative;
  z-index: 100000;
  flex-direction: row;
}

#countdown span {
  color: var(--pure-teal);
  font-size: clamp(1.4rem, 4vw, 2.8rem);
  color: var(--pure-teal);
  padding-left: 0;
}
#countdown .countdown-element {
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 570px) {
  #countdown .countdown-element {
    border-left: 1px solid var(--deep-space-1);
    flex-direction: row;
    gap: 0.3rem;
  }
  #countdown span {
    padding-left: 12px;
  }
}
#countdown .countdown-element:first-child {
  border-left: none;
}

#countdown .countdown-element + .countdown-element {
  margin-left: 10px;
}

@media (max-width: 576px) {
  #countdown {
    padding: 15px;
  }
}

.p-card {
  opacity: 1;
  color: #b6d1e3;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-weight: 200;
  display: block;
}

.close-btn {
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
  position: absolute;
  left: auto;
  right: 10vw;
}

.close-btn:hover {
  width: 24px;
  height: 24px;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.image {
  width: 100%;
  height: 100%;
}

.caption {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 0.8em;
  font-weight: 200;
}

.caption.mw-32 {
  max-width: 32ch;
  font-size: 0.8em;
}

.caption.mw-40 {
  color: #b6d1e3;
  letter-spacing: 0.064em;
  text-transform: none;
  max-width: 40ch;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 200;
}

.caption.mw-40.notes {
  text-transform: uppercase;
  font-family: Notesesareg, sans-serif;
  font-weight: 400;
}

.mt-1 {
  margin-top: 1em;
}

.link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #62b4d5, #d20eac 50%, #00ae9d);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.grid-deadlines {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-deadlines.mt-2 {
  margin-top: 2em;
}

.grid-cell {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.wrapper {
  display: block;
}

.p-light {
  color: #c6e2f6;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.13em;
  font-weight: 300;
  line-height: 1.5;
}

.heading-medium {
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-family: Notesesabol, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.heading-medium.teal {
  color: #00ae9d;
}

.heading-medium.teal.date {
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Notesesareg, sans-serif;
  font-size: 1.25em;
  top: 60vh;
}

.heading-medium.mob-hidden {
  display: none;
}

.section-cards {
  position: relative;
}

.grid-objectives {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-objectives.mt-2 {
  margin-top: 2em;
}

.card {
  background-color: #09171f;
  background-image: url("../images/color-cloud.svg");
  background-position: 50% 0;
  background-size: auto;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 1.5em;
  display: flex;
  overflow: hidden;
}

.card._1 {
  background-image: url("../images/color-cloud.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
}

.mh-10 {
  object-fit: contain;
  height: 15em;
}

.paragraph {
  color: #b6d1e3;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-weight: 300;
}

.btn-ico {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24px;
  display: flex;
}

.shape-3 {
  z-index: -1;
  width: 20vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0;
}

.section {
  position: relative;
}

.contacts {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.flex-gap {
  display: flex;
}

.ico {
  width: 24px;
  height: 24px;
}

.ico.mr-1 {
  margin-right: 1em;
}

.code-embed {
  min-height: auto;
  text-decoration: underline;
}

.venue {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.shape-4 {
  z-index: -1;
  width: 40vw;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0;
  right: auto;
}

.shape-7 {
  z-index: -1;
  width: 20vw;
  position: absolute;
  top: 15%;
  left: 0;
}

.shape-6 {
  z-index: -1;
  width: 20vw;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0;
  right: auto;
}

.shape-hero-1 {
  z-index: -1;
  mix-blend-mode: normal;
  width: 25vw;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: auto;
}

.shape-hero-2 {
  z-index: 0;
  width: 30vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
}

.shape-hero-3 {
  z-index: 0!important;
  width: 40vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

.shape-hero-4 {
   z-index: 0!important;
  width: 20vw;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  .paragraph-large {
    font-size: 1em;
  }

  .timeline_date-text {
    font-size: 2em;
  }

  .timeline_text {
    font-size: 1em;
  }

  .button-icon-small,
  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .heading {
    font-size: 3em;
  }

  .heading.smaller {
    font-size: 2.6em;
  }

  .date {
    font-size: 1em;
  }

  .p-card {
    font-weight: 200;
  }

  .p-light {
    font-size: 1em;
  }

  .heading-medium {
    font-size: 2em;
  }

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

  .card {
    height: auto;
  }

  .paragraph {
    font-weight: 200;
  }

  .shape-3,
  .shape-4 {
    width: 40vw;
    top: 5%;
  }

  .shape-7 {
    width: 40vw;
    top: 10%;
  }

  .shape-6 {
    width: 40vw;
    top: 5%;
  }

  .shape-hero-1 {
    width: 50vw;
    top: 20%;
  }

  .shape-hero-2 {
    width: 50vw;
  }

  .shape-hero-3 {
    width: 50vw;
    top: 10%;
  }

  .shape-hero-4 {
    width: 30vw;
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 24px;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .paragraph-large {
    font-size: 1em;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_component {
    overflow: clip;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_right.desktop-hidden {
    display: none;
  }

  .timeline_date-text {
    margin-bottom: 1em;
    font-size: 2em;
    position: static;
  }

  .timeline_date-text.teal.date {
    font-size: 1em;
  }

  .timeline_date-text.teal.date.mob-hidden,
  .timeline_date-text.mob-hidden {
    display: block;
    position: static;
  }

  .timeline_text {
    margin-top: 1em;
    font-size: 1em;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .date.card-heading {
    font-family: Notesesareg, sans-serif;
    font-weight: 400;
  }

  .shape-1 {
    z-index: 0;
    width: 30vw;
  }

  .shape-2 {
    width: 70vw;
  }

  .shape-1-cs {
    z-index: 0;
    width: 30vw;
  }

  .banner {
    flex-flow: column;
    height: auto;
    padding: 5vw 10vw;
  }

  .p-card {
    font-size: 0.9em;
  }

  .p-light {
    margin-top: 1em;
    font-size: 1em;
  }

  .heading-medium {
    margin-bottom: 1em;
    font-size: 2em;
    position: static;
  }

  .heading-medium.teal.date {
    font-size: 1em;
  }

  .heading-medium.teal.date.mob-hidden,
  .heading-medium.mob-hidden {
    display: block;
    position: static;
  }

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

  .shape-3,
  .shape-4 {
    width: 70vw;
    top: 5%;
  }

  .shape-7 {
    z-index: -1;
    width: 30vw;
  }

  .shape-6 {
    width: 70vw;
    top: 5%;
  }

  .shape-hero-1 {
    z-index: -1;
    width: 50vw;
    top: 20%;
    bottom: auto;
  }

  .shape-hero-2 {
    z-index: 0;
    width: 60vw;
  }

  .shape-hero-3 {
    z-index: 0;
    width: 50vw;
  }

  .shape-hero-4 {
    z-index: 0;
    width: 30vw;
    top: auto;
    bottom: 20%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 22px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 4vw;
  }

  .paragraph-large.mw-32 {
    max-width: none;
  }

  .timeline_component {
    overflow: visible;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_date-text.mob-hidden {
    font-size: 9vw;
  }

  .timeline_text {
    font-size: 4vw;
    font-weight: 300;
  }

  .timeline_progress-bar {
    bottom: 50vh;
  }

  .section-timeline-cta {
    background-color: #0a1d26;
    background-image: url("../images/color-cloud.svg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .margin-bottom-small {
    margin-bottom: 5vw;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small,
  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .heading {
    font-size: 12vw;
  }

  .heading.smaller {
    font-size: 10vw;
  }

  .date {
    font-size: 4vw;
  }

  .date.card-heading {
    text-transform: uppercase;
    font-family: Notesesareg, sans-serif;
    font-size: 6vw;
  }

  .cloud-1 {
    width: 70vw;
  }

  .text-btn {
    font-size: 5vw;
  }

  .shape-1 {
    z-index: -4;
    width: 50vw;
  }

  .shape-2 {
    width: 70vw;
  }

  .body {
    background-color: #0a1d26;
  }

  .shape-1-cs {
    z-index: 0;
    width: 50vw;
  }

  .banner {
    flex-flow: column;
    height: auto;
    padding: 5vw;
  }

  .p-card {
    font-size: 4vw;
    font-weight: 200;
  }

  .caption.mw-40 {
    font-size: 3vw;
  }

  .grid-deadlines {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p-light {
    font-size: 4vw;
  }

  .heading-medium {
    font-size: 9vw;
  }

  .grid-objectives {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .card {
    height: auto;
    padding: 5vw;
  }

  .paragraph {
    font-size: 4vw;
    font-weight: 200;
  }

  .shape-3 {
    width: 40vw;
    top: 5%;
  }

  .venue {
    border-radius: 8px;
  }

  .shape-4 {
    width: 70vw;
    top: 5%;
  }

  .shape-7 {
    z-index: -4;
    width: 50vw;
    top: 7%;
  }

  .shape-6 {
    width: 70vw;
    top: 5%;
  }

  .shape-hero-1 {
    z-index: -1;
    width: 80vw;
    top: 25%;
    bottom: auto;
  }

  .shape-hero-2 {
    z-index: 0;
    width: 80vw;
  }

  .shape-hero-3 {
    z-index: 0;
    width: 70vw;
  }

  .shape-hero-4 {
    z-index: 0;
    width: 60vw;
    bottom: 15%;
  }
}

#w-node-d5abcf1f-3370-3eea-ccfd-66f076babfe1-489f4c31 {
  align-self: auto;
}

#w-node-_71a5a112-9887-ee4f-43bb-afb3abff65ff-489f4c31,
#w-node-_71a5a112-9887-ee4f-43bb-afb3abff6606-489f4c31,
#w-node-_71a5a112-9887-ee4f-43bb-afb3abff660d-489f4c31 {
  justify-self: center;
}

#w-node-_79c5631b-116c-0f17-6bff-dd59be041d99-489f4c31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_6b915f73-8412-7bea-1502-fa1cbe974779-489f4c31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_558a9866-f1f0-e06c-1af2-72ad2166f145-489f4c31 {
  justify-self: start;
}

#w-node-e9618ddf-d1bc-2ee9-ebd0-36754338df17-489f4c31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_79c5631b-116c-0f17-6bff-dd59be041d99-489f4c31,
  #w-node-_6b915f73-8412-7bea-1502-fa1cbe974779-489f4c31 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5abcf1f-3370-3eea-ccfd-66f076babfe1-489f4c31 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d5abcf1f-3370-3eea-ccfd-66f076babfe4-489f4c31 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d5abcf1f-3370-3eea-ccfd-66f076babfe6-489f4c31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0488106f-ce92-9b7b-01c3-8ad75f3f5e36-489f4c31 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0488106f-ce92-9b7b-01c3-8ad75f3f5e39-489f4c31 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b7ae63b-6f00-e542-a023-96ea5c4a96e4-489f4c31 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b7ae63b-6f00-e542-a023-96ea5c4a96e7-489f4c31 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ce1be3f7-431d-726c-aa42-33dea764ec6b-489f4c31 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ce1be3f7-431d-726c-aa42-33dea764ec7b-489f4c31 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6b915f73-8412-7bea-1502-fa1cbe974779-489f4c31 {
    grid-column: span 1 / span 1;
  }

  #w-node-_558a9866-f1f0-e06c-1af2-72ad2166f145-489f4c31 {
    justify-self: start;
  }

  #w-node-e9618ddf-d1bc-2ee9-ebd0-36754338df17-489f4c31 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79c5631b-116c-0f17-6bff-dd59be041d99-489f4c31,
  #w-node-_6b915f73-8412-7bea-1502-fa1cbe974779-489f4c31,
  #w-node-e9618ddf-d1bc-2ee9-ebd0-36754338df17-489f4c31 {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "Relative";
  src: url("../fonts/Relative-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Relative";
  src: url("../fonts/Relative-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Relative";
  src: url("../fonts/Relative-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Variablefont Slnt Wght";
  src: url("../images/") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Notesesabol";
  src: url("../fonts/NotesEsaBol.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Notesesareg";
  src: url("../fonts/NotesEsaReg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* stats swiper */

.swiper.stats-swiper {
  width: 100%;
  height: 100%;
  min-height: 230px;
  padding: 0 2rem;
}

.swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.stat-icon img {
  max-height: 80px;
  margin-bottom: 0.3rem;
}

/* Swiper pagination and navigation color customization */
.swiper-pagination-bullet {
  background: var(--pure-teal) !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--pure-teal) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--pure-teal) !important;
  fill: var(--pure-teal) !important;
  stroke: var(--pure-teal) !important;
}
.stat-label {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  padding: 0 2rem;
  text-align: center;
  line-height: 1.2;
}
.stat-label strong {
  font-weight: 700;
  font-family: var(--font-esa-bold), sans-serif;
  font-size: 140%;
  color: var(--pure-teal);
}