:root {
  --works-bg: #f7f7f5;
  --works-surface: #ffffff;
  --works-text: #141414;
  --works-muted: #6b6b6b;
  --works-border: rgba(20, 20, 20, 0.08);
  --works-border-strong: rgba(20, 20, 20, 0.14);
  --works-radius: 1rem;
  --works-radius-sm: 0.625rem;
  --works-shadow: 0 0.0625rem 0.1875rem rgba(20, 20, 20, 0.04),
    0 0.75rem 2rem rgba(20, 20, 20, 0.06);
  --works-max: 72rem;
  --works-gutter: clamp(1.25rem, 4vw, 3rem);
  --works-section: clamp(3rem, 8vw, 5rem);
  --works-font: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --works-carousel-slide: 78%;
  --works-carousel-gap: 0.75rem;
  --works-telegram: #27a7e7;
}

html {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}

#branding,
#pitch-deks,
#portfolio,
#documents {
  scroll-margin-top: 1.5rem;
}

body {
  font-family: var(--works-font);
  color: var(--works-text);
  background-color: var(--works-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-root {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--works-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--works-gutter);
  padding-right: var(--works-gutter);
  padding-top: clamp(2rem, 6vw, 4rem);
  padding-bottom: clamp(4rem, 10vw, 7rem);
}

.works-page__hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}

.works-page__offerings {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: var(--works-section);
}

.works-page__offerings-cloud {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.works-page__offerings-item-wrap {
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.works-page__offerings-item {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--works-muted);
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-surface);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.works-page__feature {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: var(--works-section);
}

.works-page__feature-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
}

.works-page__feature-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.5rem;
}

.works-page__feature-title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.works-page__feature-subtitle-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__feature-subtitle {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--works-muted);
}

.works-page__feature-subtitle a {
  color: var(--works-text);
  text-decoration: underline;
  text-decoration-color: var(--works-border-strong);
  text-underline-offset: 0.125rem;
}

.works-page__feature-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}

.works-page__feature-block-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}

.works-page__feature-block-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.works-page__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__gallery-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.75rem;
}

.works-page__gallery-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius-sm);
  overflow: hidden;
  background-color: var(--works-surface);
}

.works-page__gallery-img {
  display: block;
  width: 100%;
  height: auto;
}

.works-page__section-label-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
}

.works-page__section-label {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.works-page__legal {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: var(--works-section);
  padding-bottom: 2rem;
  border-top: 0.0625rem solid var(--works-border);
}

.works-page__legal-head-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}

.works-page__legal-head {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.works-page__legal-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__legal-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius);
  background-color: var(--works-surface);
  box-shadow: var(--works-shadow);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.works-page__legal-card:hover {
  border-color: var(--works-border-strong);
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.0625rem 0.1875rem rgba(20, 20, 20, 0.05),
    0 1rem 2.5rem rgba(20, 20, 20, 0.08);
}

.works-page__legal-card-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.375rem;
}

.works-page__legal-card-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--works-text);
}

.works-page__legal-card-desc-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__legal-card-desc {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--works-muted);
}

.works-page__showcase {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: var(--works-section);
}

.works-page__showcase-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}

.works-page__carousel-nav {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}

.works-page__carousel-nav--mobile {
  display: none;
}

.works-page__carousel-nav .works-page__carousel-control--prev {
  margin-left: 0;
  margin-right: 0.5rem;
}

.works-page__carousel-nav .works-page__carousel-control--next {
  margin-right: 0;
}

.works-page__showcase-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.works-page__showcase-tab {
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--works-muted);
  cursor: pointer;
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-surface);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.works-page__showcase-tab.is-active {
  color: var(--works-text);
  border-color: var(--works-border-strong);
  background-color: var(--works-bg);
}

.works-page__carousel-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.works-page__carousel-track {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-padding-inline: calc((100% - var(--works-carousel-slide)) / 2);
  padding-left: calc((100% - var(--works-carousel-slide)) / 2);
  padding-right: calc((100% - var(--works-carousel-slide)) / 2);
}

.works-page__carousel-track::-webkit-scrollbar {
  display: none;
}

.works-page__carousel-slide {
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--works-carousel-slide);
  width: var(--works-carousel-slide);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius-sm);
  overflow: hidden;
  background-color: var(--works-surface);
  margin-right: var(--works-carousel-gap);
  opacity: 0.55;
  transition: opacity 0.25s ease;
}

.works-page__carousel-slide.is-active {
  opacity: 1;
}

.works-page__carousel-slide:last-child {
  margin-right: 0;
}

