* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: var(--font-sans);
  color: var(--foreground);
  text-transform: lowercase;
}

h1 {
  font-weight: 700;
  font-size: clamp(32px, 26.3661971831px + 1.5023474178vw, 48px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

h2 {
  font-weight: 700;
  font-size: clamp(28px, 18.1408450704px + 2.6291079812vw, 56px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.5%;
}

h4 {
  font-weight: 600;
  font-size: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

@media (max-width: 768px) {
  h2 {
    line-height: 110%;
  }
  h4 {
    line-height: 110%;
  }
}
h5 {
  font-size: clamp(16px, 12.4788732394px + 0.9389671362vw, 26px);
  font-weight: 600;
  line-height: 110%;
}

p {
  font-size: 20px;
  line-height: 145%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-hover) var(--white);
}

*::-moz-selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::-moz-selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::-webkit-selection {
  background: var(--primary-hover);
  color: var(--white);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:root {
  --font-sans: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Arial, sans-serif;
  --container: 1680px;
  --wrapper: 1618px;
  --header-height: 81px;
  --transition-duration: 300ms;
  --white: rgb(255, 255, 255);
  --gray-900: rgb(37, 34, 33);
  --gray-800: rgb(69, 66, 65);
  --gray-700: rgb(100, 97, 96);
  --gray-600: rgb(119, 116, 115);
  --gray-500: rgb(160, 158, 157);
  --gray-400: rgb(190, 187, 186);
  --gray-300: rgb(224, 222, 221);
  --gray-200: rgb(238, 236, 236);
  --gray-100: rgb(245, 243, 243);
  --gray-50: rgb(250, 248, 247);
  --flare-900: rgb(51, 24, 11);
  --flare-800: rgb(97, 38, 16);
  --flare-700: rgb(147, 53, 18);
  --flare-600: rgb(199, 67, 17);
  --flare-500: rgb(255, 81, 14);
  --flare-400: rgb(255, 115, 60);
  --flare-300: rgb(255, 146, 98);
  --flare-200: rgb(255, 174, 137);
  --flare-100: rgb(255, 201, 175);
  --flare-50: rgb(255, 228, 214);
  --glacier-900: rgb(22, 38, 48);
  --glacier-800: rgb(31, 72, 94);
  --glacier-700: rgb(35, 108, 145);
  --glacier-600: rgb(32, 147, 198);
  --glacier-500: rgb(14, 188, 255);
  --glacier-400: rgb(96, 199, 255);
  --glacier-300: rgb(137, 210, 255);
  --glacier-200: rgb(170, 221, 255);
  --glacier-100: rgb(200, 232, 255);
  --glacier-50: rgb(228, 244, 255);
  --primary: var(--flare-500);
  --primary-hover: var(--flare-400);
  --primary-transparent: rgba(255, 81, 14, 0.5);
  --secondary: var(--gray-900);
  --secondary-hover: var(--gray-800);
  --tertiary: var(--white);
  --tertiary-hover: var(--flare-100);
  --foreground: var(--gray-900);
  --black-transparent: rgba(0, 0, 0, 0.05);
  --white-transparent: rgba(255, 255, 255, 0.8);
  --gray-transparent: rgba(32, 32, 32, 0.08);
  --primary-gradient: radial-gradient(
      214.92% 134.06% at 97.52% 97.55%,
      #c062fc 2.17%,
      #f45e89 18.28%,
      #ff510e 48.53%,
      #ff733c 72.82%,
      #fea907 98%
    ),
    var(--black-white-gray-100, #f5f3f3);
}

@media (max-width: 1024px) {
  :root {
    --header-height: 52px;
  }
}
._hidden {
  display: none;
}

a {
  color: inherit;
  transition: color var(--transition-duration) ease, scale var(--transition-duration) ease;
}
a:hover {
  text-decoration: underline;
  color: var(--primary);
}

button,
a.button {
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  background-color: var(--tertiary);
  color: var(--foreground);
  transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease, scale var(--transition-duration) ease;
}
button._primary,
a.button._primary {
  background-color: var(--primary);
  color: var(--white);
}
button._primary:hover, button._primary:focus,
a.button._primary:hover,
a.button._primary:focus {
  background-color: var(--primary-hover);
}
button._secondary,
a.button._secondary {
  background-color: var(--secondary);
  color: var(--white);
}
button._secondary:hover, button._secondary:focus,
a.button._secondary:hover,
a.button._secondary:focus {
  background-color: var(--primary);
}
button._tertiary,
a.button._tertiary {
  background-color: var(--tertiary);
  color: var(--foreground);
}
button._tertiary:hover, button._tertiary:focus,
a.button._tertiary:hover,
a.button._tertiary:focus {
  background-color: var(--foreground);
  color: var(--white);
}
button:hover, button:focus,
a.button:hover,
a.button:focus {
  background-color: var(--tertiary-hover);
  text-decoration: none;
  scale: 1.02;
}
button:active,
a.button:active {
  scale: 1;
}
button:disabled,
a.button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

header {
  --ellipse-fill: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: 50;
  padding: 0 clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
}
header .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--wrapper);
  margin: 0 auto;
  padding: clamp(5px, 1.8309859155px + 0.8450704225vw, 14px) clamp(20px, -6.7605633803px + 7.1361502347vw, 96px);
  border-radius: 0 0 24px 24px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: background-color var(--transition-duration) ease;
}
header._scrolled .headerWrapper {
  background-color: var(--white-transparent);
}
header #logo {
  width: clamp(125px, 116.9014084507px + 2.1596244131vw, 148px);
  height: clamp(30px, 28.2394366197px + 0.4694835681vw, 35px);
  color: var(--primary);
  transition: filter var(--transition-duration) ease;
}
header #logo:hover {
  filter: drop-shadow(3px 4px 6px var(--primary));
}
header #logo:active {
  filter: none;
}
header nav {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid var(--black-transparent);
  background-color: var(--white-transparent);
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li:first-child a {
  border-radius: 12px 4px 4px 12px;
}
header nav ul li:last-child a {
  border-radius: 4px 12px 12px 4px;
}
header nav a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 24px;
  text-wrap: nowrap;
  transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease;
  border-radius: 4px;
}
header nav a:hover {
  text-decoration: none;
  background-color: var(--gray-100);
  color: var(--foreground);
}
header nav a:active {
  background-color: var(--primary);
  color: var(--white);
}
header .mobileButtons {
  display: none;
  gap: 8px;
  align-items: center;
}

