@font-face {
  font-family: Jetbrainsmono;
  src: url('../fonts/JetBrainsMono-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apk rigimono;
  src: url('../fonts/APK-Rigimono-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brsonoma;
  src: url('../fonts/BRSonoma-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brsonoma;
  src: url('../fonts/BRSonoma-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #4a5667;
  --off-white: #f6f7f9;
  --black: #12151a;
  --light-grey: #d0d7e1;
  --midnight-blue: #293241;
  --dark-grey: #a8adb5;
  --orange-red: #fb4704;
  --slate-grey: #5c7496;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

h1 {
  color: #293241;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brsonoma, sans-serif;
  font-size: 8.8vw;
  font-weight: 600;
  line-height: 80%;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brsonoma, sans-serif;
  font-size: 6.887vw;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brsonoma, sans-serif;
  font-size: 4.63vw;
  font-weight: 700;
  line-height: 5.556vw;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brsonoma, sans-serif;
  font-size: 3.241vw;
  font-weight: 600;
  line-height: 108%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brsonoma, sans-serif;
  font-size: 2.546vw;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Brsonoma, sans-serif;
  font-size: 1.736vw;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: var(--dim-grey);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Brsonoma, sans-serif;
  font-size: .926vw;
  font-weight: 500;
  line-height: 140%;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: none;
}

.section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 13.889vw;
  padding-left: 2.778vw;
  padding-right: 2.778vw;
  display: flex;
}

.section.auto {
  justify-content: center;
  height: auto;
  padding-bottom: 13.889vw;
  overflow: visible;
}

.section.auto.about {
  z-index: 5;
  background-color: var(--off-white);
  padding-top: 0;
  position: relative;
}

.section.auto.sponsors {
  position: relative;
}

.section.auto.black {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.auto.vertical {
  flex-direction: column;
}

.section.auto.vertical.no-bottom-padding {
  padding-bottom: 0;
}

.section.auto.partners.hidden {
  display: flex;
}

.section.auto.slider {
  align-items: flex-end;
  height: 75vh;
  padding-left: 0;
  padding-right: 0;
}

.section.auto.slider.mobile {
  display: none;
}

.section.auto.slider.desktop {
  overflow: hidden;
}

.section.half-screen {
  height: 50vh;
  padding-top: 0;
  padding-bottom: 240px;
}

.section.footer {
  z-index: 20;
  background-color: var(--black);
  background-image: url('../images/BG-Image-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 48px;
  position: relative;
  overflow: hidden;
}

.section.landing {
  height: 53.704vw;
  padding-top: 11.111vw;
  padding-bottom: 11.111vw;
  padding-left: 2.778vw;
  position: relative;
  overflow: visible;
}

.section.landing.home {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.section.black {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, transparent, var(--black) 90%), url('../images/Background.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.menu {
  z-index: 90;
  background-color: var(--black);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  justify-content: space-between;
  align-items: flex-start;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 14.815vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.section.top {
  background-color: var(--off-white);
  align-items: flex-start;
  height: 500vh;
}

.container {
  z-index: 2;
  grid-column-gap: 1.389vw;
  border-top: .058vw solid var(--light-grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 2.315vw;
  display: flex;
  position: static;
}

.container.auto {
  height: auto;
}

.container.auto.vertical {
  grid-row-gap: 3.241vw;
  flex-direction: column;
  align-items: stretch;
}

.container.auto.vertical.no-stroke {
  border-top-style: none;
  overflow: visible;
}

.container.auto.vertical.no-stroke.splide {
  overflow: visible;
}

.container.auto.vertical.top {
  z-index: 10;
  position: relative;
}

.container.footer {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.container.center {
  justify-content: center;
  align-items: center;
  padding-top: 18.287vw;
  padding-bottom: 10.417vw;
}

.container.center.no-stroke {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 10.417vw;
  padding-left: 14vw;
}

.container.bottom {
  border-top-style: none;
  align-items: flex-end;
  padding-right: 11.863vw;
}

.container.menu {
  border-top-style: none;
  padding-top: 16.086vw;
}

.container.no-stroke {
  border-top-style: none;
}

.container.no-stroke.events {
  padding-bottom: 2.315vw;
}

.container.no-stroke.events.no-top-padding, .container.no-stroke.no-padding {
  padding-top: 0;
}

.container.events {
  grid-column-gap: 0vw;
}

.heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-wrapper.about {
  grid-row-gap: 0vw;
}

.heading-row {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-row.vertical {
  align-items: flex-end;
  overflow: hidden;
}

.heading {
  font-size: 7.799vw;
}

.heading.uppercase {
  color: var(--midnight-blue);
  text-transform: uppercase;
}

.heading.uppercase.padding-right {
  margin-right: 56px;
}

.heading.uppercase.hide {
  display: none;
}

.double-arrow {
  width: auto;
  max-width: none;
  height: 4.939vw;
}

.wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 62.5vw;
  display: flex;
}

.wrapper.horizontal {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.wrapper.horizontal.half-screen {
  height: 50%;
}

.wrapper.horizontal.half-screen.rounded {
  border-radius: 8px;
  height: auto;
  min-height: 51.447vw;
  max-height: none;
  overflow: hidden;
}

.wrapper.horizontal._24--px-spacing {
  grid-column-gap: 1.389vw;
  grid-row-gap: 1.389vw;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 125.81vw;
}

.wrapper.horizontal._24--px-spacing.items.splide__list {
  width: auto;
}

.wrapper.horizontal.full-length {
  align-items: center;
  height: 100%;
}

.wrapper.horizontal.full-length.bottom-border {
  border-bottom: 1px solid var(--dim-grey);
  justify-content: center;
}

.wrapper.horizontal.end-to-end {
  justify-content: space-between;
  height: 100%;
}

.wrapper.sponsors {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper._120--px--spacing {
  grid-row-gap: 120px;
}

.wrapper.not-full-width {
  align-items: flex-start;
}

.wrapper.passed-events, .wrapper.full-width {
  width: 100%;
}

.wrapper.full-width.height {
  height: 100%;
}

.wrapper.vertical {
  align-items: stretch;
}

.large {
  color: var(--midnight-blue);
  letter-spacing: -.04em;
  text-indent: 0;
  font-size: 2.55vw;
  font-weight: 600;
  line-height: 120%;
}

.large.margin-bottom.partners {
  margin-bottom: 3.241vw;
}

.about-text-block {
  margin-bottom: 3.241vw;
  position: relative;
}

.about-text-block.no-margin {
  margin-bottom: 0;
}

.caption {
  color: var(--midnight-blue);
  text-transform: uppercase;
  max-width: none;
  padding-right: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: .5vh auto auto 0%;
  transform: translate(0);
}

.caption.static {
  opacity: 1;
  color: var(--midnight-blue);
  max-width: none;
  padding-right: 0;
  position: static;
}

.caption.static.chip {
  background-color: var(--off-white);
  color: var(--midnight-blue);
  border-radius: 100px;
  padding: 1vw 2vw;
}

.caption.static.grey {
  color: #ffffffb3;
  max-width: 22vw;
  font-size: .9vw;
}

.caption.static.right {
  text-align: right;
}

.caption.static.hide {
  opacity: 0;
}

.caption.static.white {
  color: var(--off-white);
}

.caption.static.white.events {
  font-size: 1.157vw;
}

.caption.static.events {
  width: 5.903vw;
}

.caption.static.events.speaker {
  color: var(--dark-grey);
}

.caption.static.selection-box {
  margin-bottom: 1.389vw;
}

.caption.static.deskop {
  display: none;
}

.caption.static.nav {
  width: auto;
  transform: none;
}

.caption.margin-bottom {
  margin-bottom: 3.241vw;
}

.caption.white {
  color: var(--off-white);
  white-space: normal;
  overflow: hidden;
}

.caption.counter {
  z-index: 0;
  position: relative;
  top: 0;
  transform: none;
}

.button {
  background-color: var(--orange-red);
  color: var(--off-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  padding: .926vw 1.389vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .926vw;
  font-weight: 700;
  transition: background-color .5s;
}

.button:hover {
  background-color: #fb4704cc;
}

.button.outline {
  border: 1px solid var(--off-white);
  background-color: #0000;
}

.button.outline.full-width {
  width: 100%;
}

.button.outline.black {
  border-color: var(--black);
  color: var(--black);
}

.button.outline.black:hover {
  opacity: .8;
}

.button.form {
  position: static;
  inset: auto auto 56px 56px;
}

.button.white {
  background-color: var(--off-white);
  color: var(--black);
}

.button.white.full-widtrh {
  width: 100%;
}

.button.what-we-offer {
  width: auto;
}

.button.black {
  background-color: var(--black);
  padding-left: 1.389vw;
  padding-right: 1.389vw;
}

.button.black.newsletter {
  padding: .637vw .926vw;
  font-size: .694vw;
  line-height: 120%;
  position: absolute;
  inset: .11575vw .11575vw auto auto;
}

.button.black.outline {
  cursor: pointer;
  background-color: #0000;
  padding: .926vw 1.389vw;
  position: relative;
}

.button.black.outline.hidden {
  display: block;
}

.button.menu {
  grid-column-gap: .463vw;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.button.full-width {
  width: 100%;
}

.button.bottom-padding {
  margin-bottom: 1.042vw;
}

.sponsors-block {
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: -2vw;
  display: flex;
}

.sponsors-block.mobile {
  display: none;
}

.sponsors-image {
  filter: grayscale();
  width: 100%;
  max-width: none;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.event-header {
  background-image: url('../images/Frame-482377.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 51.447vw;
  padding: 2vw 4.167vw;
  display: flex;
}

.event-details {
  background-color: var(--black);
  color: var(--off-white);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 51.447vw;
  padding: 2vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1.157vw;
  display: flex;
}

.event-title-block {
  z-index: 11;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: var(--black);
  align-items: flex-start;
  width: auto;
  margin-left: 3.993vw;
  padding: 1.852vw 5.556vw 6.481vw 0;
  display: flex;
  position: relative;
}

.event-title-block.news {
  width: 50%;
  text-decoration: none;
}

.event-title-block.news:hover {
  color: var(--off-white);
  text-decoration: underline;
}

.event-title {
  z-index: -1;
  background-color: var(--black);
  color: var(--off-white);
  align-items: flex-start;
  width: auto;
  padding: 3.241vw 10.417vw 11vw 3.993vw;
  display: flex;
  position: absolute;
  top: -4vw;
  left: -4vw;
}

.event-title.news {
  padding-bottom: 18vw;
  padding-right: 19vw;
}

.event-logo {
  width: 8vw;
  max-width: none;
}

.event-details-block {
  grid-row-gap: 2.778vw;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.63vw;
  display: flex;
}

.event-details-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--off-white);
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 16px;
  display: flex;
}

.event-details-row.top-aligned {
  align-items: center;
  line-height: 120%;
}

.text-block {
  font-size: 1.157vw;
  line-height: 1.5vw;
}

.text-block.showcase-speakers {
  width: 9.028vw;
  overflow: hidden;
}

.text-block.showcase-speakers.orange {
  color: var(--orange-red);
}

.event-details-icon {
  width: 2vw;
  max-width: none;
}

.why-join-block {
  width: 100%;
  margin-top: 0;
}

.why-join-block.what-we-offer {
  flex-direction: column;
  width: 62.5vw;
  display: flex;
}

.why-join-row {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px none var(--slate-grey);
  opacity: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2.778vw 0;
  display: flex;
}

.why-join-row.w--current {
  opacity: 1;
  background-color: #0000;
}

.why-join-row.top {
  border-top-style: none;
  border-bottom-style: none;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
}

.why-join-row.what-we-offer {
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
}

.why-join-row.what-we-offer.w--current, .why-join-row.what-we-offer.top.w--current {
  opacity: 1;
}

.why-join-title-block {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  align-items: center;
  width: 65%;
  padding-left: 5.5vw;
  font-family: Brsonoma, sans-serif;
  display: flex;
  position: relative;
}

.why-join-title-block.what-we-offer {
  width: auto;
  padding-left: 0;
}

.why-join-title {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  max-width: 95%;
  font-family: Brsonoma, sans-serif;
  font-size: 3.241vw;
  font-weight: 600;
}

.why-join-title.all-calps {
  text-transform: uppercase;
}

.why-join-title.what-we-offer {
  text-transform: capitalize;
  max-width: none;
}

.why-join-title.what-we-offer-heading-block {
  max-width: none;
}

.why-join-number {
  background-color: var(--orange-red);
  color: var(--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.852vw;
  height: 1.852vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .579vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 1vw auto 0% 0%;
}

.why-join-details {
  max-width: 25vw;
}

.why-join-details.waitlist-form {
  text-align: left;
  max-width: none;
}

.footer-action-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-join-block {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-join-row {
  color: var(--off-white);
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  font-family: Brsonoma, sans-serif;
  font-size: 9vw;
  font-weight: 500;
  line-height: 85%;
  text-decoration: none;
  display: flex;
}

.footer-join-icon {
  width: auto;
  max-width: none;
  height: 4.63vw;
  margin-left: 1vw;
}

.footer-logo-link-block {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.footer-links-block {
  grid-column-gap: 1.389vw;
  grid-row-gap: 1.389vw;
  display: flex;
}

.footer-links {
  color: #ffffffb3;
  border-radius: 100%;
  padding: .463vw;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.footer-links:hover {
  background-color: var(--orange-red);
  color: var(--off-white);
}

.image-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  width: auto;
  margin-left: 0%;
  display: flex;
  overflow: scroll;
}

.image-slider.splide__track {
  overflow: visible;
}

.footer-slider-image {
  width: 30vw;
  max-width: none;
}

.footer-slider-image.splide__slide {
  border-radius: .3vw;
}

.vector-background {
  z-index: 1;
  opacity: 1;
  width: 100vw;
  max-width: none;
  height: 64.641vw;
  position: absolute;
  inset: 0% auto;
}

.side-nav {
  z-index: 100;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding: 2.778vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  mix-blend-mode: exclusion;
  width: auto;
  max-width: none;
  height: 2.778vw;
}

.logo.white {
  display: none;
}

.nav-link-block {
  grid-row-gap: .694vw;
  opacity: 1;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  margin-right: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1.157vw;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link.w--current {
  background-image: url('../images/Arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .347vw;
  padding-left: .81vw;
  text-decoration: underline;
}

.nav-link.menu {
  color: var(--off-white);
  font-size: 2.546vw;
  line-height: 120%;
}

.nav-link.menu:hover {
  border-bottom: .116vw solid var(--orange-red);
  color: var(--orange-red);
}

.nav-link.menu.w--current {
  border-bottom: .116vw solid var(--orange-red);
  background-size: .463vw;
  text-decoration: none;
}

.nav-link.hiidden {
  display: none;
}

.nav-join-waitlist {
  align-items: center;
  display: flex;
}

.nav-join-icon {
  width: 2vw;
  max-width: none;
}

.landing-header {
  z-index: 20;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.landing-header.bottom {
  justify-content: flex-end;
  inset: auto 0% 0%;
}

.landing-header.tablet, .tablet-menu {
  display: none;
}

.waitlist-form-container {
  z-index: 200;
  width: 41.898vw;
  height: 100vh;
  padding: 1.389vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.waitlist-form-block {
  z-index: 10;
  background-color: var(--off-white);
  transform-origin: 100% 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 90vh;
  padding: 6.944vw 3.241vw 3.241vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.waitlist-form-heading-block {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-bottom: 56px;
  display: flex;
  overflow: hidden;
}

.waitlist-form-wrapper {
  grid-row-gap: 3.241vw;
  transform-origin: 100% 0;
  flex-direction: column;
  margin-bottom: 6.944vw;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dim-grey);
  color: var(--dim-grey);
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 2.778vw;
  padding-bottom: .926vw;
  padding-left: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
}

.waitlist-form-close-block {
  background-color: var(--black);
  color: var(--off-white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Brsonoma, sans-serif;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-icon {
  width: 12px;
  max-width: none;
}

.success-message {
  background-color: #0000;
}

.nav-arrow {
  width: .8vw;
  max-width: none;
  display: block;
  position: absolute;
  top: .1vw;
  left: -2vw;
}

.nav-arrow.bigger {
  display: none;
}

.image-slider-wrapper.glide {
  cursor: grab;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: relative;
}

.image-slider-wrapper.glide.spliide-mobile {
  display: none;
}

.image-slider-wrapper.splide-mobile {
  display: flex;
}

.image-slider-wrapper.splide {
  cursor: grab;
  width: 100%;
  position: relative;
}

.image-slider-track {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.image-slider-track.glide__slides {
  cursor: grab;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-slider-track.splide-mobile__list {
  display: none;
}

.image-slider-track.splide__list {
  overflow: visible;
}

.hover-interaction-container {
  z-index: 10;
  background-color: #0000;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hover-interaction-row {
  align-items: center;
  width: 100%;
  height: 14%;
  display: flex;
}

.hover-interaction-row.reverse {
  flex-direction: row-reverse;
  height: auto;
}

.hover-interaction-block {
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.hover-interaction-image {
  transform-origin: 50% 100%;
  width: 100%;
  max-width: none;
  height: auto;
}

.mobile-menu-block {
  display: none;
}

.logos-block {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 10.68vw;
  position: relative;
  overflow: hidden;
}

.logos-block.w--current {
  grid-row-gap: .257vw;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-email-link {
  text-decoration: none;
}

.overlay {
  z-index: 5;
  background-color: #12151a80;
  width: 102vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% -60vw;
}

.body {
  background-color: #f6f7f9;
}

.sponsors-track {
  width: 100%;
  margin-bottom: 3.241vw;
}

.sponsors-list {
  width: 100%;
}

.background-container {
  z-index: 1;
  width: 100vw;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradiant-background {
  z-index: 6;
  filter: blur(28px);
  width: 119.155vw;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: -12.674vw 0% auto 62.789vw;
}

.reveal {
  z-index: 99;
  transform-origin: 50% 0;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.reveal.other {
  z-index: 150;
  display: none;
}

.partners-anchor {
  position: absolute;
  top: -265.9%;
}

.event-anchor {
  display: block;
  position: absolute;
  top: 167.5%;
}

.cpt-form-container {
  z-index: 200;
  width: 41.898vw;
  height: 100vh;
  padding: 1.389vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.drag-cursor {
  z-index: 20;
  background-color: var(--orange-red);
  color: var(--off-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  margin: auto;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-page-video {
  width: 94.444vw;
  height: 100%;
}

.join-community-button {
  z-index: 20;
  grid-column-gap: 16px;
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1.157vw;
  display: flex;
  position: relative;
}

.plus-button {
  width: 2vw;
}

.text-container {
  grid-row-gap: .231vw;
  flex-direction: column;
  display: flex;
}

.text-line {
  border-top: 1px solid var(--midnight-blue);
  transform-origin: 0%;
}

.landing-nav {
  justify-content: space-between;
  align-items: flex-start;
  width: 62.616vw;
  display: flex;
  position: relative;
}

.scrolling-nav {
  display: flex;
}

.block.veritical {
  flex-direction: column;
  display: flex;
}

.block.veritical._40--px-padding {
  grid-row-gap: 40px;
  width: 65%;
}

.roadmap-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0;
}

.roadmap-section {
  width: 100%;
  padding-top: 3.241vw;
  position: relative;
  overflow: visible;
}

.roadmap-list {
  flex-direction: column;
  display: flex;
}

.roadmap-list.events {
  flex-flow: row;
  align-items: center;
  width: 100%;
}

.roadmap-item {
  border-right: .029vw dotted var(--dark-grey);
  border-bottom: 1px dotted var(--dark-grey);
  border-left: .029vw dotted var(--dark-grey);
  border-radius: 0;
  width: 100%;
  padding: .694vw;
  font-family: Jetbrainsmono, sans-serif;
}

.roadmap-item.events {
  width: 13.5vw;
}

.calendar {
  width: 100%;
  position: relative;
}

.calendar-row {
  border-bottom: 1px dotted var(--dark-grey);
  justify-content: flex-start;
  display: flex;
}

.calendar-column {
  border-left: 1px dotted var(--dark-grey);
  width: 25%;
  padding-top: .694vw;
  padding-bottom: 1.157vw;
  padding-left: 1.157vw;
}

.calendar-column.last {
  border-right: 1px dotted var(--dark-grey);
}

.calendar-column.bigger {
  padding-top: 0;
  padding-bottom: 3.125vw;
  padding-left: 0;
}

.calendar-column-heading {
  color: var(--slate-grey);
  text-transform: uppercase;
  max-width: none;
  padding-right: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: .5vh auto auto 0%;
}

.calendar-column-heading.static {
  max-width: none;
  padding-right: 0;
  position: static;
}

.calendar-column-heading.static.chip {
  background-color: var(--off-white);
  color: var(--midnight-blue);
  border-radius: 100px;
  padding: 1vw 2vw;
}

.calendar-column-heading.static.grey {
  color: #ffffffb3;
  max-width: 22vw;
  font-size: .9vw;
}

.calendar-column-heading.static.right {
  text-align: right;
}

.calendar-column-heading.static.hide {
  opacity: 0;
}

.roadmap-item-block {
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 1.736vw;
  margin-bottom: 0;
  padding: .463vw;
  font-size: .694vw;
  display: flex;
}

.roadmap-item-block.events {
  justify-content: flex-start;
  width: auto;
}

.roadmap-items-text {
  color: var(--black);
  text-transform: uppercase;
  max-width: none;
  padding-right: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: .5vh auto auto 0%;
}

.roadmap-items-text.static {
  max-width: none;
  padding-right: 0;
  position: static;
}

.roadmap-items-text.static.chip {
  background-color: var(--off-white);
  color: var(--midnight-blue);
  border-radius: 100px;
  padding: 1vw 2vw;
}

.roadmap-items-text.static.grey {
  color: #ffffffb3;
  max-width: 22vw;
  font-size: .9vw;
}

.roadmap-items-text.static.right {
  text-align: right;
}

.roadmap-items-text.static.hide {
  opacity: 0;
}

.veritcal-caption-block {
  grid-column-gap: 42.5vw;
  align-items: center;
  padding-bottom: 3.241vw;
  display: flex;
}

.veritcal-caption-block._56--px--margin--bottom {
  margin-bottom: 3.241vw;
}

.veritcal-caption-block._56--px--margin--bottom.events {
  z-index: 0;
  grid-column-gap: 0vw;
}

.veritcal-caption-block._56--px--margin--bottom.events.passed {
  margin-bottom: 0;
  padding-bottom: 0;
}

.veritcal-caption-block.events {
  z-index: 11;
  grid-column-gap: 0%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.veritcal-caption-block.events.top {
  z-index: 12;
  justify-content: flex-start;
}

.veritcal-caption-block.upcoming-events {
  grid-column-gap: 8.044vw;
  padding-bottom: 0;
}

.event-item-block {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-item-list {
  grid-row-gap: 3.241vw;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.event-item-list-wrapper {
  width: 100%;
  min-height: 51.447vw;
}

.heading-2 {
  font-size: 6.892vw;
}

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

.heading-2.white.events {
  width: auto;
  margin-top: .463vw;
}

.event-details-wrapper {
  flex-direction: column;
  width: 31.713vw;
  height: auto;
  display: flex;
}

.speaker-list {
  grid-column-gap: 1.389vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4.63vw;
  display: block;
}

.speaker {
  padding-left: 0;
  padding-right: 0;
}

.speaker-name {
  color: var(--off-white);
  text-transform: uppercase;
  width: auto;
  margin-bottom: .463vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1.157vw;
}

.speaker-image {
  width: 10.532vw;
  height: auto;
  margin-bottom: 1.389vw;
}

.speaker-position {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  line-height: .833vw;
}

.event-date-block {
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.event-times-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.events-button-container {
  grid-column-gap: .926vw;
  align-items: center;
  display: flex;
}

.heading-4.white {
  color: var(--off-white);
  font-weight: 600;
}

.heading-4.white.events {
  margin-top: .463vw;
}

.medium.short {
  width: 65%;
}

.medium.grey {
  color: var(--dim-grey);
}

.mono {
  font-family: Apk rigimono, sans-serif;
}

.custom-title {
  max-width: none;
  height: 9.954vw;
  margin-top: .926vw;
}

.caption-with-intro {
  grid-row-gap: 3.704vw;
  flex-direction: column;
  align-items: stretch;
  width: 16vw;
  display: flex;
}

.caption-with-intro.events, .caption-with-intro.filter {
  width: 16vw;
}

.small {
  font-size: .81vw;
}

.about-stats-container {
  grid-row-gap: 6.481vw;
  flex-direction: column;
  width: 100%;
  margin-top: 8.333vw;
  display: flex;
}

.about-stats-container.mobile {
  display: none;
}

.about-stats-row {
  grid-column-gap: 1.389vw;
  justify-content: space-between;
  display: flex;
}

.about-stats-block {
  transform-origin: 0%;
  width: 1000%;
  min-width: auto;
  overflow: hidden;
}

.stats-text {
  z-index: 2;
  border-top: 1px solid var(--midnight-blue);
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--midnight-blue);
  margin-top: 1.389vw;
  padding-top: .926vw;
  position: relative;
  overflow: hidden;
}

.what-we-offer-heading-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.what-we-offer-heading {
  white-space: nowrap;
  width: auto;
}

.what-we-offer-heading.mobile {
  display: none;
}

.people-list-wrapper {
  width: 100%;
  padding-top: 3.704vw;
}

.people-list-wrapper.below {
  border-top: 1px solid var(--light-grey);
  margin-top: 3.704vw;
}

.people-list {
  grid-row-gap: 1.389vw;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.people-block {
  border: 1px solid var(--light-grey);
  border-radius: .231vw;
  justify-content: center;
  align-items: center;
  width: 19vw;
  margin-bottom: 0;
  margin-right: 1.389vw;
  padding: .463vw;
  display: flex;
  overflow: hidden;
}

.people-container {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 29.167vw;
  padding-bottom: 2.778vw;
  padding-left: 1.389vw;
  padding-right: 3.356vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.people-name-block {
  z-index: 10;
  background-color: var(--black);
  color: var(--off-white);
  padding: 1.157vw 1.736vw 1.736vw;
  position: relative;
  bottom: .4vw;
}

.people-postion-block {
  z-index: 0;
  background-color: var(--black);
  width: 100%;
  padding: 1.331vw 1.852vw 1.563vw;
  position: absolute;
  top: auto;
}

.people-name {
  z-index: 5;
  position: relative;
}

.partners-list-wrapper {
  width: 100%;
}

.partners-list {
  flex-wrap: wrap;
  display: flex;
}

.partners-item {
  background-color: var(--black);
  background-image: url('../images/Vector-Backgrond.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30.556vw;
  height: auto;
  min-height: 30.556vw;
  margin-bottom: .926vw;
  margin-left: .926vw;
  margin-right: 0;
  padding: 5.093vw 3.704vw 3.704vw;
  display: flex;
}

.partners-logo {
  width: 8vw;
  height: auto;
  margin-bottom: 2.315vw;
}

.partner-header {
  margin-bottom: 4.5vw;
}

.normal {
  font-size: .926vw;
}

.normal.white {
  color: var(--off-white);
}

.supporting-partners-list-wrapper {
  width: 100%;
}

.supporting-partners-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3.241vw;
  padding-left: 31.972vw;
  display: flex;
}

.supporting-partners-details-block {
  grid-column-gap: 10.417vw;
  align-items: center;
  width: 65%;
  display: flex;
}

.supporting-partner-logo {
  width: 5vw;
  max-width: none;
  height: auto;
}

.supporting-partners-details {
  grid-row-gap: 1.389vw;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.supporting-partner-heading {
  letter-spacing: -.02em;
  font-family: Brsonoma, sans-serif;
  font-size: 1.389vw;
  font-weight: 500;
  line-height: 120%;
}

.about-cards-block {
  background-color: var(--black);
  background-image: url('../images/Vector-Backgrond.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .231vw;
  flex-direction: column;
  justify-content: space-between;
  width: 22.569vw;
  height: 30.093vw;
  padding: 3.241vw 1.852vw;
  display: flex;
}

.about-cards-block.glide__slide {
  position: absolute;
}

.about-card-header {
  grid-row-gap: 1.852vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-card-header.newsletter {
  grid-row-gap: 1.389vw;
}

.about-card-icon {
  max-width: none;
  height: 3.241vw;
}

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

.event-page-list {
  grid-row-gap: 5.556vw;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.event-page-list.landing {
  border-top: .058px solid var(--light-grey);
  padding-top: 0;
  overflow: visible;
}

.event-page-item {
  grid-column-gap: 13.2vw;
  border-bottom: 1px solid var(--light-grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 78.472vw;
  margin-bottom: 0;
  padding-bottom: 5.556vw;
  display: flex;
}

.event-page-item.passed {
  border: 1px #000;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  height: 51.5vw;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.event-page-item.passed-event {
  grid-column-gap: 13.2vw;
  border-top: .058vw solid var(--light-grey);
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78.472vw;
  margin-bottom: 0;
  padding-top: 5.556vw;
  padding-bottom: 0;
  overflow: visible;
}

.event-page-item.landing {
  border-top: .058vw solid var(--light-grey);
  border-bottom-style: none;
  align-items: flex-start;
  width: 100%;
  padding-top: 5.556vw;
  padding-bottom: 0;
}

.event-metadata {
  grid-column-gap: 10vw;
  align-items: center;
  width: 32.26vw;
  display: flex;
}

.event-page-date-and-location {
  text-transform: uppercase;
  flex-direction: column;
  width: 5.903vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .81vw;
  line-height: .926vw;
  display: flex;
}

.event-page-date-and-location.passed {
  color: var(--dark-grey);
  text-decoration: line-through;
}

.event-catergory {
  background-color: var(--black);
  color: var(--off-white);
  letter-spacing: -.05em;
  text-transform: uppercase;
  border-radius: .231vw;
  padding: .637vw .926vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .579vw;
  line-height: 100%;
}

.event-catergory.featured {
  background-color: var(--off-white);
  color: var(--black);
  position: absolute;
  inset: 1.852vw auto auto 1.852vw;
}

.event-text-and-cta {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-text {
  grid-row-gap: 2.315vw;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  max-width: none;
  display: flex;
}

.events-form-cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 4.63vw;
  padding-right: 4.63vw;
  display: flex;
}

.events-form-cta-wrapper.line {
  border-right: 1px solid var(--dim-grey);
}

.events-form-cta-block {
  perspective: 1000px;
  cursor: pointer;
  position: relative;
  transform: perspective(1000px);
}

.event-link {
  color: var(--black);
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.events-form-cta-background {
  -webkit-backdrop-filter: blur(2.315vw);
  backdrop-filter: blur(2.315vw);
  background-color: #ffffff0a;
  background-image: linear-gradient(155.14deg, #fff0, #ffffff1f), linear-gradient(#ffffff29, #ffffff29);
  border: 1px solid #ffffff29;
  border-radius: .231vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22.569vw;
  height: 33.16vw;
  padding: 2.778vw 1.389vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.events-form-cta-cicle {
  border: 1px solid var(--off-white);
  border-radius: 100%;
  width: 3.009vw;
  height: 3.009vw;
}

.events-form-cta-text-button {
  grid-row-gap: 2.778vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.events-form-cta-big-text {
  z-index: 10;
  color: var(--off-white);
  text-align: center;
  text-transform: uppercase;
  width: 31.134vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 3.241vw;
  line-height: 4.63vw;
  position: absolute;
  top: 35%;
  bottom: auto;
  right: -20%;
}

.events-form-cta-big-text.higher {
  top: 25%;
}

.events-form-cta-container {
  border: 1px #ffffff29;
  border-radius: .231vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22.569vw;
  height: 33.16vw;
  padding: 2.778vw 1.389vw;
  display: flex;
  position: relative;
}

.empty-state {
  display: none;
}

.featured-list-wrapper {
  width: 100%;
  height: 100%;
}

.featured-item {
  border: 1px solid var(--dark-grey);
  background-image: url('../images/Frame-482377.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .231vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: .463vw .463vw 4.167vw 4.167vw;
  display: flex;
  position: relative;
}

.featured-list {
  width: 100%;
  height: 100%;
}

.featured-news-thumbnail {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.social-and-newsletter-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.news-letter-form, .news-letter-form-block {
  position: relative;
}

.news-letter-form-field {
  text-transform: uppercase;
  border-radius: 2.315vw;
  height: 2.315vw;
  margin-bottom: 0;
  padding-top: .694vw;
  padding-bottom: .694vw;
  padding-left: .926vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .926vw;
  font-weight: 700;
}

.socials-block {
  grid-row-gap: .926vw;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.social-links {
  grid-column-gap: .926vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  width: 1.852vw;
  height: 1.852vw;
}

.news-list-wrapper {
  width: 100%;
}

.news-list {
  flex-wrap: wrap;
  display: flex;
}

.news-item {
  grid-row-gap: .926vw;
  border-style: solid;
  border-width: 1px 1px .058vw;
  border-color: var(--light-grey);
  border-radius: .231vw;
  flex-direction: column;
  justify-content: flex-start;
  width: 30.556vw;
  margin-bottom: 4.63vw;
  margin-right: .92vw;
  padding: 1.389vw;
  display: flex;
}

.news-catergory-and-cta {
  border-bottom: 1px none var(--light-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 4.167vw;
  height: 4.167vw;
  margin-bottom: 0;
  padding-top: 1.852vw;
  padding-bottom: 0;
  padding-left: 1.852vw;
  display: flex;
}

.news-cta {
  grid-column-gap: .926vw;
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .926vw;
  display: flex;
}

.news-cta.mobile {
  display: none;
}

.news-cta-arrow {
  background-color: var(--black);
  border-radius: 1005px;
  justify-content: center;
  align-items: center;
  width: 1.389vw;
  max-width: none;
  height: 1.389vw;
  padding: .142vw;
  display: flex;
}

.news-details-block {
  grid-row-gap: 1.389vw;
  border-top: .058vw none var(--light-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.news-metadata {
  border-bottom: .058vw solid var(--light-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.389vw;
  display: flex;
}

.empty-state-2 {
  display: none;
}

.filtering {
  margin-bottom: 0;
  margin-right: 40.5vw;
}

.filtering.sorting {
  margin-right: 0%;
}

.filtering.sorting.news {
  margin-right: 40.4vw;
}

.filtering.sorting.mobile {
  display: none;
}

.filtering.news {
  margin-right: 11.5vw;
}

.filtering.news.desktop {
  margin-right: 62.3vw;
}

.filtering.desktop {
  margin-right: 46.15vw;
}

.filtering-block {
  grid-column-gap: .463vw;
  background-color: #0000;
  display: flex;
  position: relative;
}

.filter-button {
  padding-left: 0;
}

.filter-circle {
  display: none;
}

.filter-text {
  width: 100%;
  height: 100%;
}

.filter-button-block {
  color: var(--black);
  letter-spacing: -.05em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: .058vw solid #000;
  border-radius: .231vw;
  margin-bottom: 0;
  padding: .637vw .926vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .579vw;
  line-height: 100%;
}

.filter-button-block.featured {
  background-color: var(--off-white);
  color: var(--black);
  position: absolute;
  inset: 1.852vw auto auto 1.852vw;
}

.filter-button-block.selected {
  background-color: var(--black);
  color: var(--off-white);
}

.upcomint-events {
  width: 100%;
  max-width: none;
}

.upcomint-events.mobile {
  display: none;
}

.roadmap {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: relative;
}

.roadmap.mobile {
  display: none;
}

.event-date {
  display: flex;
}

.container-header {
  grid-row-gap: 3.241vw;
  flex-direction: column;
  display: flex;
}

.logo-row {
  align-items: flex-end;
  width: 100%;
  padding-top: .2vw;
  display: flex;
}

.logo-row.bottom {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: .4vw;
  padding-left: .8vw;
  overflow: hidden;
}

.logo-row.bottom.other {
  justify-content: flex-start;
  padding-top: .4vw;
  padding-bottom: .4vw;
  padding-left: 0;
  overflow: visible;
}

.logo-vector {
  width: 1.123vw;
  margin-right: .3vw;
  position: relative;
}

.logo-vector.p {
  top: .521vw;
}

.logo-vector.r-symbol {
  width: .539vw;
  top: auto;
  bottom: .788vw;
}

.logo-vector.c {
  position: absolute;
  left: 1.2vw;
}

.logo-vector.c.other {
  position: relative;
  top: .005vw;
  left: 0;
}

.logo-vector.arrow {
  width: .73vw;
}

.logo-vector.a {
  margin-top: 0;
  top: 0;
}

.reveal-blocks {
  background-color: var(--light-grey);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.reveal-blocks.down {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.landing-page-video-block {
  width: 100%;
  height: 53.125vw;
  overflow: hidden;
}

.speaker-container {
  grid-row-gap: 2.778vw;
  flex-direction: column;
  width: 31.713vw;
  display: flex;
}

.normal-speaker-block {
  grid-row-gap: 1.389vw;
}

.showcase-speaker-block {
  grid-column-gap: 2.315vw;
  grid-row-gap: .926vw;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 5.266vw;
  display: flex;
}

.nav-text-block {
  grid-column-gap: 11.053vw;
  opacity: 1;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.main {
  z-index: 10;
  background-color: var(--off-white);
  transform-origin: 50% 0;
  position: relative;
  overflow: visible;
}

.main.no-overflow {
  overflow: hidden;
}

.what-we-offer-details {
  grid-row-gap: 1.852vw;
  flex-direction: column;
  align-items: center;
  width: 22.569vw;
  display: flex;
  position: relative;
}

.what-we-offer-image {
  background-image: url('../images/IMG_6762-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .347vw;
  width: 22.569vw;
  max-width: none;
  height: 15.046vw;
}

.what-we-offer-image.two {
  background-image: url('../images/IMG_1468-min.jpg');
}

.what-we-offer-image.three {
  background-image: url('../images/STARTUP_CLUB_MAY23_06.JPG');
}

.what-we-offer-image.four {
  background-image: url('../images/STARTUP_CLUB_MAY23_03-1-min.JPG');
  background-position: 50%;
}

.what-we-offer-image.five {
  background-image: url('../images/IMG_1455-2-min.jpg');
  background-position: 50% 0;
}

.what-we-offer-line {
  background-color: var(--black);
  width: 0%;
  height: .058vw;
  margin-top: 2.778vw;
}

.what-we-offer-details-block {
  grid-row-gap: 1.852vw;
  flex-direction: column;
  width: 22.569vw;
  display: flex;
}

.tabs-content {
  height: auto;
  margin-right: 9.375vw;
  position: sticky;
  top: 25vw;
  left: auto;
  right: auto;
}

.tabe-pane-tabe-3 {
  top: 0;
}

.veritcal-caption-block-unque {
  grid-column-gap: 10vw;
  width: 32.26vw;
  display: flex;
}

.gallery-list-wrapper {
  width: 100%;
  margin-bottom: 5.556vw;
}

.gallery-list {
  grid-column-gap: 1.157vw;
  align-items: flex-start;
  padding-top: 5.556vw;
  transition: all .2s;
  display: flex;
  overflow: scroll;
}

.gallery-item {
  width: auto;
  max-width: none;
  max-height: 30vw;
}

.button-text.close {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: auto 0% .9vw;
}

.gallery-item-block {
  border: 1px solid var(--light-grey);
  border-radius: .463vw;
  width: auto;
  max-width: none;
  max-height: 50vw;
  padding: .463vw;
}

.scroll-menu {
  z-index: 10;
  opacity: 0;
  justify-content: space-between;
  width: 28.009vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-arrow {
  width: auto;
  max-width: none;
  height: .9vw;
}

.desktop-menu {
  z-index: 0;
  background-color: var(--black);
  background-image: url('../images/BG-Image-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 9.086vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-link-block-menu {
  grid-row-gap: .694vw;
  opacity: 1;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tabs {
  grid-column-gap: 0vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.venue-partner {
  z-index: 200;
  width: 50vw;
  height: 100vh;
  padding: 24px 25px 24px 24px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-to-news {
  width: 100%;
}

.empty-state-3 {
  display: none;
}

.slider-track {
  display: flex;
}

.slider-track.splide__track {
  width: auto;
}

.splide-container.splide {
  width: auto;
  overflow: visible;
}

.glide__slide {
  padding-left: 1.6205vw;
  padding-right: 1.6205vw;
  position: absolute;
}

.roadmaps-dates {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.roadmaps-dates-list {
  border-right: .029vw dotted var(--light-grey);
  border-left: .029vw dotted var(--light-grey);
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.roadmaps-dates-items {
  border-right: .029vw dotted var(--dark-grey);
  border-bottom: .058vw dotted var(--dark-grey);
  border-left: .029vw none var(--dark-grey);
  color: var(--slate-grey);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: .81vw 0 .926vw 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  display: flex;
}

.roadmaps-dates-block {
  grid-column-gap: .116vw;
  border-bottom: 1px dotted var(--dark-grey);
  width: 100%;
  height: 2.488vw;
  padding-left: .81vw;
  padding-right: .81vw;
  display: flex;
}

.roadmap-embed {
  display: none;
}

.clock-image-block {
  border: .116vw solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .81vw;
  height: .81vw;
  padding-right: .02vw;
  display: flex;
  position: relative;
}

.clock-hand {
  width: .116vw;
  height: .232vw;
  position: relative;
}

.clock-hand.botom {
  width: .12vw;
  height: .22vw;
  top: -.07vw;
  left: .064108vw;
  transform: rotate(-40deg);
}

.release-date-eta {
  grid-column-gap: .463vw;
  align-items: center;
  display: flex;
}

.justwidths {
  width: 1.388vw;
  display: block;
}

.events-roadmap-list {
  flex-wrap: nowrap;
  display: flex;
}

.events-roadmap-item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.events-roadmap-month-block {
  width: 100%;
}

.hidden {
  display: none;
}

.upcomint-events-details-block {
  white-space: nowrap;
  border-radius: .231vw;
  padding: .463vw;
  line-height: 120%;
}

.upcomint-events-details-block.title {
  overflow: hidden;
}

.events-mobile-date {
  display: none;
}

.tab-pane-tab-4, .tab-pane-tab-5 {
  top: 0;
}

.container-2 {
  z-index: 2;
  grid-column-gap: 1.389vw;
  border-top: 1px solid #d0d7e1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 2.315vw;
  display: flex;
  position: relative;
}

.container-2.auto {
  height: auto;
}

.container-2.auto.vertical {
  grid-row-gap: 3.241vw;
  flex-direction: column;
  align-items: stretch;
}

.filter-button-block-2 {
  color: #12151a;
  letter-spacing: -.05em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .231vw;
  margin-bottom: 0;
  padding: .637vw .926vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .579vw;
  line-height: 100%;
}

.filter-button-block-2.selected {
  color: #f6f7f9;
  background-color: #12151a;
}

.caption-2 {
  color: #12151a;
  text-transform: uppercase;
  max-width: none;
  padding-right: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  font-weight: 700;
  line-height: 120%;
  position: static;
  inset: .5vh auto auto 0%;
}

.selection-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.caption-3 {
  color: #5c7496;
  text-transform: uppercase;
  max-width: 25%;
  padding-right: 40px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  inset: .5vh auto auto 0%;
}

.caption-3.static {
  max-width: none;
  padding-right: 0;
  position: static;
}

.caption-3.static.selection-box {
  color: #999;
  margin-bottom: 16px;
  font-size: 14px;
}

.selection-block {
  grid-column-gap: .926vw;
  align-items: center;
  display: flex;
}

.selection-radio-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.radio-button {
  z-index: 0;
  border-color: #12151a;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  background-color: #0000;
  border-style: solid;
}

.radio-button.w--redirected-checked {
  background-color: #fb4704;
  border-style: none;
  border-radius: 4px;
}

.selection-radio-label {
  z-index: 2;
  color: #12151a;
  text-transform: uppercase;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .694vw;
  font-weight: 700;
  position: relative;
}

.sort-field {
  background-color: var(--off-white);
  text-transform: uppercase;
  border: .058vw solid #000;
  border-radius: .231vw;
  width: 11.863vw;
  height: auto;
  margin-bottom: 0;
  padding: .694vw .926vw;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .579vw;
  display: none;
  position: relative;
}

.dropdown-arrow-block {
  background-color: var(--black);
  border-top-right-radius: .231vw;
  border-bottom-right-radius: .231vw;
  justify-content: center;
  align-items: center;
  width: 2.083vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.drowpdown-image {
  transform: rotate(90deg);
}

.dropdown-list {
  background-color: var(--off-white);
}

.dropdown-list.w--open {
  z-index: 10;
  background-color: var(--off-white);
  border: .058vw solid #000;
  border-radius: .231vw;
  margin-top: .463vw;
  overflow: hidden;
}

.dropdown-link {
  text-transform: uppercase;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .579vw;
}

.dropdown-link:hover {
  background-color: var(--black);
  color: var(--off-white);
}

.dropdown-link.w--current {
  color: var(--dark-grey);
}

.select-field {
  display: none;
}

.sort-field-text {
  width: auto;
  line-height: .926vw;
}

.reveal-copy {
  z-index: 99;
  transform-origin: 50% 0;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.reveal-copy.other {
  z-index: 150;
  display: none;
}

.peaple-image-block {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.people-image {
  max-width: none;
  height: 105%;
  display: block;
  position: relative;
  top: -.9vw;
  left: -6vw;
}

.news-metadata-details {
  grid-row-gap: .6945vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fundraising-embed {
  height: 100%;
}

.fields-block {
  flex-direction: column;
  margin-bottom: 6.944vw;
  display: flex;
  overflow: visible;
}

.form-2 {
  overflow: visible;
}

.event-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 4.167vw;
  max-width: none;
  height: 4.167vw;
  margin-top: .2vw;
  margin-right: 2.315vw;
}

.event-heading {
  width: 75%;
}

.showcase-speakers {
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 0;
  }

  .nav-link.w--current {
    background-image: url('../images/Arrow.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: .347vw;
    padding-left: .81vw;
    overflow: visible;
  }

  .nav-arrow.bigger {
    display: none;
  }

  .roadmap-item-block {
    transform-origin: 0%;
  }

  .event-details-wrapper {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section.auto.vertical.no-bottom-padding {
    padding-bottom: 0;
  }

  .container.auto.vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container.center {
    justify-content: center;
  }

  .wrapper {
    width: 62.5vw;
  }

  .wrapper.horizontal {
    position: relative;
  }

  .wrapper.horizontal.half-screen.rounded {
    height: auto;
  }

  .wrapper.sponsors {
    justify-content: flex-end;
  }

  .caption.static.white {
    color: var(--off-white);
  }

  .caption.white {
    white-space: pre;
    overflow: hidden;
  }

  .caption.white.people {
    white-space: normal;
  }

  .caption.what-we-offer {
    color: var(--black);
  }

  .event-header {
    justify-content: flex-end;
    width: 50%;
    height: 51.44vw;
    min-height: 100%;
  }

  .event-details {
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 51.447vw;
  }

  .event-title-block {
    z-index: 11;
  }

  .event-title {
    z-index: -1;
  }

  .why-join-block.what-we-offer {
    width: 62.5vw;
  }

  .why-join-row {
    grid-row-gap: 0vw;
    cursor: pointer;
    flex-direction: row;
    padding-bottom: 2.778vw;
  }

  .why-join-title, .why-join-details.waitlist-form {
    text-align: left;
  }

  .nav-join-waitlist {
    cursor: pointer;
  }

  .waitlist-form-container {
    display: none;
  }

  .waitlist-form-block {
    transform-origin: 100% 0;
    display: flex;
  }

  .waitlist-form-heading-block {
    margin-bottom: 56px;
  }

  .success-message {
    background-color: #0000;
  }

  .mobile-menu-block {
    display: none;
  }

  .background-container {
    overflow: hidden;
  }

  .cpt-form-container {
    display: none;
  }

  .roadmap-item-block {
    width: 100%;
  }

  .veritcal-caption-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 56px;
    display: flex;
  }

  .event-item-block {
    align-items: stretch;
    width: 100%;
    min-height: 51.447vw;
    display: flex;
  }

  .event-item-list {
    width: 100%;
    height: 100%;
    min-height: 51.447vw;
  }

  .event-item-list-wrapper {
    width: 100%;
    min-height: 51.447vw;
  }

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

  .event-details-wrapper {
    height: auto;
  }

  .people-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .people-name-block {
    margin-bottom: 0;
  }

  .people-postion-block {
    padding-right: 1.852vw;
  }

  .speaker-container {
    width: 32vw;
  }

  .what-we-offer-details {
    grid-row-gap: 1.852vw;
    flex-direction: column;
    width: 22.569vw;
    display: flex;
    position: static;
    left: 0;
    right: 5744750000000000px;
  }

  .what-we-offer-image {
    width: 100%;
    max-width: none;
  }

  .what-we-offer-line {
    background-color: var(--black);
    width: 0%;
    height: .058vw;
    margin-top: 2.778vw;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .what-we-offer-details-block {
    grid-row-gap: 1.852vw;
    flex-direction: column;
    width: 22.569vw;
    display: flex;
    position: absolute;
    left: 0;
    right: 5744750000000000px;
  }

  .venue-partner {
    display: none;
  }

  .roadmaps-dates-items {
    border-left-style: dotted;
  }

  .container-2.auto.vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 8vw;
  }

  .heading-row {
    align-items: center;
  }

  .heading-row.vertical {
    align-items: flex-end;
  }

  .wrapper {
    width: 62.5vw;
  }

  .wrapper.horizontal.end-to-end {
    justify-content: center;
  }

  .large {
    font-size: 2.5vw;
  }

  .caption {
    font-size: .6vw;
  }

  .event-details {
    width: 60%;
  }

  .event-title-block {
    padding-left: 2vw;
    padding-right: 3.556vw;
  }

  .event-title {
    top: -6vw;
    left: -2vw;
  }

  .event-logo {
    width: 5vw;
  }

  .text-block {
    font-size: .8vw;
    line-height: 180%;
  }

  .why-join-title {
    font-size: 3.2vw;
  }

  .why-join-title.what-we-offer {
    text-transform: none;
  }

  .why-join-number {
    width: 2vw;
    height: 2vw;
    font-size: .6vw;
  }

  .why-join-details {
    font-size: 1vw;
  }

  .logo {
    width: 8vw;
  }

  .nav-link {
    font-size: 1vw;
  }

  .nav-arrow {
    width: .5vw;
    display: none;
    top: .01vw;
    left: -1vw;
  }

  .nav-arrow.bigger {
    display: block;
  }

  .sponsors-track {
    width: 100%;
  }

  .calendar-column-heading {
    max-width: 20%;
    font-size: .6vw;
  }

  .roadmap-item-block {
    width: 100%;
  }

  .roadmap-items-text {
    max-width: none;
    font-size: .6vw;
  }

  .event-page-item, .event-page-item.passed-event {
    grid-column-gap: 12.2vw;
  }

  .featured-news-thumbnail {
    width: 100%;
  }

  .veritcal-caption-block-unque {
    width: 31.5vw;
  }

  .roadmaps-dates {
    width: 100%;
  }

  .caption-2 {
    font-size: .6vw;
  }

  .caption-3 {
    max-width: 20%;
    font-size: .6vw;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 4vw;
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.auto {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.landing {
    background-size: cover;
  }

  .container {
    width: 100%;
  }

  .double-arrow {
    width: 8vw;
    height: auto;
  }

  .large {
    text-indent: 0%;
    margin-top: 32px;
  }

  .about-text-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .caption {
    max-width: none;
    font-size: 1.5vw;
    position: static;
    top: .5vh;
  }

  .caption.static {
    font-size: 1.5vw;
  }

  .caption.static.grey {
    max-width: 28vw;
    font-size: 1.5vw;
  }

  .caption.static.right.menu {
    color: #ffffffb3;
  }

  .button {
    font-size: 1.5vw;
  }

  .button.outline.full-width {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button.form {
    bottom: 40px;
    left: 40px;
  }

  .sponsors-block.mobile {
    display: none;
  }

  .sponsors-image {
    width: 25%;
  }

  .event-header {
    padding: 4vw;
  }

  .event-details {
    width: 65%;
    padding: 4vw 4vw 3vw;
  }

  .event-title {
    top: -5.9vw;
  }

  .event-logo {
    width: 10vw;
  }

  .text-block {
    font-size: 1.75vw;
    line-height: 2vw;
  }

  .footer-slider-image.splide__slide {
    width: 100%;
  }

  .vector-background {
    width: auto;
    height: 100vh;
    left: -409px;
    right: 15px;
  }

  .side-nav {
    z-index: 100;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 32px;
    inset: 0% 0% auto;
  }

  .logo {
    mix-blend-mode: difference;
  }

  .logo.white {
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .nav-link {
    color: var(--midnight-blue);
    font-size: 2vw;
  }

  .nav-join-waitlist {
    display: none;
  }

  .landing-header {
    display: none;
    inset: auto 0% 0%;
  }

  .landing-header.bottom {
    display: none;
  }

  .landing-header.tablet {
    z-index: auto;
    display: flex;
  }

  .landing-header.tablet.menu {
    width: 100%;
    position: static;
  }

  .tablet-menu {
    grid-column-gap: 4vw;
    align-items: center;
    display: flex;
  }

  .hamburger-menu-block {
    grid-row-gap: .5vw;
    background-color: var(--orange-red);
    cursor: pointer;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .hamburger-line {
    background-color: var(--off-white);
    width: 16px;
    height: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .waitlist-form-container {
    width: 90vw;
    display: none;
  }

  .waitlist-form-block {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .waitlist-form-heading-block {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .waitlist-form-wrapper {
    transform-origin: 100% 0;
  }

  .text-field {
    border-radius: 0;
  }

  .hover-interaction-container {
    display: none;
  }

  .mobile-menu-block {
    z-index: 90;
    grid-row-gap: 3vw;
    background-color: var(--black);
    transform-origin: 100% 0;
    background-image: url('../images/BG-Image-1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 280px 32px 48px;
    display: none;
    position: fixed;
  }

  .menu-link-container {
    color: var(--off-white);
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: Jetbrainsmono, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-arrow {
    width: 3vw;
    max-width: none;
  }

  .menu-links-block {
    grid-row-gap: 4vw;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .mobile-menu-cta-s {
    display: none;
  }

  .menu-email-link {
    color: var(--off-white);
    text-decoration: none;
  }

  .logos-block {
    mix-blend-mode: exclusion;
    position: relative;
  }

  .menu-close {
    width: 12px;
    max-width: none;
    display: none;
    position: absolute;
  }

  .sponsors-track, .sponsors-list {
    width: 100%;
  }

  .background-container {
    align-items: center;
  }

  .gradiant-background {
    align-self: center;
    width: 200vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: -45%;
    right: 0;
  }

  .reveal {
    display: none;
  }

  .cpt-form-container {
    width: 90vw;
    display: none;
  }

  .calendar-column-heading {
    max-width: none;
    font-size: 1.5vw;
    position: static;
    top: .5vh;
  }

  .calendar-column-heading.static {
    font-size: 1.5vw;
  }

  .calendar-column-heading.static.grey {
    max-width: 28vw;
    font-size: 1.5vw;
  }

  .calendar-column-heading.static.right.menu {
    color: #ffffffb3;
  }

  .roadmap-items-text {
    max-width: none;
    font-size: 1.5vw;
    position: static;
    top: .5vh;
  }

  .roadmap-items-text.static {
    font-size: 1.5vw;
  }

  .roadmap-items-text.static.grey {
    max-width: 28vw;
    font-size: 1.5vw;
  }

  .roadmap-items-text.static.right.menu {
    color: #ffffffb3;
  }

  .nav-link-block-menu {
    display: none;
  }

  .venue-partner {
    width: 90vw;
    display: none;
  }

  .container-2 {
    width: 100%;
  }

  .caption-2, .caption-3 {
    max-width: none;
    font-size: 1.5vw;
    position: static;
    top: .5vh;
  }

  .caption-3.static {
    font-size: 1.5vw;
  }

  .reveal-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .caption {
    top: 0;
  }

  .mobile-menu-block {
    display: none;
  }

  .calendar-column-heading, .roadmap-items-text, .caption-2, .caption-3 {
    top: 0;
  }
}

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

  h2 {
    font-size: 12.8vw;
  }

  h3 {
    font-size: 12.8vw;
    line-height: 120%;
  }

  h4 {
    font-size: 6.4vw;
  }

  h5 {
    letter-spacing: -.04em;
    font-size: 6.4vw;
  }

  h6 {
    font-size: 6.4vw;
  }

  p {
    font-size: 4.267vw;
  }

  .section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.auto {
    padding-top: 32vw;
    padding-bottom: 0;
    padding-left: 6vw;
  }

  .section.auto.about {
    padding: 32vw 6.4vw;
  }

  .section.auto.sponsors {
    padding-left: 0;
    padding-right: 0;
  }

  .section.auto.footer {
    height: auto;
    margin-top: 32vw;
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }

  .section.auto.partners {
    padding-top: 0;
    padding-bottom: 32vw;
  }

  .section.auto.partners.bottom {
    padding-bottom: 32vw;
  }

  .section.auto.slider.mobile {
    height: auto;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    display: flex;
    overflow: scroll;
  }

  .section.auto.slider.desktop {
    display: none;
  }

  .section.auto.video {
    padding: 0;
  }

  .section.footer {
    height: 100vh;
    padding: 48px 0 20px;
  }

  .section.landing {
    align-items: flex-start;
    height: 161.867vw;
    padding-bottom: 0;
    padding-left: 1vw;
    padding-right: 0;
  }

  .section.landing.home {
    align-items: flex-end;
    height: 161.867vw;
  }

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

  .section.black.no-padding {
    background-image: url('../images/Background.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section.news {
    padding-top: 13.889vw;
  }

  .container {
    grid-row-gap: 12.8vw;
    flex-flow: column wrap;
    padding-top: 4.267vw;
  }

  .container.auto.vertical {
    grid-row-gap: 14.933vw;
    padding-top: 4.267vw;
    overflow: visible;
  }

  .container.auto.vertical.top {
    overflow: visible;
  }

  .container.footer {
    height: auto;
  }

  .container.footer.mobile {
    height: auto;
    overflow: visible;
  }

  .container.center {
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.center.no-stroke {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 6vw;
  }

  .container.bottom {
    grid-row-gap: 14.933vw;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }

  .container.no-paading {
    padding-top: 0;
  }

  .heading-wrapper.about {
    grid-row-gap: 4.267vw;
  }

  .heading-row {
    flex-direction: row;
  }

  .heading-row.vertical {
    grid-row-gap: 14.933vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading {
    font-size: 10.744vw;
  }

  .wrapper {
    width: 100%;
    overflow: hidden;
  }

  .wrapper.horizontal {
    justify-content: flex-start;
  }

  .wrapper.horizontal.half-screen.rounded {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 548px;
  }

  .wrapper.horizontal._24--px-spacing {
    flex-direction: column;
  }

  .wrapper.horizontal.full-length.bottom-border {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .wrapper.horizontal.end-to-end {
    grid-row-gap: 8.533vw;
    flex-direction: column;
  }

  .wrapper.sponsors {
    width: 100%;
  }

  .wrapper._120--px--spacing {
    grid-row-gap: 8.533vw;
  }

  .wrapper.not-full-width {
    grid-row-gap: 12.8vw;
    width: 100%;
  }

  .large {
    text-indent: 0%;
    margin-top: 0;
    font-size: 6.4vw;
  }

  .large.margin-bottom {
    margin-bottom: 14.933vw;
  }

  .about-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 12.8vw;
    display: flex;
  }

  .caption {
    max-width: none;
    font-size: 3.2vw;
    position: static;
  }

  .caption.static {
    max-width: none;
    font-size: 3.2vw;
  }

  .caption.static.chip {
    padding: 3vw 6vw;
  }

  .caption.static.grey {
    max-width: none;
  }

  .caption.static.grey.footer {
    text-align: right;
    font-size: 2.667vw;
  }

  .caption.static.right {
    max-width: none;
  }

  .caption.static.menu {
    color: #ffffffb3;
    text-align: center;
    max-width: none;
    text-decoration: none;
  }

  .caption.static.events {
    display: none;
  }

  .caption.static.events.speaker {
    display: block;
  }

  .caption.static.mobile {
    display: none;
  }

  .caption.static.selection-box {
    color: #4a5667;
    margin-bottom: 3.2vw;
  }

  .caption.static.deskop {
    display: none;
  }

  .caption.white.people {
    width: 44.267vw;
  }

  .caption.what-we-offer {
    margin-top: 1.4vw;
    font-size: 4.267vw;
  }

  .button {
    width: 100%;
    padding: 3vw 4vw 3vw 6vw;
    font-size: 3vw;
  }

  .button.form {
    position: static;
  }

  .button.black {
    padding-top: 4.533vw;
    padding-bottom: 4.533vw;
    line-height: 120%;
  }

  .button.black.newsletter {
    width: auto;
    padding: 2.933vw 4.267vw;
    font-size: 3.2vw;
    top: .534vw;
    right: 1.067vw;
  }

  .button.black.outline {
    padding-top: 4.533vw;
    padding-bottom: 4.533vw;
  }

  .sponsors-block {
    grid-column-gap: 0%;
    justify-content: flex-start;
    width: auto;
  }

  .sponsors-block.mobile {
    display: flex;
  }

  .sponsors-image {
    width: 50vw;
  }

  .event-header {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 4vw 10.667vw;
  }

  .event-details {
    grid-row-gap: 6vw;
    width: 100%;
    height: auto;
    padding: 8vw 6.4vw;
  }

  .event-title-block {
    justify-content: space-between;
    width: 100%;
    margin-left: 4.267vw;
    padding: 7.467vw 10.667vw 10.667vw 4.267vw;
  }

  .event-title-block.news {
    width: auto;
  }

  .event-title {
    padding: 6vw 19.467vw 21.333vw 8.534vw;
    top: -11.2vw;
  }

  .event-logo {
    width: 15vw;
  }

  .event-details-block {
    grid-row-gap: 4vw;
    width: 100%;
  }

  .event-details-row {
    grid-column-gap: 4.267vw;
    grid-row-gap: 6vw;
  }

  .text-block {
    font-size: 3.2vw;
    line-height: 120%;
  }

  .text-block.showcase-speakers {
    width: 21.6vw;
  }

  .event-details-icon {
    width: 4.267vw;
  }

  .why-join-block.what-we-offer {
    width: 100%;
  }

  .why-join-row {
    grid-row-gap: 6.4vw;
    flex-direction: column;
    padding-top: 8.533vw;
    padding-bottom: 8.533vw;
  }

  .why-join-row.top {
    flex-direction: column;
    padding-bottom: 8.533vw;
  }

  .why-join-row.what-we-offer.top {
    padding-bottom: 0;
  }

  .why-join-title-block {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .why-join-title-block.what-we-offer {
    flex-direction: row;
  }

  .why-join-title {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8.533vw;
  }

  .why-join-number {
    color: var(--orange-red);
    background-color: #0000;
    width: 3.2vw;
    height: 3.2vw;
    font-size: 2.667vw;
    position: relative;
  }

  .why-join-details {
    max-width: none;
  }

  .footer-action-block {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-join-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-join-row {
    font-size: 15vw;
  }

  .footer-join-icon {
    height: 10vw;
    margin-left: 2vw;
  }

  .footer-logo-link-block {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .footer-links-block {
    display: none;
  }

  .image-slider.splide-mobile__track {
    overflow: scroll;
  }

  .footer-slider-image {
    width: 75vw;
  }

  .footer-slider-image.splide__slide {
    width: 80vw;
    height: auto;
  }

  .vector-background {
    left: 0;
    right: 0;
  }

  .footer-logo {
    width: 18vw;
    max-width: none;
  }

  .side-nav {
    padding: 20px;
  }

  .logo {
    width: 15.059vw;
    height: auto;
  }

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

  .landing-header.tablet.menu {
    display: none;
  }

  .hamburger-menu-block {
    grid-row-gap: 1vw;
    padding: 0;
  }

  .hamburger-line {
    width: 4vw;
    height: .4vw;
  }

  .waitlist-form-container {
    width: 100vw;
    padding: 8px;
    display: none;
  }

  .waitlist-form-block {
    padding-top: 96px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .text-field {
    margin-bottom: 12.8vw;
    font-size: 3.2vw;
  }

  .waitlist-form-close-block {
    width: 40px;
    height: 40px;
  }

  .close-icon {
    width: 8px;
  }

  .image-slider-wrapper.glide {
    display: flex;
  }

  .image-slider-wrapper.glide.spliide-mobile {
    display: block;
  }

  .image-slider-wrapper.splide-mobile {
    width: 100%;
    display: block;
    overflow: scroll;
  }

  .image-slider-wrapper.splide {
    display: none;
  }

  .image-slider-wrapper.mobile {
    overflow: visible;
  }

  .image-slider-track {
    grid-column-gap: 6.4vw;
    overflow: visible;
  }

  .image-slider-track.splide-mobile__list {
    display: flex;
    overflow: visible;
  }

  .mobile-menu-block {
    align-items: stretch;
    padding: 42.667vw 6.4vw 10.667vw;
    display: none;
  }

  .menu-link-container {
    font-size: 6vw;
  }

  .menu-link-container.w--current {
    color: var(--orange-red);
    text-decoration: underline;
  }

  .mobile-menu-arrow {
    width: 4vw;
  }

  .menu-links-block {
    grid-row-gap: 3vw;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .mobile-menu-cta-s {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .menu-email-link {
    text-decoration: none;
  }

  .logos-block {
    width: 15.059vw;
    height: 10.667vw;
  }

  .logos-block.w--current {
    width: auto;
  }

  .overlay {
    left: 0;
  }

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

  .sponsors-track {
    align-items: center;
    width: 100%;
    margin-bottom: 12.8vw;
    display: flex;
  }

  .sponsors-list {
    width: auto;
    display: flex;
  }

  .background-container {
    overflow: hidden;
  }

  .reveal {
    display: none;
  }

  .partners-anchor {
    top: -44.9%;
  }

  .cpt-form-container {
    width: 100vw;
    padding: 8px;
    display: none;
  }

  .landing-page-video {
    width: auto;
  }

  .join-community-button {
    font-size: 5.333vw;
  }

  .plus-button {
    width: 6.4vw;
  }

  .landing-nav {
    display: none;
  }

  .block.veritical._40--px-padding {
    grid-row-gap: 4.267vw;
    width: auto;
  }

  .roadmap-section {
    padding-top: 12vw;
  }

  .roadmap-section.events {
    padding-top: 0;
  }

  .roadmap-list {
    width: 100%;
  }

  .roadmap-list.events {
    flex-direction: column;
    align-items: flex-start;
  }

  .roadmap-item {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    padding: 2.667vw;
    display: flex;
  }

  .roadmap-item.events {
    grid-row-gap: 3.2vw;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4.267vw;
    padding-left: 0;
    padding-right: 0;
  }

  .calendar-column-heading {
    max-width: none;
    font-size: 3.25vw;
    position: static;
  }

  .calendar-column-heading.static {
    max-width: 50%;
    font-size: 3vw;
  }

  .calendar-column-heading.static.chip {
    padding: 3vw 6vw;
  }

  .calendar-column-heading.static.grey {
    max-width: none;
    font-size: 2vw;
  }

  .calendar-column-heading.static.grey.footer {
    text-align: right;
  }

  .calendar-column-heading.static.right {
    max-width: none;
  }

  .calendar-column-heading.static.menu {
    color: #ffffffb3;
    text-align: center;
    max-width: none;
    text-decoration: none;
  }

  .roadmap-item-block {
    width: auto;
    height: 8vw;
    min-height: auto;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
    transition: width .6s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
  }

  .roadmap-item-block:hover {
    width: 100%;
  }

  .roadmap-items-text {
    white-space: nowrap;
    max-width: none;
    font-size: 3.25vw;
    position: static;
  }

  .roadmap-items-text.static {
    max-width: 50%;
    font-size: 3vw;
  }

  .roadmap-items-text.static.chip {
    padding: 3vw 6vw;
  }

  .roadmap-items-text.static.grey {
    max-width: none;
    font-size: 2vw;
  }

  .roadmap-items-text.static.grey.footer {
    text-align: right;
  }

  .roadmap-items-text.static.right {
    max-width: none;
  }

  .roadmap-items-text.static.menu {
    color: #ffffffb3;
    text-align: center;
    max-width: none;
    text-decoration: none;
  }

  .veritcal-caption-block {
    grid-column-gap: 0vw;
    justify-content: space-between;
  }

  .veritcal-caption-block._56--px--margin--bottom.events {
    margin-bottom: 5.556vw;
    display: flex;
  }

  .veritcal-caption-block.events.top {
    justify-content: space-between;
    width: 100%;
    overflow: visible;
  }

  .event-item-block {
    flex-wrap: wrap;
  }

  .heading-2 {
    font-size: 12.8vw;
  }

  .event-details-wrapper {
    width: 100%;
  }

  .speaker-list {
    grid-row-gap: 4.267vw;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .speaker {
    grid-column-gap: 4.267vw;
    align-items: center;
    display: flex;
  }

  .speaker-name {
    font-size: 3.2vw;
    line-height: 120%;
  }

  .speaker-image {
    width: 14.933vw;
    height: 14.933vw;
  }

  .speaker-position {
    font-size: 3.2vw;
    line-height: 120%;
  }

  .event-date-block {
    grid-column-gap: .533vw;
    flex-direction: row;
    font-size: 3.2vw;
  }

  .events-button-container {
    grid-row-gap: 4.267vw;
    flex-wrap: wrap;
  }

  .medium.short {
    width: 100%;
  }

  .medium.grey {
    word-break: break-all;
    height: 19vw;
    overflow: hidden;
  }

  .custom-title {
    height: 14.4vw;
  }

  .caption-with-intro {
    grid-row-gap: 12.8vw;
    width: auto;
  }

  .caption-with-intro.events {
    width: auto;
  }

  .caption-with-intro.filter {
    display: none;
  }

  .small {
    font-size: 4.933vw;
  }

  .about-stats-container {
    display: none;
  }

  .about-stats-container.mobile {
    grid-row-gap: 8.533vw;
    display: flex;
  }

  .about-stats-row {
    grid-column-gap: 4.267vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .about-stats-block {
    grid-row-gap: 4.267vw;
    flex-direction: column;
    min-width: 50%;
    display: flex;
  }

  .stats-text {
    margin-top: 0;
    padding-top: 4.267vw;
  }

  .what-we-offer-heading-block {
    flex-wrap: wrap;
  }

  .what-we-offer-heading {
    white-space: normal;
    width: auto;
    margin-bottom: 8.533vw;
  }

  .what-we-offer-heading.desktop {
    display: none;
  }

  .what-we-offer-heading.mobile {
    display: flex;
  }

  .people-list {
    flex-wrap: wrap;
    display: flex;
  }

  .people-block {
    width: 87.2vw;
  }

  .people-container {
    width: 100%;
    height: 114.928vw;
    padding-bottom: 4.267vw;
    padding-left: 4.267vw;
  }

  .people-details-block {
    position: relative;
  }

  .people-name-block {
    width: 60vw;
    padding: 2.667vw 4.267vw;
    bottom: 12.267vw;
  }

  .people-postion-block {
    width: auto;
    min-width: 60vw;
    padding: 4.267vw 10.667vw 4.267vw 4.267vw;
  }

  .people-name {
    font-size: 6.4vw;
  }

  .partners-list {
    flex-wrap: wrap;
  }

  .partners-item {
    width: 100%;
    height: auto;
    min-height: 116.267vw;
    margin-bottom: 8.533vw;
    margin-right: 0;
    padding: 12.8vw 6.4vw;
  }

  .partners-logo {
    width: 24vw;
    height: auto;
  }

  .partner-header {
    grid-row-gap: 8.533vw;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .normal {
    font-size: 4.267vw;
  }

  .normal.white {
    margin-bottom: 13vw;
  }

  .supporting-partners-list {
    grid-row-gap: 8.533vw;
    flex-wrap: wrap;
    display: flex;
  }

  .supporting-partners-block {
    grid-row-gap: 8.533vw;
    flex-direction: column;
    padding-left: 0;
  }

  .supporting-partners-details-block {
    grid-column-gap: 0vw;
    grid-row-gap: 10.667vw;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .supporting-partner-logo {
    width: auto;
    height: 6.4vw;
  }

  .supporting-partners-details {
    grid-row-gap: 4.267vw;
  }

  .supporting-partner-heading {
    font-size: 5.333vw;
  }

  .about-cards-block {
    border-radius: 1.067vw;
    width: 81.6vw;
    height: 108.8vw;
    padding: 10.667vw 6.4vw;
  }

  .about-card-icon {
    height: 14.933vw;
  }

  .event-page-list {
    align-items: flex-start;
  }

  .event-page-item {
    grid-row-gap: 6.4vw;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5.556vw;
  }

  .event-page-item.passed {
    justify-content: flex-start;
    width: 100%;
    height: 89vw;
  }

  .event-page-item.passed-event {
    width: 100%;
  }

  .event-metadata {
    grid-row-gap: 11.516vw;
    justify-content: space-between;
    width: 100%;
  }

  .event-page-date-and-location {
    flex-direction: row;
    align-items: center;
    width: auto;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }

  .event-page-date-and-location.passed {
    grid-column-gap: 4.5vw;
    color: var(--midnight-blue);
    line-height: 120%;
    text-decoration: none;
  }

  .event-catergory {
    border-radius: 1.067vw;
    padding: 3.2vw 4.267vw;
    font-size: 2.667vw;
  }

  .event-text-and-cta {
    grid-row-gap: 8.533vw;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4vw;
  }

  .event-text {
    grid-row-gap: 6.4vw;
    width: 100%;
    max-width: none;
  }

  .events-form-cta-wrapper {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .events-form-cta-wrapper.line {
    border-right-style: none;
    width: 100%;
  }

  .events-form-cta-block {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--light-grey);
  }

  .events-form-cta-block.other {
    border-bottom-style: none;
  }

  .event-link {
    justify-content: space-between;
    align-items: center;
  }

  .events-form-cta-background {
    display: none;
  }

  .events-form-cta-cicle {
    width: 10.667vw;
    height: 10.667vw;
  }

  .events-form-cta-big-text {
    text-align: left;
    width: auto;
    margin-right: 6vw;
    font-size: 9.067vw;
    line-height: 120%;
    text-decoration: underline;
    left: 6vw;
    right: auto;
  }

  .events-form-cta-container {
    border-style: none;
    width: 100%;
    height: 133.333vw;
    padding: 10.667vw 6vw;
  }

  .featured-item {
    width: 100%;
    height: 100%;
    padding-right: 4.167vw;
  }

  .featured-news-thumbnail {
    width: 100%;
    height: auto;
  }

  .social-and-newsletter-block {
    grid-row-gap: 8.533vw;
  }

  .news-letter-form-field {
    border-radius: 10.667vw;
    height: 10.667vw;
    padding-left: 4.267vw;
    font-size: 3.2vw;
  }

  .socials-block {
    grid-row-gap: 4.267vw;
    align-items: flex-start;
  }

  .social-link {
    width: 9.6vw;
    height: 9.6vw;
  }

  .news-list {
    flex-wrap: wrap;
  }

  .news-item {
    grid-row-gap: 4.267vw;
    border-radius: 1.067vw;
    width: 100%;
    padding: 5.333vw 4.267vw;
  }

  .news-catergory-and-cta {
    width: 10.667vw;
    height: 10.667vw;
    padding-bottom: 6.4vw;
  }

  .news-cta {
    display: none;
  }

  .news-cta.mobile {
    grid-column-gap: 3.2vw;
    font-size: 4.267vw;
    display: flex;
  }

  .news-cta-arrow {
    width: 5.333vw;
    height: 5.333vw;
  }

  .news-metadata {
    margin-bottom: 6.4vw;
    padding-bottom: 6.4vw;
  }

  .filtering.sorting.news {
    margin-right: 0;
  }

  .filtering.sorting.mobile {
    display: block;
  }

  .filtering.news.desktop {
    width: 100%;
    margin-right: 0;
    display: flex;
    overflow: scroll;
  }

  .filtering.desktop {
    margin-right: 0;
    display: flex;
    overflow: scroll;
  }

  .filtering-block {
    grid-column-gap: 4.267vw;
    overflow: visible;
  }

  .filter-button-block {
    border-radius: 1.067vw;
    padding: 3.2vw 4.267vw;
    font-size: 2.667vw;
  }

  .upcomint-events {
    display: none;
  }

  .upcomint-events.mobile {
    display: block;
  }

  .roadmap {
    display: flex;
  }

  .roadmap.mobile {
    display: block;
  }

  .speaker-details-block {
    grid-row-gap: 1.067vw;
    flex-direction: column;
    display: flex;
  }

  .event-date {
    align-items: center;
    width: 25.067vw;
    line-height: 120%;
    display: flex;
  }

  .hide {
    display: none;
  }

  .text-block-2 {
    line-height: 120%;
  }

  .logo-row.bottom {
    padding-top: 1.2vw;
  }

  .logo-vector {
    width: 4.349vw;
    margin-right: 1.067vw;
  }

  .logo-vector.r-symbol {
    width: 1.291vw;
    bottom: 3.088vw;
    left: auto;
    right: -6.4vw;
  }

  .logo-vector.move {
    display: none;
  }

  .logo-vector.move.p {
    top: 1.621vw;
  }

  .logo-vector.c {
    margin-right: 0;
    top: .5078px;
    bottom: 0;
    left: 5.15vw;
  }

  .logo-vector.arrow {
    width: auto;
    height: 4.341vw;
  }

  .landing-page-video-block {
    height: 50vh;
  }

  .speaker-container {
    grid-row-gap: 6.4vw;
    width: 100%;
  }

  .normal-speaker-block {
    grid-column-gap: 1.389vw;
    flex-direction: row;
    align-items: center;
  }

  .showcase-speaker-block {
    grid-row-gap: 4.267vw;
    flex-direction: row;
    align-content: space-between;
  }

  .what-we-offer-details {
    grid-row-gap: 6.4vw;
    width: 100%;
    height: auto;
  }

  .what-we-offer-image {
    width: 100%;
    height: 58.133vw;
  }

  .tabs-content {
    margin-bottom: 10.667vw;
    margin-right: 0;
    position: static;
    right: 0;
  }

  .veritcal-caption-block-unque {
    display: none;
  }

  .gallery-item {
    width: auto;
    max-height: 64vw;
  }

  .button-text {
    font-size: 3.2vw;
    line-height: 120%;
  }

  .button-text.close {
    bottom: 5.1vw;
  }

  .gallery-item-block {
    max-height: none;
  }

  .tabs {
    flex-direction: column;
    padding-top: 0;
  }

  .venue-partner {
    width: 100vw;
    padding: 8px;
    display: none;
  }

  .roadmaps-dates.events {
    display: none;
  }

  .roadmaps-dates-items {
    width: 100%;
  }

  .roadmaps-dates-block {
    align-items: center;
    height: 11.733vw;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
    font-size: 3.2vw;
    display: flex;
  }

  .release-date-eta {
    display: none;
  }

  .justwidths {
    width: 5.334vw;
  }

  .upcomint-events-details-block {
    border-radius: 1.067vw;
    padding: 2.133vw;
    font-size: 3.2vw;
  }

  .events-mobile-date {
    grid-column-gap: .533vw;
    border-bottom: .267vw dotted var(--dark-grey);
    color: var(--dim-grey);
    text-transform: uppercase;
    align-items: center;
    padding-bottom: 2.667vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    font-size: 3.2vw;
    display: flex;
  }

  .container-2 {
    grid-row-gap: 12.8vw;
    flex-flow: column wrap;
  }

  .container-2.auto.vertical {
    grid-row-gap: 14.933vw;
    padding-top: 4.267vw;
    overflow: hidden;
  }

  .filter-button-block-2 {
    border-radius: 1.067vw;
    padding: 3.2vw 4.267vw;
    font-size: 2.667vw;
  }

  .caption-2 {
    max-width: none;
    font-size: 3.2vw;
    position: static;
  }

  .selection-box {
    align-items: stretch;
    margin-bottom: 48px;
    overflow: hidden;
  }

  .caption-3 {
    max-width: none;
    font-size: 3.25vw;
    position: static;
  }

  .caption-3.static {
    max-width: 50%;
    font-size: 3vw;
  }

  .selection-block {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
    overflow: scroll;
  }

  .selection-radio-label {
    white-space: pre;
    font-size: 3.2vw;
  }

  .sort-field {
    border-width: .267vw;
    border-radius: 1.067vw;
    width: 41.6vw;
    padding: 3.2vw 4.267vw;
    font-size: 3.2vw;
  }

  .dropdown-arrow-block {
    width: 9.6vw;
  }

  .dropdown-list.w--open {
    border-width: .267vw;
    border-radius: 1.067vw;
    width: 100%;
  }

  .dropdown-link {
    color: var(--midnight-blue);
    padding: 3.2vw 4.267vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }

  .sort-field-text {
    line-height: 120%;
  }

  .reveal-copy {
    display: none;
  }

  .form-2 {
    overflow: visible;
  }

  .event-thumbnail {
    background-size: cover;
    width: 10.667vw;
    height: 10.667vw;
  }

  .event-heading {
    width: 80%;
  }
}


@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apk rigimono';
  src: url('../fonts/APK-Rigimono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brsonoma';
  src: url('../fonts/BRSonoma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brsonoma';
  src: url('../fonts/BRSonoma-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}