.works-page__carousel-img {
  display: block;
  width: 100%;
  height: min(48vh, 22rem);
  object-fit: contain;
  background-color: #f0f0ee;
  cursor: zoom-in;
}

.works-page__carousel-control {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-surface);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.works-page__carousel-control:hover {
  border-color: var(--works-border-strong);
  background-color: var(--works-bg);
}

.works-page__carousel-control--prev {
  margin-left: 0;
}

.works-page__carousel-control--next {
  margin-right: 0;
}

.works-page__carousel-control::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.09375rem solid var(--works-text);
  border-right: 0.09375rem solid var(--works-text);
}

.works-page__carousel-control--prev::before {
  transform: rotate(-135deg);
  margin-left: 0.125rem;
}

.works-page__carousel-control--next::before {
  transform: rotate(45deg);
  margin-right: 0.125rem;
}

body.works-modal-open {
  overflow: hidden;
}

html.works-modal-open {
  overflow: hidden;
}

.works-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 100;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.works-modal[hidden] {
  display: none;
}

.works-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 20, 20, 0.45);
}

.works-modal__dialog {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 42rem;
  max-height: min(88vh, 44rem);
  border: 0.0625rem solid var(--works-border-strong);
  border-radius: calc(var(--works-radius) + 0.125rem);
  background-color: var(--works-surface);
  box-shadow:
    0 0 0 0.0625rem rgba(20, 20, 20, 0.04),
    0 1.5rem 4rem rgba(20, 20, 20, 0.14);
  overflow: hidden;
}

.works-modal__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-bottom: 0.0625rem solid var(--works-border);
  background-color: var(--works-bg);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.works-modal__head-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-right: 1rem;
}

.works-modal__badge-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.375rem;
}

.works-modal__badge {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--works-muted);
}

.works-modal__title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-modal__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.works-modal__close {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-surface);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.works-modal__close:hover {
  border-color: var(--works-border-strong);
  background-color: var(--works-bg);
}

.works-modal__close-icon {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--works-muted);
}

.works-modal__foot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-top: 0.0625rem solid var(--works-border);
  background-color: var(--works-bg);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.works-modal__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.works-modal__action {
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--works-text);
  text-decoration: none;
  cursor: pointer;
  border: 0.0625rem solid var(--works-border-strong);
  border-radius: 999rem;
  background-color: var(--works-surface);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.works-modal__action--primary {
  color: var(--works-surface);
  border-color: var(--works-text);
  background-color: var(--works-text);
}

.works-modal__action--primary:hover {
  background-color: #2a2a2a;
}

.works-modal__action-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.works-modal__action:hover {
  background-color: var(--works-bg);
}

.works-modal__action[data-copied="true"]::after {
  content: " ✓";
}

.works-modal__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.works-modal__section {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 0.0625rem solid var(--works-border);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.works-modal__section:last-child {
  border-bottom: 0;
}

.works-modal__section-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.75rem;
}

.works-modal__section-title {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--works-text);
}

.works-modal__text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.75rem;
}

.works-modal__text-wrap:last-child {
  padding-bottom: 0;
}

.works-modal__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--works-muted);
}

.works-modal__requisites {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.works-modal__requisites-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 0.0625rem solid var(--works-border);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.works-modal__requisites-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.works-modal__requisites-label-wrap {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-right: 1rem;
}

.works-modal__requisites-label {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--works-muted);
}

.works-modal__requisites-value-wrap {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.works-modal__requisites-value {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--works-text);
}

.works-modal__pre {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--works-muted);
  white-space: pre-wrap;
}

.works-modal__pre--hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.works-page__legal-doc {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius);
  background-color: var(--works-surface);
  box-shadow: var(--works-shadow);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
}

.works-page__legal-doc-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.875rem;
}

.works-page__legal-doc-title {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.works-page__legal-doc-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.75rem;
}

.works-page__legal-doc-text-wrap:last-child {
  padding-bottom: 0;
}

.works-page__legal-doc-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--works-muted);
}

.works-page__legal-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1.5rem;
}

.works-page__legal-nav-link {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--works-muted);
  text-decoration: none;
  border-bottom: 0.0625rem solid transparent;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.works-page__legal-nav-link:hover {
  color: var(--works-text);
  border-bottom-color: var(--works-border-strong);
}

.works-page__hero-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}

.works-page__eyebrow-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}

.works-page__eyebrow {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--works-muted);
}

.works-page__title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.25rem;
}

.works-page__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.works-page__lead-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 42rem;
}

.works-page__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--works-muted);
}