@media (max-width: 1024px) {
  header {
    padding: 0;
  }
  header._orange {
    --ellipse-fill: var(--primary);
  }
  header._orange #logo {
    color: var(--white);
  }
  header._orange .headerWrapper {
    background-color: var(--primary);
  }
  header._orange._scrolled .headerWrapper {
    background-color: var(--primary-transparent);
  }
  header .headerWrapper {
    border-radius: 0;
  }
  header nav {
    display: none;
  }
  header #desktopDownloadButton {
    display: none;
  }
  header .mobileButtons {
    display: flex;
  }
}
section {
  padding: 0 clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  max-width: var(--container);
  margin: 0 auto;
}
section:not(:last-child) {
  margin-bottom: 32px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--gray-500);
  padding: 32px clamp(16px, -13.5774647887px + 7.8873239437vw, 100px);
}
footer p,
footer a {
  font-size: 16px;
  line-height: 140%;
}
footer .footerLinks {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
body {
  overflow: auto;
}
body._noScroll {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
}

#sidebar {
  display: flex;
  flex-direction: column;
  padding: 18px 12px;
  position: fixed;
  z-index: 60;
  translate: 100% 0;
  inset: 0;
  height: 100dvh;
  width: 100dvw;
  background-color: var(--white-transparent);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: translate var(--transition-duration) ease;
}
#sidebar #sidebarCloseButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin: 0px 16px 24px auto;
  height: 40px;
  width: 40px;
  padding: 2px;
}
#sidebar._active {
  translate: 0 0;
}
#sidebar nav {
  flex: 1 1 auto;
}
#sidebar nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
#sidebar nav a {
  display: block;
  padding: 12px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
}
#sidebar a.button {
  margin-top: auto;
  display: flex;
  text-align: center;
}

