:root {
  --gainsboro: #f0f0f3;
  --dim-grey: #606167;
  --dark: #1b1c1e;
  --faded-black: #00000026;
  --white: white;
  --light-gray: #aaa5a3;
  --korz-accent: #f15a28;
  --mustard: #ffdb52;
  --cyan-process: #00b3ec;
}

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

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--gainsboro);
  color: var(--dim-grey);
  font-family: korz, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

p {
  letter-spacing: -.1px;
  margin-bottom: 10px;
  font-family: korz, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--dim-grey);
  cursor: none;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  color: var(--dark);
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  color: var(--dim-grey);
  padding-left: 20px;
  font-weight: 400;
  list-style-type: disc;
}

li {
  font-weight: 400;
}

img {
  color: var(--dim-grey);
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--faded-black);
  flex: 1;
  height: 1px;
}

.divider.spacer {
  background-color: #0000;
}

.divider.white {
  background-color: #ffffff4d;
}

.styleguide-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.section {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.cc-cta {
  background-color: var(--dim-grey);
  color: var(--white);
  height: 100vh;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.section.atf-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.atf-wrap.unu {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/unu-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.atf-wrap.bg-video {
  z-index: 2;
  background-image: linear-gradient(#1b1c1e, #1b1c1e);
  background-position: 0 0;
}

.section.atf-wrap.cores-apps {
  color: var(--white);
  background-color: #db536a;
}

.section.atf-wrap.oscars {
  color: var(--white);
  background-color: #6a4bde;
}

.section.atf-wrap.olympiads {
  color: var(--white);
  background-color: #3258f3;
}

.section.atf-wrap.cores-ventures {
  color: var(--white);
  background-color: #474647;
}

.section.atf-wrap.local-budget {
  color: var(--white);
  background-color: #0055bc;
}

.section.atf-wrap._510 {
  color: var(--white);
  background-color: #212529;
}

.section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-approach {
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section.footer {
  background-color: var(--gainsboro);
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-work {
  color: var(--white);
  background-color: #1b1c1e;
  padding-top: 0;
  padding-bottom: 0;
}

.section.services-section-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.section.services-section-wrap.flex-h {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  min-height: auto;
}

.section.section-project-media {
  padding-top: 0;
}

.section.section-project-media.challenge {
  padding-top: 0;
  padding-bottom: 0;
}

.section.solution {
  padding-bottom: 0;
}

.section.more-projects {
  background-color: var(--gainsboro);
  color: var(--dark);
}

.section.elements {
  background-color: #252729;
}

.section.portfolio-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.section.nexgen-section-wrap {
  color: var(--white);
  background-image: linear-gradient(#1b1c1ee6, #1b1c1ee6), linear-gradient(160deg, #f15a28 15%, #a482ff 85%);
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 4%;
  padding-right: 4%;
  display: none;
}

.section.clients-section-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
}

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

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-bigger.cc-bigger-light {
  color: var(--white);
  text-align: left;
}

.paragraph-bigger.cc-bigger-light.text-center {
  text-align: center;
}

.button {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .2s, background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--dark);
  opacity: .8;
  color: var(--white);
  text-decoration: none;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  letter-spacing: 0;
  padding: 10px 28px;
  font-size: 15px;
  line-height: 24px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  border-color: var(--white);
  color: var(--white);
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--white);
  color: var(--dark);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.filled {
  background-color: var(--white);
  color: var(--dim-grey);
  transition: transform .2s, padding 3s, letter-spacing 3s, background-color .4s, opacity .4s, color .4s;
}

.button.cc-jumbo-button.cc-jumbo-white.filled:active {
  transform: translate(0, 8px)scale(.95);
}

.button.cc-jumbo-button.cc-jumbo-white.filled.icon-rounded {
  color: var(--light-gray);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  display: flex;
}

.button.cc-jumbo-button.filled {
  transition: transform .2s, padding 3s, letter-spacing 3s, background-color .4s, opacity .4s;
}

.button.cc-jumbo-button.filled:hover {
  opacity: .8;
}

.button.cc-jumbo-button.filled:active {
  transform: translate(0, 8px)scale(.95);
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  border-color: var(--white);
  color: var(--white);
}

.button.cc-white-button:hover {
  background-color: var(--white);
  color: var(--dark);
}

.button.cc-white-button:active {
  background-color: #0000;
}

.button.cc-white-button.filled {
  background-color: var(--white);
  color: var(--dim-grey);
}

.button.filled {
  background-color: var(--dim-grey);
  color: var(--white);
  transition: background-color .4s, opacity .4s;
}

.label {
  text-align: left;
  letter-spacing: .2rem;
  text-transform: uppercase;
  flex: 1;
  font-family: korz, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 20px;
  font-family: Sono, sans-serif;
  font-weight: 400;
}

.label.cc-light {
  color: var(--white);
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  letter-spacing: .2rem;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text img {
  color: var(--dim-grey);
  border-radius: 7px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  color: var(--dim-grey);
  letter-spacing: -.1px;
  font-family: korz, sans-serif;
  font-weight: 400;
}

.paragraph-light.over {
  z-index: 10;
  position: relative;
}

.paragraph-light.p-elements {
  color: #9fa0aa;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.heading-jumbo.black {
  color: var(--dark);
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
}

.heading-jumbo-small.section-text-container.nexgen {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(160deg, #f15a28 15%, #a482ff 75%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-jumbo-small.black {
  color: var(--dim-grey);
}

.styleguide-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.styleguide-header-wrap {
  background-color: var(--faded-black);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  color: var(--dim-grey);
}

.logo-link {
  padding: 8px 8px 8px 4%;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  margin-right: 4%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  position: fixed;
  inset: 40px 0% auto;
}

.navigation-item {
  color: var(--white);
  padding: 12px 0;
  font-size: 16px;
  line-height: 26px;
}

.navigation-item:hover {
  opacity: .5;
  color: var(--white);
  text-decoration: none;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: .5;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  padding: 12px 8px;
}

.logo-image {
  border-radius: 0;
  max-width: 300px;
  max-height: 200px;
}

.navigation-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4%;
  display: flex;
}

.korz-link {
  text-decoration: none;
  transition: opacity .4s;
}

.korz-link:hover {
  opacity: 1;
  color: var(--dark);
}

.korz-link:active {
  opacity: .8;
  color: var(--dark);
}

.korz-link:focus {
  color: var(--dark);
}

.korz-link:focus-visible {
  color: var(--dark);
}

.korz-link[data-wf-focus-visible] {
  color: var(--dark);
}

.korz-link:visited {
  color: var(--dim-grey);
}

.korz-logo-tiny {
  border-radius: 0;
}

.cta-text {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  z-index: 2;
  text-align: left;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.intro-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to bottom, var(--faded-black), var(--faded-black)), url('../images/hero-home-4.jpg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 4%;
  display: flex;
}

.intro-header.our-approach {
  background-image: linear-gradient(to bottom, var(--faded-black), var(--faded-black)), url('../images/home-hero-bg-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 60vh;
}

.intro-header.our-approach.our-work {
  background-image: url('../images/our-work-hero-image.png');
}

.intro-header.our-approach.work-with-us {
  background-image: linear-gradient(to bottom, var(--faded-black), var(--faded-black)), url('../images/hero-bg-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.intro-header.our-work {
  background-color: var(--dim-grey);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  min-height: 60vh;
}

.intro-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.motto-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.about-story-wrap {
  margin: 40px auto;
}

.our-services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
}

.section-heading-wrap {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.service-image {
  border: 1px solid var(--white);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  text-align: left;
  margin-bottom: 20px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: left;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  margin-bottom: 20px;
}

.team-pic {
  aspect-ratio: 1;
  background-color: var(--white);
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.card-image {
  width: 100%;
  overflow: hidden;
}

.card-image.approach-image-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url('../images/approach-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image.approach-image-1 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/approach-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image.nexgen {
  background-color: #0000;
}

.projects-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-flow: row;
}

.project-name-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.project-name-link {
  color: var(--dark);
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
  color: var(--dim-grey);
  text-decoration: none;
}

.project-name-link:active {
  opacity: .7;
  color: #3a3d41;
}

.project-cover-link {
  width: 100%;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: grid;
  position: relative;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". ."
  / .25fr 1fr 2fr;
  align-items: start;
  margin-top: 60px;
}

.project-media {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
  overflow: hidden;
}

.project-media.right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 0;
  display: grid;
}

.project-media.left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25%;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.project-media.fullscreen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.detail-image {
  width: 100%;
}

.detail-image.fullscreen {
  border: 0 solid #000;
  border-radius: 0;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.preview-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 50%;
  transition: opacity .6s;
  overflow: hidden;
}

.preview-image:hover {
  opacity: .9;
}

.preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.link {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: -.1px;
  flex: 0 auto;
  align-self: flex-start;
  font-family: korz, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link:hover {
  opacity: 1;
  color: var(--dark);
  text-decoration: none;
}

.link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  align-self: center;
  margin-bottom: 20px;
}

.our-work-content-wrap {
  margin-left: 0;
  margin-right: 4%;
}

.our-work-section-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.section-heading {
  margin-left: 120px;
  margin-right: 120px;
}

.our-work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". ."
  / 1fr 2fr;
  grid-auto-flow: column;
  align-items: end;
}

.our-work-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  max-width: 940px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.body {
  background-color: var(--gainsboro);
}

.motto-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.unleash {
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.unleash.outline {
  z-index: 1;
  max-width: 1520px;
  margin-top: 0;
  display: none;
  position: absolute;
}

.our-work-text {
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px 50px 50px 0;
  display: flex;
}

.our-work-text.anim.big-dot-background {
  margin-bottom: 0;
  display: none;
}

.orange-dot {
  color: var(--korz-accent);
}

.orange-dot.on-text {
  background-color: #f15a2800;
}

.icon {
  border-radius: 0;
  transform: rotate(0);
}

.icon.dot {
  background-color: var(--korz-accent);
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

.icon.dot.black {
  background-color: var(--dim-grey);
}

.icon.dot.center {
  z-index: 2;
  position: absolute;
}

.icon.rotate {
  transform: rotate(90deg);
}

.icon.service-icon {
  opacity: .5;
  width: 100px;
  margin-bottom: 20px;
}

.icon.icon-k {
  width: 33%;
}

.flex-h {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.flex-h.section-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.flex-h.section-title.dot {
  justify-content: flex-start;
}

.card {
  background-color: var(--white);
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
  overflow: hidden;
}

.card.card-medium {
  max-width: 460px;
}

.chip {
  border: 1px solid var(--faded-black);
  color: var(--dim-grey);
  text-align: left;
  white-space: pre;
  border-radius: 16px;
  padding: 4px 10px;
  font-family: korz, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.chip-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.service-card {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.service-card.nexgen {
  background-color: #00000026;
  transition: background-color .2s;
  overflow: hidden;
}

.service-card.nexgen:hover {
  background-color: #0000004d;
}

.service-content {
  padding: 40px;
}

.our-approach-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/unleash-approach.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 0 120px;
}

.approach-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: end center;
  justify-items: end;
  display: flex;
}

.our-approach-vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-approach-vertical.right {
  align-self: flex-end;
  padding-right: 10%;
}

.unleash-vertical {
  border-radius: 0;
}

.card-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.our-work-image {
  min-height: 620px;
}

.footer-flex-h {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  align-items: center;
}

.navbar {
  background-color: #0000;
}

.footer-copyright {
  margin-bottom: 0;
}

.flex-v {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-v.section-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-bottom: 60px;
}

.flex-v.section-title.dot {
  justify-content: flex-start;
}

.our-philosophy-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  align-items: start;
}

.philosophy-card {
  background-color: var(--white);
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.philosophy-card.vertical {
  flex-direction: column;
}

.philosophy-card.icon {
  background-color: var(--dim-grey);
  align-items: center;
}

.philosophy-image {
  align-self: stretch;
  width: 50%;
  min-height: 360px;
  overflow: hidden;
}

.philosophy-image.second {
  background-image: url('../images/oleg-laptev-hwu-uFaXzOU-unsplash-1080.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.philosophy-image.first {
  background-image: url('../images/marra-m7fT6OreZfI-unsplash-1080.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.philosophy-image.third {
  background-image: url('../images/devices.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.philosophy-content {
  grid-column-gap: 20px;
  flex: 1;
  padding: 40px;
}

.philosophy-number {
  color: var(--korz-accent);
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
}

.philosophy-number.yellow {
  color: var(--mustard);
}

.philosophy-number.cyan {
  color: var(--cyan-process);
}

.section-text-container {
  flex: 1;
  max-width: 1120px;
}

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

.related-work-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
}

.project-overview-hero {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-hero-background {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  padding: 40px 100px;
  display: flex;
}

.project-hero-background.cores-ventures {
  background-color: #474647;
}

.project-hero-background.olympiads {
  background-color: #3258f3;
}

.project-hero-background.local-budget {
  background-color: #0055bc;
}

.project-hero-background.right {
  border-right-color: var(--faded-black);
  background-color: #24272900;
  flex: none;
  align-items: flex-end;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-right: 130px;
}

.project-hero-background.cores-apps {
  background-color: #db536a;
}

.project-hero-background._510 {
  background-color: #212529;
}

.project-hero-background.transparent {
  background-color: #0000;
  align-items: flex-end;
  padding-right: 100px;
}

.project-overview-intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
}

.project-media-left-image {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.project-media-left-image.elements {
  border-top: 1px solid #131415;
  border-bottom: 1px solid #131415;
  border-right: 1px solid #131415;
}

.project-media-right-image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-card {
  background-color: var(--white);
  border-radius: 7px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-card.vertical {
  flex-direction: column;
}

.contact-card.icon {
  background-color: var(--korz-accent);
  align-items: stretch;
  padding: 30%;
}

.contact-card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  align-self: flex-start;
  padding: 40px;
}

.contact-card-image {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--white);
  background-color: var(--gainsboro);
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
}

.contact-card-image.vertical {
  width: 100%;
}

.heading-4.over {
  z-index: 10;
  position: relative;
}

.brand-image {
  color: var(--dark);
  -webkit-text-stroke-color: var(--dim-grey);
  border-radius: 0;
  width: 180px;
  height: 20px;
  display: flex;
}

.contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.big-dot-background {
  z-index: -1;
  background-color: var(--cyan-process);
  border-radius: 100%;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  height: 800px;
  margin-top: -400px;
  margin-left: -400px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.unleash-horizontal-markup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.unleash-horizontal-markup.gradient {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(120deg, var(--dim-grey), white 30%, white 70%, var(--dim-grey));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.unleash-simple-text {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
}

.orange-dot {
  background-color: #f15a28;
}

.text-2 {
  color: #fff;
  font-family: PP Neue Machina, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.big-dot-circle {
  background-color: var(--gainsboro);
  border-radius: 400px;
  width: 100%;
  height: 100%;
  display: none;
}

.unleash-big-letter {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.loader {
  z-index: 9999;
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader.hidden {
  display: none;
}

.loader-text {
  color: var(--white);
}

.loader-logo {
  width: 40px;
  height: 40px;
}

.video {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.video.fullscreen {
  opacity: .8;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.close-menu-button {
  padding: 0;
}

.navbar-footer {
  background-color: #0000;
}

.cursor-wrapper {
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrapper.hide {
  display: none;
}

.cursor-inner-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.cursor-outer-circle {
  border: 1px solid var(--white);
  opacity: .3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: border-width .2s;
  position: absolute;
}

.unu {
  background-color: var(--dark);
  color: var(--white);
}

.elements {
  color: #fff;
  background-color: #252729;
}

.list.list-elements {
  color: #9fa0aa;
}

.svg-logo {
  display: flex;
}

.motto-paragraph {
  max-width: 680px;
}

.cta-background-image {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-background {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.two-col-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.two-col-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 4px;
}

.social-icon {
  height: 18px;
}

.social-icon-link {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.social-icon-link:hover {
  opacity: .6;
}

.nexgen-logo {
  width: 100px;
}

.nexgen-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-preview-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  transition: opacity .6s;
}

.blog-preview-image:hover {
  opacity: .9;
}

.blog-preview-image:active {
  opacity: .7;
}

.motto-header {
  max-width: 800px;
}

.partner-logos {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.partner-logo {
  max-width: 160px;
  max-height: 80px;
}

@media screen and (max-width: 991px) {
  body {
    cursor: default;
  }

  li {
    font-size: 14px;
    line-height: 24px;
  }

  .section {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .section.cc-cta {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding: 40px 0;
    display: flex;
  }

  .section.our-approach {
    padding-bottom: 0;
  }

  .section.services-section-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.section-project-media {
    padding-bottom: 0;
  }

  .section.nexgen-section-wrap, .section.clients-section-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .button {
    cursor: default;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light.footer-copyright {
    order: 1;
  }

  .heading-jumbo {
    font-size: 40px;
    line-height: 44px;
  }

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

  .logo-link {
    z-index: 10;
  }

  .menu-icon {
    border-radius: 0;
    width: 40px;
  }

  .menu {
    margin-right: 3%;
  }

  .navigation {
    top: 20px;
  }

  .navigation-item {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item.w--current {
    color: var(--white);
  }

  .navigation-item.footer {
    color: var(--dim-grey);
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    max-height: 100px;
  }

  .navigation-items {
    z-index: 99;
    background-color: var(--dim-grey);
    flex-direction: column;
    align-items: flex-end;
    min-width: 280px;
    height: 100vh;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    inset: 0%;
  }

  .korz-logo-tiny.hidden {
    display: none;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    flex: none;
    width: auto;
    padding: 0 60px;
  }

  .intro-header.our-approach.work-with-us {
    background-image: linear-gradient(to bottom, null, null), url('../images/work-with-us-hero-image.png');
    background-position: 0 0, 50%;
  }

  .intro-content {
    max-width: 600px;
  }

  .motto-wrap {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-services-grid {
    grid-row-gap: 20px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .service-image {
    display: inline-block;
  }

  .contact-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .details-wrap {
    text-align: left;
    margin-bottom: 20px;
  }

  .get-in-touch-form, .contact-form-heading-wrap {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 20px;
  }

  .projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-overview-header {
    align-content: end;
  }

  .project-details-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-media {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .project-media.right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .project-media.left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .preview-image {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .link {
    cursor: default;
    font-size: 14px;
    line-height: 24px;
  }

  .our-work-content-wrap {
    margin-right: 0;
  }

  .our-work-section-wrap {
    margin-bottom: 10px;
  }

  .section-heading {
    align-self: stretch;
    margin-left: 60px;
    margin-right: 60px;
  }

  .our-work-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    align-items: end;
  }

  .our-work-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .motto-content {
    flex: none;
  }

  .unleash {
    margin-bottom: 20px;
  }

  .unleash.outline {
    margin-bottom: 0;
    margin-left: -40px;
    margin-right: -40px;
    display: none;
  }

  .our-work-text {
    margin: 0 30px 30px;
    padding: 30px;
  }

  .our-work-text.anim.big-dot-background {
    margin-top: -400px;
  }

  .icon {
    width: 28px;
  }

  .icon.rotate.hidden {
    display: none;
  }

  .icon.service-icon {
    margin-bottom: 60px;
  }

  .card.card-medium {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .our-approach-grid {
    grid-column-gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .approach-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .our-approach-vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-approach-vertical.right {
    padding-right: 0%;
  }

  .our-approach-unleash {
    display: none;
  }

  .our-work-image {
    min-height: 480px;
  }

  .footer-flex-h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    flex: 1;
    align-self: flex-start;
  }

  .our-philosophy-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .philosophy-card {
    flex-direction: column;
  }

  .philosophy-card.icon {
    display: none;
  }

  .philosophy-image {
    width: 100%;
    min-height: 320px;
    display: inline-block;
  }

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

  .philosophy-number {
    font-size: 80px;
    line-height: 80px;
  }

  .related-work-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-overview-hero {
    justify-content: flex-end;
    padding: 0;
  }

  .project-hero-background {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .project-hero-background.right {
    align-self: flex-start;
    padding: 40px 60px;
  }

  .project-hero-background.transparent {
    flex: none;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 40px 60px;
  }

  .project-overview-content {
    margin-top: 0;
    padding-bottom: 80px;
  }

  .project-overview-intro {
    margin-left: 60px;
    margin-right: 60px;
  }

  .project-media-left-image {
    border-radius: 0;
  }

  .project-media-right-image {
    border-radius: 0;
    width: 100%;
  }

  .contact-card-image {
    display: inline-block;
  }

  .project-media-text {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .contact-details {
    display: none;
  }

  .big-dot-background {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 40px;
  }

  .unleash-big-letter {
    font-size: 28px;
    line-height: 28px;
  }

  .close-menu-button {
    position: fixed;
    inset: 20px 20px auto auto;
  }

  .close-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-footer {
    flex: 1;
    align-self: flex-start;
  }

  .cursor-wrapper {
    display: none;
  }

  .list-item {
    font-size: 13px;
  }

  .two-col-section {
    grid-row-gap: 60px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .two-col-content {
    flex: 1;
    justify-content: flex-end;
    padding-left: 60px;
    padding-right: 60px;
  }

  .blog-preview-image {
    max-width: 100%;
  }

  .partner-logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    display: grid;
  }

  .partner-logo {
    max-width: 120px;
    max-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.services-section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.section-project-media.challenge {
    padding-top: 0;
  }

  .section.portfolio-wrap, .section.nexgen-section-wrap, .section.clients-section-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-bigger, .paragraph-bigger.text-center {
    font-size: 14px;
    line-height: 24px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

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

  .logo-link, .logo-link.w--current {
    padding-left: 30px;
  }

  .menu {
    margin-right: 20px;
  }

  .navigation {
    top: 20px;
  }

  .logo-image {
    max-width: 180px;
    max-height: 80px;
  }

  .footer-wrap {
    padding: 40px 30px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
  }

  .intro-content {
    width: 100%;
  }

  .motto-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 0;
  }

  .contact-form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-heading-wrap {
    margin-bottom: 0;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .card-image.approach-image-2, .card-image.approach-image-1 {
    height: 320px;
  }

  .project-name-wrap {
    padding: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .link {
    font-size: 14px;
    line-height: 24px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .our-work-content-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading {
    margin-left: 30px;
    margin-right: 30px;
  }

  .motto-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
  }

  .our-work-text {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-work-text.anim.big-dot-background {
    display: none;
  }

  .icon.dot {
    width: 8px;
    height: 8px;
  }

  .icon.service-icon {
    width: 80px;
    margin-bottom: 40px;
  }

  .chip-wrap.project-tags {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .our-approach-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .approach-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-work-image {
    min-height: 500px;
  }

  .our-philosophy-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-text-container.text-center {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .project-hero-background, .project-hero-background.right, .project-hero-background.transparent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-overview-content {
    padding-bottom: 60px;
  }

  .project-overview-intro {
    margin-left: 30px;
    margin-right: 30px;
  }

  .contact-card {
    flex-direction: column;
  }

  .contact-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px;
  }

  .contact-card-image {
    width: 100%;
    min-height: 280px;
  }

  .project-media-text {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .heading-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .brand-image {
    width: 160px;
  }

  .contact-details {
    display: none;
  }

  .unleash-horizontal-markup, .unleash-horizontal-markup.gradient {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .unleash-big-letter {
    font-size: 18px;
    line-height: 18px;
  }

  .close-menu-button {
    right: 12px;
  }

  .two-col-section {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .two-col-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .partner-logos {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider.spacer {
    order: 1;
  }

  .button.cc-jumbo-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 44px;
  }

  .navigation-wrap {
    right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-items {
    z-index: 9999;
  }

  .intro-content.cc-homepage {
    padding-bottom: 25%;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .card-image.approach-image-2, .card-image.approach-image-1 {
    height: 260px;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .our-work-grid {
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  }

  .intro-text.home {
    padding-bottom: 0%;
  }

  .icon.service-icon {
    margin-bottom: 20px;
  }

  .service-content, .card-title-wrap {
    padding: 30px;
  }

  .our-work-image {
    min-height: 360px;
  }

  .philosophy-image {
    min-height: 260px;
  }

  .philosophy-content {
    padding: 30px;
  }

  .philosophy-number {
    font-size: 60px;
    line-height: 60px;
  }

  .project-hero-background, .project-hero-background.right, .project-hero-background.transparent {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .unleash-horizontal-markup, .unleash-horizontal-markup.gradient {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .unleash-big-letter {
    font-size: 12px;
    line-height: 16px;
  }

  .close-menu-button, .close-menu-button.w--open {
    flex: none;
  }

  .partner-logo {
    max-width: 80px;
    max-height: 60px;
  }
}

#w-node-_4e2b62e3-c058-f967-bba5-ef56073c7045-868ca124 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: stretch stretch;
}

#w-node-a4d8c649-ab22-8f64-2799-ae91687b29aa-868ca124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-868ca124 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: stretch stretch;
}

#w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d911-868ca124 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d91d-868ca124 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d92b-868ca124 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca127 {
  place-self: stretch stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca127 {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca127, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca129 {
  place-self: stretch stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca129 {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca129, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12a {
  place-self: stretch stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12a {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12a, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12b {
  place-self: center stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12b {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12b, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12c {
  place-self: stretch stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12c {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12c, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12d {
  place-self: stretch stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12d {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12d, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12e {
  place-self: stretch stretch;
}

#w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12e {
  align-self: center;
}

#w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12e, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_94ec17ba-8e41-0cc2-d570-33aef914737b-868ca12f {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-_94ec17ba-8e41-0cc2-d570-33aef9147387-868ca12f {
  grid-area: 1 / 3 / 2 / 5;
  align-self: stretch;
}

#w-node-_94ec17ba-8e41-0cc2-d570-33aef9147395-868ca12f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_97645484-c21f-bb2f-b8d3-b9c237755087-868ca12f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-868ca12f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-868ca12f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-868ca131, #w-node-d243c905-58d1-3539-955a-b191b732bcf3-868ca131, #w-node-ed080de2-9436-384d-4d88-1c7d161d7cd0-868ca131, #w-node-b1b0e60a-bfb9-c837-4821-1801a0f06042-868ca131, #w-node-a70cef61-4e45-2e50-367d-0ebae381805a-868ca131, #w-node-_60e9dd1d-81f5-b30c-2de5-bac802e0dc9c-868ca131, #w-node-_8a1570dc-2dd9-237b-d52f-3913885dd989-868ca131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-868ca136 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-868ca136 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4e2b62e3-c058-f967-bba5-ef56073c7045-868ca124 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-868ca124 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d911-868ca124, #w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d91d-868ca124, #w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d92b-868ca124 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca127 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca127 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca127, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca127 {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca129 {
    grid-area: span 4 / span 2 / span 4 / span 2;
    align-self: end;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca129 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef4bcffb-c1bc-27bd-2cc4-0b977fe1a17c-868ca129, #w-node-aee9fbfb-13bd-bd0c-d251-6a60c7ff3ddd-868ca129 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b70459b-ce1f-4e1a-96e1-8c0f784fc3c5-868ca129 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b70459b-ce1f-4e1a-96e1-8c0f784fc3ca-868ca129, #w-node-_41673a01-4f05-672b-f45a-f0c387bbb7b0-868ca129 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41673a01-4f05-672b-f45a-f0c387bbb7b1-868ca129 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca129, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca129 {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12a {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12a, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12a {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12b {
    grid-area: span 4 / span 2 / span 4 / span 2;
    align-self: end;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-ef4bcffb-c1bc-27bd-2cc4-0b977fe1a17c-868ca12b, #w-node-aee9fbfb-13bd-bd0c-d251-6a60c7ff3ddd-868ca12b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b70459b-ce1f-4e1a-96e1-8c0f784fc3c5-868ca12b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b70459b-ce1f-4e1a-96e1-8c0f784fc3ca-868ca12b, #w-node-_41673a01-4f05-672b-f45a-f0c387bbb7b0-868ca12b, #w-node-_41673a01-4f05-672b-f45a-f0c387bbb7b1-868ca12b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8df58cd4-baf6-88af-e248-5148ce00f8df-868ca12b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8df58cd4-baf6-88af-e248-5148ce00f8e4-868ca12b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12b, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12b {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12c {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a64ecc77-8f7c-c17f-fef8-11a1b0612505-868ca12c, #w-node-fdf9e614-370a-6048-2244-0c4501dc376a-868ca12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0a689c2-2587-010a-d543-dfdd2eb554f2-868ca12c {
    order: -9999;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12c, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12c {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12d {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12d, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12d {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d910d9-e4e6-50d7-19e6-0308a77ee471-868ca12e {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_3c855f3b-0a73-b934-6197-43c92c789e67-868ca12e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_360a7540-4be7-da60-2987-b3fa810fcc06-868ca12e, #w-node-_360a7540-4be7-da60-2987-b3fa810fcc14-868ca12e {
    grid-column: span 2 / span 2;
  }

  #w-node-_94ec17ba-8e41-0cc2-d570-33aef914737b-868ca12f, #w-node-_94ec17ba-8e41-0cc2-d570-33aef9147387-868ca12f, #w-node-_94ec17ba-8e41-0cc2-d570-33aef9147395-868ca12f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97645484-c21f-bb2f-b8d3-b9c237755087-868ca12f {
    grid-column: span 2 / span 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-868ca12f, #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-868ca12f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-868ca131, #w-node-d243c905-58d1-3539-955a-b191b732bcf3-868ca131, #w-node-ed080de2-9436-384d-4d88-1c7d161d7cd0-868ca131, #w-node-b1b0e60a-bfb9-c837-4821-1801a0f06042-868ca131, #w-node-a70cef61-4e45-2e50-367d-0ebae381805a-868ca131, #w-node-_60e9dd1d-81f5-b30c-2de5-bac802e0dc9c-868ca131, #w-node-_8a1570dc-2dd9-237b-d52f-3913885dd989-868ca131 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-868ca136 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d91d-868ca124, #w-node-aa0ccef2-78ce-797a-66b5-6e9204a9d92b-868ca124, #w-node-_94ec17ba-8e41-0cc2-d570-33aef9147387-868ca12f, #w-node-_94ec17ba-8e41-0cc2-d570-33aef9147395-868ca12f, #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-868ca12f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'korz';
  src: url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'korz';
  src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-InktrapLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}