:root {
  --white-smoke: #f5f3ef;
  --black: black;
  --orange-red: #ef4823;
  --white: white;
  --background: #1c1a1d;
  --black-2: #1c1c1c;
  --dim-grey: #5f5f5f;
  --silver: #c4c4c4;
  --black-3: #2a2a2a;
  --light-slate-grey: #818993;
}

body {
  background-color: var(--white-smoke);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 109px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: -.72px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--orange-red);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--orange-red);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.container {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px;
}

.logo {
  color: var(--black);
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160px;
}

.hero-wrapper {
  display: flex;
}

.hero-left-content {
  width: 62.53%;
  max-width: 62.53%;
  overflow: hidden;
}

.hero-title {
  letter-spacing: -7.2px;
  font-size: 160px;
  line-height: 160px;
}

.uppercase {
  text-transform: uppercase;
}

.hero-right-content {
  flex-direction: column;
  justify-content: space-around;
  width: 39.52%;
  max-width: 39.52%;
  padding-top: 40px;
  padding-left: 40px;
  display: block;
  position: relative;
}

.hero-frame {
  align-items: center;
  display: flex;
  position: relative;
}

.play-icon {
  z-index: 1;
  background-color: var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 99px;
  padding: 30px;
  display: flex;
  position: absolute;
  left: 6px;
}

.hero-image {
  position: relative;
  top: 0;
}