#sidebarOpenButton,
#mobileDownloadButton {
  padding: 5px 16px;
  height: 40px;
  width: 60px;
  line-height: 1;
  border: 1px solid var(--gray-transparent);
}
#sidebarOpenButton:hover,
#mobileDownloadButton:hover {
  border-color: transparent;
}

#teamMembers {
  --image-background: rgba(187, 187, 199, 1);
  margin-top: calc(var(--header-height) - 2px);
  padding: 0 clamp(16px, -24.8450704225px + 10.8920187793vw, 132px) clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#teamMembers h1 {
  font-size: clamp(28px, 16.0281690141px + 3.1924882629vw, 62px);
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin-bottom: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}
#teamMembers .memberCard {
  text-align: center;
}
#teamMembers .memberCard .image {
  width: clamp(100px, 42.2535211268px + 15.3990610329vw, 264px);
  height: clamp(100px, 42.2535211268px + 15.3990610329vw, 264px);
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--image-background);
}
#teamMembers .memberCard .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
#teamMembers .memberCard .name {
  font-weight: 800;
  font-size: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
  line-height: 120%;
  text-align: center;
  margin-bottom: clamp(4px, 2.5915492958px + 0.3755868545vw, 8px);
}
#teamMembers .memberCard .role {
  font-weight: 500;
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  line-height: 145%;
  text-align: center;
}
#teamMembers .memberCard .summary {
  font-weight: 500;
  font-size: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px);
  line-height: 150%;
  text-align: center;
  color: var(--gray-700);
  letter-spacing: 0%;
}
#teamMembers .memberCard._ceo {
  margin-bottom: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}
#teamMembers .memberCard._ceo .image {
  width: clamp(144px, 82.0281690141px + 16.5258215962vw, 320px);
  height: clamp(144px, 82.0281690141px + 16.5258215962vw, 320px);
}
#teamMembers .memberCard._ceo .summary {
  max-width: 718px;
  text-align: justify;
}
#teamMembers .investors {
  display: flex;
  gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
}
#teamMembers .investors .memberCard {
  flex: 1 1 33.33%;
}
#teamMembers .investors .memberCard .image {
  width: clamp(144px, 94.7042253521px + 13.1455399061vw, 284px);
  height: clamp(144px, 94.7042253521px + 13.1455399061vw, 284px);
}
#teamMembers .investors .memberCard .image img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
#teamMembers .grid-8 {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 264px));
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
       column-gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  row-gap: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  margin: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px) 0;
}
#teamMembers .grid-10 {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 200px));
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
       column-gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  row-gap: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
}
#teamMembers .grid-10 .memberCard .image {
  width: clamp(100px, 64.7887323944px + 9.3896713615vw, 200px);
  height: clamp(100px, 64.7887323944px + 9.3896713615vw, 200px);
}

@media (max-width: 1024px) {
  #teamMembers .grid-8 {
    grid-template-columns: repeat(4, minmax(100px, 200px));
  }
  #teamMembers .grid-10 {
    grid-template-columns: repeat(4, minmax(100px, 200px));
  }
}
@media (max-width: 768px) {
  #teamMembers .investors {
    flex-direction: column;
    align-items: center;
  }
  #teamMembers .grid-8 {
    grid-template-columns: repeat(3, minmax(100px, 200px));
  }
  #teamMembers .grid-10 {
    grid-template-columns: repeat(3, minmax(100px, 200px));
  }
}
@media (max-width: 640px) {
  #teamMembers .grid-8 {
    grid-template-columns: repeat(2, minmax(100px, 200px));
  }
  #teamMembers .grid-10 {
    grid-template-columns: repeat(2, minmax(100px, 200px));
  }
}/*# sourceMappingURL=team.css.map */