:root {
  --dark: #131318;
  --text3: #6e76b2;
  --accent: #945bf5;
  --col2: #5343ff;
  --neon: #1cc45f;
  --text4: #939aca;
  --dark2: #22202c;
  --white: white;
  --black: black;
  --text: #aea0ff;
  --text2: #7770aa;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter V 13 Latin 900";
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.body {
  background-color: var(--dark);
  color: var(--text3);
  max-width: 100vw;
  font-family: "Inter V 13 Latin", sans-serif;
  font-weight: 400;
}

.hero {
  box-shadow: none;
  border-radius: 4px;
  width: 100%;
  display: flex;
  position: relative;
}

.image {
  box-shadow: 0 0 0 2px var(--accent);
  opacity: .5;
  width: 50%;
  height: auto;
  position: relative;
}

.body-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  max-width: 90vw;
  margin: 5vw auto 40px;
}

.hero-text-container {
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  box-shadow: none;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px 5vw;
}

.hero-img-curtain {
  z-index: 2;
  background-image: linear-gradient(298deg, var(--col2), var(--neon));
  opacity: 1;
  mix-blend-mode: overlay;
  border-radius: 4px;
  width: 50%;
  height: 100%;
  position: absolute;
}

.heading {
  color: var(--text4);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter V 13 Latin", sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-2 {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 900;
}

.heading-2.gradient {
  font-family: "Inter V 13 Latin", sans-serif;
  font-size: 4vw;
}

.gradient {
  background-image: linear-gradient(59deg, var(--col2), var(--neon));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-img-container {
  z-index: 1;
  background-image: url('../images/image5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signature {
  opacity: .15;
  width: 30%;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}

.social-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark);
  color: var(--text3);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--dark2);
}

.social-logo {
  width: 50px;
}

.flex-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-block {
  opacity: 1;
  font-size: 20px;
  font-weight: 200;
}

.social-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-top: 40px;
}

.link {
  color: inherit;
  text-decoration: underline;
}

.content-org {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.content-org.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.laptop {
  width: 80%;
}

.text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: 0 0 0 1px var(--text3);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 4px;
  width: 50%;
  height: max-content;
  padding: 5vw;
  position: absolute;
  right: 0;
}

.heading-with-conography {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.icon {
  width: 50px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

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

.text-block-2 {
  font-size: 20px;
  font-weight: 200;
}

.major-para {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  margin-top: 40px;
  font-size: 2.72vw;
  font-weight: 200;
  line-height: 1.4em;
}

.major-para.centre {
  text-align: center;
}

.tabs {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  flex-flow: column;
  flex: 1 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 90vw;
  height: 100vh;
  max-height: calc(100vh - 10vw);
  display: flex;
}

.tab {
  background-color: var(--dark);
  opacity: .5;
  transition: opacity .2s;
}

.tab:hover {
  opacity: .81;
}

.tab.w--current {
  background-color: var(--dark2);
  opacity: 1;
}

.image-preview {
  width: 150px;
  max-width: 5vw;
  height: auto;
  max-height: 150px;
}

.image-full {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.tabs-menu {
  box-shadow: 0 0 0 1px var(--text3);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 150px;
  display: flex;
  overflow: auto;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tabs-content {
  margin-bottom: 40px;
}

.bg {
  z-index: -1;
  width: 100vw;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.bg.top-corner {
  width: 40vw;
  top: 0;
  left: auto;
  right: 0;
  transform: none;
}

.bg.top-left-bottom {
  width: 50vw;
  top: 64.7vh;
  left: auto;
  right: -25vw;
  transform: none;
}

@media screen and (max-width: 991px) {
  .hero {
    box-shadow: none;
    flex-flow: column;
  }

  .body-wrapper {
    max-width: 100vw;
    margin-top: 0;
  }

  .hero-text-container {
    z-index: 2;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    border-radius: 4px;
    width: 100%;
    margin-top: -15%;
    position: relative;
  }

  .hero-img-curtain {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .heading, .heading-2.gradient {
    font-size: 50px;
  }

  .hero-img-container {
    aspect-ratio: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .signature {
    margin: 20px 0 0 20px;
  }

  .social-link {
    background-color: var(--dark2);
    margin-left: 0;
  }

  .content-org {
    box-shadow: none;
    border-radius: 4px;
    flex-flow: column;
    overflow: hidden;
  }

  .laptop {
    width: 150vw;
    max-width: none;
    margin-bottom: -50%;
    margin-right: -60%;
  }

  .text-container {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    margin-top: -15%;
    position: relative;
  }

  .major-para {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    font-size: 34px;
  }

  .image-preview {
    width: 100px;
    max-width: 20vw;
    max-height: none;
  }

  .bg.top-corner {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
  }

  .social-link {
    flex: 1 0 auto;
  }

  .social-container {
    justify-content: center;
    align-items: flex-start;
  }

  .major-para {
    font-size: 27.2px;
  }
}


@font-face {
  font-family: 'Inter V 13 Latin';
  src: url('../fonts/inter-v13-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter V 13 Latin';
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter V 13 Latin';
  src: url('../fonts/inter-v13-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}