.star-group {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.hero-text-wrapper {
  margin-left: -75px;
  overflow: hidden;
}

.hero-paragraph {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.hero-buttons {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.hero-tag-button {
  color: var(--black);
  letter-spacing: 1px;
  border: 1px solid #000;
  border-radius: 30px;
  flex: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}

.tag-text {
  margin-bottom: 0;
  font-weight: 300;
}

.hero-divider {
  background-color: #2a2a2a;
  border-radius: 10px;
  width: 100%;
  height: 1px;
}

.about-us-section {
  margin-top: 80px;
  overflow: hidden;
}

.about-us-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 268px) minmax(min-content, 268fr) minmax(min-content, 268px) minmax(min-content, 182fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.block-1.width268 {
  max-width: 268px;
}

.orange-arrow {
  border: 2px solid var(--orange-red);
  border-radius: 100%;
  width: 86px;
  height: 86px;
  padding: 12px;
}

.orange-arrow.mb60 {
  margin-bottom: 60px;
  overflow: hidden;
}

.get-started-button {
  grid-column-gap: 20px;
  background-color: var(--orange-red);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 60px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 7px 11px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
  display: flex;
}

.border {
  grid-column-gap: 20px;
  border: 1px solid var(--white);
  border-radius: 60px;
  flex: 1;
  align-items: flex-start;
  padding: 12px 33px;
  display: flex;
}

.block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.small-h2 {
  color: var(--orange-red);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 43px;
}

.orange {
  color: var(--orange-red);
}

.mb60 {
  margin-bottom: 60px;
}

.about-text {
  letter-spacing: 1px;
}

.mb100 {
  margin-bottom: 100px;
}

.block-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.count-number {
  grid-column-gap: 11px;
  display: flex;
}

.count-number-text {
  color: var(--background);
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 82px;
}

.plus-text {
  color: var(--orange-red);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 47px;
  display: inline-block;
}

.count-text {
  color: var(--orange-red);
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.services-section {
  margin-top: 87px;
}

.services-wrapper {
  background-color: var(--black-2);
  border-radius: 70px;
  padding: 36px 60px 60px;
}

.footer-section {
  padding-top: 80px;
  padding-bottom: 37px;
}

.footer-wrapper {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.footer-wrapper.black {
  grid-column-gap: 49px;
  background-color: var(--black-2);
  border-radius: 70px;
  padding: 40px 60px;
}

.footer-left {
  max-width: 929px;
}

.services-left {
  width: 100%;
  max-width: 51.31%;
}

.services-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  display: flex;
}

.services-right.left {
  flex: none;
  margin-left: 0;
}

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

.services-heading {
  color: #c4c4c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 94px;
}

.services-paragraph {
  color: var(--dim-grey);
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.services-tab {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  letter-spacing: 1px;
  border-radius: 30px;
  flex: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: font-variation-settings .3s, border-color .3s, color .3s;
}

.services-tab:hover {
  border-width: 1px;
  border-color: var(--silver);
  color: var(--silver);
  font-weight: 500;
}

.services-head-block {
  margin-bottom: 50px;
  display: flex;
}

.services-tab-wrapper {
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}

.services-tab-data {
  border-top: 1px solid var(--black-3);
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.services-tab-data.last {
  border-bottom: 1px solid var(--black-3);
}

.services-tab-title {
  background-color: var(--black-2);
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
  overflow: hidden;
}

.services-tab-heading {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 61px;
}

.services-tab-heading.grey {
  color: var(--dim-grey);
}

.dot {
  background-color: var(--orange-red);
  opacity: 0;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.title-block {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

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

.services-tab-content {
  grid-column-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-tab-content.w--open {
  display: block;
  position: relative;
}

.services-tab-paragraph {
  color: var(--silver);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.hide {
  display: none;
}

.tab-arrow {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects {
  margin-top: 60px;
}

.project-title-block {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.project-heading {
  color: #c4c4c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 94px;
}

.project-heading.black {
  color: var(--background);
}

.project-paragraph {
  color: var(--dim-grey);
  text-align: right;
  letter-spacing: 1px;
  max-width: 451px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.project-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.project-tab.left {
  flex: none;
  margin-left: 0;
}

.project-divider {
  background-color: var(--black-3);
  width: 100%;
  height: 1px;
}

.project-tab-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.project-image {
  max-width: 360px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-image.max-width {
  border-bottom-left-radius: 70px;
  max-width: 750px;
  overflow: hidden;
}

.project-image.radius {
  border-bottom-right-radius: 70px;
  align-self: flex-start;
}

.overlay-box {
  opacity: 0;
  background-color: rgba(255, 255, 255, .8);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-overlay {
  margin-right: auto;
  padding: 24px 37px;
  position: relative;
}

.year {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.get-in-touch-button {
  background-color: var(--orange-red);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 162px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-row {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-row.copyright {
  border-top-style: none;
}

.social-icon {
  grid-column-gap: 40px;
  align-items: center;
  margin-left: auto;
  transition: opacity .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .5;
}

.footer-link-group {
  grid-column-gap: 40px;
  display: flex;
}

.footer-link {
  color: var(--black);
  letter-spacing: -.72px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--orange-red);
}

.copyright-text {
  color: var(--background);
  font-weight: 300;
  line-height: 44px;
}

.social-icon-group {
  grid-column-gap: 40px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.services-details {
  grid-column-gap: 40px;
  padding-bottom: 23px;
  display: flex;
}

.tab-icon {
  width: 60px;
  height: 60px;
  position: relative;
}

.tab-arrow-grey {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.upper-case {
  text-transform: uppercase;
}

.get-in-touch-title {
  letter-spacing: -7.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  line-height: 160px;
}

.get-in-touch-title.white {
  color: var(--silver);
  letter-spacing: -11px;
}

.team-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.divider-team-header {
  background-color: var(--black);
  height: 1px;
  margin-top: 26px;
}

.team-section {
  margin-top: 80px;
}

.team-grid {
  grid-column-gap: 83px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.team-details {
  background-color: var(--white);
  width: 100%;
  padding: 13px 54px 13px 25px;
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.team-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.team-position {
  color: var(--light-slate-grey);
  font-weight: 400;
}

.social-icons {
  z-index: 2;
  grid-row-gap: 21px;
  background-color: var(--orange-red);
  flex-direction: column;
  align-items: center;
  padding: 20px 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-icon-small {
  width: 10px;
}

.white-arrow {
  position: absolute;
}

.social-icon-link {
  transition: transform .3s;
}

.social-icon-link:hover {
  transform: scale(1.2);
}

.width-268 {
  max-width: 268px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: var(--white-smoke);
    flex-direction: column;
    padding: 5px 20px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .05);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 50px;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .logo {
    line-height: 50px;
  }

  .hero-wrapper {
    grid-column-gap: 30px;
    overflow: hidden;
  }

  .hero-title {
    font-size: 70px;
    line-height: 80px;
  }

  .hero-right-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .play-icon {
    width: 85px;
    height: 85px;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
  }

  .hero-text-wrapper {
    margin-left: auto;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .about-us-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .block-1.width-268 {
    max-width: 268px;
  }

  .get-started-button {
    display: inline-block;
  }

  .small-h2.mb60, .small-h2.mb100 {
    margin-bottom: 20px;
  }

  .block-4 {
    grid-row-gap: 30px;
  }

  .count-number-text {
    font-size: 50px;
  }

  .footer-wrapper.black {
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .services-head-block {
    grid-column-gap: 30px;
  }

  .project-tab-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-image.max-width {
    border-bottom-right-radius: 70px;
  }

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

  .year {
    font-size: 20px;
    line-height: 30px;
  }

  .get-in-touch-button {
    width: 100px;
    height: 100px;
    padding: 6px;
  }

  .footer-row {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    padding-top: 10px;
  }

  .footer-row.copyright {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .footer-link-group {
    grid-column-gap: 20px;
  }

  .social-icon-group {
    margin-left: 0;
  }

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

  .get-in-touch-title {
    font-size: 70px;
    line-height: 80px;
  }

  .get-in-touch-title.white {
    letter-spacing: -5px;
  }

  .full-image {
    width: 100%;
  }

  .top-line, .middle-line {
    background-color: var(--black);
    border-radius: 20px;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .bottom-line {
    background-color: var(--black);
    border-radius: 20px;
    width: 26px;
    height: 2px;
    margin-bottom: 0;
    padding: 0;
  }

  .team-title {
    font-size: 50px;
    line-height: 60px;
  }

  .team-section {
    margin-top: 40px;
  }

  .team-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .width-268 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    line-height: 50px;
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar {
    margin-bottom: 20px;
  }

  .hero-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .hero-left-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-right-content {
    padding-top: 0;
  }

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

  .play-icon {
    top: auto;
    bottom: auto;
    left: 10px;
  }

  .hero-buttons {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-divider {
    order: -1;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .orange-arrow.mb60 {
    margin-bottom: 20px;
  }

  .block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .count-number-text {
    font-size: 40px;
  }

  .count-text {
    letter-spacing: 0;
    font-size: 16px;
  }

  .services-wrapper {
    padding: 30px 20px 40px;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-wrapper.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-left {
    max-width: 100%;
  }

  .services-right {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .services-head-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .projects {
    margin-top: 40px;
  }

  .project-title-block {
    flex-direction: column;
  }

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

  .project-tab {
    flex-flow: wrap;
  }

  .project-image.max-width {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .project-overlay {
    padding: 12px;
  }

  .get-in-touch-button {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    padding: 11px;
  }

  .footer-row {
    margin-top: 20px;
  }

  .footer-row.copyright {
    flex-direction: column;
  }

  .social-icon-group {
    margin-left: 0;
  }

  .services-details {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .get-in-touch-title {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 60px;
  }

  .get-in-touch-title.white {
    letter-spacing: -2px;
  }

  .team-title {
    font-size: 35px;
    line-height: 45px;
  }

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

  .width-268 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-wrapper {
    box-shadow: 0 10px 30px -6px rgba(0, 0, 0, .05);
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
    line-height: 40px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-right-content {
    margin-top: 20px;
  }

  .play-icon {
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .block-4 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .count-block {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .count-number {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .count-number-text {
    line-height: 50px;
  }

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

  .services-tab-heading {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .project-divider {
    margin-top: 20px;
  }

  .project-tab-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-image.max-width {
    max-width: 100%;
  }

  .project-overlay {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .project-arrow {
    width: 30px;
    height: 30px;
  }

  .year {
    font-size: 18px;
  }

  .footer-row.copyright {
    grid-row-gap: 10px;
  }

  .footer-link-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright-text {
    text-align: center;
    line-height: 22px;
  }

  .tab-icon {
    width: 30px;
    height: 30px;
  }

  .title {
    font-size: 20px;
    line-height: 30px;
  }

  .get-in-touch-title {
    font-size: 30px;
    line-height: 40px;
  }

  .full-image {
    width: 100%;
  }

  .team-title {
    font-size: 30px;
    line-height: 40px;
  }

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

#w-node-_79bcc3ef-0390-fe26-98ca-07ee1b7b2a27-6f2942fa, #w-node-ffb0747f-b916-364d-8000-dbdef2a7f0a0-6f2942fa, #w-node-f46d8aa2-2d6f-775b-b5d3-c6b00980169d-6f2942fa, #w-node-fe971340-eb3e-0283-ac9a-61f90832ea7e-6f2942fa, #w-node-cc1c0f46-ab63-8c9d-11d9-02fea8a0c5dd-6f2942fb, #w-node-fde9cb8c-e27e-6fde-13a6-6d582d7eeb5a-6f2942fb, #w-node-_321ed6c5-081d-c0dd-5d5f-5d8573f0077f-6f2942fb, #w-node-_867d8746-5096-93d1-61f8-97ecebd6f762-6f2942fb, #w-node-fcd5ee41-2309-7a08-8c3c-fbc470b30f4e-6f2942fb, #w-node-_8916fe96-f8a0-4286-8288-20aa5be2e1a5-6f2942fb, #w-node-_7ccd1f2a-1449-4ee3-6b74-36d0fa9188b5-6f2942fb, #w-node-_8d7899ff-c599-239f-a5c8-65f9e825b602-6f2942fb, #w-node-_03987b84-f990-e5bd-e737-16586ea7674a-6f2942fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_71cd6fb5-e9cb-356a-a0cb-1c02aefc5f18-6f2942fa {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}