.works-page__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.works-page__nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: var(--works-muted);
  border-bottom: 0.0625rem solid transparent;
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.works-page__nav-link:hover {
  color: var(--works-text);
  border-bottom-color: var(--works-border-strong);
}

.works-page__nav-icon-wrap {
  display: flex;
  flex-direction: column;
  padding-right: 0.5rem;
}

.works-page__nav-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}

.works-page__nav-text-wrap {
  display: flex;
  flex-direction: column;
}

.works-page__nav-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.works-page__sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: var(--works-section);
}

.works-page__section-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__section-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius);
  background-color: var(--works-surface);
  box-shadow: var(--works-shadow);
  overflow: hidden;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.25s ease;
}

.works-page__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.works-page__card:hover {
  box-shadow: 0 0.0625rem 0.1875rem rgba(20, 20, 20, 0.05),
    0 1rem 2.5rem rgba(20, 20, 20, 0.08);
}

.works-page__card-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.works-page__card-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.875rem;
}

.works-page__card-title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.works-page__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.works-page__tag {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: var(--works-muted);
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-bg);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.works-page__card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.works-page__media {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}

.works-page__media-frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius-sm);
  overflow: hidden;
  background-color: #f0f0ee;
}

.works-page__media-img {
  display: block;
  width: 100%;
  height: auto;
}

.works-page__media-embed {
  display: block;
  width: 100%;
  min-height: 18rem;
  border: 0;
}

.works-page__link-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  color: var(--works-text);
  border: 0.0625rem solid var(--works-border);
  border-radius: var(--works-radius-sm);
  overflow: hidden;
  background-color: var(--works-bg);
  margin-bottom: 1rem;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.works-page__link-card:hover {
  border-color: var(--works-border-strong);
  background-color: var(--works-surface);
  transform: translateY(-0.0625rem);
}

.works-page__link-card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.works-page__link-card-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.works-page__link-card-action {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-surface);
  margin-top: 0.875rem;
  margin-right: 0.75rem;
}

.works-page__link-card-action-icon {
  display: block;
  width: 1em;
  height: 1em;
  color: var(--works-muted);
}

.works-page__link-card-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.375rem;
}

.works-page__link-card-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.works-page__link-card-desc-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.375rem;
}

.works-page__link-card-desc {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--works-muted);
}

.works-page__link-card-url-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__link-card-url {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: var(--works-muted);
}

.works-page__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__list-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.works-page__list-marker-wrap {
  display: flex;
  flex-direction: column;
  width: 1.125rem;
  padding-top: 0.5rem;
}

.works-page__list-marker {
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--works-text);
}

.works-page__list-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__list-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--works-muted);
}

.works-page__note-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
}

.works-page__note {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--works-muted);
}

.works-page__inline-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1rem;
}

.works-page__inline-link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--works-text);
  text-decoration: none;
  border-bottom: 0.0625rem solid var(--works-border-strong);
  margin-right: 0.5rem;
}

.works-page__inline-sep-wrap {
  display: flex;
  flex-direction: column;
  padding-right: 0.5rem;
}

.works-page__inline-sep {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--works-muted);
}

.works-page__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 0.0625rem solid var(--works-border);
  padding-top: 2.5rem;
}

.works-page__footer-title-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.25rem;
}

.works-page__footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.works-page__footer-links {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-page__footer-link-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 0.75rem;
}

.works-page__footer-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: var(--works-text);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  border: 0;
  border-bottom: 0.0625rem solid transparent;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.works-page__footer-link-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--works-text);
}

.works-page__footer-link:hover {
  border-bottom-color: var(--works-border-strong);
}

.works-page__footer-link-label-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 0.375rem;
}

.works-page__footer-link-label {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--works-muted);
}

.works-page__footer-meta {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 0.0625rem solid var(--works-border);
  padding-top: 1.5rem;
}

.works-page__footer-docs {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
}

.works-page__footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.works-page__footer-age-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-right: 1rem;
}

.works-page__footer-age {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1rem;
  color: var(--works-muted);
}

.works-page__footer-payments-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.works-page__footer-pay-icon-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  height: 1rem;
  color: var(--works-text);
}

.works-page__footer-pay-icon {
  display: block;
  flex-shrink: 0;
  height: 1rem;
  width: auto;
  max-width: none;
}

.works-fab {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: clamp(1rem, 3vw, 1.5rem);
  bottom: clamp(1rem, 3vw, 1.5rem);
  z-index: 90;
}

.works-fab__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: var(--works-surface);
}

