:root {
  --white: #fff;
  --blue: #3898ec;
  --light-grey: #f1f1f1;
}

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

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

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

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

body {
  color: #333;
  flex-flow: column;
  font-family: Rubik, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.navbar {
  mix-blend-mode: normal;
  background-color: #fff;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  transition: opacity .2s, opacity .2s;
  position: sticky;
  inset: 0% 0% auto;
  transform: translate(0);
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.section-home {
  padding-bottom: 20px;
}

.nav-menu {
  background-color: var(--white);
  height: 100vh;
  padding-top: 20px;
}

.menu-button {
  background-color: var(--white);
}

.menu-button.w--open {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.menu-link {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Rubik, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.menu-link:hover {
  font-weight: 500;
}

.menu-link:focus {
  color: #333;
}

.grid-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.social-menu {
  width: 40px;
}

.social-menu:hover {
  width: 45px;
}

.social {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  margin-top: 40px;
  font-size: 16px;
  line-height: 22px;
}

.cover-img {
  position: relative;
}

.text-block {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  inset: 40% 0% 0%;
}

.white-block {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.white-block:hover {
  opacity: 1;
}

.white {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.footer {
  margin-top: auto;
  padding-top: 60px;
}

.text-footer {
  text-align: center;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 27px;
}

.social-footer {
  width: 30px;
}

.field-label {
  font-weight: 400;
}

.textarea, .text-field {
  color: #313131;
  border-radius: 5px;
}

.submit-button {
  border-radius: 3px;
  margin-top: 20px;
}

.grid-intro {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.section {
  margin-top: 40px;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.custom-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.custom-link:hover {
  color: var(--blue);
}

.custom-link.w--current {
  font-size: 16px;
}

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

.container {
  margin-top: 16px;
}

.span-subtitle {
  color: var(--blue);
}

.subtitle {
  font-size: 15px;
}

.title {
  color: #333;
  padding-top: 20px;
  font-family: Rubik, Tahoma, sans-serif;
  font-size: 27px;
  font-weight: 300;
}

.get-in-touch {
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.get-in-touch:hover {
  color: var(--blue);
}

.grid-four, .image-page {
  margin-bottom: 16px;
}

.image-web {
  margin-bottom: 20px;
  box-shadow: 0 0 4px #0003;
}

.go-to-projects {
  text-align: center;
}

.container-goto {
  padding-top: 40px;
}

.about {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

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

.review-section {
  background-color: #f1f1f1;
  margin-top: 60px;
}

.mask {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.left-arrow {
  margin-left: -15px;
}

.right-arrow {
  margin-right: -15px;
}

.reviewer {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.review {
  font-size: 16px;
  line-height: 22px;
}

.slider {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: flex-end;
  height: auto;
}

.stars {
  width: 100px;
  margin-bottom: 10px;
}

.project-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.quote {
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-collaboration {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.customers {
  text-align: center;
  font-size: 18px;
}

.section-customer {
  padding-top: 60px;
}

.institution {
  text-align: center;
  max-width: 160px;
  max-height: 90px;
  font-size: 18px;
}

.line-customer {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.customer-block-title {
  width: 100%;
  margin-bottom: 20px;
}

.language {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lang {
  color: #333;
  font-family: Rubik, Tahoma, sans-serif;
  text-decoration: none;
}

.lang:hover {
  font-weight: 600;
}

.grid-language {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.service-img {
  height: 50px;
  margin-bottom: 10px;
}

.service-description {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.service {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.body {
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

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

.project-title {
  font-weight: 500;
}

.icon {
  color: #333;
}

.text-block-2, .category {
  font-size: 18px;
}

.custom-link-goto {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.custom-link-goto:hover {
  color: var(--blue);
}

.custom-link-goto.w--current {
  font-size: 18px;
  font-weight: 300;
}

.line-footer {
  background-color: var(--light-grey);
  color: #2f71db;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 1px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-contact {
  margin-top: 140px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-contact {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.section-contact {
  height: 100vh;
  padding-bottom: 20px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about {
    width: 100%;
  }

  .mask {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .grid-collaboration {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-block {
    font-size: 14px;
    line-height: 16px;
    top: 40%;
  }

  .grid-intro {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-four {
    grid-template-columns: 1fr;
  }

  .container-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-two {
    grid-template-columns: 1fr;
  }

  .grid-collaboration {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .institution {
    max-width: 140px;
    max-height: 80px;
  }

  .grid-services {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin-top: 10px;
  }

  .grid-collaboration {
    grid-template-columns: 1fr 1fr;
  }

  .section-customer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

#w-node-_84f3bdaf-f384-9904-9ee7-4567fad4cc1e-fad4cc16 {
  justify-self: end;
}

#w-node-_84f3bdaf-f384-9904-9ee7-4567fad4cc21-fad4cc16 {
  justify-self: start;
}

#w-node-dbb5ee87-d075-c6a4-0df4-20327edbf3f5-7edbf3e7 {
  place-self: auto end;
}

#w-node-dbb5ee87-d075-c6a4-0df4-20327edbf3f8-7edbf3e7 {
  justify-self: start;
}

#w-node-_6a1daab7-4608-2180-5093-157a7e66dc93-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dc95-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dc97-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dc99-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dc9b-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dc9d-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dc9f-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca1-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca3-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca4-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca5-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca6-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca7-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca8-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dca9-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dcaa-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dcab-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dcac-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dcad-92f92271, #w-node-_6a1daab7-4608-2180-5093-157a7e66dcae-92f92271 {
  place-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-abcfde72 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-abcfde72 {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-f618c123 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-f618c123 {
  place-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-a96e1081 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-a96e1081 {
  place-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-b402d8df {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-b402d8df {
  place-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-919b1d8b {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-919b1d8b {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-7383b50d {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-7383b50d {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-4a3ba148 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-4a3ba148 {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-55ed4692 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-55ed4692 {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-ad980e61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-b8a8897a {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-b8a8897a {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-e247c726 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-e247c726 {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-a24b216b {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-a24b216b {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-e39458e3 {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-e39458e3 {
  align-self: center;
}

#w-node-_44ebd694-27b2-bbd8-1591-f41c33ab1f58-69fd0d2f {
  align-self: start;
}

#w-node-_55fceee1-be0a-a085-9a89-4a01159d5297-69fd0d2f {
  align-self: center;
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.ttf') format('truetype'), url('../fonts/Rubik-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}