*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  font-family: inherit;
}
html {
  font-size: 15px;
}
body,
html {
  height: 100%;
  min-height: 100vh;
}
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-family: Source Sans\ 3, sans-serif;
  font-optical-sizing: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer {
  background: #fff;
  margin-top: 48px;
  padding-block: 48px 24px;
  padding-inline: 24px;
}
.footer,
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.footer__container {
  -ms-flex-align: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__container,
.footer__word-logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer__word-logo {
  -ms-flex-align: center;
  color: #090909;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Urbanist, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px;
}
.footer__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1024px;
  padding: 48px;
  width: 100%;
}
.footer__item-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.footer__item-list,
.footer__item-list-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer__item-list-title {
  -ms-flex-item-align: stretch;
  color: #8f8f8f;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-family: Source Sans\ 3, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: normal;
  min-height: 32px;
  padding: 0 8px;
}
.footer__item-links,
.footer__item-list-title {
  -webkit-align-self: stretch;
  align-self: stretch;
}
.footer__item-links {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.footer__item-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #090909;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-family: Source Sans\ 3, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: normal;
  min-height: 32px;
  padding: 0 8px;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  width: 100%;
  &:hover {
    color: #8f8f8f;
    cursor: pointer;
  }
  &:focus-visible {
    outline: 1px dashed #090909;
  }
}
.footer__bottom {
  -ms-flex-align: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
}
.footer__bottom,
.footer__social-media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-media {
  -ms-flex-align: center;
  gap: 32px;
  padding: 12px;
}
.footer__social-media-logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  svg {
    height: 16px;
    width: auto;
    path {
      fill: #090909;
    }
  }
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
@media (max-width: 768px) {
  .footer__items {
    gap: 32px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer {
    gap: 24px;
    padding-block: 24px;
    padding-inline: 0;
  }
  .footer__items {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 12px;
  }
}
.navigation {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: hsla(0, 0%, 100%, 0.88);
  -webkit-box-shadow: 0 4px 24px rgba(12, 12, 13, 0.07);
  box-shadow: 0 4px 24px rgba(12, 12, 13, 0.07);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  height: 56px;
  left: 24px;
  margin: 0 auto;
  max-width: 1024px;
  padding-inline: 8px;
  position: fixed;
  right: 24px;
  top: 24px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  z-index: 9999;
}
.navigation,
.navigation__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 1024px;
  border-radius: 1024px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navigation__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  gap: 8px;
  height: 40px;
  justify-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding-inline: 0;
  width: auto;
}
.navigation__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-border-radius: 1024px;
  border-radius: 1024px;
  color: #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-family: Source Sans\ 3, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-inline: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  &:hover {
    background: #f5f5f5;
    cursor: pointer;
  }
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
.navigation__logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 40px;
  svg {
    height: 26px;
    width: 26px;
  }
}
.navigation__buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  gap: 8px;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-self: flex-end;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
.navigation__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  color: #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-family: Source Sans\ 3, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 12px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 16px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  &:hover {
    background: #f5f5f5;
    cursor: pointer;
  }
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
.navigation__button--icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  svg {
    height: 18px;
    width: 18px;
    path {
      fill: #252525;
    }
  }
}
.navigation__hamburger {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  background: none;
  border: none;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  cursor: pointer;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-self: flex-end;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
  svg {
    height: 18px;
    width: 18px;
    path {
      fill: #090909;
    }
  }
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
.navigation-mobile {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
  &.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.navigation-mobile__overlay {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: hsla(0, 0%, 95%, 0.95);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.navigation-mobile__menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 12px 12px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.navigation-mobile__close {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 24px;
  top: 24px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 40px;
  z-index: 4;
  &:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
.navigation-mobile__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.navigation-mobile__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Sans\ 3, serif;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-inline: 12px;
  text-decoration: none;
  width: 100%;
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
.navigation-mobile__buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.navigation-mobile__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #252525;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Sans\ 3, serif;
  font-size: 15px;
  font-weight: 400;
  gap: 12px;
  height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 24px;
  text-decoration: none;
  width: 100%;
  svg {
    height: 18px;
    width: 18px;
    path {
      fill: #fff;
    }
  }
  &:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  &:focus-visible {
    outline: 1px dashed #090909;
    outline-offset: 4px;
  }
}
.navigation-mobile__button--primary {
  outline: 1px dashed #fff;
  outline-offset: -4px;
}
@media (max-width: 768px) {
  .navigation {
    gap: 0;
    grid-template-columns: 1fr auto auto;
    left: 24px;
    padding-inline: 12px;
    right: 24px;
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
  }
  .navigation__items {
    display: none;
  }
  .navigation__logo {
    justify-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .navigation__buttons {
    display: none;
  }
  .navigation__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .navigation {
    gap: 0;
    left: 12px;
    padding-inline: 12px;
    right: 12px;
    top: 12px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}
.article-header-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 128px 48px;
}
.article-header-section__title {
  color: #252525;
  font-family: Urbanist, serif;
  font-size: 48px;
  line-height: 64px;
}
.article-header-section__date,
.article-header-section__title {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.article-header-section__date {
  color: #707070;
  font-family: Source Sans\ 3, sans-serif;
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .article-header-section {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .article-header-section {
    padding: 48px 12px;
  }
  .article-header-section__title {
    font-size: 32px;
    line-height: 40px;
  }
  .article-header-section__date {
    font-size: 15px;
  }
}
.article-cover-image-section {
  -webkit-border-radius: 24px;
  border-radius: 24px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .article-cover-image-section {
    padding-inline: 0;
  }
}
.article-content-section {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 256px;
}
@media (max-width: 1024px) {
  .article-content-section {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .article-content-section {
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .article-content-section {
    padding-inline: 12px;
  }
}
.legal-header-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 128px 48px;
}
.legal-header-section__title {
  color: #252525;
  font-family: Urbanist, serif;
  font-size: 48px;
  font-weight: 500;
  height: 64px;
  line-height: 64px;
}
.legal-header-section__time,
.legal-header-section__title {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-style: normal;
  text-align: center;
}
.legal-header-section__time {
  font-weight: 300;
}
.legal-header-section__time,
.legal-header-section__time--date {
  color: #707070;
  font-family: Source Sans\ 3, sans-serif;
  font-size: 15px;
  line-height: normal;
}
.legal-header-section__time--date {
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .legal-header-section {
    gap: 0;
    padding: 48px 12px;
  }
  .legal-header-section__title {
    font-size: 24px;
    height: 48px;
    line-height: 32px;
  }
  .legal-header-section__time,
  .legal-header-section__time--date {
    font-size: 15px;
    line-height: 24px;
  }
}
.legal-content-section {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 128px;
}
@media (max-width: 768px) {
  .legal-content-section {
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .legal-content-section {
    padding-inline: 12px;
  }
}
.main-layout {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 24px;
  padding-top: 80px;
}
.main-layout,
.main-layout__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.main-layout__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  max-width: 1400px;
}
@media (max-width: 768px) {
  .main-layout {
    padding-top: 72px;
  }
  .main-layout__container {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .main-layout {
    padding-inline: 16px;
    padding-top: 68px;
  }
  .main-layout__container {
    gap: 32px;
  }
}
.not-found-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 256px 128px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  .not-found-section__text {
    padding: 12px 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    gap: 12px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #252525;
    font-family: Source Sans\ 3, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .not-found-section {
    padding: 48px 24px;
    .not-found-section__text {
      font-size: 17px;
      line-height: 24px;
      padding: 12px;
    }
  }
}
.about-section {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 128px;
  width: 100%;
}
.about-section__logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  svg {
    height: 96px;
    width: 96px;
    path {
      fill: #090909;
    }
  }
}
.about-section__content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  width: 100%;
  & {
    color: #252525;
    font-family: Source Sans\ 3, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-section {
    gap: 32px;
    padding: 64px 32px;
  }
  .about-section__logo {
    svg {
      height: 72px;
      width: 72px;
    }
  }
  .about-section__content {
    font-size: 16px;
    line-height: 28px;
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .about-section {
    gap: 24px;
    padding: 48px 0;
  }
  .about-section__logo {
    svg {
      height: 56px;
      width: 56px;
    }
  }
  .about-section__content {
    font-size: 15px;
    line-height: 24px;
    padding: 4px;
  }
}
.blog-heading-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Urbanist, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  gap: 48px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 64px;
  padding: 128px 48px;
  text-align: center;
}
.blog-articles-section {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  padding: 0 12px 12px;
  width: 100%;
  .blog-articles-section__card {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    .blog-articles-section__card-image {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      height: auto;
      min-height: 256px;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
    }
    .blog-articles-section__card-container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
      padding: 12px;
      text-decoration: none;
      .blog-articles-section__card-title {
        color: #252525;
        font-family: Urbanist, sans-serif;
        font-size: 17px;
        font-weight: 400;
      }
      .blog-articles-section__card-date,
      .blog-articles-section__card-title {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        font-style: normal;
        gap: 8px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 24px;
        padding: 8px;
      }
      .blog-articles-section__card-date {
        color: #707070;
        font-family: Source Sans\ 3, sans-serif;
        font-size: 15px;
        font-weight: 300;
      }
    }
  }
}
@media (max-width: 1024px) {
  .blog-articles-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 12px 12px;
  }
}
@media (max-width: 768px) {
  .blog-articles-section {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 12px 12px;
    .blog-articles-section__card {
      .blog-articles-section__card-container {
        gap: 8px;
        padding: 4px;
      }
    }
  }
}
.career-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 256px 128px;
  width: 100%;
}
.career-section__empty {
  gap: 12px;
  padding: 12px;
  width: 100%;
  & {
    font-family: Source Sans\ 3, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  &,
  a {
    color: #252525;
  }
  a {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media (max-width: 768px) {
  .career-section {
    gap: 32px;
    padding: 128px 64px;
  }
  .career-section__empty {
    font-size: 16px;
    line-height: 28px;
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .career-section {
    gap: 24px;
    padding: 96px 24px;
  }
  .career-section__empty {
    font-size: 15px;
    line-height: 24px;
    padding: 4px;
  }
}
& {
  .heading-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    padding: 192px 128px 128px;
  }
  .heading-section,
  .heading-section__heading {
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-order: 0;
    order: 0;
    width: 100%;
  }
  .heading-section__heading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    padding: 0;
  }
  .heading-section__heading-headline {
    -ms-flex-item-align: stretch;
    color: #090909;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Urbanist, serif;
    font-size: 64px;
    font-weight: 500;
    -ms-flex-pack: center;
    line-height: 92px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
  }
  .heading-section__heading-headline,
  .heading-section__heading-subheadline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    font-style: normal;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-order: 0;
    order: 0;
    padding: 8px;
    text-align: center;
    width: 100%;
  }
  .heading-section__heading-subheadline {
    -ms-flex-item-align: stretch;
    color: #707070;
    -webkit-box-flex: 0;
    font-family: Source Sans\ 3, serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 2;
  }
  .heading-section__cta-button,
  .heading-section__heading-subheadline {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-pack: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .heading-section__cta-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    gap: 8px;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    padding: 4px;
    text-decoration: none;
    width: auto;
  }
  .heading-section__cta-button-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 24px;
    -webkit-transition: gap .2s ease-in-out;
    -o-transition: gap .2s ease-in-out;
    transition: gap .2s ease-in-out;
    width: auto;
    & {
      color: #fff;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-family: Source Sans\ 3, serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
    }
    svg {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      path {
        fill: #fff;
      }
    }
    &:hover {
      cursor: pointer;
      gap: 24px;
    }
  }
  .heading-section__trusted-avatars {
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    gap: 8px;
    height: 96px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 12px;
  }
  .heading-section__trusted-avatars,
  .heading-section__trusted-avatars-list {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
  }
  .heading-section__trusted-avatars-list {
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    height: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
  }
  .heading-section__trusted-avatars-list-item {
    border: 2px solid #fff;
    -webkit-border-radius: 256px;
    border-radius: 256px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 40px;
    margin: 0 -8px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 40px;
  }
  .heading-section__trusted-avatars-text {
    color: #252525;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-family: Source Sans\ 3, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    width: auto;
  }
  .demonstration-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: transparent;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
}
& {
  .demonstration-section__video-container {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 100%;
    max-height: 675px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .demonstration-section__video-thumbnail {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
  }
  .demonstration-section__video-thumbnail img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .demonstration-section__play-button {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .demonstration-section__play-button svg {
    -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  }
  .demonstration-section__video-thumbnail:hover
    .demonstration-section__play-button {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .demonstration-section__youtube-embed {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
  }
  .demonstration-section__youtube-embed.active {
    opacity: 1;
    visibility: visible;
  }
  .demonstration-section--only-image {
    cursor: default;
  }
}
& {
  .thinking-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    height: auto;
    padding-inline: 128px;
    width: 100%;
  }
  .thinking-section__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 24px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 64px 24px;
    width: 100%;
    & {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      color: #252525;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-family: Urbanist, serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 64px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
    }
  }
  .thinking-section__cards {
    align-self: stretch;
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: 100%;
  }
  .thinking-section__card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
    width: 100%;
  }
  .thinking-section__card-image {
    -ms-flex-item-align: stretch;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .thinking-section__card-image,
  .thinking-section__card-text-content {
    -webkit-align-self: stretch;
    align-self: stretch;
    height: auto;
    width: 100%;
  }
  .thinking-section__card-text-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 12px;
  }
  .thinking-section__card-title {
    -ms-flex-item-align: stretch;
    color: #252525;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-family: Urbanist, serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 32px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .thinking-section__card-description,
  .thinking-section__card-title {
    -webkit-align-self: stretch;
    align-self: stretch;
    font-style: normal;
    text-align: center;
    width: 100%;
  }
  .thinking-section__card-description {
    color: #707070;
    font-family: Source Sans\ 3, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
& {
  .copy-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #fff;
    justify-content: center;
    overflow: hidden;
  }
  .copy-section__text {
    pointer-events: none;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .copy-section__label {
    color: #707070;
    font-family: Source Sans\ 3, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .copy-section__heading {
    color: #090909;
    font-family: Urbanist, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 92px;
    margin: 0 auto;
    max-width: 680px;
  }
  .copy-section__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    will-change: transform;
    z-index: 1;
    img {
      height: 128px;
      -o-object-fit: contain;
      object-fit: contain;
      width: 128px;
    }
  }
  .copy-section__logo--1 {
    left: 3.5%;
    top: 22%;
  }
  .copy-section__logo--2 {
    left: 22%;
    top: 10%;
  }
  .copy-section__logo--3 {
    left: 42%;
    top: 16%;
  }
  .copy-section__logo--4 {
    right: 8%;
    top: 12%;
  }
  .copy-section__logo--5 {
    left: 11%;
    top: 46%;
  }
  .copy-section__logo--6 {
    right: 6%;
    top: 40%;
  }
  .copy-section__logo--7 {
    left: 41%;
    top: 58%;
  }
  .copy-section__logo--8 {
    left: 13%;
    top: 72%;
  }
  .copy-section__logo--9 {
    right: 24%;
    top: 74%;
  }
  @media (max-width: 768px) {
    .copy-section__logo {
      img {
        height: 92px;
        width: 92px;
      }
    }
  }
  @media (max-width: 576px) {
    .copy-section__logo {
      img {
        height: 64px;
        width: 64px;
      }
    }
  }
}
& {
  .target-audience-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    height: auto;
    padding-inline: 128px;
    width: 100%;
  }
  .target-audience-section__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 24px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 64px 24px;
    width: 100%;
    & {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      color: #252525;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-family: Urbanist, serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 64px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
    }
  }
  .target-audience-section__cards {
    align-self: stretch;
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: 100%;
  }
  .target-audience-section__card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
    width: 100%;
  }
  .target-audience-section__card-image {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .target-audience-section__card-text-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 12px;
    width: 100%;
  }
  .target-audience-section__card-title {
    -ms-flex-item-align: stretch;
    color: #252525;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-family: Urbanist, serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 32px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .target-audience-section__card-description,
  .target-audience-section__card-title {
    -webkit-align-self: stretch;
    align-self: stretch;
    font-style: normal;
    text-align: center;
    width: 100%;
  }
  .target-audience-section__card-description {
    color: #707070;
    font-family: Source Sans\ 3, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
& {
  .cta-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    background: #f8f8f8;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 256px 128px;
  }
  .cta-section,
  .cta-section__text-content {
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
  }
  .cta-section__text-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
  }
  .cta-section__subtitle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 8px;
    width: 100%;
    & {
      color: #707070;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: Source Sans\ 3, serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
    }
  }
  .cta-section__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 8px;
    width: 100%;
    & {
      color: #090909;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: Urbanist, serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 48px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
    }
  }
  .cta-section__cta-button {
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    gap: 12px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: 100%;
  }
  .cta-section__button,
  .cta-section__cta-button {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .cta-section__button {
    -webkit-box-align: center;
    border: 1px dashed #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 4px;
    text-decoration: none;
    width: auto;
  }
  .cta-section__button-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 24px;
    -webkit-transition: gap .2s ease-in-out;
    -o-transition: gap .2s ease-in-out;
    transition: gap .2s ease-in-out;
    width: 100%;
    & {
      color: #fff;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-family: Source Sans\ 3, serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
    }
    svg {
      height: 18px;
      width: 18px;
      path {
        fill: #fff;
      }
    }
    &:hover {
      cursor: pointer;
      gap: 24px;
    }
  }
  .cta-section__button-label {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 8px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .heading-section {
    gap: 40px;
    padding: 128px 64px 96px;
  }
  .heading-section__heading-headline {
    font-size: 48px;
    line-height: 64px;
  }
  .heading-section__heading-subheadline {
    font-size: 20px;
    line-height: 32px;
  }
  .thinking-section {
    padding-inline: 64px;
  }
  .thinking-section__title {
    font-size: 32px;
    line-height: 48px;
    padding: 48px 24px;
  }
  .thinking-section__cards {
    gap: 48px;
    grid-template-columns: 1fr;
  }
  .target-audience-section {
    padding-inline: 64px;
  }
  .target-audience-section__title {
    font-size: 32px;
    line-height: 48px;
    padding: 48px 24px;
  }
  .target-audience-section__cards {
    gap: 48px;
    grid-template-columns: 1fr;
  }
  .copy-section__heading {
    font-size: 48px;
    line-height: 64px;
    max-width: 580px;
  }
  .copy-section__label {
    font-size: 15px;
    line-height: 28px;
  }
  .cta-section {
    gap: 40px;
    padding: 128px 64px;
  }
  .cta-section__title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .heading-section {
    gap: 48px;
    padding: 96px 0 64px;
  }
  .heading-section__heading {
    gap: 8px;
  }
  .heading-section__heading-headline {
    font-size: 32px;
    line-height: 44px;
    padding: 4px;
  }
  .heading-section__heading-subheadline {
    font-size: 16px;
    line-height: 26px;
    padding: 4px;
  }
  .heading-section__cta-button-container {
    gap: 8px;
    padding: 0 20px;
    width: 100%;
  }
  .heading-section__trusted-avatars {
    gap: 12px;
    height: auto;
    padding: 8px;
  }
  .heading-section__trusted-avatars-list {
    height: 36px;
  }
  .heading-section__trusted-avatars-list-item {
    height: 36px;
    margin: 0 -6px;
    width: 36px;
  }
  .heading-section__trusted-avatars-text {
    font-size: 14px;
    line-height: 22px;
  }
  .demonstration-section__video-container {
    max-height: 400px;
  }
  .demonstration-section__video-container,
  .demonstration-section__video-thumbnail img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .demonstration-section__play-button svg {
    height: 56px;
    width: 56px;
  }
  .thinking-section {
    gap: 8px;
    padding-inline: 24px;
  }
  .thinking-section__title {
    font-size: 28px;
    line-height: 40px;
    padding: 40px 12px;
  }
  .thinking-section__cards {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .thinking-section__card {
    gap: 16px;
  }
  .thinking-section__card-image {
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .thinking-section__card-text-content {
    gap: 8px;
    padding: 8px;
  }
  .thinking-section__card-title {
    font-size: 17px;
    line-height: 28px;
  }
  .thinking-section__card-description {
    font-size: 14px;
    line-height: 22px;
  }
  .copy-section {
    min-height: 60vh;
    padding: 48px 24px;
  }
  .copy-section__heading {
    font-size: 32px;
    line-height: 44px;
    max-width: 100%;
    padding: 0 12px;
  }
  .copy-section__label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .target-audience-section {
    gap: 8px;
    padding-inline: 24px;
  }
  .target-audience-section__title {
    font-size: 28px;
    line-height: 40px;
    padding: 40px 12px;
  }
  .target-audience-section__cards {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .target-audience-section__card {
    gap: 16px;
  }
  .target-audience-section__card-image {
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .target-audience-section__card-text-content {
    gap: 8px;
    padding: 8px;
  }
  .target-audience-section__card-title {
    font-size: 17px;
    line-height: 28px;
  }
  .target-audience-section__card-description {
    font-size: 14px;
    line-height: 22px;
  }
  .cta-section {
    gap: 32px;
    padding: 96px 24px;
  }
  .cta-section__subtitle {
    font-size: 14px;
    line-height: 22px;
    padding: 4px;
  }
  .cta-section__title {
    font-size: 24px;
    line-height: 36px;
    padding: 4px;
  }
  .cta-section__cta-button {
    gap: 8px;
    width: 100%;
  }
  .cta-section__button {
    width: 100%;
  }
  .cta-section__button-container {
    gap: 8px;
    height: 48px;
    padding: 0 20px;
  }
  .cta-section__button-label {
    font-size: 13px;
    padding: 4px;
  }
}
& {
  .pricing-heading-section {
    -ms-flex-pack: center;
    padding: 96px 48px;
  }
  .pricing-heading-section,
  .pricing-heading-section__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .pricing-heading-section__container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    -ms-flex-pack: center;
    max-width: 1024px;
  }
  .pricing-heading-section__headline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 8px;
    width: 100%;
    & {
      color: #252525;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: Urbanist, serif;
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: 64px;
      text-align: center;
    }
  }
  .pricing-heading-section__subheadline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 8px;
    width: 100%;
    & {
      color: #252525;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: Source Sans\ 3, serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      text-align: center;
    }
  }
}
& {
  .pricing-card-section {
    background: #fff;
    border: 1px solid #eaebec;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    gap: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pricing-card-section,
  .pricing-card-section__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
  }
  .pricing-card-section__container {
    gap: 24px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
  }
  .pricing-card-section__price {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #090909;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .pricing-card-section__price--price-old {
    font-family: Urbanist, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.6;
    text-align: center;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
  }
  .pricing-card-section__price--price {
    font-family: Urbanist, serif;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  .pricing-card-section__price--month {
    font-family: Source Sans\ 3, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  .pricing-card-section__features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
  .pricing-card-section__feature-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-inline: 8px;
    width: 100%;
    svg {
      height: 18px;
      width: 18px;
      path {
        fill: #090909;
      }
    }
  }
  .pricing-card-section__feature-item-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    color: #f9fafb;
    font-family: Source Sans\ 3, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    line-height: normal;
    padding-inline: 12px;
  }
  .pricing-card-section__footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 12px;
    padding: 0;
  }
  .pricing-card-section__footer,
  .pricing-card-section__footer-pricing-button {
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    width: 100%;
  }
  .pricing-card-section__footer-pricing-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    border: 1px dashed #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    text-decoration: none;
  }
  .pricing-card-section__footer-pricing-button-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #252525;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    -webkit-transition: gap .2s ease-in-out;
    -o-transition: gap .2s ease-in-out;
    transition: gap .2s ease-in-out;
    width: 100%;
    & {
      color: #fff;
      font-family: Source Sans\ 3, serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      text-align: center;
    }
    svg {
      height: 18px;
      width: 18px;
      path {
        fill: #fff;
      }
    }
    &:hover {
      cursor: pointer;
      gap: 24px;
    }
  }
  .pricing-card-section__footer-pricing-note {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 100%;
    & {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #707070;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: JetBrains Mono, monospace;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
    }
  }
}
& {
  .pricing-faq {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .pricing-faq,
  .pricing-faq__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .pricing-faq__container {
    gap: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
  }
  .pricing-faq__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 24px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 64px 24px 24px;
    width: 100%;
    & {
      color: #252525;
      font-family: Urbanist, serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: 64px;
      text-align: center;
    }
  }
  .pricing-faq__items {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
  }
  .pricing-faq__item,
  .pricing-faq__items {
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 12px;
    width: 100%;
  }
  .pricing-faq__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
  }
  .pricing-faq__item-question {
    color: #252525;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
  }
  .pricing-faq__item-answer,
  .pricing-faq__item-question {
    font-family: Source Sans\ 3, serif;
    font-style: normal;
    width: 100%;
  }
  .pricing-faq__item-answer {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}
& {
  .pricing-opensource-cta-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: -o-radial-gradient(50% 50%, 50% 50%, #252525 0, #090909 100%);
    background: radial-gradient(50% 50% at 50% 50%, #252525 0, #090909 100%);
    -webkit-border-radius: 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 48px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 256px 128px;
    width: 100%;
  }
  .pricing-opensource-cta-section__description {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 100%;
    & {
      color: #fff;
      font-family: Source Sans\ 3, serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 300;
      line-height: 48px;
      text-align: center;
      width: 100%;
    }
  }
  .pricing-opensource-cta-section__button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #fff;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    text-decoration: none;
    width: auto;
  }
  .pricing-opensource-cta-section__button-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    -webkit-transition: gap .2s ease-in-out;
    -o-transition: gap .2s ease-in-out;
    transition: gap .2s ease-in-out;
    width: 100%;
    & {
      color: #252525;
      font-family: Source Sans\ 3, serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      text-align: center;
    }
    svg {
      height: 18px;
      width: 18px;
      path {
        fill: #252525;
      }
    }
    &:hover {
      cursor: pointer;
      gap: 24px;
    }
  }
}
& {
  .pricing-roadmap-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .pricing-roadmap-section__content {
    color: #252525;
    font-family: Source Sans\ 3, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 1024px;
    text-align: center;
    width: 100%;
    a {
      color: #252525;
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: 4px;
    }
  }
}
@media (max-width: 768px) {
  & {
    .pricing-heading-section {
      padding: 64px 32px;
    }
    .pricing-heading-section__headline {
      font-size: 40px;
      line-height: 56px;
    }
    .pricing-heading-section__subheadline {
      font-size: 18px;
      line-height: 28px;
    }
    .pricing-card-section {
      width: 100%;
    }
    .pricing-card-section__price--price {
      font-size: 96px;
    }
    .pricing-faq {
      padding: 48px 32px;
    }
    .pricing-faq__title {
      font-size: 32px;
      line-height: 48px;
      padding: 48px 24px 24px;
    }
    .pricing-opensource-cta-section {
      padding: 128px 64px;
    }
    .pricing-opensource-cta-section__description {
      font-size: 28px;
      line-height: 40px;
    }
  }
}
@media (max-width: 576px) {
  & {
    .pricing-heading-section {
      padding: 48px 0;
    }
    .pricing-heading-section__headline {
      font-size: 32px;
      line-height: 40px;
      padding: 4px;
    }
    .pricing-heading-section__subheadline {
      font-size: 16px;
      line-height: 24px;
      padding: 4px;
    }
    .pricing-card-section {
      -webkit-border-radius: 16px;
      border-radius: 16px;
      padding: 16px;
      width: 100%;
    }
    .pricing-card-section__container {
      gap: 16px;
      padding: 16px;
    }
    .pricing-card-section__price--price {
      font-size: 72px;
    }
    .pricing-card-section__price--price-old {
      font-size: 20px;
    }
    .pricing-card-section__price--month {
      font-size: 14px;
    }
    .pricing-card-section__feature-item {
      font-size: 14px;
      height: 36px;
      padding-inline: 4px;
      svg {
        height: 16px;
        width: 16px;
      }
    }
    .pricing-card-section__feature-item-new {
      font-size: 10px;
      height: 20px;
      padding-inline: 10px;
    }
    .pricing-card-section__footer {
      gap: 8px;
    }
    .pricing-card-section__footer-pricing-button-container {
      font-size: 14px;
      height: 44px;
      padding: 0 20px;
      svg {
        height: 16px;
        width: 16px;
      }
    }
    .pricing-card-section__footer-pricing-note {
      font-size: 11px;
      line-height: 20px;
      padding: 4px;
    }
    .pricing-faq {
      padding: 32px 16px;
    }
    .pricing-faq__title {
      font-size: 28px;
      line-height: 40px;
      padding: 32px 16px 16px;
    }
    .pricing-faq__items {
      gap: 8px;
    }
    .pricing-faq__item {
      gap: 8px;
      padding: 8px;
    }
    .pricing-faq__item-question {
      font-size: 16px;
      line-height: 28px;
    }
    .pricing-faq__item-answer {
      font-size: 14px;
      line-height: 22px;
    }
    .pricing-opensource-cta-section {
      -webkit-border-radius: 16px;
      border-radius: 16px;
      gap: 32px;
      padding: 96px 24px;
    }
    .pricing-opensource-cta-section__description {
      font-size: 24px;
      line-height: 36px;
      padding: 4px;
    }
    .pricing-opensource-cta-section__button-container {
      font-size: 14px;
      height: 44px;
      padding: 0 20px;
      svg {
        height: 16px;
        width: 16px;
      }
    }
    .pricing-roadmap-section__content {
      font-size: 15px;
      line-height: 28px;
    }
  }
}
& {
  .fade-in-section {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
    transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
    -o-transition: opacity .8s ease-out, transform .8s ease-out;
    transition: opacity .8s ease-out, transform .8s ease-out;
    transition: opacity .8s ease-out, transform .8s ease-out, -webkit-transform
      .8s ease-out;
  }
  .fade-in-section.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .heading-section {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  .demonstration-section {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }
  .thinking-section {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  .copy-section {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  .target-audience-section {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
  .cta-section {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
}
.markdown-body {
  color-scheme: dark;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family:
    Source Sans\ 3, -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  word-wrap: break-word;
  text-underline-offset: 4px;
}
.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  background-color: currentColor;
  content: " ";
  display: inline-block;
  height: 16px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0"/></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0"/></svg>');
  width: 16px;
}
.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}
.markdown-body summary {
  display: list-item;
}
.markdown-body [hidden] {
  display: none !important;
}
.markdown-body a {
  background-color: transparent;
  color: #4493f8;
  text-decoration: none;
}
.markdown-body abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}
.markdown-body dfn {
  font-style: italic;
}
.markdown-body h1 {
  font-size: 2em;
  margin: .67em 0;
  padding-bottom: .3em;
}
.markdown-body mark {
  background-color: #bb800926;
  color: #f0f6fc;
}
.markdown-body small {
  font-size: 90%;
}
.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.markdown-body sub {
  bottom: -.25em;
}
.markdown-body sup {
  top: -.5em;
}
.markdown-body img {
  border-style: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: Jetbrains Mono, monospace;
  font-size: 1em;
}
.markdown-body figure {
  margin: 1em 2.5rem;
}
.markdown-body hr {
  background: transparent;
  background-color: #3d444d;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: .25em;
  margin: 1.5rem 0;
  overflow: hidden;
  padding: 0;
}
.markdown-body input {
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  overflow: visible;
}
.markdown-body [type="button"],
.markdown-body [type="reset"],
.markdown-body [type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.markdown-body [type="checkbox"],
.markdown-body [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.markdown-body [type="number"]::-webkit-inner-spin-button,
.markdown-body [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.markdown-body [type="search"]::-webkit-search-cancel-button,
.markdown-body [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
.markdown-body a:hover {
  text-decoration: underline;
}
.markdown-body ::-webkit-input-placeholder {
  color: #9198a1;
  opacity: 1;
}
.markdown-body ::-moz-placeholder {
  color: #9198a1;
  opacity: 1;
}
.markdown-body :-ms-input-placeholder {
  color: #9198a1;
  opacity: 1;
}
.markdown-body ::-ms-input-placeholder {
  color: #9198a1;
  opacity: 1;
}
.markdown-body ::placeholder {
  color: #9198a1;
  opacity: 1;
}
.markdown-body hr:before {
  content: "";
  display: table;
}
.markdown-body hr:after {
  clear: both;
  content: "";
  display: table;
}
.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  font-variant: tabular-nums;
  max-width: 100%;
  overflow: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.markdown-body td,
.markdown-body th {
  padding: 0;
}
.markdown-body details summary {
  cursor: pointer;
}
.markdown-body [role="button"]:focus,
.markdown-body a:focus,
.markdown-body input[type="checkbox"]:focus,
.markdown-body input[type="radio"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1f6feb;
  outline-offset: -2px;
}
.markdown-body [role="button"]:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible),
.markdown-body input[type="checkbox"]:focus:not(:focus-visible),
.markdown-body input[type="radio"]:focus:not(:focus-visible) {
  outline: 1px solid transparent;
}
.markdown-body [role="button"]:focus-visible,
.markdown-body a:focus-visible,
.markdown-body input[type="checkbox"]:focus-visible,
.markdown-body input[type="radio"]:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1f6feb;
  outline-offset: -2px;
}
.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type="checkbox"]:focus,
.markdown-body input[type="checkbox"]:focus-visible,
.markdown-body input[type="radio"]:focus,
.markdown-body input[type="radio"]:focus-visible {
  outline-offset: 0;
}
.markdown-body kbd {
  background-color: #151b23;
  border: 1px solid #3d444db3;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 0 #3d444db3;
  box-shadow: inset 0 -1px 0 #3d444db3;
  color: #f0f6fc;
  display: inline-block;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation
    Mono, monospace;
  line-height: 10px;
  padding: .25rem;
  vertical-align: middle;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-family: Urbanist, serif;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.markdown-body h2 {
  font-size: 1.5em;
  padding-bottom: .3em;
}
.markdown-body h3 {
  font-size: 1.25em;
}
.markdown-body h4 {
  font-size: 1em;
}
.markdown-body h5 {
  font-size: .875em;
}
.markdown-body h6 {
  color: #9198a1;
  font-size: .85em;
}
.markdown-body p {
  margin-bottom: 10px;
  margin-top: 0;
}
.markdown-body blockquote {
  border-left: .25em solid #3d444d;
  color: #9198a1;
  margin: 0;
  padding: 0 1em;
}
.markdown-body ol,
.markdown-body ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}
.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
  list-style-type: lower-alpha;
}
.markdown-body dd {
  margin-left: 0;
}
.markdown-body code,
.markdown-body pre,
.markdown-body samp,
.markdown-body tt {
  font-family: Jetbrains Mono, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
}
.markdown-body pre {
  margin-bottom: 0;
  margin-top: 0;
  word-wrap: normal;
}
.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  overflow: visible !important;
  vertical-align: text-bottom;
}
.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.markdown-body .mr-2 {
  margin-right: .5rem !important;
}
.markdown-body:before {
  content: "";
  display: table;
}
.markdown-body:after {
  clear: both;
  content: "";
  display: table;
}
.markdown-body > :first-child {
  margin-top: 0 !important;
}
.markdown-body > :last-child {
  margin-bottom: 0 !important;
}
.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.markdown-body .absent {
  color: #f85149;
}
.markdown-body .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: .25rem;
}
.markdown-body .anchor:focus {
  outline: none;
}
.markdown-body blockquote,
.markdown-body details,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
.markdown-body blockquote > :first-child {
  margin-top: 0;
}
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #f0f6fc;
  vertical-align: middle;
  visibility: hidden;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}
