:root {
  --sudar-white: #f7f7f7;
  --sudar-bluish-grey: #222228;
  --black\<deleted\|variable-cf9f589e\>: black;
  --sudar-yellow: #fcee21;
  --sudar-dark-grey: #595959;
  --sudar-light-grey: #aaa;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--sudar-white);
  overflow: hidden;
}

.project-card {
  border-radius: 15px;
  width: 33.3333%;
  min-height: 621px;
  position: static;
}

.navbar {
  z-index: 2;
  color: var(--sudar-white);
  mix-blend-mode: difference;
  background-color: #fff0;
  height: 116px;
}

.navbar.white-bg {
  background-color: var(--sudar-white);
  mix-blend-mode: normal;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 110rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.main-wrapper {
  z-index: 1;
  background-color: var(--sudar-white);
  margin-top: -116px;
}

.main-wrapper.is-white {
  background-color: var(--sudar-white);
  margin-top: 0;
}

.main-wrapper.is-white.project {
  padding-top: 41px;
}

.section_home-header {
  background-color: var(--black\<deleted\|variable-cf9f589e\>);
  height: 100dvh;
  padding-bottom: 0;
}

.nav-link {
  color: var(--sudar-white);
  text-transform: uppercase;
  font-family: Archivo Variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.58px;
  transition: color .3s ease-out;
}

.nav-link.text-color-black {
  color: var(--sudar-bluish-grey);
}

.page-padding {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-padding.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.page-padding.is-projects {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.container-large {
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  z-index: 1;
  height: 100dvh;
}

.background-video.dektop {
  z-index: 1;
}

.background-video.mobile {
  display: none;
}

.section_home-scroll {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: -6px;
  position: relative;
}

.section_home-featured {
  background-color: var(--sudar-bluish-grey);
  padding-top: 31px;
}

.ribbon-image {
  z-index: 1;
  width: 100%;
  margin-bottom: 100px;
}

.featured-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 640px;
  margin-left: 0;
  display: flex;
}

.featured-text-wrapper.careers {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 740px;
}

.featured-text-wrapper.about-us {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 900px;
}

.heading-style-h2 {
  color: var(--sudar-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neco Variable, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 78px;
}

.heading-style-h2.text-color-black {
  color: var(--sudar-bluish-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.text-color-yellow {
  color: var(--sudar-yellow);
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-light {
  color: var(--sudar-white);
  font-family: Archivo Variable, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38.64px;
}

.text-size-light.text-color-black {
  color: var(--sudar-bluish-grey);
}

.button-primary {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--sudar-white);
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  font-family: Archivo Variable, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 38.64px;
  text-decoration: none;
  transition: all .1s ease-out;
  display: flex;
}

.button-primary:hover {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--sudar-yellow);
}

.button-primary.form {
  color: var(--sudar-bluish-grey);
  background-color: #3898ec00;
  background-image: none;
}

.button-primary.is-black {
  color: var(--sudar-bluish-grey);
  max-width: 350px;
}

.button-primary.case-study {
  min-width: 300px;
}

.featured-work-wrapper {
  flex-flow: column;
  margin-top: 300px;
  display: flex;
}

.work-header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  display: flex;
}

.work-feature {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 38px;
  display: flex;
}

.feature-img {
  object-fit: cover;
  border-radius: 15px;
  max-width: 100%;
  max-height: 792px;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.feature-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.heading-style-h3 {
  color: var(--sudar-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neco Variable, sans-serif;
  font-size: 55px;
  line-height: 79.75px;
}

.text-size-regular {
  color: var(--sudar-white);
  font-family: Archivo Variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
}

.text-size-regular.is-grey {
  color: var(--sudar-dark-grey);
}

.text-size-regular.is-grey.margin-left {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.text-size-regular.is-grey._3rem-margin {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: var(--sudar-dark-grey);
  max-width: 100%;
  height: 1px;
  margin: 92px 3.5rem 17px;
}

.divider.projects {
  max-width: 120rem;
  margin: 0 auto 27px;
}

.feature-work-slider {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 88px;
  margin-left: 3.5rem;
}

.section_home-services {
  background-color: var(--sudar-yellow);
  padding-bottom: 0;
}

.slider_card {
  color: #07090d;
  border-radius: 12px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  box-shadow: 45px 45px 140px -48px #07090d14;
}

.swiper-component {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-component.slider2 {
  overflow: hidden;
}

.slider_next {
  color: #07090d;
  background-image: url('../images/carousel-arrow-R.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 47px;
  transition: all .2s;
  top: auto;
  bottom: 0%;
  left: auto;
}

.slider_next:hover {
  color: #fff;
  background-image: url('../images/Property-1Variant3.svg');
}

.slider_next.next-button {
  background-image: url('../images/carousel-arrow-R.svg');
}

.slider_next.next-button.next-project_link {
  background-image: url('../images/rounded-arrow-black.svg');
}

.slider_next.next-button.next-project_link.project:hover {
  background-image: url('../images/Property-1Variant3.svg');
}

.slider_card-img-wrapper {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.slider_card-text-wrapper {
  color: var(--sudar-white);
  font-family: Archivo Variable, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 28.98px;
}

.text-span {
  font-weight: 300;
}

.slider_bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  margin: 90px auto 130px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.lottie-animation {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  position: static;
}

.services-wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 190px 6rem 125px;
}

.services-grid {
  grid-column-gap: 95px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 1270px;
  margin-top: 156px;
  margin-left: 0;
  display: grid;
}

.text-size-xxlarge {
  color: var(--sudar-bluish-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo Variable, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 115.92px;
  display: block;
}

.section_clients {
  background-color: var(--sudar-white);
  padding-bottom: 0;
}

.featured-wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.clients-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 6rem 140px;
  display: flex;
}

.heading-style-h4 {
  color: var(--sudar-bluish-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neco Variable, sans-serif;
  font-size: 24px;
  line-height: 34.8px;
}

.text-size-xlarge {
  color: var(--sudar-bluish-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 77.28px;
}

.text-size-xlarge.align-centre {
  text-align: center;
  margin-top: 29px;
  overflow: hidden;
}

.logo {
  flex: none;
  width: 200px;
  height: 200px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 16px 0;
}

.logo-carousel-wrap-l, .logo-carousel-l {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-top: 220px;
  margin-bottom: 130px;
  display: flex;
}

.logo-carousel-group {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-family: Archivo Variable, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38.64px;
}

.text-size-medium.align-centre {
  color: #00000080;
  text-align: center;
  font-family: Archivo Variable, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38.64px;
}

.text-size-medium.align-centre.text-color-black {
  color: var(--sudar-bluish-grey);
}

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

.text-size-medium.is-footer {
  color: var(--sudar-white);
  width: 280px;
  font-size: 20px;
  line-height: 30px;
}

.text-size-medium.text-color-grey {
  color: var(--sudar-dark-grey);
  font-weight: 700;
}

.section_awards {
  background-color: var(--sudar-bluish-grey);
  padding-bottom: 0;
}

.awards-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 250px 6rem 200px;
  display: flex;
}

.list {
  list-style-type: none;
}

.section_form {
  background-color: var(--sudar-white);
  padding-bottom: 0;
}

.form-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 290px 6rem 280px;
  display: flex;
}

.form-wrap {
  margin-top: 73px;
}

.div-block {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  display: flex;
}

.text-field {
  border: 2px solid var(--sudar-light-grey);
  color: var(--sudar-bluish-grey);
  border-radius: 10px;
  width: 388px;
  height: 71px;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 13px;
  font-family: Archivo Variable, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 38.81px;
}

.text-field:active {
  border-color: var(--sudar-bluish-grey);
}

.text-field::placeholder {
  color: var(--sudar-light-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 33.81px;
}

.text-area {
  border: 2px solid var(--sudar-light-grey);
  color: var(--sudar-bluish-grey);
  border-radius: 10px;
  min-height: 274px;
  margin-top: 33px;
  margin-bottom: 73px;
  padding-left: 34px;
  padding-right: 13px;
  font-family: Archivo Variable, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 38.81px;
}

.text-area:active {
  border-color: var(--sudar-bluish-grey);
}

.text-area::placeholder {
  color: var(--sudar-light-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 33.81px;
}

.service-link {
  text-decoration: none;
  overflow: hidden;
}

.section_careers {
  background-color: var(--sudar-yellow);
  padding-bottom: 0;
}

.careers-wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 115px 6rem;
}

.div-block-2 {
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 250px;
  overflow: hidden;
}

.footer-component {
  background-color: var(--sudar-bluish-grey);
  position: relative;
}

.footer-wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.row {
  grid-column-gap: 141px;
  grid-row-gap: 141px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row._2nd {
  margin-top: 110px;
}

.footer-menu-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.footer-nav {
  color: var(--sudar-white);
  width: 250px;
  font-family: Neco Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  text-decoration: none;
  transition: color .2s;
}

.footer-nav:hover {
  color: var(--sudar-yellow);
}

.footer-data-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-span-2, .text-span-3 {
  font-weight: 700;
}

.footer-back {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: var(--sudar-white);
  font-weight: 700;
}

.social-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 50px;
  display: flex;
}

.social-wrapper.about-us {
  margin-top: 23px;
}

.social-link {
  background-image: url('../images/ig-yellow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-link.ig {
  aspect-ratio: 1;
  width: 27.61px;
  transition: all .2s;
}

.social-link.ig:hover {
  background-image: url('../images/ig-white.svg');
}

.social-link.ig.is-color-grey {
  background-image: url('../images/IG.svg');
}

.social-link.fb {
  background-image: url('../images/fb-yellow.svg');
  width: 13.87px;
  transition: all .2s;
}

.social-link.fb:hover {
  background-image: url('../images/fb-white.svg');
}

.social-link.fb.is-color-grey {
  background-image: url('../images/c.svg');
}

.social-link.ln {
  aspect-ratio: 1;
  background-image: url('../images/ln-yellow.svg');
  background-position: 50%;
  background-size: cover;
  width: 27.61px;
  transition: all .2s;
}

.social-link.ln:hover {
  background-image: url('../images/ln-white.svg');
}

.social-link.ln.is-color-grey {
  background-image: url('../images/ln.svg');
}

.html-embed-2 {
  width: 56px;
  height: 56px;
}

.image {
  width: 100%;
  margin-top: 164px;
}

.section_project-image {
  background-color: var(--sudar-white);
  padding-bottom: 0;
}

.project_image-wrapper {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.project_image-wrapper._1-2-col {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project_image-wrapper._1-3-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

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

.section_project-text {
  background-color: var(--sudar-white);
  margin-top: 250px;
  margin-bottom: 250px;
  padding-bottom: 0;
}

.projects_text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.project_image-img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.project_image-img.gif {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project_image-img.logo {
  display: block;
}

.projects_text-data {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  max-width: 530px;
  display: flex;
}

.projects_text-data-row._1-2-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.data-wrapper-header {
  color: var(--sudar-bluish-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
}

.data-wrapper-info {
  color: var(--sudar-bluish-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.project_image-col {
  width: 50%;
}

.next_project-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.next-project-img-link {
  object-fit: cover;
  width: 100%;
  max-width: 120rem;
  height: 100dvh;
  margin: 50px auto -300px;
  display: block;
}

.image-3 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.next-project_link {
  text-decoration: none;
}

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

.what-we-do-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 500px 6rem 360px;
  display: flex;
}

.what-we-do-list {
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.heading-style-h5 {
  color: var(--sudar-white);
  white-space: nowrap;
  font-family: Archivo Variable, sans-serif;
  line-height: 38.64px;
}

.section_about-what-we-do {
  background-color: var(--sudar-bluish-grey);
}

.about-header-wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 270px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.about_data-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 210px;
  margin-bottom: 90px;
  display: flex;
}

.time_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.day-24h-sec {
  color: var(--sudar-dark-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
}

.code {
  display: none;
}

.section_about-video {
  margin-bottom: -140px;
}

.about-video-wrapper {
  z-index: 1;
  border-radius: 15px;
  max-width: 120rem;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.about-video-wrapper.mobile {
  display: none;
}

.project_cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 6rem 130px;
  display: grid;
}

.card-content {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 1.5rem 60px 60px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.card-transition-background {
  z-index: 2;
  background-color: #00000080;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card {
  color: #fff;
  border-radius: .5rem;
  width: 100%;
  height: 557px;
  position: relative;
  overflow: hidden;
}

.display-m {
  color: var(--sudar-white);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neco Variable, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 79.75px;
}

.swiper.swiper2 {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 40%;
  overflow: hidden;
}

.swiper-horizontal.ui {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swiper-horizontal.ui.mobile {
  display: none;
}

.swiper-scrollbar {
  min-width: 311px;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
  display: inline-block;
}

.swiper-arrow:hover {
  background-color: #3732350f;
}

.swiper-arrow.button-prev {
  background-image: url('../images/carousel-arrow-L.svg');
  background-size: contain;
}

.swiper-arrow.button-prev:hover {
  background-image: url('../images/Property-1Variant2.svg');
}

.swiper-arrow.button-next {
  background-image: url('../images/carousel-arrow-R.svg');
  background-size: contain;
}

.swiper-arrow.button-next:hover {
  background-image: url('../images/Property-1Variant3.svg');
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: var(--sudar-bluish-grey);
}

.div-block-4 {
  transition: all .2s ease-out;
  display: inline-flex;
}

.div-block-4:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-5 {
  max-width: 1200px;
}

.image-slider {
  aspect-ratio: 1000 / 600;
  object-fit: cover;
  border-radius: 10px;
  width: 1000px;
  height: 600px;
}

.div-block-6 {
  overflow: hidden;
}

.spacer-huge {
  padding-top: 90px;
}

.background-video-2 {
  z-index: 1;
  border-radius: 15px;
  width: 1300px;
  height: 813px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2-copy {
  z-index: 1;
  border-radius: 15px;
  height: 933px;
  min-height: 933px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2-copy._100 {
  height: 100%;
}

.div-block-9 {
  background-color: var(--sudar-bluish-grey);
  border-radius: 15px;
  height: 2px;
}

.div-block-9.yellow {
  background-color: var(--sudar-yellow);
}

.div-block-10 {
  overflow: hidden;
}

.text-wrapper {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  color: var(--sudar-bluish-grey);
  font-family: Archivo Variable, sans-serif;
  font-size: 16px;
}

.link-block {
  text-decoration: none;
}

.link-2 {
  color: var(--sudar-bluish-grey);
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel {
  grid-column-gap: 5rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.copy-animation {
  height: 0;
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 5rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5rem;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.carousel-component {
  padding-top: 220px;
  padding-bottom: 130px;
}

.logo-carousel-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.small-instructions {
  font-size: 1rem;
}

.instructions {
  color: #33333387;
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-11 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar, .navbar.white-bg {
    mix-blend-mode: normal;
  }

  .navbar-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-menu {
    background-color: var(--sudar-bluish-grey);
  }

  .navbar-menu.white {
    background-color: var(--sudar-white);
    position: absolute;
  }

  .main-wrapper.is-white.project {
    padding-top: 40px;
  }

  .section_home-header {
    height: 80dvh;
  }

  .nav-link.text-color-black {
    transition-property: none;
  }

  .page-padding.is-projects {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .background-video.dektop {
    height: 80dvh;
    display: block;
  }

  .background-video.mobile {
    z-index: 0;
    height: 80dvh;
    display: block;
  }

  .heading-style-h2, .heading-style-h2.text-color-black {
    font-size: 50px;
    line-height: 70px;
  }

  .work-header {
    padding-left: 2rem;
  }

  .feature-img {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .feature-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-regular.is-grey.margin-left {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .divider {
    margin-top: 60px;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .feature-work-slider {
    margin-top: 40px;
    margin-left: 2rem;
  }

  .slider_bottom {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-wrapper {
    padding: 100px 2rem;
  }

  .services-grid {
    grid-column-gap: 40px;
  }

  .text-size-xxlarge {
    font-size: 60px;
    line-height: 100px;
  }

  .featured-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .clients-wrapper {
    padding: 60px 2rem;
  }

  .text-size-xlarge.align-centre {
    font-size: 50px;
    line-height: 70px;
  }

  .logo-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .text-size-medium.align-centre.text-color-black {
    font-size: 20px;
    line-height: 34px;
  }

  .awards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 100px 2rem;
  }

  .form-wrapper {
    padding: 100px 2rem;
  }

  .form-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .div-block {
    flex-flow: column;
  }

  .text-field {
    width: auto;
    padding-left: 20px;
  }

  .text-area {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .careers-wrapper {
    padding: 60px 2rem;
  }

  .div-block-2 {
    margin-bottom: 0;
    bottom: 100px;
  }

  .row {
    flex-flow: column;
    align-items: center;
  }

  .row._2nd {
    flex-flow: row;
  }

  .project_image-wrapper._1-2-col {
    margin-top: 0;
  }

  .section_project-text {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .projects_text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .projects_text-data-row._1-2-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .next-project-img-link {
    height: auto;
    margin-bottom: -100px;
  }

  .what-we-do-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template: "Area Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 300px 2rem 60px;
    display: grid;
  }

  .what-we-do-list {
    margin-top: 40px;
  }

  .about-header-wrapper {
    padding-top: 60px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about_data-wrapper {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .about-video-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-video-wrapper.desktop {
    display: none;
  }

  .about-video-wrapper.mobile {
    display: block;
  }

  .project_cards-wrapper {
    max-width: none;
    padding: 60px 2rem;
  }

  .card-content {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .card {
    z-index: 0;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .icon {
    color: var(--sudar-white);
  }

  .swiper-horizontal.ui.mobile {
    margin-bottom: 40px;
    display: block;
  }

  .swiper-horizontal.ui.dektop {
    display: block;
  }

  .swiper-arrow.button-prev, .swiper-arrow.button-next {
    display: none;
  }

  .image-slider {
    width: 500px;
    height: 400px;
  }

  .icon-2 {
    color: var(--sudar-bluish-grey);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--sudar-white);
  }

  .black, .black.w--open {
    background-color: #f7f7f700;
  }

  .spacer-huge {
    padding-top: 60px;
  }

  .background-video-2 {
    width: auto;
    height: 400px;
  }

  .background-video-2-copy {
    height: 400px;
  }

  .div-block-9 {
    display: none;
  }

  .text-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .carousel-component {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-padding.is-projects {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .featured-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-style-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-style-h2.text-color-black {
    font-size: 40px;
    line-height: 60px;
  }

  .text-size-light.text-color-black, .button-primary.form {
    font-size: 20px;
    line-height: 34px;
  }

  .featured-work-wrapper {
    margin-top: 100px;
  }

  .feature-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

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

  .text-size-regular.is-grey._3rem-margin {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .feature-work-slider {
    margin-right: 2rem;
  }

  .slider_bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .services-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-size-xxlarge {
    font-size: 50px;
    line-height: 70px;
  }

  .text-size-xlarge.align-centre {
    font-size: 32px;
    line-height: 40px;
  }

  .logo {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-size-medium.is-footer {
    text-align: center;
    flex: 0 auto;
    width: auto;
    font-size: 18px;
    line-height: 30px;
  }

  .awards-wrapper {
    flex-flow: column;
  }

  .list {
    padding-left: 0;
  }

  .div-block-2 {
    bottom: 60px;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

  .row._2nd {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    margin-top: 60px;
  }

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

  .footer-nav {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .footer-nav.w--current {
    text-align: center;
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .footer-data-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-social {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image {
    margin-top: 40px;
  }

  .project_image-wrapper._1-2-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .project_image-wrapper._1-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .project_image-wrapper.grid {
    grid-template-columns: 1fr 1fr;
  }

  .section_project-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .projects_text-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-left: 2rem;
  }

  .projects_text-data {
    align-self: stretch;
  }

  .next_project-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .next-project-img-link {
    margin-bottom: -40px;
  }

  .what-we-do-wrapper {
    padding-top: 100px;
    display: flex;
  }

  .what-we-do-col {
    align-self: stretch;
  }

  .section_about-video {
    margin-bottom: 0;
  }

  .about-video-wrapper {
    margin-bottom: -50px;
  }

  .project_cards-wrapper {
    display: flex;
  }

  .card {
    height: 40vh;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .background-video-2 {
    width: auto;
    height: 400px;
  }

  .background-video-2-copy {
    height: 400px;
  }

  .carousel-component {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar.white-bg {
    mix-blend-mode: normal;
    position: relative;
  }

  .navbar-wrapper {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link.text-color-black {
    background-color: var(--sudar-white);
  }

  .background-video.mobile {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .section_home-featured {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .ribbon-image {
    align-self: center;
    width: 200%;
    max-width: none;
    margin-bottom: 40px;
    display: block;
  }

  .featured-text-wrapper.careers, .featured-text-wrapper.about-us {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-style-h2.text-color-black {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-style-h2.text-color-yellow {
    text-align: center;
    align-self: center;
    font-size: 28px;
  }

  .button-primary {
    font-size: 20px;
    line-height: 34px;
  }

  .button-primary.is-black {
    align-self: center;
  }

  .featured-work-wrapper {
    margin-top: 100px;
  }

  .work-header {
    padding-left: 1rem;
  }

  .feature-img {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .feature-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h3 {
    font-size: 45px;
    line-height: 60px;
  }

  .text-size-regular.is-grey._3rem-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .slider_next.next-button {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .slider_next.next-button.next-project_link {
    width: 40px;
    height: 40px;
  }

  .slider_next.next-button.next-project_link.project {
    margin-right: 0;
  }

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

  .services-wrapper {
    padding: 60px 1rem;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 60px;
    display: flex;
  }

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

  .featured-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .clients-wrapper {
    padding: 40px 1rem;
  }

  .text-size-xlarge.align-centre {
    line-height: 40px;
  }

  .logo {
    padding: 8px 16px;
  }

  .logo-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-size-medium.align-centre, .text-size-medium.text-color-white, .text-size-medium.text-color-grey {
    font-size: 20px;
    line-height: 24px;
  }

  .awards-wrapper, .form-wrapper {
    padding: 60px 1rem;
  }

  .text-field, .text-area {
    padding-left: 10px;
  }

  .careers-wrapper {
    padding: 40px 1rem;
  }

  .div-block-2 {
    position: relative;
  }

  .footer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-nav, .footer-nav.w--current {
    font-size: 28px;
  }

  .project_image-wrapper._1-2-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .project_image-wrapper._1-3-col {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .section_project-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .projects_text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project_image-img {
    display: block;
  }

  .projects_text-data-row._1-2-column {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
  }

  .next_project-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    justify-content: space-between;
  }

  .what-we-do-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-header-wrapper {
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_data-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-video-wrapper {
    min-height: 400px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project_cards-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .card {
    aspect-ratio: 1;
    height: auto;
  }

  .display-m {
    flex: none;
    font-size: 1.25rem;
    line-height: 30px;
  }

  .swiper-horizontal.ui {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    align-self: center;
  }

  .swiper-scrollbar {
    order: -1;
    min-width: 240px;
  }

  .swiper-arrow.button-prev, .swiper-arrow.button-next {
    display: none;
  }

  .image-slider {
    width: 400px;
    height: 300px;
  }

  .black {
    background-color: #aaa0;
  }

  .spacer-huge {
    padding-top: 40px;
  }

  .background-video-2 {
    width: auto;
    height: 200px;
  }

  .background-video-2-copy {
    height: 200px;
  }

  .carousel-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .small-instructions {
    line-height: 1em;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ced7f09b-ef1c-0cc3-ee06-54beca03b8b8-6c195921, #w-node-_90b2b3f5-decf-d0c4-963a-e61a380c9263-6c195921 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Neco Variable';
  src: url('../fonts/Neco-Variable.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Variable';
  src: url('../fonts/Archivo-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chaney';
  src: url('../fonts/CHANEY-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}