@font-face {
  font-family: Figtree Variable;
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #a1a1a6;
  --surface-card: #1a1a1a;
  --333: #333;
  --separator: #1f1f1f;
  --primary: #016bd9;
  --white: white;
  --light-black: #181818;
  --deep-sky-blue: #00a1e7;
  --black: black;
  --slate-blue: #6246ea;
  --steel-blue: #0094d5;
}

.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: #fff;
  background-color: #000;
  font-family: Figtree Variable, sans-serif;
  font-size: 1rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: #3b82f6;
  text-decoration: none;
}

a:hover {
  font-weight: 400;
  text-decoration: none;
}

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

img {
  position: static;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.hero {
  align-items: center;
  min-height: 60svh;
  display: flex;
  overflow: hidden;
}

.button-old {
  color: #fff;
  text-transform: none;
  background-color: #1a60d3;
  border-radius: 8px;
  align-self: center;
  padding: 12px 24px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s;
  position: relative;
}

.button-old:hover {
  color: #fff;
  background-color: #006dc7;
  font-weight: 500;
  text-decoration: none;
  transform: translate(0, -4px);
}

.button-old.send {
  float: right;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.image-asset {
  background-color: #141414;
  border: 1px solid #292929;
  border-radius: 16px;
  width: 100%;
  position: relative;
}

.image-asset.left-padding {
  padding-left: 20px;
}

.about-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.social-wrapper {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-heading {
  position: static;
  top: 120px;
  bottom: 120px;
}

.endorsement-card-grid {
  grid-column-gap: 36px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.endorsements-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

.separator.s {
  height: 32px;
}

.separator.m {
  height: 64px;
  position: relative;
}

.separator.l {
  height: 88px;
}

.separator.xl {
  height: 128px;
  position: relative;
}

.separator.xs {
  height: 16px;
  display: block;
}

.endorcement-card {
  border: 1px solid var(--surface-card);
  background-color: #111;
  border-radius: 32px;
  padding: 32px 40px;
  position: static;
  top: 120px;
}

.endorsements {
  border-bottom: 1px solid var(--surface-card);
  background-color: #000;
  position: relative;
}

.text-block {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.heading-4.dark {
  color: var(--333);
}

.content-container {
  flex-direction: column;
  align-items: center;
  min-width: 992px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  display: block;
  position: relative;
}

.content-container.portfolio {
  z-index: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: sticky;
}

.div-block-31 {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_02 {
  position: relative;
}

.paragraph {
  margin-bottom: 32px;
  position: relative;
}

.paragraph.dark {
  color: #3b3b3b;
  font-weight: 300;
}

.paragraph.small {
  margin-bottom: 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.small.dark {
  flex-direction: row;
  flex: 1;
  order: 0;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.paragraph._404 {
  margin-bottom: 0;
}

.main-lockup {
  flex-direction: column;
  max-width: 66ch;
  position: relative;
}

.project-logo {
  background-color: #fff;
  background-image: url('../images/sp_logo_icon_1sp_logo_icon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  border: 1px solid #ececec;
  border-radius: 16px;
  width: 64px;
  height: 64px;
}

.project-logo.boundary {
  background-image: url('../images/boundary_logo_icon_1boundary_logo_icon.jpg');
  background-size: 40px 40px;
  display: none;
}

.project-logo.sp {
  background-size: 40px 40px;
  display: block;
}

.project-logo.buzludzha {
  background-image: url('../images/buzludzha_logo_icon_1buzludzha_logo_icon.jpg');
  background-size: cover;
  border-style: none;
  border-color: #333;
}

.project-logo.intelligentpos {
  background-image: url('../images/intelligentpos_logo_icon_1intelligentpos_logo_icon.jpg');
  background-size: 48px 48px;
  display: none;
}

.project-logo.tablesense {
  background-image: url('../images/tablesense.jpg');
  display: none;
}

.project-logo.ib {
  background-size: 40px 40px;
  display: none;
}

.project-logo.boundary-2 {
  background-image: url('../images/boundary_logo_icon_1boundary_logo_icon.jpg');
  background-size: 40px 40px;
  display: block;
}

.project-logo.tablesense-copy {
  background-image: url('../images/tablesense.jpg');
  display: block;
}

.endorcement-details-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(48px, 48px) 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.vertical-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 6rem;
  padding: 24px 48px 48px;
  display: grid;
}

.vertical-grid.buzludzha-vr {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.vertical-grid.top-m {
  margin-top: 6rem;
  padding-top: 24px;
}

.about {
  z-index: 1;
  background-color: #0b0b0b;
  position: relative;
}

.work {
  background-color: #0a0a0a;
  position: relative;
}

.about-wrapper {
  border: 1px #000;
  padding-right: 48px;
}

.logo-symbol {
  background-color: #fff;
  background-image: url('../images/rbs_logo_icon_1rbs_logo_icon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px 38px;
  border: 1px solid #ececec;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  position: relative;
}

.logo-symbol.sp {
  background-image: url('../images/sp_logo_icon_1sp_logo_icon.jpg');
  background-size: 38px 38px;
}

.logo-symbol.ipos {
  background-image: url('../images/intelligentpos_logo_icon_1intelligentpos_logo_icon.jpg');
}

.logo-symbol.steam {
  background-color: #0000;
  background-image: url('../images/steam_logo.svg');
  background-size: cover;
  border-style: none;
  width: 48px;
  height: 48px;
}

.logo-symbol.boundary {
  background-image: url('../images/boundary_logo_icon_1boundary_logo_icon.jpg');
}

.image-box {
  border-radius: 16px;
  overflow: hidden;
}

.image-box._2 {
  margin-top: 48px;
}

.cta-container {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: block;
  position: relative;
}

.cta-container.center {
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}

.inline-link {
  color: #007dff;
  cursor: pointer;
  text-decoration: none;
}

.inline-link:hover {
  color: #3598ff;
  font-weight: 400;
  text-decoration: underline;
}

.inline-link.secondary {
  color: #448bff;
  font-weight: 400;
  text-decoration: none;
}

.inline-link.secondary:hover {
  color: #fff;
  text-decoration: underline;
}

.quotation-mark {
  color: #a4a4a4;
  text-align: left;
  letter-spacing: 0;
  padding-right: 4px;
  font-family: Inter;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.video-card {
  background-color: #0000;
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 0;
  overflow: hidden;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 992px;
  max-width: 1280px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.navbar {
  z-index: 999;
  border-bottom: 1px none var(--separator);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--grey);
  margin-right: 8px;
  padding: 6px 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.nav-link:hover {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  transform: none;
}

.nav-link.emphasised {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  align-items: center;
  margin-right: 0;
  padding: 8px 12px;
  display: flex;
}

.nav-link.emphasised:hover {
  color: var(--white);
  background-color: #003872;
}

.nav-link.emphasised.footer {
  height: auto;
  padding: 11px 16px;
}

.nav-link.mobile-on {
  border: 3px solid var(--separator);
  background-color: var(--separator);
  color: var(--white);
  border-radius: 12px;
  margin-left: 16px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav-link.mobile-on:hover {
  border-color: var(--light-black);
  background-color: var(--light-black);
  border-radius: 12px;
}

.nav-links {
  align-items: baseline;
  display: flex;
}

.logo.w--current {
  display: flex;
}

.menu {
  display: none;
}

.footer {
  z-index: 2;
  background-color: #000;
  border-top: .5px solid #201f25;
  align-items: center;
  height: 60px;
  display: block;
  position: relative;
}

.portfolio-section {
  z-index: 2;
  position: sticky;
}

.divider {
  border: 1px solid #ffffff0f;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
}

.divider.responsive {
  display: none;
}

.about-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  background-color: var(--surface-card);
  border: 1px solid #2c2c2c;
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
  position: sticky;
  top: 120px;
  bottom: 120px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: #f7f7f7;
  border-radius: 6px;
  height: 48px;
  font-family: Inter;
}

.text-field:hover {
  background-color: #f3f3f3;
}

.text-field:focus {
  background-color: #fff;
  border: 1px solid #00a1e7;
}

.textarea {
  background-color: #f7f7f7;
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 32px;
  font-family: Inter;
  overflow: scroll;
}

.textarea:hover {
  background-color: #f3f3f3;
}

.textarea:focus {
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--white);
}

.form {
  flex: 1;
  max-width: 500px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.social-icon {
  color: #0000;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 24px;
  flex: 0 auto;
  width: 44px;
  height: 44px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.social-icon:hover {
  background-color: var(--surface-card);
  border-radius: 10px;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin.svg');
  margin-left: 16px;
  margin-right: 0;
}

.social-icon.linkedin:hover {
  background-color: var(--surface-card);
}

.success-message {
  background-color: var(--white);
  border: 1px solid #33333326;
  border-radius: 8px;
}

.confetti {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 40px;
  line-height: 30px;
  display: inline-block;
}

.error-message {
  text-align: center;
  border: 1px solid #f1aaaa;
  border-radius: 8px;
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  margin-bottom: 24px;
  padding: 24px 32px;
}

.footer-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 992px;
  max-width: 1280px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px;
  display: flex;
  position: relative;
}

.footer-container.portfolio {
  position: relative;
}

.label {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.4;
}

.label:hover {
  text-decoration: none;
}

.button-icon {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px 12px;
  display: flex;
}

.button-icon:hover {
  background-color: #c9c9c9;
  text-decoration: none;
}

.button-icon.top {
  background-color: #0000;
  border-radius: 10px;
  height: auto;
  padding: 8px 12px;
}

.button-icon.top:hover {
  background-color: var(--surface-card);
  color: #0000;
  transform: none;
}

.section {
  border-width: 0 0 1px;
  position: relative;
  overflow: hidden;
}

.section.b {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--separator);
  background-image: radial-gradient(circle closest-corner at 50% 100%, #18243b, #000 90%);
}

.section.g {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--separator);
  background-image: radial-gradient(circle closest-corner at 50% 100%, #2d3816, #000 90%);
}

.section.ts-g {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--separator);
  background-image: radial-gradient(circle closest-corner at 50% 100%, #1f3d2d, #000 79%);
}

.section.buz-b {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--separator);
  background-image: radial-gradient(circle closest-corner at 50% 100%, #162538, #000 90%);
}

.quote-mark {
  background-image: url('../images/quote_mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.star-rating {
  background-image: url('../images/star_rating.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 128px;
  height: 48px;
  margin-bottom: 16px;
}

.top {
  height: 0;
}

.button-label-old {
  align-self: center;
  padding-left: 0;
}

.utility-page-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  margin-bottom: 16px;
  display: flex;
}

.hero-container {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  min-width: 992px;
  max-width: 1280px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 48px 16px;
  display: flex;
}

.section-grid {
  min-width: 991px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 48px;
  position: sticky;
}

.section-grid.columns {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  min-height: 50svh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.contact-details {
  background-color: #0000;
  padding-top: 48px;
  padding-bottom: 32px;
  padding-right: 48px;
}

.contact {
  background-color: #080808;
  position: relative;
  overflow: hidden;
}

.div-block-35 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.highlighted-text {
  color: var(--white);
  border: 3px solid #00a1e700;
  border-radius: 0;
  font-weight: 600;
}

.dark {
  color: #333;
  text-align: center;
  margin-bottom: 0;
}

.symbol {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.quote-paragraph {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.button {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button:hover {
  color: var(--grey);
}

.button.w--current {
  padding-top: 4px;
  padding-bottom: 4px;
}

.button.secondary {
  background-color: #0000;
  padding: 10px 12px;
}

.button.secondary:hover {
  background-color: var(--surface-card);
  border-radius: 10px;
}

.tag {
  color: var(--grey);
  background-color: #292929;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: relative;
}

.tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.inline-link {
  color: #fff;
  text-decoration: none;
}

.inline-link:hover {
  color: #50a5ff;
  font-weight: 300;
}

.status-indicator {
  z-index: 10;
  background-color: #07a324;
  border: 3px solid #03091b;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-top: 36px;
  margin-left: 36px;
  position: absolute;
}

.paragraph-5 {
  text-align: center;
  max-width: 42ch;
}

.section-title {
  color: var(--white);
  letter-spacing: 4px;
  margin-bottom: 12px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.title-small {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

.description-small {
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.description-small.white {
  color: #50a5ff;
  font-size: .9375rem;
}

.about-section {
  flex-direction: column;
  display: flex;
}

.about-content-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.card-project {
  background-image: linear-gradient(#243352, #181a2b);
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-details {
  color: #8c8c8c;
  text-align: center;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.endorsments-description {
  max-width: 54ch;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text-block p {
  color: var(--grey);
  margin-bottom: 24px;
}

.rich-text-block img {
  border-radius: 32px;
}

.rich-text-block figcaption {
  color: #ffffffb3;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.rich-text-block a {
  color: #448bff;
}

.rich-text-block a:hover {
  color: #fff;
}

.rich-text-block li {
  color: var(--grey);
  margin-bottom: 12px;
  padding-left: 8px;
  line-height: 1.5;
}

.rich-text-block ul {
  margin-bottom: 32px;
  padding-left: 16px;
}

.rich-text-block strong {
  color: #fff;
  font-weight: 500;
}

.rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.75rem;
  line-height: 1.3;
}

.rich-text-block h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 500;
}

.rich-text-block.blog {
  padding-left: 144px;
  padding-right: 144px;
}

.grid_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}

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

.responsive_grid.reverse {
  grid-template-columns: 1fr .25fr 2fr;
  margin-top: 16px;
}

.grid_image {
  object-fit: cover;
  border-radius: 32px;
  display: flex;
}

.project-details-card {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #ffffff0f;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 32px;
  display: grid;
}

.tool-wrapper {
  flex-direction: column;
  display: flex;
}

.tool, .jira-software {
  width: 40px;
}

.video-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.toolkit-block {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: flex-start start;
  display: grid;
}

.toolkit-block._2 {
  grid-template-columns: auto auto auto;
  justify-content: start;
}

.profile-photo-asset {
  border-radius: 16px;
  flex: none;
  position: relative;
}

.platform {
  width: 40px;
}

.platform-block {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: flex-start start;
  display: grid;
}

.platform-block._2 {
  grid-template-columns: auto auto;
}

.iphone-frame {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  width: 90.2%;
  height: 95.8%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.project-subtitle {
  letter-spacing: -.01em;
  max-width: 50ch;
  margin: 1em auto;
  font-size: 1.4rem;
  line-height: 1.4;
}

.project-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.project-title.sp-gradieent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #579001 30%, #caff18 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.project-title.ts-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #168748 30%, #1df181 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.phone-group-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-title-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  margin-top: 7rem;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 3.5rem;
}

.iphone-mockup.video-content {
  border: 2px #c4c2c0;
  border-radius: 56px;
  width: 40%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.container-w1 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 48px;
}

.container-w1.buzludzha, .container-w1.iberdrola {
  padding-bottom: 0;
}

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

.sidebar {
  z-index: 998;
  background-color: #ddd0;
  min-width: 188px;
  margin-right: 48px;
  padding-top: 6rem;
  position: sticky;
  top: 0;
}

.profile-image {
  border-radius: 12px;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  position: relative;
}

.profile-picture {
  align-self: flex-start;
}

.content-container-copy-copy {
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
}

.hero-h1 {
  margin-top: 0;
  font-size: 3.25rem;
  line-height: 1.15;
}

.portfolio-container {
  flex-direction: column;
  align-items: center;
  min-width: 992px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 48px 96px;
}

.section-02 {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--separator);
  position: relative;
}

.section-02.black {
  background-color: #000;
}

.container {
  position: sticky;
  top: 0;
}

.container-2c {
  flex-direction: row;
  align-items: flex-start;
  min-width: 991px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.asset-group-of-three {
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.iphone-component {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-component.hero {
  min-height: 0;
}

.iphone-component.set {
  width: 43%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  display: flex;
}

.link-block-2 {
  display: block;
}

.sidenav-item {
  color: var(--grey);
  padding: .75rem .25rem .75rem .75rem;
  font-weight: 300;
  transition: padding .2s;
  display: flex;
}

.sidenav-item:hover {
  color: #fff;
  padding-left: 1rem;
}

.sidenav-item.w--current {
  background-color: var(--surface-card);
  color: var(--white);
  border-radius: 10px;
}

.sidenav-label {
  color: var(--white);
  align-self: center;
  font-size: .85rem;
  font-weight: 400;
}

.nav-menu {
  width: 100%;
}

.accordion-item {
  background-color: #181818;
  border: 1px dashed #a1a1a666;
  border-radius: 12px;
  overflow: hidden;
}

.accordion-item:hover {
  background-color: #252525;
}

.accordion-toggle {
  align-items: center;
  height: 64px;
  padding-left: 32px;
  display: flex;
}

.accordion-icon {
  color: #fff;
}

.dropdown-list {
  background-color: #0000;
  padding: 0 32px 16px;
  display: block;
  position: static;
}

.accordion-title {
  color: #fff;
  white-space: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: static;
}

.asset-group-of-two {
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.svg-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.svg-icon.right {
  padding-left: 4px;
}

.project-title-copy {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #09f, #94d1ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.5rem;
  font-weight: 700;
}

.section-title-copy {
  color: #fff;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.subnav-items-container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.subnav-label {
  color: var(--white);
  align-self: center;
  font-size: .85rem;
}

.subnav-label.unselected {
  color: var(--grey);
}

.image-box-copy {
  border-radius: 16px;
  overflow: hidden;
}

.web {
  border-radius: 12px;
  display: inline-block;
  position: relative;
}

.spacer {
  height: 48px;
}

.video-asset-container {
  background-color: #141414;
  border: 1px solid #292929;
  border-radius: 16px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.header {
  border-bottom: 1px solid var(--surface-card);
  background-color: #000;
  background-image: radial-gradient(circle closest-corner at 50% 0, #8b8b8b30, #0034a500 72%);
  align-items: center;
  min-height: 60svh;
  display: flex;
  position: relative;
}

.section-title-copy {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  position: static;
}

.hero-paragraph {
  color: var(--grey);
  max-width: 44ch;
  font-size: 1.125rem;
}

.ipad-item-fly-left {
  z-index: 1;
  width: 100%;
  margin-top: -30%;
  position: relative;
}

.ipad-item-fly-right {
  width: 100%;
  margin-top: -30%;
  position: relative;
}

.tablesense-cover {
  display: block;
}

.project-cover-wrapper {
  justify-content: center;
  padding-top: 3rem;
  display: block;
}

.project-cover-wrapper.center {
  display: flex;
}

.phone-group-wrapper-copy {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.portfolio-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.content-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 390px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-wrapper.vertical {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 32px;
}

.card-detail {
  color: #8c8c8c;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: .8125rem;
  font-weight: 400;
}

.card-description {
  color: var(--grey);
  font-size: 1.125rem;
  font-weight: 300;
}

.h3-card {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.image-4-copy-copy {
  max-width: 125%;
  margin-top: -220px;
  position: relative;
  top: 135px;
}

.subnav-item {
  color: var(--grey);
  background-color: #ffffff14;
  border: 1px solid #ffffff0d;
  border-radius: 100px;
  margin-right: .5rem;
  padding: .25rem .65rem;
  display: flex;
}

.subnav-item:hover {
  color: #fff;
}

.subnav-item.w--current {
  color: var(--white);
  background-color: #ffffff26;
  border-radius: 100px;
}

.subnav-item.unselected {
  background-color: #0000;
  border-style: none;
}

.subnav-item.no-margin {
  margin-right: 0;
}

.project-card {
  background-color: var(--surface-card);
  border: 1px solid #2c2c2c;
  border-radius: 32px;
  display: flex;
  overflow: hidden;
}

.project-card:hover {
  box-shadow: 0 0 100px -5px #292929;
}

.project-card.compact {
  border: 1px solid #2c2c2c;
  flex-direction: column;
}

.project-card.compact:hover {
  box-shadow: 0 0 100px -5px #292929;
}

.project-cover-d {
  flex: none;
  justify-content: flex-start;
  height: 500px;
  display: flex;
}

.cover-asset {
  object-fit: cover;
  object-position: 0% 0%;
  flex: 1;
}

.cover-asset.sp, .cover-asset.product-config {
  object-fit: contain;
  object-position: 11% 0%;
  padding-top: 32px;
}

.project-cover-c {
  flex: none;
  justify-content: flex-start;
  height: 500px;
  display: flex;
}

.project-cover-c.ipos {
  background-color: #032427;
  order: -1;
  height: 390px;
}

.project-cover-c.ib {
  background-color: #182703;
  order: -1;
  height: 390px;
}

.cta-label {
  color: #26a760;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 700;
}

.cta-label.archived {
  color: var(--grey);
  margin-right: 8px;
}

.cta-label.blue {
  color: #3c9cff;
}

.cta-label.sp-green {
  color: #7ea547;
}

.cta-label.buzludhza-grey {
  color: #a2bfc9;
}

.project-cta {
  align-self: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.project-card-achived {
  background-color: #1a1a1a;
  border-radius: 32px;
  display: flex;
  overflow: hidden;
}

.project-card-achived.compact {
  flex-direction: column;
}

.project-card-achived.compact.lock {
  pointer-events: auto;
  cursor: not-allowed;
}

.ipos-cover {
  display: block;
}

.marvel, .creative-cloud, .safari, .ios, .android {
  width: 40px;
}

._100-margin-top {
  margin-top: 64px;
}

.carousel-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  min-width: 125%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 28px;
}

.gradient-mask-left {
  background-image: linear-gradient(to right, #020202, #0000);
  width: 120px;
  height: 100%;
  position: absolute;
}

.cover-asset-b {
  object-fit: cover;
  object-position: 0% 0%;
  background-color: #001f0e;
  flex: 1;
  padding-top: 16px;
  padding-left: 16px;
}

.project-cover-b {
  flex: none;
  order: -1;
  justify-content: flex-start;
  height: 390px;
  display: flex;
}

.project-cover-bg-a {
  background-color: #101b25;
  flex: none;
  order: -1;
  justify-content: flex-start;
  height: 390px;
  display: flex;
}

.hero-footer {
  margin-top: 24px;
  display: flex;
}

.fade-off-mask {
  z-index: 1;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient-mask-right {
  background-image: linear-gradient(270deg, #020202, #0000);
  width: 120px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cover-asset-c {
  object-fit: cover;
  object-position: 0% 0%;
  flex: 0 auto;
  padding-left: 16px;
}

.arrow-icon {
  width: 20px;
  height: 17px;
  margin-right: 0;
}

.text-block-3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.metric-wrapper {
  border: 1px #000;
  flex-direction: column;
  display: flex;
}

.metric-wrapper.top-row {
  border-bottom: 1px solid var(--333);
  margin-bottom: 8px;
  padding-bottom: 16px;
}

.image-box-copy {
  overflow: hidden;
}

.image-asset-wrapper {
  margin-bottom: 24px;
}

.div-block-55 {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-56 {
  display: flex;
}

.asset-type-tag {
  background-color: #292929;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: .823529rem;
}

.container-2c-copy {
  flex-direction: row;
  align-items: flex-start;
  min-width: 991px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.secondary-description {
  color: var(--grey);
  padding-bottom: 4px;
  font-weight: 300;
  line-height: 1.4;
}

.asset-description {
  color: var(--grey);
  font-size: .85rem;
  font-weight: 300;
}

.context-wrapper {
  border-bottom: 1px solid var(--333);
  flex-direction: column;
  margin-bottom: 8px;
  padding-bottom: 16px;
  display: flex;
}

.asset-num-label {
  flex: none;
  margin-right: 4px;
  font-size: .85rem;
}

.platform-wrapper, .role-wrapper {
  flex-direction: column;
  display: flex;
}

.project-results-card {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #ffffff0f;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.text-block-4, .text-block-5 {
  color: var(--grey);
  font-weight: 300;
}

.text-block-3-copy {
  margin-bottom: 8px;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.project-goals {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.text-block-3-copy3 {
  color: var(--grey);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.asset-frame {
  background-color: #141414;
  border: 1px solid #292929;
  border-radius: 16px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--surface-card);
  border-radius: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 6rem;
  padding: 24px 48px 48px;
  display: grid;
}

.status {
  color: #696969;
  font-size: .85rem;
}

.h2-about {
  font-size: 1.5rem;
  line-height: 1.2;
}

.content {
  align-self: center;
}

.name-surname {
  color: #fff;
}

.description-extra-small {
  color: #a1a1a6a3;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.4;
}

.project-cover-e {
  flex: none;
  justify-content: flex-start;
  height: 500px;
  display: flex;
}

.switcher {
  background-color: #ffffff14;
  border: 1px solid #ffffff0a;
  border-radius: 100px;
  padding: 4px;
  display: flex;
}

.container-w2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 48px 2rem;
}

.boundary-cover {
  display: block;
}

.project-cover-f {
  flex: none;
  justify-content: flex-start;
  height: 500px;
  display: flex;
}

.arrow-icon-copy {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}

.see-selected-work-cta {
  color: #000;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px 0;
  display: flex;
}

.see-selected-work-cta:hover {
  text-decoration: none;
}

.arrow-icon-up {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}

.back-svg-icon {
  width: 18px;
  height: 16px;
  margin-right: 12px;
}

.read-more {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.reviews-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-card {
  border: 1px solid var(--surface-card);
  background-color: #111;
  border-radius: 24px;
  padding: 32px 40px;
  position: static;
  top: 120px;
}

.social-wrapper-inline {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

  h2 {
    font-size: 2.25rem;
  }

  .button-old {
    flex: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-old.send {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-grid {
    grid-column-gap: 32px;
    grid-template-columns: .5fr .5fr;
  }

  .section-heading {
    position: static;
  }

  .endorsement-card-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto;
  }

  .endorsements-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .separator.s {
    height: 16px;
  }

  .separator.m {
    height: 48px;
  }

  .separator.xl {
    height: 96px;
  }

  .separator.xs {
    display: block;
  }

  .endorcement-card {
    position: static;
  }

  .content-container {
    min-width: 672px;
    max-width: 990px;
  }

  .content-container.portfolio {
    padding-top: 48px;
  }

  .project-logo {
    padding-bottom: 0;
    padding-right: 0;
  }

  .project-logo.boundary {
    display: block;
  }

  .project-logo.buzludzha {
    border-color: var(--333);
    border-color: #333;
  }

  .project-logo.intelligentpos, .project-logo.tablesense, .project-logo.ib, .project-logo.boundary-2, .project-logo.tablesense-copy {
    display: block;
  }

  .endorcement-details-container {
    grid-template-columns: minmax(48px, 48px) 2.25fr;
  }

  .vertical-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3rem;
    padding: 16px 32px 32px;
    display: grid;
  }

  .vertical-grid.top-m {
    padding-top: 8px;
  }

  .about-wrapper {
    padding-right: 16px;
  }

  .logo-symbol {
    padding-bottom: 0;
    padding-right: 0;
  }

  .inline-link:hover {
    text-decoration: underline;
  }

  .nav-container {
    min-width: 672px;
    max-width: 990px;
    height: 72px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-links {
    border-bottom: 1px #000;
    align-items: center;
  }

  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer {
    flex-direction: row;
    justify-content: center;
    height: 60px;
    display: flex;
  }

  .divider {
    display: block;
  }

  .about-sidebar {
    padding: 24px 24px 32px;
  }

  .text-field:hover {
    background-color: #ebebeb;
  }

  .footer-container {
    flex: 1;
    min-width: 672px;
    max-width: 990px;
    height: auto;
  }

  .button-icon.top {
    margin-bottom: 0;
  }

  .hero-container {
    grid-template-columns: 6.25fr 1fr;
    min-width: 672px;
    max-width: 991px;
    overflow: visible;
  }

  .section-grid {
    min-width: 672px;
    max-width: 990px;
  }

  .section-grid.columns {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-columns: .75fr 1fr;
    padding-left: 48px;
    padding-right: 48px;
  }

  .contact-details {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .card-project {
    grid-template-columns: .75fr .75fr;
    justify-content: space-between;
    overflow: hidden;
  }

  .rich-text-block.blog {
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid_wrapper {
    flex-direction: column;
  }

  .responsive_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .responsive_grid.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .project-details-card {
    grid-column-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1.25fr;
  }

  .toolkit-block._2 {
    grid-template-columns: auto auto auto;
    justify-content: start;
  }

  .profile-photo-asset {
    flex: 1;
  }

  .project-subtitle {
    font-size: 1.25rem;
  }

  .project-title {
    font-size: 4em;
  }

  .iphone-mockup {
    margin-top: 5.5rem;
  }

  .iphone-mockup.is-second {
    margin-top: 3rem;
  }

  .iphone-mockup.video-content {
    border-radius: 46px;
  }

  .sidebar {
    display: none;
  }

  .profile-image {
    flex: 0 auto;
  }

  .content-container-copy-copy {
    min-width: 672px;
    max-width: 990px;
  }

  .hero-h1 {
    max-width: 18ch;
    font-size: 3.25rem;
  }

  .portfolio-container, .container-2c {
    min-width: 672px;
    max-width: 990px;
  }

  .accordion-item {
    margin-top: 0;
  }

  .project-title-copy {
    font-size: 4em;
  }

  .portfolio-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    z-index: 10;
    width: 375px;
  }

  .content-wrapper.vertical {
    width: 375px;
    padding-top: 48px;
  }

  .image-4-copy-copy {
    flex: none;
    margin-top: -180px;
  }

  .project-card.compact {
    flex-direction: row;
  }

  .project-cover-d {
    height: 450px;
    overflow: hidden;
  }

  .cover-asset {
    object-fit: contain;
  }

  .cover-asset.sp, .cover-asset.product-config {
    object-position: 0% 0%;
    padding-top: 16px;
  }

  .project-cover-c {
    height: 450px;
    overflow: hidden;
  }

  .project-cover-c.ipos {
    background-color: #0000;
    order: 0;
    height: 480px;
  }

  .project-cover-c.ib {
    background-color: #0000;
    order: 0;
    height: 450px;
  }

  .project-card-achived.compact {
    flex-direction: row;
  }

  .logo-container {
    min-width: 200%;
  }

  .cover-asset-b {
    object-fit: contain;
    background-color: #0000;
    padding-left: 0;
  }

  .project-cover-b {
    background-image: none;
    order: 0;
    height: 450px;
    overflow: hidden;
  }

  .project-cover-bg-a {
    background-color: #0000;
    order: 0;
    height: 450px;
    overflow: hidden;
  }

  .cover-asset-c {
    object-fit: contain;
  }

  .container-2c-copy {
    min-width: 672px;
    max-width: 990px;
  }

  .project-results-card, .project-goals {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3rem;
    padding: 16px 32px 32px;
    display: grid;
  }

  .project-cover-e, .project-cover-f {
    height: 450px;
    overflow: hidden;
  }

  .read-more {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .review-card {
    position: static;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .button-old {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
  }

  .button-old.send {
    padding: 12px 32px;
  }

  .about-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .social-wrapper {
    z-index: 5;
    clear: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .endorsement-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .endorsements-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .separator.m {
    height: 32px;
  }

  .separator.xl {
    height: 64px;
  }

  .separator.xs {
    display: block;
  }

  .endorcement-card {
    border-radius: 24px;
    flex-direction: row;
    margin-bottom: 24px;
    padding: 24px;
    display: block;
    position: relative;
    top: 0;
  }

  .text-block {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .content-container {
    min-width: 480px;
    max-width: 767px;
    padding: 64px 24px;
  }

  .content-container.portfolio {
    padding-top: 32px;
  }

  .div-block-31 {
    flex-direction: column;
    display: flex;
  }

  .paragraph.dark {
    padding-right: 0;
    font-size: 18px;
    display: block;
  }

  .main-lockup {
    max-width: 56ch;
  }

  .project-logo {
    background-size: 44px 44px;
    width: 56px;
    height: 56px;
  }

  .project-logo.boundary, .project-logo.sp, .project-logo.ib, .project-logo.boundary-2 {
    background-size: 40px 40px;
  }

  .endorcement-details-container {
    grid-template-columns: minmax(48px, 48px) 2.75fr;
    grid-auto-flow: row;
  }

  .vertical-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .vertical-grid.top-m {
    padding-top: 0;
  }

  .about-wrapper {
    border: 1px #000;
    padding-right: 0;
  }

  .logo-symbol {
    background-size: 38px 38px;
    border-radius: 12px;
    width: 48px;
    height: 48px;
  }

  .endorcement-details {
    display: block;
  }

  .image-box {
    border-radius: 16px;
    flex-direction: row;
    display: block;
    position: relative;
  }

  .cta-container {
    margin-top: 24px;
  }

  .cta-container.center {
    flex-flow: wrap;
    display: flex;
    position: relative;
  }

  .video-card {
    border-radius: 16px;
    flex-direction: row;
    display: block;
    position: relative;
  }

  .nav-container {
    min-width: 480px;
    max-width: 767px;
    height: 64px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .nav-link {
    margin-right: 12px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-link.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo, .logo.w--current {
    padding-left: 0;
  }

  .menu-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-button.w--open {
    background-color: #171c2b;
    border-radius: 4px;
  }

  .icon-2 {
    color: #fff;
  }

  .menu {
    display: block;
    position: relative;
  }

  .footer {
    height: auto;
  }

  .about-sidebar {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    border-radius: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 32px;
    display: grid;
    position: static;
  }

  .error-message {
    margin-bottom: 24px;
    padding: 24px;
  }

  .footer-container {
    min-width: 480px;
    max-width: 767px;
    height: 60px;
    padding: 4px 16px 4px 24px;
  }

  .label {
    text-align: center;
  }

  .button-icon {
    flex: none;
    margin-right: 8px;
  }

  .quote-mark {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }

  .button-label-old {
    flex: 1;
  }

  .hero-container {
    min-width: 480px;
    max-width: 767px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-grid {
    min-width: 480px;
    max-width: 767px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-grid.columns {
    grid-column-gap: 64px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    padding: 0 0;
    display: grid;
  }

  .contact-details {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .contact {
    object-fit: fill;
    overflow: hidden;
  }

  .dark {
    font-size: 28px;
  }

  .symbol {
    display: block;
  }

  .status-indicator {
    border-width: 2px;
    width: 12px;
    height: 12px;
    margin-top: 30px;
    margin-left: 30px;
  }

  .card-project {
    border-radius: 24px;
    grid-template-columns: .75fr 1fr;
  }

  .project-details {
    margin-bottom: 8px;
  }

  .div-block-43, .div-block-44 {
    grid-row-gap: 0px;
  }

  .rich-text-block.blog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid_wrapper {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .grid_image {
    border-radius: 24px;
  }

  .project-details-card {
    grid-template-columns: 1fr 1fr;
  }

  .tool-wrapper {
    border-bottom: 1px solid var(--333);
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .profile-photo-asset {
    filter: none;
    flex: 1;
    align-self: auto;
    transition-property: none;
    position: relative;
  }

  .profile-photo-asset:hover {
    filter: none;
  }

  .project-title {
    font-size: 3em;
  }

  .phone-group-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .iphone-mockup {
    width: 40%;
    margin-top: 4rem;
  }

  .iphone-mockup.is-second {
    order: 0;
    width: 52%;
    margin-top: 2rem;
  }

  .iphone-mockup.video-content {
    border-radius: 36px;
  }

  .container-w1 {
    padding-top: 3rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .profile-image {
    filter: none;
    flex: 0 auto;
    align-self: auto;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    transition-property: none;
    position: relative;
  }

  .profile-image:hover {
    filter: none;
  }

  .content-container-copy-copy {
    min-width: 480px;
    max-width: 767px;
    padding: 64px 24px;
  }

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

  .portfolio-container {
    min-width: 480px;
    max-width: 767px;
    padding: 64px 24px;
  }

  .container-2c {
    min-width: 480px;
    max-width: 767px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .asset-group-of-three {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 32px 24px;
  }

  .iphone-component {
    width: 40%;
  }

  .iphone-component.hero {
    order: 0;
    width: 40%;
  }

  .iphone-component.set {
    width: 45%;
  }

  .accordion-item {
    margin-left: 24px;
    margin-right: 24px;
  }

  .asset-group-of-two {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 32px 24px;
  }

  .project-title-copy {
    font-size: 3em;
  }

  .spacer {
    height: 32px;
  }

  .video-asset-container {
    position: relative;
  }

  .hero-paragraph {
    max-width: 41ch;
  }

  .project-cover-wrapper.center {
    padding-top: 1rem;
  }

  .phone-group-wrapper-copy {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: visible;
  }

  .portfolio-grid {
    grid-row-gap: 48px;
  }

  .content-wrapper {
    width: 288px;
    padding: 32px 0 32px 32px;
    position: relative;
  }

  .content-wrapper.vertical {
    width: 288px;
  }

  .card-detail {
    margin-bottom: 8px;
  }

  .image-4-copy-copy {
    flex: none;
    max-width: 150%;
    margin-top: -109px;
    top: 64px;
  }

  .subnav-item.unselected {
    margin-right: 0;
  }

  .project-card {
    border-radius: 24px;
  }

  .project-cover-d {
    height: 375px;
  }

  .cover-asset {
    object-position: 0% 0%;
  }

  .project-cover-c {
    height: 375px;
  }

  .project-card-achived {
    border-radius: 24px;
  }

  .logo-container {
    min-width: 240%;
  }

  .logo-image {
    height: 24px;
  }

  .cover-asset-b {
    object-position: 0% 0%;
  }

  .project-cover-b, .project-cover-bg-a {
    height: 375px;
  }

  .cover-asset-c {
    object-position: 0% 0%;
  }

  .metric-wrapper {
    border-bottom: 1px solid var(--333);
  }

  .metric-wrapper.no-separator {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .metric-wrapper.end {
    border: 1px #000;
  }

  .metric-wrapper.middle-row {
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .image-box-copy {
    border-radius: 16px;
    flex-direction: row;
    display: block;
    position: relative;
  }

  .container-2c-copy {
    min-width: 480px;
    max-width: 767px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-results-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    margin-bottom: 16px;
  }

  .project-goals {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .status {
    font-size: .825rem;
  }

  .h2-about {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .project-cover-e {
    height: 375px;
  }

  .container-w2 {
    padding-top: 3rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-cover-f {
    height: 375px;
  }

  .see-selected-work-cta {
    flex: none;
    margin-right: 8px;
  }

  .read-more {
    grid-row-gap: 48px;
  }

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

  .review-card {
    border-radius: 24px;
    flex-direction: row;
    margin-bottom: 24px;
    padding: 24px;
    display: block;
    position: relative;
    top: 0;
  }

  .review-card.n-p {
    margin-bottom: 0;
  }

  .social-wrapper-inline {
    z-index: 5;
    clear: none;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  .hero {
    min-height: 100svh;
  }

  .button-old {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    margin-bottom: 16px;
    margin-right: 0;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .button-old.send {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .image-asset {
    object-fit: fill;
  }

  .social-wrapper {
    flex: none;
    order: 1;
    justify-content: space-around;
    align-self: auto;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .endorsement-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    white-space: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .endorsements-grid {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    direction: ltr;
    white-space: normal;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .separator.m {
    height: 24px;
  }

  .separator.l {
    height: 64px;
  }

  .separator.xl {
    height: 48px;
  }

  .separator.xs {
    display: block;
  }

  .endorcement-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 24px 20px;
    display: block;
    position: relative;
  }

  .text-block {
    grid-row-gap: 24px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .content-container {
    min-width: 320px;
    max-width: 479px;
    padding: 48px 16px 64px;
  }

  .content-container.portfolio {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .div-block-31 {
    display: flex;
  }

  .paragraph {
    width: 100%;
  }

  .main-lockup {
    min-width: 24ch;
    max-width: 44ch;
  }

  .project-logo, .project-logo.boundary, .project-logo.buzludzha, .project-logo.sp, .project-logo.buzludzha, .project-logo.intelligentpos, .project-logo.tablesense, .project-logo.ib, .project-logo.boundary-2, .project-logo.tablesense-copy {
    display: none;
  }

  .endorcement-details-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-transform: none;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: flex;
    position: relative;
  }

  .vertical-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    border-radius: 0;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(18rem, 28rem);
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .vertical-grid.top-m {
    margin-top: 0;
  }

  .logo-symbol {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: block;
  }

  .logo-symbol.rbs {
    background-size: 32px 32px;
    flex: none;
    width: 40px;
    height: 40px;
    display: block;
  }

  .logo-symbol.sp {
    background-size: 28px 28px;
    flex: none;
    width: 40px;
    height: 40px;
    display: block;
  }

  .logo-symbol.ipos {
    background-size: 32px 32px;
    flex: none;
    width: 40px;
    height: 40px;
    display: block;
  }

  .logo-symbol.steam {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    margin-right: 16px;
    display: block;
  }

  .logo-symbol.boundary {
    background-size: 28px 28px;
    flex: none;
    width: 40px;
    height: 40px;
    display: block;
  }

  .endorcement-details {
    text-align: left;
    flex: 0 auto;
    align-self: center;
    display: block;
    position: relative;
  }

  .image-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .image-box._2 {
    margin-top: 32px;
  }

  .cta-container {
    flex-direction: column;
    align-self: stretch;
    margin-top: 24px;
  }

  .cta-container.center {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .video-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .nav-container {
    min-width: 320px;
    max-width: 479px;
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    margin-bottom: 8px;
    display: none;
  }

  .nav-link.w--current {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .nav-link.emphasised {
    flex: 1;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .nav-link.emphasised.w--current {
    background-color: #06386b;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
  }

  .nav-link.emphasised.footer {
    align-self: stretch;
    margin-bottom: 12px;
  }

  .nav-link.mobile-on {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-link.mobile-on:hover {
    color: var(--grey);
  }

  .logo {
    padding-left: 0;
  }

  .menu-button.w--open {
    border-radius: 6px;
  }

  .about-sidebar {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    color: #111;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 24px;
    padding: 16px 16px 24px;
    display: grid;
  }

  .contact-form-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .textarea {
    min-height: 120px;
    margin-bottom: 48px;
    overflow: scroll;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
  }

  .social-icon.linkedin {
    margin-left: 8px;
  }

  .footer-container {
    align-self: center;
    min-width: 320px;
    max-width: 479px;
    height: 60px;
    margin-bottom: 12px;
    padding: 4px 16px;
  }

  .footer-container.portfolio {
    margin-bottom: 24px;
  }

  .label {
    justify-content: center;
    display: flex;
  }

  .button-icon {
    justify-content: center;
    align-self: flex-start;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .button-icon.top {
    align-self: center;
  }

  .section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.b {
    background-image: radial-gradient(circle at 50% 100%, #18243b, #000);
  }

  .section.g {
    background-image: radial-gradient(circle at 50% 100%, #2d3816, #000);
  }

  .section.ts-g {
    background-image: radial-gradient(circle at 50% 100%, #1f3d2d, #000);
  }

  .section.buz-b {
    background-image: radial-gradient(circle at 50% 100%, #162538, #000);
  }

  .quote-mark {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
  }

  .button-label-old {
    flex: 1;
  }

  ._404-label {
    display: none;
  }

  .hero-container, .section-grid {
    min-width: 320px;
    max-width: 479px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-grid.columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    justify-items: stretch;
    min-width: 320px;
    min-height: 65svh;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
  }

  .contact-details {
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: stretch;
    padding: 56px 24px 24px;
  }

  .dark {
    font-size: 24px;
  }

  .symbol {
    display: block;
  }

  .button {
    margin-right: 0;
  }

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

  .description-small {
    font-size: 13px;
  }

  .card-project {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rich-text-block {
    padding-bottom: 16px;
  }

  .rich-text-block.blog {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .responsive_grid.reverse {
    grid-template-columns: 1fr;
  }

  .grid_image {
    border-radius: 16px;
  }

  .project-details-card {
    padding: 20px;
  }

  .tool-wrapper {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tool {
    width: 32px;
  }

  .jira-software {
    width: 40px;
  }

  .toolkit-block._2 {
    grid-column-gap: 12px;
  }

  .profile-photo-asset {
    flex: 1;
    order: -1;
  }

  .platform {
    width: 32px;
  }

  .platform-block {
    grid-column-gap: 12px;
  }

  .project-subtitle {
    font-size: 1.125rem;
  }

  .project-title {
    font-size: 2.25em;
  }

  .phone-group-wrapper {
    flex-wrap: wrap;
    position: relative;
  }

  .iphone-mockup {
    width: 45%;
  }

  .iphone-mockup.is-second {
    order: -1;
    width: 75%;
  }

  .iphone-mockup.video-content {
    border-radius: 10vw;
    width: 75%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-w1 {
    padding-top: 4rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-w1.ts {
    padding-bottom: 2rem;
  }

  .profile-image {
    border-radius: 12px;
    flex: 0 auto;
    order: -1;
  }

  .content-container-copy-copy {
    min-width: 320px;
    max-width: 479px;
    padding: 48px 16px 64px;
  }

  .hero-h1 {
    max-width: 19ch;
    font-size: 7.5vw;
    line-height: 1.2;
  }

  .portfolio-container {
    min-width: 320px;
    max-width: 479px;
    padding: 48px 16px 64px;
  }

  .container-2c {
    min-width: 288px;
    max-width: 479px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .asset-group-of-three {
    flex-wrap: wrap;
    padding: 16px;
    position: relative;
  }

  .iphone-component {
    width: 45%;
  }

  .iphone-component.hero {
    order: -1;
    width: 75%;
    margin-bottom: 11%;
  }

  .accordion-item {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle {
    padding-left: 16px;
  }

  .dropdown-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-title {
    font-size: 1.2rem;
  }

  .asset-group-of-two {
    flex-wrap: wrap;
    padding: 16px;
    position: relative;
  }

  .project-title-copy {
    font-size: 2.25em;
  }

  .image-box-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: block;
    position: relative;
  }

  .web {
    object-fit: fill;
    border-radius: 0;
  }

  .spacer {
    height: 24px;
  }

  .video-asset-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .header {
    background-image: radial-gradient(circle at 50% 0, #8b8b8b30, #0034a500);
    min-height: 50svh;
  }

  .hero-paragraph {
    max-width: 31ch;
    font-size: 4.6vw;
  }

  .project-cover-wrapper {
    flex-wrap: wrap;
    position: relative;
  }

  .phone-group-wrapper-copy {
    display: flex;
    position: relative;
    overflow: visible;
  }

  .portfolio-grid {
    grid-row-gap: 48px;
  }

  .content-wrapper {
    width: 100%;
    padding: 8px 24px 24px;
    box-shadow: 0 -1px 20px 20px #0000001a;
  }

  .content-wrapper.vertical {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .card-description {
    font-size: 16px;
  }

  .h3-card {
    font-size: 1.65rem;
  }

  .image-4-copy-copy {
    flex: none;
    align-self: flex-end;
    max-width: 200%;
    margin-top: -56px;
    top: 32px;
  }

  .project-card {
    border-radius: 24px;
    flex-direction: column;
  }

  .project-card.compact {
    flex-direction: column;
  }

  .project-cover-d {
    background-color: #242529;
    height: 250px;
  }

  .cover-asset {
    object-fit: cover;
    object-position: 0% 0%;
    flex: 1;
  }

  .cover-asset.buzludzha-vr-cover {
    object-position: 50% 0%;
  }

  .cover-asset.sp, .cover-asset.product-config {
    object-fit: cover;
    padding-left: 12px;
  }

  .project-cover-c {
    background-color: #182703;
    height: 250px;
  }

  .project-cover-c.ipos {
    background-color: #032427;
    height: 250px;
  }

  .project-cover-c.ib {
    background-color: #182703;
    height: 250px;
  }

  .project-card-achived {
    border-radius: 24px;
    flex-direction: column;
  }

  .project-card-achived.compact {
    flex-direction: column;
  }

  .marvel, .creative-cloud, .safari, .ios, .android {
    width: 40px;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 24px;
  }

  .cover-asset-b {
    object-fit: cover;
    object-position: 0% 0%;
    background-color: #001f0e;
    flex: 1;
    padding-left: 16px;
  }

  .project-cover-b {
    height: 250px;
  }

  .project-cover-bg-a {
    background-color: #101b25;
    height: 250px;
  }

  .hero-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .gradient-mask-right {
    background-image: linear-gradient(270deg, #020202, #0000);
  }

  .cover-asset-c {
    object-fit: cover;
    object-position: 0% 0%;
    flex: 1;
  }

  .image-box-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .asset-type-tag {
    padding: 4px 10px;
    font-size: .75rem;
    display: block;
  }

  .container-2c-copy {
    min-width: 288px;
    max-width: 479px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .asset-description, .asset-num-label {
    font-size: .75rem;
  }

  .role-wrapper {
    border-bottom: 1px solid var(--333);
    margin-bottom: 8px;
    padding-bottom: 16px;
  }

  .project-results-card {
    padding: 20px;
  }

  .project-goals {
    padding: 20px 0;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    border-radius: 0;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(18rem, 28rem);
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .status {
    color: #fff9;
    font-size: .75rem;
  }

  .h2-about {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .description-extra-small {
    font-size: 13px;
  }

  .project-cover-e {
    background-color: #051325;
    height: 250px;
  }

  .switcher {
    margin-top: 8px;
  }

  .container-w2 {
    padding-top: 4rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-cover-f {
    background-color: #051325;
    height: 250px;
  }

  .project-cover-f.green {
    background-color: #172503;
  }

  .see-selected-work-cta {
    justify-content: center;
    align-self: flex-start;
    margin-right: 0;
  }

  .read-more {
    grid-row-gap: 48px;
  }

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

  .review-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 24px 20px;
    display: block;
    position: relative;
  }

  .social-wrapper-inline {
    flex: none;
    order: 1;
    justify-content: flex-end;
  }
}

#w-node-fa2a5685-eaef-183f-dfa4-78eb805cfd3a-aa7bfb05, #w-node-a9472b57-8b28-0218-0c98-1bf8b9ade2d2-aa7bfb05, #w-node-_918f150e-a2e5-985e-0cd9-2e126b8feea3-aa7bfb05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27146882-19f8-9bef-d727-e0215d9849b4-aa7bfb05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27146882-19f8-9bef-d727-e0215d9849c0-aa7bfb05, #w-node-ef1b76c5-9a6a-0218-c8ee-7a484533d182-aa7bfb05, #w-node-ef1b76c5-9a6a-0218-c8ee-7a484533d18e-aa7bfb05, #w-node-_64d64ff2-00f4-e857-48c7-96e34f169e32-aa7bfb05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7885b214-2d1f-380e-7fc9-f454055822d9-aa7bfb05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7885b214-2d1f-380e-7fc9-f454055822e5-aa7bfb05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e55123-ee04-104b-bcea-5880c8e75e15-aa7bfb05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_32d0e726-2021-d940-c28b-387a532d5970-aa7bfb05 {
  order: 9999;
}

#w-node-_412477e3-32ce-ceb4-c6c4-94a8a89b8163-aa7bfb05, #w-node-_412477e3-32ce-ceb4-c6c4-94a8a89b8168-aa7bfb05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c02d8623-e3c2-5bdc-7890-ae623da3df94-aa7bfb05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fbd53a83-e960-8f5e-ab87-4851ebc84834-aa7bfb05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccdc0ade-657e-8f01-c590-7f373eafb8c8-aa7bfb05 {
  place-self: center;
}

#w-node-bd97ea29-cadb-e7cb-f295-6fed5d1bd0d4-1f7bfb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64630b89-2ea3-0a5e-b74d-a187039761f8-1f7bfb0d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d3e6abb6-2619-f119-9460-f5e27fd81c4d-1f7bfb0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe80b288-4ed2-427b-2122-0a8faf04ef89-1f7bfb0d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c306e1f4-6bb5-3783-ee5b-2340210595fc-1f7bfb0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d0b0c79-c62b-5e61-689e-658eaf90077b-1f7bfb0d, #w-node-ea40ad28-8742-33e7-31ec-f2442d24f731-1f7bfb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bbb4709-c558-09a0-4f42-52fe5432b167-497bfb0e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0bbb4709-c558-09a0-4f42-52fe5432b16f-497bfb0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bbb4709-c558-09a0-4f42-52fe5432b170-497bfb0e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0bbb4709-c558-09a0-4f42-52fe5432b188-497bfb0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bbb4709-c558-09a0-4f42-52fe5432b18e-497bfb0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5cc-497bfb0e, #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5cd-497bfb0e, #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5ce-497bfb0e {
  place-self: stretch stretch;
}

#w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5d0-497bfb0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5d1-497bfb0e {
  place-self: stretch stretch;
}

#w-node-_2d0dc7b6-49e5-2167-b400-b6e4f3f8d71f-497bfb0e {
  justify-self: auto;
}

#w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dbc-767bfb12 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dc1-767bfb12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dc2-767bfb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6ddc-767bfb12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e069ba8-88c5-5ec9-1955-fddb20945b5c-767bfb12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3805990e-6f7b-c120-9eff-f78315245335-7f7bfb16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3805990e-6f7b-c120-9eff-f7831524533a-7f7bfb16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3805990e-6f7b-c120-9eff-f7831524533b-7f7bfb16 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3805990e-6f7b-c120-9eff-f78315245353-7f7bfb16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55b53996-e9d6-5e28-93ce-c6f9cbda647b-7f7bfb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a42590d0-0ffb-870a-d001-a9ac9cda0079-857bfb17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba862-38774175 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba869-38774175 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba86a-38774175 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba884-38774175 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a12fe839-40f6-6e42-86bc-64961cbfcd84-38774175, #w-node-_15d2e149-7513-7bab-6513-3a449bcc90bb-40231c68, #w-node-_9af5c16a-e140-212a-5ec4-be3bed728950-40231c68, #w-node-_15d2e149-7513-7bab-6513-3a449bcc90e8-40231c68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27938e54-b33b-6abf-db26-c8c8a2527b90-50ee99ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_27938e54-b33b-6abf-db26-c8c8a2527b95-50ee99ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27938e54-b33b-6abf-db26-c8c8a2527b96-50ee99ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_27938e54-b33b-6abf-db26-c8c8a2527bae-50ee99ce, #w-node-_1f09e32b-cc67-880a-022d-e2d5c3b88fcb-50ee99ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f09e32b-cc67-880a-022d-e2d5c3b88fd9-50ee99ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa2a5685-eaef-183f-dfa4-78eb805cfd3a-aa7bfb05, #w-node-_918f150e-a2e5-985e-0cd9-2e126b8feea3-aa7bfb05, #w-node-_27146882-19f8-9bef-d727-e0215d9849b4-aa7bfb05, #w-node-ef1b76c5-9a6a-0218-c8ee-7a484533d182-aa7bfb05, #w-node-_64d64ff2-00f4-e857-48c7-96e34f169e32-aa7bfb05, #w-node-_7885b214-2d1f-380e-7fc9-f454055822d9-aa7bfb05, #w-node-b30eeed5-9bdd-c674-b902-122fa868b9ce-aa7bfb05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64630b89-2ea3-0a5e-b74d-a187039761f8-1f7bfb0d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d3e6abb6-2619-f119-9460-f5e27fd81c4d-1f7bfb0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe80b288-4ed2-427b-2122-0a8faf04ef89-1f7bfb0d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0aba1ab5-dcaa-79e2-75e9-e2fb1c04fe59-1f7bfb0d, #w-node-c306e1f4-6bb5-3783-ee5b-2340210595fc-1f7bfb0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e4816d2-c8ed-4543-92e5-c84c2d393c4d-1f7bfb0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08460e75-7ef4-a3c6-3be1-9824d62d6249-1f7bfb0d, #w-node-_1ffcb5a8-7bf9-c9fc-6634-0a0ac575c98d-1f7bfb0d, #w-node-_08460e75-7ef4-a3c6-3be1-9824d62d624e-1f7bfb0d, #w-node-_28e92f27-8d18-171e-948a-9cb505bc673b-1f7bfb0d, #w-node-_2d0b0c79-c62b-5e61-689e-658eaf90077c-1f7bfb0d, #w-node-_2d0a3120-20c5-7029-7cac-40d3ec115858-1f7bfb0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b167-497bfb0e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b16f-497bfb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b170-497bfb0e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b183-497bfb0e, #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b18e-497bfb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b18f-497bfb0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5cc-497bfb0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5d1-497bfb0e {
    grid-area: 2 / 1 / 3 / 3;
    place-self: stretch stretch;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dbc-767bfb12 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dc1-767bfb12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dc2-767bfb12 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dd1-767bfb12, #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6ddc-767bfb12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6ddd-767bfb12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f78315245335-7f7bfb16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f7831524533a-7f7bfb16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f7831524533b-7f7bfb16 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f7831524534a-7f7bfb16, #w-node-_3805990e-6f7b-c120-9eff-f78315245353-7f7bfb16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f78315245354-7f7bfb16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c8a2429-7159-91e0-78c4-9eb402494cc4-7f7bfb16, #w-node-_2c8a2429-7159-91e0-78c4-9eb402494cc9-7f7bfb16, #w-node-_2c8a2429-7159-91e0-78c4-9eb402494cce-7f7bfb16, #w-node-_2c8a2429-7159-91e0-78c4-9eb402494cd3-7f7bfb16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a42590d0-0ffb-870a-d001-a9ac9cda0079-857bfb17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba862-38774175 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba869-38774175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba86a-38774175 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba879-38774175, #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba884-38774175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba885-38774175 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb8d3c1e-5f6d-6ea8-3aea-24a70f7531ec-38774175, #w-node-eb8d3c1e-5f6d-6ea8-3aea-24a70f7531f3-38774175, #w-node-eb8d3c1e-5f6d-6ea8-3aea-24a70f7531fa-38774175, #w-node-eb8d3c1e-5f6d-6ea8-3aea-24a70f753201-38774175, #w-node-_15d2e149-7513-7bab-6513-3a449bcc90de-40231c68, #w-node-_9af5c16a-e140-212a-5ec4-be3bed728950-40231c68, #w-node-_15d2e149-7513-7bab-6513-3a449bcc90e8-40231c68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527b90-50ee99ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527b95-50ee99ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527b96-50ee99ce {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527ba5-50ee99ce, #w-node-_27938e54-b33b-6abf-db26-c8c8a2527bae-50ee99ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527baf-50ee99ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cddade76-07d0-adf5-dc46-80a4e2d3212f-50ee99ce, #w-node-_7ce47604-7447-c430-ad2f-622a9d400c8f-50ee99ce, #w-node-c8e4d1ea-2594-a329-bd5d-198b63bc2ec8-50ee99ce, #w-node-_7ce47604-7447-c430-ad2f-622a9d400c89-50ee99ce, #w-node-_1f09e32b-cc67-880a-022d-e2d5c3b88fcb-50ee99ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa2a5685-eaef-183f-dfa4-78eb805cfd3b-aa7bfb05, #w-node-_918f150e-a2e5-985e-0cd9-2e126b8feea4-aa7bfb05, #w-node-_27146882-19f8-9bef-d727-e0215d9849b5-aa7bfb05, #w-node-ef1b76c5-9a6a-0218-c8ee-7a484533d183-aa7bfb05, #w-node-_64d64ff2-00f4-e857-48c7-96e34f169e33-aa7bfb05, #w-node-_7885b214-2d1f-380e-7fc9-f454055822da-aa7bfb05 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    grid-row: span 1 / span 1;
  }

  #w-node-b7e55123-ee04-104b-bcea-5880c8e75e15-aa7bfb05 {
    justify-self: center;
  }

  #w-node-_2b6b8261-f1f5-e545-7a5d-2b511e2a0211-aa7bfb05 {
    order: 9999;
  }

  #w-node-_0fe553ac-aaba-8040-dd65-30a8c4a85879-aa7bfb05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64630b89-2ea3-0a5e-b74d-a187039761f8-1f7bfb0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e4816d2-c8ed-4543-92e5-c84c2d393c4d-1f7bfb0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea40ad28-8742-33e7-31ec-f2442d24f724-1f7bfb0d {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    grid-row: span 1 / span 1;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b167-497bfb0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b18f-497bfb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65d2c519-406f-faaf-c30d-fd6af3cc5b5b-497bfb0e, #w-node-b6ae2068-cf47-db04-d8c6-70ef2faec90f-497bfb0e, #w-node-_2bc88c8c-a655-67f8-6af9-03536478b41c-497bfb0e, #w-node-d26f628e-4384-e115-8db3-c58744edf76c-497bfb0e {
    order: 9999;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dbc-767bfb12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6ddd-767bfb12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e069ba8-88c5-5ec9-1955-fddb20945b4f-767bfb12 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    grid-row: span 1 / span 1;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f78315245335-7f7bfb16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f78315245354-7f7bfb16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55b53996-e9d6-5e28-93ce-c6f9cbda646c-7f7bfb16 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    grid-row: span 1 / span 1;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba862-38774175 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba885-38774175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a12fe839-40f6-6e42-86bc-64961cbfcd77-38774175 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    grid-row: span 1 / span 1;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527b90-50ee99ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527baf-50ee99ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f09e32b-cc67-880a-022d-e2d5c3b88fcc-50ee99ce {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa2a5685-eaef-183f-dfa4-78eb805cfd3b-aa7bfb05, #w-node-_918f150e-a2e5-985e-0cd9-2e126b8feea4-aa7bfb05, #w-node-_27146882-19f8-9bef-d727-e0215d9849b5-aa7bfb05, #w-node-ef1b76c5-9a6a-0218-c8ee-7a484533d183-aa7bfb05, #w-node-_64d64ff2-00f4-e857-48c7-96e34f169e33-aa7bfb05, #w-node-_7885b214-2d1f-380e-7fc9-f454055822da-aa7bfb05 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-b7e55123-ee04-104b-bcea-5880c8e75e15-aa7bfb05 {
    place-self: auto;
  }

  #w-node-_1fdc26a2-fd2e-d6e1-277c-e17f8da3ee4a-aa7bfb05, #w-node-_2b6b8261-f1f5-e545-7a5d-2b511e2a0211-aa7bfb05, #w-node-afdbb09f-c170-fecc-bae3-05789988b595-aa7bfb05, #w-node-_2e6b306f-55e4-0527-58ac-e6ddd74e7f95-aa7bfb05 {
    justify-self: auto;
  }

  #w-node-fe80b288-4ed2-427b-2122-0a8faf04ef89-1f7bfb0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea40ad28-8742-33e7-31ec-f2442d24f724-1f7bfb0d {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-_0bbb4709-c558-09a0-4f42-52fe5432b170-497bfb0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5cd-497bfb0e, #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5ce-497bfb0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5d0-497bfb0e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch stretch;
  }

  #w-node-_20e7405c-908b-6c49-fac0-9a3e1eeeb5d1-497bfb0e {
    grid-area: 2 / 1 / 4 / 4;
    place-self: stretch stretch;
  }

  #w-node-_65d2c519-406f-faaf-c30d-fd6af3cc5b5b-497bfb0e, #w-node-b6ae2068-cf47-db04-d8c6-70ef2faec90f-497bfb0e, #w-node-_2bc88c8c-a655-67f8-6af9-03536478b41c-497bfb0e, #w-node-d26f628e-4384-e115-8db3-c58744edf76c-497bfb0e {
    justify-self: auto;
  }

  #w-node-_55c738a6-f5a2-d1d1-da21-7c59fb7d6dc2-767bfb12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e069ba8-88c5-5ec9-1955-fddb20945b4f-767bfb12 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-_3805990e-6f7b-c120-9eff-f7831524533b-7f7bfb16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55b53996-e9d6-5e28-93ce-c6f9cbda646c-7f7bfb16 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-a42590d0-0ffb-870a-d001-a9ac9cda0075-857bfb17, #w-node-a42590d0-0ffb-870a-d001-a9ac9cda0077-857bfb17, #w-node-_1fd0e915-cc40-9217-069b-f7a0a3aba86a-38774175 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a12fe839-40f6-6e42-86bc-64961cbfcd77-38774175 {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-_27938e54-b33b-6abf-db26-c8c8a2527b96-50ee99ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f09e32b-cc67-880a-022d-e2d5c3b88fcc-50ee99ce {
    grid-column-start: span 1.25;
    grid-column-end: span 1.25;
    order: 9999;
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Figtree Variable';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}