@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

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

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

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

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.ttf') format("truetype"), url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.ttf') format("truetype"), url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #242020;
  --dark-olive-green: #eb9f00;
  --gainsboro: #e6e6e6;
  --gold: #fcba30;
  --white-2: white;
  --white: #fafafa;
  --black-2: #403939;
  --black--50: #2b2727;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--black);
  background-color: #fafafa;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

ul {
  color: var(--dark-olive-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

li {
  margin-bottom: 10px;
}

img {
  border-radius: .2rem;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--gainsboro) var(--gainsboro) var(--gold);
  background-image: url('../images/qq_pp-1.svg');
  background-position: 98% 20px;
  background-repeat: no-repeat;
  background-size: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 10% 40px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.main-section {
  color: var(--white-2);
  background-image: linear-gradient(#000c, #0000004d 68%), url('../images/Layer-600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
}

.main-section.aiming-high {
  background-image: linear-gradient(#000c, #0000004d 68%), url('../images/iuyff1.webp');
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.main-section.services {
  background-image: none;
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.main-section.contact-us {
  color: var(--black);
  background-image: none;
  min-height: auto;
  max-height: none;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.main-section.news-page {
  color: var(--black);
  background-image: none;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.container.flex {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container.max-1080-px {
  max-width: 1080px;
}

.container.relative {
  z-index: 10;
  position: relative;
}

.navbar {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #24202000;
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-link {
  color: #fff;
  border-bottom: 2px solid #0000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 100px;
  transition: border-color .2s cubic-bezier(.19, 1, .22, 1);
}

.nav-link:hover {
  border-bottom-color: var(--gold);
}

.nav-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--white-2);
}

.nav-link.projects {
  display: none;
}

.button-cta {
  border: 2px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  border-radius: 50px;
  margin-top: 27px;
  margin-left: 20px;
  padding: 0 46px;
  font-size: 16px;
  line-height: 46px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.button-cta:hover {
  background-color: var(--gold);
  color: var(--black);
  text-transform: capitalize;
}

.button-cta.flat {
  margin-top: 0;
  margin-left: 0;
}

.nav-menu {
  align-self: center;
}

.line-element {
  background-color: var(--gold);
  width: 60px;
  height: 2px;
}

.greed-for-slogan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(122px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: grid;
}

.display-text {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.button-withe {
  clear: none;
  background-color: var(--white-2);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  align-self: center;
  max-width: 220px;
  margin-right: 20px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  transition: all .2s ease-out;
  display: inline-block;
}

.button-withe:hover {
  background-color: var(--gold);
  color: var(--white-2);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.projects {
  margin-bottom: 40px;
}

.lightbox-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-2);
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.logo-grid.two {
  background-color: var(--white-2);
  border: 1px solid #ccc;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-img {
  object-fit: scale-down;
  max-width: 140px;
}

.section {
  padding: 100px 20px;
}

.section.our-project {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 100px 0 0;
}

.section.blog-section {
  padding-bottom: 100px;
}

.section.pre-footer-section {
  border-top: 1px solid var(--gainsboro);
}

.section.social-media-banner {
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white-2);
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
}

.section.logo-banner-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.sub-main {
  padding-bottom: 0;
}

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

.grid-for-heder-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sub-heding {
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2em;
}

.button-main {
  background-color: var(--gold);
  color: var(--white-2);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
}

.button-main:hover {
  background-color: var(--dark-olive-green);
}

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

.about-info-wrapper-card {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-vertical-with-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.card-vertical-with-img:hover {
  background-color: var(--black);
  box-shadow: inset 0 4px 0 0 var(--dark-olive-green);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.wrapper-for-content {
  border-radius: .2rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.card-name-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.card-name-text.project-section {
  flex: 1;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4em;
}

.card-name-text.blog {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2em;
}

.card-name-text.blog.small {
  font-size: 16px;
}

.card-name-text.social {
  color: var(--black);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4em;
}

.card-name-text.accent {
  color: var(--dark-olive-green);
}

.card-name-text.small {
  font-size: 18px;
}

.card-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.card-link:hover {
  color: var(--gold);
}

.wrapper-for-icon {
  filter: hue-rotate(345deg);
  height: 60px;
}

.wrapper-for-icon.marging-top {
  height: auto;
  margin-top: 20px;
}

.tabs-menu {
  text-align: center;
  max-width: 500px;
  margin: -64px auto 20px;
}

.tab-link {
  color: var(--white-2);
  background-color: #0000;
  border-bottom: 1px solid #d8d40000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.tab-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--gold);
  background-color: #0000;
}

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

.grid-for-card-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#242020c7, #1614147a), url('../images/dfhjd_1dfhjd.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: minmax(30vw, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-for-card-project.current-projects {
  background-image: linear-gradient(#000c, #0000 63%), url('../images/Road-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.link-in-card-project {
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  border-bottom: 0px none var(--gold);
  color: var(--white-2);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-for-project-card {
  border-bottom: 1px solid var(--dark-olive-green);
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  min-height: 40%;
  padding: 40px;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

.testimonials-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.testimonials-logo-wrapper {
  background-color: var(--white-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.tabs-content {
  margin-top: 40px;
}

.signature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white-2);
  border-bottom: 1px solid var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 1fr) 1fr 420px 1fr minmax(20px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 110px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.signature-grid.butomn {
  inset: auto 0% 0%;
}

.this-block {
  color: var(--gold);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.this-block.center {
  border-right: 1px solid var(--white-2);
  border-left: 1px solid var(--white-2);
}

.recent-blogs-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: 268px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.blog-card:hover {
  color: var(--gold);
}

.blog-prew-img {
  object-fit: cover;
  width: 100%;
  height: 268px;
}

.blog-description {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-section {
  background-color: var(--white-2);
  padding: 100px 20px 60px;
}

.small-thin-text {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
}

.read-more-blog {
  z-index: 10;
  background-color: var(--white-2);
  color: var(--black);
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.read-more-blog:hover {
  color: var(--gold);
}

.read-more-blog.search-icon {
  background-color: #fff;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  min-width: 60px;
  margin-bottom: -1px;
  margin-right: -1px;
}

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

.img-wrapper-blog-card {
  position: relative;
}

.pre-footer-section {
  padding: 60px 20px;
}

.grid-two-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.region-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  box-shadow: 0 13px 11px -9px #0003;
}

.content-description-card {
  border-radius: .2rem;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.img-for-card {
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.grid-card-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: 1fr;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.social-card:hover {
  color: var(--gold);
}

.social-card.center {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.footer {
  background-color: var(--black);
  color: var(--gainsboro);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  background-attachment: fixed;
  padding: 60px 20px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text {
  margin-bottom: 0;
  font-size: 12px;
}

.list-item-footer {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.8em;
  text-decoration: none;
  display: grid;
}

.social-widget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  text-align: center;
  transition: opacity .2s cubic-bezier(.19, 1, .22, 1);
}

.link-block:hover {
  opacity: .46;
}

.column-grid-post-main {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 100px;
  display: grid;
  overflow: hidden;
}

.column-grid-post-main.two {
  z-index: 4;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-bottom: 0;
  padding: 40px 60px 20px;
  display: grid;
  position: relative;
}

.content-for-card {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.content-for-card.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 0 50px;
  display: grid;
}

.card-about-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.card-about-post:hover {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.brand {
  padding-left: 0;
}

.aiming-high-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-box-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  grid-template-rows: 370px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.light-box-card:hover {
  color: var(--gold);
}

.light-box-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bread-crumbs-wrapper {
  margin-bottom: 20px;
}

.bread-crumbs {
  color: var(--white-2);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.bread-crumbs:hover {
  color: var(--white-2);
}

.bread-crumbs.active {
  color: var(--gold);
}

.bread-crumbs.black {
  color: var(--black);
}

.contact-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1240px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-card {
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  padding: 20px 40px 40px;
}

.contact-card-link {
  color: var(--black);
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.contact-card-link:hover {
  color: var(--gold);
}

.greed-wrapper-for-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Card-list Serche-bar"
  / 1fr 410px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-search-bar {
  border-left: 1px solid var(--gainsboro);
  padding-left: 20px;
  position: sticky;
  top: 40px;
}

.news-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.news-prew {
  object-fit: cover;
  width: 100%;
}

.search {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70px;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: grid;
}

.search.small {
  justify-items: center;
  max-width: 370px;
  margin: 20px auto 60px 0;
}

.search-input {
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

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

.search-button {
  background-color: var(--white-2);
  color: #262626;
  text-align: center;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 50px;
  transition: all .2s ease-in-out;
}

.search-button:hover {
  color: var(--gold);
}

.recent-posts-card {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: grid;
  position: relative;
}

.recent-posts-card:hover {
  color: var(--gold);
}

.recent-posts-prew {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.tag-link {
  float: left;
  color: gray;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid gray;
  border-radius: 30px;
  margin: 5px;
  padding: 0 30px;
  font-size: 10px;
  line-height: 32px;
  display: inline-block;
}

.collection-item {
  display: inline;
}

.collection-list {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.side-bar-collection {
  min-height: 365px;
  overflow: hidden;
}

.main-news-img {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
  margin-bottom: 20px;
  display: block;
}

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

.logo-text {
  color: #fff;
}

.logo-text.subtext {
  color: var(--gold);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.logo-svg {
  color: var(--gold);
  height: 42px;
  display: inline-block;
}

.logo-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.crecl-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: none;
  position: relative;
}

.crecl-icon-wrapper.scroll-down {
  width: 60px;
  height: 60px;
  display: flex;
  position: static;
  transform: scale(.7)rotate(90deg);
}

.cercl-figure {
  border: 3px solid var(--gold);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cercl-figure.two {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.cercl-figure.one {
  opacity: .2;
  border-radius: 100%;
}

.cercl-figure.three {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.darck-card-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.time-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gold);
  letter-spacing: 0;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  display: grid;
}

.step-name {
  color: var(--dark-olive-green);
  font-size: 54px;
  font-weight: 800;
  line-height: 1em;
}

.dont-dilate_ {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex: 1;
  height: 59px;
  display: block;
}

.wite {
  color: #f7f7f8;
}

.comtainer {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.comtainer.relative {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  height: auto;
  display: flex;
  position: static;
}

.big-darck-card {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--black-2);
  background-color: var(--black--50);
  color: var(--white-2);
  background-image: none;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 450px minmax(60px, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-height: none;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: grid;
  position: sticky;
  bottom: 30vh;
  transform: translate(0, 80px);
  box-shadow: 0 40px 20px -20px #0000008f;
}

.big-darck-card.step-thre {
  z-index: 2;
  transform: translate(0, 160px);
}

.big-darck-card.step-one {
  z-index: 4;
  transform: none;
}

.big-darck-card.step-fore {
  z-index: 1;
  position: sticky;
  transform: translate(0, 240px);
}

.big-darck-card.step-two {
  z-index: 3;
}

.image-for-card-step {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 50vh;
  display: block;
  position: static;
}

.quoteblock {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.ava-name {
  color: #9a9fa5;
  font-size: 16px;
  font-weight: 500;
}

.head-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 110px;
}

.stiky-track-for-head-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.ava-wrapper {
  border-radius: 90px;
  width: 90px;
  height: 90px;
  position: relative;
}

.quet-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 440px) minmax(200px, 552px);
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 100px;
  padding: 120px 20px 100px;
  display: grid;
}

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

.ava {
  object-fit: cover;
  border-radius: 90px;
  width: 90px;
  height: 90px;
}

.small-quote-img {
  width: 22px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-step {
  background-color: var(--black);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding-bottom: 500px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
}

.section-for-heading {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 100px 20px 20px;
}

.review-section {
  padding: 140px 20px 100px;
}

.section-with-video {
  color: var(--white-2);
  background-image: linear-gradient(#000c, #0000004d 34%, #0000009c), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 995px;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
}

.autograph {
  float: right;
  color: #001c99;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  line-height: 1.8em;
}

.banner {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1d1f;
  background-color: #fff;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: -240px auto auto;
  padding: 40px 60px;
  display: block;
  position: relative;
  box-shadow: 0 20px 50px -10px #00000038;
}

.navbar-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.dropdown-toggle {
  color: var(--white-2);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: #363030;
}

.icon-dropdown {
  color: var(--dark-olive-green);
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-icon {
  color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  border: 1px solid var(--black-2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white-2);
  background-color: #242020fa;
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  border-radius: .2rem;
  width: 20rem;
  height: auto;
  padding: 20px;
  right: -100%;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--dark-olive-green);
  background-color: var(--gold);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-button:hover {
  background-color: var(--dark-olive-green);
  border-color: #6941c6;
}

.form-button:focus {
  background-color: var(--gold);
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

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

.form-input {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-style-link-form {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.form-field-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact-icon-wrapper {
  color: var(--gold);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

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

.success-text {
  font-weight: 600;
}

.contact-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 80px 40px 60px;
  display: grid;
}

.contact-item {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.parallax-image-wrapper {
  border-radius: .2rem;
  flex: none;
  overflow: hidden;
}

.icon-wrapper {
  min-width: 36px;
}

.section-about-ethics {
  color: var(--white-2);
  text-align: center;
  background-image: linear-gradient(#242020d9, #242020d9), url('../images/srtgsd_1srtgsd.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 160px 20px;
  display: flex;
  position: relative;
}

.lightbox-second-page {
  border-radius: .2rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

.scroll-down {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.background-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-overlay {
  z-index: 1;
  background-image: linear-gradient(#242020cf, #242020d9);
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.button-row.card {
  margin-top: 20px;
}

.layout-item {
  grid-column-gap: 20px;
  display: flex;
}

.layout-image-wrapper {
  width: 100%;
  height: 100%;
}

.layout-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.grid-service-page {
  grid-template-rows: auto;
  margin-top: 60px;
}

.serch-container {
  min-height: 85vh;
  padding: 140px 20px 100px;
}

.flex-description-wrapper {
  flex-direction: column;
  display: flex;
}

.second-img-for-service-page {
  object-fit: cover;
  width: 100%;
  max-height: 520px;
  margin-bottom: 40px;
  display: block;
}

.icon-service-page {
  max-height: 32px;
}

.icon-main {
  object-fit: contain;
  width: 32px;
  max-height: 32px;
}

.underline {
  text-decoration: underline;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.highlight-default {
  color: #545b66;
  background-color: #cce4ff4d;
  font-weight: 700;
  line-height: 32px;
  display: inline;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

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

.container-tight.flex-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.style-guide-section {
  padding: 100px 3%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-grey {
  color: #727272;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.colour-block {
  background-color: var(--dark-olive-green);
  height: 120px;
}

.colour-block.color-6 {
  background-color: var(--black);
}

.colour-block.color-2 {
  background-color: var(--gold);
}

.colour-block.color-3 {
  background-color: var(--gainsboro);
}

.colour-block.color-4 {
  background-color: var(--white);
}

.colour-block.color-5 {
  background-color: var(--white-2);
}

.colour-block.color-7 {
  background-color: var(--black--50);
}

.colour-block.color-8 {
  background-color: var(--black-2);
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px #0000;
}

.tag-holder:hover {
  box-shadow: 0 0 75px #00000012;
}

.header-section {
  color: #fff;
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.strikethrough {
  text-decoration: line-through;
}

.block {
  margin-bottom: 45px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.size-detail {
  color: #609fff;
  margin-left: 8px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.style-guide-h1 {
  color: #fff;
}

.wrapper-100vh {
  min-height: 100vh;
}

.background-changelog {
  color: #e7e7e7;
  background-color: #2e2e2e;
  border-radius: 3px;
  padding: 60px 40px;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.version-background {
  color: #2e2e2e;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.qoute-q {
  margin-bottom: 20px;
}

.link-for-dropdown {
  color: var(--white-2);
  text-decoration: none;
}

.link-for-dropdown:hover {
  color: var(--gold);
}

.background-video {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video-2 {
  aspect-ratio: 2.39;
  height: auto;
  min-height: 100vh;
  max-height: 995px;
}

.text-block-2, .text-block-3 {
  display: block;
}

.text-block-4 {
  width: 100vh;
  position: absolute;
}

.heading {
  font-size: 72px;
}

.bold-text {
  font-size: 72px;
  line-height: 1px;
}

.heading-2 {
  line-height: 1px;
}

.image {
  order: 0;
  align-self: stretch;
  position: static;
  transform: rotate(90deg);
}

.image-2 {
  clear: none;
  overflow: auto;
}

.heading-3 {
  float: none;
}

.div-block-2 {
  width: 213px;
}

.projectsection {
  align-items: flex-start;
  padding-top: 22px;
  display: flex;
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 10px;
}

.prevdialation2 {
  object-fit: fill;
  font-weight: 400;
  display: block;
}

.quick-stack {
  padding-left: 0;
  padding-right: 20px;
}

.div-block-3 {
  flex: 0 auto;
  align-self: stretch;
}

.main {
  margin-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-3, .paragraph-4 {
  height: auto;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.whitespace--project {
  width: auto;
  height: 61px;
}

.div-block-5 {
  height: 0;
}

.div-block-6 {
  height: 8px;
}

.div-block-7 {
  height: 16px;
}

.div-block-8 {
  height: 52px;
}

.div-block-9 {
  height: 8px;
}

.div-block-10 {
  flex: 1;
}

.div-block-14 {
  display: block;
}

.div-block-15 {
  height: 50px;
  display: block;
}

.div-block-16, .div-block-17 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  .main-section {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-link {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3em;
  }

  .nav-menu {
    background-color: #242020fa;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .h1 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .card-vertical-with-img {
    flex-direction: column;
  }

  .wrapper-for-content {
    padding-bottom: 60px;
  }

  .card-name-text.blog {
    font-size: 20px;
  }

  .tabs-menu {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .grid-for-card-project {
    background-position: 0 0, 50%;
    grid-template-columns: 1fr 1fr;
  }

  .link-in-card-project {
    border: 1px solid #ffffff59;
  }

  .content-for-project-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .signature-grid {
    grid-template-columns: 20px 1fr 1fr 1fr 20px;
  }

  .blog-card {
    grid-template-rows: 20vw auto;
  }

  .blog-prew-img {
    height: 20vw;
  }

  .read-more-blog {
    line-height: 36px;
  }

  .pre-footer-section {
    padding-top: 0;
  }

  .region-card {
    grid-template-rows: min-content auto;
    grid-template-columns: 1fr;
  }

  .img-for-card {
    height: 30vw;
  }

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

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

  .column-grid-post-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-for-card {
    padding-bottom: 60px;
  }

  .card-about-post {
    flex-direction: column-reverse;
  }

  .menu-button.w--open {
    background-color: var(--dark-olive-green);
  }

  .light-box-card {
    grid-template-rows: 30vw auto;
  }

  .contact-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .greed-wrapper-for-news {
    grid-template: "Serche-bar"
                   "Card-list"
                   / 1fr;
  }

  .sticky-search-bar {
    border-left-style: none;
    padding-left: 0;
    position: static;
  }

  .news-card {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
  }

  .news-prew {
    height: 30vw;
  }

  .grid-for-news-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .recent-posts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-for-card-nrews {
    flex-direction: column;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .big-darck-card {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    max-height: none;
    display: flex;
    bottom: 0;
  }

  .image-for-card-step {
    object-fit: contain;
    max-height: 30vh;
  }

  .head-wrapper {
    position: relative;
    top: auto;
  }

  .quet-wrapper {
    flex-direction: column;
    padding: 60px 32px 0;
    display: flex;
  }

  .review-section {
    padding-bottom: 60px;
  }

  .section-with-video {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle {
    align-items: center;
    min-height: 48px;
    padding: 0 20px;
    display: flex;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .navbar-menu-dropdown {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }

  .dropdown-icon {
    inset: auto 0% auto auto;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .title-wrap-left {
    text-align: left;
  }

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

  .container-flex {
    flex-wrap: wrap;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licence-grid {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    justify-items: center;
  }

  .text-block {
    font-size: 10px;
  }

  .paragraph {
    margin-bottom: -23px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .prevdialation2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: solid;
    border-color: #000;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 0;
    line-height: 1.8em;
    display: block;
    position: static;
    bottom: 220px;
    overflow: visible;
  }

  .div-block-8 {
    height: 45px;
  }

  .div-block-9 {
    height: 27px;
  }

  .div-block-11 {
    height: 77px;
  }

  .div-block-12 {
    height: 325px;
  }

  .div-block-13 {
    height: 72px;
  }

  .div-block-14 {
    height: 85px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-bottom: 40px;
  }

  .logo-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.logo-banner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-for-heder-section {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .h1 {
    margin-right: 0;
  }

  .about-info-wrapper-card {
    margin-top: 40px;
  }

  .wrapper-for-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    border-top-color: var(--gold);
    border-bottom-style: none;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .signature-grid.butomn {
    border-bottom-style: none;
    border-bottom-color: var(--gold);
    flex-direction: column;
    grid-template-rows: auto auto;
    margin-top: 60px;
    display: flex;
  }

  .this-block {
    grid-column-gap: 10px;
    border: 1px solid var(--gold);
    color: var(--white);
    text-align: left;
    background-color: #242020cc;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    border-radius: .2rem;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .this-block.center {
    border: 1px solid var(--gold);
  }

  .recent-blogs-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-template-rows: auto auto;
  }

  .blog-prew-img {
    height: 50vw;
  }

  .content-description-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-card-social {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .social-card.center {
    border-left-style: none;
  }

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

  .column-grid-post-main, .column-grid-post-main.two {
    grid-template-columns: 1fr;
  }

  .content-for-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiming-high-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .light-box-card {
    grid-template-rows: auto auto;
  }

  .news-prew {
    height: 50vw;
  }

  .grid-for-news-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .search {
    float: none;
    max-width: none;
    margin-top: 100px;
    position: static;
  }

  .main-news-img {
    height: 60vw;
    max-height: none;
  }

  .darck-card-text-wrapper {
    margin-top: 40px;
  }

  .big-darck-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quoteblock {
    font-size: 24px;
    line-height: 28px;
  }

  .section-step {
    padding-bottom: 620px;
  }

  .review-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-with-video {
    max-height: none;
  }

  .autograph {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .dropdown-toggle {
    font-size: 1rem;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .form-button {
    font-size: 1rem;
  }

  .form-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-about-ethics {
    min-height: auto;
    padding: 100px 20px;
  }

  .scroll-down {
    display: none;
  }

  .button-row {
    align-self: stretch;
  }

  .layout-item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .grid-service-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .licence-image {
    object-fit: cover;
    max-width: 100%;
    display: block;
  }

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

  .bold-text {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    background-position: 10px 10px;
    background-size: 30px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-section {
    padding-bottom: 100px;
  }

  .main-section.aiming-high, .main-section.services {
    min-height: 360px;
  }

  .main-section.contact-us, .main-section.news-page {
    min-height: auto;
    max-height: none;
  }

  .container.max-1080-px {
    text-align: left;
  }

  .greed-for-slogan {
    text-align: center;
    justify-items: start;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .display-text {
    font-size: 36px;
  }

  .display-text.for-home-page {
    text-align: center;
    letter-spacing: 0;
    column-count: 0;
    object-fit: fill;
    font-weight: 700;
    line-height: 1.4em;
    overflow: visible;
  }

  .button-withe {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6em;
    display: block;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
  }

  .lightbox-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-decoration: none;
  }

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

  .logo-grid.two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-img {
    max-width: 85%;
  }

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

  .section.our-project {
    padding-top: 60px;
  }

  .h1 {
    text-align: left;
    margin-right: 0;
  }

  .button-main {
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .button-main.project {
    background-color: var(--dark-olive-green);
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card-vertical-with-img {
    flex-direction: column;
    grid-template-rows: min-content auto;
    display: flex;
  }

  .wrapper-for-content {
    padding-bottom: 20px;
  }

  .wrapper-for-icon.marging-top {
    margin-top: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .tab-link {
    font-size: 20px;
    line-height: 2.2em;
    display: inline-block;
  }

  .grid-for-card-project {
    background-image: linear-gradient(#242020c7, #1614147a), url('../images/CSR.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    grid-template-columns: 1fr;
  }

  .content-for-project-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonials-logo-wrapper {
    padding: 20px 5px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .this-block {
    text-align: left;
    justify-content: flex-start;
  }

  .blog-description {
    border-bottom: 1px solid #ebebeb;
  }

  .pre-footer-section {
    padding-top: 0;
  }

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

  .img-for-card {
    height: 50vw;
  }

  .grid-card-social {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .social-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-items: start;
    display: flex;
  }

  .social-card.center {
    border-top: 1px solid var(--gainsboro);
    border-bottom: 1px solid var(--gainsboro);
    border-right-style: none;
    flex-direction: column;
    display: flex;
  }

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

  .footer-text {
    font-size: 14px;
  }

  .list-item-footer {
    text-align: left;
  }

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

  .column-grid-post-main {
    grid-row-gap: 0px;
  }

  .column-grid-post-main.two {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-for-card {
    padding-bottom: 20px;
  }

  .content-for-card.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card-about-post {
    grid-template-rows: min-content auto;
    display: flex;
  }

  .menu-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bread-crumbs {
    font-size: 14px;
  }

  .contact-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .contact-card {
    margin-bottom: 20px;
  }

  .search {
    margin-top: 0;
  }

  .search-button {
    padding-right: 0;
  }

  .recent-posts {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .logo-text {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .logo-text.subtext {
    letter-spacing: 5px;
    margin-bottom: 0;
    font-size: 9px;
  }

  .logo-svg {
    height: 40px;
  }

  .logo-wrapper {
    flex-direction: row;
  }

  .logo-wrapper.fo-footer {
    text-align: center;
    flex-direction: column;
  }

  .text-logo-wrapper {
    text-align: left;
  }

  .text-logo-wrapper.for-footer {
    text-align: center;
  }

  .step-name {
    font-size: 42px;
  }

  .comtainer.relative {
    display: flex;
  }

  .big-darck-card {
    padding-top: 20px;
    padding-bottom: 35px;
    bottom: 5vh;
  }

  .image-for-card-step {
    width: 100%;
    max-height: 50dvh;
  }

  .quoteblock {
    font-size: 16px;
  }

  .ava-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .quet-wrapper {
    background-color: #0000;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-grid, .ava {
    display: block;
  }

  .section-step {
    padding-top: 0;
    padding-bottom: 520px;
  }

  .section-for-heading {
    text-align: left;
    padding-top: 60px;
  }

  .review-section {
    padding-bottom: 60px;
  }

  .section-with-video {
    min-height: 100dvh;
    max-height: none;
    padding-bottom: 100px;
  }

  .autograph {
    margin-bottom: 0;
  }

  .banner {
    text-align: center;
  }

  .form-field-two-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .parallax-image {
    align-self: center;
  }

  .section-about-ethics {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .layout-item-list {
    text-align: left;
  }

  .header-section {
    min-height: auto;
    padding-top: 140px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .qoute-q {
    max-width: 56px;
  }

  .bold-text {
    word-break: normal;
    font-size: 32px;
    display: inline;
  }

  .heading-3 {
    font-size: 24px;
  }

  .quick-stack {
    padding-right: 0;
  }

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

  .div-block-9 {
    height: 1px;
  }

  .div-block-14, .div-block-15 {
    height: 0;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .bold-text-2 {
    display: block;
  }
}

#w-node-_8e2796cf-c919-676b-cc59-3a8da347a756-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ad3526-f411-3c20-8d7e-29f2c8f8b986-1e43a760 {
  align-self: end;
}

#w-node-_794ad7bf-4c3d-7902-16f9-bc1a56cea2aa-1e43a760 {
  place-self: stretch stretch;
}

#w-node-_97eb81e6-6b11-7636-1e59-bbbf4e05e9bf-1e43a760 {
  align-self: start;
}

#w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef292-1e43a760, #w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef293-1e43a760 {
  align-self: stretch;
}

#w-node-a86e36c0-b746-a6c2-3a93-93ce3483522b-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#Projects.w-node-_8950210f-45db-e0f5-bd1e-0babd7b99f70-1e43a760 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_72f7563e-4c8b-7484-b18c-7f489b306e95-1e43a760, #w-node-e80ce171-891a-5266-8cc7-5739dde42802-1e43a760, #w-node-_4c917ecf-064b-07b9-362c-d3b31286dd3e-1e43a760, #w-node-_57b98f05-ba59-82d1-6ac8-458931339418-1e43a760, #w-node-_4ff56b27-1f2b-6a5c-135f-188ab4a615ff-1e43a760, #w-node-_03eff1fb-ae9a-dcb3-9417-82e4a2fc4627-1e43a760, #w-node-a4b9b818-ce63-fb5e-f71a-f32bb920b947-1e43a760, #w-node-_990af5ae-2949-f56a-32eb-2f0647236c4f-1e43a760 {
  order: -9999;
  place-self: stretch stretch;
}

#w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d4b-1e43a760, #w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d4e-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d58-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d5a-1e43a760, #w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d61-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d76-1e43a760 {
  align-self: center;
}

#w-node-ad30ba2c-67e9-260d-b3bb-855f408d7d79-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a457-1e43a760 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a458-1e43a760 {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a459-1e43a760, #w-node-e0095dda-132d-d79a-079e-782cf0f7a45c-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f11b0c-1539-beab-14be-1a6143e7710c-1e43a760 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a466-1e43a760 {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a467-1e43a760, #w-node-e0095dda-132d-d79a-079e-782cf0f7a46a-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ab23b0-83ee-7d3f-afa8-cc58f21d744f-1e43a760 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a474-1e43a760 {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a475-1e43a760, #w-node-e0095dda-132d-d79a-079e-782cf0f7a478-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b192dea-e542-cb45-4dfb-5d0647c24d69-1e43a760 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a483-1e43a760 {
  align-self: start;
}

#w-node-e0095dda-132d-d79a-079e-782cf0f7a484-1e43a760, #w-node-e0095dda-132d-d79a-079e-782cf0f7a487-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830ea43b-d1cc-24e8-2ed6-8a8240ec2140-1e43a760 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbe1-1e43a760 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbe4-1e43a760, #w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbe7-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbf4-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b5abc97a-d305-6f9b-d21a-b8af91b4d892-1e43a760, #w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bbfd-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b93628-ea38-0898-c4d5-6a9b91b4bc14-1e43a760 {
  align-self: center;
}

#w-node-f14e3410-0a81-9834-5a0c-bb04b0f5cdb5-1e43a760 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb46a7e9-5862-9890-f784-907677d182ef-1e43a760 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c710711c-2541-1ddd-632e-f1188a63e5ff-1e43a760 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9fd5d7d4-b8af-b11f-3656-f3290d3a2c3c-1e43a760 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_262ebf9a-9a93-8562-45af-85f9ea4335d7-1e43a760 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_262ebf9a-9a93-8562-45af-85f9ea4335d3-1e43a760 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_262ebf9a-9a93-8562-45af-85f9ea4335db-1e43a760 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9ab59575-c0ef-d0eb-9bd1-882e58bbdbe5-1e43a760 {
  align-self: center;
}

#w-node-cbf1b3bc-8d5c-db86-10f6-dd363cb5250b-1e43a760 {
  place-self: center stretch;
}

#w-node-_329641f7-453d-6aba-3596-018a0e89361c-1e43a760 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-a2c9b91e-62bf-8d7d-a5ad-4646c457362d-1e43a760 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191ddd-1e43a760 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191dde-1e43a760 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e6-e84120df {
  place-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e7-e84120df {
  align-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ed-e84120df {
  place-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ee-e84120df {
  align-self: center;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412100-e84120df {
  align-self: start;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412107-e84120df, #w-node-b7e9f841-696d-a1a0-50e4-694d1985fbbf-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e841210d-e84120df {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
  align-self: end;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412113-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412115-e84120df {
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412117-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412119-e84120df {
  justify-self: stretch;
}

#w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e841211b-e84120df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a768 {
  align-self: center;
}

#w-node-_04626c41-ef1f-9bcd-f08c-5b41713f7197-1e43a768, #w-node-_04626c41-ef1f-9bcd-f08c-5b41713f719f-1e43a768, #w-node-_04626c41-ef1f-9bcd-f08c-5b41713f71a7-1e43a768, #w-node-_04626c41-ef1f-9bcd-f08c-5b41713f71af-1e43a768, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc882-1e43a769, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc887-1e43a769, #w-node-_49967b82-f3e5-16b1-3011-09d3c34bc88c-1e43a769 {
  align-self: start;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc8d2-1e43a769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49967b82-f3e5-16b1-3011-09d3c34bc8d3-1e43a769, #w-node-_9eb8d5b3-0971-6688-acca-3effacd710c5-1e43a76a, #w-node-_03946f44-ddb2-05ff-9b4a-207db18e1ae7-1e43a76a, #w-node-_7f25fd33-655e-6ba8-0abd-fff9183dc8df-1e43a76a, #w-node-_00ffd2e6-539a-5a2a-5fc4-85eb67245657-1e43a76a, #w-node-_5b66016d-d3ea-7238-6456-094cf49e967c-1e43a76a, #w-node-_6943b4ef-760c-72f3-8d80-622f30212549-1e43a76a {
  justify-self: center;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a76d {
  align-self: center;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f611-1e43a76d, #w-node-a388c42a-5934-89d7-c06d-e6340062f21d-1e43a76d, #w-node-_83e13a8c-ec28-f838-417d-4b08c364fb0f-1e43a76d, #w-node-_33077815-17fb-fbd0-ab1a-1a282a198435-1e43a76d {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a76e {
  align-self: center;
}

#w-node-f248d2e1-f8fe-7be3-709a-e31a50034664-1e43a76e, #w-node-f248d2e1-f8fe-7be3-709a-e31a5003466c-1e43a76e, #w-node-f248d2e1-f8fe-7be3-709a-e31a50034674-1e43a76e, #w-node-f248d2e1-f8fe-7be3-709a-e31a5003467c-1e43a76e {
  align-self: start;
}

#w-node-_85a0c610-9352-dea3-1b91-a875b9667b94-1e43a770, #w-node-_85a0c610-9352-dea3-1b91-a875b9667b96-1e43a770, #w-node-_85a0c610-9352-dea3-1b91-a875b9667b98-1e43a770 {
  justify-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a771 {
  align-self: center;
}

#w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c6e-1e43a771, #w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c76-1e43a771, #w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c7e-1e43a771, #w-node-_00e969f9-6f6f-625a-51fb-eccdca7b6c86-1e43a771 {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a773 {
  align-self: center;
}

#w-node-_719efe01-d21a-5d73-7b76-c2747dd051ce-1e43a773, #w-node-_719efe01-d21a-5d73-7b76-c2747dd051d6-1e43a773, #w-node-_719efe01-d21a-5d73-7b76-c2747dd051de-1e43a773, #w-node-_719efe01-d21a-5d73-7b76-c2747dd051e6-1e43a773 {
  align-self: start;
}

#w-node-_5ed0dabbd48b14473393f13f00000000000f-1e43a774 {
  justify-self: stretch;
}

#w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef292-1e43a776, #w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef293-1e43a776, #w-node-a987a727-600b-d7c8-3071-9c32ddfe66cf-1e43a776, #w-node-a987a727-600b-d7c8-3071-9c32ddfe66d0-1e43a776, #w-node-fab7cb17-28a3-01b8-010b-2f80e55c88a7-1e43a776, #w-node-fab7cb17-28a3-01b8-010b-2f80e55c88a8-1e43a776, #w-node-_9f936470-d2a1-1d4a-5788-91cd1d2db193-1e43a776, #w-node-_0ae34191-22cc-8921-bdd4-7c59d417a4a5-1e43a776, #w-node-_7c406b8b-082b-fd99-956a-61a5804118e1-1e43a776, #w-node-_1c7821fd-d9d9-a125-b37a-bd28f566ad4c-1e43a776, #w-node-e413ca35-2b77-b3ff-0ed9-ccecd4b91742-1e43a776, #w-node-d40429aa-947b-0e41-b687-8026f40501fc-1e43a776, #w-node-_7fce125f-9a28-5a46-fdef-2c444ed64f85-1e43a776, #w-node-bcd12480-723e-ee7b-b035-98a08a5826cc-1e43a776, #w-node-_32d59df0-c161-5c10-9b6c-c4ab954ebb1e-1e43a776, #w-node-_32d59df0-c161-5c10-9b6c-c4ab954ebb24-1e43a776, #w-node-a96fc559-970c-dcc4-88bd-de1de255238b-1e43a776, #w-node-a96fc559-970c-dcc4-88bd-de1de2552391-1e43a776, #w-node-a3cf0d0f-b87b-fff1-0669-abadce478355-1e43a776, #w-node-a3cf0d0f-b87b-fff1-0669-abadce47835b-1e43a776, #w-node-d0f6bd0b-5915-7949-bcd4-a028a9287403-1e43a776, #w-node-d0f6bd0b-5915-7949-bcd4-a028a9287409-1e43a776 {
  align-self: stretch;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a777 {
  align-self: center;
}

#w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5ef9-1e43a777, #w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5f01-1e43a777, #w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5f09-1e43a777, #w-node-_105f8ae5-f7b6-137f-9cdc-7dc2742c5f11-1e43a777 {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a779 {
  align-self: center;
}

#w-node-bef11c27-3e8e-cfe8-4daf-db22c13688b9-1e43a779, #w-node-bef11c27-3e8e-cfe8-4daf-db22c13688c1-1e43a779, #w-node-bef11c27-3e8e-cfe8-4daf-db22c13688c9-1e43a779, #w-node-bef11c27-3e8e-cfe8-4daf-db22c13688d1-1e43a779 {
  align-self: start;
}

#w-node-_2e19e198-f3de-3628-d31f-0c9184d0f60f-1e43a77b {
  align-self: center;
}

#w-node-_68265d31-eb55-dbbd-83b9-b009d329f8e7-1e43a77b, #w-node-_68265d31-eb55-dbbd-83b9-b009d329f8ef-1e43a77b, #w-node-_68265d31-eb55-dbbd-83b9-b009d329f8f7-1e43a77b, #w-node-_68265d31-eb55-dbbd-83b9-b009d329f8ff-1e43a77b {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-cbf1b3bc-8d5c-db86-10f6-dd363cb5250b-1e43a760 {
    align-self: center;
  }

  #w-node-_329641f7-453d-6aba-3596-018a0e89361c-1e43a760, #w-node-a2c9b91e-62bf-8d7d-a5ad-4646c457362d-1e43a760, #w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191ddd-1e43a760, #w-node-ecb86d83-5010-c8a1-8ec8-c87cb8191dde-1e43a760 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df {
    grid-area: 3 / 1 / 4 / 4;
    align-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-1e43a769 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_844c8045-9dde-5abb-8fa5-927042016036-1e43a769 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0b56dffc-648c-f30b-c130-2a2fb445b3f0-1e43a769 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a86e36c0-b746-a6c2-3a93-93ce3483522b-1e43a760 {
    justify-self: start;
  }

  #w-node-cbf1b3bc-8d5c-db86-10f6-dd363cb5250b-1e43a760, #w-node-_329641f7-453d-6aba-3596-018a0e89361c-1e43a760 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e3-e84120df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e5-e84120df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ec-e84120df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    justify-self: end;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_85a0c610-9352-dea3-1b91-a875b9667b96-1e43a770 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04297b0d-1249-7c77-a3e2-8c234f4ef292-1e43a760 {
    align-self: stretch;
  }

  #Projects.w-node-_8950210f-45db-e0f5-bd1e-0babd7b99f70-1e43a760 {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e3-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120e5-e84120df, #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ec-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120f6-e84120df {
    justify-self: center;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120fd-e84120df {
    grid-area: 5 / 1 / 6 / 2;
    place-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e84120ff-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412105-e84120df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_4aa0d7f3-2a4a-6a6b-69be-35f8e8412112-e84120df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_97076ce2-b564-72fd-5dea-bb7697929515-1e43a769 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bb3502d-11a7-7305-cc26-615d8fce3ac5-1e43a76a, #w-node-af27476a-debf-c42d-673c-5cc1c469d21e-1e43a76a, #w-node-_2bcd5eca-3223-c7e1-a03d-d5793000e1d2-1e43a76a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}