:root {
  --background-color--background-primary: var(--base-color-neutral--asdasd);
  --text-color--text-primary: var(--base-color-neutral--white);
  --base-color-neutral--white: #fafafa;
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white);
  --background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --base-color-neutral--black: #0f0f0f;
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark);
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --base-color-neutral--neutral-lightest: #969696;
  --base-color-neutral--asdasd: #212122;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --link-color--link-primary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Geist, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  letter-spacing: -8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 12vw;
  font-weight: 900;
  line-height: .8;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5;
}

a {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-size: 1em;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: .9em;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-large {
  border: 1px solid #000;
  border-radius: 50%;
  width: 5.3vw;
  height: 5.3vw;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-weight: 400;
  line-height: 1;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-color-alternate {
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75em;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.text-size-regular {
  font-size: 1.1em;
}

.text-size-regular.text-width {
  width: 63%;
}

.text-size-regular.text-width-forlong {
  width: 90%;
}

.text-size-regular.text-width-forsmall {
  width: 95%;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-holder {
  width: 100%;
  padding-top: 5vw;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1em;
}

.heading-style-h4 {
  font-weight: 400;
  line-height: 1;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-weight: 400;
  line-height: 1;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5em;
}

.heading-style-h2 {
  font-weight: 400;
  line-height: 1;
}

.tag {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
  position: absolute;
  inset: 8vw auto auto 6vw;
}

.tag.is-tag {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
  font-size: 1em;
}

.tag._2 {
  inset: 2vw auto auto 2vw;
}

.heading-style-h5 {
  font-weight: 400;
  line-height: 1;
}

.container {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .7vw;
  padding-right: .7vw;
  display: flex;
  position: relative;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  display: flex;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.styleguide-class-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: block;
}

.text-size-medium {
  font-size: 1.15em;
  line-height: 1.1;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
}

.styleguide_structure {
  width: 100%;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.section_intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3vw 1vw 1vw;
  display: flex;
  position: static;
  top: 0;
}

.section_intro.about {
  padding-bottom: 0;
}

.intro-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end start;
  width: 100%;
  height: 100%;
}

.tag-no-bg {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.text-size-emded {
  display: none;
}

.intro-content-wrapper1 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.secondary-color-span {
  color: var(--text-color--text-secondary);
}

.section_work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 2vw;
  position: relative;
}

.work-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.project-image-w {
  background-color: #0a0b0b;
  border-radius: 2.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-image {
  object-fit: cover;
  width: 95%;
}

.work-image.big-work-image {
  width: 70%;
}

.work-card {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
  overflow: hidden;
}

.project-points-w {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-span-link {
  color: var(--base-color-neutral--white);
  font-size: 1.1em;
}

.project-info-w {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-left: 1vw;
  display: flex;
  position: relative;
}

.work-link-w {
  color: var(--base-color-neutral--white);
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.showcase-image-big {
  object-fit: cover;
  width: 70%;
}

.noise-video-wrapper {
  z-index: 1001;
  opacity: .03;
  pointer-events: none;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/giphy.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.project-name-w {
  position: absolute;
  inset: auto auto 2vw 2vw;
}

.section_about {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: static;
  top: 0;
}

.about-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.transition {
  z-index: 1000;
  flex-flow: wrap;
  grid-template-columns: repeat(8, 1fr);
  place-content: center;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0%;
}

.transition-block {
  aspect-ratio: 1;
  background-color: #0f0f0f;
  width: 100%;
}

.about-w {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.accordian-w {
  cursor: pointer;
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 1vw;
}

.accordian-que {
  justify-content: space-between;
  padding-top: 1vw;
  display: flex;
}

.accordian-ans {
  padding-right: .3rem;
}

.accodian-plus {
  font-size: .93em;
}

.testi-w {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.prjoect-intro-content-wrapper1 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.showcase-image-w-big {
  background-color: #0a0b0b;
  border-radius: 2.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase-image-w-smalll {
  background-color: #0a0b0b;
  border-radius: 2.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-hero {
  font-size: 1.25em;
}

.text-size-hero.extra-informations {
  text-underline-position: under;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.overview-w {
  width: 36vw;
}

.showcase-image-small {
  object-fit: cover;
  width: 95%;
}

.section_footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2vw;
  padding: 2vw 1vw;
  display: flex;
  position: static;
  top: 0;
}

.footer-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.test-size-link {
  font-size: 1.2em;
}

.test-size-link.w--current:hover {
  filter: blur(1px);
}

.test-size-link.nav-link {
  color: var(--base-color-neutral--neutral-lightest);
}

.test-size-link.nav-link:hover {
  filter: blur(.9px);
}

.test-size-link.nav-link.w--current {
  color: var(--base-color-neutral--white);
}

.test-size-link.backtohome {
  color: var(--base-color-neutral--white);
  width: 100%;
  position: static;
}

.test-size-link.backtohome.w--current {
  color: var(--base-color-neutral--white);
}

.test-size-link.footer:hover {
  filter: blur(.9px);
}

.test-size-link.menu-btn {
  cursor: pointer;
}

.test-size-link.menu-btn:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.section {
  border-top: 1px #ffffffa6;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #fff9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
}

.section_showcase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.section_about-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: static;
  top: 0;
}

.about-hero-w {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end start;
  width: 100%;
  height: 100%;
}

.about-wrapper1 {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  width: 38%;
  margin-bottom: 3vw;
  display: flex;
}

.about-para-w {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  display: flex;
}

.image {
  width: 8vw;
  height: 8vw;
}

.love-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 8vw;
  height: 8vw;
}

.expertise {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.asdasda {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1vw 1.7vw auto auto;
}

.nav-w {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 0%;
  margin-right: .4vw;
  display: flex;
  overflow: hidden;
}

.backtohome {
  z-index: 1;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 1vw 1.7vw auto auto;
}

.asdasd {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: .4vw;
  display: flex;
}

.navbar-copy {
  z-index: 1;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1vw 1.7vw auto auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 11vw;
  }

  h3 {
    font-size: 10vw;
  }

  h4 {
    font-size: 9vw;
  }

  h5 {
    font-size: 8vw;
  }

  h6 {
    font-size: 7vw;
  }

  p, a {
    font-size: 1.1rem;
  }

  li, blockquote {
    font-size: 1rem;
  }

  .icon-1x1-large {
    width: 5rem;
    height: 5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .text-size-tiny {
    font-size: .8rem;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .text-size-regular {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .text-size-regular.text-width {
    width: 95%;
  }

  .text-size-regular.text-width-forlong {
    width: 100%;
  }

  .text-size-regular.text-width-forsmall {
    width: 95%;
  }

  .styleguide-holder {
    padding-top: 10vw;
  }

  .text-size-small {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .tag {
    font-size: 1rem;
    inset: 15vw auto auto 6.8vw;
  }

  .tag.is-tag {
    font-size: 1rem;
  }

  .tag._2 {
    inset: 2rem auto auto 1rem;
  }

  .container {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium {
    font-size: 1.3rem;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section_intro {
    width: 100%;
    padding: 4rem 0 2rem;
    position: static;
  }

  .intro-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .tag-no-bg {
    font-size: 1rem;
  }

  .intro-content-wrapper1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_work {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .work-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .project-image-w {
    height: 110vw;
  }

  .work-image {
    margin-bottom: 2rem;
  }

  .work-image.big-work-image {
    width: 95%;
  }

  .work-card {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    height: auto;
    position: static;
  }

  .project-points-w {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    border-top: 1px solid #fafafa7a;
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .text-span-link {
    font-size: 1.1rem;
  }

  .project-info-w {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-image-big {
    width: 95%;
  }

  .noise-video-wrapper {
    opacity: .06;
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/giphy.gif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .project-name-w {
    bottom: 2rem;
    left: 1rem;
  }

  .section_about {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .about-w {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: 100%;
  }

  .accordian-w {
    flex-flow: column;
    width: 100%;
    padding-bottom: 1rem;
    display: flex;
  }

  .accordian-que {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .accordian-ans {
    width: 100%;
    padding-right: 0;
  }

  .accodian-plus {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .testi-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .accodian-main-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .prjoect-intro-content-wrapper1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .showcase-image-w-big, .showcase-image-w-smalll {
    height: 100vw;
  }

  .text-size-hero {
    font-size: 1.15rem;
    font-weight: 500;
  }

  .overview-w {
    width: 90%;
  }

  .showcase-image-small {
    width: 95%;
  }

  .section_footer {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: .5vw;
    position: static;
  }

  .footer-w {
    width: 100%;
  }

  .test-size-link {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .div-block {
    border-top-style: none;
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .section_showcase {
    width: 100%;
  }

  .section_about-hero {
    width: 100%;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .about-hero-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .about-wrapper1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    margin-bottom: 3rem;
  }

  .about-para-w {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
  }

  .expertise {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    border-top: 1px #fafafa7a;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .asdasda {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .navbar {
    top: 1.2rem;
    right: 1rem;
  }

  .nav-w {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-right: .7rem;
  }

  .backtohome {
    top: 1.2rem;
    right: 1rem;
  }

  .asdasd {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-right: .7rem;
  }

  .navbar-copy {
    top: 1.2rem;
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7.5vw;
  }

  h2 {
    font-size: 13vw;
  }

  h3 {
    font-size: 11vw;
  }

  h4 {
    font-size: 10vw;
  }

  h5 {
    font-size: 9vw;
  }

  h6 {
    font-size: 8vw;
  }

  p {
    font-size: 1.1rem;
  }

  .icon-1x1-large {
    width: 5rem;
    height: 5rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .text-size-regular.text-width {
    width: 98%;
  }

  .text-size-regular.text-width-forlong {
    width: 99%;
  }

  .text-size-regular.text-width-forsmall {
    width: 100%;
  }

  .styleguide-holder {
    padding-top: 15vw;
  }

  .text-size-small {
    font-size: .9rem;
  }

  .tag {
    font-size: .75rem;
    top: 15vw;
  }

  .container {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .text-size-medium {
    font-size: 1.3rem;
  }

  .section_intro {
    padding-bottom: 1rem;
  }

  .intro-content-wrapper1, .work-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .project-points-w {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
  }

  .text-span-link {
    font-size: 1rem;
  }

  .project-info-w {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section_about {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .about-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .transition {
    grid-template-columns: repeat(6, 1fr);
  }

  .about-w {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .accordian-w {
    padding-bottom: .5rem;
  }

  .accodian-plus {
    font-size: 1.1rem;
  }

  .testi-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .prjoect-intro-content-wrapper1 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 100%;
  }

  .text-size-hero {
    font-size: 1.1rem;
  }

  .text-size-hero.extra-informations {
    margin-bottom: .8rem;
  }

  .overview-w {
    width: 100%;
  }

  .footer-w {
    justify-content: flex-start;
    width: 100%;
  }

  .test-size-link {
    font-size: 1.05rem;
  }

  .about-wrapper1 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .expertise {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .nav-w, .asdasd {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8.5vw;
  }

  p, a {
    font-size: 1rem;
  }

  .icon-1x1-large {
    width: 4.5rem;
    height: 4.5rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .text-size-small {
    font-size: .81rem;
  }

  .text-size-medium {
    font-size: 1.05rem;
  }

  .section_work {
    margin-bottom: 1rem;
  }

  .text-span-link {
    font-size: .98rem;
  }

  .section_about {
    margin-bottom: 0;
  }

  .transition {
    grid-template-columns: repeat(4, 1fr);
  }

  .accodian-plus {
    font-size: .95rem;
  }

  .text-size-hero {
    font-size: 1.01rem;
  }

  .section_footer {
    padding-top: 2rem;
  }

  .test-size-link {
    font-size: .95rem;
  }

  .expertise {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
}

#w-node-_6093f0ec-2b9e-1ad2-fca6-cf3a955e682b-913ee661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb1a776-060a-335f-1070-b7b491c6bfb0-913ee661 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-913ee664 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-913ee664, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-913ee664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-913ee664 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-913ee664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-913ee664 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-913ee664, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-913ee664, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-913ee664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-913ee664 {
  justify-self: start;
}

#w-node-_242aba64-84a5-f66c-678b-cdd4a501878a-72bfa9a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be6cb0b8-33e8-dc74-b9fc-53a1a3773e2a-72bfa9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fa1acbb-bd1e-b60b-f44f-0b01ea80144e-72bfa9a5, #w-node-_74308154-88d2-7983-6462-2a7dff3ce010-5e348d3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74308154-88d2-7983-6462-2a7dff3ce012-5e348d3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74308154-88d2-7983-6462-2a7dff3ce024-5e348d3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_17b05d1c-8153-6f8c-c9d3-ab889d3644b8-913ee661, #w-node-a716b43d-df8c-fd36-7455-d2e73fa39dc0-72bfa9a5, #w-node-_651d8e48-25ee-001a-800c-8ef0455bfab1-5e348d3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


