:root {
  --_colors---fg-primary: #111;
  --_colors---fg-tertiary: #969696;
  --_colors---bg-primary: white;
  --_colors---fg-secondary: #515151;
  --_colors---bg-secondary: #f3f3f3;
  --_colors---state-hover: #0000000d;
  --_colors---state-active: #00000017;
  --_colors---link-active: #01477f;
  --_colors---bg-tertiary: #dadada;
  --_colors---bg-contrast: #222;
  --_colors---link-normal: #0168bb;
  --_colors---link-hover: #015599;
  --_colors---link-visited: #630038;
  --_colors---link-border: rgba(17, 17, 17, .25);
  --_colors---link-border-hover: rgba(17, 17, 17, .5);
}

.switcher__radio,
.icon-arrows {
  filter: invert(0)
}

.switcher__radio:checked {
  filter: invert(0)
}

.switcher__status {
  filter: brightness(100%)
}

@media (prefers-color-scheme:dark) {
  :root {
    --_colors---fg-primary: #e0e0e0;
    --_colors---fg-tertiary: #717171;
    --_colors---bg-primary: #202020;
    --_colors---fg-secondary: #a9a9a9;
    --_colors---bg-secondary: #2a2a2a;
    --_colors---state-hover: #ffffff0d;
    --_colors---state-active: #ffffff17;
    --_colors---link-active: #01477f;
    --_colors---bg-tertiary: #424242;
    --_colors---bg-contrast: #e1e1e1;
    --_colors---link-normal: #0168bb;
    --_colors---link-hover: #015599;
    --_colors---link-visited: #630038;
    --_colors---link-border: rgba(224, 224, 224, .25);
    --_colors---link-border-hover: rgba(224, 224, 224, .5);

    .switcher__radio,
    .icon-arrows {
      filter: invert(1)
    }

    .switcher__radio:checked {
      filter: invert(0)
    }

    .switcher__status {
      filter: brightness(60%)
    }
  }
}

html[data-theme="dark"] {
  --_colors---fg-primary: #e0e0e0 !important;
  --_colors---fg-secondary: #a9a9a9 !important;
  --_colors---fg-tertiary: #717171 !important;
  --_colors---bg-primary: #202020 !important;
  --_colors---bg-secondary: #2a2a2a !important;
  --_colors---bg-tertiary: #424242 !important;
  --_colors---link-border: rgba(224, 224, 224, .25) !important;
  --_colors---link-border-hover: rgba(224, 224, 224, .5) !important;
}

html[data-theme="light"] {
  --_colors---fg-primary: #111 !important;
  --_colors---fg-secondary: #515151 !important;
  --_colors---fg-tertiary: #969696 !important;
  --_colors---bg-primary: white !important;
  --_colors---bg-secondary: #f3f3f3 !important;
  --_colors---bg-tertiary: #dadada !important;
  --_colors---link-border: rgba(17, 17, 17, .25) !important;
  --_colors---link-border-hover: rgba(17, 17, 17, .5) !important;
}

html[data-theme="light"] .switcher__radio,
html[data-theme="light"] .icon-arrows {
  filter: invert(0) !important
}

html[data-theme="light"] .switcher__radio:checked {
  filter: invert(0) !important
}

html[data-theme="light"] .switcher__status {
  filter: brightness(100%) !important
}

html[data-theme="dark"] .switcher__radio,
html[data-theme="dark"] .icon-arrows {
  filter: invert(1) !important
}

html[data-theme="dark"] .switcher__radio:checked {
  filter: invert(0) !important
}

html[data-theme="dark"] .switcher__status {
  filter: brightness(60%) !important
}

footer,
header,
nav,
section {
  display: block
}

video {
  vertical-align: baseline;
  display: inline-block
}

// Remove tap highlight on iOS
a {
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent;

}

h1 {
  margin: .67em 0;
  font-size: 2em
}

svg:not(:root) {
  overflow: hidden
}

input {
  color: inherit;
  font: inherit;
  margin: 0
}

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

input {
  line-height: normal
}

input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

legend {
  border: 0;
  padding: 0
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/InterDisplay-ExtraBold.woff2) format("woff2")
}

* {
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%
}

