@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
  font-family: "Inter", system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

p a,
li a {
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
}

body {
  min-width: 320px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

ul,
ol {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  ul,
  ol {
    padding-left: 24px;
  }
}
ul li + li,
ol li + li {
  padding-top: 0.5em;
}
ul li > * + *,
ol li > * + * {
  padding-top: 0.5em;
}

header {
  width: 100%;
  padding: 24px;
}
header > div img {
  height: 42px;
}
@media screen and (min-width: 768px) {
  header > div img {
    height: 64px;
  }
}

main section {
  max-width: calc(75ch + 48px);
  width: 100%;
  padding: 64px 24px;
}
main section + section {
  border-top: 1px solid #333333;
}
main section > * + * {
  padding-top: 1.5em;
}
main section > div > * + * {
  padding-top: 1.5em;
}

.hero-section > div img {
  height: 128px;
}

.logos a + a {
  padding-top: 0;
}
.logos a img {
  height: 24px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .logos a img {
    height: 32px;
  }
}

.timeline ul {
  padding-left: 0;
}
.timeline ul li {
  padding: 0.5em 0;
}
.timeline ul li + li {
  border-top: 1px solid #333333;
}
.timeline ul li > * + * {
  padding-top: 0;
}

footer {
  max-width: calc(75ch + 48px);
  width: 100%;
  padding: 64px 24px 128px 24px;
}
footer > * + * {
  padding-top: 1.5em;
}

body > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1ch;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.timeline ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

header nav a + a::before {
  content: "|";
  margin-right: 1ch;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 8px 16px;
  border: none;
  border-radius: 999px;
  background-color: #ffffff;
  color: #575757;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.34);
  transition: background-color 0.3s, box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .cta-button {
    padding: 12px 24px 12px 24px;
  }
}
.cta-button:hover, .cta-button:active, .cta-button:focus-visible {
  background-color: #b7b7b7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .cta-button:hover {
    background-color: #b7b7b7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
  }
}

.faq div {
  width: 100%;
}
.faq div details {
  border-top: 1px solid #333333;
  padding: 1.7em 0;
}
.faq div details:first-of-type {
  border-top: none;
  padding-top: 0;
}
.faq div details:last-of-type {
  padding-bottom: 0;
}
.faq div details summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
}
.faq div details summary::-webkit-details-marker {
  display: none;
}
.faq div details summary::after {
  content: "+";
  padding-left: 1.5ch;
}
.faq div details[open] summary::after {
  content: "−";
}
.faq div details div > * {
  padding-top: 1.5em;
}

@font-face {
  font-family: "MyCustomFont";
  src: url("../assets/fonts/VastagoGrotesk-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "MyCustomFont", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8em;
  }
}

h1,
h2,
.hero-section p:first-of-type,
.read-first p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h1,
  h2,
  .hero-section p:first-of-type,
  .read-first p {
    font-size: 2.4rem;
  }
}


.timeline ul li span:last-of-type {
  text-align: right;
}

body {
  background: #1a1a1a;
  color: #ffffff;
}

h1,
h2,
h3,
summary,
strong {
  color: #5A5AF5;
}