.works-fab__tooltip-wrap {
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  padding-right: 0.75rem;
}

.works-fab__link:hover .works-fab__tooltip-wrap,
.works-fab__link:focus-visible .works-fab__tooltip-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.works-fab__tooltip {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  white-space: nowrap;
  color: var(--works-text);
  border: 0.0625rem solid var(--works-border);
  border-radius: 999rem;
  background-color: var(--works-surface);
  box-shadow: var(--works-shadow);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.works-fab__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 0.0625rem solid var(--works-telegram);
  border-radius: 999rem;
  background-color: var(--works-telegram);
  box-shadow: var(--works-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.works-fab__link:hover .works-fab__button,
.works-fab__link:focus-visible .works-fab__button {
  box-shadow: 0 0.0625rem 0.1875rem rgba(39, 167, 231, 0.2),
    0 1rem 2.5rem rgba(39, 167, 231, 0.35);
}

.works-fab__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.works-fab__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.works-lightbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 110;
}

.works-lightbox[hidden] {
  display: none;
}

.works-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 10, 10, 0.92);
}

.works-lightbox__shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.works-lightbox__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: clamp(1rem, 3vw, 1.5rem);
  right: clamp(1rem, 3vw, 1.5rem);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 999rem;
  background-color: rgba(255, 255, 255, 0.08);
}

.works-lightbox__close-icon {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}

.works-lightbox__stage-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.works-lightbox__nav {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 999rem;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.works-lightbox__nav:hover {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}

.works-lightbox__nav--prev {
  margin-right: 0.75rem;
}

.works-lightbox__nav--next {
  margin-left: 0.75rem;
}

.works-lightbox__nav::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.09375rem solid #ffffff;
  border-right: 0.09375rem solid #ffffff;
}

.works-lightbox__nav--prev::before {
  transform: rotate(-135deg);
  margin-left: 0.125rem;
}

.works-lightbox__nav--next::before {
  transform: rotate(45deg);
  margin-right: 0.125rem;
}

.works-lightbox__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100%;
}

.works-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  width: auto;
  height: auto;
  object-fit: contain;
}

.works-lightbox__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1rem, 3vw, 1.5rem);
}

.works-lightbox__counter-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.375rem;
}

.works-lightbox__counter {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.works-lightbox__caption-wrap {
  display: flex;
  flex-direction: column;
  max-width: min(36rem, 90vw);
}

.works-lightbox__caption {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}

@media (min-width: 48rem) {
  .works-lightbox__nav {
    width: 3rem;
    height: 3rem;
  }

  .works-lightbox__nav--prev {
    margin-right: 1.25rem;
  }

  .works-lightbox__nav--next {
    margin-left: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .works-fab__button {
    width: 4.5rem;
    height: 4.5rem;
  }

  .works-fab__icon {
    width: 2.125rem;
    height: 2.125rem;
  }
}

@media (min-width: 40rem) {
  .works-page__legal-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .works-page__legal-card {
    width: calc(50% - 0.375rem);
    margin-right: 0.75rem;
  }

  .works-page__legal-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 48rem) {
  .works-page__gallery-row--duo {
    flex-direction: row;
  }

  .works-page__gallery-row--duo .works-page__gallery-item {
    width: 100%;
    margin-right: 0.75rem;
  }

  .works-page__gallery-row--duo .works-page__gallery-item:last-child {
    margin-right: 0;
  }

  .works-page__section-row {
    flex-direction: row;
  }

  .works-page__card {
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .works-page__section-row .works-page__card:last-child {
    margin-right: 0;
  }

  .works-page__card-body--split {
    flex-direction: row;
  }

  .works-page__card-body--split .works-page__card-col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .works-page__card-body--split .works-page__card-col:first-child {
    padding-right: 0.75rem;
  }

  .works-page__card-body--split .works-page__card-col:last-child {
    padding-left: 0.75rem;
  }
}

@media (max-width: 47.9375rem) {
  .works-page__carousel-shell {
    margin-left: calc(-1 * var(--works-gutter));
    margin-right: calc(-1 * var(--works-gutter));
    width: calc(100% + 2 * var(--works-gutter));
  }

  .works-page__showcase-head {
    flex-direction: row;
    align-items: center;
  }

  .works-page__feature-title-wrap {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding-bottom: 0;
  }

  .works-page__carousel-nav--mobile {
    display: flex;
  }

  .works-page__carousel-control--desktop {
    display: none;
  }

  .works-page__carousel-track {
    scroll-padding-inline: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .works-page__carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-right: 0;
  }

  .works-page__carousel-img {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
}