body {
  background-color: var(--_colors---bg-primary);
  color: var(--_colors---fg-primary);
  margin-bottom: 0;
  margin-left: 0;
  min-height: 100%;
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border: 0
}

.img-container-3-2 {
  position: relative;
  padding-bottom: 66.67%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--_colors---bg-secondary);
  border-radius: 16px
}

.img-container-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--_colors---bg-secondary);
  border-radius: 16px;
  width: 100%
}

.case-thumbnail {
  margin-bottom: 15px
}

.img-container-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

h1,
h2 {
  margin-bottom: 10px
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

p {
  margin-top: 0;
  margin-bottom: 15px
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

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

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }
}

@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }
}

.wf-layout-layout {
  display: grid
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

@media screen and (max-width:991px) {
  .w-layout-blockcontainer {
    max-width: 728px
  }
}

@media screen and (max-width:767px) {
  .w-layout-blockcontainer {
    max-width: none
  }
}

.heading {
  color: var(--_colors---fg-primary);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex
}

.header-link {
  height: 36px;
  text-decoration: none;
  display: flex;
  align-items: center
}

.header-link .heading {
  height: initial;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: var(--_colors---fg-secondary);
  border-bottom: 1px solid var(--_colors---link-border);
}

.header-link:hover .heading {
  color: var(--_colors---fg-primary);
  border-bottom: 1px solid var(--_colors---link-border-hover);
}

.container {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px
}

.container.header {
  grid-column-gap: 0;
  grid-row-gap: 0;
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 720px;
  position: static;
  top: 0
}

.container.content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex
}

.container.content.main-page {
  margin-top: 40px
}

.container.connect {
  padding-bottom: 40px
}

.container.footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex
}

.container.wide-image {
  width: auto;
  max-width: 1080px;
  height: auto
}

.video-container {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid var(--_colors---bg-secondary)
}

video {
  width: 100%;
  height: 100%;
  display: flex
}

@media screen and (max-width:767px) {
  video::-webkit-media-controls {
    display: none
  }
}

.paragraph {
  pointer-events: auto;
  color: var(--_colors---fg-secondary);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none
}

.container+.paragraph,
.img-container-16-9+.paragraph,
.img-container-3-2+.paragraph {
  margin-top: 30px
}

.container-2 {
  object-fit: contain;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start
}

.link-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid var(--_colors---bg-tertiary);
  border-radius: 32px;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 36px;
  padding: 10px 10px 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: none;
  display: flex
}

.link-button:hover {
  background-color: var(--_colors---state-hover)
}

.link-button:active {
  background-color: var(--_colors---state-active)
}

.link-button.pet-project {
  padding-top: 15px;
  padding-bottom: 15px
}

.link-button.connect-links {
  background-color: var(--_colors---bg-secondary);
  border: 1px solid var(--_colors---bg-secondary);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex
}

.link-button.connect-links:hover {
  background-image: linear-gradient(to bottom, var(--_colors---state-hover), var(--_colors---state-hover))
}

.link-button.connect-links:active {
  background-image: linear-gradient(to bottom, var(--_colors---state-active), var(--_colors---state-active))
}

.link-button.resume-link {
  padding: 9px 12px 9px 12px
}

.icon-arrows {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-left: 2px
}

.text-link {
  text-decoration: none;
  color: var(--_colors---fg-secondary);
  border-bottom: 1px solid var(--_colors---link-border);
}

.text-link:hover {
  color: var(--_colors---fg-primary);
  border-bottom: 1px solid var(--_colors---link-border-hover);
}

ol.reference-list {
  color: var(--_colors---fg-secondary);
  padding-left: 24px
}

ol.reference-list li {
  margin-bottom: 15px;
  padding-left: 10px
}

.reference-link {
  text-decoration: none;
}

.reference-link span {
  font-size: 16px;
  color: var(--_colors---fg-secondary);
  border-bottom: 1px solid var(--_colors---link-border);
}

.reference-link:hover span {
  color: var(--_colors---fg-primary);
  border-bottom: 1px solid var(--_colors---link-border-hover);
}

.section {
  background-color: var(--_colors---bg-primary);
  position: static;
  top: 0
}

.section.header {
  border: 1px solid var(--_colors---bg-primary);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px
}

.section.content {
  padding-bottom: 10px
}

.section.nav {
  padding-bottom: 40px
}

