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

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --image: 52%;
  --image-mobile: 34%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #111;
  letter-spacing: .05rem;
  font-family: Raleway;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 2;
}

h1 {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #191919;
  text-align: center;
  letter-spacing: -.005rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #191919;
  text-align: left;
  letter-spacing: -.005rem;
  width: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  color: #191919;
  letter-spacing: -.005rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  color: #191919;
  letter-spacing: -.005rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: #191919;
  text-align: center;
  word-break: break-all;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #191919;
  letter-spacing: -.01875rem;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #838383;
  text-transform: capitalize;
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 0;
  padding: .2rem 0 .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

a:hover {
  color: #202124;
}

a.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 0 .5rem;
  font-size: 1rem;
  font-weight: 400;
}

blockquote {
  color: #202124;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 22px;
}

.horizontal-divider {
  background-color: #dbdbdb;
  flex: 1;
  width: auto;
  max-width: 100%;
  height: 1px;
}

.image-container {
  filter: grayscale();
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: .5rem;
  display: block;
  overflow: hidden;
}

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

.lightbox-link {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

._70-ch {
  color: #191919;
  letter-spacing: -.01875rem;
  max-width: 70ch;
  font-size: 1rem;
}

._70-ch.padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.utility-page-wrap {
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-password {
  color: #666;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ececec;
  border-radius: 1rem;
  margin-top: 0;
  padding: 1rem 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-password:hover {
  color: #191919;
  background-color: #ececec;
}

.h3-protected-page {
  text-align: left;
  width: auto;
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-2-404 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-404 {
  color: #191919;
  letter-spacing: -.005rem;
  margin-top: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.changelog-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.changelog-container {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12rem;
  display: flex;
}

.changelog-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.align-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 700;
}

._50ch {
  color: #191919;
  letter-spacing: -.01875rem;
  max-width: 50ch;
  margin-bottom: 3rem;
  font-size: .875rem;
}

.licenses-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px #838383;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center start;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.licenses-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.licenses-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licenses-content {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

.licenses-list {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 2rem;
}

.p-licenses {
  letter-spacing: -.01875rem;
  padding-top: .4rem;
  font-size: .875rem;
}

.changelog-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px #838383;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center start;
  width: 100%;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.licenses-image-container {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

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

.style-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem 5rem;
  display: flex;
}

.spacer {
  height: 2rem;
}

.typography-block {
  grid-row-gap: 1rem;
  border-bottom: 1px #bbb;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60rem;
  margin-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.light {
  color: #a1a1a1;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.style-heading {
  margin-bottom: 10rem;
  padding-top: 6rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.style-subheading {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.color-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swatch {
  width: 100%;
  height: 12rem;
}

.swatch.gray98 {
  background-color: #fafafa;
}

.swatch.gray {
  background-color: #747474;
}

.swatch.gray83 {
  background-color: #575757e6;
}

.swatch.primary {
  background-color: #191919;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swatch.gray98 {
  background-color: #bbb;
  border: 1px solid #dfdfdf;
}

.swatch.gray {
  background-color: #666;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swatch.gainsboro {
  background-color: #ebebeb;
  border: 0 #dfdfdf;
}

.typography-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.rich-text-wrapper {
  padding: 3rem 5rem 2rem;
}

.list-item-rt {
  color: #202124;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  line-height: 1.5;
  list-style-type: square;
}

.block-quote {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 1rem;
  font-family: Inter Tight, sans-serif;
  line-height: 1.7;
}

.padding {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

._404-image-wrapper {
  width: 80%;
  height: 100%;
  overflow: hidden;
}

._404-user-image {
  z-index: 999;
  object-fit: cover;
  overflow: hidden;
}

._404-button {
  color: #666;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ececec;
  border-radius: 1rem;
  margin-top: 0;
  padding: 1.2rem 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  transition: background-color .2s;
}

._404-button:hover {
  color: #191919;
  background-color: #ececec;
}

._404-button.w--current {
  text-align: center;
  text-transform: uppercase;
  background-color: #ececec;
  margin-top: 0;
  padding: 1.3rem 2.5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.licenses-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.changelog-text-block, .licenses-text-block {
  color: #202124;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.style-guide-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swatch-info {
  padding-top: .5rem;
  padding-bottom: 0;
  padding-left: 1rem;
}

.blog-rich-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: .25rem;
  padding-left: 0;
  padding-right: 0;
}

.navbar-link {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.navbar-link:hover {
  color: #d1d1d1;
}

.navbar-link.w--current {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
}

.navbar-link.cta-link {
  color: #191919;
  background-color: #fff;
  border-radius: 2rem;
  margin-left: 1.5rem;
  padding: .5rem 1.5rem;
  transition-property: background-color;
}

.navbar-link.cta-link:hover {
  background-color: #e7e7e7;
}

.tb-introduction {
  color: #aaa;
  letter-spacing: -.01875rem;
  width: 100%;
  margin-top: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.navbar-wrapper {
  display: none;
}

.responsive-link {
  color: #191919;
  letter-spacing: -.005rem;
  padding-left: 1.5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link:hover {
  color: #666;
}

.cta-section {
  z-index: 120;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.clients-container {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.section-heading.padding {
  border-top: 1px #bbb;
  padding-top: 1.2rem;
  padding-bottom: 0;
}

.section-heading.light {
  color: #fff;
}

.heading-wrap {
  width: 40%;
}

.heading-wrap.shrink {
  width: 20%;
}

.experience-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h1-experience {
  letter-spacing: -.005rem;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.block-divider {
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 1px;
  padding-top: 1rem;
}

.block-divider._100 {
  width: 100%;
  height: 1px;
  padding-top: 0;
}

.experience-block {
  width: 100%;
  margin-bottom: 2rem;
}

.experience-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 1rem;
  display: grid;
}

.provided-services {
  color: #191919;
  text-align: left;
  letter-spacing: -.005rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.about-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-introduction {
  letter-spacing: -.005rem;
  max-width: 80%;
  margin-bottom: 6rem;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.divider-h-100 {
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 1px;
  padding-top: 1rem;
}

.work-intro {
  z-index: 70;
  height: 250vh;
  max-height: 100%;
  margin-top: -32rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-container {
  z-index: 80;
  background-color: #000;
  width: 100%;
  max-width: none;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.h1-item-name {
  color: #fff;
  letter-spacing: -.005px;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.h2-work-date {
  color: #fff;
  letter-spacing: .005rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 2.4;
}

.category {
  color: #fff;
  letter-spacing: -.01875rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 2.3;
}

.projects-wrapper {
  margin-bottom: 7rem;
  position: relative;
}

.work-linkblock {
  z-index: 40;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.view-btn-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-btn-container {
  background-color: #57575700;
  border: 1px solid #fff;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.view-btn-block {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  display: flex;
}

.awards-section {
  z-index: 90;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.awards-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 6rem 2rem 5rem;
  display: flex;
}

.awards-wrapper {
  width: 80%;
}

.awards-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  max-width: 100%;
  max-height: 2rem;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
  display: grid;
}

.awards-block {
  width: 100%;
  margin-bottom: 2rem;
}

.awards-category {
  color: #666;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.awards-name {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.awards-year {
  color: #191919;
  letter-spacing: -.005rem;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.fact-section {
  z-index: 95;
  background-image: linear-gradient(#22222280, #22222280), url('../images/vitaliy-shevchenko-w1vlJEV0j_U-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 70vh;
  margin-top: 0;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.facts-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.fact-container {
  display: flex;
}

.vertical-divider {
  border-right: 1px solid #bbb;
  width: 10%;
}

.fact-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.h1-fact {
  color: #ebebeb;
  letter-spacing: -.01875px;
  font-family: Inter Tight, sans-serif;
  font-size: 5rem;
  font-weight: 600;
}

.h2-fact {
  color: #fff;
  text-align: left;
  letter-spacing: -.005rem;
  -webkit-text-stroke-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.category-wrap {
  width: 100%;
}

.services-section {
  z-index: 100;
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.faq-box {
  margin-bottom: 2rem;
  transition: padding .4s;
}

.faq-box:hover {
  padding-left: .5rem;
  padding-right: .5rem;
}

.service-desrpion {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0;
  padding-bottom: .5rem;
  overflow: hidden;
}

.services-container {
  z-index: 2;
  background-color: #191919;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 6rem 4rem 0;
  display: flex;
  position: relative;
}

.faq-headline {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.resume-position-wrapper {
  color: #fff;
}

.plus-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.services-wrap {
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.service-title {
  color: #fff;
  letter-spacing: -.01875rem;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.cta-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-section {
  z-index: 125;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.contact-container {
  width: 100%;
  max-width: 100%;
  padding: 6rem 2rem 0;
  display: flex;
}

.contact-wrapper {
  width: 80%;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  display: grid;
}

.contact-detail {
  color: #666;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact-detail.social {
  line-height: 1.6;
}

.contact-info {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.footer-section {
  z-index: 130;
  background-color: #fff;
  position: relative;
}

.utility-pages {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.copyright-text, .utility-links {
  color: #666;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.work-item {
  padding-top: 0;
}

.work-item-container {
  flex-flow: column;
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.item-description {
  color: #191919;
  letter-spacing: -.01875rem;
  width: 50%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.small-introduction {
  color: #191919;
  letter-spacing: 0;
  width: 50%;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.item-title {
  letter-spacing: -.005rem;
  max-width: 80%;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.item-info-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 50%;
  display: flex;
}

.info-details {
  grid-column-gap: .5rem;
  color: #191919;
  letter-spacing: 0;
  border-bottom: 1px solid #bbb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
}

.details-info {
  color: #666;
  letter-spacing: -.01875rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .937rem;
  font-weight: 500;
  transition-property: none;
}

.details-info:hover {
  color: #000;
  padding-left: 0;
}

.currency {
  color: #666;
}

.paragraph-405 {
  color: #191919;
  letter-spacing: -.01875rem;
}

.color {
  font-family: Inter Tight, sans-serif;
}

.bold {
  font-weight: 700;
}

.font-details {
  font-family: Inter Tight, sans-serif;
}

.divider {
  border-bottom: 1px solid #bbb;
  flex: 1;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}

.heading-order {
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.field-label {
  text-align: left;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
}

.text-field {
  font-family: Inter Tight, sans-serif;
}

.hero-section {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-container {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-wrapper {
  object-fit: cover;
  width: 30%;
  height: 35%;
  position: relative;
  overflow: hidden;
}

.image-container-left {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-container-right {
  z-index: 11;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: auto;
}

.image-intro {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-container-bottom {
  z-index: 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: auto;
}

.image-container-top {
  z-index: 13;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
}

.overlay {
  z-index: 15;
  background-color: #00000061;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 14;
  filter: grayscale(40%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grain {
  z-index: 100;
  opacity: .05;
  pointer-events: none;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.footer-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.header {
  z-index: 98;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
}

.navigation {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00000094;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  padding: .8rem 1rem;
  display: flex;
  position: relative;
}

.brand {
  filter: none;
  width: 10%;
}

.link-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-underline {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.hero-content {
  z-index: 19;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.heading-top {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.h1-hero {
  font-size: 8rem;
  font-weight: 300;
}

.h1-hero.tl {
  color: #fff;
  font-size: 9rem;
  font-weight: 300;
}

.h1-hero.br {
  color: #fff;
  text-align: right;
  font-size: 3.9rem;
}

.heading-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.services-list {
  color: #191919;
  margin-bottom: 0;
  padding-left: 15rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.services-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: .3rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.nav-noise {
  opacity: .05;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2.5rem;
  position: absolute;
  inset: 0%;
}

.client-number {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .935rem;
  font-weight: 300;
  line-height: 1;
}

.logo-responsive {
  z-index: 20;
  order: -1;
  width: 15%;
  display: none;
  position: relative;
}

.menu-open {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
}

.menu-open:hover {
  color: #d1d1d1;
}

.menu-open.w--current {
  color: #191919;
  padding-top: .2rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.open-close {
  display: none;
}

.provided-services-wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.divider-v-small {
  color: #191919;
  text-align: left;
  letter-spacing: -.005rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.circle-1 {
  z-index: 1;
  color: #000;
  background-color: #000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
}

.circle-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
}

.circle-3 {
  z-index: 1;
  background-color: #191919;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  z-index: 20;
  height: 150vh;
  position: relative;
}

.sticky-track {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.circle-4 {
  z-index: 1;
  background-color: #686868;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.circle-5 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #000;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.features-section {
  z-index: 999;
  color: #707070;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px #e6e6e6;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.features-inner-container {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: anywhere;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-h1 {
  color: #e6e6e6;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-right: 0;
  font-size: 8rem;
  font-weight: 600;
}

.h1-section-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 7.2rem;
  font-weight: 600;
}

.h1-section-title.subheading {
  letter-spacing: .4em;
  font-size: .8rem;
  font-weight: 500;
}

.h1-section-title.subheading.small {
  text-align: center;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  font-weight: 500;
}

.h1-section-title.text {
  letter-spacing: .1em;
  text-transform: capitalize;
  font-family: Inter Tight, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

.about-section {
  position: relative;
  overflow: hidden;
}

.service-headline {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
}

.about-services {
  color: #fff;
  letter-spacing: -.01875rem;
  max-width: none;
  margin-bottom: 6rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.all-caps {
  text-transform: uppercase;
  font-weight: 600;
}

.testimonial-section {
  z-index: 105;
  background-color: #fff;
  width: 100vw;
  padding-top: 4rem;
  position: relative;
}

.testimonial-container {
  flex-flow: column;
  padding: 2rem 2rem 4rem;
  display: flex;
}

.testimonial-stack {
  padding: 0 0 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  padding: 0;
}

.testimonial-text-three {
  color: #191919;
  text-align: center;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.testimonial-author-name-three {
  color: #191919;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}

.testimonial-title {
  color: #191919;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-small {
  border-bottom: 1px #e4ebf3;
  width: 100%;
  padding: 0;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
}

.testimonial-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 0 24px 24px;
  display: flex;
}

.testimonial-info {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 40%;
  left: 0;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 40%;
  right: 0;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  color: #191919;
  display: none;
  position: relative;
  inset: 0%;
}

.rate-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.cta-heading {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 11rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.colaborate-p {
  color: #fff;
  letter-spacing: -.01875rem;
  max-width: none;
  margin-bottom: 6rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.colaborate-p.dark {
  color: #191919;
  margin-top: 5rem;
  padding-left: 50%;
}

.text-span {
  color: #ff3d3d;
}

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

.service-link {
  color: #0a2999;
  padding-top: .5rem;
}

.bold-text {
  color: #7228ac;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
}

.paragraph-60 {
  width: 60%;
}

.project-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 58vh;
  margin-bottom: 10px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  position: relative;
  transform: translate(0, -5%);
}

.image-container-landing {
  box-sizing: border-box;
  aspect-ratio: 4 / 5;
  border: 1px solid #a59d9d;
  border-radius: 10px;
  flex: 1 1 0;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 7px 17px #0003, 0 5px 5px #0003;
}

.div-block-2 {
  min-height: 7vh;
}

.image-4, .image-5 {
  min-height: 100%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.div-block-3 {
  border: 1px #000;
  border-radius: 0;
  width: 75px;
}

.link-block-3 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-8.link-block-3 {
  width: 120%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.image-8.link-block-3.image-invert {
  filter: invert();
}

.header-icons.link-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 10%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-text {
  color: #fff;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.image-sub-text {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  font-weight: 500;
  line-height: 1;
}

.image-icon {
  max-width: 12%;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-link-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  order: 9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blank.image-sub-text {
  color: #000;
}

.image-wrapper-div {
  width: auto;
  height: auto;
}

.bulletpoint {
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 20px;
  width: 3px;
  height: 3px;
}

.section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .lightbox-link {
    width: 100%;
  }

  .utility-page-content {
    margin-top: 9rem;
  }

  .changelog-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .align-left {
    font-weight: 500;
    line-height: 1.2;
  }

  .page-wrapper {
    overflow: visible;
  }

  .licenses-container {
    width: 80rem;
    max-width: 80rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 70%;
    margin-bottom: 2rem;
  }

  .licenses-wrapper {
    align-items: center;
    width: 100vw;
  }

  .style-guide-wrapper {
    overflow: hidden;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    text-transform: uppercase;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: #d1d1d1;
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 1rem;
    margin-left: 1.5rem;
    padding: .5rem 1.5rem;
  }

  .tb-introduction {
    color: #aaa;
    letter-spacing: -.01875rem;
    width: 100%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
  }

  .navbar-wrapper {
    display: none;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .cta-section {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .clients-container {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .provided-services {
    font-weight: 400;
  }

  .about-container {
    max-width: 80rem;
  }

  .about-introduction {
    max-width: 100%;
    font-size: 3rem;
    font-weight: 700;
  }

  .work-container {
    background-color: #000;
    width: 100%;
    height: auto;
  }

  .view-btn-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
  }

  .view-btn-container {
    color: #838383;
    -webkit-text-stroke-color: #838383;
    background-color: #57575700;
    border: 1px solid #fff;
    border-radius: .3rem;
    width: auto;
    position: relative;
  }

  .view-item-image {
    position: relative;
  }

  .view-btn-block {
    -webkit-text-stroke-color: #838383;
  }

  .awards-section {
    margin-left: auto;
    margin-right: auto;
  }

  .awards-container {
    width: 80rem;
    max-width: 80rem;
  }

  .awards-category {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .awards-name {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .awards-year {
    color: #666;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .services-container {
    width: 80rem;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .resume-position-wrapper {
    line-height: 1;
  }

  .service-title {
    font-size: 6rem;
  }

  .cta-container {
    width: 80rem;
    max-width: 80rem;
  }

  .contact-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-container {
    width: 80rem;
    max-width: 80rem;
  }

  .contact-detail, .copyright-text, .utility-links {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
  }

  .item-description {
    color: #191919;
    letter-spacing: -.01875rem;
    width: 80%;
    margin-top: .5rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .small-introduction {
    color: #191919;
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-family: Inter Tight, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .item-title {
    max-width: 80%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 4rem;
    font-weight: 700;
  }

  .item-info-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 50%;
    display: flex;
  }

  .info-details {
    color: #191919;
    letter-spacing: 0;
    border-bottom: 1px solid #bbb;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .details-info {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .937rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info:hover {
    color: #000;
    padding-left: 1rem;
  }

  .color {
    font-weight: 500;
    line-height: 1.2;
  }

  .hero-section {
    z-index: 99;
    position: relative;
  }

  .image-intro {
    object-fit: contain;
  }

  .grain {
    z-index: 100;
    pointer-events: none;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Grain.gif');
    background-size: auto;
    background-clip: border-box;
    height: auto;
    position: fixed;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .footer-wrapper.footer {
    inset: auto 0% 0%;
  }

  .header {
    z-index: 98;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 6vh;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: fixed;
    transform: translate(0);
  }

  .navigation {
    z-index: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #00000094;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
  }

  .brand {
    filter: none;
    width: 10%;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .link-underline {
    position: relative;
  }

  .h1-hero {
    font-size: 9rem;
  }

  .h1-hero.br {
    font-size: 3.9rem;
  }

  .services-list {
    padding-left: 15rem;
  }

  .services-title {
    color: #fff;
    letter-spacing: -.005px;
    margin-bottom: .3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .client-number {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .935rem;
    font-weight: 300;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .divider-v-small {
    font-weight: 400;
  }

  .circle-1 {
    background-color: #000;
  }

  .sticky-element {
    color: #000;
  }

  .circle-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
  }

  .h1-section-title {
    font-family: Montserrat, sans-serif;
    font-size: 7.2rem;
    font-weight: 600;
  }

  .h1-section-title.subheading {
    letter-spacing: .4em;
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    font-weight: 500;
  }

  .h1-section-title.subheading.small {
    text-transform: uppercase;
    font-size: .6rem;
  }

  .h1-section-title.text {
    letter-spacing: .1em;
    word-break: normal;
    font-family: Inter Tight, sans-serif;
    font-size: .7rem;
    font-style: normal;
    font-weight: 300;
  }

  .h1-section-title.text.bold {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
  }

  .about-section {
    margin-left: auto;
    margin-right: auto;
  }

  .about-services {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
  }

  .rate-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    display: flex;
  }

  .cta-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 14rem;
    font-weight: 700;
  }

  .colaborate-p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .project-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: auto;
    height: auto;
    margin: 0 70px 10px;
    padding-left: 0;
    display: flex;
    position: relative;
    inset: 0%;
    transform: translate(0, -5%);
  }

  .image-container-landing {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: none;
    background-size: auto;
    background-clip: border-box;
    border: 1px solid #a59d9d;
    border-radius: 10px;
    outline: 0 #000;
    flex: 1 1 0;
    width: 33%;
    height: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 5px #524f4f59, inset 0 7px 17px #66626270;
  }

  .div-block-2 {
    mix-blend-mode: normal;
    background-color: #0000;
    min-height: 7vh;
  }

  .image-4 {
    min-height: 100%;
  }

  .image-5 {
    height: 100%;
    min-height: 100%;
  }

  .image-6 {
    height: 100%;
  }

  .container-3 {
    position: relative;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
    position: sticky;
  }

  .link-block-2 {
    z-index: auto;
    width: auto;
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1%;
    display: none;
    position: relative;
  }

  .div-block-3 {
    opacity: 1;
    border-radius: 0;
    align-self: center;
    width: auto;
    height: auto;
  }

  .bullet {
    border: 2px solid #fff;
    border-radius: 20px;
  }

  .div-block-4 {
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-top: .2rem;
    padding-bottom: .5rem;
  }

  .link-block-3 {
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: .2rem;
    padding-bottom: .5rem;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-8 {
    position: relative;
  }

  .image-8.link-block-3.image-no-invert {
    filter: none;
  }

  .header-icons.link-block-3 {
    z-index: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    filter: invert();
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .text {
    color: #fff;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: flex-end;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    -webkit-text-stroke-color: #000;
  }

  .image-text {
    color: #fff;
    letter-spacing: .4em;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }

  .image-sub-text {
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: .6rem;
    font-weight: 500;
    line-height: 1;
  }

  .image-icon {
    max-width: 12%;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-link-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex: 0 auto;
    order: 9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    display: flex;
  }

  .blank.image-sub-text {
    color: #000;
  }

  .div-block-8 {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .changelog-container {
    width: 80rem;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .align-left {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
  }

  .licenses-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 70%;
  }

  .licenses-wrapper {
    width: 100vw;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: #d1d1d1;
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 1rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .tb-introduction {
    color: #aaa;
    letter-spacing: -.01875rem;
    width: 100%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .navbar-wrapper {
    display: none;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .clients-container {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .about-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-introduction {
    max-width: 100%;
    font-size: 4rem;
  }

  .awards-container {
    width: 80rem;
  }

  .awards-category {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .awards-name {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .fact-section {
    padding-bottom: 5rem;
  }

  .facts-container, .fact-grid {
    width: 80rem;
    max-width: 80rem;
  }

  .vertical-divider {
    width: 1%;
  }

  .fact-content {
    width: 99%;
  }

  .services-section {
    margin-left: auto;
    margin-right: auto;
  }

  .services-container {
    width: 80rem;
    max-width: 80rem;
  }

  .faq-headline {
    max-width: 100%;
  }

  .service-title {
    font-size: 6rem;
  }

  .cta-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-section {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-container {
    width: 80rem;
  }

  .contact-detail, .copyright-text, .utility-links {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
  }

  .collection-list-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .item-description {
    color: #191919;
    letter-spacing: -.01875rem;
    width: 30%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .small-introduction {
    color: #191919;
    letter-spacing: 0;
    width: 70%;
    margin-bottom: 2rem;
    font-family: Inter Tight, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .item-title {
    max-width: 70%;
    margin-top: 1rem;
    font-size: 5rem;
  }

  .item-info-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 50%;
    padding-bottom: 2rem;
    display: flex;
  }

  .item-info-wrapper:hover {
    color: #191919;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .info-details {
    color: #191919;
    letter-spacing: 0;
    border-bottom: 1px solid #bbb;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .details-info {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info:hover {
    color: #000;
    padding-left: 1rem;
  }

  .currency {
    font-size: .9375rem;
    font-weight: 500;
  }

  .color {
    line-height: 1.2;
  }

  .image-intro {
    object-fit: contain;
  }

  .footer-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .header {
    height: 6vh;
  }

  .hero-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .h1-hero {
    font-size: 11rem;
  }

  .services-list {
    padding-left: 14rem;
  }

  .services-title {
    color: #fff;
    letter-spacing: -.005px;
    margin-bottom: .3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .client-number {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .935rem;
    font-weight: 300;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .about-services {
    max-width: 100%;
    font-size: 2rem;
  }

  .services {
    max-width: 80rem;
  }

  .testimonial-text-three {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
  }

  .testimonial-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-card {
    padding: 0;
  }

  .testimonial-slider-left {
    top: 40%;
    left: 1rem;
  }

  .testimonial-slider-right {
    right: 1rem;
  }

  .content-center {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 80rem;
    display: flex;
  }

  .rate-block {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    display: flex;
  }

  .cta-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 15rem;
    font-weight: 700;
  }

  .colaborate-p {
    max-width: 100%;
    font-size: 2rem;
  }

  .image-container-landing {
    aspect-ratio: 4 / 5;
  }

  .link-block-3 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    color: #191919;
    letter-spacing: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .image-container {
    width: 70%;
  }

  .changelog-container {
    grid-column-gap: 3rem;
    width: 90rem;
    max-width: 90rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .align-left {
    font-weight: 500;
  }

  ._50ch {
    font-size: .875rem;
  }

  .page-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }

  .licenses-container {
    width: 90rem;
    max-width: 90rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 60%;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .navbar-link:hover {
    color: #d1d1d1;
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 2rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .tb-introduction {
    letter-spacing: -.01875rem;
    width: 100%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .responsive-link {
    color: #111;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .cta-section {
    z-index: 105;
    background-color: #fff;
    width: 100vw;
  }

  .clients-container {
    align-items: stretch;
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .experience-block {
    perspective: 1000px;
    transform-origin: 0 0;
    transform: perspective(1000px);
  }

  .experience-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    display: grid;
  }

  .provided-services {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-container {
    max-width: 90rem;
  }

  .about-introduction {
    max-width: 100%;
  }

  .work-intro {
    z-index: 70;
    flex-flow: column;
    height: 250vh;
    max-height: 100%;
    margin-top: -32rem;
    display: block;
    position: relative;
  }

  .work-container {
    z-index: 80;
    background-color: #000;
    position: relative;
  }

  .h1-item-name {
    color: #fff;
  }

  .h2-work-date, .category {
    color: #fff;
    text-align: right;
  }

  .awards-section {
    z-index: 90;
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    min-height: auto;
    display: flex;
    position: relative;
  }

  .awards-container {
    width: 90rem;
    max-width: 90rem;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-content {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    display: grid;
  }

  .awards-category {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .awards-name {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .awards-year {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fact-section {
    z-index: 95;
    margin-top: 0;
    padding-bottom: 5rem;
    position: relative;
  }

  .facts-container {
    width: 90rem;
    max-width: 90rem;
  }

  .fact-grid {
    grid-column-gap: 0px;
    width: 9100%;
    max-width: 100%;
  }

  .vertical-divider {
    width: 1%;
  }

  .fact-content {
    width: 99%;
  }

  .services-section {
    z-index: 100;
    background-color: #191919;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4rem;
    display: flex;
    position: relative;
  }

  .services-container {
    width: 90rem;
    max-width: 90rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service-title {
    font-size: 6rem;
  }

  .cta-container {
    width: 100%;
    max-width: 100%;
  }

  .contact-section {
    z-index: 110;
    background-color: #fff;
    width: 100vw;
    position: relative;
  }

  .contact-container {
    width: 90rem;
    max-width: 90rem;
    padding-bottom: 3rem;
  }

  .contact-block {
    grid-template-columns: .5fr .5fr .5fr;
    place-items: start stretch;
    padding-bottom: 2rem;
  }

  .contact-detail {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
  }

  .footer-section {
    z-index: 115;
    background-color: #fff;
    justify-content: space-between;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .utility-pages {
    grid-column-gap: 1rem;
    justify-content: space-between;
    display: flex;
  }

  .footer-container {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .copyright-text, .utility-links {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
  }

  .item-description {
    letter-spacing: -.01875rem;
    width: 30%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .small-introduction {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .item-title {
    max-width: 100%;
  }

  .item-info-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 50%;
    padding-bottom: 2rem;
    display: flex;
    overflow: hidden;
  }

  .info-details {
    border-bottom: 1px solid #bbb;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .details-info {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info:hover {
    color: #000;
    padding-left: 1rem;
  }

  .color {
    font-weight: 500;
  }

  .footer-wrapper {
    z-index: 150;
    overflow: hidden;
  }

  .link-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .link-underline {
    background-color: #fff;
    width: 60%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h1-hero {
    font-size: 13rem;
  }

  .services-list {
    padding-left: 35rem;
  }

  .services-title {
    color: #fff;
    letter-spacing: -.005px;
    margin-bottom: .3rem;
    font-size: 1rem;
    font-weight: 300;
  }

  .client-number {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 300;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .provided-services-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .divider-v-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .circle-1 {
    z-index: 1;
    background-color: #000;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .circle-2 {
    z-index: 1;
    color: #fff;
    background-color: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .circle-3 {
    z-index: 1;
    background-color: #191919;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .sticky-wrap {
    padding-bottom: 100vh;
  }

  .sticky-trigger {
    z-index: 20;
    height: 150vh;
    position: relative;
  }

  .sticky-element {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .circle-4 {
    z-index: 1;
    background-color: #686868;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
    overflow: hidden;
  }

  .circle-5 {
    z-index: 1;
    background-color: #000;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto;
    overflow: hidden;
  }

  .features-section {
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-top: 0;
  }

  .features-inner-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .marquee-h1 {
    letter-spacing: .125rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .h1-section-title {
    color: #fff;
    font-size: 8rem;
    font-weight: 600;
  }

  .about-section {
    z-index: 60;
    background-color: #fff;
    width: 100vw;
  }

  .service-headline {
    width: 100vw;
    margin-bottom: 6rem;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .about-services {
    max-width: 80%;
    font-size: 2rem;
    font-weight: 600;
  }

  .testimonial-section {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .testimonial-container {
    width: 100%;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .testimonial-text-three {
    color: #191919;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
  }

  .cta-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 1.5rem;
    font-size: 20rem;
    font-weight: 700;
  }

  .colaborate-p {
    max-width: 80%;
    font-size: 2rem;
    font-weight: 600;
  }

  .colaborate-p.dark {
    max-width: 100%;
    padding-left: 70%;
  }

  .project-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .image-container-landing {
    flex: 1 1 0;
    max-width: 420px;
  }

  .image-8.link-block-3 {
    width: 100%;
  }
}

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

  h2 {
    text-align: left;
  }

  .horizontal-divider, .image-container {
    width: 100%;
  }

  ._70-ch {
    font-size: .875rem;
  }

  ._70-ch.padding {
    line-height: 1.5;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-page-form {
    justify-content: center;
    align-items: stretch;
  }

  .h3-protected-page {
    width: auto;
  }

  .heading-2-404 {
    text-align: center;
  }

  .changelog-wrapper {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .changelog-container {
    grid-column-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .changelog-content {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .align-left {
    font-size: .9rem;
  }

  ._50ch {
    margin-bottom: 0;
    font-size: .875rem;
  }

  .licenses-list-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page-wrapper {
    flex-flow: column;
    padding-top: 0;
    overflow: hidden;
  }

  .licenses-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .licenses-grid {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .licenses-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .licenses-list {
    width: 100%;
  }

  .changelog-content-grid {
    margin-top: 1rem;
  }

  .style-container {
    padding: 2rem;
  }

  .spacer {
    height: 1rem;
  }

  .typography-block {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style-heading {
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style-subheading {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .rich-text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list-item-rt {
    font-size: .875rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 80%;
    padding-right: 0;
    overflow: hidden;
  }

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

  ._404-button {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._404-button:hover {
    color: #fff;
  }

  .style-guide-wrapper {
    flex-flow: column;
    padding-top: 0;
    overflow: hidden;
  }

  .navbar-link.cta-link {
    display: none;
  }

  .tb-introduction {
    width: 100%;
    font-size: .875rem;
    line-height: 1.3;
  }

  .navbar-wrapper {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    inset: 10% 0% 0% 5%;
    overflow: hidden;
  }

  .responsive-link {
    z-index: 999;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    padding-top: 0;
    padding-bottom: .2rem;
    padding-left: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
  }

  .cta-section {
    z-index: 105;
    background-color: #fff;
    padding-top: 5rem;
  }

  .clients-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 2rem .7rem;
    display: flex;
  }

  .section-heading {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

  .section-heading.padding {
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 1.125rem;
  }

  .heading-wrap, .heading-wrap.shrink {
    width: 100%;
  }

  .experience-container {
    width: 100%;
    padding-left: 0;
  }

  .h1-experience {
    font-size: 1.125rem;
  }

  .block-divider {
    width: 100%;
  }

  .experience-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .experience-header {
    grid-template-columns: .25fr 1fr 1fr;
    max-width: 100%;
  }

  .about-container {
    padding-top: 3rem;
  }

  .about-introduction {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .work-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: 0;
    display: flex;
  }

  .collection-list-2 {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-item-name {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .h2-work-date {
    color: #fff;
    text-align: center;
  }

  .category {
    color: #fff;
    text-align: right;
  }

  .projects-wrapper {
    margin-bottom: 3rem;
  }

  .view-btn-wrap {
    transform: translate(0);
  }

  .awards-container {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .awards-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .awards-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .awards-name {
    font-size: 1rem;
  }

  .awards-year {
    color: #666;
  }

  .fact-section {
    height: 50vh;
  }

  .h1-fact {
    font-size: 4rem;
  }

  .services-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .services-container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 106.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    position: static;
  }

  .faq-headline {
    justify-content: space-between;
    align-items: center;
  }

  .plus-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .services-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-title {
    font-size: 4rem;
  }

  .cta-container {
    padding-top: 0;
  }

  .contact-section {
    z-index: 110;
    background-color: #fff;
    width: 100%;
    position: relative;
  }

  .contact-container {
    flex-flow: column;
    padding-top: 1rem;
  }

  .contact-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .contact-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .footer-section {
    z-index: 115;
    background-color: #fff;
    position: relative;
  }

  .footer-container {
    padding-top: 0;
  }

  .item-description {
    width: 80%;
  }

  .small-introduction {
    width: 70%;
    padding-right: 2rem;
  }

  .item-info-wrapper {
    height: auto;
    margin-top: 0;
  }

  .paragraph-405 {
    font-size: .875rem;
  }

  .color {
    font-size: .875375rem;
  }

  .divider {
    width: 100%;
  }

  .paragraph-406 {
    font-size: .875rem;
    line-height: 1.5;
  }

  .hero-section {
    flex-flow: column;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper {
    width: 50vw;
    min-width: 50vw;
  }

  .footer-wrapper {
    z-index: 150;
  }

  .header {
    padding-left: 1rem;
    display: flex;
  }

  .navigation {
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .brand {
    width: 12%;
  }

  .link-wrap {
    display: none;
  }

  .h1-hero.tl {
    font-size: 6rem;
  }

  .h1-hero.br {
    font-size: 3.1rem;
  }

  .services-list {
    padding-left: 10rem;
  }

  .services-title {
    font-size: .9375rem;
  }

  .nav-noise {
    border-radius: 1rem;
  }

  .client-number {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

  .logo-responsive {
    width: auto;
    height: 100%;
    display: block;
  }

  .link-block {
    align-items: center;
    padding-bottom: .2rem;
  }

  .menu-open {
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .navbar-container {
    background-color: #00000080;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .open-close {
    align-items: center;
    width: 10%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .open-close:hover {
    color: #fff;
  }

  .menu-close {
    color: #d1d1d1;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
    position: absolute;
  }

  .menu-close:hover {
    z-index: 10;
    color: #fff;
  }

  .features-section {
    padding-bottom: 2rem;
  }

  .marquee-h1 {
    font-size: 4rem;
  }

  .h1-section-title {
    display: block;
  }

  .service-headline {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-services {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-text-three {
    font-size: 3rem;
  }

  .testimonial-author-name-three {
    font-size: 1.5rem;
  }

  .testimonial-title {
    font-size: .9375rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    top: -20%;
    left: -20px;
  }

  .slider-arrow-embed {
    max-width: 25px;
  }

  .testimonial-slider-right {
    top: -20%;
    right: -20px;
  }

  .rate-block {
    margin-bottom: 3rem;
  }

  .cta-heading {
    margin-bottom: 1rem;
    padding-right: 6rem;
    font-size: 8rem;
  }

  .colaborate-p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .colaborate-p.dark {
    padding-left: 30%;
  }

  .text-span {
    padding-left: 10rem;
  }

  .rate-image {
    max-width: 30px;
    max-height: 30px;
  }

  .project-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 93vh;
    height: 100%;
    min-height: auto;
    margin-top: 10px;
    position: sticky;
    top: 0;
    overflow: hidden;
    transform: none;
  }

  .image-container-landing {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 52%;
    max-width: none;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate(0);
  }

  .image-container-landing.card-1 {
    z-index: 1;
    width: var(--image);
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .image-container-landing.card-2 {
    z-index: 2;
    width: var(--image);
    position: relative;
  }

  .image-container-landing.card-2._1st-click {
    z-index: 2;
  }

  .image-container-landing.card-3 {
    z-index: 3;
    width: var(--image);
    transform-origin: 50%;
    position: relative;
  }

  .image-container-landing.card-3._1st-click {
    z-index: 3;
    transform: translate(0, 200%);
  }

  .image-container-landing.card1 {
    z-index: 1;
    width: var(--image);
  }

  .image-container-landing.card2 {
    z-index: 2;
    width: var(--image);
    transform: translate(0%, 102%);
  }

  .image-container-landing.card3 {
    z-index: 3;
    width: var(--image);
    transform: translate(0%, 200%);
  }

  .image-6 {
    object-fit: cover;
    display: inline-block;
  }

  .header-icons.link-block-3 {
    width: 15%;
  }

  .image-sub-text {
    font-size: .5rem;
  }

  .image-wrapper-div {
    position: sticky;
    top: 75px;
  }

  .scroll-section {
    flex: 0 auto;
    height: 68vh;
    margin-top: 0;
    position: relative;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-text-stroke-color: #1110;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25vh;
    display: flex;
  }
}

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

  h3 {
    width: 21rem;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-404 {
    font-size: .875rem;
    line-height: 1.4;
  }

  .changelog-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .changelog-container {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .licenses-list-grid {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .changelog-content-grid {
    width: 80%;
  }

  .typography-block {
    margin-top: 0;
  }

  .style-heading {
    margin-bottom: 1rem;
  }

  .color-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .changelog-text-block {
    font-size: .9375rem;
  }

  .style-guide-wrapper {
    padding-top: 0;
  }

  .tb-introduction {
    font-size: .875rem;
    line-height: 1.4;
  }

  .navbar-wrapper {
    width: 90%;
    left: 5%;
  }

  .responsive-link {
    font-size: .953rem;
  }

  .cta-section {
    padding-top: 0;
  }

  .clients-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-wrap.shrink, .block-divider {
    width: 100%;
  }

  .experience-header {
    max-width: 100%;
  }

  .about-introduction {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .divider-h-100 {
    width: 100%;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-item-name {
    font-size: 1.125rem;
  }

  .h2-work-date, .category {
    font-size: .75rem;
  }

  .projects-wrapper {
    margin-bottom: 2rem;
  }

  .awards-container {
    flex-flow: column;
    padding-top: 3rem;
  }

  .awards-content {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
    max-width: 100%;
    max-height: none;
    padding-bottom: 0;
  }

  .awards-category {
    font-size: .935rem;
  }

  .awards-name {
    padding-top: 0;
    font-size: .935rem;
  }

  .awards-year {
    font-size: .75rem;
  }

  .facts-container {
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    max-height: 100%;
    padding-top: 5rem;
  }

  .fact-grid {
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .vertical-divider {
    width: 1%;
  }

  .h1-fact {
    font-size: 3rem;
  }

  .services-section {
    margin-bottom: 2rem;
  }

  .service-title {
    font-size: 3rem;
  }

  .contact-container {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .contact-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-detail {
    font-size: .875rem;
    font-weight: 500;
  }

  .contact-info {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .utility-links.none {
    display: none;
  }

  .work-item-container {
    padding-top: 0;
  }

  .item-description {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 2rem;
  }

  .small-introduction {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .item-title {
    font-size: 2rem;
  }

  .details-info {
    font-size: .875rem;
  }

  .image-wrapper {
    width: 60vw;
    min-width: 60vw;
  }

  .footer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    width: 12%;
  }

  .h1-hero.tl, .h1-hero.br {
    font-size: 4rem;
  }

  .services-list {
    padding-left: 5rem;
  }

  .services-title {
    font-size: .935rem;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 20%;
  }

  .sticky-trigger {
    height: 150vh;
  }

  .features-section {
    padding-top: 2rem;
  }

  .h1-section-title {
    font-size: 4rem;
  }

  .h1-section-title.subheading {
    letter-spacing: .1em;
    font-size: .9rem;
  }

  .h1-section-title.text {
    font-size: .7rem;
  }

  .about-services {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .testimonial-stack {
    padding: 0;
  }

  .testimonial-text-three {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    line-height: 1;
  }

  .testimonial-author-name-three {
    margin-bottom: 0;
  }

  .testimonial-title {
    font-size: .875rem;
  }

  .testimonial-slider-small {
    padding: 1rem 0 0;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-left {
    left: -30px;
  }

  .testimonial-slider-right {
    right: -30px;
  }

  .rate-block {
    margin-bottom: 2rem;
  }

  .cta-heading {
    padding-right: 0;
    font-size: 5rem;
  }

  .colaborate-p {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .text-span {
    padding-left: 2rem;
  }

  .header-icons.link-block-3 {
    width: 17%;
  }
}

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

  h3 {
    width: 23rem;
  }

  ._70-ch {
    max-width: none;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-password {
    text-align: center;
    padding: 1.1rem 1.7rem;
    line-height: 1.9;
  }

  .heading-2-404 {
    font-size: 1.8rem;
  }

  .paragraph-404 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
    line-height: 1.3;
  }

  .changelog-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 5rem;
  }

  .changelog-container {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .align-left {
    font-size: .875rem;
  }

  ._50ch {
    padding-bottom: .5rem;
    line-height: 1.5;
  }

  .licenses-list-grid {
    padding-top: 1rem;
  }

  .page-wrapper {
    align-items: center;
    max-width: 100%;
  }

  .licenses-container {
    justify-content: center;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .changelog-content-grid {
    width: 100%;
  }

  .style-container, .style-heading, .style-subheading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .typography-wrapper {
    max-width: 100%;
  }

  .rich-text-wrapper {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._404-image-wrapper {
    width: 100%;
    height: 70%;
  }

  ._404-button {
    text-align: center;
    margin-top: 1rem;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }

  .changelog-text-block {
    font-size: .875rem;
  }

  .style-guide-wrapper {
    align-items: center;
    max-width: 100%;
  }

  .tb-introduction {
    width: 100%;
    margin-top: .5rem;
    font-size: .75rem;
    font-weight: 500;
  }

  .navbar-wrapper {
    z-index: 250;
    padding: 0;
    display: none;
    top: 7rem;
  }

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

  .section-heading {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .section-heading.padding {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .block-divider._100 {
    padding-bottom: 1rem;
  }

  .experience-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr 1fr;
  }

  .provided-services {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .about-container {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-introduction {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .work-intro {
    display: none;
    overflow: hidden;
  }

  .work-container {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-content: center;
  }

  .work-info {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
    place-content: start;
    padding-top: .5rem;
  }

  .h1-item-name {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .h2-work-date, .category {
    text-align: left;
    font-size: .75rem;
    line-height: 1.2;
  }

  .projects-wrapper {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-section {
    width: 100vw;
  }

  .awards-container {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .awards-content {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .awards-category {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .awards-name {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.1;
  }

  .fact-section {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .facts-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-box {
    z-index: 999;
    position: relative;
  }

  .services-container {
    padding: 2rem 1rem;
  }

  .faq-headline {
    position: relative;
  }

  .plus-wrap {
    width: 30px;
    height: 30px;
  }

  .services-wrap {
    width: 100%;
  }

  .service-title {
    font-size: 2rem;
  }

  .cta-container {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .contact-section {
    width: 100vw;
  }

  .contact-container {
    padding: 2rem 1rem 0;
  }

  .contact-block {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .contact-detail {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .footer-section {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyright-text {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-links {
    max-width: 100%;
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .work-item-container {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .item-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-introduction {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .item-title {
    max-width: 100%;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2rem;
  }

  .info-details {
    padding-left: 1rem;
  }

  .heading-18 {
    margin-bottom: 1rem;
  }

  .hero-section {
    min-height: 100vh;
  }

  .hero-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-intro {
    object-fit: contain;
  }

  .footer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    width: 19%;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    padding-top: 6rem;
    padding-bottom: 0;
    display: flex;
  }

  .heading-top {
    padding-top: 1rem;
  }

  .h1-hero.tl {
    font-size: 2rem;
  }

  .h1-hero.br {
    margin-top: 10rem;
    font-size: 2rem;
  }

  .heading-bottom {
    justify-content: flex-end;
    padding-top: 10rem;
    padding-bottom: 1rem;
  }

  .services-list {
    padding-top: 0;
    padding-left: 0;
  }

  .services-title, .client-number {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .logo-responsive {
    width: 25%;
  }

  .menu-open {
    font-size: .875rem;
  }

  .open-close {
    width: 50%;
  }

  .provided-services-wrap {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .divider-v-small {
    display: none;
  }

  .sticky-track {
    width: auto;
  }

  .circle-5 {
    position: absolute;
  }

  .features-section {
    padding-bottom: 2rem;
  }

  .marquee-h1 {
    font-size: 2rem;
  }

  .h1-section-title {
    font-size: 3.5rem;
  }

  .h1-section-title.subheading, .h1-section-title.text {
    font-size: .5rem;
  }

  .about-services {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .testimonial-section {
    padding-top: 2rem;
  }

  .testimonial-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.5rem;
  }

  .testimonial-author-name-three {
    font-size: 1.3rem;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rate-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta-heading {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .colaborate-p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .colaborate-p.dark {
    margin-top: 1rem;
    padding-left: 0%;
  }

  .text-span {
    padding-left: 8rem;
  }

  .rate-image {
    max-width: 20px;
    max-height: 20px;
  }

  .image-container-landing.card1, .image-container-landing.card2, .image-container-landing.card3 {
    width: var(--image-mobile);
  }

  .header-icons.link-block-3 {
    width: 30%;
  }

  .section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-10 {
    z-index: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
  }
}

#w-node-f462fe95-3b92-eccc-8dea-f23920408b70-4ed67d9f, #w-node-f462fe95-3b92-eccc-8dea-f23920408b70-4ed67da0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fb7fd540-4f11-9adc-3796-92c1322a3b1c-4ed67d9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1599f21-369d-8654-103a-72cd5eed8ecc-4ed67d9d {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}