@import url("https://assets.blz-contentstack.com/v3/assets/blte73fa86c52047717/blt3de15bbfd6c3f3c5/5f9ae8766f61200bd103dbfe/navbar.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Archivo:wght@500;600");
html {
  --font-default: "Archivo";
  --font-accent: "Poppins";
  --font-accent-weight: 600;
}

body {
  margin: 0 auto;
  font-family: "Archivo", sans-serif;
  color: #FFF;
  min-height: 100vh;
  background-color: #131928;
}

.main-content {
  font-weight: 600;
}

h1, h2, h3, .blz-heading-lg {
  font-family: "Poppins", sans-serif;
}

h2, .blz-heading-lg {
  font-size: var(--font-size-900);
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

h1 + p {
  margin-top: 1.5rem;
}

h2 + p {
  margin-top: 1rem;
}

p + p {
  margin-top: 1rem;
}

.SectionBackground ::part(image) {
  object-position: top;
  object-fit: cover;
}
@media (min-width: 720px) {
  .SectionBackground ::part(image) {
    object-fit: none;
  }
}
@media (min-width: 2600px) {
  .SectionBackground ::part(image) {
    object-fit: cover;
  }
}

blz-button-group.themed {
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: center;
  gap: var(--resize-200);
}
@media (min-width: 960px) {
  blz-button-group.themed {
    width: auto;
    margin-top: 10px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}

blz-button.themed {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0;
  white-space: normal;
  width: auto;
}
blz-button.themed[type=primary] {
  background-image: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
}
blz-button.themed[type=primary]:hover {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}
blz-button.themed[type=default] {
  background: rgba(208, 233, 255, 0.2);
}
blz-button.themed[type=default]:hover {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}

@supports not (aspect-ratio: auto) {
  blz-button.themed {
    margin: 10px;
  }
}
blz-section {
  position: relative;
  padding: 10px 40px 0;
  background-size: cover;
}
@media (min-width: 960px) {
  blz-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1200px) {
  blz-section {
    padding-left: 120px;
    padding-right: 120px;
  }
}
blz-section ::part(main-content) {
  padding: 0;
}

blz-nav-footer {
  padding-top: 24px;
}

blz-nav-footer a {
  color: var(--color-content-700);
  text-decoration: none;
}
blz-nav-footer a:is(:hover, :focus) {
  color: var(--color-content-800);
}

#cookie-page {
  padding-top: 80px;
  padding-bottom: 0;
  font-family: "Archivo", sans-serif;
}
@media (min-width: 960px) {
  #cookie-page {
    padding-top: 120px;
  }
}