.markdown-body h1 code,
.markdown-body h1 tt,
.markdown-body h2 code,
.markdown-body h2 tt,
.markdown-body h3 code,
.markdown-body h3 tt,
.markdown-body h4 code,
.markdown-body h4 tt,
.markdown-body h5 code,
.markdown-body h5 tt,
.markdown-body h6 code,
.markdown-body h6 tt {
  font-size: inherit;
  padding: 0 .2em;
}
.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}
.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}
.markdown-body summary h1,
.markdown-body summary h2 {
  border-bottom: 0;
  padding-bottom: 0;
}
.markdown-body ol.no-list,
.markdown-body ul.no-list {
  list-style-type: none;
  padding: 0;
}
.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}
.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}
.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}
.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}
.markdown-body ol[type="1"] {
  list-style-type: decimal;
}
.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}
.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
  margin-bottom: 0;
  margin-top: 0;
}
.markdown-body li > p {
  margin-top: 1rem;
}
.markdown-body li + li {
  margin-top: .25em;
}
.markdown-body dl {
  padding: 0;
}
.markdown-body dl dt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-top: 1rem;
  padding: 0;
}
.markdown-body dl dd {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.markdown-body table th {
  font-weight: 600;
}
.markdown-body table td,
.markdown-body table th {
  border: 1px solid #3d444d;
  padding: 6px 13px;
}
.markdown-body table td > :last-child {
  margin-bottom: 0;
}
.markdown-body table tr {
  background-color: #0d1117;
  border-top: 1px solid #3d444db3;
}
.markdown-body table tr:nth-child(2n) {
  background-color: #151b23;
}
.markdown-body table img {
  background-color: transparent;
}
.markdown-body img[align="right"] {
  padding-left: 20px;
}
.markdown-body img[align="left"] {
  padding-right: 20px;
}
.markdown-body .emoji {
  background-color: transparent;
  max-width: none;
  vertical-align: text-top;
}
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}
.markdown-body span.frame > span {
  border: 1px solid #3d444d;
  display: block;
  float: left;
  margin: 13px 0 0;
  overflow: hidden;
  padding: 7px;
  width: auto;
}
.markdown-body span.frame span img {
  display: block;
  float: left;
}
.markdown-body span.frame span span {
  clear: both;
  color: #f0f6fc;
  display: block;
  padding: 5px 0 0;
}
.markdown-body span.align-center {
  clear: both;
  display: block;
  overflow: hidden;
}
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.markdown-body span.align-right {
  clear: both;
  display: block;
  overflow: hidden;
}
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.markdown-body span.float-left span {
  margin: 13px 0 0;
}
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body code,
.markdown-body tt {
  background-color: #656c7633;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em;
  white-space: break-spaces;
}
.markdown-body code br,
.markdown-body tt br {
  display: none;
}
.markdown-body del code {
  text-decoration: inherit;
}
.markdown-body samp {
  font-size: 85%;
}
.markdown-body pre code {
  font-size: 100%;
}
.markdown-body pre > code {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal;
}
.markdown-body .highlight {
  margin-bottom: 1rem;
}
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #151b23;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #f0f6fc;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 1rem;
}
.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.markdown-body .csv-data td,
.markdown-body .csv-data th {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}
.markdown-body .csv-data .blob-num {
  background: #0d1117;
  border: 0;
  padding: 10px .5rem 9px;
  text-align: right;
}
.markdown-body .csv-data tr {
  border-top: 0;
}
.markdown-body .csv-data th {
  background: #151b23;
  border-top: 0;
  font-weight: 600;
}
.markdown-body [data-footnote-ref]:before {
  content: "[";
}
.markdown-body [data-footnote-ref]:after {
  content: "]";
}
.markdown-body .footnotes {
  border-top: 1px solid #3d444d;
  color: #9198a1;
  font-size: 12px;
}
.markdown-body .footnotes ol {
  padding-left: 1rem;
}
.markdown-body .footnotes ol ul {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1rem;
}
.markdown-body .footnotes li {
  position: relative;
}
.markdown-body .footnotes li:target:before {
  border: 2px solid #1f6feb;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  bottom: -.5rem;
  content: "";
  left: -1.5rem;
  pointer-events: none;
  position: absolute;
  right: -.5rem;
  top: -.5rem;
}
.markdown-body .footnotes li:target {
  color: #f0f6fc;
}
.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: Jetbrains Mono, monospace;
}
.markdown-body body:has(:modal) {
  padding-right: var(--dialog-scrollgutter) !important;
}
.markdown-body .pl-c {
  color: #9198a1;
}
.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #79c0ff;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #d2a8ff;
}
.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: #f0f6fc;
}
.markdown-body .pl-ent {
  color: #7ee787;
}
.markdown-body .pl-k {
  color: #ff7b72;
}
.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #a5d6ff;
}
.markdown-body .pl-smw,
.markdown-body .pl-v {
  color: #ffa657;
}
.markdown-body .pl-bu {
  color: #f85149;
}
.markdown-body .pl-ii {
  background-color: #8e1519;
  color: #f0f6fc;
}
.markdown-body .pl-c2 {
  background-color: #b62324;
  color: #f0f6fc;
}
.markdown-body .pl-sr .pl-cce {
  color: #7ee787;
  font-weight: 700;
}
.markdown-body .pl-ml {
  color: #f2cc60;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #1f6feb;
  font-weight: 700;
}
.markdown-body .pl-mi {
  color: #f0f6fc;
  font-style: italic;
}
.markdown-body .pl-mb {
  color: #f0f6fc;
  font-weight: 700;
}
.markdown-body .pl-md {
  background-color: #67060c;
  color: #ffdcd7;
}
.markdown-body .pl-mi1 {
  background-color: #033a16;
  color: #aff5b4;
}
.markdown-body .pl-mc {
  background-color: #5a1e02;
  color: #ffdfb6;
}
.markdown-body .pl-mi2 {
  background-color: #1158c7;
  color: #f0f6fc;
}
.markdown-body .pl-mdr {
  color: #d2a8ff;
  font-weight: 700;
}
.markdown-body .pl-ba {
  color: #9198a1;
}
.markdown-body .pl-sg {
  color: #3d444d;
}
.markdown-body .pl-corl {
  color: #a5d6ff;
  text-decoration: underline;
}
.markdown-body [role="button"]:focus:not(:focus-visible),
.markdown-body [role="tabpanel"][tabindex="0"]:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible),
.markdown-body button:focus:not(:focus-visible),
.markdown-body summary:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.markdown-body [tabindex="0"]:focus:not(:focus-visible),
.markdown-body details-dialog:focus:not(:focus-visible) {
  outline: none;
}
.markdown-body g-emoji {
  display: inline-block;
  font-family: Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  min-width: 1ch;
  vertical-align: -.075em;
}
.markdown-body g-emoji img {
  height: 1em;
  width: 1em;
}
.markdown-body .task-list-item {
  list-style-type: none;
}
.markdown-body .task-list-item label {
  font-weight: 400;
}
.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}
.markdown-body .task-list-item + .task-list-item {
  margin-top: .25rem;
}
.markdown-body .task-list-item .handle {
  display: none;
}
.markdown-body .task-list-item-checkbox {
  margin: 0 .2em .25em -1.4em;
  vertical-align: middle;
}
.markdown-body ul:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}
.markdown-body ol:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}
.markdown-body
  .contains-task-list:focus-within
  .task-list-item-convert-container,