.heading-2 {
  color: var(--_colors---fg-primary);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px
}

.heading-2.contacts {
  margin-bottom: 10px
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0
}

.quick-stack.pet-projects {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%
}

.link-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: block
}

.link-block-2 .case-title, .pet-project .case-title {
  display: inline;
  width: fit-content;
  line-height: 18px;
  margin-bottom: 4px;
  color: var(--_colors---fg-secondary);
  border-bottom: 1px solid var(--_colors---link-border);
}

@media screen and (max-width:767px) {
  .link-block-2:hover, .pet-project:hover, .link-button:hover {
    animation: myAnim 0.4s ease-in 0s 1 normal forwards;
  }

  @keyframes myAnim {
    0% {
      transform: scale(0.98);
      transform-origin: 50% 50%;
    }

    100% {
      transform: scale(1);
      transform-origin: 50% 50%;
    }
  }
}


.link-block-2:hover .case-title, .pet-project:hover .case-title {
  color: var(--_colors---fg-primary);
  border-bottom: 1px solid var(--_colors---link-border-hover);
}

.case-subheading {
  outline-color: var(--_colors---fg-tertiary);
  color: var(--_colors---fg-tertiary);
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 8px 0;
}

.pet-project .case-title {
  border-bottom: none;
}

.pet-project:hover .case-title {
  border-bottom: none;
}


.button-link-text {
  color: var(--_colors---fg-primary);
  font-size: 14px;
  line-height: 14px
}

.container-3 {
  flex-flow: column;
  display: block
}

.container-4 {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-flow: column;
  width: 100%;
  display: flex
}

.pet-project {
  border: 1px solid var(--_colors---bg-tertiary);
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  gap: 20px
}

.pet-project:hover {
  background-color: var(--_colors---state-hover)
}

.pet-project:active {
  background-color: var(--_colors---state-active)
}

.link {
  color: var(--_colors---fg-primary);
  text-decoration: none
}

.link:hover {
  border-style: none;
  text-decoration: underline
}

.link:active {
  border-color: var(--_colors---link-active)
}

.container-5 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.container-5.connect-links {
  flex-flow: wrap;
  margin-top: 20px
}

.container-6 {
  width: 100%
}

.inner-title {
  color: var(--_colors---fg-primary);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px
}

.inner-subtitle {
  color: var(--_colors---fg-secondary);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: left
}

.slider {
  width: 100%;
  height: auto;
  container-type: inline-size;
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .body {
    padding-bottom: 32px
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
    position: static
  }

  .link-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px
  }

  .link-block-2:hover {
    text-decoration: none
  }
}

#w-node-_309bba03-c883-6b0e-ff4b-330dc3632f10-e356365e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr
}

#w-node-_352129c7-3eb8-8779-128e-aa3f28a09c07-e356365e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr
}

@media screen and (max-width:767px) {

  #w-node-_309bba03-c883-6b0e-ff4b-330dc3632f10-e356365e,
  #w-node-_352129c7-3eb8-8779-128e-aa3f28a09c07-e356365e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr
  }
}

.theme-switch-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_colors---bg-secondary);
  border-radius: 5000px;
  width: 100px;
  height: 36px;
  padding: .25rem;
  display: flex;
}

.switcher {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  border: none;
  height: 36px;
  z-index: 0
}

.switcher__legend {
  position: absolute;
  opacity: 0;
  left: -99999px;
  pointer-events: none
}

.switcher__radio {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer
}

.switcher__radio:focus {
  outline: none
}

.switcher__radio--light {
  background-image: url(../images/light.svg)
}

.switcher__radio--auto {
  background-image: url(../images/auto.svg)
}

.switcher__radio--dark {
  background-image: url(../images/dark.svg)
}

.switcher__status {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 4px;
  width: 98px;
  z-index: -1;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/status.svg);
  background-size: 24px;
  background-position: top 3px left 33px
}

.switcher__radio:focus-visible~.switcher__status {
  box-shadow: 0 0 0 4px #909090
}

.switcher__radio--light:checked~.switcher__status {
  background-position: top 3px left 3px
}

.switcher__radio--auto:checked~.switcher__status {
  background-position: top 3px left 33px
}

.switcher__radio--dark:checked~.switcher__status {
  background-position: top 3px right 11px
}