@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucetwo;
  src: url('../fonts/OpenSauceTwo-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free Solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --dark-gray-text: #333;
  --primary: #10317f;
  --primary-light: #f7e4d6;
  --dark-gray: #5d5959;
  --white: white;
  --light-gray: #f4f4f4;
  --transparent: #fff0;
  --light-gray-2\<deleted\|variable-2fdeac3b\>: #f8f8f8;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

@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: var(--black);
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensaucetwo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensaucetwo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--dark-gray-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--black);
  align-items: center;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  color: var(--dark-gray-text);
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 4px solid var(--primary);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 120px;
  display: flex;
}

.section.banner-our-team {
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  padding-bottom: 80px;
}

.section.banner-our-process {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 740px;
  padding-top: 170px;
}

.section.banner-services {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 45px;
}

.section.portfolio-grid-banner {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section.style-guide-section {
  padding-top: 0;
  overflow: hidden;
}

.section.with-light-bg {
  background-color: var(--primary-light);
}

.section.light-bg {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.home-1-slider {
  padding-bottom: 140px;
}

.section.with-image-background {
  padding-top: 210px;
}

.section.with-video {
  background-image: linear-gradient(#0006, #0006), url('../images/construction-silhouette.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.with-line-bg {
  background-image: url('../images/line-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 450px;
  padding-bottom: 200px;
}

.section.with-black-bg {
  background-color: var(--black);
  background-image: url('../images/horizontal-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.home-3-with-light-bg {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.reviews-with-light-bg {
  background-color: var(--primary-light);
  padding-bottom: 140px;
}

.section.home-4-with-light-bg {
  background-color: var(--primary-light);
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-4-with-black-line-bg {
  background-color: var(--black);
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.about-us-with-video {
  background-image: linear-gradient(#0006, #0006), url('../images/construction-silhouette.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.why-choose-us-line-bg {
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.about-us-page {
  background-color: var(--primary-light);
  padding-bottom: 310px;
}

.section.with-one-line-divider {
  padding-bottom: 0;
  overflow: hidden;
}

.section.with-line-divider, .section.process-line-divider {
  overflow: hidden;
}

.section.process-line-divider-light-bg {
  background-color: var(--primary-light);
  overflow: hidden;
}

.section.with-video-block {
  padding-bottom: 250px;
}

.section.service-with-black-bg {
  background-color: var(--primary);
  background-image: url('../images/horizontal-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.section.banner-service-category {
  background-image: linear-gradient(#0006, #0006), url('../images/frames-for-your.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.section.project-details {
  padding-top: 75px;
  padding-bottom: 70px;
}

.section.banner-project-category {
  background-image: linear-gradient(#0006, #0006), url('../images/construction-silhouette.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.contact-us-2-banner {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
}

.section.contact-with-black-bg {
  background-color: var(--black);
  padding-top: 0;
}

.section.contact-us-with-light-bg {
  background-color: var(--primary-light);
}

.section.contact-us-3-page {
  z-index: 999;
  padding-bottom: 0;
}

.section.contacts-us-3-page {
  padding-bottom: 0;
}

.section.news-2-section {
  overflow: hidden;
}

.section.banner-blog-category {
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-yury-kim-585418_1pexels-yury-kim-585418.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.news-banner {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.news-grid {
  padding-top: 100px;
}

.section.news-3-page {
  padding-top: 80px;
}

.section.licensing-banner {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.cta {
  background-color: var(--primary-light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-container {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.home-1-team-image {
  align-items: stretch;
  max-width: none;
}

.base-container.landing {
  max-width: none;
}

.base-container.sizing {
  flex: 1;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--dark-gray);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--dark-gray);
  border-left: 1px none var(--dark-gray);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--dark-gray);
  background-color: var(--primary);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  filter: grayscale();
  max-width: 80%;
}

.spacing-wrapper-mobile {
  filter: grayscale();
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-right: 30px;
  display: flex;
}

.colors-wrapper {
  margin-right: 60px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-mobile {
  font-size: 36px;
}

.h2-mobile {
  font-size: 27px;
}

.h3-mobile {
  font-size: 24px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  min-width: 175px;
  padding: 12px 55px 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pricing-page {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 30px;
  display: block;
}

.primary-button.pricing-page:hover {
  background-position: 85%;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.absolute {
  color: var(--light-gray);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.home-2-absolute {
  color: var(--primary);
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
  transition: color .3s;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #0e0e0e;
}

.nav-link.home-white {
  color: var(--white);
}

.nav-link.home-white:hover {
  color: var(--primary-light);
}

.nav-link.home-5 {
  color: var(--white);
}

.nav-link.home-5:hover {
  color: var(--primary);
}

.nav-dropdown-toggle {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
  transition: color .3s;
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 230px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 700px;
  display: flex;
  right: -320px;
}

.nav-dropdown-list.home-3-megamenu {
  width: 360px;
}

.nav-dropdown-list.home-3-megamenu.w--open {
  width: 700px;
  display: flex;
  right: -235px;
}

.nav-dropdown-list.home-1-megamenu {
  width: 360px;
}

.nav-dropdown-list.home-1-megamenu.w--open {
  width: 700px;
  display: flex;
  right: -190px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  transition: color .3s;
}

.nav-item-title.home-white {
  color: var(--white);
  transition: color .3s;
}

.nav-item-title.home-white:hover {
  color: var(--primary-light);
}

.nav-item-title.hover {
  transition: color .3s;
}

.nav-item-title.hover:hover {
  color: var(--primary);
}

.nav-item-title.home-5-text {
  color: var(--white);
}

.nav-item-title.home-5-text:hover {
  color: var(--primary);
}

.style-guide-banner-section {
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 30px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-images-wrapper.pexels {
  margin-top: 60px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  margin-right: 50px;
}

.license-link.last-child {
  margin-right: 0;
}

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

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray);
  color: var(--black);
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33em;
}

.password-input:focus {
  border: 1px solid var(--primary);
  color: var(--black);
}

.password-input::placeholder {
  color: var(--dark-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 20px;
  margin-top: 15px;
  display: flex;
}

.coming-soon-input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--dark-gray);
  color: var(--black);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.coming-soon-input:focus {
  border-bottom-color: var(--primary);
  color: var(--black);
}

.coming-soon-input::placeholder {
  color: var(--dark-gray);
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
}

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

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: transform .3s;
}

.blog-grid-image:hover {
  transform: scale(1.1);
}

.blog-grid-content-wrapper {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.blog-grid-item {
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.blog-grid-item-title {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
  transition: transform .3s;
}

.blog-template-image:hover {
  transform: scale(1.1);
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.prev-post-arrow {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 15px;
}

.next-post-arrow {
  color: var(--primary);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 15px;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

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

.footer-rights-wrapper {
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.footer-rights {
  color: var(--primary-light);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-rights.dark {
  color: var(--black);
}

.footer-copyright {
  color: var(--primary-light);
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-copyright.link {
  color: var(--primary);
}

.footer-copyright.link:hover {
  color: var(--white);
}

.footer-copyright.dark {
  color: var(--dark-gray-text);
}

.footer-copyright.link-dark {
  color: var(--primary);
}

.footer-copyright.link-dark:hover {
  color: var(--black);
}

.footer-copyright-link {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .3s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--white);
}

.footer-copyright-link.black-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 310px;
}

.team-card-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.team-member-position {
  text-align: left;
  margin-bottom: 15px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.team-social-icon {
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--primary);
}

.process-item-wrapper {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  width: 55%;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 100%;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  border: 1px solid var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 6px;
  line-height: 1em;
  display: flex;
}

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

.process-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.process-content-wrapper {
  align-items: center;
  width: 45%;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-large.text-above {
  position: absolute;
  left: 120px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-top: 50px;
  display: flex;
}

.banner-title-wrapper.without-top-margin {
  margin-top: 0;
}

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

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  max-width: 500px;
  padding: 40px 30px 30px;
}

.pricing-plan-list {
  margin-top: 30px;
  margin-bottom: 0;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-size: 20px;
}

.play-button {
  z-index: 5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.light-background {
  background-color: var(--light-gray);
}

.more-features-icon {
  color: var(--primary);
  text-align: center;
  min-width: 20px;
  max-height: 20px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 18px;
}

.coming-soon-image {
  object-fit: cover;
  max-width: 480px;
  height: 450px;
}

.link-with-icon {
  display: flex;
}

.contacts-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  margin-left: 40px;
  padding: 40px 40px 25px;
}

.contacts-divider {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail-wrapper.second-item {
  margin-top: 30px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: var(--primary);
}

.contacts-right-arrow {
  color: var(--dark-gray);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: var(--primary);
}

.contacts-slider-arrow-icon {
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-textarea {
  border: 1px solid var(--white);
  color: var(--black);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--black);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-input:focus {
  border-color: var(--primary);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
}

.contacts-2-form-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--white);
  transition: all .3s;
}

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

.footer-link.text-black {
  color: var(--black);
}

.footer-link.text-black:hover {
  color: var(--primary);
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer-links-wrapper.last-item {
  width: 30%;
}

.footer-links-wrapper.small-wrapper {
  width: 15%;
}

.search-wrap-input {
  color: #0e0e0e;
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary);
  line-height: 1.33em;
  transition: color .3s;
}

.search-link:hover {
  color: var(--black);
}

.search-input {
  border: 1px solid var(--dark-gray);
  color: var(--black);
  border-radius: 50px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--dark-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 120px;
}

.footer-logo-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.customer-wrapper {
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  background-color: var(--primary-light);
  width: 30%;
  padding: 20px 40px 30px;
  position: sticky;
  top: 100px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.customer-image {
  filter: contrast(0%);
  transition: filter .4s;
}

.customer-image:hover {
  filter: contrast(200%);
}

.light-gray-style-guide {
  background-color: var(--light-gray-2\<deleted\|variable-2fdeac3b\>);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.progressbar-gray-line {
  background-color: #a2a2a24d;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--primary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-wrap {
  width: 100%;
  max-width: 480px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.progressbar-active {
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% -4px auto;
}

.progressbar-number {
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  bottom: 20px;
}

.progressbar-item {
  margin-bottom: 30px;
}

.portfolio-tab-link {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding: 20px 30px;
}

.portfolio-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  color: var(--white);
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  color: var(--primary);
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  background-color: #0000;
  padding: 30px;
}

.portfolio-masonry-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.portfolio-masonry-collection-item {
  cursor: pointer;
  width: 48.4%;
  display: inline-block;
}

.portfolio-masonry-image {
  object-fit: cover;
  width: 100%;
  height: 430px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.portfolio-masonry-lightbox {
  border-bottom: 120px solid var(--primary);
  border-left: 120px solid #0000;
  transition: all .3s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.portfolio-masonry-lightbox:hover {
  border-bottom-color: var(--black);
}

.portfolio-masonry-lightbox-icon {
  color: var(--white);
  height: 30px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  inset: 70px 15px 0 auto;
}

.portfolio-masonry-title {
  color: var(--white);
  font-size: 24px;
  line-height: 1.33em;
  transition: color .3s;
}

.portfolio-masonry-title:hover {
  color: var(--primary);
}

.portfolio-masonry-category {
  color: var(--white);
  width: 100%;
  margin-top: 20px;
  line-height: 1.33em;
  transition: color .3s;
  display: inline-block;
}

.portfolio-masonry-category:hover {
  color: var(--primary);
}

.portfolio-masonry-image-link {
  width: 100%;
}

.project-template-category {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 30px;
  transition: color .3s;
  display: inline-block;
}

.project-template-category:hover {
  color: var(--primary);
}

.project-template-content {
  z-index: 127;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.project-template-content-wrapper {
  grid-column-gap: 80px;
  width: 100%;
  display: flex;
}

.project-template-info-wrap {
  width: 25%;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: var(--dark-gray);
}

.project-template-social-icons {
  margin-top: 5px;
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  background-color: var(--primary-light);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.progress-bar-91 {
  background-color: var(--primary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-column {
  width: 25%;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.first-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.first-video:hover {
  opacity: 1;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.team-members-wrap {
  width: 25%;
}

.portfolio-masonry-tabs {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.blog-details-link-title {
  color: var(--primary);
  font-size: 22px;
  transition: color .3s;
}

.blog-details-link-title:hover {
  color: #1119;
}

.project-button-link {
  color: #0e0e0e;
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  color: var(--black);
  font-size: 18px;
  transition: color .3s;
}

.project-button-link-paragraph:hover {
  color: var(--primary);
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.schedule-tab {
  border-left: 1px solid var(--dark-gray);
  background-color: var(--primary-light);
  color: var(--dark-gray-text);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 25%;
  padding: 20px 30px;
  transition-property: all;
  display: flex;
}

.schedule-tab:hover {
  background-color: var(--primary-light);
  opacity: 1;
  color: var(--dark-gray-text);
}

.schedule-tab.w--current {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  width: 25%;
}

.schedule-tab.w--current:hover {
  opacity: 1;
}

.schedule-tab.first-item {
  border-left-style: none;
}

.tabs-schedule {
  width: 100%;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style p {
  margin-bottom: 10px;
}

.rich-text-style h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style h2 {
  margin-bottom: 25px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 30px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 28px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style h5 {
  margin-top: 20px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
}

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

.brand-tablet {
  display: none;
}

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

.tabs-menu-wrapper {
  width: 100%;
  display: flex;
}

.guide-tabs-content {
  margin-top: 45px;
}

.base-style-guide-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.primary-button-whitee {
  border: 1px solid var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  padding: 12px 55px 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.primary-button-whitee:hover {
  background-color: var(--primary);
  color: var(--white);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
}

.secondary-button-black {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 175px;
  padding: 12px 55px 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.secondary-button-black:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
}

.secondary-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 175px;
  padding: 12px 55px 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.secondary-button-white:hover {
  background-color: var(--primary);
  color: var(--white);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
}

.navbar-button-wrap {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.justify-right {
  grid-column-gap: 25px;
  display: flex;
}

.footer-contact-link {
  color: var(--white);
  text-align: left;
}

.footer-contact-link:hover {
  color: var(--primary);
}

.footer-contact-link.text-black {
  color: var(--black);
}

.footer-contact-link.text-black:hover {
  color: var(--primary);
}

.footer-form {
  grid-column-gap: 10px;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-text-field {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-light);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  min-width: 250px;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-text-field:focus {
  border-bottom-color: var(--primary);
}

.footer-text-field::placeholder {
  color: var(--light-gray);
  font-size: 18px;
  line-height: 1.1em;
}

.footer-text-field.dark {
  border-bottom-color: var(--dark-gray);
  color: var(--black);
}

.footer-text-field.dark:focus {
  border-bottom-color: var(--primary);
  color: var(--black);
}

.footer-text-field.dark::placeholder {
  color: var(--dark-gray);
}

.subscribe-button {
  color: var(--white);
  background-color: #0000;
  border-style: none;
  border-right-color: #000;
  padding: 7px 0 0;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .3s;
}

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

.footer-links-rights-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights-wrapper-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  color: var(--white);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.success-message.dark {
  color: var(--black);
  font-size: 16px;
}

.success-message-text {
  font-size: 16px;
  line-height: 1.1em;
}

.error-message {
  color: var(--primary);
  background-color: #fff0;
  padding-left: 10px;
  padding-right: 10px;
}

.home-1-primary-button {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  cursor: pointer;
  border-radius: 60px;
  min-height: 50px;
  padding: 12px 30px;
  transition: color .3s, background-color .4s;
  display: inline;
}

.home-1-primary-button:hover {
  background-color: var(--primary);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
}

.top-banner-section {
  background-image: linear-gradient(270deg, #0000, #000000e6), url('../images/frames-for-your.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 100%;
  min-height: 100vh;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.title-holder {
  width: 75%;
  margin-bottom: 20px;
}

.home-1-base-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-holder {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.home-1-description {
  color: var(--white);
  margin-bottom: 40px;
  line-height: 1.5em;
}

.home-1-description.not-full {
  width: 60%;
}

.home-button-holder {
  display: flex;
}

.home-button-wrap {
  justify-content: flex-end;
  width: 100%;
  padding-right: 140px;
  display: flex;
}

.home-button-wrap.clients-page {
  justify-content: flex-start;
}

.first-link-icon {
  z-index: 666;
  border: 9px solid #ffffff1a;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.first-link-icon.border-black {
  border-color: #f238011a;
  position: absolute;
  top: -160px;
}

.first-link-icon.about-border-black {
  border-color: #0000;
  position: absolute;
  top: -160px;
}

.our-story-wrap {
  z-index: 999;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  max-height: 90px;
  padding: 20px;
  display: flex;
}

.text-black {
  color: var(--primary);
  cursor: pointer;
  transition: color .3s;
}

.text-black:hover {
  color: var(--dark-gray);
}

.arrow-holder {
  border: 1px solid var(--primary);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: transform .3s;
  display: flex;
}

.arrow-holder:hover {
  transform: translate(0, 4px);
}

.home-arrow {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.our-story-holder {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.studio-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.studio-text-wrap {
  width: 30%;
}

.studio-content-wrap {
  width: 67%;
}

.studio-content-description-wrap {
  grid-column-gap: 30px;
  border-top: 1px solid var(--primary);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.about-studio-wrapper {
  width: 100%;
}

.design-wrapper {
  grid-column-gap: 100px;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.design-image-wrap, .design-content-wrap {
  width: 50%;
}

.design-image {
  object-fit: cover;
  width: 100%;
  min-height: 260px;
}

.text-color-black {
  color: var(--black);
}

.design-content-description {
  color: var(--dark-gray);
  margin-top: 30px;
  margin-bottom: 50px;
}

.home-1-primary-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  padding: 12px 70px 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.home-1-primary-button-white:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.services-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.services-title-wrap {
  align-items: center;
  width: 65%;
  display: flex;
}

.services-description-wrap {
  width: 45%;
}

.services-content-wrapper {
  width: 25%;
}

.services-content-wrapper.with-margin {
  margin-top: 50px;
}

.services-content-list {
  width: 100%;
  display: flex;
}

.services-content-item {
  border: 1px solid var(--dark-gray);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
  padding: 30px 30px 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.services-content-item:hover {
  background-image: url('../images/services-02_1services 02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 15px);
}

.services-content-item.second-item:hover {
  background-image: url('../images/services-04_1services 04.webp');
}

.services-content-item.third-item:hover {
  background-image: url('../images/services-01_1services 01.webp');
}

.services-content-item.fourth-item:hover {
  background-image: url('../images/services-03_1services 03.webp');
}

.our-services-title-wrap {
  grid-column-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-services-divider {
  background-color: var(--primary);
  min-width: 50px;
  height: 1px;
  transition: background-color .3s;
}

.our-services-decription {
  margin-top: 20px;
}

.our-services-number-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-services-number {
  color: var(--white);
  text-shadow: 1px -1px 0 var(--black), -1px -1px 0 var(--black), -1px 0 0 var(--black), 1px 1px 0 var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.our-services-conten-wrap {
  width: 100%;
  display: flex;
}

.our-services-title {
  color: var(--primary);
  font-size: 22px;
}

.what-we-do-wrapper {
  grid-column-gap: 100px;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-we-do-image-wrap {
  grid-column-gap: 30px;
  width: 50%;
  display: flex;
}

.what-we-do-image {
  object-fit: cover;
  width: 50%;
  height: 370px;
}

.what-we-do-second-image {
  object-fit: cover;
  width: 50%;
  height: 450px;
}

.what-we-do-content-wrap {
  width: 50%;
}

.what-we-do-title {
  width: 65%;
  margin-bottom: 50px;
}

.progressbar-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.portfolio-wrapper {
  width: 100%;
}

.portfolio-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.home-1-portfolio-list-wrapper {
  width: 100%;
}

.home-1-portfolio-list {
  grid-column-gap: 30px;
  grid-template-rows: 2fr 2fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: flex;
}

.home-1-portfolio-item {
  flex-wrap: wrap;
  grid-template-rows: auto 2fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 33%;
}

.home-1-portfolio-image-holder {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-1-portfolio-image {
  object-fit: cover;
  width: 100%;
  height: 370px;
  transition: transform .3s;
}

.home-1-portfolio-image:hover {
  transform: scale(1.02);
}

.home-1-portfolio-2-image-holder {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.awards-wrapper {
  width: 100%;
  display: flex;
}

.awards-text-wrap {
  width: 30%;
}

.awards-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  width: 70%;
  padding-left: 50px;
  display: flex;
}

.awards-small-title {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.awards-small-title.news-2-page {
  transition: color .3s;
}

.awards-small-title.news-2-page:hover {
  color: var(--primary);
}

.awards-text-wrapper {
  width: 46%;
}

.awards-text-wrapper.right-item {
  padding-left: 40px;
}

.awards-title {
  color: var(--primary);
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.awards-description {
  color: var(--light-gray);
  width: 90%;
}

.awards-description.home-3-right-item {
  width: 91%;
}

.awards-description.dark {
  color: var(--black);
}

.our-team-holder {
  align-items: center;
  width: 100%;
  display: flex;
}

.our-team-holder.reverse {
  flex-direction: row-reverse;
  margin-top: 45px;
}

.our-team-holder.home-one {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.our-team-small-description {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.our-team-small-description.white {
  color: var(--light-gray);
}

.our-team-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.our-team-description {
  width: 85%;
  margin-bottom: 30px;
}

.our-team-wrapper {
  width: 50%;
}

.team-members-holder {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.team-members-holder.home-one {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.team-members-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}

.team-members-name {
  color: var(--primary);
  margin-bottom: 15px;
  font-size: 22px;
}

.team-members-name.text-white {
  color: var(--white);
}

.home-1-reviews-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-1-reviews-slider {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.home-1-reviews-mask {
  width: 100%;
}

.home-1-reviews-holder {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.home-1-reviews-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.home-1-reviews-image {
  object-fit: cover;
  border-radius: 50px;
  width: 70px;
  height: 70px;
}

.home-1-reviews-name {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-1-reviews-job {
  margin-top: 10px;
}

.home-1-reviews-pagination {
  display: none;
  top: 200px;
}

.home-1-left-arrow {
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10px;
  inset: 0% 11% -135% 0%;
}

.home-1-right-arrow {
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10px;
  inset: 0% -8% -135% 0%;
}

.reviews-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.reviews-name {
  color: var(--primary);
  font-size: 24px;
}

.home-1-banner-title {
  color: var(--white);
  text-transform: capitalize;
}

.home-1-banner-title.text-black {
  color: var(--black);
}

.home-2-banner-description {
  color: var(--dark-gray-text);
  width: 85%;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.home-2-line-divider {
  background-color: var(--primary);
  width: 1px;
  height: 150px;
  margin-left: 20px;
}

.home-2-line-divider.line-black, .home-2-line-divider.about-black {
  position: absolute;
  top: -140px;
}

.explore-more-link {
  align-items: flex-end;
  display: flex;
}

.explore-more-link:hover {
  color: var(--primary);
}

.justify-left {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.home-2-banner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: 95vh;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.home-2-banner-wrap {
  width: 55%;
}

.home-2-banner-short-description {
  color: var(--dark-gray);
  width: 90%;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.home-2-our-story-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  right: 15px;
}

.home-2-process-wrapper {
  grid-column-gap: 25px;
  width: 100%;
  display: flex;
}

.home-2-process-wrap {
  width: 33%;
  position: relative;
}

.home-2-number-holder {
  align-items: center;
  display: flex;
  position: relative;
}

.home-2-process-description {
  width: 70%;
}

.specialize-wrapper {
  grid-column-gap: 100px;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.specialize-image-wrap {
  grid-column-gap: 30px;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.specialize-content-wrap {
  width: 47%;
}

.specialize-image {
  object-fit: cover;
  width: 50%;
  height: 500px;
  transition: transform .3s;
}

.specialize-image:hover {
  transform: scale(1.05);
}

.specialize-second-image {
  object-fit: cover;
  width: 50%;
  height: 425px;
  transition: transform .3s;
}

.specialize-second-image:hover {
  transform: scale(1.05);
}

.description-holder {
  border-left: 2px solid var(--primary);
  width: 80%;
  margin-top: 30px;
  padding-left: 30px;
}

.description-holder.last-item {
  margin-bottom: 50px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.about-studio-wrap {
  width: 100%;
}

.about-studio-slider {
  background-color: var(--white);
  width: 100%;
  height: 400px;
}

.about-studio-slide-wrapper {
  align-items: flex-end;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.about-studio-slide-wrapper.reverse {
  grid-column-gap: 60px;
  flex-direction: row-reverse;
  position: relative;
}

.about-studio-text-wrap {
  width: 40%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 40px;
}

.about-studio-image-wrap {
  width: 60%;
}

.about-studio-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.about-studio-left-arrow {
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 10px;
  top: 40px;
  bottom: auto;
  left: -67%;
}

.about-studio-left-arrow.reverse {
  width: 20px;
  left: auto;
  right: -80px;
}

.about-studio-right-arrow {
  z-index: 5;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 10px;
  top: 40px;
  bottom: auto;
  right: 150%;
}

.about-studio-right-arrow.reverse {
  width: 20px;
  right: -135px;
}

.numbers-section {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.about-studio-title {
  color: var(--black);
}

.about-studio-description {
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-studio-description.reverse {
  margin-top: 30px;
}

.our-portfolio-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-portfolio-title {
  text-align: center;
  width: 55%;
  margin-bottom: 50px;
}

.our-portfolio-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.our-portfolio-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.our-portfolio-item {
  width: 48.3%;
  height: 100%;
  display: flex;
}

.home-2-awards-wrapper {
  width: 100%;
}

.awards-name {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px -1px 0 var(--dark-gray), -1px -1px 0 var(--dark-gray), -1px 0 0 var(--dark-gray), 1px 1px 0 var(--dark-gray);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1em;
  transition: all .3s;
}

.awards-name:hover {
  color: var(--primary);
  text-shadow: none;
}

.awards-name.large-item {
  width: 80%;
}

.awards-name.last-item {
  margin-bottom: 0;
}

.home-2-our-team-wrapper {
  width: 27%;
  padding-top: 25px;
  padding-right: 40px;
}

.home-2-our-team-description {
  width: 100%;
  margin-bottom: 30px;
}

.our-team-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 50px;
  position: relative;
}

.our-team-base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  display: flex;
}

.home-2-team-members-holder {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.home-2-team-members-holder.home-2-page {
  max-width: 740px;
  height: 95%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-2-our-team-holder {
  align-items: baseline;
  width: 100%;
  display: flex;
}

.home-2-testimonials-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-2-base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-2-image-holder {
  object-fit: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-2-our-story-wrapper {
  z-index: 999;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-2-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 95vh;
}

.home-2-testimonials-holder {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: none;
  width: 150%;
  margin-top: 40px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.home-2-testimonials-wrap {
  background-color: var(--primary-light);
  width: 25%;
  padding: 30px 20px;
}

.home-2-testimonials-wrap.hidden {
  flex: 1;
  display: block;
}

.home-2-testimonials-image {
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.home-2-testimonials-name-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.home-reviews-name {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 24px;
}

.home-reviews-name.small {
  font-size: 20px;
}

.home-2-reviews-description {
  color: var(--dark-gray-text);
}

.colorful-bg-heading-wrapper {
  border-radius: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: inline-block;
}

.colorful-bg-heading-wrapper.yellow {
  background-color: #eab642;
  margin-top: 30px;
}

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

.testimonials-section.margin-top {
  padding-top: 80px;
}

.reviews-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logos-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.logos-holder {
  grid-column-gap: 20px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.logos-image {
  filter: contrast(0%);
  cursor: pointer;
  object-fit: contain;
  width: 15%;
  max-height: 45px;
  transition: filter .4s;
}

.logos-image:hover {
  filter: grayscale(0%);
}

.home-3-explore-more-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 50px;
  margin-left: 110px;
  display: flex;
  position: relative;
}

.home-3-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.home-3-wrap {
  width: 50%;
  margin-bottom: 100px;
}

.third-link-icon-black {
  background-color: var(--primary);
  border-radius: 50px;
  width: 8px;
  height: 8px;
}

.second-link-icon-black {
  border: 7px solid #f2380133;
  border-radius: 50px;
  width: 22px;
  height: 22px;
}

.home-3-image-banner {
  display: none;
}

.home-3-about-us-wrapper {
  width: 100%;
  display: flex;
}

.home-3-about-us-title {
  margin-bottom: 40px;
}

.home-3-about-us-text-wrap {
  width: 55%;
}

.home-3-about-us-number-holder {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.home-3-about-us-number-holder.last-item {
  margin-top: 20px;
}

.home-3-line-divider {
  background-color: var(--primary);
  width: 100px;
  height: 1px;
}

.home-3-about-us-description {
  width: 95%;
}

.home-3-about-us-image {
  object-fit: cover;
  width: 32%;
  min-height: 770px;
  position: absolute;
  inset: -33% 0% 0% auto;
}

.home-3-awards-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-3-awards-name {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px -1px 0 var(--dark-gray), -1px -1px 0 var(--dark-gray), -1px 0 0 var(--dark-gray), 1px 1px 0 var(--dark-gray);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 100px;
  font-weight: 900;
  line-height: 1em;
  transition: all .4s;
  position: relative;
}

.home-3-awards-name:hover {
  color: var(--primary);
  text-shadow: none;
}

.hover-image {
  z-index: 1;
  object-fit: cover;
  width: 260px;
  height: 280px;
  position: absolute;
  inset: 0% 15px auto auto;
}

.what-we-do-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.second-hover-image {
  z-index: 0;
  object-fit: cover;
  width: 260px;
  height: 280px;
  position: absolute;
  top: 25%;
  right: 15px;
}

.third-hover-image {
  z-index: 0;
  object-fit: cover;
  width: 260px;
  height: 280px;
  position: absolute;
  inset: 50% 15px 0% auto;
}

.with-negative-margin {
  width: 100%;
  margin-top: -250px;
}

.home-3-page-video {
  grid-column-gap: 10px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-大伟-16612657_1pexels-大伟-16612657.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.home-3-page-video:hover {
  opacity: 1;
}

.home-3-play-button-icon {
  z-index: 7;
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

.home-3-play-button-icon.with-bg {
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
}

.home-3-play-button-icon.with-play-bg {
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  transition: transform .4s;
}

.home-3-play-button-icon.with-play-bg:hover {
  transform: scale(1.5);
}

.our-services-number-2 {
  color: #fff;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.process-title {
  color: #111;
  font-size: 20px;
}

.process-title.home-5-title {
  z-index: 999;
  color: var(--white);
}

.process-title.home-3-text-above {
  color: var(--white);
  position: absolute;
  left: 120px;
}

.process-title.home-4-text-above {
  z-index: 999;
  position: absolute;
  left: 120px;
}

.home-3-process-wrapper {
  grid-column-gap: 130px;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.home-3-our-services-number {
  color: var(--black);
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.home-3-process-description {
  color: var(--white);
  width: 85%;
}

.home-3-page-awards-wrapper {
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.awards-image {
  object-fit: cover;
  width: 85%;
  height: 380px;
  margin-top: 50px;
}

.home-3-awards-text-wrap {
  width: 30%;
}

.home-3-awards-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  width: 70%;
  padding-left: 85px;
  display: flex;
}

.home-3-awards-title {
  color: var(--primary-light);
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.home-3-portfolio {
  width: 100%;
}

.home-3-portfolio-title-button-wrap {
  flex-direction: row;
  display: flex;
}

.home-3-portfolio-title {
  width: 65%;
  margin-top: 10px;
  margin-bottom: 0;
}

.home-3-button-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.home-3-portfolio-wrapper {
  width: 100%;
  margin-top: 60px;
}

.home-3-portfolio-list {
  grid-column-gap: 30px;
  display: flex;
  position: relative;
}

.home-3-portfolio-item {
  width: 33%;
}

.home-3-portfolio-image {
  object-fit: cover;
  width: 33%;
  height: 230px;
}

.home-3-portfolio-image.first-item {
  width: 100%;
}

.home-3-portfolio-second-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.home-3-portfolio-left {
  width: 33%;
}

.home-3-portfolio-right {
  width: 69%;
}

.home-3-portfolio-second-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
}

.home-3-portfolio-second-item {
  grid-row-gap: 30px;
  flex-direction: column;
  position: relative;
}

.home-3-portfolio-large-image {
  object-fit: cover;
  width: 100%;
  height: 490px;
}

.home-3-portfolio-second-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-3-portfolio-third-item {
  position: relative;
}

.home-3-portfolio-image-hover {
  z-index: 999;
  grid-column-gap: 10px;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-3-portfolio-text-hover {
  color: var(--white);
}

.home-3-portfolio-second-image-hover {
  z-index: 999;
  grid-column-gap: 10px;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-3-image-wrap {
  width: 100%;
  height: 230px;
  position: relative;
}

.benefits-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.benefits-slider-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.benefits-slider-image {
  object-fit: cover;
  max-width: 770px;
  height: 400px;
  box-shadow: 28px 28px #0000001a;
}

.benefits-text-wrap {
  z-index: 777;
  background-color: var(--white);
  max-width: 490px;
  padding: 30px;
  position: absolute;
  top: 50px;
  left: 35%;
}

.benefits-description {
  margin-top: 20px;
}

.benefits-slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.benefits-left-arrow {
  z-index: 5;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 15px;
  inset: 5px 120px auto auto;
}

.benefits-left-arrow.white-bg {
  filter: invert();
}

.benefits-right-arrow {
  z-index: 5;
  background-image: url('../images/right-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 15px;
  inset: 6px 60px auto auto;
}

.benefits-right-arrow.with-white-bg {
  filter: invert();
}

.benefits-slide {
  width: 80%;
}

.home-2-portfolio-image {
  object-fit: cover;
  width: 100%;
  height: 370px;
  transition: transform .4s;
}

.home-2-portfolio-image:hover {
  transform: scale(1.05);
}

.home-3-blog-wrapper {
  width: 100%;
}

.home-3-blog-large-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-3-blog-content-wrap {
  width: 100%;
  margin-top: 40px;
}

.home-3-blog-image {
  object-fit: cover;
  width: 100%;
  height: 430px;
  transition: transform .3s;
}

.home-3-blog-image:hover {
  transform: scale(1.02);
}

.home-3-blog-list {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-3-blog-item {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.home-3-blog-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-3-blog-text-holder {
  padding-top: 10px;
}

.home-3-blog-description {
  width: 75%;
  margin-top: 8px;
}

.home-3-blog-description.text-light {
  color: var(--white);
}

.home-3-blog-description.full, .home-3-blog-image-holder {
  width: 100%;
}

.home-3-blog-title {
  cursor: pointer;
  font-size: 22px;
  transition: color .3s;
  display: inline-block;
}

.home-3-blog-title:hover {
  color: var(--primary);
}

.home-2-explore-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 50px;
  margin-left: 110px;
  display: none;
  position: relative;
}

.home-2-portfolio-image-holder {
  width: 100%;
  height: 100%;
  display: flex;
}

.home-1-portfolio-image-link {
  width: 100%;
}

.home-1-portfolio-2-imag {
  object-fit: cover;
  width: 100%;
  height: 370px;
  transition: transform .3s;
}

.home-1-portfolio-2-imag:hover {
  transform: scale(1.02);
}

.home-1-portfolio-second-list-wrapper {
  width: 100%;
}

.home-1-portfolio-second-list {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-1-portfolio-second-item {
  width: 50%;
}

.home-3-category-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-4-top-banner-section {
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% -105%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 450px;
  padding-top: 165px;
  position: relative;
}

.home-4-top-banner-section.testimonials-page {
  background-image: none;
  min-height: auto;
}

.home-4-banner-titlle-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-4-banner-titlle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.text-gray {
  color: var(--dark-gray);
}

.home-4-banner-description {
  width: 50%;
  margin-left: 140px;
}

.home-4-top-banner-icon {
  z-index: 1;
  max-width: 200px;
  max-height: 200px;
}

.home-4-top-banner-sphere-icon {
  z-index: 999;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-with-negative-margin {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: -175px;
  display: flex;
}

.spaces-wrapper {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 35px 50px;
  display: flex;
}

.spaces-title-wrap {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.home-4-process-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.home-4-process-wrap {
  width: 25%;
  position: relative;
}

.home-4-our-services-number {
  color: var(--white);
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.projects-section {
  padding-top: 55px;
  padding-bottom: 80px;
  position: relative;
}

.home-4-specialize-wrapper {
  grid-column-gap: 30px;
  flex-direction: row-reverse;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-4-specialize-image {
  object-fit: cover;
  width: 47%;
  height: 500px;
  transition: transform .3s;
}

.home-4-specialize-image:hover {
  transform: scale(1.05);
}

.home-3-specialize-second-image {
  object-fit: cover;
  width: 48%;
  height: 425px;
  transition: transform .3s;
}

.home-3-specialize-second-image:hover {
  transform: scale(1.05);
}

.home-4-specialize-image-wrap {
  grid-column-gap: 30px;
  align-items: flex-end;
  width: 53%;
  display: flex;
}

.home-4-specialize-content-wrap {
  width: 47%;
}

.how-we-work-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.how-we-text-wrap {
  width: 50%;
}

.how-we-work-title {
  margin-bottom: 15px;
}

.home-4-page-video {
  grid-column-gap: 10px;
  object-fit: cover;
  background-image: url('../images/pexels-yury-kim-585418_1pexels-yury-kim-585418.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
  position: relative;
}

.home-4-page-video:hover {
  opacity: 1;
}

.how-we-work-video-wrap {
  z-index: 5;
  width: 50%;
  margin-bottom: -50px;
  position: relative;
}

.home-4-primary-button-white {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  padding: 12px 70px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.home-4-primary-button-white:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.team-primary-button {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.team-primary-button:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-4-our-team-wrapper {
  width: 40%;
}

.home-4-our-team-image-wrapper {
  width: 60%;
}

.home-4-our-team-description {
  width: 100%;
  margin-bottom: 30px;
}

.home-4-our-team-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 570px;
  height: 320px;
  position: absolute;
  inset: 130px auto 0% 0%;
}

.home-4-blog-list {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-4-blog-item {
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  display: flex;
}

.home-4-blog-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
  transition: transform .3s;
}

.home-4-blog-image:hover {
  transform: scale(1.02);
}

.home-4-blog-text-wrap {
  display: inline-block;
}

.home-4-blog-image-holder {
  width: 100%;
}

.home-4-blog-description {
  width: 100%;
  margin-top: 8px;
}

.with-black-bg {
  background-color: var(--black);
}

.home-5-secondary-button-white {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
}

.home-5-secondary-button-white:hover {
  background-color: var(--white);
  color: var(--primary);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-5-banner-section {
  margin-bottom: 270px;
  padding-top: 170px;
  padding-bottom: 80px;
  position: relative;
}

.home-5-banner-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.home-5-title-wrap {
  width: 100%;
  display: flex;
}

.home-5-banner-titlle {
  color: var(--white);
  text-transform: uppercase;
  width: 65%;
  margin-top: 0;
  margin-bottom: 35px;
}

.home-5-category-title {
  color: var(--white);
  margin-top: 10px;
  font-size: 24px;
  transition: color .3s;
}

.home-5-category-title:hover, .home-5-category-title.process-banner {
  color: var(--primary);
}

.home-5-category-title.process-banner:hover {
  color: var(--black);
}

.home-5-category-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.home-5-title-description-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-5-link-wrapper {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-end;
  width: 18%;
  margin-top: 20px;
  transition: transform .3s;
  display: flex;
}

.home-5-description {
  color: var(--white);
  width: 50%;
}

.home-5-banner-image {
  object-fit: cover;
  width: 100%;
  max-width: 990px;
  height: 350px;
  position: absolute;
  top: 85%;
}

.believe-wrapper {
  grid-column-gap: 70px;
  width: 100%;
  display: flex;
}

.believe-title-wrap {
  width: 35%;
}

.believe-title {
  color: var(--white);
  text-transform: uppercase;
}

.believe-description-wrap {
  grid-column-gap: 30px;
  width: 65%;
  display: flex;
}

.home-5-our-services-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
}

.home-5-process-wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.home-5-number-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-5-about-us {
  color: var(--primary);
  align-items: flex-end;
  display: flex;
}

.home-5-title-with-number {
  grid-column-gap: 30px;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 100%;
  height: 70px;
  margin-bottom: 50px;
  display: flex;
}

.home-5-number-wrap {
  border: 1px solid var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.home-5-about-us-number {
  color: var(--white);
  text-align: center;
}

.one-line-bg {
  z-index: 99;
  background-color: var(--white);
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 70px;
}

.home-5-projects-wrapper {
  grid-column-gap: 70px;
  width: 100%;
  display: flex;
}

.home-5-projects-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: transform .3s;
}

.home-5-projects-image:hover {
  transform: scale(1.02);
}

.home-5-projects-content-wrap {
  width: 35%;
}

.home-5-projects-second-image {
  object-fit: cover;
  width: 100%;
  height: 210px;
  transition: transform .3s;
}

.home-5-projects-second-image:hover {
  transform: scale(1.02);
}

.home-5-projects-description {
  color: var(--light-gray);
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-5-link-projects-wrapper {
  color: var(--white);
  width: 100%;
  transition: transform .3s;
}

.home-5-projects-image-wrap {
  width: 45%;
}

.home-5-services-wrapper {
  grid-column-gap: 45px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.home-5-services-list-wrap {
  width: 47%;
}

.home-5-services-title-holder {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.home-5-services-arrow {
  background-image: url('../images/white-right-arrow_1white right arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
}

.home-5-services-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 38px;
  transition: transform .3s;
}

.home-5-services-title:hover {
  transform: scale(1.02);
}

.home-5-choose-us-wrapper {
  width: 100%;
  margin-top: 100px;
}

.home-5-choose-us-text-wrap {
  width: 27%;
}

.home-5-choose-us-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.home-5-choose-us-text-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.home-5-choose-us-text-wrapper.last-item {
  margin-top: 40px;
}

.choose-us-description {
  color: var(--white);
  width: 100%;
}

.choose-us-image {
  object-fit: cover;
  width: 100%;
  max-width: 430px;
  height: 320px;
  position: absolute;
  bottom: 60px;
  right: 0%;
}

.home-5-page-awards-wrapper {
  width: 100%;
  display: flex;
}

.home-5-awards-image {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
}

.awards-section {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.awards-one-line-bg {
  z-index: 999;
  background-color: var(--white);
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 20px 0% auto 70px;
}

.home-5-latest-post {
  color: var(--white);
}

.home-5-awards-text-wrap {
  width: 30%;
}

.home-5-blog-title {
  color: var(--white);
  cursor: pointer;
  font-size: 22px;
  transition: color .3s;
  display: inline-block;
}

.home-5-blog-title:hover {
  color: var(--primary);
}

.home-3-right-arrow-holder {
  z-index: 9999;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  left: auto;
  right: 5%;
}

.home-5-process-wrap {
  width: 25%;
  position: relative;
}

.section-with-image-bg {
  background-image: url('../images/pexels-大伟-16612657_1pexels-大伟-16612657.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-with-parallax {
  background-image: url('../images/pexels-大伟-16612657_1pexels-大伟-16612657.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-4-banner-image-holder {
  z-index: 99;
  justify-content: flex-end;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: -99px;
  position: relative;
}

.banner-image-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.home-1-studio-content-description {
  color: var(--dark-gray);
  width: 50%;
  margin-top: 30px;
}

.about-us-banner-wrapper {
  width: 100%;
}

.about-us-text-wrap {
  width: 50%;
  margin-bottom: 190px;
}

.about-banner-description {
  margin-top: 30px;
}

.about-us-banner-image {
  object-fit: cover;
  max-width: 495px;
  min-height: 560px;
  position: absolute;
  inset: 110px 0% 0% auto;
}

.about-explore-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  display: flex;
  position: relative;
}

.about-us-page-text-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.about-us-title-wrap {
  width: 56%;
}

.about-us-content-wrap {
  width: 44%;
}

.about-us-title {
  margin-top: 20px;
}

.about-us-play-button-icon {
  z-index: 7;
  color: var(--white);
  position: relative;
}

.about-choose-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-choose-us-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px -1px 0 var(--dark-gray), -1px -1px 0 var(--dark-gray), -1px 0 0 var(--dark-gray), 1px 1px 0 var(--dark-gray);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 68px;
  font-weight: 900;
  line-height: 1em;
  transition: all .3s;
}

.why-choose-us-title:hover {
  color: var(--primary);
  text-shadow: none;
}

.why-choose-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.why-choose-wrapper.last-item {
  margin-bottom: 0;
}

.home-3-left-arrow-holder {
  z-index: 9999;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  left: auto;
  right: 120px;
}

.post-link-holder, .home-4-post-link-holder {
  margin-top: 25px;
  display: inline-block;
}

.home-5-blog-text-wrap {
  justify-content: space-between;
  align-items: center;
}

.home-5-post-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-banner-title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.process-banner-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}

.process-banner-text-wrap {
  width: 50%;
  margin-bottom: 50px;
}

.process-banner-image {
  object-fit: cover;
  min-width: 990px;
  height: 350px;
  position: absolute;
  inset: auto 0% 0;
}

.process-banner-image.news-grid {
  bottom: -20px;
}

.process-category-small-title {
  margin-top: 10px;
  padding-right: 25px;
}

.process-one-line-bg {
  z-index: 99;
  background-color: var(--primary);
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 70px;
}

.process-number-wrap {
  border: 1px solid var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.process-number-holder {
  color: var(--primary);
  text-align: center;
}

.process-holder-title {
  color: var(--primary);
  align-items: flex-end;
  display: flex;
}

.link-with-icon-holder {
  display: inline-block;
}

.process-steps-title {
  color: var(--primary);
  text-transform: uppercase;
}

.team-with-image-bg {
  background-image: linear-gradient(#0006, #0006), url('../images/sol-tZw3fcjUIpM-unsplash_1sol-tZw3fcjUIpM-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.our-team-short-description {
  text-align: center;
  width: 70%;
}

.our-team-short-description.text-white {
  color: var(--white);
}

.team-page-members-name {
  color: var(--primary);
  text-align: left;
  margin-bottom: 5px;
  font-size: 22px;
}

.our-team-first-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.our-team-first-video:hover {
  opacity: 1;
}

.pricing-banner-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.pricing-our-story-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  right: 15px;
}

.pricing-title {
  margin-top: 20px;
}

.pricing-services-item {
  border: 1px solid var(--dark-gray);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  min-height: 400px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .4s;
  display: flex;
}

.pricing-services-item:hover {
  background-image: url('../images/services-01_1services 01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 15px);
}

.pricing-services-item.second-item {
  margin-top: 50px;
}

.pricing-services-item.second-item:hover {
  background-image: url('../images/services-04_1services 04.webp');
}

.pricing-services-item.third-item:hover {
  background-image: url('../images/services-03_1services 03.webp');
}

.pricing-services-item.fourth-item {
  margin-top: 50px;
}

.pricing-services-item.fourth-item:hover {
  background-image: url('../images/services-02_1services 02.webp');
}

.pricing-services-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-services-number-holder {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.pricing-services-title {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 24px;
}

.pricing-page-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-page-title-wrapper.margin-botton-small {
  margin-bottom: 30px;
}

.choose-us-banner-titlle-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.choose-us-banner-titlle-wrapper.without-margin-botton {
  padding-bottom: 0;
}

.choose-us-with-image-bg {
  background-image: url('../images/construction-silhouette.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.pricing-explore-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 160px;
  display: none;
  position: relative;
}

.pricing-banner-short-description {
  color: var(--dark-gray-text);
  width: 90%;
  margin-top: 35px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.why-choose-banner-description {
  text-align: center;
  width: 50%;
}

.clients-top-banner-section {
  background-image: linear-gradient(#0006, #0006), url('../images/construction-silhouette.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 85vh;
  display: flex;
  position: relative;
}

.clients-paragraph-holder {
  flex-direction: column;
  display: flex;
}

.clients-title-holder {
  width: 71%;
}

.clients-our-story-holder {
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.service-page-list-wrapper {
  width: 100%;
}

.service-page-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.service-page-item {
  width: 48.4%;
}

.service-page-image-holder {
  width: 100%;
  transition-property: transform;
  transition-duration: .4s;
  overflow: hidden;
}

.service-page-image {
  object-fit: cover;
  width: 100%;
  height: 430px;
  transition: transform .4s;
}

.service-page-image:hover {
  transform: scale(1.1);
}

.pricing-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.services-details-link {
  justify-content: center;
  display: flex;
}

.services-category-list-wrapper {
  width: 100%;
}

.services-category-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.services-category-item {
  flex-direction: column;
  justify-content: space-between;
  width: 31.3%;
  display: flex;
}

.services-category-image-holder {
  width: 100%;
  overflow: hidden;
}

.services-category-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
  transition: transform .4s;
}

.services-category-image:hover {
  transform: scale(1.1);
}

.services-category-description {
  width: 75%;
  margin-top: 8px;
  transition: color .3s;
  display: inline;
}

.services-category-description:hover {
  color: var(--primary);
}

.service-description-link.w--current {
  margin-top: 5px;
}

.service-category-title-link {
  padding-top: 20px;
}

.service-list-title {
  color: var(--white);
  text-transform: uppercase;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
}

.service-list-text-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.services-list-description {
  color: var(--white);
  width: 66%;
}

.service-list-banner-wrapper {
  width: 100%;
}

.service-category-small-title {
  color: var(--primary-light);
  margin-top: 6px;
  padding-right: 25px;
}

.clients-base-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.projects-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.portfolio-collection-list-wrapper {
  width: 100%;
}

.projects-text-hover {
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: auto 0% 40px 30px;
}

.projects-text-hover-holder {
  z-index: 8;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.project-2-title {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s;
}

.project-2-title:hover {
  color: var(--primary);
}

.project-2-description {
  color: var(--white);
  width: 70%;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 20px;
}

.service-list-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.service-details-title {
  color: var(--white);
  text-align: center;
}

.projects-1-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.project-details-top-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.projects-details-description {
  color: var(--white);
  width: 44%;
  margin-top: 30px;
}

.projects-content-section {
  background-color: var(--primary-light);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-filter-bg {
  background-color: #1116;
  position: absolute;
  inset: 0%;
}

.project-categories-list-wrapper {
  width: 100%;
}

.project-categories-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.project-categories-item {
  cursor: pointer;
  flex-direction: column;
  width: 31.3%;
  display: flex;
}

.project-categories-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.contact-us-banner-titlle-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-us-banner-description {
  text-align: center;
  width: 55%;
}

.contact-us-section-with-parallax {
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-大伟-16612657_1pexels-大伟-16612657.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contact-us-spaces-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-us-top-banner-section {
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% -105%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 450px;
  padding-top: 165px;
  position: relative;
}

.contact-us-large-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-us-logos-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.project-scroll-button {
  z-index: 99;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: transform .3s;
  display: flex;
  position: absolute;
}

.contacts-2-input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 16px 18px 16px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-2-input:focus {
  border-bottom-color: var(--primary);
}

.contact-2-textarea {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 16px 18px 16px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.contact-2-textarea:focus {
  border-bottom-color: var(--primary);
}

.contact-2-textarea::placeholder {
  font-weight: 300;
}

.contacts-2-content-title {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.contacts-email {
  color: var(--white);
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  display: inline-block;
}

.contacts-email:hover {
  color: var(--primary);
}

.contacts-2-image {
  object-fit: cover;
  width: 100%;
  height: 410px;
  transition: transform .3s;
}

.contacts-2-image:hover {
  transform: scale(1.1);
}

.contacts-2-image-holder {
  overflow: hidden;
}

.location-info {
  margin-top: 0;
  margin-bottom: 0;
}

.location-info:hover {
  color: var(--primary);
}

.locations-wrapper {
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.contact-us-3-top-section {
  z-index: 99;
  background-image: linear-gradient(#0006, #0006), url('../images/construction-silhouette.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 400px;
  padding-top: 210px;
  padding-bottom: 150px;
}

.contact-us-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.contact-us-3-title {
  color: var(--white);
}

.contact-us-3-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-3-form-wrap {
  background-color: var(--primary-light);
  width: 70%;
  padding: 40px 40px 25px;
}

.contacts-input-holder {
  grid-column-gap: 20px;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.contacts-3-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  width: 50%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-3-input:focus {
  border-color: var(--dark-gray);
}

.contacts-3-input {
  width: 50%;
}

.contacts-3-input:focus {
  border-color: var(--primary);
  color: var(--black);
}

.contacts-3-input::placeholder {
  color: var(--dark-gray);
}

.contacts-3-email-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-3-email-input:focus {
  border-color: var(--primary);
}

.contacts-3-email-input::placeholder {
  color: var(--dark-gray);
}

.contacts-small-titte {
  color: var(--dark-gray);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.contacts-small-titte.sidebar {
  margin-bottom: 30px;
}

.contacts-3-text-wrap {
  z-index: 999;
  width: 30%;
  height: 100%;
  position: sticky;
  top: 40px;
}

.contacts-3-list-wrapper {
  padding-bottom: 10px;
}

.contacts-services {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px -1px 0 var(--dark-gray), -1px -1px 0 var(--dark-gray), -1px 0 0 var(--dark-gray), 1px 1px 0 var(--dark-gray);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  transition: all .3s;
}

.contacts-services:hover {
  color: var(--primary);
  text-shadow: none;
}

.contacts-arrow-hover {
  object-fit: cover;
  width: 24px;
  height: 24px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.contacts-services-holder {
  grid-column-gap: 20px;
  cursor: pointer;
  align-items: center;
}

.contacts-services-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: inline;
}

.contact-us-form-section {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.contact-us-form-section.without-bottom-spacing {
  padding-bottom: 0;
}

.contact-us-3-info {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-us-3-info:hover {
  color: var(--primary);
}

.blog-grid-description {
  width: 100%;
  margin-top: 8px;
}

.blog-title-wrapper {
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-scroll-button-holder {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% -30px;
}

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

.news-button {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 60px;
  min-width: 175px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.news-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.news-button.pagination {
  margin-top: 40px;
}

.news-2-button {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  cursor: pointer;
  border-radius: 60px;
  min-height: 50px;
  padding: 12px 30px;
  transition: color .3s, background-color .4s;
  display: flex;
}

.news-2-button:hover {
  background-color: var(--primary);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
}

.news-2-top-banner-section {
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-大伟-16612657_1pexels-大伟-16612657.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  min-height: 60vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.home-primary-button {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  border-radius: 60px;
  min-height: 50px;
  padding: 12px 30px;
  font-weight: 400;
  transition: color .4s, background-color .4s;
  display: flex;
}

.home-primary-button:hover {
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.home-primary-button.border {
  border: 1px solid var(--primary);
}

.news-tab-holder, .news-tabs {
  width: 100%;
}

.news-tab-menu {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  width: 100%;
}

.news-tabs-content {
  width: 100%;
  margin-top: 100px;
}

.news-tab-link {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  padding: 9px 30px 15px;
}

.news-tab-link.w--current {
  grid-column-gap: 15px;
  background-color: var(--transparent);
  color: var(--primary);
}

.news-tab-pane, .news-tab-list-wrapper, .news-tab-list {
  width: 100%;
}

.news-tab-item {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.news-tab-item:last-child {
  margin-bottom: 0;
}

.news-2-tab-holder {
  flex-flow: column-reverse wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 18%;
  margin-left: -65px;
  transform: rotate(-90deg);
}

.news-date {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px -1px 0 var(--dark-gray), -1px -1px 0 var(--dark-gray), -1px 0 0 var(--dark-gray), 1px 1px 0 var(--dark-gray);
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 30px;
  line-height: 1.1em;
  display: flex;
}

.news-tab-title {
  margin-top: 10px;
  transition: color .3s;
}

.news-tab-title:hover {
  color: var(--primary);
}

.news-title-holder {
  grid-column-gap: 50px;
  width: 90%;
  display: flex;
}

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

.news-title-wrap {
  flex-direction: column;
  width: 35%;
  display: flex;
}

.news-image-wrap {
  cursor: pointer;
  width: 65%;
  height: 400px;
  overflow: hidden;
}

.blog-grid-category-image-link {
  min-width: 100%;
}

.blog-grid-category-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: transform .3s;
}

.blog-grid-category-image:hover {
  transform: scale(1.02);
}

.blog-categories-description {
  width: 100%;
  margin-top: 8px;
}

.news-categories-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.news-text-content {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.news-link-holder {
  margin-top: 25px;
  display: inline-block;
}

.lightbox-project {
  width: 100%;
}

.blog-sidebar-post-category-template {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 60px;
  margin-bottom: 10px;
  padding: 5px 15px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category-template:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-image-holder {
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-title {
  margin-top: 20px;
}

.blog-details-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}

.news-3-banner {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.news-3-description {
  text-align: center;
  width: 80%;
}

.news-3-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  border-radius: 60px;
  margin-top: -18px;
  padding: 5px 15px;
  transition: color .3s, color .3s;
  display: inline-block;
}

.news-3-category:hover {
  background-color: var(--white);
}

.news-3-post-date {
  color: var(--dark-gray);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.33em;
}

.news-3-short-description {
  margin-top: 20px;
  margin-bottom: 35px;
}

.news-3-link-holder {
  display: inline-block;
}

.news-3-title {
  transition: color .3s;
}

.news-3-title:hover {
  color: var(--primary);
}

._404-title {
  color: var(--primary);
  margin-top: 0;
  font-size: 170px;
}

.password-field {
  margin-bottom: 15px;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
}

.password-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.password-button:hover {
  background-color: var(--white);
  color: var(--primary);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: auto;
}

.password-error {
  background-color: #0000;
}

.password-error-text {
  color: var(--primary);
  line-height: 1.33em;
}

.search-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

.licensign-title {
  text-transform: uppercase;
}

.blog-template-image-lightbox {
  width: 100%;
  height: 100%;
}

.empty-state {
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
  display: block;
}

.empty-state-white {
  color: var(--white);
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

.news-2-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.news-2-description {
  color: var(--white);
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.5em;
}

.work-process-banner-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}

.work-process-banner-title.text-align-left {
  text-align: left;
}

.work-process-banner-title {
  text-align: center;
  margin-bottom: 20px;
}

.home-one-team-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 48.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.home-one-team-wrapper, .projects-list-wrapper {
  width: 100%;
  position: relative;
}

.projects-collection-list {
  width: 100%;
}

.projects-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.projects-content-holder {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  max-width: 675px;
  padding: 60px 15px 80px;
  display: inline;
  position: relative;
}

.projects-overlay {
  z-index: 1;
  background-color: #1116;
  position: absolute;
  inset: 0%;
}

.landing-home-pages-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  width: 31%;
}

.color-bg {
  background-color: var(--primary);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7 {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-text-span {
  color: var(--dark-gray);
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragraph-benefits-lp {
  color: var(--white);
  width: 90%;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.landing-home-pages-wrapp {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-home-pages-wrapp.bottom {
  margin-top: 40px;
}

.landing-inner-pages-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.landing-free-trial-wrapper.landing {
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  display: flex;
}

.landing-free-trial-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.play-button-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.full-width {
  width: 100%;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray-text);
  width: 75px;
  height: 75px;
}

.small-title {
  color: var(--dark-gray);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}

.small-title.margin-top-small {
  margin-top: 10px;
}

.small-title.margin-bottom {
  margin-bottom: 50px;
}

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

.home-content-wrap {
  grid-column-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.nav-dropdown-icon-desktop {
  color: var(--white);
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.nav-dropdown-icon-desktop.dark {
  color: var(--black);
}

.block-button-tablet {
  display: none;
}

.footer-logo-holder {
  color: #fff;
  margin-bottom: 10px;
}

.footer-logo-holder.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-brand-description {
  color: #fff;
  text-align: left;
  padding-top: 20px;
}

.footer-brand-description.no-top-padding {
  padding-top: 0;
}

.footer-brand-description.dark {
  color: var(--black);
  padding-top: 0;
}

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.text-color-white.footer-margin-bottom-small {
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-newsletter {
  color: var(--white);
  text-align: left;
  max-width: 260px;
}

.footer-newsletter.dark {
  color: var(--black);
}

.footer-social-icon {
  color: var(--white);
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover, .footer-social-icon.primary {
  color: var(--primary);
}

.footer-social-icon.primary:hover {
  color: var(--black);
}

.footer-form-wrapper {
  grid-column-gap: 10px;
  text-align: left;
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.text-grey {
  color: var(--dark-gray);
}

.primary-color {
  color: var(--primary-light);
}

.primary-color.all-caps {
  color: var(--light-gray);
  text-transform: uppercase;
}

.light-gray {
  color: var(--light-gray);
}

.footer-margin-bottom-small {
  margin-top: 0;
  margin-bottom: 15px;
}

.image-banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 450px;
  height: 870px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-wrap {
  background-color: var(--primary-light);
  padding: 30px 20px;
}

.accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item {
  background-color: var(--primary-light);
  width: 100%;
  padding: 20px 30px;
  position: static;
}



/*BANNER KISMI */
.konut-background{
  background-image: url('../images/konut-banner.jpg');
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.konut-background::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}

/* Ticari */
.ticari-background{
  background-image: url('../images/ticari-banner.jpg');
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ticari-background::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}

/* Altyapı */
.altyapi-background{
  background-image: url('../images/altyapi-banner.jpg');
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.altyapi-background::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}

/* Endüstriyel — NOT: dosya adında Türkçe karakter kullanıyorsan sunucuda sorun çıkarabilir. 
   Dosya gerçekten 'endüstriyel-banner.jpg' ise bırak; değilse 'endustriyel-banner.jpg' olarak değiştir. */
.endüstriyel-background{
  background-image: url('../images/endüstriyel banner.jpg');
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.endüstriyel-background::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}

/* Yenileme & Dönüşüm */
.yenileme-background{
  background-image: url('../images/yenileme banner.jpg');
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.yenileme-background::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}

/* Sürdürülebilir Yapılar — iki sınıfı birlikte hedefliyorum; HTML’de hangisini kullandıysan o çalışır */
.sürdürülebilir-background,
.surdurulebilir-background{
  background-image: url('../images/surdurulebilir-banner.jpg'); /* dosya adın buysa */
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sürdürülebilir-background::after,
.surdurulebilir-background::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
}

/*BANNER KISMI BİTİŞ */


.book-form {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 405px;
  display: flex;
}

.category-title {
  margin-top: 10px;
  font-size: 24px;
}

.coming-soon-form-block {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
  display: flex;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-close {
  cursor: pointer;
  padding: 15px 20px 10px;
  display: flex;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.dropdown-nav-link-copy {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link-copy:hover, .dropdown-nav-link-copy.w--current {
  color: #004ae2;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.changelog-banner {
    padding-top: 180px;
  }

  .section.banner-our-team {
    padding-bottom: 100px;
  }

  .section.banner-our-process {
    min-height: 800px;
  }

  .section.about-us-banner {
    padding-top: 250px;
  }

  .section.portfolio-grid-banner {
    padding-top: 120px;
  }

  .section.style-guide-section {
    padding-bottom: 140px;
  }

  .section.home-1-slider {
    padding-bottom: 220px;
  }

  .section.with-line-bg {
    padding-bottom: 315px;
  }

  .section.with-black-bg {
    background-size: auto 100%;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 210px;
  }

  .section.about-us-page {
    padding-bottom: 465px;
  }

  .section.with-video-block {
    padding-bottom: 400px;
  }

  .section.service-with-black-bg {
    padding-bottom: 120px;
  }

  .section.project-details {
    padding-top: 145px;
    padding-bottom: 140px;
  }

  .section.news-banner {
    padding-top: 190px;
  }

  .section.news-grid {
    padding-top: 150px;
  }

  .section.news-3-page {
    padding-top: 120px;
  }

  .section.licensing-banner {
    padding-top: 190px;
  }

  .section.reviews {
    padding-bottom: 80px;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.home-1-megamenu.w--open {
    right: -305px;
  }

  .coming-soon-wrapper {
    margin-right: 0;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .footer {
    background-image: none;
    padding-top: 100px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-2-form-wrapper {
    margin-right: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

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

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .justify-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .title-holder {
    width: 65%;
  }

  .paragraph-holder {
    margin-bottom: 30px;
  }

  .home-1-description {
    margin-bottom: 50px;
  }

  .home-button-wrap {
    padding-right: 160px;
  }

  .studio-text-wrap {
    width: 35%;
  }

  .studio-content-wrap {
    width: 65%;
  }

  .studio-content-description-wrap {
    margin-top: 50px;
  }

  .awards-text-wrapper {
    width: 47%;
  }

  .our-team-holder.reverse {
    margin-bottom: 50px;
  }

  .our-team-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .our-team-description {
    width: 78%;
    margin-bottom: 50px;
  }

  .team-members-holder {
    margin-top: 50px;
  }

  .team-members-image {
    height: 340px;
  }

  .team-members-name {
    font-size: 24px;
  }

  .home-1-reviews-slider {
    bottom: -138%;
  }

  .home-1-reviews-mask {
    width: 95%;
  }

  .home-1-left-arrow, .home-1-right-arrow {
    bottom: -138%;
  }

  .home-1-banner-title {
    font-size: 70px;
  }

  .home-2-banner-wrapper {
    padding-top: 180px;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 10%;
  }

  .home-2-process-wrapper {
    grid-column-gap: 45px;
  }

  .about-studio-right-arrow {
    right: 155%;
  }

  .numbers-section {
    padding-top: 130px;
  }

  .our-portfolio-title {
    width: 50%;
  }

  .our-portfolio-item {
    width: 48.7%;
  }

  .home-2-our-team-wrapper {
    padding-top: 0;
  }

  .home-2-our-team-description {
    margin-bottom: 50px;
  }

  .our-team-section {
    margin-top: 130px;
  }

  .home-2-team-members-holder {
    grid-column-gap: 30px;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 915px;
    height: 100%;
  }

  .home-2-image-holder {
    width: 38%;
  }

  .home-2-image {
    object-fit: cover;
  }

  .home-2-testimonials-holder {
    grid-column-gap: 30px;
    margin-right: 30px;
  }

  .testimonials-section {
    padding-top: 120px;
  }

  .testimonials-section.margin-top {
    padding-top: 150px;
  }

  .logos-wrapper {
    padding-bottom: 150px;
  }

  .logos-holder {
    grid-column-gap: 25px;
  }

  .home-3-explore-more-wrapper {
    margin-left: 10px;
  }

  .home-3-wrap {
    width: 55%;
  }

  .home-3-about-us-text-wrap {
    width: 50%;
  }

  .home-3-about-us-image {
    width: 40%;
    min-height: 850px;
    top: -45%;
  }

  .hover-image, .second-hover-image, .third-hover-image {
    height: 360px;
  }

  .with-negative-margin {
    margin-top: -400px;
  }

  .home-3-page-video {
    height: 500px;
  }

  .process-title {
    font-size: 24px;
  }

  .home-3-process-wrapper {
    margin-top: 150px;
  }

  .home-3-page-awards-wrapper {
    padding-top: 150px;
  }

  .home-3-awards-content-wrap {
    padding-left: 100px;
  }

  .benefits-wrapper {
    background-position: 91% 15%;
  }

  .benefits-text-wrap {
    max-width: 530px;
    padding: 50px;
    left: 42%;
  }

  .benefits-left-arrow {
    background-position: 55%;
  }

  .home-2-explore-wrapper {
    margin-left: 10px;
  }

  .home-4-banner-description {
    margin-left: 155px;
  }

  .home-4-top-banner-icon {
    right: 0;
  }

  .block-with-negative-margin {
    margin-top: -245px;
  }

  .projects-section {
    padding-top: 125px;
    padding-bottom: 150px;
  }

  .home-4-specialize-image, .home-3-specialize-second-image {
    width: 50%;
  }

  .home-4-specialize-content-wrap {
    width: 45%;
  }

  .home-4-our-team-description {
    margin-bottom: 50px;
  }

  .home-4-our-team-image {
    max-width: 630px;
    height: 350px;
    top: 200px;
  }

  .home-5-banner-section {
    margin-bottom: 250px;
    padding-bottom: 150px;
  }

  .home-5-banner-titlle {
    width: 60%;
  }

  .home-5-description {
    width: 45%;
  }

  .home-5-banner-image {
    max-width: 1545px;
    height: 400px;
    top: 76%;
  }

  .believe-wrapper {
    grid-column-gap: 170px;
  }

  .believe-title-wrap {
    width: 45%;
  }

  .believe-description-wrap {
    width: 55%;
  }

  .home-5-choose-us-text-wrap {
    width: 30%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 40px;
  }

  .choose-us-description {
    width: 80%;
  }

  .choose-us-image {
    max-width: 500px;
    height: 350px;
    bottom: 120px;
  }

  .home-3-right-arrow-holder {
    right: 1.5%;
  }

  .section-with-image-bg, .section-with-parallax {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-us-text-wrap {
    width: 45%;
  }

  .about-us-banner-image {
    max-width: 630px;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 70px;
  }

  .why-choose-us-title {
    font-size: 82px;
  }

  .home-3-left-arrow-holder {
    right: 80px;
  }

  .process-banner-text-wrap {
    width: 45%;
  }

  .process-banner-image {
    min-width: 1225px;
    height: 400px;
  }

  .process-banner-image.news-grid {
    bottom: 0;
  }

  .team-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-page-members-name {
    font-size: 24px;
  }

  .pricing-banner-wrapper-copy {
    height: 75vh;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 10%;
  }

  .choose-us-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pricing-explore-wrapper {
    margin-top: 180px;
    margin-left: 10px;
  }

  .why-choose-banner-description {
    width: 55%;
  }

  .clients-title-holder {
    width: 65%;
  }

  .service-page-item {
    width: 31%;
  }

  .service-page-image {
    height: 360px;
  }

  .pricing-image {
    object-fit: cover;
    height: 75vh;
  }

  .service-list-title {
    width: 70%;
  }

  .service-list-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .projects-1-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .projects-details-description {
    width: 41%;
  }

  .contact-us-section-with-parallax, .contact-us-logos-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contacts-3-list-wrapper {
    padding-bottom: 80px;
  }

  .contacts-services {
    font-size: 64px;
  }

  .contact-us-form-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .news-2-top-banner-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .blog-grid-category-image {
    height: 320px;
  }

  .news-categories-wrapper {
    grid-column-gap: 30px;
  }

  .blog-details-section {
    padding-top: 210px;
    padding-bottom: 150px;
  }

  .news-2-description {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .div-block-7 {
    margin-bottom: -80px;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapp {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .home-content-wrap {
    grid-column-gap: 30px;
    width: 50%;
  }

  .image-banner {
    width: 500px;
    height: 950px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-our-process {
    min-height: 820px;
  }

  .section.home-4-with-black-line-bg {
    background-position: 50% 20%;
  }

  .service-list-banner {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .first-video {
    height: 700px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .our-story-wrap {
    padding: 30px;
  }

  .our-team-holder.reverse {
    margin-bottom: 80px;
  }

  .home-2-banner-wrapper {
    padding-top: 210px;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 21%;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 990px;
  }

  .home-2-our-story-wrapper {
    padding: 30px;
  }

  .home-2-testimonials-holder {
    width: 120%;
  }

  .home-2-testimonials-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-3-wrapper {
    margin-bottom: 100px;
  }

  .home-3-about-us-image {
    top: -50%;
  }

  .home-3-awards-name {
    font-size: 120px;
  }

  .second-hover-image, .third-hover-image {
    right: -10%;
  }

  .benefits-slider-image {
    height: 460px;
  }

  .benefits-text-wrap {
    left: 44%;
  }

  .benefits-slider {
    right: 0;
  }

  .benefits-left-arrow {
    right: 180px;
  }

  .benefits-right-arrow {
    right: 130px;
  }

  .benefits-slide {
    width: 75%;
  }

  .home-4-our-team-image {
    max-width: 715px;
    height: 380px;
  }

  .home-5-banner-section {
    margin-bottom: 270px;
  }

  .home-5-banner-image {
    max-width: 1800px;
    height: 420px;
  }

  .choose-us-image {
    max-width: 575px;
  }

  .home-3-right-arrow-holder {
    right: .5%;
  }

  .section-with-image-bg {
    min-height: 650px;
  }

  .section-with-parallax {
    min-height: 700px;
  }

  .about-us-banner-image {
    max-width: 695px;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 80px;
  }

  .home-3-left-arrow-holder {
    right: 60px;
  }

  .process-banner-image {
    min-width: 1300px;
    height: 420px;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 21%;
  }

  .choose-us-with-image-bg {
    min-height: 650px;
  }

  .pricing-explore-wrapper {
    margin-top: 210px;
  }

  .contact-us-section-with-parallax {
    min-height: 450px;
  }

  .home-one-team-image {
    width: 49%;
  }

  .projects-content-holder {
    max-width: 775px;
    padding-bottom: 130px;
    padding-left: 130px;
    padding-right: 0;
  }

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .image-banner {
    width: 580px;
  }

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

@media screen and (min-width: 1920px) {
  h2 {
    text-transform: none;
  }

  .section.banner-our-process {
    min-height: 910px;
  }

  .section.banner-services {
    min-height: 500px;
  }

  .section.about-us-banner {
    padding-bottom: 20px;
  }

  .section.with-divider {
    background-position: 101% 57%;
    background-size: auto;
  }

  .section.with-image-background {
    min-height: 960px;
  }

  .section.banner-service-category, .section.banner-project-category, .section.banner-blog-category {
    min-height: 500px;
  }

  .nav-dropdown {
    color: var(--primary);
  }

  .nav-dropdown-toggle {
    color: var(--white);
    line-height: 1.2em;
    transition: opacity .3s;
  }

  .nav-item-title.hover {
    color: var(--black);
  }

  .paragraph-no-margin {
    margin-left: 10px;
  }

  .portfolio-tab-link.all-projects.w--current {
    color: var(--light-gray);
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .title-holder {
    width: 75%;
  }

  .paragraph-holder {
    margin-bottom: 120px;
  }

  .our-services-divider {
    background-color: var(--primary);
    min-width: 99px;
  }

  .our-team-holder.reverse {
    margin-bottom: 0;
  }

  .team-members-holder {
    margin-top: 150px;
  }

  .justify-left {
    grid-column-gap: 80px;
  }

  .home-2-banner-wrapper {
    justify-content: space-between;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 44%;
  }

  .our-team-section {
    align-items: center;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 1230px;
  }

  .home-2-testimonials-wrapper {
    flex-direction: row;
  }

  .home-2-base-container {
    max-width: 1200px;
  }

  .home-2-image-holder {
    width: 40%;
  }

  .home-2-testimonials-holder {
    flex: none;
    width: 100%;
  }

  .home-2-testimonials-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-3-about-us-image {
    width: 33%;
    height: 880px;
  }

  .hover-image {
    right: -17%;
  }

  .second-hover-image {
    right: -20%;
  }

  .third-hover-image {
    right: -17%;
  }

  .benefits-text-wrap {
    top: 88px;
    left: 48%;
  }

  .benefits-mask {
    width: 100%;
    height: 100%;
  }

  .benefits-left-arrow {
    right: 420px;
  }

  .benefits-right-arrow {
    right: 365px;
  }

  .benefits-slide {
    width: 60%;
  }

  .home-2-explore-wrapper {
    margin-bottom: 30px;
    margin-left: 0;
    display: flex;
  }

  .home-4-top-banner-section.testimonials-page {
    padding-top: 190px;
  }

  .home-4-our-team-image {
    max-width: 945px;
    height: 400px;
    inset: 200px auto 0% 0%;
  }

  .home-5-banner-section {
    margin-bottom: 350px;
  }

  .home-5-banner-image {
    height: 500px;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .home-5-choose-us-wrapper {
    padding-top: 50px;
  }

  .choose-us-image {
    max-width: 775px;
    height: 370px;
  }

  .home-3-right-arrow-holder {
    bottom: -10%;
    right: .1%;
  }

  .section-with-image-bg {
    min-height: 750px;
  }

  .about-us-banner-image {
    max-width: 875px;
  }

  .home-3-left-arrow-holder {
    bottom: -10%;
  }

  .process-banner-image {
    min-width: 1545px;
    height: 500px;
  }

  .our-team-first-video {
    height: 500px;
  }

  .pricing-banner-wrapper-copy {
    justify-content: space-between;
    height: 90vh;
    padding-top: 210px;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 44%;
  }

  .choose-us-with-image-bg {
    min-height: 750px;
  }

  .pricing-explore-wrapper {
    margin-bottom: 80px;
    margin-left: 0;
    display: flex;
  }

  .clients-title-holder {
    width: 70%;
  }

  .pricing-image {
    height: 90vh;
  }

  .contact-us-section-with-parallax {
    min-height: 750px;
  }

  .contact-us-text-wrapper {
    flex-direction: column;
  }

  .contact-us-3-info {
    margin-left: 10px;
  }

  .home-one-team-image {
    height: 420px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 190px;
  }

  .color-bg {
    height: 200px;
  }

  .div-block-7 {
    margin-bottom: -100px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .image-banner {
    width: 820px;
  }

  .testimonials-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block {
    color: var(--black);
  }

  .text-block.text-color-white, .icon {
    color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  .section.changelog-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    padding-top: 105px;
  }

  .section.banner-our-process {
    min-height: 300px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.banner-services {
    min-height: 300px;
  }

  .section.about-us-banner {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
    display: flex;
  }

  .section.portfolio-grid-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section.with-image-background {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.with-black-bg, .section.home-4-with-black-line-bg, .section.service-with-black-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.banner-service-category, .section.banner-project-category {
    min-height: 300px;
  }

  .section.contact-us-2-banner {
    min-height: 300px;
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .section.banner-blog-category {
    min-height: 300px;
  }

  .section.news-banner {
    padding-top: 110px;
  }

  .section.news-grid {
    padding-top: 80px;
  }

  .section.licensing-banner {
    padding-top: 120px;
  }

  .section.reviews {
    padding-bottom: 60px;
  }

  .base-container.home-1-team-image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .style-guide-div {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .link-wrapper.full-width {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 15px #0000001a;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .menu-button.white-bg, .menu-button.home-2-navbar {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .nav-link.home-white {
    color: var(--black);
    line-height: 1em;
  }

  .nav-link.home-white:hover {
    color: var(--primary);
  }

  .nav-link.home-5 {
    color: var(--black);
    line-height: 1em;
  }

  .nav-link.home-5:hover {
    color: var(--primary);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--primary);
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu, .nav-dropdown-list.home-3-megamenu, .nav-dropdown-list.home-1-megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.w--current {
    padding-bottom: 10px;
  }

  .nav-dropdown-link.first-item {
    padding-top: 0;
  }

  .nav-dropdown-link.last-item {
    margin-bottom: 10px;
  }

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

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    display: block;
  }

  .nav-item-title.home-white {
    color: var(--black);
  }

  .nav-item-title.home-white:hover {
    color: var(--primary);
  }

  .nav-item-title.home-5-text {
    color: var(--black);
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-form {
    margin-top: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 40px;
  }

  .coming-soon-heading {
    text-align: center;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-classic-post-image {
    height: 400px;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-image {
    height: 500px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .footer {
    background-position: 50% 24%;
  }

  .footer-rights-wrapper {
    width: 55%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .process-item-wrapper {
    grid-column-gap: 40px;
  }

  .process-image-wrapper {
    width: 45%;
  }

  .process-content {
    width: 55%;
  }

  .style-guide-buttons-wrapper {
    align-items: flex-start;
  }

  .style-guide-button-wrapper {
    width: 47%;
  }

  .process-image {
    object-fit: cover;
  }

  .process-content-wrapper {
    width: 55%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-textarea {
    min-height: 120px;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .contacts-2-content-wrapper {
    flex-flow: column-reverse wrap;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    grid-row-gap: 40px;
    flex-flow: column wrap-reverse;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-links-wrapper {
    width: 30%;
  }

  .footer-links-wrapper.last-item {
    width: 40%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 90px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

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

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 60px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-masonry-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-masonry-collection-item {
    width: 47.5%;
  }

  .portfolio-masonry-image {
    height: 230px;
  }

  .portfolio-masonry-lightbox {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }

  .portfolio-masonry-lightbox-icon {
    top: 55px;
    right: 15px;
  }

  .portfolio-masonry-category {
    color: var(--primary-light);
  }

  .portfolio-masonry-category:hover {
    color: var(--primary);
  }

  .project-template-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    width: 50%;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .first-video {
    width: 100%;
    height: 400px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .team-members-wrap, .team-members-wrap.home-2 {
    width: 48.6%;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .project-button-link-paragraph {
    transition: color .3s;
  }

  .project-button-link-paragraph:hover {
    color: var(--dark-gray);
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .schedule-tab {
    padding: 15px 10px;
  }

  .container {
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 17px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger, .brand-tablet {
    display: block;
  }

  .guide-tabs-content {
    margin-top: 40px;
  }

  .navbar-button-wrap {
    display: none;
  }

  .subscribe-button {
    padding-top: 9px;
  }

  .top-banner-section {
    padding-top: 150px;
  }

  .title-holder {
    width: 90%;
  }

  .paragraph-holder {
    margin-bottom: 130px;
  }

  .home-1-description.not-full {
    width: 80%;
  }

  .home-button-wrap {
    padding-right: 45px;
  }

  .first-link-icon.about-border-black {
    top: 0;
  }

  .our-story-wrap {
    min-width: 220px;
  }

  .studio-wrapper {
    flex-wrap: wrap;
  }

  .studio-text-wrap, .studio-content-wrap {
    width: 100%;
  }

  .studio-content-description-wrap {
    grid-column-gap: 20px;
    margin-top: 50px;
  }

  .design-wrapper {
    grid-column-gap: 50px;
  }

  .design-content-description {
    margin-bottom: 30px;
  }

  .services-content-wrapper {
    width: 50%;
  }

  .our-services-conten-wrap {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .what-we-do-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .what-we-do-image-wrap {
    width: 100%;
  }

  .what-we-do-content-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .what-we-do-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .portfolio-title {
    width: 90%;
  }

  .home-1-portfolio-list, .home-1-portfolio-image-holder {
    grid-column-gap: 20px;
  }

  .home-1-portfolio-2-image-holder {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .awards-wrapper {
    flex-wrap: wrap;
  }

  .awards-text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .awards-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    width: 100%;
    padding-left: 0;
  }

  .awards-text-wrapper {
    width: 33%;
  }

  .awards-text-wrapper.right-item {
    padding-left: 0;
  }

  .awards-description {
    width: 90%;
  }

  .our-team-holder.reverse {
    flex-direction: column-reverse;
    margin-top: 25px;
  }

  .our-team-wrapper {
    width: 100%;
  }

  .team-members-holder {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .team-members-image {
    height: 340px;
  }

  .team-members-name {
    font-size: 24px;
  }

  .home-1-reviews-holder {
    grid-column-gap: 20px;
  }

  .home-1-left-arrow, .home-1-right-arrow {
    bottom: -120%;
  }

  .reviews-title {
    margin-top: 0;
  }

  .reviews-name {
    font-size: 20px;
  }

  .home-2-banner-description {
    width: 95%;
    margin-bottom: 40px;
  }

  .home-2-line-divider.about-black {
    top: 0;
  }

  .home-2-banner-wrapper {
    height: auto;
    padding-top: 105px;
  }

  .home-2-banner-wrap {
    width: 100%;
  }

  .home-2-process-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-2-process-wrap {
    width: 48%;
  }

  .home-2-process-wrap.last-item {
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-process-description {
    width: 80%;
  }

  .specialize-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .specialize-image-wrap {
    grid-column-gap: 20px;
    width: 100%;
  }

  .specialize-content-wrap {
    width: 100%;
  }

  .description-holder {
    width: 65%;
  }

  .about-studio-slide-wrapper.reverse {
    grid-column-gap: 40px;
  }

  .about-studio-text-wrap, .about-studio-image-wrap {
    width: 50%;
  }

  .about-studio-left-arrow {
    left: -100%;
  }

  .about-studio-left-arrow.reverse {
    right: -60px;
  }

  .about-studio-right-arrow {
    right: 180%;
  }

  .about-studio-right-arrow.reverse {
    top: 41px;
    right: -110px;
  }

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

  .our-portfolio-title {
    width: 70%;
    margin-bottom: 40px;
  }

  .our-portfolio-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .our-portfolio-item {
    width: 48.3%;
  }

  .awards-name {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .awards-name.large-item {
    width: 100%;
  }

  .home-2-our-team-wrapper {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .our-team-section {
    margin-top: 60px;
  }

  .our-team-base-container {
    max-width: 1200px;
    padding-right: 15px;
  }

  .home-2-team-members-holder {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: none;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .home-2-our-team-holder {
    flex-wrap: wrap;
  }

  .home-2-image-holder {
    width: 100%;
    margin-top: 80px;
    position: static;
  }

  .home-2-our-story-wrapper {
    min-width: 220px;
  }

  .home-2-image {
    object-position: 50% 10%;
    height: auto;
    max-height: 400px;
  }

  .home-2-testimonials-holder {
    width: 100%;
    margin-top: 30px;
    margin-right: 10px;
  }

  .home-2-testimonials-holder.hidden {
    margin-left: 10px;
  }

  .home-2-testimonials-wrap {
    width: 50%;
  }

  .home-2-testimonials-wrap.hidden {
    display: none;
  }

  .colorful-bg-heading-wrapper {
    margin: 15px 10px;
  }

  .colorful-bg-heading-wrapper.yellow {
    margin-top: 20px;
  }

  .testimonials-section {
    padding-top: 80px;
  }

  .logos-holder {
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .logos-image {
    object-fit: contain;
    width: 31%;
    overflow: hidden;
  }

  .home-3-explore-more-wrapper {
    display: none;
  }

  .home-3-wrapper {
    object-position: 50% 60%;
    margin-bottom: 0;
  }

  .home-3-wrap {
    object-position: 50% 55%;
    width: 100%;
    margin-bottom: 40px;
  }

  .home-3-image-banner {
    object-fit: cover;
    object-position: 50% 30%;
    width: 100%;
    max-height: 450px;
    display: block;
  }

  .home-3-about-us-text-wrap {
    width: 100%;
  }

  .home-3-about-us-image {
    object-position: 50% 0%;
    width: 100%;
    min-height: auto;
    max-height: 400px;
    margin-top: 40px;
    position: static;
    inset: -21% 0% 0% auto;
  }

  .home-3-awards-name {
    margin-bottom: 40px;
    font-size: 80px;
  }

  .hover-image {
    width: 150px;
    height: 210px;
    display: none;
  }

  .second-hover-image {
    width: 150px;
    height: 210px;
    display: none;
    top: 30%;
  }

  .third-hover-image {
    width: 150px;
    height: 210px;
    display: none;
    top: 60%;
  }

  .home-3-page-video {
    width: 100%;
  }

  .home-3-process-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .home-3-process-description {
    width: 80%;
  }

  .home-3-page-awards-wrapper {
    flex-wrap: wrap;
  }

  .awards-image {
    object-position: 50% 0%;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-3-awards-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-3-awards-content-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 40px;
    width: 100%;
    padding-left: 0;
  }

  .home-3-portfolio-title {
    width: 70%;
  }

  .home-3-button-holder {
    width: 30%;
  }

  .home-3-portfolio-wrapper {
    margin-top: 40px;
  }

  .home-3-portfolio-list, .home-3-portfolio-item {
    grid-column-gap: 20px;
  }

  .home-3-portfolio-second-wrapper {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .home-3-portfolio-second-item {
    grid-row-gap: 20px;
  }

  .home-3-portfolio-large-image {
    height: 480px;
  }

  .home-3-portfolio-second-list {
    grid-row-gap: 20px;
  }

  .benefits-slider-wrapper {
    margin-top: 30px;
  }

  .benefits-slider-image {
    max-width: 400px;
  }

  .benefits-text-wrap {
    max-width: 360px;
  }

  .benefits-left-arrow {
    right: 80px;
  }

  .benefits-right-arrow {
    top: 6px;
    right: 15px;
  }

  .home-3-blog-image {
    height: 400px;
  }

  .home-3-blog-list {
    grid-column-gap: 20px;
  }

  .home-3-blog-description {
    width: 100%;
  }

  .home-2-explore-wrapper {
    display: none;
  }

  .home-1-portfolio-second-list {
    grid-column-gap: 20px;
  }

  .home-4-top-banner-section {
    padding-top: 105px;
  }

  .home-4-top-banner-section.why-choose-us, .home-4-top-banner-section.testimonials-page {
    min-height: auto;
  }

  .home-4-banner-titlle {
    margin-bottom: 40px;
  }

  .home-4-banner-description {
    text-align: center;
    width: 75%;
    margin-left: 75px;
  }

  .home-4-top-banner-icon {
    max-width: 180px;
    max-height: 180px;
    right: 15px;
  }

  .home-4-top-banner-sphere-icon {
    width: 72px;
    height: 72px;
  }

  .block-with-negative-margin {
    grid-column-gap: 20px;
  }

  .spaces-wrapper {
    padding: 20px;
  }

  .spaces-title-wrap {
    grid-row-gap: 5px;
    flex-flow: column-reverse wrap;
  }

  .home-4-process-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-4-process-wrap {
    width: 50%;
  }

  .home-4-specialize-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-4-specialize-image-wrap {
    grid-column-gap: 20px;
    width: 100%;
  }

  .home-4-specialize-content-wrap {
    width: 100%;
  }

  .home-4-page-video {
    width: 100%;
    height: 360px;
  }

  .home-4-our-team-wrapper, .home-4-our-team-image-wrapper {
    width: 100%;
  }

  .home-4-our-team-image {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    position: static;
  }

  .how-we-work-description {
    margin-bottom: 60px;
  }

  .home-4-blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-4-blog-item {
    width: 48%;
  }

  .home-4-blog-description {
    width: 100%;
  }

  .home-5-banner-section {
    margin-bottom: 0;
    padding-top: 115px;
    padding-bottom: 0;
  }

  .home-5-banner-titlle {
    width: 90%;
  }

  .home-5-category-wrap {
    width: 30%;
  }

  .home-5-description {
    width: 70%;
  }

  .home-5-banner-image {
    width: 100%;
    max-width: none;
    height: 300px;
    position: static;
  }

  .believe-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .believe-title-wrap {
    width: 70%;
  }

  .believe-description-wrap {
    width: 100%;
  }

  .home-5-process-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-5-projects-wrapper {
    grid-column-gap: 50px;
  }

  .home-5-projects-content-wrap, .home-5-projects-image-wrap {
    width: 50%;
  }

  .home-5-services-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .home-5-services-list-wrap {
    width: 100%;
  }

  .home-5-services-title {
    font-size: 32px;
  }

  .home-5-choose-us-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .home-5-choose-us-text-wrap {
    width: 50%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 40px;
  }

  .choose-us-image {
    max-width: none;
    position: static;
  }

  .home-5-page-awards-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .home-5-awards-image {
    object-position: 50% 0%;
    height: 350px;
    min-height: 350px;
  }

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

  .home-5-awards-text-wrap {
    width: 100%;
  }

  .home-3-right-arrow-holder {
    right: 1%;
  }

  .home-5-process-wrap {
    width: 50%;
  }

  .section-with-parallax {
    min-height: 500px;
  }

  .home-1-studio-content-description {
    margin-top: 20px;
  }

  .about-us-banner-wrapper {
    margin-top: 30px;
    display: flex;
  }

  .about-us-text-wrap {
    width: 100%;
    margin-bottom: 60px;
  }

  .about-us-banner-image {
    width: 100%;
    max-width: none;
    min-height: 400px;
    position: static;
  }

  .about-explore-wrapper {
    width: 50%;
    height: 200px;
    padding-left: 100px;
    display: none;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .about-us-title-wrap, .about-us-content-wrap {
    width: 100%;
  }

  .why-choose-us-title {
    margin-bottom: 30px;
    font-size: 54px;
  }

  .why-choose-wrapper {
    margin-bottom: 40px;
  }

  .home-3-left-arrow-holder {
    right: 80px;
  }

  .process-banner-title {
    margin-bottom: 40px;
  }

  .process-banner-text-wrap {
    width: 65%;
  }

  .process-banner-image {
    width: 100%;
    min-width: auto;
    height: 300px;
    position: static;
  }

  .process-banner-image.news-grid {
    margin-top: 30px;
  }

  .process-steps-title {
    font-size: 36px;
  }

  .team-page-members-name {
    font-size: 24px;
  }

  .pricing-banner-wrapper-copy {
    height: auto;
    padding-top: 105px;
  }

  .pricing-services-item {
    width: 47%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-services-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .pricing-page-title-wrapper {
    max-width: 560px;
    margin-bottom: 30px;
  }

  .choose-us-banner-titlle-wrapper {
    width: 95%;
  }

  .pricing-explore-wrapper {
    display: none;
  }

  .why-choose-banner-description {
    width: 75%;
  }

  .clients-title-holder {
    width: 90%;
  }

  .service-page-item {
    width: 47.9%;
  }

  .service-page-image {
    height: 330px;
  }

  .pricing-image {
    height: auto;
    max-height: 400px;
  }

  .services-category-item {
    width: 47.9%;
  }

  .services-category-description {
    width: 100%;
  }

  .service-list-title {
    width: 71%;
  }

  .service-list-text-wrapper {
    grid-row-gap: 30px;
  }

  .services-list-description {
    width: 85%;
  }

  .service-category-small-title {
    padding-right: 24px;
  }

  .projects-text-hover {
    padding-top: 20px;
    position: static;
  }

  .projects-text-hover-holder {
    background-image: none;
    position: static;
  }

  .projects-details-description {
    width: 65%;
  }

  .project-categories-list {
    column-count: 2;
  }

  .project-categories-item {
    width: 47.5%;
  }

  .contact-us-banner-description {
    width: 75%;
  }

  .contact-us-section-with-parallax {
    min-height: 350px;
  }

  .contact-us-spaces-title-wrap {
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .contact-us-top-banner-section {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 80px;
  }

  .contacts-2-content-title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .contact-us-3-top-section {
    min-height: 300px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .contact-us-3-wrapper {
    grid-column-gap: 40px;
  }

  .contacts-3-form-wrap {
    margin-left: 0;
    padding: 30px 30px 15px;
  }

  .contacts-3-list-wrapper {
    padding-bottom: 20px;
  }

  .contacts-services {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .blog-grid-description {
    width: 100%;
  }

  .project-scroll-button-holder {
    align-items: flex-end;
  }

  .news-2-top-banner-section {
    padding-top: 100px;
  }

  .news-tabs-content {
    margin-top: 60px;
  }

  .news-tab-item {
    margin-bottom: 60px;
  }

  .news-2-tab-holder {
    width: 25%;
    margin-left: -50px;
  }

  .news-date {
    margin-bottom: 40px;
  }

  .news-tab-title {
    font-size: 36px;
  }

  .news-image-wrap {
    height: 350px;
  }

  .blog-categories-description {
    width: 100%;
  }

  .news-categories-wrapper {
    column-count: 2;
  }

  .news-link-holder {
    margin-top: 0;
  }

  .blog-details-section {
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .news-3-short-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .news-2-description {
    width: 60%;
  }

  .work-process-banner-title {
    margin-bottom: 40px;
  }

  .home-one-team-image {
    display: none;
  }

  .projects-content-holder {
    max-width: 740px;
  }

  .landing-home-pages-wrapper-copy {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    padding-top: 140px;
  }

  .landing-inner-page-item.home-screen-banner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .color-bg {
    height: 100px;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 58px;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-customers-content-left {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapp {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapp {
    grid-template-columns: 1fr 1fr;
  }

  .home-content-wrap {
    width: 70%;
  }

  .nav-dropdown-icon-desktop {
    margin-right: 1.5px;
    display: none;
    inset: 0% 0 0% auto;
  }

  .block-button-tablet {
    margin-top: 20px;
    display: block;
  }

  .footer-social-icons-wrapper {
    margin-top: 0;
  }

  .image-banner {
    position: relative;
  }

  .image-banner.hide-tablet {
    display: none;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .book-form {
    min-height: auto;
  }

  .coming-soon-form-block {
    justify-content: center;
    margin-top: 0;
  }

  .hire-popup-wrap, .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .dropdown-nav-link-copy {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link-copy.w--current {
    color: #004ae2;
  }
}

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

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 24px;
    line-height: 1.2em;
  }

  h6 {
    font-size: 26px;
  }

  ul {
    margin-bottom: 0;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.changelog-banner {
    padding-top: 110px;
  }

  .section.banner-our-team {
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .section.banner-our-process {
    padding-top: 100px;
  }

  .section.about-us-banner {
    padding-top: 60px;
  }

  .section.home-1-slider {
    padding-bottom: 125px;
  }

  .section.with-image-background {
    padding-top: 90px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 120px;
  }

  .section.service-with-black-bg {
    padding-bottom: 30px;
  }

  .section.project-details {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .section.contact-us-2-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.contacts-us-3-page {
    padding-top: 45px;
  }

  .section.news-banner {
    padding-top: 90px;
  }

  .section.news-grid {
    padding-top: 60px;
  }

  .section.news-3-page {
    padding-top: 40px;
  }

  .section.licensing-banner {
    padding-top: 100px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--dark-gray);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--dark-gray);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--dark-gray);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    display: inline;
  }

  .primary-button.pricing-page {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .style-guide-banner-section {
    padding-top: 50px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-classic-wrapper {
    margin-bottom: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-item {
    margin-bottom: 40px;
  }

  .blog-classic-post-image {
    height: 300px;
  }

  .blog-classic-bottom-content {
    padding-left: 10px;
  }

  .blog-template-wrapper {
    padding: 20px 0;
  }

  .blog-template-image {
    height: 300px;
  }

  .footer {
    background-position: 50% 22%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

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

  .process-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .text-white.left-align {
    text-align: left;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-wrapper {
    grid-row-gap: 50px;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 45%;
  }

  .footer-links-wrapper.last-item {
    width: 100%;
  }

  .footer-links-wrapper.small-wrapper {
    width: 45%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .customer-wrapper {
    height: 240px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .progressbar-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .portfolio-masonry-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
    padding-top: 40px;
  }

  .portfolio-masonry-collection-item {
    width: 100%;
  }

  .portfolio-masonry-collection-item:last-child {
    margin-bottom: 0;
  }

  .portfolio-masonry-image, .portfolio-masonry-image-link {
    width: 100%;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-row-gap: 0px;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .team-members-wrap {
    width: 48%;
  }

  .team-members-wrap.home-2 {
    width: 48.2%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .blog-details-link-title {
    font-size: 20px;
  }

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

  .project-button-link.left {
    padding-left: 40px;
  }

  .project-button-link-paragraph:hover {
    color: var(--primary);
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-wrap: wrap;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .schedule-tab {
    border-bottom: 1px solid var(--dark-gray);
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule-tab.w--current {
    border-left-style: none;
    width: 100%;
  }

  .schedule-tab.last-item {
    border-bottom-style: none;
  }

  .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text-style h2 {
    font-size: 27px;
  }

  .rich-text-style h3 {
    font-size: 24px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .tabs-menu-wrapper {
    flex-wrap: wrap;
  }

  .guide-tabs-content {
    margin-top: 20px;
  }

  .footer-links-rights-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-rights-wrapper-small {
    justify-content: center;
  }

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

  .title-holder {
    text-align: center;
    margin-bottom: 10px;
  }

  .paragraph-holder {
    margin-bottom: 40px;
  }

  .home-1-description, .home-1-description.not-full {
    width: 100%;
  }

  .home-button-wrap {
    padding-right: 0;
  }

  .first-link-icon {
    right: 141px;
  }

  .first-link-icon.border-black, .first-link-icon.about-border-black {
    right: 117px;
  }

  .our-story-wrap {
    min-width: 200px;
    padding: 20px;
  }

  .studio-wrapper {
    flex-wrap: wrap;
  }

  .studio-text-wrap, .studio-content-wrap {
    width: 100%;
  }

  .studio-content-description-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .design-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .design-image-wrap, .design-content-wrap {
    width: 100%;
  }

  .services-text-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .services-title-wrap, .services-description-wrap {
    width: 100%;
  }

  .our-services-conten-wrap {
    grid-row-gap: 40px;
  }

  .what-we-do-image-wrap {
    grid-column-gap: 20px;
  }

  .what-we-do-image {
    width: 46%;
  }

  .what-we-do-title {
    width: 80%;
  }

  .portfolio-title {
    width: 100%;
  }

  .home-1-portfolio-image {
    height: 250px;
  }

  .awards-wrapper {
    flex-wrap: wrap;
  }

  .awards-text-wrap {
    width: 100%;
  }

  .awards-content-wrap {
    grid-column-gap: 30px;
    width: 100%;
  }

  .awards-text-wrapper {
    width: 47%;
  }

  .awards-description, .awards-description.home-3-right-item {
    width: 100%;
  }

  .our-team-holder.reverse {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 50px;
  }

  .home-1-reviews-holder {
    margin-top: 40px;
  }

  .home-1-left-arrow {
    right: 13%;
  }

  .home-1-banner-title {
    text-align: left;
  }

  .home-2-banner-wrapper {
    padding-top: 85px;
  }

  .home-2-banner-wrap {
    width: 100%;
  }

  .home-2-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-2-process-wrap {
    width: 100%;
  }

  .specialize-image {
    width: 46%;
  }

  .description-holder {
    width: 80%;
  }

  .about-studio-slider {
    height: 300px;
  }

  .about-studio-slide-wrapper {
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .about-studio-slide-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .about-studio-text-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-studio-image-wrap {
    width: 100%;
  }

  .about-studio-image {
    height: 300px;
  }

  .about-studio-left-arrow {
    top: auto;
    bottom: -40px;
    left: 34%;
  }

  .about-studio-left-arrow.reverse {
    right: 275px;
  }

  .about-studio-right-arrow {
    inset: auto -10% -40px 0%;
  }

  .about-studio-right-arrow.reverse {
    top: auto;
  }

  .numbers-section {
    padding-top: 40px;
  }

  .about-studio-description {
    margin-bottom: 40px;
  }

  .our-portfolio-title {
    width: 100%;
  }

  .our-portfolio-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-portfolio-item {
    width: 48.1%;
  }

  .awards-name {
    margin-bottom: 30px;
    font-size: 60px;
  }

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

  .home-2-image-holder {
    margin-top: 60px;
  }

  .home-2-our-story-wrapper {
    min-width: 200px;
    padding: 20px;
  }

  .home-2-testimonials-wrap.last-item-hidden {
    display: block;
  }

  .testimonials-section, .testimonials-section.margin-top {
    padding-top: 60px;
  }

  .logos-wrapper {
    padding-bottom: 60px;
  }

  .logos-holder {
    grid-column-gap: 25px;
    justify-content: space-between;
  }

  .logos-image {
    width: 25%;
  }

  .home-3-image-banner {
    max-height: 350px;
  }

  .home-3-awards-name {
    margin-bottom: 30px;
    font-size: 52px;
  }

  .home-3-page-video {
    height: 350px;
  }

  .home-3-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .home-3-page-awards-wrapper {
    flex-wrap: wrap;
    padding-top: 60px;
  }

  .home-3-awards-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-3-awards-content-wrap {
    grid-column-gap: 30px;
    width: 100%;
  }

  .home-3-portfolio-title-button-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-3-portfolio-title {
    width: 100%;
  }

  .home-3-button-holder {
    align-items: flex-start;
    width: 100%;
  }

  .benefits-slider-wrapper {
    margin-top: 20px;
  }

  .benefits-slide {
    width: 100%;
  }

  .home-2-portfolio-image {
    height: 300px;
  }

  .home-3-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-3-blog-item {
    width: 100%;
  }

  .home-3-blog-description {
    width: 80%;
  }

  .home-1-portfolio-2-imag {
    height: 250px;
  }

  .home-4-top-banner-section {
    padding-top: 85px;
  }

  .home-4-banner-titlle-wrapper {
    margin-bottom: 30px;
  }

  .home-4-banner-titlle {
    margin-bottom: 20px;
  }

  .home-4-banner-description {
    width: 100%;
    margin-left: 0;
  }

  .home-4-top-banner-icon {
    max-width: 150px;
    max-height: 150px;
  }

  .block-with-negative-margin {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .spaces-wrapper {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-4-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .home-4-process-wrap {
    width: 50%;
  }

  .projects-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .home-4-specialize-image {
    width: 46%;
  }

  .how-we-work-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .how-we-text-wrap {
    width: 100%;
  }

  .home-4-page-video {
    height: 350px;
  }

  .how-we-work-video-wrap {
    width: 100%;
  }

  .team-primary-button {
    display: inline;
  }

  .home-4-our-team-description {
    margin-bottom: 50px;
  }

  .home-4-our-team-image {
    margin-bottom: 40px;
  }

  .how-we-work-description {
    margin-bottom: 0;
  }

  .home-4-blog-item {
    width: 48%;
  }

  .home-4-blog-description {
    width: 80%;
  }

  .home-5-banner-section {
    padding-top: 100px;
  }

  .home-5-banner-wrapper {
    margin-bottom: 25px;
  }

  .home-5-title-wrap {
    flex-wrap: wrap;
  }

  .home-5-banner-titlle {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .home-5-category-wrap {
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .home-5-title-description-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
  }

  .home-5-link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-5-description {
    width: 100%;
  }

  .home-5-banner-image {
    height: 250px;
  }

  .believe-title {
    font-size: 50px;
  }

  .home-5-our-services-number {
    font-size: 80px;
  }

  .home-5-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .home-5-projects-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-5-projects-image {
    height: 300px;
  }

  .home-5-projects-content-wrap {
    width: 100%;
  }

  .home-5-link-projects-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-5-projects-image-wrap {
    width: 100%;
  }

  .home-5-services-title {
    font-size: 28px;
  }

  .home-5-choose-us-wrapper {
    margin-top: 25px;
  }

  .home-5-choose-us-text-wrap {
    width: 100%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-5-choose-us-text-wrapper.last-item {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .home-5-awards-text-wrap {
    width: 100%;
  }

  .home-5-process-wrap {
    width: 50%;
  }

  .section-with-image-bg {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-with-parallax {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-4-banner-image-holder {
    margin-bottom: -75px;
  }

  .about-us-banner-wrapper {
    margin-top: 30px;
  }

  .about-us-text-wrap {
    margin-bottom: 40px;
  }

  .about-us-page-text-wrapper {
    width: 100%;
  }

  .why-choose-us-title {
    margin-bottom: 30px;
    font-size: 44px;
  }

  .process-banner-title-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .process-banner-title {
    text-align: left;
    margin-bottom: 20px;
  }

  .process-banner-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .process-banner-image {
    height: 250px;
  }

  .process-banner-image.news-grid {
    margin-top: 10px;
  }

  .process-category-small-title {
    margin-top: 0;
  }

  .process-steps-title {
    font-size: 27px;
  }

  .team-with-image-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-team-short-description {
    width: 100%;
  }

  .pricing-banner-wrapper-copy {
    padding-top: 85px;
  }

  .pricing-services-item {
    width: 100%;
    margin-right: 0;
  }

  .pricing-services-item.second-item, .pricing-services-item.fourth-item {
    margin-top: 0;
  }

  .pricing-services-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    column-count: 1;
  }

  .pricing-page-title-wrapper {
    margin-bottom: 30px;
  }

  .choose-us-banner-titlle-wrapper {
    padding-bottom: 50px;
  }

  .choose-us-with-image-bg {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-choose-banner-description {
    width: 100%;
  }

  .clients-title-holder {
    text-align: center;
    width: 100%;
  }

  .service-page-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .service-page-item {
    width: 100%;
  }

  .services-category-list {
    grid-column-gap: 0px;
  }

  .services-category-item {
    width: 100%;
  }

  .services-category-description {
    width: 80%;
  }

  .service-list-title {
    text-align: left;
    width: 100%;
  }

  .service-list-text-wrapper {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .services-list-description {
    width: 100%;
  }

  .service-list-banner-wrapper {
    margin-bottom: 25px;
  }

  .service-category-small-title {
    margin-top: 0;
    padding-right: 0;
  }

  .projects-title {
    margin-bottom: 20px;
  }

  .project-2-description {
    width: 90%;
  }

  .service-list-section, .projects-1-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-details-description {
    width: 100%;
  }

  .project-categories-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .project-categories-item {
    width: 100%;
  }

  .project-categories-item:last-child {
    margin-bottom: 0;
  }

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

  .contact-us-banner-titlle-wrapper {
    margin-bottom: 30px;
  }

  .contact-us-banner-description {
    width: 100%;
  }

  .contact-us-section-with-parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-top-banner-section {
    padding-top: 85px;
    padding-bottom: 30px;
  }

  .contact-us-logos-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-2-content-title {
    grid-row-gap: 30px;
    flex-flow: column wrap;
  }

  .contacts-2-image {
    height: 310px;
  }

  .contact-us-3-top-section {
    padding-top: 140px;
  }

  .contact-us-3-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-3-text-wrap {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .contacts-services {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .contacts-arrow-hover {
    margin-bottom: 30px;
    display: none;
  }

  .contact-us-form-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .blog-grid-description {
    width: 80%;
  }

  .news-2-top-banner-section {
    padding-bottom: 60px;
  }

  .news-tab-item {
    margin-bottom: 40px;
  }

  .news-2-tab-holder {
    display: none;
  }

  .news-date {
    margin-bottom: 30px;
  }

  .news-tab-title {
    font-size: 32px;
  }

  .news-title-holder {
    width: 100%;
  }

  .news-image-wrap {
    height: 300px;
  }

  .blog-categories-description {
    width: 80%;
  }

  .news-grid-pagination {
    padding-top: 30px;
  }

  .news-categories-wrapper {
    column-count: 1;
  }

  .blog-template-image-holder {
    margin-bottom: 20px;
  }

  .blog-title {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .news-3-description {
    width: 100%;
  }

  .news-3-short-description {
    margin-top: 10px;
  }

  ._404-title {
    font-size: 150px;
  }

  .news-2-description {
    width: 80%;
  }

  .work-process-banner-title {
    text-align: left;
    text-align: center;
    margin-bottom: 20px;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .div-block-7 {
    margin-bottom: -50px;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 48px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-right {
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapp {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapp {
    grid-template-columns: 1fr;
  }

  .landing-free-trial-title {
    margin-bottom: 30px;
  }

  .small-title.margin-bottom {
    margin-bottom: 40px;
  }

  .home-content-wrap {
    width: 100%;
  }

  .footer-logo-holder {
    padding-left: 0;
  }

  .footer-brand-description {
    text-align: center;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-newsletter {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-form-wrapper {
    justify-content: center;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap, .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section.portfolio-grid-banner {
    padding-top: 60px;
  }

  .section.home-1-slider {
    padding-bottom: 120px;
  }

  .section.with-line-bg {
    padding-bottom: 210px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 105px;
  }

  .section.contact-us-with-light-bg {
    padding-bottom: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    margin-bottom: 10px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu, .nav-dropdown-list.home-3-megamenu, .nav-dropdown-list.home-1-megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-template-date {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    background-position: 50% 16%;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
  }

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

  .team-card-image {
    object-position: 50% 0%;
  }

  .process-item-wrapper.reverse {
    grid-row-gap: 20px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    width: 100%;
  }

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

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding: 8px 0;
  }

  .portfolio-tab-link.last-child {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .project-template-info-wrap {
    width: 100%;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .team-members-wrap, .team-members-wrap.home-2, .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .footer-form {
    width: 100%;
  }

  .footer-rights-wrapper-small {
    grid-row-gap: 2px;
    flex-wrap: wrap;
  }

  .success-message {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-1-primary-button {
    display: flex;
  }

  .title-holder {
    width: 100%;
  }

  .home-1-description {
    font-size: 16px;
  }

  .home-button-wrap {
    justify-content: flex-start;
  }

  .our-story-holder {
    margin-top: 40px;
  }

  .studio-content-description-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .design-content-description {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-content-wrapper {
    width: 100%;
  }

  .services-content-wrapper.with-margin {
    margin-top: 0;
  }

  .our-services-conten-wrap {
    grid-row-gap: 30px;
  }

  .what-we-do-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .what-we-do-image {
    width: 100%;
    height: 320px;
  }

  .what-we-do-second-image {
    object-position: 50% 0%;
    width: 100%;
    height: 380px;
  }

  .what-we-do-title {
    width: 100%;
  }

  .portfolio-title {
    margin-bottom: 30px;
  }

  .home-1-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-portfolio-item {
    width: 100%;
  }

  .home-1-portfolio-image-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-portfolio-2-image-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .awards-content-wrap {
    grid-column-gap: 0px;
  }

  .awards-text-wrapper, .our-team-description {
    width: 100%;
  }

  .team-members-image {
    object-position: 50% 10%;
  }

  .team-members-name {
    margin-bottom: 10px;
  }

  .home-1-reviews-slider {
    height: 100%;
    min-height: auto;
  }

  .home-1-reviews-holder, .home-1-reviews-wrap {
    flex-direction: column;
  }

  .home-1-reviews-name {
    align-items: center;
  }

  .home-1-reviews-job {
    text-align: center;
  }

  .home-1-left-arrow {
    bottom: -115%;
    right: 22%;
  }

  .home-1-right-arrow {
    z-index: 99;
    bottom: -115%;
    right: -19%;
  }

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

  .reviews-name {
    text-align: center;
    margin-top: 10px;
  }

  .home-2-process-description {
    width: 100%;
  }

  .specialize-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .specialize-image {
    object-position: 50% 0%;
    width: 100%;
    height: 350px;
  }

  .specialize-second-image {
    width: 100%;
    height: 300px;
  }

  .description-holder {
    width: 100%;
  }

  .description-holder.last-item {
    margin-bottom: 40px;
  }

  .about-studio-slide-wrapper {
    margin-top: 40px;
  }

  .about-studio-left-arrow.reverse {
    right: 220px;
  }

  .about-studio-right-arrow {
    right: -15%;
  }

  .our-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .our-portfolio-item {
    width: 100%;
  }

  .awards-name {
    font-size: 44px;
  }

  .home-2-our-team-description {
    width: 100%;
  }

  .home-2-testimonials-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-testimonials-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .home-2-testimonials-holder.hidden {
    display: none;
  }

  .home-2-testimonials-wrap {
    width: 100%;
  }

  .home-2-testimonials-wrap.hidden {
    flex-direction: column;
  }

  .colorful-bg-heading-wrapper.yellow {
    margin-top: 0;
  }

  .logos-holder {
    grid-column-gap: 20px;
  }

  .logos-image {
    width: 40%;
  }

  .home-3-explore-more-wrapper {
    margin-top: 0;
    display: none;
  }

  .home-3-awards-name {
    font-size: 36px;
  }

  .process-title.home-5-title {
    text-align: center;
    font-size: 16px;
  }

  .home-3-process-description {
    width: 100%;
  }

  .home-3-awards-content-wrap {
    grid-column-gap: 0px;
  }

  .home-3-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .home-3-portfolio-item {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
  }

  .home-3-portfolio-image {
    width: 100%;
  }

  .home-3-portfolio-second-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .home-3-portfolio-left, .home-3-portfolio-right {
    width: 100%;
  }

  .home-3-portfolio-second-item {
    grid-row-gap: 30px;
  }

  .home-3-portfolio-large-image {
    height: 230px;
  }

  .home-3-portfolio-second-list {
    grid-row-gap: 30px;
  }

  .benefits-slider-wrap {
    width: 100%;
  }

  .benefits-slider-image {
    max-width: 310px;
    height: 300px;
    box-shadow: 21px 21px #0000001a;
  }

  .benefits-text-wrap {
    background-color: #0000;
    max-width: 500px;
    padding: 50px 0 0;
    position: static;
  }

  .benefits-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-3-blog-large-title-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .home-3-blog-image {
    height: 300px;
  }

  .home-3-blog-text-wrap {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-3-blog-description {
    width: 100%;
  }

  .home-3-latest-post {
    width: 70%;
  }

  .home-2-explore-wrapper {
    margin-top: 0;
    display: none;
  }

  .home-1-portfolio-second-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-portfolio-second-item {
    width: 100%;
    margin-top: 30px;
  }

  .home-1-portfolio-second-item:last-child {
    margin-top: 0;
  }

  .home-4-top-banner-icon {
    width: 150px;
    height: 150px;
    bottom: -10%;
  }

  .home-4-top-banner-sphere-icon {
    width: 60px;
    height: 60px;
  }

  .spaces-wrapper {
    width: 100%;
  }

  .spaces-title-wrap {
    flex-direction: row;
  }

  .home-4-process-wrapper {
    grid-row-gap: 10px;
  }

  .home-4-process-wrap {
    width: 100%;
  }

  .home-4-specialize-image {
    width: 100%;
    height: 350px;
  }

  .home-3-specialize-second-image {
    width: 100%;
    height: 300px;
  }

  .home-4-specialize-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-4-our-team-description {
    width: 100%;
  }

  .home-4-blog-list {
    grid-column-gap: 0px;
  }

  .home-4-blog-item {
    width: 100%;
  }

  .home-4-blog-image {
    height: 300px;
  }

  .home-4-blog-text-wrap {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-4-blog-description, .believe-title-wrap {
    width: 100%;
  }

  .believe-description-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-5-our-services-number {
    font-size: 62px;
  }

  .home-5-process-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
  }

  .home-5-number-holder {
    align-items: center;
  }

  .home-5-projects-description {
    width: 100%;
  }

  .home-5-services-title-holder {
    grid-column-gap: 15px;
  }

  .home-5-services-arrow {
    width: 40px;
    height: 40px;
  }

  .home-5-latest-post {
    width: 70%;
  }

  .home-3-right-arrow-holder {
    right: 3%;
  }

  .home-5-process-wrap {
    width: 45%;
  }

  .home-1-studio-content-description {
    width: 100%;
  }

  .home-1-studio-content-description.last-item {
    margin-top: 10px;
  }

  .about-explore-wrapper {
    margin-top: 0;
    display: none;
  }

  .why-choose-us-title {
    font-size: 38px;
  }

  .home-5-blog-text-wrap {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-5-post-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .team-page-members-name {
    margin-bottom: 10px;
  }

  .pricing-explore-wrapper {
    margin-top: 0;
    display: none;
  }

  .clients-our-story-holder {
    margin-top: 40px;
  }

  .services-category-description {
    width: 100%;
  }

  .project-2-title, .project-2-description {
    text-align: center;
  }

  .contact-us-spaces-title-wrap {
    flex-direction: row;
  }

  .project-scroll-button {
    right: 43%;
  }

  .locations-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .contacts-input-holder {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contacts-3-input {
    width: 100%;
  }

  .contacts-arrow-hover {
    width: 15px;
    height: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .blog-grid-description {
    width: 100%;
  }

  .blog-title-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .news-2-button, .home-primary-button {
    display: flex;
  }

  .news-tabs-content {
    margin-top: 40px;
  }

  .news-tab-item {
    flex-flow: column wrap;
  }

  .news-2-tab-holder {
    margin-left: 0;
  }

  .news-date {
    font-size: 41px;
  }

  .news-title-holder {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
  }

  .news-title-wrap, .news-image-wrap, .blog-categories-description {
    width: 100%;
  }

  .news-text-content, .blog-sidebar-post-category-template {
    margin-bottom: 20px;
  }

  ._404-title {
    font-size: 120px;
  }

  .news-2-description {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .projects-content-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 0px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 50vh;
    padding-top: 100px;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-banner-title {
    font-size: 36px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-customers-content-left, .landing-section-title {
    width: 100%;
  }

  .home-content-wrap {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-social-icons-wrapper {
    grid-column-gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }

  .footer-social-icon {
    margin-right: 0;
  }

  .footer-form-wrapper, .testimonials-wrap {
    width: 100%;
  }

  .coming-soon-form-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ec2-e3b54e94, #w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ec6-e3b54e94, #w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291eca-e3b54e94, #w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ed0-e3b54e94, #w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ed6-e3b54e94, #w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291edc-e3b54e94 {
  justify-self: center;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-e3b54e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-e3b54e99, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-e3b54e99, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-e3b54e99, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-e3b54e99, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-e3b54e99, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-e3b54e99, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-e3b54e99, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-e3b54e99, #w-node-_87468c32-83f5-729b-6140-32c34d9e6392-e3b54e99, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-e3b54e99, #w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-e3b54e99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_7f0d7d02-4ea3-c929-bd81-6321afe6d627-e3b54ea4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7951b648-eb09-6734-0c27-d8c64c53227e-e3b54ea9, #w-node-_26ce1b3c-1746-bd49-3c05-0f698bcf6a95-e3b54ea9, #w-node-dfccffe7-797c-e605-9bad-23173e66525c-e3b54ea9, #w-node-ba44132a-4689-445f-455c-b8ba6d433174-e3b54ea9, #w-node-_7614b8ad-7fc7-b5ca-edff-450a26b9a454-e3b54ea9, #w-node-_97f193f8-ec97-35b6-c3fe-ca884b5c83f4-e3b54ea9, #w-node-_200b9e62-1152-f206-6f67-ffc1f1ff9df1-e3b54ea9, #w-node-_4126be51-806b-a316-2a1c-bdc6491ea64f-e3b54ea9, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e3b54eaa, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-e3b54eaa, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-e3b54eaa, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-e3b54eaa, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-e3b54eaa, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-e3b54eaa, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-e3b54eaa, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-e3b54eaa, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-e3b54eaa, #w-node-a6aaa6c9-d5d6-64a8-f018-f6a4f79bb0a8-e3b54eaa, #w-node-_07858812-cf96-a5d4-0bc2-b6232681930e-e3b54eaa, #w-node-e5675688-6a19-458b-1c87-a72c47956123-e3b54eaa, #w-node-_31d51cf9-daec-d11b-b145-3963eaed1307-e3b54eaa, #w-node-_14f1facc-47b9-ff95-1159-e7190bcfc843-e3b54eaa, #w-node-_2fd20edd-23c2-0e04-c977-365119bc314a-e3b54eaa, #w-node-_65eeeb5e-dd60-a772-2b72-37746c59cfbe-e3b54eaa, #w-node-aef9c86b-f34b-4863-7625-30f4291dac13-e3b54eaa, #w-node-b7c126ce-f4e6-5f25-528d-d9d02b84e968-e3b54eaa, #w-node-_2f8a7cfb-7734-dee8-563d-e2d9c116ef47-e3b54eaa, #w-node-db42a480-49e6-8de7-f485-94e82e482e06-e3b54eaa, #w-node-bc8d8427-428e-aa0f-9452-ec909f814e1b-e3b54eaa, #w-node-_14a61233-c214-143b-aa91-28e6a8e50124-e3b54eaa, #w-node-fd69ab26-4732-d8e8-8642-b3a880d016fe-e3b54eaa, #w-node-_97522a5f-2f73-316b-be26-85861059159f-e3b54eaa, #w-node-d07ffd93-27b0-a475-caea-6b5386d03258-e3b54eaa, #w-node-_6faec355-dc35-6359-b4e1-281a77e6b8b7-e3b54eaa, #w-node-_36a9aa8a-26a1-7a70-3513-ff49c29d5fb7-e3b54eaa, #w-node-a3b2001e-bff3-7c84-cd25-33d472408249-e3b54eaa, #w-node-ec563960-e56d-ca92-4413-a7ec6be04567-e3b54eaa, #w-node-_4e342920-1139-e11c-104b-f1cdef823110-e3b54eaa, #w-node-_7c5c941e-66e0-bd57-3157-61113ecff308-e3b54eaa, #w-node-_23330140-22a8-ddec-bdae-94fb6b85ab3a-e3b54eaa, #w-node-_3e570793-9ff2-4cbb-5433-27721bf9bb3a-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fc9b-e3b54eaa, #w-node-e5559e13-4bd8-84cc-308d-dfccdea42ba1-e3b54eaa, #w-node-_1cd26a79-090c-7a60-3922-2e0b8fc2f462-e3b54eaa, #w-node-_8eb9f9e5-8871-baf3-1cf8-341a2ba4a776-e3b54eaa, #w-node-_1892c301-4089-8f57-d58f-10023b4b2228-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fca1-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fca3-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fca9-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fcab-e3b54eaa, #w-node-_89459f07-8986-f44d-5289-1f078e835864-e3b54eaa, #w-node-_635eeb3e-e8a5-b7d2-63a9-2a06cb5e3046-e3b54eaa, #w-node-_32b4b26d-d56f-f358-3132-7b740a23365e-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da1858-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da185a-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da185c-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da185e-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da1860-e3b54eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e3b54eae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-df1434e8-6346-b672-4272-eed90048ecfa-e3b54eb2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-e3b54eb3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-e3b54eb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e3b54eae {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e3b54eae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e3b54eae {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f0d7d02-4ea3-c929-bd81-6321afe6d627-e3b54ea4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e3b54eaa, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-e3b54eaa, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-e3b54eaa, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-e3b54eaa, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-e3b54eaa, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-e3b54eaa, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-e3b54eaa, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-e3b54eaa, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-e3b54eaa, #w-node-a6aaa6c9-d5d6-64a8-f018-f6a4f79bb0a8-e3b54eaa, #w-node-_07858812-cf96-a5d4-0bc2-b6232681930e-e3b54eaa, #w-node-e5675688-6a19-458b-1c87-a72c47956123-e3b54eaa, #w-node-_31d51cf9-daec-d11b-b145-3963eaed1307-e3b54eaa, #w-node-_14f1facc-47b9-ff95-1159-e7190bcfc843-e3b54eaa, #w-node-_2fd20edd-23c2-0e04-c977-365119bc314a-e3b54eaa, #w-node-_65eeeb5e-dd60-a772-2b72-37746c59cfbe-e3b54eaa, #w-node-aef9c86b-f34b-4863-7625-30f4291dac13-e3b54eaa, #w-node-b7c126ce-f4e6-5f25-528d-d9d02b84e968-e3b54eaa, #w-node-_2f8a7cfb-7734-dee8-563d-e2d9c116ef47-e3b54eaa, #w-node-db42a480-49e6-8de7-f485-94e82e482e06-e3b54eaa, #w-node-bc8d8427-428e-aa0f-9452-ec909f814e1b-e3b54eaa, #w-node-_14a61233-c214-143b-aa91-28e6a8e50124-e3b54eaa, #w-node-fd69ab26-4732-d8e8-8642-b3a880d016fe-e3b54eaa, #w-node-_97522a5f-2f73-316b-be26-85861059159f-e3b54eaa, #w-node-d07ffd93-27b0-a475-caea-6b5386d03258-e3b54eaa, #w-node-_6faec355-dc35-6359-b4e1-281a77e6b8b7-e3b54eaa, #w-node-_36a9aa8a-26a1-7a70-3513-ff49c29d5fb7-e3b54eaa, #w-node-a3b2001e-bff3-7c84-cd25-33d472408249-e3b54eaa, #w-node-ec563960-e56d-ca92-4413-a7ec6be04567-e3b54eaa, #w-node-_4e342920-1139-e11c-104b-f1cdef823110-e3b54eaa, #w-node-_7c5c941e-66e0-bd57-3157-61113ecff308-e3b54eaa, #w-node-_23330140-22a8-ddec-bdae-94fb6b85ab3a-e3b54eaa, #w-node-_3e570793-9ff2-4cbb-5433-27721bf9bb3a-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fc9b-e3b54eaa, #w-node-e5559e13-4bd8-84cc-308d-dfccdea42ba1-e3b54eaa, #w-node-_1cd26a79-090c-7a60-3922-2e0b8fc2f462-e3b54eaa, #w-node-_8eb9f9e5-8871-baf3-1cf8-341a2ba4a776-e3b54eaa, #w-node-_1892c301-4089-8f57-d58f-10023b4b2228-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fca1-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fca3-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fca9-e3b54eaa, #w-node-d3a42dee-7a08-3878-94af-73c082c6fcab-e3b54eaa, #w-node-_89459f07-8986-f44d-5289-1f078e835864-e3b54eaa, #w-node-_635eeb3e-e8a5-b7d2-63a9-2a06cb5e3046-e3b54eaa, #w-node-_32b4b26d-d56f-f358-3132-7b740a23365e-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da1858-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da185a-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da185c-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da185e-e3b54eaa, #w-node-_2ac2ee50-54fd-2165-b9ee-7a51f7da1860-e3b54eaa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucetwo';
  src: url('../fonts/OpenSauceTwo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
































  .background{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 420px; /* banner yüksekliğini burada ayarla */
    width: 100%;
  }