.markdown-body .contains-task-list:hover .task-list-item-convert-container {
  display: block;
  height: 24px;
  overflow: visible;
  width: auto;
  clip: auto;
}
.markdown-body ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(50%);
  filter: invert(50%);
}
.markdown-body .markdown-alert {
  border-left: .25em solid #3d444d;
  color: inherit;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}
.markdown-body .markdown-alert > :first-child {
  margin-top: 0;
}
.markdown-body .markdown-alert > :last-child {
  margin-bottom: 0;
}
.markdown-body .markdown-alert .markdown-alert-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.markdown-body .markdown-alert.markdown-alert-note {
  border-left-color: #1f6feb;
}
.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #4493f8;
}
.markdown-body .markdown-alert.markdown-alert-important {
  border-left-color: #8957e5;
}
.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #ab7df8;
}
.markdown-body .markdown-alert.markdown-alert-warning {
  border-left-color: #9e6a03;
}
.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #d29922;
}
.markdown-body .markdown-alert.markdown-alert-tip {
  border-left-color: #238636;
}
.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #3fb950;
}
.markdown-body .markdown-alert.markdown-alert-caution {
  border-left-color: #da3633;
}
.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #f85149;
}
.markdown-body > :first-child > .heading-element:first-child {
  margin-top: 0 !important;
}
.markdown-body .highlight pre:has(+ .zeroclipboard-container) {
  min-height: 52px;
}
