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

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_fonts---paragraph-font: Inter, sans-serif;
  --_fonts---title-font: Geist, sans-serif;
  --title-color: #414141;
  --_font-size---h1: 4.5rem;
  --_font-size---h2: 4rem;
  --_font-size---h3: 3.25rem;
  --_font-size---h4: 2rem;
  --_font-size---h5: 1.5rem;
  --_font-size---h6: 1.25rem;
  --primary-color: #727c57;
  --border-color: #bbb;
  --white: white;
  --black: black;
  --platinum: #ece9e2;
  --section-bg: #f5f4f3;
  --transparent: transparent;
  --_font-size---small-paragraph: 1rem;
  --_font-size---subtext: .875rem;
  --grey: grey;
  --_font-size---paragraph: 1.125rem;
  --_font-size---title-xl: 6rem;
  --_font-size---display-title: 13.2vw;
  --_font-size---highlight-title: 1.75rem;
  --off-white: #ccc;
  --dark-vanilla: #c7bdaa;
  --timberwolf: #ded8cd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: var(--_fonts---paragraph-font);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  font-family: var(--_fonts---title-font);
  color: var(--title-color);
  font-size: var(--_font-size---h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  font-family: var(--_fonts---title-font);
  font-size: var(--_font-size---h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  font-family: var(--_fonts---title-font);
  font-size: var(--_font-size---h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  font-family: var(--_fonts---title-font);
  font-size: var(--_font-size---h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  font-family: var(--_fonts---title-font);
  color: var(--title-color);
  font-size: var(--_font-size---h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

h6 {
  font-family: var(--_fonts---title-font);
  color: var(--title-color);
  font-size: var(--_font-size---h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

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

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

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

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

.page-wrapper {
  overflow: clip;
}

.inner-banner {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.inner-banner.about-us {
  background-image: linear-gradient(#0000007a, #000), url('../images/Roof-BG.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.inner-banner.services {
  background-image: url('../images/Service-Single-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.projects {
  background-image: url('../images/Projects-Banner-BG.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.contact {
  background-image: url('../images/Contact-Banner-BG.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.utility-page {
  background-image: url('../images/Utility-Banner-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.projects-single, .inner-banner.service-single {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner._404 {
  background-image: url('../images/404-Inner-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.password {
  background-image: url('../images/PP-BG.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.career {
  background-image: url('../images/Career-Bg-Img.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner.success {
  background-image: linear-gradient(#0000007a, #000), url('../images/Cheetham-Builds-Hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-sidebar {
  z-index: 99;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: #5353535c;
  width: 100%;
  max-width: 4.5rem;
  height: 100vh;
  padding: 2rem 1.125rem;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sidebar-flex-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.social-link-wrap {
  border: 1px solid var(--border-color);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.social-links-flex-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bars-wrap {
  grid-column-gap: .32rem;
  grid-row-gap: .32rem;
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.bar {
  background-color: var(--white);
  width: .125rem;
  height: 1.25rem;
}

.bar.left.black, .bar.right.black {
  background-color: var(--black);
}

.inner-banner-content-wrap {
  justify-content: center;
  align-items: center;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section.services {
  z-index: 1;
  background-color: var(--platinum);
  position: relative;
}

.section.team-members, .section.testimonial {
  min-height: 100vh;
}

.section.works {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.blog-posts {
  min-height: 100vh;
}

.section.meet-the-team {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #000), url('../images/Knockdown--Rebuild.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  display: flex;
  position: relative;
}

.section.expertise {
  background-color: var(--section-bg);
  min-height: 100vh;
}

.section.our-journey {
  z-index: 1;
  background-color: var(--section-bg);
  min-height: 100vh;
  padding-top: 10.44rem;
  padding-bottom: 10.44rem;
  position: relative;
}

.section.contact {
  background-color: var(--section-bg);
  min-height: 100vh;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.section.changelog {
  background-color: var(--section-bg);
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section.license {
  background-color: var(--section-bg);
  min-height: 100vh;
}

.section.all-service {
  background-color: var(--section-bg);
  min-height: 100vh;
  overflow: clip;
}

.section.member-single {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section.project-journey {
  z-index: 1;
  background-color: var(--section-bg);
  min-height: 100vh;
  position: relative;
}

.section.sg {
  background-color: var(--section-bg);
  min-height: 100vh;
}

.section.project-challenges {
  min-height: 100vh;
}

.section.project-reiew {
  background-color: var(--section-bg);
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section.pp {
  z-index: 1;
  background-color: var(--section-bg);
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section.related-project {
  overflow: clip;
}

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

.section.include-features {
  background-color: var(--platinum);
  min-height: 100vh;
}

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

.section.authentication, .section.template-feature {
  background-color: var(--platinum);
}

.section.career-details {
  z-index: 1;
  background-color: var(--section-bg);
  min-height: 100vh;
  position: relative;
}

.section.career-positions {
  background-color: var(--white);
  min-height: 100vh;
}

.section.usps {
  background-color: var(--platinum);
}

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

.section.map {
  z-index: 1;
  background-color: var(--platinum);
  position: relative;
}

.section.map:where(.w-variant-3eb47226-804a-d7bd-d940-ffa60f77b0a9) {
  padding-top: 0;
}

.single-banner-slide {
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.container {
  width: 100%;
  max-width: 85rem;
}

.container.footer-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.container.rel-2 {
  z-index: 2;
  position: relative;
}

.primary-button {
  text-transform: capitalize;
  display: inline-block;
}

.primary-button-inner {
  z-index: 1;
  background-color: var(--white);
  letter-spacing: -.01em;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-inner:where(.w-variant-8dd4e6a7-7bfc-a45e-ee5c-1c08ba9e85a7) {
  background-color: var(--primary-color);
  color: var(--white);
}

.primary-button-inner:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a) {
  border: 1px solid var(--white);
  background-color: var(--transparent);
}

.primary-button-inner:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce) {
  background-color: var(--transparent);
  border: 1px solid #ffffff4d;
  padding: .85rem 1.25rem;
}

.primary-button-inner:where(.w-variant-e063bd44-1fde-b631-5b58-4ae642718bc3) {
  background-color: var(--transparent);
  border: 1px solid #ddd;
}

.primary-button-hover-bg {
  z-index: -1;
  background-color: var(--black);
  border-radius: 50%;
  width: 14rem;
  min-width: 120%;
  height: 8rem;
  position: absolute;
  transform: translate(0, 100%);
}

.primary-button-hover-bg:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a), .primary-button-hover-bg:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce) {
  background-color: var(--white);
}

.primary-button-text {
  z-index: 1;
  color: var(--primary-color);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 500;
  line-height: 125%;
  position: relative;
}

.primary-button-text:where(.w-variant-8dd4e6a7-7bfc-a45e-ee5c-1c08ba9e85a7), .primary-button-text:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a) {
  color: var(--white);
}

.primary-button-text:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce) {
  color: var(--white);
  font-size: .75rem;
}

.primary-button-text:where(.w-variant-e063bd44-1fde-b631-5b58-4ae642718bc3) {
  color: var(--black);
}

.primary-button-text-absolute {
  color: var(--white);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 500;
  line-height: 125%;
  position: absolute;
}

.primary-button-text-absolute:where(.w-variant-8dd4e6a7-7bfc-a45e-ee5c-1c08ba9e85a7) {
  color: var(--white);
}

.primary-button-text-absolute:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a) {
  color: var(--primary-color);
}

.primary-button-text-absolute:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce) {
  color: var(--primary-color);
  font-size: .75rem;
}

.section-title-flex-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.section-title-flex-wrap.mb-0 {
  margin-bottom: 0;
}

.section-title {
  font-size: var(--_font-size---h4);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 125%;
}

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

.section-title.black.journey-challenge {
  margin-bottom: 1.75rem;
}

.section-title.black.career-position {
  margin-bottom: .94rem;
}

.section-title-wrap.career-position {
  max-width: 34.8rem;
}

.title-button-wrap {
  flex: none;
}

.single-about-details-wrap {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.small-button {
  text-transform: capitalize;
  display: inline-block;
}

.small-button-inner {
  z-index: 1;
  background-color: var(--white);
  letter-spacing: -.01em;
  border-radius: 1.8rem;
  justify-content: center;
  align-items: center;
  padding: .87rem 1.72rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-button-inner:where(.w-variant-8dd4e6a7-7bfc-a45e-ee5c-1c08ba9e85a7) {
  background-color: var(--primary-color);
  color: var(--white);
}

.small-button-inner:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a) {
  border: 1px solid var(--white);
  background-color: var(--transparent);
}

.small-button-inner:where(.w-variant-1edc35b2-4dc6-5468-431a-0c2c7356bc9b) {
  background-color: var(--transparent);
  border: 1px solid #47372647;
}

.small-button-inner:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce), .small-button-inner:where(.w-variant-e063bd44-1fde-b631-5b58-4ae642718bc3) {
  border: 1px solid var(--white);
  background-color: var(--transparent);
}

.small-button-text {
  z-index: 1;
  color: var(--primary-color);
  font-size: var(--_font-size---subtext);
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.small-button-text:where(.w-variant-8dd4e6a7-7bfc-a45e-ee5c-1c08ba9e85a7), .small-button-text:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a), .small-button-text:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce), .small-button-text:where(.w-variant-e063bd44-1fde-b631-5b58-4ae642718bc3) {
  color: var(--white);
}

.small-button-text-absolute {
  color: var(--white);
  font-size: var(--_font-size---subtext);
  font-weight: 500;
  line-height: 120%;
  position: absolute;
}

.small-button-text-absolute:where(.w-variant-8dd4e6a7-7bfc-a45e-ee5c-1c08ba9e85a7) {
  color: var(--white);
}

.small-button-text-absolute:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a), .small-button-text-absolute:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce), .small-button-text-absolute:where(.w-variant-e063bd44-1fde-b631-5b58-4ae642718bc3) {
  color: var(--primary-color);
}

.small-button-hover-bg {
  z-index: -1;
  background-color: var(--black);
  border-radius: 50%;
  width: 12rem;
  min-width: 100%;
  height: 8rem;
  position: absolute;
  transform: translate(0, 100%);
}

.small-button-hover-bg:where(.w-variant-e31bd306-31ef-26f9-3800-14e93c641a8a), .small-button-hover-bg:where(.w-variant-b74f53da-1e04-1c0a-467e-b977c237c6ce), .small-button-hover-bg:where(.w-variant-e063bd44-1fde-b631-5b58-4ae642718bc3) {
  background-color: var(--white);
}

.single-award-wrap {
  z-index: 1;
  border-top: 1px solid #fff3;
  width: 100%;
  padding: 1.68rem 2.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.process-accordion-wrap {
  border-top: 1px solid var(--border-color);
  background-color: var(--transparent);
  padding: 1.75rem;
}

.process-accordion-wrap.w--current {
  background-color: var(--transparent);
}

.member-grid-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-member-wrap {
  text-align: center;
}

.member-img-wrap {
  border: 1px solid #ddd;
  border-radius: 13.7rem;
  height: 12rem;
  margin-bottom: 1.56rem;
  overflow: hidden;
}

.member-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.member-details-wrap {
  text-align: center;
}

.member-name {
  border-bottom: 1px solid var(--transparent);
  color: var(--black);
  font-size: var(--_font-size---h6);
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.member-info {
  font-size: var(--_font-size---small-paragraph);
  line-height: 110%;
}

.members-details-wrap {
  max-width: 35.7rem;
}

.members-details {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  margin-bottom: 2.5rem;
  font-weight: 400;
  line-height: 160%;
}

.footer {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.footer.preview {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.footer-video {
  object-fit: cover;
  background-image: linear-gradient(#202020a3, #000);
  width: 100%;
  height: 100%;
}

.footer-img-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.footer-content-wrapper {
  position: static;
  inset: auto 0% 3.5rem;
}

.footer-copyright-text {
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 170%;
}

.footer-details {
  color: var(--white);
  font-size: var(--_font-size---paragraph);
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 160%;
}

.footer-contact-details {
  color: var(--white);
  margin-bottom: 2.38rem;
  font-size: 8rem;
  font-weight: 600;
  line-height: 110%;
}

.footer-contact-tag {
  color: var(--white);
  font-size: var(--_font-size---subtext);
  border: 1px solid #ddd;
  border-radius: 1.88rem;
  margin-bottom: 2.44rem;
  padding: .75rem 1.75rem;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.single-service-wrap {
  overflow: hidden;
}

.partners-title {
  color: var(--black);
  font-size: var(--_font-size---subtext);
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 160%;
}

.partners-grid-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-partner-wrap {
  border: 1px solid #999;
  border-radius: 9.375rem;
  justify-content: center;
  align-items: center;
  min-height: 7.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.single-partner-wrap:hover {
  transform: scale(.95);
}

.teatimonial-wrapper {
  margin-bottom: 5.5rem;
}

.testimonial-flex-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slider {
  background-color: var(--transparent);
  height: auto;
  position: relative;
}

.slider.testimonial {
  width: 100%;
  max-width: 48.375rem;
  position: relative;
}

.testimonial-details {
  color: var(--black);
  letter-spacing: -.02em;
  max-width: 43.25rem;
  margin-bottom: 3.3rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 130%;
}

.testimonial-author-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-bottom: 2.3rem;
}

.testimonial-author-img {
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
}

.testimonial-author-name {
  color: var(--black);
  font-size: var(--_font-size---paragraph);
  margin-bottom: .05rem;
  font-weight: 500;
  line-height: 150%;
}

.testimonial-date {
  color: var(--title-color);
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 160%;
}

.testimonial-circle-wrap {
  justify-content: center;
  align-items: center;
  max-width: 15.25rem;
  display: flex;
}

.testimonial-quote {
  max-width: 6.5rem;
  position: absolute;
}

.testimonial-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.testimonial-arrow.right {
  inset: auto 1.08rem 1.68rem auto;
}

.testimonial-arrow.left {
  position: absolute;
  inset: auto 8.2rem 1.68rem auto;
}

.testimonial-serial-wrap {
  border: 1px solid var(--border-color);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.875rem;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% .88rem auto;
}

.testimonial-numbers-flex-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.testimonial-number {
  color: var(--black);
  height: 100%;
  min-height: 100%;
  font-size: .75rem;
  font-weight: 400;
  line-height: 130%;
}

.testimonial-number.white {
  color: var(--white);
}

.testimonial-count-numbers {
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

.inner-banner-title {
  color: var(--white);
  font-size: var(--_font-size---title-xl);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
}

.inner-banner-title.mb-0 {
  margin-bottom: 0;
}

.inner-banner-details {
  color: #ddd;
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 160%;
}

.inner-banner-details.projects {
  max-width: 21rem;
}

.inner-banner-details.contact {
  max-width: 36.5rem;
}

.inner-banner-details.service-single {
  max-width: 32rem;
}

.breadcrumb-wrapper {
  display: flex;
}

.single-project-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.single-project-wrap.home-page {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.project-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.project-type {
  color: var(--white);
  font-size: var(--_font-size---small-paragraph);
  letter-spacing: -.04em;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.project-name {
  color: var(--white);
  font-size: var(--_font-size---h2);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 110%;
}

.project-name-wrap {
  max-width: 32rem;
  margin-bottom: 4rem;
}

.project-content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-button-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-button-text {
  color: var(--white);
  font-size: var(--_font-size---paragraph);
  font-weight: 600;
  line-height: 100%;
}

.project-count-wrap {
  margin-top: 2.62rem;
}

.project-count-number {
  color: var(--white);
  font-size: var(--_font-size---h3);
  font-weight: 600;
  line-height: 110%;
}

.project-count-small-number {
  font-size: var(--_font-size---h6);
  font-weight: 400;
}

.work-title {
  color: var(--white);
  font-size: var(--_font-size---title-xl);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 110%;
}

.works-title-wrapper {
  z-index: 3;
  padding-top: 4rem;
  position: absolute;
  inset: 0% 0% auto;
}

.work-tags {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.38rem;
  display: flex;
}

.work-type {
  border: 1px solid var(--border-color);
  color: var(--white);
  font-size: var(--_font-size---subtext);
  border-radius: 1.88rem;
  padding: .5rem .88rem;
  font-weight: 500;
  line-height: 100%;
}

.work-view-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #6d462d47;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-image-overlay {
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.work-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.work-button-text {
  color: var(--white);
  font-size: var(--_font-size---paragraph);
  font-weight: 600;
  line-height: 100%;
}

.breadcrumb-link {
  color: var(--border-color);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 160%;
}

.inner-banner-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-banner-content.projects-single, .inner-banner-content.service-single {
  max-width: 50rem;
}

.blog-mask {
  max-width: 22.5rem;
  overflow: visible;
}

.blog-categories {
  grid-column-gap: 2.12rem;
  grid-row-gap: 2.12rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.single-blog-category {
  background-color: var(--transparent);
  color: var(--border-color);
  font-size: var(--_font-size---subtext);
  text-transform: uppercase;
  padding: 0;
  font-weight: 400;
  line-height: 160%;
}

.single-blog-category.w--current {
  background-color: var(--transparent);
  color: var(--primary-color);
  font-weight: 600;
}

.single-blog-slide {
  margin-right: 2.25rem;
}

.blog-categories-collection {
  margin-bottom: 2.88rem;
}

.post-image-wrap {
  border-radius: .25rem;
  width: 100%;
  margin-bottom: 1.68rem;
  display: block;
  overflow: hidden;
}

.post-image {
  width: 100%;
}

.post-info-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .44rem;
  display: flex;
}

.post-category {
  color: var(--primary-color);
  font-size: var(--_font-size---subtext);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 160%;
}

.post-category.blog-slide {
  color: var(--white);
}

.post-date-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-date {
  color: var(--border-color);
  font-size: var(--_font-size---subtext);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 160%;
}

.post-date.blog-slide {
  color: var(--white);
}

.post-date-dot {
  background-color: #ddd;
  border-radius: 50%;
  flex: none;
  width: .25rem;
  height: .25rem;
}

.post-date-dot.blog-slide {
  background-color: var(--white);
}

.post-title {
  color: var(--black);
  font-size: var(--_font-size---h6);
  font-weight: 600;
  line-height: 150%;
}

.post-slider-button {
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.post-slider-button.right {
  position: absolute;
  inset: -3.9rem 0% auto auto;
}

.post-slider-button.left {
  position: absolute;
  inset: -3.9rem 2.15rem auto auto;
}

.blog-copyright-text {
  color: var(--grey);
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 160%;
}

.blog-copyright-wrap {
  margin-top: 8.5rem;
}

.meet-team-details-wrap {
  color: var(--white);
  font-size: var(--_font-size---h4);
  letter-spacing: -.02em;
  max-width: 40rem;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
}

.expertise-grid-wrap {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.07fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expertise-title-details {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  margin-bottom: 3.36rem;
  font-weight: 400;
  line-height: 160%;
}

.expertise-title-details.black {
  color: var(--black);
  max-width: 25rem;
}

.expertise-title-details.media-details {
  max-width: 11.44rem;
}

.expertise-media-img {
  width: 100%;
}

.expertise-media-img-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
}

.single-expertise-wrap {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
}

.expertise-ans-wrap {
  background-color: var(--transparent);
  position: static;
  overflow: hidden;
}

.expertise-details {
  color: var(--black);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 150%;
}

.expertise-heading {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 1.65rem 0;
  display: block;
}

.expertise-title-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expertise-accordion-icon.absolute {
  z-index: -1;
  position: absolute;
}

.expertise-accordion-icon-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.expertise-title-wrap {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expertise-serial {
  color: #736e6a;
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 170%;
}

.expertise-title {
  color: #928b86;
  font-size: var(--_font-size---h2);
  letter-spacing: -.02em;
  font-weight: 600;
  line-height: 100%;
}

.expertise-details-wrap {
  max-width: 27rem;
  padding-top: 1.65rem;
  padding-bottom: 1.65rem;
  padding-left: 1.75rem;
}

.journey-shape {
  z-index: -1;
  width: 100%;
  max-width: 54%;
  max-height: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.journey-grid-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.57fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journey-title {
  color: var(--black);
  font-size: var(--_font-size---h4);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 125%;
}

.journey-details {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  max-width: 17rem;
  font-weight: 400;
  line-height: 160%;
}

.journeys-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Award . Experience"
                 ". Projects ."
                 / 1fr 1.13fr 1.38fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journey-awards-wrap {
  background-color: #ececec;
  border-radius: .25rem;
  height: 13.5rem;
  padding: 1.37rem 1.75rem 2rem;
}

.journey-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.journey-number {
  color: var(--black);
  font-size: var(--_font-size---h1);
  letter-spacing: -.02em;
  margin-bottom: 2.62rem;
  font-weight: 400;
  line-height: 100%;
}

.journey-number.experience {
  color: var(--white);
  font-size: 7.5rem;
}

.journey-info-text {
  color: var(--black);
  font-size: var(--_font-size---subtext);
  text-transform: uppercase;
  max-width: 10rem;
  font-weight: 400;
  line-height: 160%;
}

.journey-info-text.experience {
  color: var(--white);
  max-width: 6rem;
  margin-left: auto;
}

.journey-project-wrap {
  background-color: var(--white);
  border-radius: .25rem;
  height: 16.25rem;
  padding: 1.88rem 1.75rem 3rem;
}

.journey-experience-wrap {
  background-color: var(--primary-color);
  border-radius: .25rem;
  height: 19.1875rem;
  padding: 1.88rem 1.75rem 3rem;
}

.contact-grid-wrap {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.44fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrap {
  width: 100%;
  max-width: 39.6rem;
  margin-left: auto;
}

.contact-title {
  color: var(--black);
  font-size: var(--_font-size---h3);
  margin-bottom: 3.88rem;
  font-weight: 600;
  line-height: 110%;
}

.contact-details {
  color: var(--grey);
  font-size: var(--_font-size---subtext);
  max-width: 17.5rem;
  font-weight: 400;
  line-height: 160%;
}

.contact-details-mark {
  color: #ff481f;
}

.contact-form-wrapper {
  margin-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 1.94rem;
  grid-row-gap: 2.18rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.18rem;
  display: grid;
}

.single-field-wrapper.message {
  margin-bottom: 4rem;
}

.contact-label {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 160%;
}

.contact-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-color);
  background-color: var(--transparent);
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  height: 2.4rem;
  margin-bottom: 0;
  padding: 0 0 1rem;
  font-weight: 400;
  line-height: 160%;
}

.contact-message-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-color);
  background-color: var(--transparent);
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  min-width: 100%;
  max-width: 100%;
  min-height: 9rem;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  line-height: 160%;
}

.form-button {
  background-color: var(--white);
  color: var(--black);
  font-size: var(--_font-size---small-paragraph);
  border-radius: .25rem;
  padding: .86rem 2.25rem;
  font-weight: 400;
  line-height: 150%;
}

.form-button._w-100 {
  width: 100%;
}

.contact-info-text {
  border-bottom: 1px solid var(--black);
  color: var(--title-color);
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 160%;
  display: inline-block;
}

.contact-info-text-wrap {
  margin-top: 1.56rem;
}

.inner-banner-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-changelog-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.12fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-date-wrap {
  color: var(--black);
  font-size: var(--_font-size---h6);
  font-weight: 600;
  line-height: 160%;
}

.changelog-details {
  color: var(--border-color);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 150%;
}

.single-changelog-content-wrap {
  background-color: var(--white);
  border-radius: .25rem;
  padding: 3rem;
}

.changelog-container {
  max-width: 58.25rem;
  margin-left: auto;
  margin-right: auto;
}

.changelog-grid-right-wrap {
  padding-bottom: 7.5rem;
  padding-left: 7.5rem;
}

.changelog-grid-right-wrap.last {
  padding-bottom: 0;
}

.changelog-star {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: -2px -.625rem auto auto;
}

.changelog-grid-left-wrap {
  border-right: 1.5px solid #e0e0e0;
  position: relative;
}

.changelog-grid-left-wrap.border-none {
  border-right-style: none;
}

.changelog-title {
  font-family: var(--_fonts---paragraph-font);
  color: var(--black);
  font-size: var(--_font-size---h5);
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

.license-description-wrapper {
  max-width: 34rem;
  margin-top: 1.5rem;
}

.license-description-text {
  color: var(--grey);
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 160%;
}

.license-source {
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.license-single-content {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  display: flex;
}

.license-typography-tag {
  color: var(--black);
  font-size: var(--_font-size---h3);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 110%;
  display: inline-block;
}

.license-links {
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.license-heading {
  color: var(--black);
  font-size: var(--_font-size---h6);
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}

.license-typography-details {
  color: var(--black);
  font-size: var(--_font-size---h5);
  font-weight: 500;
  line-height: 120%;
}

.license-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5.76fr 1.65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3.25rem;
  display: grid;
}

.license-source-name {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 160%;
}

.license-link-text {
  border-bottom: 1px solid var(--grey);
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 160%;
}

.license-image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.license-image {
  border-radius: .25rem;
  width: 100%;
}

.license-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5.76fr 1.67fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.license-content.typography {
  background-color: var(--white);
  border-radius: .25rem;
  grid-template-columns: 5.76fr 1.67fr 1fr;
  padding: 1.62rem 2.75rem 1.88rem;
}

.license-assets {
  width: 100%;
  max-width: 43rem;
}

.single-service {
  background-color: var(--white);
  border-radius: 1.25rem;
  padding: 2.5rem 3.25rem;
}

.service-grid {
  grid-column-gap: 7.75rem;
  grid-row-gap: 7.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.42fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-image {
  width: 100%;
}

.service-img-wrap {
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.service-flex-wrap {
  display: flex;
}

.service-item-wrap {
  flex: none;
  max-width: 68.0625rem;
  margin-right: 4.5rem;
}

.service-icon {
  max-width: 1.6rem;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.service-title {
  color: var(--primary-color);
  font-size: var(--_font-size---h3);
  font-weight: 500;
  line-height: 110%;
}

.service-title-wrap {
  margin-bottom: .75rem;
}

.service-details {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  margin-bottom: 4rem;
  font-weight: 400;
  line-height: 160%;
}

.service-ending-details {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 160%;
}

.service-ending-details-wrap {
  max-width: 21rem;
  margin-top: 4.44rem;
}

.member-collection-list {
  margin-bottom: 5.4rem;
}

.member-name-wrap {
  margin-bottom: .4rem;
  position: relative;
  overflow: hidden;
}

.member-single-grid-wrap {
  grid-column-gap: 6.9rem;
  grid-row-gap: 6.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 69rem;
  display: grid;
}

.member-single-img-wrap {
  background-color: #3f4145;
  border-radius: .25rem;
  min-height: 37.38rem;
  overflow: hidden;
}

.member-single-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.member-single-content {
  margin-top: 1.94rem;
}

.member-single-name {
  color: var(--black);
  font-size: var(--_font-size---h2);
  margin-bottom: 1.62rem;
  font-weight: 600;
  line-height: 112%;
}

.member-details-divider {
  background-color: #ddd;
  width: 7.1rem;
  height: 1px;
  margin-bottom: 2rem;
}

.member-designation {
  color: var(--black);
  font-size: var(--_font-size---h5);
  margin-bottom: 1.12rem;
  font-weight: 500;
  line-height: 120%;
}

.social-links-flex {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.8rem;
  display: flex;
}

.single-social-link {
  color: var(--black);
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: var(--_font-size---subtext);
  border: 1px solid #ddd;
  border-radius: 3.13rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  transition: all .5s;
  display: flex;
}

.single-social-link:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: translate(0, -5px);
}

.member-details {
  color: var(--grey);
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 160%;
}

.blog-categories-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-journey-grid {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.55fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-accordion-header {
  z-index: 1;
  cursor: pointer;
  padding-top: 2rem;
  position: relative;
}

.service-accordion-ans {
  overflow: hidden;
}

.service-accordion-title {
  color: #47372629;
  font-size: var(--_font-size---h1);
  font-weight: 500;
  line-height: 110%;
}

.service-accordion-title._1 {
  color: var(--black);
}

.sevice-ans-flex-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.service-accordion-img-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.service-accordion-details-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 21.25rem;
  margin-top: 5rem;
  display: flex;
}

.more-button {
  position: relative;
}

.more-button-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.more-button-text {
  color: var(--primary-color);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 500;
  line-height: 150%;
}

.service-accordion-img-one {
  object-fit: cover;
  max-width: 24rem;
  min-height: 20rem;
}

.service-accordion-img-two {
  object-fit: cover;
  max-width: 6rem;
  min-height: 8rem;
}

.member-name-line {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
}

.project-slide-nav {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 50% 5vw auto auto;
  transform: translate(0, -50%);
}

.blog-slide-wrap {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 7rem;
  display: flex;
}

.blog-slide-img-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.blog-slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-slide-content-wrap {
  max-width: 42.5rem;
}

.blog-slide-title {
  color: var(--white);
  font-size: var(--_font-size---h3);
  letter-spacing: -.02em;
  font-weight: 600;
  line-height: 110%;
}

.blog-slide-img-overlay {
  background-image: linear-gradient(#0000 60%, #0006 97%);
  position: absolute;
  inset: 0%;
}

.blog-serial-wrap {
  z-index: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #6d462d47;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 10vw;
  height: 3.2rem;
  display: flex;
  position: absolute;
  inset: auto 5vw 10.8rem auto;
}

.blog-slide-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.blog-slide-arrow.right {
  inset: auto 6vw 12rem auto;
}

.blog-slide-arrow.left {
  position: absolute;
  inset: auto 13vw 12rem auto;
}

.primary-colors-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-text-style-1 {
  color: #414141;
  font-size: var(--_font-size---paragraph);
  font-weight: 400;
  line-height: 110%;
}

.single-sg-wrap {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 2.5rem;
  overflow: hidden;
}

.sg-contents-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.color-info {
  color: var(--white);
  font-size: var(--_font-size---h5);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 125%;
}

.color-info.black {
  color: #151515;
}

.single-sg-title {
  color: var(--black);
  font-size: var(--_font-size---h4);
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 125%;
}

.body-text-style-2 {
  color: #414141;
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 110%;
}

.sg-buttons-flex {
  grid-column-gap: 1.12rem;
  grid-row-gap: 1.12rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-grid-wrap {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.45fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-grid-wrap.center {
  align-items: center;
}

.sg-headings-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.single-color-box {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: .75rem;
  display: flex;
}

.single-color-box._1 {
  background-color: var(--black);
}

.single-color-box._2 {
  background-color: var(--white);
  border: 1px solid #6d462d47;
}

.single-color-box._3 {
  background-color: #d1cdc4;
}

.single-color-box._4 {
  background-color: var(--platinum);
}

.single-color-box._5 {
  background-color: var(--primary-color);
}

.sg-font-size {
  margin-left: 15rem;
  display: inline-block;
}

.sidebar-menu-wrap {
  z-index: 100;
  background-color: var(--white);
  width: 100vw;
  max-width: 30.3rem;
  padding: 3.25rem;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.sidebar-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.sidebar-links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-sidebar-link {
  color: #999;
  letter-spacing: -.02em;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 125%;
  transition: all .5s;
}

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

.social-links-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.36rem;
  display: flex;
}

.sidebar-social-link {
  border: 1px solid var(--border-color);
  color: var(--black);
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: var(--_font-size---subtext);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.sidebar-contact-info {
  color: var(--grey);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.sidebar-contact-info-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-close {
  z-index: 99;
  opacity: .64;
  -webkit-backdrop-filter: blur(2.4rem);
  backdrop-filter: blur(2.4rem);
  background-color: #0000001f;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.banner-about-us {
  position: relative;
}

.more-button-underline {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
}

.responsive-bar {
  display: none;
}

.hamburger-wrap {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-wrap:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

.burger-lines {
  z-index: 999;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.burger-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.burger-line.middle {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
}

.mobile-nav {
  z-index: 99;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.pp-content-wrap {
  text-align: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.pp-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff4f1 #fff4f1 var(--border-color);
  background-color: var(--transparent);
  color: var(--black);
  font-size: var(--_font-size---small-paragraph);
  height: 2.8rem;
  margin-bottom: 2.25rem;
  padding: 0 0 1rem;
  font-weight: 400;
  line-height: 110%;
}

.pp-field::placeholder {
  color: #6b7280;
}

.pp-title {
  color: var(--black);
  font-size: var(--_font-size---h3);
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 110%;
}

.blog-single-container {
  max-width: 53.2rem;
  margin-left: auto;
  margin-right: auto;
}

.project-journey-summery {
  color: var(--black);
  margin-bottom: 6.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 128%;
}

.project-overview-details {
  color: var(--black);
  font-size: var(--_font-size---h6);
  max-width: 34rem;
  font-weight: 400;
  line-height: 150%;
}

.project-overview-details._1 {
  margin-bottom: 1.56rem;
}

.project-overview-details._2 {
  margin-bottom: 6.25rem;
}

.project-journey-media-img {
  border-radius: .25rem;
  width: 100%;
  max-width: 22rem;
}

.project-journey-info-list-item {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-journey-info-list-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.project-journey-info-details {
  color: var(--black);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.project-journey-info-tag {
  color: var(--grey);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.challenge-details p {
  color: var(--black);
  font-size: var(--_font-size---h6);
  margin-bottom: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}

.challenge-details ul {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  margin-bottom: 8.25rem;
  padding-left: 20px;
  display: flex;
}

.challenge-details li {
  color: #666;
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.challenge-details figure {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

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

.project-review-wrap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.6fr;
  grid-auto-columns: 1fr;
  max-width: 1075px;
  display: grid;
}

.project-review-quote {
  max-width: 7rem;
}

.project-quote-title {
  color: var(--black);
  font-size: var(--_font-size---paragraph);
  margin-bottom: 2.75rem;
  font-weight: 600;
  line-height: 160%;
}

.project-review-details {
  color: var(--black);
  margin-bottom: 8rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 130%;
}

.project-review-details-divider {
  background-color: #c7c7c7;
  width: 100%;
  height: 1px;
  margin-bottom: 3.5rem;
}

.client-flex-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-img {
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
}

.client-info {
  color: #666;
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 160%;
}

.client-name {
  color: var(--black);
  font-size: var(--_font-size---h5);
  margin-bottom: .2px;
  font-weight: 600;
  line-height: 125%;
}

.blog-single-details h5 {
  color: var(--black);
  font-size: var(--_font-size---h5);
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.blog-single-details p {
  color: var(--grey);
  font-size: var(--_font-size---subtext);
  margin-bottom: 4rem;
  font-weight: 400;
  line-height: 170%;
}

.blog-single-details figure {
  width: 100%;
  max-width: 48%;
  margin-bottom: 4rem;
  margin-right: 1rem;
}

.blog-single-details img {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 24rem;
}

.blog-single-details figcaption {
  color: var(--grey);
  font-size: var(--_font-size---subtext);
  margin-top: 1.5rem;
  line-height: 170%;
}

.blog-single-details ul {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  flex-flow: column;
  margin-bottom: 2.25rem;
  padding-left: 20px;
  display: flex;
}

.blog-single-details li {
  color: var(--grey);
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 170%;
}

.inner-bar {
  position: absolute;
  inset: 0% 0% auto auto;
}

.pp-details {
  color: #666;
  font-size: var(--_font-size---subtext);
  margin-bottom: 6.5rem;
}

.blog-review-wrap {
  background-color: var(--section-bg);
  border-radius: .25rem;
  margin-bottom: 3.25rem;
  padding: 3rem 5rem;
}

.blog-review-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-quote-wrap {
  flex: none;
  max-width: 3.75rem;
}

.blog-review-details {
  color: var(--black);
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 130%;
}

.blog-quote-author-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-quote-author-name {
  color: var(--black);
  font-size: var(--_font-size---paragraph);
  font-weight: 600;
  line-height: 160%;
}

.blog-quote-author-info {
  color: var(--grey);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 160%;
}

.related-project-flex {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-project-item {
  width: 100%;
  max-width: 26rem;
}

.related-project-img-wrap {
  border-radius: .25rem;
  height: 29rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.related-project-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.related-project-type {
  border: 1px solid #ddd;
  border-radius: 1.88rem;
  padding: .38rem 1rem;
}

.related-project-type-text {
  color: #666;
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 100%;
}

.project-info-flex {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.related-project-title {
  color: var(--black);
  font-size: var(--_font-size---h4);
  letter-spacing: -.02em;
  font-weight: 600;
  line-height: 125%;
}

.related-project-title-wrap {
  margin-bottom: .5rem;
}

.related-project-details {
  color: #999;
  font-size: var(--_font-size---subtext);
  font-weight: 400;
  line-height: 170%;
}

.service-single-details {
  max-width: 69rem;
}

.service-single-details h2 {
  color: var(--black);
  font-size: var(--_font-size---h1);
  letter-spacing: -.02em;
  max-width: 49rem;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.service-single-details p {
  color: #666;
  font-size: var(--_font-size---h6);
  margin-bottom: 2.3rem;
  font-weight: 400;
  line-height: 150%;
}

.service-single-details figure {
  float: left;
}

.work-flex-wrap {
  display: flex;
}

.work-sticky-wrap {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-vh-wrap {
  height: 400vh;
}

.service-heighlight-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.48fr;
  grid-auto-columns: 1fr;
  max-width: 59.75rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: grid;
}

.service-heighlight-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-heighlights-flex {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heighlight-title {
  color: var(--black);
  font-size: var(--_font-size---h6);
  margin-bottom: 1.6rem;
  font-weight: 600;
  line-height: 150%;
}

.heighlight-details {
  color: #494949;
  font-size: var(--_font-size---h6);
  font-weight: 400;
  line-height: 150%;
}

.heighlight-divider-line {
  background-color: var(--border-color);
  width: 100%;
  max-width: 4.7rem;
  height: 1px;
}

.service-description {
  max-width: 69rem;
}

.service-description h2 {
  color: var(--black);
  font-size: var(--_font-size---h1);
  letter-spacing: -.02em;
  max-width: 49rem;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.service-description p {
  color: #666;
  font-size: var(--_font-size---h6);
  margin-bottom: 2.3rem;
  font-weight: 400;
  line-height: 150%;
}

.service-description figure {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.service-description img {
  width: 100%;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.preview-banner-wrap {
  background-image: linear-gradient(#131313d6, #000000d9), url('../images/Custom-Home.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.preview-banner-content {
  text-align: center;
  max-width: 57rem;
  margin-bottom: -4vh;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-title {
  color: var(--white);
  letter-spacing: -.05em;
  margin-bottom: .75rem;
  font-size: 7rem;
  font-weight: 500;
  line-height: 100%;
}

.preview-banner-details {
  color: #ddd;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 150%;
}

.buttons-flex-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-flex-wrap.temlate-features {
  margin-top: 2.5rem;
}

.preview-section-title-wrap {
  text-align: center;
  margin-bottom: 3.3rem;
}

.preview-section-title {
  color: var(--primary-color);
  font-size: var(--_font-size---h3);
  font-weight: 500;
  line-height: 110%;
}

.preview-section-title.include {
  max-width: 24.8rem;
  margin-left: auto;
  margin-right: auto;
}

.preview-section-title.light {
  color: var(--platinum);
}

.preview-container {
  max-width: 92vw;
  margin-left: auto;
  margin-right: auto;
}

.include-grid-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.75rem;
  display: grid;
}

.include-content-flex {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.include-title {
  color: var(--primary-color);
  font-size: var(--_font-size---highlight-title);
  letter-spacing: -.01em;
  margin-bottom: .8rem;
  font-weight: 600;
  line-height: 128%;
}

.include-content-wrap {
  max-width: 15.5rem;
  margin-bottom: 2.12rem;
}

.single-include-wrap {
  background-color: var(--section-bg);
  background-image: url('../images/Include-Shape.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  padding-left: 1.75rem;
  position: relative;
  overflow: hidden;
}

.include-details {
  color: var(--grey);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.include-image {
  width: 100%;
  height: 100%;
}

.include-image-wrap._2 {
  height: 100%;
  margin-left: -6.25rem;
}

.figma-file-features-typography {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.13rem;
  padding-left: 1.75rem;
  display: flex;
}

.figma-file-features-title-wrapper {
  max-width: 24rem;
}

.figma-file-features-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--section-bg);
  background-image: url('../images/Figma-File-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px #0c0c0d0d;
}

.figma-file-features-image-wrapper {
  align-self: flex-end;
  width: 100%;
  max-width: 59.24%;
  margin-top: 2.5rem;
}

.figma-file-features-image {
  width: 100%;
}

.single-page-wrap {
  border: 1px solid #ddd;
  display: block;
}

.preview-demo-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-preview-demo-link {
  z-index: 1;
  border: 1px solid var(--grey);
  background-color: var(--primary-color);
  text-align: center;
  border-radius: .5rem;
  width: 100%;
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.single-preview-demo-link.auth {
  background-color: var(--section-bg);
  border-style: none;
}

.preview-demo-image-wrap {
  border-radius: .38rem;
  width: 100%;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.preview-demo-image {
  width: 100%;
}

.preview-demo-tag-wrap {
  display: inline-block;
}

.preview-demo-tag-text {
  color: var(--platinum);
  font-size: var(--_font-size---highlight-title);
  font-weight: 600;
  line-height: 128%;
}

.preview-demo-tag-text.auth {
  color: var(--primary-color);
}

.preview-main-demo {
  margin-bottom: 1.75rem;
}

.preview-home-link {
  border: 1px solid var(--grey);
  background-color: var(--primary-color);
  border-radius: .5rem;
  width: 100%;
  padding: 1.5rem 1.5rem 2rem;
  display: block;
  overflow: hidden;
}

.preview-home-image-wrap {
  border-radius: .25rem;
  overflow: hidden;
}

.preview-home-image {
  width: 100%;
}

.preview-home-title {
  color: var(--platinum);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

.preview-home-title-wrap {
  text-align: center;
  margin-top: 1.44rem;
}

.preview-footer-content-wrap {
  text-align: center;
  width: 100%;
  max-width: 43.6rem;
  margin-left: auto;
  margin-right: auto;
}

.preview-footer-title {
  color: var(--white);
  font-size: var(--_font-size---h2);
  letter-spacing: -.02em;
  margin-bottom: 3.3rem;
  font-weight: 600;
  line-height: 100%;
}

.preview-footer-copyright-text {
  color: var(--border-color);
  font-size: var(--_font-size---paragraph);
  font-weight: 500;
  line-height: 120%;
}

.preview-copyright {
  position: absolute;
  inset: auto 0% 0%;
}

.preview-footer-copyright-wrap {
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.footer-copyright-link {
  border-bottom: 1px solid var(--border-color);
  color: var(--border-color);
}

.temlate-features-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-template-feature {
  background-color: var(--section-bg);
  border-radius: .5rem;
  padding: 1.5rem 2rem;
}

.template-feature-title {
  color: var(--primary-color);
  font-size: var(--_font-size---highlight-title);
  letter-spacing: -.01em;
  margin-bottom: .88rem;
  font-weight: 600;
  line-height: 128%;
}

.template-feature-details {
  color: var(--grey);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.career-details-shape {
  z-index: -1;
  width: 100%;
  max-width: 54%;
  max-height: 90%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.career-details-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-details-text {
  color: var(--grey);
  font-size: var(--_font-size---h6);
  margin-bottom: 5.75rem;
  font-weight: 400;
  line-height: 150%;
}

.career-position-details {
  color: var(--grey);
  font-size: var(--_font-size---small-paragraph);
  font-weight: 400;
  line-height: 150%;
}

.careers-flex-wrap {
  flex-flow: column;
  display: flex;
}

.single-career-wrap {
  border-bottom: 1px solid #eee;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.career-grid-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.position-name {
  color: var(--black);
  font-size: var(--_font-size---h5);
  font-weight: 600;
  line-height: 125%;
}

.position-location-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.position-location-icon {
  max-width: 1rem;
}

.position-location-text {
  color: var(--black);
  font-size: var(--_font-size---h5);
  font-weight: 600;
  line-height: 125%;
}

.heropreheading {
  color: var(--white);
  letter-spacing: -.05em;
  margin-bottom: .75rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.m-navigation-button-wrapper {
  z-index: 52;
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.icon-1x1-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.navigation-card-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #252527;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 12px;
  transition: border-color .3s;
  display: flex;
}

.navigation-card-outline:hover {
  border-color: #b99864;
}

.navigation-card-outline.dark-15 {
  background-color: #fff;
  border-color: #222;
}

.navigation-card-outline.dark-78 {
  background-color: #fff;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 260px;
  margin-left: auto;
  margin-right: auto;
}

.list-wrap-grove {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.list-wrap-grove.surfaces {
  border-top: 3px solid #74b95b;
}

.list-wrap-grove.rail {
  border-top: 3px solid #e73b23;
}

.list-wrap-grove.maintenance {
  border-top: 3px solid #6f6f6e;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.subheading-small-2 {
  color: #252527;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.accordion_title-wrapper-2 {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-toggle-3 {
  color: #fff;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  height: 100%;
  padding: 8px 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle-3.w--current {
  color: #642eff;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-column-3 {
  flex-flow: column;
  width: 30%;
  min-width: 200px;
  display: flex;
}

.promo-section {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.link-3-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000205;
  align-items: center;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-3-grove:hover {
  color: #6f6f6e;
}

.logo-card-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: visible;
}

.sociallink {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 10rem;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.navigation-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.navigation-split {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion_list-wrapper {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.content-brands {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: grid;
}

.button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f4f4f4;
  text-align: center;
  background-color: #f4f4f41a;
  padding: .5rem .6rem .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #f4f4f433;
}

.button.white-28 {
  border: 1px solid #fff;
}

.div-block-503 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-text-hov {
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
}

.navigation-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.navigation-side.mobileonly {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  display: none;
}

.navigation-side.left.show-tablet {
  display: none;
}

.navigation-side.align-left {
  justify-content: flex-start;
}

.navigation-side.right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
}

.navigation-logo {
  padding-left: 0;
}

.div-block-511 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: block;
}

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

.accordion_description-wrapper-2 {
  z-index: 2;
  overflow: hidden;
}

.navigation-badge {
  z-index: 2;
  color: #fff;
  background-color: #252527;
  padding: 6px 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.social-link {
  color: #6e6e6e;
  cursor: pointer;
  border: 1px solid #f4f4f41a;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  transition: all .25s;
  display: flex;
}

.social-link:hover {
  color: #fff;
}

.paragraph-x-small-3 {
  color: #000205;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-3.dark-90 {
  color: #fff;
}

.accordion_arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
}

.logo-image {
  flex: none;
  max-width: 150px;
}

.email-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.progress-bar_wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.menu-trigger {
  display: none;
}

.link-text {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
  display: block;
}

.accordion_title {
  color: #ffffffe6;
  font-size: 2rem;
}

.accordion_item-wrapper {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.navigation-image-large {
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.nav-menu-beyond {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  min-width: 900px;
  padding: 8px;
}

.navigation-grid-3.logistics {
  border-top: 3px solid #326e95;
}

.navigation-grid-3.logistics.dark-77 {
  background-color: #000205;
}

.navigation-grid-3.group {
  border-top: 3px solid #b99864;
}

.navigation-grid-3.group.dark-14 {
  background-color: #000205;
}

.icon-1x1-medium-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.navigation-heading {
  padding: 8px;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: .75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_title-wrapper:hover {
  color: #4292ff;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  overflow: visible;
}

.nav-link-3.w--current {
  color: var(--white);
  text-decoration: underline;
}

.menu-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.progress-bar {
  background-color: #fff;
  border-radius: 600rem;
  width: 0%;
  height: 2px;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

._3x-menu-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-dropdown-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.navigation-dropdown-2.centre {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 18px;
  display: flex;
  overflow: hidden;
}

.scoial-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  display: flex;
}

.accordion_item-2 {
  position: relative;
  overflow: hidden;
}

.div-block-508 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.navigation-divider {
  width: 100%;
  padding: 8px;
}

.div-block-173 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
}

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.messageicon-2 {
  color: #f4f4f4;
}

.text-size-small-2 {
  padding-top: 0;
}

.navigation-feature-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

._1rem-spacer {
  width: 1rem;
  height: 1rem;
}

.menu-img {
  object-fit: cover;
  width: 3.5rem;
  height: 3.5rem;
}

.subheading-x-small-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.menu-link {
  font-size: 15px;
  font-weight: 400;
}

.navigation-separator {
  align-self: stretch;
  padding: 8px;
}

.menu-mob-container {
  z-index: 15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000205;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.list-grove {
  min-width: 140px;
  top: 100%;
}

.list-grove.w--open {
  background-color: #0000;
  min-width: 280px;
}

.list-grove.is-partner {
  left: -125%;
}

.list-grove.is-partner.w--open {
  min-width: 400px;
}

.navigation-feature-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.navigation-feature-link:hover {
  background-color: #f4f4f4;
}

.dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #59595f;
}

.navigation-line-vertical {
  background-color: #f5f5f6;
  width: 1px;
  height: 100%;
}

.navigation-line-vertical.dark-66 {
  background-color: #222;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.icon-link_circle {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1px;
  display: flex;
}

.nav02 {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ddd0;
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  height: 8rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav02:where(.w-variant-8e4e3c36-b716-a145-e904-dfcdc0700dfd) {
  background-color: #000c;
}

.navigation-line {
  background-color: #f5f5f6;
  width: 100%;
  height: 1px;
}

.navigation-line.dark-133 {
  background-color: #222;
}

.navigation-text-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #59595f;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.navigation-text-link-2:hover {
  color: #252527;
  background-color: #f5f5f6;
}

.navigation-text-link-2.dark-73 {
  color: #fff;
  text-decoration: none;
}

.button-phone {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: .65rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.phoneiconbutton {
  width: 1.3rem;
  height: 1.3rem;
}

.phoneiconbutton:hover {
  cursor: pointer;
}

.text-size-small-7 {
  white-space: nowrap;
  padding-top: 0;
}

.video-outline {
  border: 1px solid #e7e7ea;
  border-radius: 32px;
  padding: 8px;
}

.video-testimonials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.video-platform {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #51515e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.h3-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}

.video-embed {
  border-radius: 24px;
  overflow: hidden;
}

.video-star {
  color: #ff8247;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-center {
  justify-content: center;
  align-items: center;
}

.column-regular.column-left {
  justify-content: center;
  align-items: flex-start;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.video-stars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.button-2 {
  border: 2px solid var(--primary-color);
  color: #fff;
  text-align: center;
  padding-top: 2px;
  font-weight: 600;
  text-decoration: none;
  overflow: visible;
}

.button-2:where(.w-variant-ed78efda-fa6b-21f4-1fb9-d0a94aba1f0f) {
  color: var(--title-color);
}

.underlines {
  background-color: var(--primary-color);
  width: 100%;
  height: 2px;
}

.underlines.c-06-line {
  background-color: var(--white);
  color: #d8fafe;
}

.btn-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-arrow {
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.button-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  letter-spacing: -.03rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.underlin-wrapper {
  background-color: #d8fafe4d;
  width: 100%;
  height: 2px;
  margin-top: .2rem;
  overflow: hidden;
}

.underlin-wrapper:where(.w-variant-ed78efda-fa6b-21f4-1fb9-d0a94aba1f0f) {
  background-color: #0101014d;
}

.places-card_content {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.places-card {
  color: var(--white);
  background-color: #181818;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.places-card_desc-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.places-card_image-wrap {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.places-card_heading-text {
  font-size: 2rem;
  font-weight: 500;
}

.places-card_desc-text {
  opacity: .6;
  margin-top: .5rem;
  font-size: .875rem;
}

.places-card_image-overlay {
  background-image: linear-gradient(to top, #181818, #1110);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div-block-513 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #6b5843;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #487f6a;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.subheading-regular {
  color: #2f261d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.intagram-post-masonry {
  aspect-ratio: 1;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.intagram-post-masonry-large {
  aspect-ratio: 1 / 1.3;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  max-height: 320px;
  position: relative;
  overflow: hidden;
}

.instagram-avatar-cover {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.instagram-masonry-link {
  opacity: 1;
  color: #fff;
  background-color: #0a0a0aa3;
  justify-content: center;
  align-items: flex-end;
  padding: 10%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0a0a0a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.instagram-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feedspring-css {
  display: none;
}

.instagram-header-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instagram-stats-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 4px;
  display: flex;
}

.instagram-username-large {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.instagram-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 20px 32px 20px 20px;
  display: flex;
}

.instagram-username {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.instagram-user-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 610px;
  display: flex;
}

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

.instagram-text {
  color: #404040;
}

.instagram-stats-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  display: flex;
}

.instagram-avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.instagram-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.instagram-name-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.instagram-divider {
  background-color: #e5e5e5;
  width: 1px;
  height: 32px;
}

.instagram-logo-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.instagram-avatar-large {
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
}

.instagram-bio {
  color: #404040;
}

.instagram-author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-pattern {
  z-index: -1;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.feature-grid {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.subheading-small {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-card-grid {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 8px 8px auto auto;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary:hover {
  background-color: #51515e;
}

.feature-image-wrapper {
  display: flex;
  position: relative;
}

.max-width-small {
  width: 100%;
  max-width: 396px;
}

.paragraph-small {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.icon-wrapper-2 {
  z-index: 1;
  background-color: #727c5733;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: relative;
}

.feature-image {
  object-fit: fill;
  border: .72px solid #eeeef0;
  border-radius: 24px;
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.container-large {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #eeeef0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-dashboard {
  flex: none;
  width: 40vw;
  position: absolute;
  -webkit-mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-two-column:where(.w-variant-e7049d52-d8f0-77e2-78d0-26ffe6ab767e) {
  flex-flow: row-reverse;
}

.h3-heading-2 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.column-3x-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.paragraph-regular {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost:hover {
  background-color: #eeeef0;
}

.icon-pattern {
  z-index: -1;
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4px auto auto -4px;
}

.video-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 14rem 5% 32px;
  display: flex;
  position: relative;
}

.video-lines {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-x-small {
  z-index: 2;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-background {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-small-4 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

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

.video-overlay {
  background-image: linear-gradient(#0003, #000);
  position: absolute;
  inset: 0%;
}

.video-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.herotext {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider-line-a {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
}

.footer-link-2 {
  color: #55555e;
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

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

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.divider-dot {
  background-color: #bcbcc2;
  flex: none;
  width: 4px;
  height: 4px;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-title {
  font-family: var(--_fonts---title-font);
  color: #131315;
  font-size: 1rem;
  line-height: 1.8;
}

.footer-main-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.social-link-2 {
  color: #131315;
  border: 1px solid #e4e4e7;
  padding: 8px;
  transition: color .3s;
}

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

.footer-logo {
  flex: none;
}

.social-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-5.text-color-gray-800 {
  color: #55555e;
}

.paragraph-small-5.text-color-gray-700 {
  color: #76767f;
}

.section-regular {
  border-top: 1px solid var(--platinum);
  padding: 4rem 5% 1rem;
  position: relative;
}

.avatar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-avatar-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-grid-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.avatar-large {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.avatar-large.group {
  margin-left: -16px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.span-footer-link {
  color: #131315;
  font-weight: 500;
}

.footer-logo {
  width: 12rem;
}

.section-footer {
  background-color: var(--section-bg);
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

.section-footer.services {
  z-index: 1;
  background-color: var(--platinum);
  position: relative;
}

.section-footer.team-members, .section-footer.testimonial {
  min-height: 100vh;
}

.section-footer.works {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-footer.blog-posts {
  min-height: 100vh;
}

.section-footer.meet-the-team {
  z-index: 1;
  background-image: url('../images/Meet-Team-Img.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  display: flex;
  position: relative;
}

.section-footer.expertise {
  background-color: var(--section-bg);
  min-height: 100vh;
}

.section-footer.our-journey {
  z-index: 1;
  background-color: var(--section-bg);
  min-height: 100vh;
  padding-top: 10.44rem;
  padding-bottom: 10.44rem;
  position: relative;
}

.section-footer.contact {
  background-color: var(--section-bg);
  min-height: 100vh;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.section-footer.changelog {
  background-color: var(--section-bg);
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section-footer.license {
  background-color: var(--section-bg);
  min-height: 100vh;
}

.section-footer.all-service {
  background-color: var(--section-bg);
  min-height: 100vh;
  overflow: clip;
}

.section-footer.member-single {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-footer.project-journey {
  z-index: 1;
  background-color: var(--section-bg);
  min-height: 100vh;
  position: relative;
}

.section-footer.sg {
  background-color: var(--section-bg);
  min-height: 100vh;
}

.section-footer.project-challenges {
  min-height: 100vh;
}

.section-footer.project-reiew {
  background-color: var(--section-bg);
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section-footer.pp {
  z-index: 1;
  background-color: var(--section-bg);
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section-footer.related-project {
  overflow: clip;
}

.section-footer.project-single {
  padding-top: 0;
  padding-bottom: 0;
}

.section-footer.include-features {
  background-color: var(--platinum);
  min-height: 100vh;
}

.section-footer.preview-demos {
  background-color: var(--primary-color);
}

.section-footer.authentication, .section-footer.template-feature {
  background-color: var(--platinum);
}

.section-footer.career-details {
  z-index: 1;
  background-color: var(--section-bg);
  min-height: 100vh;
  position: relative;
}

.section-footer.career-positions {
  background-color: var(--white);
  min-height: 100vh;
}

.google-badge {
  max-width: 180px;
}

.google-badge.xs {
  max-width: 120px;
}

.trustsection {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-12 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-grid-store {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-service {
  color: #fff;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: .8rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.hero-service:hover {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1a;
}

.icon-medium-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.brand-review-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-review-row.white-2 {
  color: #fff;
}

.brand-review-row.centre {
  justify-content: center;
  align-items: center;
}

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

.paragraph-small-6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small-6.text-weight-medium {
  font-weight: 500;
}

.row-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.brand-review-divider {
  background-color: var(--border-color);
  width: 2px;
  height: 18px;
}

.google-g {
  width: 1.5rem;
  height: 1.5rem;
}

.gallery_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-cover-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-5.max-400px {
  max-height: 225px;
}

._50--width {
  width: 50%;
}

.button-main {
  border: 2px solid var(--primary-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
}

.button-main:where(.w-variant-ed78efda-fa6b-21f4-1fb9-d0a94aba1f0f) {
  color: var(--title-color);
}

.ikonik-g698s {
  color: #fff;
}

.image-57 {
  width: 2rem;
}

._2rem-spacer {
  height: 2rem;
}

.footer-link-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5b616e;
  justify-content: flex-start;
  align-items: center;
  font-size: .95rem;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.grey-line {
  background-color: var(--off-white);
  width: 100%;
  height: 1px;
}

.div-block-514 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-spacer {
  background-color: var(--platinum);
  background-image: linear-gradient(180deg, var(--black), var(--title-color));
  height: 8rem;
}

.scroll-base {
  z-index: 100;
  border: 1px solid var(--primary-color);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  position: relative;
}

.hover-arrow-2 {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow-2.top-arrow {
  position: absolute;
  inset: -100% 0% auto;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.paragraph-small-7 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-7.text-color-tertiary {
  color: #6b5843;
}

.form-input-light {
  color: #2f261d;
  background-color: #f8f7f2;
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input-light:focus {
  border-color: #ccc3a3;
}

.form-input-light::placeholder {
  color: #6b5843;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #ccc3a3;
  border-radius: 16px;
  flex-flow: column;
  max-width: 450px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px;
}

.title-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  margin-bottom: 2rem;
  display: flex;
}

.form-field-label {
  color: #6b5843;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.subheading-large {
  color: #2f261d;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-large.text-color-secondary {
  color: var(--primary-color);
}

.form-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.section-large {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large.background-secondary {
  background-color: #f1efe5;
}

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #584837;
}

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

.contact-image {
  overflow: hidden;
}

.contact-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form-block {
  margin-bottom: 0;
}

.contact-card-outline {
  background-color: var(--white);
  padding: 1rem;
}

.contact-feature-pattern {
  position: absolute;
  inset: -10px -10px auto auto;
}

.subheading-x-small {
  color: #2f261d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-x-small.text-color-tertiary {
  color: #6b5843;
}

.text-color-red {
  color: #ed775a;
}

.form-text-area-light {
  color: #2f261d;
  background-color: #f8f7f2;
  border: 1px #000;
  border-radius: 8px;
  min-height: 228px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area-light:focus {
  border-color: #ccc3a3;
}

.form-text-area-light::placeholder {
  color: #6b5843;
}

.h6-heading-2 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-avatar {
  border-radius: 99px;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.paragraph-regular-3 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.grey-link {
  color: #676767;
}

.field-label {
  color: #525f75;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.form-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.wrap-v-large-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.field {
  color: #000;
  border: 1px solid #adadad;
  border-radius: 0;
  height: 60px;
  padding-bottom: 8px;
  padding-left: 2.2rem;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.field:hover, .field:focus {
  border-color: var(--primary-color);
}

.field.email {
  background-image: url('../images/sms.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.field.phoneicon {
  background-image: url('../images/phone-line.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.field.name {
  color: #676767;
  background-image: url('../images/user.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.field.message {
  background-image: url('../images/edit.svg');
  background-position: 10px 20px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 120px;
  padding-top: 16px;
}

.field.no-icon {
  padding-left: 20px;
}

.field.location {
  background-image: url('../images/map-pin-line.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.wrap-v-tiny-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.contact-form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--primary-color);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-form-block-outline-2 {
  background-color: #fff;
  border: 1px solid #edeff3;
  margin-bottom: 0;
  padding: 24px;
}

.error-message {
  color: #460906;
  background-color: #fff2eb;
  border-radius: 8px;
  padding: 12px 16px;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.grey {
  color: #33334f;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

._404-card {
  background-color: #f8f7f2;
  background-image: linear-gradient(90deg, var(--white) 50%, #fff0 60%), url('../images/Map2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  background-attachment: scroll, scroll;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

._404-star-illustration {
  position: absolute;
  inset: 0% 35% auto auto;
}

._404-image-right {
  justify-content: center;
  align-items: center;
  margin-right: -110px;
  display: flex;
  position: relative;
}

.paragraph-large {
  color: #6b5843;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

._404-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.h3-heading-3 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

._404-illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-illustration.small {
  width: 50%;
}

.max-width-regular {
  width: 100%;
  max-width: 512px;
}

.container-x-large {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large-2 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-2.background-earth {
  background-color: #584837;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #2a5144;
}

._404-title-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._404-text-illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-plant-group {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  display: flex;
  position: absolute;
  inset: auto auto 10% 10%;
}

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

._6rem-spacer {
  width: 6rem;
  height: 6rem;
}

.rich-text-block {
  line-height: 200%;
}

@media screen and (min-width: 1280px) {
  .menu-mob-container {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .member-grid-wrap {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .member-img-wrap {
    height: 16rem;
  }

  .journey-shape {
    max-width: 54.4rem;
  }

  .journey-grid-wrap {
    grid-column-gap: 8.88rem;
    grid-row-gap: 8.88rem;
  }

  .service-accordion-img-one {
    max-width: 29.5rem;
    min-height: 22.5rem;
  }

  .service-accordion-img-two {
    max-width: 8rem;
    min-height: 10rem;
  }

  .career-details-shape {
    max-width: 54.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .project-slide-nav {
    right: 30.5vw;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_font-size---h1: 3.25rem;
    --_font-size---h2: 3rem;
    --_font-size---h3: 2.6rem;
    --_font-size---h4: 2rem;
    --_font-size---h5: 1.5rem;
    --_font-size---h6: 1.25rem;
    --_font-size---small-paragraph: 1rem;
    --_font-size---subtext: .875rem;
    --_font-size---paragraph: 1rem;
    --_font-size---title-xl: 3.25rem;
    --_font-size---display-title: 13.2vw;
    --_font-size---highlight-title: 1.5rem;
  }

  .inner-banner {
    justify-content: center;
    height: auto;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .page-sidebar {
    height: auto;
    display: none;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.services, .section.team-members, .section.testimonial {
    min-height: auto;
  }

  .section.blog-posts {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .section.meet-the-team {
    min-height: auto;
    padding-top: 20rem;
    padding-bottom: 3rem;
  }

  .section.expertise {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.our-journey, .section.contact, .section.changelog {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.license {
    min-height: auto;
  }

  .section.all-service {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .section.member-single {
    min-height: auto;
    padding-top: 5rem;
  }

  .section.project-journey {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.sg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.project-challenges {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.project-reiew {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .section.pp, .section.career-details, .section.career-positions {
    min-height: auto;
  }

  .section.usps {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.map {
    min-height: auto;
  }

  .container {
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container.footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .primary-button-inner {
    padding: .8rem 1.5rem;
  }

  .section-title-flex-wrap {
    margin-bottom: 2rem;
  }

  .section-title.black.journey-challenge {
    margin-bottom: 1.2rem;
  }

  .section-title.black.career-position {
    margin-bottom: .5rem;
  }

  .small-button-inner {
    padding: .7rem 1.4rem;
  }

  .single-award-wrap {
    padding: 1rem;
  }

  .process-accordion-wrap {
    padding: 1.5rem;
  }

  .member-grid-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .member-img-wrap {
    height: auto;
    margin-bottom: 1rem;
  }

  .members-details {
    margin-bottom: 1.2rem;
  }

  .footer {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer.preview {
    padding-bottom: 0;
  }

  .footer-content-wrapper {
    bottom: 2rem;
  }

  .footer-details {
    margin-bottom: 1rem;
  }

  .footer-contact-details {
    margin-bottom: 1rem;
    font-size: 5rem;
  }

  .footer-contact-tag {
    margin-bottom: 1rem;
  }

  .partners-title {
    margin-bottom: 1.25rem;
  }

  .partners-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .teatimonial-wrapper {
    margin-bottom: 2rem;
  }

  .slider.testimonial {
    max-width: 40rem;
  }

  .testimonial-details {
    font-size: var(--_font-size---h6);
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 140%;
  }

  .testimonial-author-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-divider {
    margin-bottom: 1.5rem;
  }

  .testimonial-circle-wrap {
    max-width: 7rem;
  }

  .testimonial-quote {
    max-width: 2.5rem;
  }

  .testimonial-arrow.right, .testimonial-arrow.left {
    bottom: 1.1rem;
  }

  .testimonial-serial-wrap {
    bottom: .4rem;
  }

  .inner-banner-title {
    margin-bottom: 1rem;
  }

  .inner-banner-details.projects, .inner-banner-details.service-single {
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumb-wrapper {
    justify-content: center;
    align-items: center;
  }

  .single-project-wrap {
    height: auto;
    padding-top: 20rem;
  }

  .single-project-wrap.home-page {
    padding-top: 20rem;
    padding-bottom: 3rem;
  }

  .project-type {
    margin-bottom: 1rem;
  }

  .project-name {
    font-size: var(--_font-size---h3);
  }

  .project-name-wrap {
    max-width: none;
    margin-bottom: 1.2rem;
  }

  .work-title {
    font-size: var(--_font-size---h1);
  }

  .works-title-wrapper {
    padding-top: 2rem;
  }

  .work-tags {
    margin-bottom: .8rem;
  }

  .work-view-button {
    width: 6rem;
    height: 6rem;
  }

  .work-button-text {
    font-size: var(--_font-size---small-paragraph);
  }

  .inner-banner-content {
    text-align: center;
  }

  .blog-mask {
    max-width: 20rem;
  }

  .blog-categories {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .single-blog-slide {
    margin-right: 1.5rem;
  }

  .blog-categories-collection {
    margin-bottom: 1.5rem;
  }

  .post-image-wrap {
    margin-bottom: 1rem;
  }

  .post-info-flex {
    margin-bottom: .4rem;
  }

  .post-slider-button.right, .post-slider-button.left {
    top: -3rem;
  }

  .blog-copyright-wrap {
    margin-top: 2rem;
  }

  .expertise-grid-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .expertise-title-details {
    margin-bottom: 1.5rem;
    line-height: 150%;
  }

  .expertise-title-details.black {
    max-width: 19rem;
  }

  .expertise-media-img-wrap {
    border-radius: .8rem;
  }

  .expertise-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .expertise-accordion-icon-wrap {
    max-width: 1rem;
  }

  .expertise-title {
    font-size: var(--_font-size---h4);
  }

  .expertise-details-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .journey-grid-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .journey-title-wrapper {
    text-align: center;
  }

  .journey-title {
    margin-bottom: .5rem;
  }

  .journey-number.experience {
    font-size: var(--_font-size---display-title);
  }

  .contact-grid-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-title {
    font-size: var(--_font-size---h4);
    margin-bottom: 1rem;
  }

  .contact-form-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .single-field-wrapper.message {
    margin-bottom: 1rem;
  }

  .contact-field {
    font-size: var(--_font-size---subtext);
  }

  .contact-message-field {
    font-size: var(--_font-size---subtext);
    min-height: 5rem;
  }

  .form-button {
    padding: .8rem 1.5rem;
  }

  .inner-banner-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .single-changelog-content-wrap {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .changelog-star {
    width: 16px;
    height: 16px;
    right: -8px;
  }

  .changelog-title {
    margin-bottom: 1rem;
  }

  .license-description-wrapper {
    margin-top: 1rem;
  }

  .license-single-content {
    grid-row-gap: 2rem;
    padding-right: 0;
  }

  .license-header {
    margin-bottom: 2rem;
    padding-right: 0;
  }

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

  .license-image {
    border-radius: .6rem;
  }

  .license-content.typography {
    border-radius: .8rem;
    padding: 1.5rem;
  }

  .license-assets {
    max-width: 400px;
  }

  .single-service {
    padding: 1.5rem;
  }

  .service-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .service-flex-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .service-item-wrap {
    flex: 0 auto;
    max-width: none;
    margin-right: 0;
  }

  .service-title {
    font-size: var(--_font-size---h4);
  }

  .service-title-wrap {
    margin-bottom: .5rem;
  }

  .service-details {
    margin-bottom: 1rem;
  }

  .service-ending-details-wrap {
    margin-top: 2rem;
  }

  .member-collection-list {
    margin-bottom: 2rem;
  }

  .member-single-grid-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .member-single-img-wrap {
    min-height: auto;
  }

  .member-single-content {
    margin-top: 0;
  }

  .member-single-name {
    font-size: var(--_font-size---h4);
    margin-bottom: 1rem;
  }

  .member-details-divider {
    margin-bottom: 1rem;
  }

  .member-designation {
    font-size: var(--_font-size---paragraph);
    margin-bottom: 1rem;
  }

  .social-links-flex {
    margin-bottom: 1rem;
  }

  .blog-categories-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-journey-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-accordion-header {
    padding-top: 1.25rem;
  }

  .service-accordion-ans {
    margin-top: -1rem;
  }

  .sevice-ans-flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .service-accordion-img-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-accordion-details-wrap {
    max-width: 20rem;
    margin-top: 3rem;
  }

  .service-accordion-img-one {
    max-width: 18rem;
    min-height: 16rem;
  }

  .blog-slide-wrap {
    height: auto;
    padding-top: 20rem;
    padding-bottom: 3rem;
  }

  .blog-slide-content-wrap {
    max-width: 30rem;
  }

  .blog-slide-title {
    font-size: var(--_font-size---h4);
  }

  .blog-serial-wrap {
    max-width: 7rem;
    bottom: 3rem;
    right: 2vw;
  }

  .blog-slide-arrow.right {
    bottom: 4.2rem;
    right: 2.5rem;
  }

  .blog-slide-arrow.left {
    bottom: 4.2rem;
    right: 6.5rem;
  }

  .single-sg-wrap {
    padding: 2rem;
  }

  .sg-contents-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .sg-grid-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .single-color-box {
    height: 6.25rem;
  }

  .sg-font-size {
    margin-left: 12rem;
  }

  .sidebar-menu-wrap {
    max-width: 25rem;
    padding: 2rem;
  }

  .single-sidebar-link {
    font-size: var(--_font-size---h4);
  }

  .responsive-bar {
    display: block;
  }

  .hamburger-wrap {
    cursor: pointer;
    padding: 0;
  }

  .burger-lines {
    width: 2rem;
  }

  .burger-line.top.black, .burger-line.middle.black, .burger-line.bottom.black {
    background-color: var(--black);
  }

  .mobile-nav {
    padding-top: 1rem;
    display: block;
  }

  .mobile-nav-flex-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .pp-field, .pp-title {
    margin-bottom: .8rem;
  }

  .project-journey-summery {
    font-size: var(--_font-size---h6);
    margin-bottom: 1.5rem;
  }

  .project-overview-details {
    font-size: var(--_font-size---paragraph);
  }

  .project-overview-details._1 {
    margin-bottom: 1rem;
  }

  .project-overview-details._2 {
    margin-bottom: 2rem;
  }

  .project-journey-info-list-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .challenge-details p {
    font-size: var(--_font-size---paragraph);
    margin-bottom: 1rem;
  }

  .challenge-details ul {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    margin-bottom: 2rem;
  }

  .challenge-details figure {
    max-width: 31%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .pp-details {
    margin-bottom: 2rem;
  }

  .work-flex-wrap {
    flex-flow: column;
  }

  .work-sticky-wrap {
    position: static;
  }

  .work-vh-wrap {
    height: auto;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preview-banner-wrap {
    min-height: auto;
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

  .preview-banner-content {
    max-width: 40rem;
    margin-bottom: 0;
  }

  .preview-banner-title {
    font-size: 5rem;
  }

  .preview-banner-details {
    margin-bottom: 1.25rem;
  }

  .buttons-flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .buttons-flex-wrap.temlate-features {
    margin-top: 1.5rem;
  }

  .preview-section-title-wrap {
    margin-bottom: 2rem;
  }

  .preview-container {
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
  }

  .include-grid-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .include-content-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .include-title {
    font-size: var(--_font-size---h6);
    max-width: none;
    margin-bottom: .5rem;
  }

  .include-content-wrap {
    max-width: 10rem;
    margin-bottom: 1rem;
  }

  .single-include-wrap {
    padding-left: 1rem;
  }

  .include-details {
    font-size: var(--_font-size---subtext);
  }

  .include-image-wrap._2 {
    margin-left: -3rem;
  }

  .figma-file-features-typography {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.25rem 1rem 0;
  }

  .figma-file-features-title-wrapper {
    max-width: 100%;
  }

  .figma-file-features-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .figma-file-features-image-wrapper {
    max-width: 100%;
    margin-top: 0;
  }

  .figma-file-features-image {
    object-fit: cover;
    height: 100%;
  }

  .figma-file-icon {
    max-width: 8rem;
  }

  .preview-demo-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .single-preview-demo-link {
    max-width: none;
    padding: 1.25rem;
  }

  .preview-demo-image-wrap {
    margin-bottom: 1rem;
  }

  .preview-home-link {
    padding-bottom: 1.5rem;
  }

  .preview-home-title {
    font-size: var(--_font-size---h4);
  }

  .preview-home-title-wrap {
    margin-top: 1rem;
  }

  .preview-footer-wrap {
    margin-bottom: 2rem;
  }

  .preview-footer-title {
    font-size: var(--_font-size---h4);
    margin-bottom: 1rem;
    line-height: 120%;
  }

  .preview-copyright {
    position: static;
  }

  .preview-footer-copyright-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .temlate-features-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .single-template-feature {
    padding: 1.25rem;
  }

  .career-details-text {
    font-size: var(--_font-size---paragraph);
    margin-bottom: 1.25rem;
  }

  .single-career-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .career-grid-wrap {
    grid-template-columns: 2fr 1.4fr 1fr;
  }

  .position-name {
    font-size: var(--_font-size---h6);
  }

  .position-location-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .position-location-text {
    font-size: var(--_font-size---paragraph);
  }

  .heropreheading {
    font-size: 2.5rem;
  }

  .m-navigation-button-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 4rem;
    height: 2rem;
    display: flex;
  }

  .m-navigation-button-wrapper.red.is-phone {
    height: 50px;
  }

  .hide-tablet {
    display: none;
  }

  .list-wrap-grove {
    box-shadow: none;
  }

  .content-grove {
    width: 100%;
  }

  .navigation-toggle-3 {
    justify-content: space-between;
  }

  .promo-section {
    max-width: 100dvw;
  }

  .logo-card-2 {
    min-height: 100px;
  }

  .logo {
    width: 10rem;
  }

  .navigation-split {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .content-brands {
    width: 100%;
  }

  .div-block-503 {
    display: none;
  }

  .navigation-side {
    justify-content: flex-end;
  }

  .navigation-side.mobileonly {
    width: auto;
    display: none;
  }

  .navigation-side.left {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-side.left.show-tablet {
    width: auto;
    display: none;
  }

  .navigation-side.align-left {
    display: none;
  }

  .navigation-side.right {
    width: auto;
  }

  .accordion_description-wrapper-2 {
    padding-top: 10px;
  }

  .email-icon {
    display: block;
  }

  .menu-trigger {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-icon-2 {
    justify-content: center;
    align-items: center;
    width: 4rem;
    display: flex;
  }

  .nav-menu-beyond {
    background-color: #000205;
    height: auto;
    display: block;
    position: absolute;
    top: 90px;
  }

  .navigation-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .navigation-grid-3.logistics.dark-77, .navigation-grid-3.group.dark-14 {
    padding: 0;
  }

  .nav-link-3 {
    align-self: center;
  }

  ._3x-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-173 {
    border-top: 1px solid #222;
  }

  .messageicon-2 {
    width: 3ch;
  }

  .menu-img {
    width: 6rem;
    height: 6rem;
  }

  .menu-mob-container {
    overflow: scroll;
  }

  .list-grove.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .nav02 {
    position: fixed;
  }

  .h3-heading {
    font-size: 40px;
  }

  .instagram-stats-block {
    display: none;
  }

  .instagram-masonry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-divider {
    display: none;
  }

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

  .button-secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .feature-image-wrapper {
    display: none;
  }

  .feature-dashboard {
    width: 100%;
    position: static;
  }

  .grid-two-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .grid-two-column:where(.w-variant-e7049d52-d8f0-77e2-78d0-26ffe6ab767e) {
    flex-flow: column;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .column-3x-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

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

  .section-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-footer.services, .section-footer.team-members, .section-footer.testimonial {
    min-height: auto;
  }

  .section-footer.blog-posts {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .section-footer.meet-the-team {
    min-height: auto;
    padding-top: 20rem;
    padding-bottom: 3rem;
  }

  .section-footer.expertise {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-footer.our-journey, .section-footer.contact, .section-footer.changelog {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-footer.license {
    min-height: auto;
  }

  .section-footer.all-service {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .section-footer.member-single {
    min-height: auto;
    padding-top: 5rem;
  }

  .section-footer.project-journey {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-footer.sg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-footer.project-challenges {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-footer.project-reiew {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .section-footer.pp, .section-footer.career-details, .section-footer.career-positions {
    min-height: auto;
  }

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

  .feature-grid-store {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  ._50--width {
    width: auto;
  }

  .section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  ._404-card {
    background-image: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  ._404-grid {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-size---h1: 3rem;
    --_font-size---h2: 2.6rem;
    --_font-size---h3: 2.2rem;
    --_font-size---h4: 1.8rem;
    --_font-size---h5: 1.4rem;
    --_font-size---h6: 1.15rem;
    --_font-size---small-paragraph: .9rem;
    --_font-size---subtext: .8rem;
    --_font-size---paragraph: 1rem;
    --_font-size---title-xl: 2.875rem;
    --_font-size---display-title: 13.2vw;
    --_font-size---highlight-title: 1.25rem;
  }

  .inner-banner {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.our-journey, .section.contact, .section.changelog, .section.license, .section.project-journey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.sg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.project-challenges, .section.pp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.footer-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .primary-button-inner {
    padding: .7rem 1.2rem;
  }

  .section-title.black.journey-challenge {
    margin-bottom: 1rem;
  }

  .small-button-inner {
    padding: .6rem 1rem;
  }

  .single-award-wrap {
    padding: .8rem;
  }

  .process-accordion-wrap {
    padding: 1rem;
  }

  .member-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .member-img-wrap {
    height: auto;
    margin-bottom: .5rem;
  }

  .members-details {
    margin-bottom: 1rem;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .footer-contact-details {
    font-size: var(--_font-size---h1);
  }

  .footer-contact-tag {
    padding: .6rem 1.5rem;
  }

  .partners-title {
    margin-bottom: 1rem;
  }

  .single-partner-wrap {
    min-height: 5rem;
  }

  .teatimonial-wrapper {
    margin-bottom: 1rem;
  }

  .testimonial-flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
  }

  .slider.testimonial {
    order: -1;
    max-width: none;
  }

  .testimonial-details {
    margin-bottom: 1rem;
  }

  .testimonial-author-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .testimonial-divider {
    margin-bottom: 1rem;
  }

  .testimonial-author-img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonial-author-name {
    line-height: 130%;
  }

  .testimonial-circle-wrap {
    max-width: 6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-quote {
    max-width: 2rem;
  }

  .testimonial-arrow.right {
    bottom: .9rem;
    right: .8rem;
  }

  .testimonial-arrow.left {
    bottom: .9rem;
    right: 6.2rem;
  }

  .testimonial-serial-wrap {
    max-width: 8rem;
    bottom: .2rem;
  }

  .inner-banner-title {
    margin-bottom: .7rem;
  }

  .single-project-wrap {
    padding-top: 15rem;
    padding-bottom: 3rem;
  }

  .single-project-wrap.home-page {
    padding-top: 15rem;
    padding-bottom: 2rem;
  }

  .project-content {
    max-width: 20rem;
  }

  .project-type {
    margin-bottom: .5rem;
  }

  .project-name-wrap {
    margin-bottom: .8rem;
  }

  .work-title {
    font-size: var(--_font-size---h3);
  }

  .works-title-wrapper {
    padding-top: 1rem;
  }

  .work-view-button {
    width: 5rem;
    height: 5rem;
  }

  .blog-mask {
    max-width: 16rem;
  }

  .blog-categories {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    max-width: 80%;
  }

  .single-blog-slide {
    margin-right: 1.2rem;
  }

  .blog-categories-collection {
    margin-bottom: 1.2rem;
  }

  .post-image-wrap {
    border-radius: .8rem;
    margin-bottom: .8rem;
  }

  .post-info-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .post-category {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 40%;
    overflow: hidden;
  }

  .post-date-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .blog-copyright-wrap {
    margin-top: 1.5rem;
  }

  .meet-team-details {
    font-size: var(--_font-size---h5);
    line-height: 120%;
  }

  .expertise-grid-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .expertise-title-details {
    margin-bottom: 1rem;
  }

  .expertise-heading {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .expertise-details-wrap {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .journey-grid-wrap {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .journey-awards-wrap {
    border-radius: .5rem;
    height: auto;
    padding: 1rem;
  }

  .journey-number {
    font-size: var(--_font-size---h3);
    margin-bottom: 2rem;
  }

  .journey-number.experience {
    font-size: var(--_font-size---h1);
  }

  .journey-project-wrap {
    border-radius: .5rem;
    height: auto;
    padding: 1rem;
  }

  .journey-experience-wrap {
    border-radius: .5rem;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .contact-grid-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .contact-title {
    margin-bottom: .5rem;
  }

  .contact-details {
    max-width: none;
  }

  .form-button {
    padding: .7rem 1.2rem;
  }

  .single-changelog-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .changelog-star {
    display: none;
  }

  .changelog-grid-left-wrap {
    border-right-style: none;
  }

  .license-description-wrapper {
    margin-bottom: 30px;
  }

  .license-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .license-source {
    grid-row-gap: 15px;
  }

  .license-single-content {
    grid-row-gap: 1.5rem;
  }

  .license-links {
    grid-row-gap: 15px;
  }

  .license-header {
    margin-bottom: 1.25rem;
  }

  .license-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-assets {
    max-width: 200px;
  }

  .single-service {
    border-radius: 1rem;
  }

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

  .member-collection-list {
    margin-bottom: 1.5rem;
  }

  .member-single-grid-wrap {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
  }

  .member-single-img-wrap {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .member-single-content {
    text-align: center;
  }

  .member-single-name {
    margin-bottom: .5rem;
  }

  .member-details-divider {
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .member-designation {
    margin-bottom: .8rem;
  }

  .social-links-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .blog-categories-grid {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .project-journey-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .service-accordion-header {
    padding-top: 1rem;
  }

  .service-accordion-ans {
    margin-top: 0;
  }

  .service-accordion-title {
    font-size: var(--_font-size---h3);
  }

  .sevice-ans-flex-wrap {
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .service-accordion-img-wrap {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .service-accordion-details-wrap {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    max-width: none;
    margin-top: 0;
  }

  .service-accordion-img-one {
    order: -1;
  }

  .blog-slide-wrap {
    padding-top: 15rem;
    padding-bottom: 2rem;
  }

  .blog-slide-content-wrap {
    max-width: 20rem;
  }

  .blog-slide-title {
    font-size: var(--_font-size---h5);
  }

  .blog-serial-wrap {
    max-width: 6rem;
    height: 2.4rem;
    bottom: 2rem;
  }

  .blog-slide-arrow.right {
    bottom: 2.8rem;
    right: 1.5rem;
  }

  .blog-slide-arrow.left {
    bottom: 2.8rem;
    right: 5.5rem;
  }

  .primary-colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .single-sg-wrap {
    padding: 1.25rem;
  }

  .sg-contents-flex {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .color-info {
    font-size: .9rem;
  }

  .sg-buttons-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-color-box {
    height: 100px;
  }

  .sg-font-size {
    margin-left: 5rem;
  }

  .sidebar-menu-wrap {
    max-width: 22rem;
  }

  .burger-lines {
    width: 1.8rem;
  }

  .pp-content-wrap {
    max-width: 28rem;
  }

  .pp-field {
    height: 2rem;
  }

  .project-journey-summery {
    margin-bottom: 1rem;
  }

  .project-overview-details._1 {
    margin-bottom: .5rem;
  }

  .project-overview-details._2 {
    margin-bottom: 1rem;
  }

  .project-journey-media-img {
    max-width: none;
  }

  .challenge-details ul {
    margin-bottom: 1rem;
  }

  .challenge-details figure {
    max-width: 30%;
  }

  .pp-details {
    margin-bottom: 1rem;
  }

  .preview-banner-wrap {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .preview-banner-content {
    max-width: 30rem;
  }

  .preview-banner-title {
    margin-bottom: .5rem;
    line-height: 110%;
  }

  .preview-banner-details {
    max-width: 30rem;
    margin-bottom: 1rem;
  }

  .buttons-flex-wrap.temlate-features {
    margin-top: 1rem;
  }

  .preview-section-title-wrap {
    margin-bottom: 1.5rem;
  }

  .include-content-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
  }

  .include-title {
    margin-bottom: .3rem;
    line-height: 120%;
  }

  .include-content-wrap {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .single-include-wrap {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .include-image {
    height: auto;
  }

  .include-image-wrap {
    max-height: 11rem;
  }

  .include-image-wrap._2 {
    height: auto;
    margin-left: 0;
  }

  .figma-file-features-typography {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .figma-file-icon {
    max-width: 7rem;
  }

  .preview-demo-grid {
    grid-template-columns: 1fr;
  }

  .preview-home-link {
    padding: 1.25rem;
  }

  .preview-home-image-wrap {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .temlate-features-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .template-feature-title {
    margin-bottom: .5rem;
  }

  .career-details-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .single-career-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career-grid-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 2fr 1fr 1.3fr;
  }

  .position-location-wrap {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .position-location-icon {
    max-width: .8rem;
  }

  .heropreheading {
    margin-bottom: .5rem;
    line-height: 110%;
  }

  .row.row-top {
    flex-flow: column;
  }

  .navigation-column-3 {
    width: 100%;
  }

  .navigation-split {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-side {
    width: 100%;
  }

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

  ._3x-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-separator {
    width: 100%;
    height: auto;
  }

  .navigation-line-vertical {
    width: 100%;
    height: 1px;
  }

  .places-card {
    padding-top: 45%;
  }

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

  .footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intagram-post-masonry, .intagram-post-masonry-large {
    border-radius: 16px;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

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

  .video-section {
    padding-top: 10rem;
  }

  .footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-separator {
    grid-column-gap: 16px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-footer.our-journey, .section-footer.contact, .section-footer.changelog, .section-footer.license, .section-footer.project-journey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-footer.sg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-footer.project-challenges, .section-footer.pp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .trustsection {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .h2-heading {
    font-size: 48px;
  }

  .form-text-area-light {
    min-height: 188px;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .h3-heading-3 {
    font-size: 44px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_font-size---h1: 2.4rem;
    --_font-size---h2: 2rem;
    --_font-size---h3: 1.8rem;
    --_font-size---h4: 1.5rem;
    --_font-size---h5: 1.2rem;
    --_font-size---h6: 1rem;
    --_font-size---small-paragraph: .7rem;
    --_font-size---subtext: .7rem;
    --_font-size---paragraph: .9rem;
    --_font-size---title-xl: 2.25rem;
    --_font-size---display-title: 13.2vw;
    --_font-size---highlight-title: 1.125rem;
  }

  .section.meet-the-team {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .section.contact, .section.license, .section.project-journey {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .primary-button-inner {
    padding: .6rem 1.2rem;
  }

  .section-title-flex-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 1.5rem;
  }

  .section-title.black.journey-challenge {
    margin-bottom: .6rem;
  }

  .process-accordion-wrap {
    padding: 1rem .5rem;
  }

  .member-grid-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .member-img-wrap {
    height: auto;
  }

  .members-details {
    margin-bottom: .8rem;
  }

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

  .footer-details {
    margin-bottom: .6rem;
  }

  .footer-contact-details {
    font-size: var(--_font-size---h2);
    margin-bottom: .5rem;
  }

  .footer-contact-tag {
    margin-bottom: .6rem;
  }

  .partners-grid-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .single-partner-wrap {
    min-height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-details {
    margin-bottom: .6rem;
  }

  .testimonial-divider {
    margin-bottom: .5rem;
  }

  .testimonial-circle-wrap {
    max-width: 5rem;
  }

  .testimonial-quote {
    max-width: 1.8rem;
  }

  .testimonial-arrow.right {
    bottom: 1rem;
    right: .5rem;
  }

  .testimonial-arrow.left {
    bottom: 1rem;
    right: 4.5rem;
  }

  .testimonial-serial-wrap {
    max-width: 6rem;
    bottom: .2rem;
  }

  .inner-banner-title {
    margin-bottom: .5rem;
  }

  .single-project-wrap {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .single-project-wrap.home-page {
    padding-top: 10rem;
  }

  .project-name {
    font-size: var(--_font-size---h4);
  }

  .project-name-wrap {
    margin-bottom: .5rem;
  }

  .work-title {
    font-size: var(--_font-size---h4);
  }

  .work-view-button {
    width: 4rem;
    height: 4rem;
  }

  .blog-categories {
    grid-column-gap: .8rem;
    grid-row-gap: .3rem;
  }

  .single-blog-slide {
    margin-right: 1rem;
  }

  .post-image-wrap {
    border-radius: .8rem;
    margin-bottom: .8rem;
  }

  .post-info-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .3rem;
  }

  .post-date-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .post-slider-button {
    width: 1.2rem;
    height: 1.2rem;
  }

  .blog-copyright-wrap {
    margin-top: 1rem;
  }

  .expertise-grid-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .expertise-title-details {
    text-align: center;
    margin-bottom: .5rem;
  }

  .expertise-title-details.media-details {
    max-width: none;
  }

  .expertise-heading {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .expertise-accordion-icon-wrap {
    max-width: .8rem;
  }

  .expertise-title {
    font-size: var(--_font-size---h5);
  }

  .expertise-details-wrap {
    padding-left: 0;
  }

  .journeys-grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .journey-awards-wrap {
    width: 100%;
  }

  .journey-number {
    margin-bottom: 1rem;
  }

  .journey-number.experience {
    font-size: var(--_font-size---h3);
  }

  .journey-info-text {
    max-width: none;
  }

  .journey-info-text.experience {
    max-width: none;
    margin-left: 0;
  }

  .journey-project-wrap {
    width: 100%;
  }

  .journey-experience-wrap {
    width: 100%;
    padding: 1rem;
  }

  .contact-grid-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-title {
    font-size: var(--_font-size---h5);
  }

  .contact-form-grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-bottom: .8rem;
  }

  .contact-field {
    height: 1.5rem;
    padding-bottom: .5rem;
  }

  .contact-message-field {
    min-height: 4rem;
  }

  .form-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact-info-text-wrap {
    margin-top: 1rem;
  }

  .single-changelog-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .changelog-date-wrap {
    font-size: var(--_font-size---paragraph);
  }

  .single-changelog-content-wrap {
    border-radius: .5rem;
    padding: 1rem;
  }

  .changelog-title {
    margin-bottom: .5rem;
  }

  .license-description-wrapper {
    margin-bottom: 20px;
  }

  .license-description-text {
    font-size: 14px;
    line-height: 22px;
  }

  .license-source, .license-links {
    grid-column-gap: 15px;
    flex-flow: row;
    max-width: 100%;
  }

  .license-header {
    margin-bottom: 1.2rem;
    display: flex;
  }

  .license-image {
    border-radius: .5rem;
  }

  .license-content {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    display: flex;
  }

  .license-content.typography {
    padding: 1rem;
  }

  .license-assets {
    max-width: 100%;
  }

  .single-service {
    border-radius: .8rem;
    padding: 1rem;
  }

  .service-grid {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .service-img-wrap {
    border-radius: .5rem;
  }

  .service-flex-wrap {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .service-icon {
    top: 1rem;
    left: 1rem;
  }

  .service-title-wrap {
    margin-bottom: .2rem;
  }

  .service-details {
    margin-bottom: .8rem;
  }

  .service-ending-details-wrap {
    margin-top: 1.2rem;
  }

  .member-single-img-wrap {
    max-width: 20rem;
  }

  .social-links-flex {
    margin-bottom: .5rem;
  }

  .blog-categories-grid {
    grid-template-columns: 1fr;
  }

  .service-accordion-title {
    font-size: var(--_font-size---h4);
  }

  .service-accordion-details-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service-accordion-img-one {
    max-width: 12rem;
    min-height: 10rem;
  }

  .service-accordion-img-two {
    max-width: 4rem;
    min-height: 6rem;
  }

  .blog-slide-wrap {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .blog-serial-wrap {
    max-width: 5rem;
    height: 2rem;
    bottom: 1rem;
  }

  .blog-slide-arrow.right {
    bottom: 1.6rem;
    right: .8rem;
  }

  .blog-slide-arrow.left {
    bottom: 1.6rem;
    right: 4.1rem;
  }

  .single-sg-wrap {
    padding: .92rem;
  }

  .sg-contents-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sg-buttons-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .sg-grid-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .sg-headings-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sg-font-size {
    margin-left: .5rem;
  }

  .sidebar-menu-wrap {
    max-width: 100%;
    padding: 2rem;
  }

  .pp-content-wrap {
    max-width: 90vw;
  }

  .pp-field {
    margin-bottom: .6rem;
  }

  .pp-title {
    font-size: var(--_font-size---h4);
    margin-bottom: .5rem;
  }

  .project-overview-details._2 {
    margin-bottom: .8rem;
  }

  .challenge-details figure {
    max-width: 28%;
    margin-bottom: .2rem;
    margin-right: .2rem;
  }

  .preview-banner-content {
    max-width: 24rem;
  }

  .preview-banner-title {
    font-size: 4rem;
  }

  .preview-banner-details {
    margin-bottom: .8rem;
    font-size: 1rem;
  }

  .buttons-flex-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .include-grid-wrap {
    grid-template-columns: 1fr;
  }

  .include-content-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .include-title {
    line-height: 22px;
  }

  .include-content-wrap {
    text-align: center;
    max-width: 100%;
  }

  .include-image-wrap {
    max-height: none;
  }

  .figma-file-features-typography {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .figma-file-features-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .figma-file-features-image-wrapper {
    max-width: 100%;
  }

  .figma-file-icon {
    max-width: 6rem;
  }

  .single-preview-demo-link {
    padding: 1rem 1rem .8rem;
  }

  .preview-demo-image-wrap {
    margin-bottom: .6rem;
  }

  .preview-demo-tag-text {
    font-size: 16px;
    line-height: 24px;
  }

  .preview-home-link {
    padding: 1rem;
  }

  .preview-home-title {
    font-size: var(--_font-size---h5);
  }

  .preview-home-title-wrap {
    margin-top: .6rem;
  }

  .preview-footer-title {
    margin-bottom: .6rem;
  }

  .single-template-feature {
    padding: 1rem;
  }

  .career-details-text {
    line-height: 140%;
  }

  .career-grid-wrap {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .position-location-wrap {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .position-location-icon {
    max-width: .7rem;
  }

  .heropreheading {
    font-size: 2rem;
  }

  .icon-wrapper {
    width: 100%;
  }

  .icon-wrapper.not100 {
    width: auto;
  }

  .logo {
    width: 8rem;
  }

  .navigation-split {
    padding-left: .75rem;
    padding-right: .75rem;
    position: sticky;
  }

  .navigation-logo.w--current {
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .menu-img, .menu-img.dark-129 {
    width: 100%;
    height: 100%;
  }

  .navigation-feature-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .places-card {
    padding-top: 65%;
  }

  .places-card_heading-text {
    font-size: 1.125rem;
  }

  .places-card_desc-text {
    margin-bottom: 0;
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .intagram-post-masonry {
    aspect-ratio: 1;
    height: auto;
  }

  .intagram-post-masonry-large {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .instagram-username-large {
    font-size: 14px;
  }

  .instagram-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .instagram-user-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .instagram-masonry-grid, .instagram-column {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .instagram-avatar-large {
    width: 40px;
    height: 40px;
  }

  .hide-mobile {
    display: none;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .video-grid, .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .section-footer.meet-the-team {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .section-footer.contact, .section-footer.license, .section-footer.project-journey {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-service {
    text-align: center;
    flex-flow: column;
  }

  .brand-review-row.white-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .brand-review-divider.white-4 {
    display: none;
  }

  .google-g.white-3 {
    width: 32px;
    height: 32px;
  }

  .contact-testimonial-card {
    position: static;
  }

  .form-caption {
    flex-flow: column;
    align-items: flex-start;
  }

  .button-primary {
    width: 100%;
  }

  .contact-form-block-outline-2 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._404-star-illustration {
    right: 15%;
  }
}

#w-node-e36c6c1d-a681-8a94-8e35-b3527a4682cb-7a4682c8, #w-node-e36c6c1d-a681-8a94-8e35-b3527a4682dd-7a4682c8, #w-node-e36c6c1d-a681-8a94-8e35-b3527a4682ea-7a4682c8, #w-node-e15ab453-b024-603f-1590-04d70fa15023-7a4682c8, #w-node-e36c6c1d-a681-8a94-8e35-b3527a4682f7-7a4682c8, #w-node-f845aa02-fb90-c930-1848-cfb85abdbd44-5abdbd27, #w-node-f845aa02-fb90-c930-1848-cfb85abdbd4e-5abdbd27, #w-node-_5f267316-d3f8-aff0-803d-4a7a27301f61-5abdbd27, #w-node-_5f267316-d3f8-aff0-803d-4a7a27301f6b-5abdbd27, #w-node-_0b6b18fc-e40c-39b4-3586-337e92f9e30f-5abdbd27, #w-node-_0b6b18fc-e40c-39b4-3586-337e92f9e319-5abdbd27, #w-node-_2d9e2822-87ec-d66c-ceaa-a5025ece1ac6-5abdbd27, #w-node-_2d9e2822-87ec-d66c-ceaa-a5025ece1ad0-5abdbd27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3f411cc-e143-6597-b0d8-8df76f24039d-b8b08a87 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-e3f411cc-e143-6597-b0d8-8df76f24039e-b8b08a87, #w-node-e3f411cc-e143-6597-b0d8-8df76f24039f-b8b08a87 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0e364bf7-d05e-91a0-2e98-ecbaf471cd8b-f471cbb7, #w-node-_0e364bf7-d05e-91a0-2e98-ecbaf471cdf3-f471cbb7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26d5d290-d653-7b6f-ac8a-99951782e747-49d349f8 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_26d5d290-d653-7b6f-ac8a-99951782e748-49d349f8, #w-node-_26d5d290-d653-7b6f-ac8a-99951782e749-49d349f8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-e36c6c1d-a681-8a94-8e35-b3527a4682cb-7a4682c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e36c6c1d-a681-8a94-8e35-b3527a4682cb-7a4682c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}