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

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

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

@font-face {
  font-family: futura;
  src: url('../fonts/FuturaCyrillicExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

:root {
  --white: white;
  --black: black;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--white: white;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: #000;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  font-size: 1.2rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
  font-size: 1.2rem;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: fututra, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  margin-top: 4.4rem;
  font-family: fututra, sans-serif;
  font-size: 10.3068rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.is-white {
  color: var(--white);
  text-shadow: 2px 2px 1px #000;
  line-height: 10.307rem;
}

.heading-style-h1.project-heading {
  border-bottom: 1px solid #000;
}

.padding-global {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  font-size: 1.2px;
  display: flex;
}

.padding-global.hero-padding {
  padding-left: 0;
}

.padding-global.hero-padding.hide {
  display: none;
}

.padding-global.ryt-0 {
  padding-right: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-family: futura, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 1.2rem;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.text-weight-medium {
  text-align: center;
  letter-spacing: .01rem;
  font-family: futura, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-regular.text-weight-medium.text-align-center.max-width-500 {
  max-width: 500px;
  font-weight: 500;
}

.text-size-regular.text-weight-medium.max-width-300 {
  max-width: 18.75rem;
}

.text-size-regular.text-weight-medium.max-width-300.text-align-center {
  max-width: 22rem;
  font-size: 1.4rem;
}

.text-size-regular.text-weight-medium.auto {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular.text-weight-medium.auto._100 {
  width: 80%;
  font-size: 1.5rem;
}

.text-size-regular.text-weight-medium.small {
  font-size: 1rem;
}

.text-size-regular.padding-left {
  padding-left: 1rem;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.text-size-regular.text-weight-medium-copy {
  text-align: center;
  letter-spacing: .01rem;
  font-family: futura, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-regular.text-weight-medium-copy.auto-copy {
  color: #6b6b6b;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular.text-weight-medium-copy-copy {
  text-align: center;
  letter-spacing: .01rem;
  font-family: futura, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-regular.text-weight-medium-copy-copy.auto-copy, .text-size-regular.text-weight-medium-copy-copy.auto-copy-copy {
  color: #6b6b6b;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  color: var(--white);
  text-shadow: .031rem .031rem .031rem #000;
  font-family: fututra, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
  font-size: 1.2rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.125rem;
}

.heading-style-h2.text-weight-bold {
  font-family: fututra, sans-serif;
  font-weight: 700;
}

.heading-style-h2.text-weight-bold.max-width-large {
  max-width: 43rem;
}

.heading-style-h2.text-weight-medium {
  text-align: center;
  letter-spacing: -1px;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.heading-style-h2.text-weight-medium.is-black {
  color: var(--black);
  text-decoration: none;
}

.heading-style-h2.text-weight-medium.lft {
  text-align: left;
}

.heading-style-h2.text-weight-medium--hl {
  text-align: center;
  letter-spacing: -1px;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.heading-style-h2.text-weight-medium--hl.is-black {
  color: var(--black);
  text-decoration: none;
}

.heading-style-h2.text-weight-medium--hl.lft {
  text-align: left;
}

.page-wrapper {
  overflow: visible;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapperl {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-weight-medium {
  text-align: center;
  font-family: futura, sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

.text-size-medium.text-weight-medium.is-black {
  border-bottom: 1px solid #000;
  margin-top: 13px;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  font-size: 1.2rem;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.header-section_wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  display: none;
  position: relative;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  height: auto;
  padding: 2rem 7rem;
  position: fixed;
  top: 0;
}

.navbar.homepage {
  background-color: #f2f2f200;
  height: auto;
  padding-bottom: 2rem;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  width: 7.3rem;
  display: flex;
}

.brand.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 7.2rem;
  display: flex;
}

.html-embed {
  color: var(--white);
  display: inline-block;
}

.html-embed.is-black {
  color: var(--black);
}

.nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  order: 1;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: var(--white);
  align-items: flex-end;
  padding: 0;
  font-family: futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

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

.nav-link.is-black {
  color: var(--black);
}

.nav-link.is-black.white-mob-only.hide-expo, .nav-link.hide-expo {
  display: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.header-content_wrapper {
  z-index: 3;
  grid-column-gap: 2.81rem;
  grid-row-gap: 2.81rem;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-heading_wrapper {
  padding-left: 7rem;
}

.hero-copy_wrapper {
  justify-content: flex-start;
  display: flex;
}

.cta-wrapper {
  color: var(--white);
  text-align: center;
  letter-spacing: .015rem;
  background-color: #0009;
  border-top-right-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 4.5rem;
  font-size: 1.5rem;
  text-decoration: underline;
  display: flex;
}

.properties-section_wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.properties-content_wrapper {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.properties-heading-wrapper {
  grid-column-gap: 7.8125rem;
  grid-row-gap: 7.8125rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.aboutus-section_wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.aboutus-content_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.aboutus-img_wrapper {
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.aboutus-copy_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  display: flex;
}

.vision-section_wrapper {
  display: none;
}

.vision-content_wrapper {
  justify-content: space-between;
  display: flex;
}

.vision-image-wrapper {
  flex: 0 auto;
  width: 50%;
  height: 0%;
  overflow: hidden;
}

.vision-section-copy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.9rem 4rem 2.9rem 7rem;
  display: flex;
}

.hero-copy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2f2f299;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2.9rem 4rem 2.9rem 7rem;
  display: flex;
}

.team-section_wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.team-content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.team-card-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-card {
  box-sizing: border-box;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  object-fit: fill;
  flex-direction: column;
  max-width: 12rem;
  max-height: 30rem;
  display: flex;
}

.team-img {
  overflow: hidden;
}

.testimonial-section_wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 1;
  display: none;
}

.testimonial-slider {
  background-color: #ddd0;
  height: auto;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.testimonial-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.slide, .mask {
  height: auto;
}

.testimonial {
  text-align: center;
  max-width: 1248px;
  font-family: futura, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.testimonial-name {
  font-family: futura, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.gallery-section_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.gallery-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-row-1, .gallery-row-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: column;
  max-height: 100%;
  display: flex;
}

.lightbox {
  border-radius: .8125rem;
  flex: 1;
  width: 20rem;
  max-height: 100%;
  overflow: hidden;
}

.lightbox-img {
  object-fit: cover;
  object-position: 30% 50%;
  border-radius: .3125rem;
  width: 100%;
  height: 100%;
}

.gallery-track {
  grid-column-gap: .7rem;
  min-width: 100svw;
  max-height: 70svh;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.gradient-left {
  background-image: linear-gradient(279deg, #fff0, var(--white));
  filter: blur(15px);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-right {
  background-image: linear-gradient(to right, #fff0, var(--white));
  filter: blur(15px);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-section_wrapper {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.form-wrapper {
  grid-column-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-left: 149px;
  display: flex;
}

.c-text-field {
  background-color: #252728;
  border: 1px solid #fff6;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-text-field::placeholder {
  color: #fff;
}

.c-text-field.c-text-1 {
  border-color: var(--black);
  color: #000;
  background-color: #25272800;
}

.c-text-field.c-text-1::placeholder {
  color: #000;
}

.c-text-field.c-text-1.cc-select {
  border-color: #0000001a;
}

.c-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2em;
}

.c-title-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.c-title-wrapper.cc-tablet_margin {
  width: 100%;
}

.c-tool-tip_error-img {
  position: absolute;
  inset: auto 0% -78% 44%;
}

.c-form_error-img {
  display: none;
}

.form {
  margin-top: 30px;
}

.c-form_block {
  z-index: 5;
}

.c-form-wrapper {
  z-index: 5;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.c-error-message {
  display: none;
}

.c-tool-tip_arrow {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto 0% -8% 48%;
  transform: rotate(45deg);
}

.c-text-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21.6px;
  position: static;
}

.c-text-1.cc-grey {
  color: #252728;
}

.c-form_field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.c-text-2 {
  color: #0006;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16.2px;
}

.c-text-2.cc-field-header {
  color: #0006;
  padding-bottom: 2px;
  display: block;
  position: absolute;
  inset: -14% auto auto 4%;
}

.c-text-2.cc-field-header.cc-red {
  color: #ff0000e3;
}

.c-form_submit {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.c-tool-tip {
  text-align: center;
  background-color: #fff;
  width: 120px;
  height: 40px;
  padding: 5px;
  position: absolute;
  inset: -61% -5% auto auto;
}

.c-button-l {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.c-button-l:hover {
  color: #fff;
  background-color: #000;
}

.c-title-2 {
  color: #000;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}

.div-block {
  border-radius: .3125rem;
  width: 100%;
  max-width: 100%;
  max-height: 40rem;
  overflow: hidden;
}

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

.footer-section-wrapper {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.footer-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.footer-left-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.footer-right-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.footer-link-wrapper {
  grid-column-gap: 6rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.social-icon-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.footer-link-container.one {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.footer-heading {
  font-family: fututra, sans-serif;
  font-size: 1.5rem;
}

.link-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.footer-links {
  color: #66707a;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none;
}

.footer-links.hide-expo {
  display: none;
}

.projects-section-wrapper {
  margin-top: 76px;
  padding-top: 5rem;
  padding-bottom: 100px;
}

.projects-content-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  overflow: hidden;
}

.properties-slider-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.swiper.the-cove-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
}

.the-cove-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-slide {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.collection-item {
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pointer-wrapper {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  padding-bottom: .3rem;
  text-decoration: none;
  display: flex;
}

.pointer-wrapper.project-page {
  border-bottom-style: none;
  padding: 2rem 0 0;
}

.pointer-container {
  grid-column-gap: .2rem;
  display: flex;
}

.name-border {
  background-color: var(--black);
  width: 0%;
  height: 3px;
}

.heading {
  line-height: .8;
}

.projects-hero-sction {
  padding-top: 15.875rem;
}

.project-hero-content-wrapper {
  grid-row-gap: 4.375rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about-video {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
  overflow: hidden;
}

.volumebtn-holder {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: auto 2% 2% auto;
}

.sound-on {
  color: #fff;
  display: none;
  position: absolute;
}

.sound-off {
  color: #fff;
  display: flex;
  position: absolute;
}

.playpausebtn-holder {
  cursor: pointer;
  width: 1.1rem;
  height: 1.1rem;
  display: none;
  position: absolute;
  inset: 2% 2% auto auto;
}

.pitch-video-play-icon {
  z-index: 3;
  object-fit: cover;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.5%;
  height: 10%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 47.5% 50% 50%;
  transform: translate(-50%, -50%);
}

.projects-details-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.project-stats-wrapper {
  grid-row-gap: 2.5rem;
  border-right: 1px solid #000;
  flex-direction: column;
  min-width: 35%;
  padding-top: 4.125rem;
  padding-bottom: 4.125rem;
  padding-right: 2.8125rem;
  display: flex;
}

.project-desc-wrapper {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: center;
  max-width: 798.203px;
  padding-top: 4.125rem;
  padding-bottom: 4.125rem;
  padding-left: 3.75rem;
  display: flex;
}

.stats-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.banner-img-full-width {
  background-image: url('../images/Rectangle-337.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.banner-img-full-width.show-mobileonly {
  display: none;
}

.different-section_wrapper {
  overflow: hidden;
}

.different-content_wrapper {
  justify-content: space-between;
  display: flex;
}

.different-content_wrapper.one {
  flex-direction: row-reverse;
}

.different-content_wrapper.two {
  flex-direction: row;
}

.different-section-copy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 45%;
  padding: 2.9rem 4rem;
  display: flex;
}

.different-image-wrapper {
  flex: 0 auto;
  width: 55%;
  height: 70vh;
}

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

.floor-plan-card {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.floor-plan-name {
  border-top: 1px solid #000;
  padding-top: 1rem;
}

.cove-img-collection-list {
  width: 100%;
}

.menu-button {
  padding-bottom: 9px;
}

.hero-aboutus-link {
  display: none;
}

.image-5 {
  width: 100%;
}

.image-6 {
  border-radius: 20px;
  width: 100%;
  height: 50%;
  min-height: 50%;
}

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

.background-video-2 {
  z-index: 2;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-9 {
  object-fit: contain;
  border-radius: 50%;
  height: 100%;
}

.brocherure-section-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.brochure-content-wrapper {
  background-color: var(--black);
  width: 100%;
  padding: 3rem;
}

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

.brochure-copy-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 75%;
  display: flex;
}

.download-btn-wrapper.background-color-white {
  flex: none;
  padding: 1rem;
  text-decoration: none;
}

.download-btn {
  color: var(--black);
  font-size: 1rem;
  text-decoration: none;
}

.collection-list {
  width: 100%;
}

.the-tree-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.tab-btn {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5rem;
}

.tab-btn.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

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

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

.floorplan-tabs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
}

.privacy-section-wrapper {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.privacy-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rich-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  font-size: 1.2rem;
  display: flex;
}

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

.is-black.text-size-medium.text-weight-medium {
  border-bottom-width: 0;
}

.nav-heading {
  clear: none;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: auto;
  font-family: futura, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  position: static;
}

.nav-heading.is-black {
  color: var(--black);
  letter-spacing: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.text-size-2-5rem {
  font-size: 3rem;
}

.text-size-2-5rem.text-weight-medium {
  font-size: 2.5rem;
  line-height: 1.1;
}

.image-10 {
  border-radius: 50%;
}

.hero-without-image {
  background-color: var(--white);
  padding-top: 180px;
  padding-left: 3.75em;
  padding-right: 3.75em;
  position: relative;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
}

.slider {
  background-color: #fff;
  border-radius: 20px;
  height: 60vh;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.slide-2 {
  box-sizing: border-box;
  aspect-ratio: 1 / 2;
  vertical-align: baseline;
  object-fit: fill;
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.div-block-3 {
  background-image: linear-gradient(#0000, #000);
  border-radius: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-4 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 3rem;
  margin-left: 45px;
}

.mask-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-11 {
  margin-top: -239px;
  margin-left: 53px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-4 {
  pointer-events: auto;
  vertical-align: top;
  cursor: pointer;
  background-image: url('../images/tree-house.avif');
  background-position: 70% 30%;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
}

.link-block-4 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.link-block-5 {
  position: absolute;
  inset: 0%;
}

.paragraph-5 {
  text-align: center;
  font-size: .8rem;
}

.heading-2 {
  color: var(--black);
  margin-top: .2rem;
  font-family: futura, sans-serif;
}

.paragraph-6 {
  color: var(--black);
  border-bottom: 1px solid #000;
  margin-top: 20px;
  font-family: futura, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.hero-heading-center-4 {
  background-color: var(--white);
  padding: 80px 5%;
  position: relative;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_item {
  text-decoration: none;
}

.uui-blog01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

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

.uui-blog01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog01_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

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

.sathish-txt-field {
  height: 55px;
  color: var(--black);
  border: 1px solid #0003;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sathish-txt-field::placeholder {
  color: var(--black);
  font-size: 16px;
  line-height: 21.6;
}

.sath-submit {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border: 1px solid #000;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.sath-submit:hover {
  background-color: var(--white);
  color: var(--black);
}

.contact-us-form {
  z-index: 5;
  width: 100%;
}

.success-message {
  color: var(--white);
  background-color: #549663;
  font-size: 20px;
  line-height: 30px;
}

.error-message {
  color: var(--white);
  background-color: #d84f51;
  font-size: 20px;
  line-height: 30px;
}

.footer-logo-update {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-image {
  object-fit: contain;
  width: 100%;
  position: static;
}

.footer-dizzy-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.footer-links-hide {
  color: #66707a;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

.style-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.grey-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.copy-right-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.copy-ryt-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new-cta-section-wrapper {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.cc-form-wrap {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ccf-div-lft {
  object-fit: contain;
  width: 50%;
  max-width: 100%;
  max-height: 50rem;
}

.ccf-div-ryt {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0000001a;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 3rem;
  display: flex;
}

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

.label-field {
  margin-bottom: -.05rem;
}

.aboutus-new-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.header-section_new {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.new-aboutus-content_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.scroll-text {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.scroll-text.small {
  width: 60%;
  font-size: 30px;
}

.projects-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.articles-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  overflow: hidden;
}

.articles-track {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.collection-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.article-card {
  z-index: 1;
  background-image: url('../images/Rectangle-11-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 3rem 2rem 2rem;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.grey-line-projects {
  z-index: 0;
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.property-logo {
  mix-blend-mode: multiply;
  width: 12rem;
  display: none;
}

.link-blocks {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.text-size-medium-white {
  color: var(--white);
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

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

.marquee-section {
  background-color: #b1b1b11a;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: none;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sw-image {
  width: 315px;
}

.marquee {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.gallery-section_wrapper-new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.team-section_wrapper-new {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grey {
  color: #b5b5b5;
}

.new-cta-section-wrapper-contact {
  width: 100%;
  margin-top: 8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-style-h1-thin {
  margin-top: 4.4rem;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.1;
}

.mandala-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.logo--project {
  margin-bottom: 0;
}

.project-loog {
  object-fit: contain;
  width: 200px;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 1em;
}

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

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 70vh;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  display: flex;
}

.testimonial-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.slide-1-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.slide-5 {
  width: 25vw;
  margin-left: 20px;
  margin-right: 20px;
}

.slide-nav-2 {
  bottom: -50px;
}

.text-size-regular-copy {
  color: #6b6b6b;
  font-family: futura, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.gallery-container-new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-marquee {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.marquee-content-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.marquee-content-top.scroll-lft, .marquee-content-top.scroll-ryt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-gall {
  width: 100%;
  height: 300px;
}

.link {
  color: #000;
  text-decoration: none;
}

.div-block-5 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  color: var(--white);
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  display: flex;
}

.div-block-6 {
  color: var(--white);
  text-decoration: underline;
  transition: opacity .2s;
  display: flex;
}

.div-block-6:hover {
  opacity: .5;
}

.header-section_about {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.abt-header-div {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.abt-heading4 {
  color: var(--white);
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  display: flex;
}

.pb-img-scroll {
  object-fit: cover;
  width: 160px;
  position: absolute;
  inset: 15% auto auto 4%;
}

.pb-img-scroll.is-3 {
  z-index: -1;
  max-width: 12rem;
  min-height: 12rem;
  max-height: 12px;
  top: 44%;
  left: 38%;
}

.pb-img-scroll.is-6 {
  z-index: -2;
  min-width: 9rem;
  max-width: 9rem;
  min-height: 8rem;
  max-height: 8rem;
  inset: 40% 35% auto auto;
}

.pb-img-scroll.is-1 {
  z-index: 1;
  max-width: 18rem;
  min-height: 10rem;
  max-height: 10px;
  top: 43%;
  left: 35%;
}

.pb-img-scroll.is-5 {
  z-index: -1;
  max-width: 8rem;
  min-height: 6rem;
  max-height: 12px;
  inset: 43% 32% auto auto;
}

.pb-img-scroll.is-2 {
  max-width: 12rem;
  min-height: 9rem;
  max-height: 9px;
  top: 34%;
  left: 31%;
}

.pb-img-scroll.is-4 {
  max-width: 9rem;
  min-height: 9rem;
  max-height: 9px;
  inset: 45% 32% auto auto;
}

.pb-container-global {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.pb-scroll-image-wrapper {
  perspective: 250px;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-wrapper {
  z-index: 12;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.pb-sticky-content-wrp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pb-scroll-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  position: relative;
}

.pb-stickey-elem {
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  top: 0;
}

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

.text-scroll {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.para {
  color: #66707a;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
}

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

.paragraph-7, .bold-text-2, .bold-text-3, .paragraph-8 {
  font-size: 1.2rem;
}

.blog-hero-bg {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.sbh-heading {
  color: var(--white);
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
}

.blog-content-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.blogs-top-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  font-size: 1.2px;
  display: grid;
}

.blogs-mid-wrap, .blogs-bot-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  font-size: 1.2px;
  display: flex;
}

.rt-ryt-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.rt-lft-wrapper {
  width: 50%;
}

.blogs-rt {
  font-size: 1.2rem;
}

.blogs-top-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-style-h5-blogs {
  font-family: futura, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.blogs-header-div {
  z-index: 5;
  background-image: linear-gradient(0deg, #000 2%, #fff0);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.related-blogs-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.rb-top-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2px;
  display: flex;
}

.blogs-mid-wrap-related {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2px;
  display: flex;
}

.blogs-top-wrapper-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.grey-line-rb {
  background-color: #0003;
  width: 90%;
  height: 1px;
}

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

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header-section_career {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.career-heading {
  color: var(--white);
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  display: flex;
}

.career-section-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lft-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.heading-4 {
  text-align: left;
  font-size: 3.5rem;
}

.ryt-wrap {
  width: 50%;
}

.paragraph {
  text-align: left;
}

.padding-global-exception {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  font-size: 1.2px;
  display: flex;
}

.our-people-section {
  padding-top: 0;
  padding-bottom: 5rem;
}

.op-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  overflow: hidden;
}

.op-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.op-content-top-wrap {
  width: 100%;
}

.grey-line-projects-career {
  z-index: 0;
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.articles-track-career {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.op-content-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.op-content-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.article-card-career {
  z-index: 1;
  background-image: url('../images/Rectangle-11-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.article-card-career._2 {
  background-image: url('../images/Copy-of-C1Y00649.avif');
}

.article-card-career._3 {
  background-image: url('../images/Copy-of-C1Y00682-1.jpg');
}

.open-positions-section {
  padding-top: 0;
  padding-bottom: 0;
}

.positions-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  overflow: hidden;
}

.positions-top-wrap {
  width: 100%;
}

.positions-bot-wrap {
  width: 100%;
  position: relative;
}

.list-item-image-outer-wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.list-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: minmax(.5rem, 1fr);
}

.icon-s {
  width: .85rem;
  max-height: .85rem;
}

.list-item {
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #454545;
  justify-content: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.list-item-image-transition {
  z-index: 1;
  background-color: #e2e2e2;
  position: absolute;
  inset: 0%;
}

.list-item-image-inner-wrapper {
  max-width: 25rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.display-s {
  color: var(--black);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.list-item-image {
  z-index: 2;
  position: relative;
}

.career-heading-prop {
  color: var(--white);
  text-transform: uppercase;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  display: none;
}

.header-section-properties {
  height: 100vh;
  position: relative;
}

.prop-hero-bg {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.prop-header-div {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.badge-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.badge-black-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  flex-flow: column;
  width: 50%;
  padding: 1rem 5rem 1rem 3rem;
  display: flex;
}

.h4-white {
  color: var(--white);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 400;
}

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

.para-white {
  color: var(--white);
  text-transform: lowercase;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
}

.project-details-section {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
}

.projects-content-wrapper-copy {
  grid-row-gap: 5rem;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  overflow: hidden;
}

.sp-image {
  width: 300px;
}

.sp-lft-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sp-cont-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.para-caps {
  color: #bababa;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.para-norm {
  color: var(--black);
  text-align: left;
  font-family: futura, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.blogs-header-div-new {
  z-index: 5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sp-ryt-wrap {
  width: 50%;
}

.sp-para {
  text-align: left;
}

.three-layer-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tl-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  overflow: hidden;
}

.tl-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tlc-ryt-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.tlc-lft-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.heading-5 {
  text-align: left;
  font-family: futura, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.projects-layer-image {
  z-index: 1;
  background-image: url('../images/6620b73a8d5bdf225dec8738_cove-garden-p-800.png-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.projects-layer-image._2 {
  background-image: url('../images/cove-garden.png');
}

.projects-layer-image._3 {
  background-image: url('../images/custom_resized_451805ca-659e-4024-921b-f90c53f44100.avif');
}

.projects-layer-image.b {
  background-image: url('../images/6620b73a8d5bdf225dec8738_cove-garden-p-800.png-6.png');
}

.projects-layer-image.c {
  background-image: url('../images/6620b73a8d5bdf225dec8738_cove-garden-p-800.png-3.png');
}

.projects-layer-image.d {
  background-image: url('../images/6620b73a8d5bdf225dec8738_cove-garden-p-800.png-5.png');
}

.div-block-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.abt-teaser-section {
  padding-top: 5rem;
  padding-bottom: 0;
}

.heading-style-h5-team {
  font-family: futura, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.hero-wrapper-two-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37.5%;
  max-width: none;
  padding-bottom: 40px;
  display: flex;
}

.blog-hero-bg-copy {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.pb-img-scroll-2 {
  object-fit: cover;
  width: 200px;
  position: absolute;
  inset: auto 2% 15% auto;
}

.pb-img-scroll-2.is-3 {
  z-index: -1;
  max-width: 12rem;
  min-height: 12rem;
  max-height: 12px;
  top: 44%;
  left: 38%;
}

.pb-img-scroll-2.is-6 {
  z-index: -2;
  min-width: 9rem;
  max-width: 9rem;
  min-height: 8rem;
  max-height: 8rem;
  inset: 40% 35% auto auto;
}

.pb-img-scroll-2.is-1 {
  z-index: 1;
  max-width: 18rem;
  min-height: 10rem;
  max-height: 10px;
  top: 43%;
  left: 35%;
}

.pb-img-scroll-2.is-5 {
  z-index: -1;
  max-width: 8rem;
  min-height: 6rem;
  max-height: 12px;
  inset: 43% 32% auto auto;
}

.pb-img-scroll-2.is-2 {
  max-width: 12rem;
  min-height: 9rem;
  max-height: 9px;
  top: 34%;
  left: 31%;
}

.pb-img-scroll-2.is-4 {
  max-width: 9rem;
  min-height: 9rem;
  max-height: 9px;
  inset: 45% 32% auto auto;
}

.pb-img-scroll-3 {
  object-fit: cover;
  width: 200px;
  position: absolute;
  inset: auto auto 2% 2%;
}

.pb-img-scroll-3.is-3 {
  z-index: -1;
  max-width: 12rem;
  min-height: 12rem;
  max-height: 12px;
  top: 44%;
  left: 38%;
}

.pb-img-scroll-3.is-6 {
  z-index: -2;
  min-width: 9rem;
  max-width: 9rem;
  min-height: 8rem;
  max-height: 8rem;
  inset: 40% 35% auto auto;
}

.pb-img-scroll-3.is-1 {
  z-index: 1;
  max-width: 18rem;
  min-height: 10rem;
  max-height: 10px;
  top: 43%;
  left: 35%;
}

.pb-img-scroll-3.is-5 {
  z-index: -1;
  max-width: 8rem;
  min-height: 6rem;
  max-height: 12px;
  inset: 43% 32% auto auto;
}

.pb-img-scroll-3.is-2 {
  max-width: 12rem;
  min-height: 9rem;
  max-height: 9px;
  top: 34%;
  left: 31%;
}

.pb-img-scroll-3.is-4 {
  max-width: 9rem;
  min-height: 9rem;
  max-height: 9px;
  inset: 45% 32% auto auto;
}

.pb-img-scroll-4 {
  object-fit: cover;
  width: 160px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.pb-img-scroll-4.is-3 {
  z-index: -1;
  max-width: 12rem;
  min-height: 12rem;
  max-height: 12px;
  top: 44%;
  left: 38%;
}

.pb-img-scroll-4.is-6 {
  z-index: -2;
  min-width: 9rem;
  max-width: 9rem;
  min-height: 8rem;
  max-height: 8rem;
  inset: 40% 35% auto auto;
}

.pb-img-scroll-4.is-1 {
  z-index: 1;
  max-width: 18rem;
  min-height: 10rem;
  max-height: 10px;
  top: 43%;
  left: 35%;
}

.pb-img-scroll-4.is-5 {
  z-index: -1;
  max-width: 8rem;
  min-height: 6rem;
  max-height: 12px;
  inset: 43% 32% auto auto;
}

.pb-img-scroll-4.is-2 {
  max-width: 12rem;
  min-height: 9rem;
  max-height: 9px;
  top: 34%;
  left: 31%;
}

.pb-img-scroll-4.is-4 {
  max-width: 9rem;
  min-height: 9rem;
  max-height: 9px;
  inset: 45% 32% auto auto;
}

.aboutus-new-section-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.abt-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hollow-logo-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 7rem;
  display: flex;
  overflow: hidden;
}

.abt-lft-wrap {
  width: 50%;
  position: relative;
}

.abt-ryt-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.abtl-bgv {
  z-index: 0;
  width: 100%;
  height: 500px;
}

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

.vector-image {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#0000 90%, #fff 95%);
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.home-para {
  text-align: center;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.teaser-img-2 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img-2._3 {
  z-index: 2;
}

.teaser-img-2._1 {
  z-index: 4;
}

.teaser-img-2._2 {
  z-index: 3;
}

.teaser-img-2._4 {
  z-index: 1;
}

.teaser-img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img-3._3 {
  z-index: 2;
}

.teaser-img-3._1 {
  z-index: 4;
}

.teaser-img-3._2 {
  z-index: 3;
}

.teaser-img-3._4 {
  z-index: 1;
}

.namma-logo {
  align-self: center;
}

.card_number-circle {
  background-color: #fff;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.youtube-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.youtube-container:hover {
  transform: scale(1.05);
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 80vw;
  display: flex;
}

.card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding: 2rem;
  display: flex;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.card {
  border-radius: 1rem;
  width: 100%;
  min-height: 35rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card.is-three, .card.is-two, .card.is-one {
  background-color: var(--white);
  border-radius: 0;
}

.cards_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card_image {
  object-fit: cover;
  width: 40%;
}

.card_number {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.blog-teaser-item-wrapper {
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5em 2em;
}

.blog-teaser-item-wrapper.quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 4em;
  display: flex;
}

.section-blog-overview {
  overflow: hidden;
}

.grid-border-line-wrapper {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-border-line-wrapper.right {
  inset: 0% 0% auto auto;
}

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

.blog-teaser-quote {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
}

.quote-author-wrapper {
  margin-top: 1em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  padding-left: 3.75em;
  padding-right: 3.75em;
}

.blog-teaser-list-wrapper {
  height: 100%;
}

.p-xl-end {
  padding-bottom: 0;
}

.blog-teaser-list {
  height: 100%;
}

.blog-teaser-item {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.grid-border-line {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.position-realtive {
  border-top: 1px solid #000;
  position: relative;
}

.page-wrapper-blogs {
  margin-top: 50px;
}

.blog-teaser-text-wrapper.desktop-hide {
  display: none;
}

.blog-teaser-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.blog-teaser-category {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.blog-teaser-text-divider {
  margin-left: .3em;
  margin-right: .3em;
  font-weight: 700;
  display: inline;
}

.blog-teaser-title {
  font-weight: 700;
  line-height: 1.4em;
  display: inline;
}

.blog-teaser-meta-wrapper {
  justify-content: space-between;
  font-size: 1.2em;
  display: flex;
}

.blog-teaser-meta-wrapper.vert {
  flex-flow: row;
}

.blog-teaser-title-wrapper {
  color: #000;
  text-decoration: none;
}

.blog-teaser-summary {
  vertical-align: baseline;
  width: 100%;
  line-height: 1.4em;
  display: inline-block;
}

.blog-teaser-image-wrapper {
  flex: 1;
  width: 100%;
  height: 80%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.blog-teaser-image-inner {
  width: 100%;
  height: 100%;
}

.div-block-9, .blogs-div {
  height: 100%;
}

.blog-teaser-image-wrapper-2 {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.blog-teaser-image-wrapper-medium {
  flex: 1;
  width: 100%;
  height: 75%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.header-section-properties-tm {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.prop-header-div-tm {
  z-index: 5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.career-heading-prop-tm {
  color: var(--white);
  text-transform: uppercase;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  display: none;
}

.badge-section-tm {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.badge-black-right-tm {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  flex-flow: column;
  width: 50%;
  padding: 1rem 5rem 1rem 3rem;
  display: flex;
}

.h4-white-tm {
  color: var(--white);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 400;
}

.project-details-section-tm {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
}

.padding-global-exception-tm {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  font-size: 1.2px;
  display: flex;
}

.projects-content-wrapper-tm {
  grid-row-gap: 5rem;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  overflow: hidden;
}

.hero-wrapper-tm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sp-lft-wrap-tm {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sp-ryt-wrap-tm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sp-image-tm {
  width: 300px;
}

.sp-cont-1-tm, .sp-cont-1-copy, .sp-cont-1-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

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

.sprd-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sprdc-whole-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.para-black {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
}

.sprc-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sprw-para {
  text-align: left;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.padding-section-large-ribba {
  padding-bottom: 0;
}

.stack-header {
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.sh-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-vertical-tm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-tm {
  text-align: center;
}

.stack-header-maps {
  padding: 40px 5% 100px;
}

.shm-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-vertical-tm-shm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.maps-tm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.mt-lft-wrap {
  width: 65%;
}

.mt-ryt-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.map {
  width: 100%;
  height: 760px;
}

.mtr-top-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.h4 {
  text-align: left;
  font-size: 3rem;
  font-weight: 400;
}

.mtrt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.mtrt0image {
  width: 75px;
}

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

.address-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.sp-para-white {
  color: var(--white);
  text-align: left;
}

.text-size-small-white {
  color: var(--white);
  text-align: left;
  font-size: .875rem;
}

.address-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loc-icon {
  width: 22.0028px;
}

.experience-center-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 7rem;
  display: flex;
  overflow: hidden;
}

.ec-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ec-lft-wrap {
  width: 50%;
  position: relative;
}

.ec-ryt-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.ec-top-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px solid #ffffff80;
  width: 100%;
  display: flex;
}

.heading-style-h2-lft {
  color: var(--white);
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.125rem;
}

.heading-style-h2-lft.text-weight-bold {
  font-family: fututra, sans-serif;
  font-weight: 700;
}

.heading-style-h2-lft.text-weight-bold.max-width-large {
  max-width: 43rem;
}

.heading-style-h2-lft.text-weight-medium {
  text-align: center;
  letter-spacing: -1px;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.heading-style-h2-lft.text-weight-medium.is-black {
  color: var(--black);
  text-decoration: none;
}

.heading-style-h2-lft.text-weight-medium.lft {
  text-align: left;
}

.sp-para-ec {
  color: var(--white);
  text-align: left;
}

.vector-image-ec {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#0000 90%, #fff 95%);
  width: 100%;
  min-width: 100%;
  height: 400px;
}

.ec-bot-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px solid #ffffff80;
  width: 100%;
  display: flex;
}

.ec-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.heading-ech {
  color: var(--white);
}

.para-ech {
  color: var(--white);
  text-align: center;
}

.ec-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.single-galley-section {
  width: 100%;
  margin-top: 8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sg-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.sg-content-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-vertical-spg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.gallery-list-wrapper-2 {
  width: 100%;
  margin-top: 0;
}

.gallery-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.gallery-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-2 {
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.padding-global-gallery {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  font-size: 1.2px;
  display: flex;
}

.padding-global-gallery.hero-padding {
  padding-left: 0;
}

.padding-global-gallery.hero-padding.hide {
  display: none;
}

.padding-global-gallery.ryt-0 {
  padding-right: 0;
}

.floorplan-tabs-wrapper-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.text-field-6 {
  width: 100%;
  color: var(--black);
  border: 1px solid #0003;
}

.pop-box {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 30px 30px;
  display: flex;
  position: relative;
}

.textarea-4 {
  color: var(--black);
}

.div-block-13 {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  position: relative;
}

.div-block-16 {
  margin-top: 10px;
}

.popoup-form-wrap {
  margin-bottom: 0;
}

.input-wrapper-copy-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-14 {
  margin-bottom: 15px;
}

.popoup-form {
  font-family: Futuracyrillicbook, sans-serif;
}

.pop-whole-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.text-block-7 {
  color: #000;
}

.ms-tab-menu-2-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #434de71a;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.image-13 {
  z-index: 1000;
  width: 30px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 2% 2% auto auto;
}

.image-13:hover {
  transform: scale(.95);
}

.error-message-3 {
  color: #fff;
  background-color: #c43535;
  font-size: 16px;
  line-height: 150%;
}

.submit-button-3 {
  background-color: var(--black);
  width: 100%;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-3:hover {
  color: #000;
  background-color: #fff;
}

.text-block-5 {
  text-align: center;
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.popup {
  z-index: 2147483647;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-15 {
  width: 100%;
}

.ms-tab-copy {
  text-align: center;
  background-color: #f7f2df;
  border: 1px solid #0003;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.ms-tab-copy.w--current {
  color: #000;
  background-color: #f7f2df;
  border: 2px #0003;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  display: flex;
}

.input-wrapper-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.input-copy {
  color: #000;
  background-color: #f7f2df;
  border: 1px solid #0003;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-copy:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-copy:focus {
  border: 1px solid #434de7;
}

.input-copy::placeholder {
  color: #6e6e6e;
}

.success-message-3 {
  color: #fff;
  background-color: #1e8929;
  font-size: 16px;
  line-height: 150%;
}

.ms-100-copy {
  width: 100%;
}

.our-projects-heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  overflow: hidden;
}

.heading-style-h2-left {
  font-family: Futuracyrillicbook, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.125rem;
}

.heading-style-h2-left.text-weight-bold {
  font-family: fututra, sans-serif;
  font-weight: 700;
}

.heading-style-h2-left.text-weight-bold.max-width-large {
  max-width: 43rem;
}

.heading-style-h2-left.text-weight-medium {
  text-align: center;
  letter-spacing: -1px;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.heading-style-h2-left.text-weight-medium.is-black {
  color: var(--black);
  text-decoration: none;
}

.heading-style-h2-left.text-weight-medium.lft {
  text-align: left;
}

.heading-style-h2-left.text-weight-medium--hl {
  text-align: center;
  letter-spacing: -1px;
  font-family: futura, sans-serif;
  font-weight: 500;
}

.heading-style-h2-left.text-weight-medium--hl.is-black {
  color: var(--black);
  text-decoration: none;
}

.heading-style-h2-left.text-weight-medium--hl.lft {
  text-align: left;
}

.gallery-hero-section {
  background-color: var(--white);
  padding: 180px 3.75em 50px;
  position: relative;
}

.container-2-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-cont {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-vertical--gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.gallery-collection-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.d-120-right-line {
  transform-origin: 50% 0;
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.d-120-lines-wrapper {
  margin: 30px;
  position: absolute;
  inset: 0%;
}

.d-120-image-wrapper {
  background-image: url('../images/pablo-logged-out.png');
  background-position: 70%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-120-image-wrapper._3 {
  background-image: none;
}

.d-120-project-title-wrapper {
  flex-direction: column;
  display: flex;
}

.d-120-bottom-line {
  transform-origin: 100%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.d-120-view-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.d-120-gradient-overlay {
  opacity: .8;
  background-image: linear-gradient(#000, #b9b6c299);
  position: absolute;
  inset: 0%;
}

.d-120-project-card-wrapper {
  flex-direction: column;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.d-120-project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mark Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.d-120-top-line {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.d-120-left-line {
  transform-origin: 50% 100%;
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.d-120-title-underline {
  background-color: var(--black);
  transform-origin: 0%;
  height: 2px;
}

.positions-very-bot {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.apply-button {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border: 1px solid #000;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.apply-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.projects-collection-wrapper {
  width: 100%;
}

.article-content {
  width: 50%;
}

.article-right-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.explore-button {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border: 1px solid #000;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.explore-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.background-video-2-copy, .background-video-3 {
  z-index: 2;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.bgm {
  height: 100vh;
}

.background-video-4 {
  width: 100%;
}

.div-block-17 {
  height: 100%;
}

.background-video-5 {
  position: absolute;
}

.background-video-6 {
  min-height: 80vh;
}

.background-video-mandala {
  z-index: 2;
  width: 99.9999%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.video-code-embed, .video-code-embed-cms {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-collection-wrapper-center, .collection-list-wrapper-center {
  width: 100%;
}

.collection-list--center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.articles-track-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.article-right-wrap-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sp-cont-1-tm-center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sp-cont-1-tm-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.bold-text-4 {
  font-size: .9rem;
  line-height: 1.3;
}

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

.grid-1-column.gap-row-28px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.image {
  width: 100%;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.align-top._2-col-mbl {
  width: 100%;
}

.mt-lft-wrap-real {
  width: 65%;
  display: none;
}

.mt-lft-wrap-iframe {
  width: 65%;
}

.i-frame-map {
  width: 100%;
  height: 760px;
}

.text-block-8 {
  color: #000;
  font-family: Mark Pro, Arial, sans-serif;
  font-weight: 700;
}

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

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

.teaser-copy-mobile {
  max-width: 650px;
  padding-right: 20%;
  display: none;
}

.teaser-copy-copy {
  max-width: 650px;
  padding-right: 20%;
}

.background-video--gif {
  z-index: 2;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.thank-you-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.button-2 {
  text-align: center;
  background-color: #0a0a0a;
  margin-top: 60px;
  padding: 18px 60px;
  font-size: 16px;
  line-height: 12.6px;
  text-decoration: none;
  display: inline-block;
}

.heading-8 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 3.5rem;
  line-height: 4.125rem;
  display: block;
}

.text-span {
  color: #b5b5b5;
  font-size: 3.54rem;
}

.text-block-9 {
  padding-bottom: 0;
  font-size: 1.5rem;
}

.phone-input {
  border: 1px solid #0003;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.phone-input::placeholder {
  color: var(--black);
  font-size: 16px;
  line-height: 21.6;
}

.text-field-6-copy {
  width: 100%;
  color: var(--black);
  border: 1px solid #0003;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.country-code {
  height: 55px;
  color: var(--black);
  text-align: center;
  border: 1px solid #0003;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  display: flex;
}

.country-code::placeholder {
  color: var(--black);
  font-size: 16px;
  line-height: 21.6;
}

.div-block-21 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-field-7, .text-field-8 {
  width: 50%;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-wrp {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.inputs {
  background-color: #fff;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
}

.inputs::placeholder {
  color: #000;
}

.error-msg {
  color: red;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: auto 2% auto auto;
}

.submit-button-4 {
  background-color: #da38ec;
  width: auto;
}

.div-block-23-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.submit-button-4-copy {
  background-color: #000;
  width: auto;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ridge-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.sath-submit-copy {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border: 1px solid #000;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 12.6px;
  text-decoration: none;
  transition: all .3s;
}

.sath-submit-copy:hover {
  background-color: var(--white);
  color: var(--black);
}

.label-field-copy {
  margin-bottom: -.05rem;
}

.sathish-txt-field-copy {
  height: 55px;
  color: var(--black);
  border: 1px solid #0003;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.sathish-txt-field-copy::placeholder {
  color: var(--black);
  font-size: 16px;
  line-height: 21.6;
}

.new-form-block, .form-block-2, .form-block-3, .form-block-4, .form-block-5, .form-block-6, .form-block-7, .form-block-8, .form-block-9, .form-block-10, .form-block-11, .form-block-12 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .div-block-13 {
    border-radius: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }

  .div-block-13 {
    border-radius: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 2800px;
  }

  .gallery-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-item-2 {
    min-height: 570px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 8rem;
  }

  .heading-style-h1.is-white {
    font-size: 6.8rem;
    line-height: 1;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.hero-padding, .padding-global.ryt-0 {
    padding-right: 2rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    font-weight: 400;
  }

  .text-size-regular.text-weight-medium {
    font-size: 1.15rem;
  }

  .text-size-regular.text-weight-medium.text-align-center.max-width-500 {
    font-size: 1.1rem;
  }

  .text-size-regular.text-weight-medium.max-width-300.text-align-center {
    font-size: 1.2rem;
  }

  .text-size-regular.text-weight-medium.auto._100 {
    width: 90%;
    font-size: 1.4rem;
  }

  .text-size-regular.text-weight-medium.small {
    font-size: .9rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-weight-medium {
    line-height: 1;
  }

  .heading-style-h2.text-weight-medium.lft.mobile {
    font-size: 2.5rem;
  }

  .heading-style-h2.text-weight-medium--hl {
    line-height: 1;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .html-embed.is-black {
    color: var(--black);
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #000;
    flex-direction: column;
    padding: 1rem;
  }

  .nav-link {
    margin-bottom: 1rem;
  }

  .nav-link.is-black.white-mob-only {
    color: var(--white);
  }

  .header-content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-heading_wrapper {
    padding-left: 2rem;
  }

  .cta-wrapper {
    display: none;
  }

  .properties-section_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .properties-content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .properties-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .aboutus-section_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboutus-img_wrapper {
    width: 55%;
  }

  .aboutus-copy_wrapper {
    width: 45%;
  }

  .vision-image-wrapper {
    min-height: 0;
    max-height: 80vh;
  }

  .vision-section-copy-wrapper {
    padding-left: 2rem;
    line-height: 1;
  }

  .hero-copy-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .team-card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form-wrapper {
    grid-column-gap: 2rem;
    width: 90%;
    margin-left: 40px;
  }

  .c-text-field {
    height: 45px;
    margin-bottom: -5px;
  }

  .c-title-wrapper.cc-tablet_margin {
    margin-bottom: -15px;
  }

  .c-form_error-img {
    display: block;
    position: absolute;
    inset: 27% 0% auto 90%;
  }

  .c-form-wrapper {
    margin-left: 0;
  }

  .c-form_tip-error {
    display: none;
  }

  .c-form_field {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .c-text-2.cc-field-header {
    left: 5%;
  }

  .c-form_submit {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .c-title-2 {
    margin-bottom: 2rem;
    font-size: 33px;
  }

  .footer-section-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-right-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links {
    font-size: 1.15rem;
  }

  .projects-section-wrapper {
    padding-top: 4rem;
    padding-bottom: 40px;
  }

  .projects-content-wrapper {
    grid-row-gap: 3rem;
  }

  .properties-slider-wrapper {
    grid-row-gap: 1.75rem;
  }

  .swiper.the-cove-slider {
    height: 65svh;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .the-cove-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .swiper-slide {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .pointer-wrapper.project-page {
    padding-top: 1.5rem;
  }

  .pitch-video-play-icon {
    width: 8%;
  }

  .project-desc-wrapper {
    grid-row-gap: 3rem;
  }

  .different-section-copy-wrapper {
    max-width: none;
  }

  .different-image-wrapper {
    width: 52%;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .icon {
    width: 2rem;
    height: 2rem;
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon.is-black {
    color: var(--black);
  }

  .hero-aboutus-link {
    color: #000;
    font-family: futura, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
  }

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

  .image-6 {
    border-bottom-left-radius: 20px;
  }

  .background-video-2 {
    height: 80vh;
  }

  .the-tree-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .privacy-section-wrapper {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .privacy-content-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .is-black.text-size-medium.text-weight-medium {
    font-size: 1.1rem;
  }

  .hero-without-image {
    padding-top: 160px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-heading-center-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-6 {
    max-width: 728px;
  }

  .uui-heading-xsmall {
    font-size: 1.2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sathish-txt-field {
    height: 45px;
    margin-bottom: -5px;
  }

  .success-message, .error-message {
    font-size: 16px;
    line-height: 22.4px;
  }

  .footer-dizzy-logo {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style-div {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .copy-right-div {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cc-form-wrap {
    grid-column-gap: 1rem;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
  }

  .ccf-div-lft {
    max-height: 50rem;
  }

  .ccf-div-ryt {
    margin-left: 0;
    padding: 2rem;
  }

  .ccfd-image {
    min-height: 100%;
    max-height: 100%;
  }

  .label-field {
    margin-bottom: -1.4rem;
  }

  .aboutus-new-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-section_new {
    height: 80vh;
  }

  .scroll-text {
    font-size: 33px;
    line-height: 1.4;
  }

  .scroll-text.small {
    width: 80%;
    font-size: 25px;
  }

  .projects-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .articles-track {
    width: 65%;
  }

  .collection-item-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .article-card {
    background-position: 0 0;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 1.75rem 1.75rem;
  }

  .property-logo {
    width: 10rem;
  }

  .text-size-medium-white {
    font-size: 1.1rem;
  }

  .marquee-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }

  .sw-image {
    width: 275px;
  }

  .gallery-section_wrapper-new, .team-section_wrapper-new {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .new-cta-section-wrapper-contact {
    margin-top: 6rem;
  }

  .heading-style-h1-thin {
    font-size: 6rem;
  }

  .mandala-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .logo--project {
    margin-bottom: 20px;
  }

  .project-loog {
    width: 180px;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .teaser-copy {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
    padding-right: 0%;
  }

  .teaser-copy.mob {
    display: none;
  }

  .teaser-img-tablet-down {
    width: 100%;
    display: block;
  }

  .teaser-img-tablet-down.mob {
    margin-top: 3rem;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: grid;
  }

  .teaser-copy-wrap.mob {
    margin-top: 4rem;
  }

  .testimonial-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .slide-5 {
    width: 42.5vw;
    margin-left: 15px;
    margin-right: 15px;
  }

  .slide-nav-2 {
    font-size: .8rem;
  }

  .text-size-regular-copy {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .marquee-content-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }

  .image-gall {
    height: 200px;
  }

  .heading-3 {
    font-size: 5rem;
  }

  .abt-header-div {
    padding-right: 2.5%;
  }

  .abt-heading4 {
    font-size: 4rem;
  }

  .pb-img-scroll {
    width: 130px;
    top: 10%;
  }

  .pb-img-scroll.is-3 {
    top: 37%;
    left: 20%;
  }

  .pb-img-scroll.is-6 {
    right: 17%;
  }

  .pb-img-scroll.is-1 {
    top: 36%;
    left: 21%;
  }

  .pb-img-scroll.is-5 {
    min-height: 11rem;
    top: 38%;
    right: 16%;
  }

  .pb-img-scroll.is-2 {
    max-width: 12rem;
    min-height: 9rem;
    max-height: 9px;
    left: 16%;
  }

  .pb-img-scroll.is-4 {
    min-height: 12rem;
    top: 39%;
    right: 17%;
  }

  .pb-container-global {
    max-width: none;
  }

  .about-heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-scroll {
    font-size: 33px;
    line-height: 1.4;
  }

  .para {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .paragraph-7 {
    font-size: 1.1rem;
  }

  .sbh-heading {
    font-size: 3.75rem;
  }

  .blog-content-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blogs-top-wrap, .blogs-mid-wrap, .blogs-bot-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rt-ryt-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .blogs-top-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .heading-style-h5-blogs {
    font-size: 1.85rem;
  }

  .related-blogs-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blogs-top-wrapper-heading {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .collection-item-3 {
    display: flex;
  }

  .career-heading {
    font-size: 4rem;
  }

  .career-section-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lft-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 70%;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .ryt-wrap {
    width: 30%;
  }

  .padding-global-exception {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .our-people-section {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .op-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .articles-track-career {
    width: 60%;
  }

  .article-card-career {
    padding: 1.75rem;
  }

  .open-positions-section {
    padding-top: 0;
  }

  .positions-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list-item-image-outer-wrapper {
    display: none;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
    width: 100%;
  }

  .container-7 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-image-transition {
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-image-inner-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 40%;
    display: flex;
  }

  .list-item-image {
    margin-left: auto;
    margin-right: auto;
  }

  .career-heading-prop {
    font-size: 4rem;
  }

  .header-section-properties {
    height: 80vh;
  }

  .badge-black-right {
    width: 70%;
  }

  .h4-white {
    font-size: 3rem;
  }

  .para-white {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .project-details-section {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .projects-content-wrapper-copy {
    grid-row-gap: 3rem;
  }

  .sp-image {
    width: 160px;
  }

  .sp-lft-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 50%;
  }

  .para-caps {
    font-size: 1rem;
    line-height: 1.9rem;
  }

  .para-norm {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .sp-ryt-wrap {
    width: 50%;
  }

  .three-layer-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tl-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tl-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: center;
  }

  .tlc-ryt-wrap {
    width: 60%;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .projects-layer-image {
    height: 350px;
    padding: 1.75rem;
  }

  .abt-teaser-section {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .heading-style-h5-team {
    font-size: 1.85rem;
  }

  .hero-wrapper-two-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 65%;
    padding-bottom: 37.5px;
  }

  .div-block-8 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .pb-img-scroll-2 {
    width: 130px;
    bottom: 5%;
  }

  .pb-img-scroll-2.is-3 {
    top: 37%;
    left: 20%;
  }

  .pb-img-scroll-2.is-6 {
    right: 17%;
  }

  .pb-img-scroll-2.is-1 {
    top: 36%;
    left: 21%;
  }

  .pb-img-scroll-2.is-5 {
    min-height: 11rem;
    top: 38%;
    right: 16%;
  }

  .pb-img-scroll-2.is-2 {
    max-width: 12rem;
    min-height: 9rem;
    max-height: 9px;
    left: 16%;
  }

  .pb-img-scroll-2.is-4 {
    min-height: 12rem;
    top: 39%;
    right: 17%;
  }

  .pb-img-scroll-3 {
    width: 130px;
  }

  .pb-img-scroll-3.is-3 {
    top: 37%;
    left: 20%;
  }

  .pb-img-scroll-3.is-6 {
    right: 17%;
  }

  .pb-img-scroll-3.is-1 {
    top: 36%;
    left: 21%;
  }

  .pb-img-scroll-3.is-5 {
    min-height: 11rem;
    top: 38%;
    right: 16%;
  }

  .pb-img-scroll-3.is-2 {
    max-width: 12rem;
    min-height: 9rem;
    max-height: 9px;
    left: 16%;
  }

  .pb-img-scroll-3.is-4 {
    min-height: 12rem;
    top: 39%;
    right: 17%;
  }

  .pb-img-scroll-4 {
    width: 130px;
  }

  .pb-img-scroll-4.is-3 {
    top: 37%;
    left: 20%;
  }

  .pb-img-scroll-4.is-6 {
    right: 17%;
  }

  .pb-img-scroll-4.is-1 {
    top: 36%;
    left: 21%;
  }

  .pb-img-scroll-4.is-5 {
    min-height: 11rem;
    top: 38%;
    right: 16%;
  }

  .pb-img-scroll-4.is-2 {
    max-width: 12rem;
    min-height: 9rem;
    max-height: 9px;
    left: 16%;
  }

  .pb-img-scroll-4.is-4 {
    min-height: 12rem;
    top: 39%;
    right: 17%;
  }

  .aboutus-new-section-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .hollow-logo-section {
    padding: 3rem 2rem;
  }

  .abt-ryt-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .abtl-bgv {
    height: 480px;
  }

  .teaser-img-2, .teaser-img-3 {
    position: relative;
    inset: auto;
  }

  .content {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-large-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .card.is-three, .card.is-two, .card.is-one {
    min-height: 30rem;
  }

  .blog-teaser-item-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 2em 3em;
  }

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

  .blog-teaser-quote {
    font-size: 1.7em;
  }

  .container-w1.gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-wrapper-blogs {
    margin-top: 40px;
  }

  .heading-6 {
    text-align: left;
  }

  .blog-teaser-text-wrapper.desktop-hide {
    display: flex;
  }

  .blog-teaser-image {
    height: 30vh;
  }

  .blog-teaser-category, .blog-teaser-date {
    font-size: .8em;
  }

  .blog-teaser-image-wrapper {
    height: auto;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
  }

  .header-section-properties-tm {
    height: 80vh;
  }

  .career-heading-prop-tm {
    font-size: 4rem;
  }

  .badge-black-right-tm {
    width: 70%;
  }

  .h4-white-tm {
    font-size: 3rem;
  }

  .project-details-section-tm {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .padding-global-exception-tm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .projects-content-wrapper-tm {
    grid-row-gap: 3rem;
  }

  .hero-wrapper-tm {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sp-lft-wrap-tm {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 35%;
  }

  .sp-ryt-wrap-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 65%;
  }

  .sp-image-tm {
    width: 160px;
  }

  .spr-div-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .sprd-content-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .para-black {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .sprc-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .padding-section-large-ribba {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stack-header {
    padding-top: 80px;
  }

  .sh-container {
    max-width: 728px;
  }

  .hero-wrapper-two-vertical-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .heading-6-copy {
    text-align: center;
  }

  .stack-header-maps {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .shm-container {
    max-width: 728px;
  }

  .hero-wrapper-two-vertical-tm-shm, .maps-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .map {
    height: 650px;
  }

  .mtr-top-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 0;
  }

  .h4 {
    font-size: 2.75rem;
  }

  .mtrt0image {
    width: 70px;
  }

  .loc-icon {
    width: 20px;
  }

  .experience-center-section {
    padding: 5rem 2rem 3rem;
  }

  .ec-container, .ec-ryt-wrap, .ec-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-style-h2-lft {
    font-size: 3.25rem;
    line-height: 1;
  }

  .heading-style-h2-lft.text-weight-medium {
    line-height: 1;
  }

  .vector-image-ec {
    height: 350px;
  }

  .ec-bot-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ec-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }

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

  .ec-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .single-galley-section {
    margin-top: 6rem;
  }

  .sg-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sg-content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .hero-wrapper-two-vertical-spg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .card-link-text {
    display: none;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .div-block-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .padding-global-gallery {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global-gallery.hero-padding, .padding-global-gallery.ryt-0 {
    padding-right: 2rem;
  }

  .pop-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 30px 20px;
  }

  .div-block-13 {
    width: 450px;
  }

  .input-wrapper-copy-copy {
    margin-bottom: 6px;
  }

  .div-block-14 {
    margin-top: 20px;
  }

  .pop-whole-wrap {
    width: auto;
    max-width: none;
    height: auto;
  }

  .heading-7 {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
  }

  .ms-tab-menu-2-copy {
    height: 45px;
  }

  .image-13 {
    width: 30px;
  }

  .error-message-3, .text-block-5 {
    font-size: 15px;
  }

  .input-wrapper-copy {
    margin-bottom: 6px;
  }

  .input-copy {
    height: 45px;
  }

  .success-message-3 {
    font-size: 15px;
  }

  .our-projects-heading-wrapper {
    margin-bottom: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h2-left.text-weight-medium, .heading-style-h2-left.text-weight-medium--hl {
    line-height: 1;
  }

  .gallery-hero-section {
    padding: 160px 6vw 30px;
  }

  .container-2-copy {
    max-width: 728px;
  }

  .gallery-cont {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .hero-wrapper-two-vertical--gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .gallery-collection-list-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .d-120-view-text, .d-120-project-title {
    font-size: 18px;
  }

  .gc-content-wrap, .collection-list-wrapper-2, .collection-item-4 {
    width: 100%;
  }

  .positions-very-bot {
    margin-top: 10px;
  }

  .article-right-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 35%;
  }

  .bgm, .background-video-mandala {
    height: 80vh;
  }

  .collection-item-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .articles-track-center {
    width: 65%;
  }

  .article-right-wrap-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 35%;
  }

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

  .i-frame-map {
    height: 650px;
  }

  .teaser-copy-mobile {
    max-width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-right: 0%;
    display: flex;
  }

  .teaser-copy-copy {
    max-width: 100%;
    margin-top: 1.5em;
    margin-bottom: 2em;
    padding-right: 0%;
  }

  .background-video--gif {
    height: 80vh;
  }

  .text-block-9 {
    font-size: 1.4rem;
  }

  .phone-input {
    height: 45px;
    margin-bottom: -5px;
  }

  .div-block-20 {
    margin-bottom: 10px;
  }

  .country-code {
    height: 45px;
    margin-bottom: -5px;
  }

  .ridge-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sathish-txt-field-copy {
    height: 45px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.ryt-0 {
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.text-weight-medium {
    font-size: 1rem;
  }

  .text-size-regular.text-weight-medium.text-align-center.max-width-500 {
    font-size: .98rem;
    line-height: 1.1;
  }

  .text-size-regular.text-weight-medium.auto._100 {
    width: 100%;
    font-size: 1.3rem;
  }

  .text-size-regular.text-weight-medium-copy.auto-copy, .text-size-regular.text-weight-medium-copy-copy.auto-copy, .text-size-regular.text-weight-medium-copy-copy.auto-copy-copy {
    font-size: 1.1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.text-weight-medium.lft {
    font-size: 2.25rem;
  }

  .heading-style-h2.text-weight-medium.lft.mobile {
    font-size: 1.5rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .team-card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    width: 100%;
  }

  .team-card {
    max-width: 100%;
  }

  .team-img {
    align-self: center;
  }

  .form-wrapper {
    grid-column-gap: 1rem;
    width: 100%;
    margin-left: 0;
  }

  .c-form-wrapper {
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-form_field {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .c-text-2 {
    font-size: 12px;
  }

  .c-text-2.cc-field-header {
    left: 3%;
  }

  .c-button-l {
    width: 100%;
  }

  .c-title-2 {
    margin-bottom: 1.5rem;
    line-height: 44px;
  }

  .footer-section-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-right-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-links {
    font-size: 1.1rem;
  }

  .projects-section-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2.5% 40px;
  }

  .swiper.the-cove-slider {
    height: 50svh;
    overflow: hidden;
  }

  .swiper-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .the-cove-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .swiper-slide {
    object-fit: contain;
    width: 100%;
    margin-left: auto;
  }

  .pointer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    line-height: 0%;
  }

  .pointer-wrapper.project-page {
    flex-flow: column;
  }

  .pointer-container {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .video-wrapper {
    width: 100%;
  }

  .background-video-2 {
    height: 60vh;
    display: none;
  }

  .image-9 {
    width: 150px;
  }

  .the-tree-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .privacy-section-wrapper {
    padding-top: 4rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .privacy-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-black.text-size-medium.text-weight-medium {
    margin-top: 5px;
    font-size: 1rem;
  }

  .nav-heading.is-black {
    font-size: .82rem;
  }

  .hero-without-image {
    padding: 160px 5vw 0;
  }

  .hero-wrapper-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .hero-heading-center-4 {
    padding: 50px 15px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog01_image-wrapper {
    height: 200px;
    padding-top: 0%;
  }

  .uui-blog01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog01_image-link:hover {
    box-shadow: none;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sath-submit {
    width: 100%;
  }

  .footer-dizzy-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .style-div {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .copy-right-div {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .new-cta-section-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cc-form-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin-left: auto;
  }

  .ccf-div-lft {
    width: 100%;
    max-height: none;
  }

  .ccf-div-ryt {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }

  .header-section_new {
    height: 30vh;
  }

  .scroll-text {
    font-size: 24px;
    line-height: 1.4;
  }

  .scroll-text.small {
    font-size: 20px;
  }

  .articles-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .articles-track {
    width: 100%;
  }

  .collection-item-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .article-card {
    background-size: cover;
    justify-content: space-between;
    align-items: flex-start;
    height: 300px;
    padding: 1.5rem;
  }

  .property-logo {
    width: 12rem;
  }

  .link-blocks {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .text-size-medium-white {
    font-size: 1rem;
  }

  .marquee-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sw-image {
    width: 240px;
  }

  .new-cta-section-wrapper-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h1-thin {
    font-size: 4rem;
  }

  .mandala-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .project-loog {
    width: 140px;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .teaser-img-tablet-down.mob, .teaser-copy-wrap.mob {
    margin-top: 2rem;
  }

  .slide-5 {
    width: 87.5vw;
  }

  .slide-nav-2 {
    bottom: -50px;
  }

  .text-size-regular-copy {
    font-size: 1.25rem;
  }

  .marquee-content-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-gall {
    width: 250px;
  }

  .heading-3 {
    font-size: 3.8rem;
  }

  .abt-header-div {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .abt-heading4 {
    font-size: 3.5rem;
  }

  .pb-img-scroll {
    width: 120px;
  }

  .pb-img-scroll.is-3 {
    max-width: 15rem;
    top: 26%;
    left: 24%;
  }

  .pb-img-scroll.is-6 {
    top: 41%;
  }

  .pb-img-scroll.is-1 {
    top: 25%;
    left: 26%;
  }

  .pb-img-scroll.is-5 {
    top: 38%;
    right: 17%;
  }

  .pb-img-scroll.is-2 {
    top: 30%;
    left: 18%;
  }

  .about-heading-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-scroll {
    font-size: 24px;
    line-height: 1.4;
  }

  .para {
    font-size: 1.25rem;
    line-height: 1.85rem;
  }

  .paragraph-7 {
    font-size: 1rem;
  }

  .sbh-heading {
    font-size: 3.5rem;
  }

  .blog-content-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blogs-top-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blogs-mid-wrap, .blogs-bot-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-ryt-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .rt-lft-wrapper {
    width: 0%;
  }

  .blogs-top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h5-blogs {
    font-size: 1.65rem;
  }

  .blogs-header-div {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .related-blogs-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 40px 15px;
  }

  .rb-top-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
  }

  .blogs-mid-wrap-related {
    justify-content: center;
    align-items: center;
  }

  .blogs-top-wrapper-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .grey-line-rb {
    width: 100%;
  }

  .collection-list-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .career-heading {
    font-size: 3.5rem;
  }

  .career-section-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .lft-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.75rem;
  }

  .ryt-wrap {
    width: 0%;
  }

  .paragraph {
    text-align: center;
  }

  .padding-global-exception {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .op-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .articles-track-career {
    width: 100%;
  }

  .article-card-career {
    padding: 1.5rem;
  }

  .open-positions-section {
    padding-top: 0;
  }

  .positions-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .list-item-image-outer-wrapper {
    display: none;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .career-heading-prop {
    font-size: 3.5rem;
  }

  .header-section-properties {
    height: 60vh;
  }

  .prop-header-div {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .badge-black-right {
    grid-column-gap: .45rem;
    grid-row-gap: .45rem;
    width: 100%;
    padding-right: 3rem;
  }

  .h4-white {
    text-align: center;
    font-size: 2.75rem;
  }

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

  .para-white {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.85rem;
  }

  .project-details-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .sp-image {
    width: 140px;
  }

  .sp-lft-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .para-caps {
    font-size: .95rem;
    line-height: 1.85rem;
  }

  .para-norm {
    font-size: 1.25rem;
    line-height: 1.85rem;
  }

  .blogs-header-div-new {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .sp-ryt-wrap {
    width: 100%;
  }

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

  .tl-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tl-content-wrapper {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
  }

  .tlc-ryt-wrap {
    width: 100%;
  }

  .tlc-lft-wrap {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
    width: 100%;
  }

  .heading-5 {
    text-align: center;
    font-size: 2rem;
  }

  .projects-layer-image {
    height: 300px;
    padding: 1.5rem;
  }

  .abt-teaser-section {
    padding-top: 0;
  }

  .heading-style-h5-team {
    text-align: center;
    font-size: 1.65rem;
  }

  .hero-wrapper-two-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }

  .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pb-img-scroll-2 {
    width: 120px;
    bottom: 5%;
  }

  .pb-img-scroll-2.is-3 {
    max-width: 15rem;
    top: 26%;
    left: 24%;
  }

  .pb-img-scroll-2.is-6 {
    top: 41%;
  }

  .pb-img-scroll-2.is-1 {
    top: 25%;
    left: 26%;
  }

  .pb-img-scroll-2.is-5 {
    top: 38%;
    right: 17%;
  }

  .pb-img-scroll-2.is-2 {
    top: 30%;
    left: 18%;
  }

  .pb-img-scroll-3 {
    width: 120px;
    bottom: 8%;
  }

  .pb-img-scroll-3.is-3 {
    max-width: 15rem;
    top: 26%;
    left: 24%;
  }

  .pb-img-scroll-3.is-6 {
    top: 41%;
  }

  .pb-img-scroll-3.is-1 {
    top: 25%;
    left: 26%;
  }

  .pb-img-scroll-3.is-5 {
    top: 38%;
    right: 17%;
  }

  .pb-img-scroll-3.is-2 {
    top: 30%;
    left: 18%;
  }

  .pb-img-scroll-4 {
    width: 120px;
  }

  .pb-img-scroll-4.is-3 {
    max-width: 15rem;
    top: 26%;
    left: 24%;
  }

  .pb-img-scroll-4.is-6 {
    top: 41%;
  }

  .pb-img-scroll-4.is-1 {
    top: 25%;
    left: 26%;
  }

  .pb-img-scroll-4.is-5 {
    top: 38%;
    right: 17%;
  }

  .pb-img-scroll-4.is-2 {
    top: 30%;
    left: 18%;
  }

  .abt-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hollow-logo-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .abt-lft-wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .abt-ryt-wrap {
    width: 100%;
  }

  .abtl-bgv {
    height: 400px;
  }

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

  .content {
    max-width: 92.5vw;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-teaser-item-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-overview-grid {
    grid-template-columns: 1fr;
  }

  .container-w1.gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 0;
  }

  .page-wrapper-blogs {
    margin-top: 30px;
  }

  .blog-teaser-image {
    height: 27.5vh;
  }

  .blog-teaser-category, .blog-teaser-date {
    font-size: .75em;
  }

  .blog-teaser-summary {
    font-size: .9rem;
  }

  .blog-teaser-image-wrapper {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .header-section-properties-tm {
    height: 60vh;
  }

  .prop-header-div-tm {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .career-heading-prop-tm {
    font-size: 3.5rem;
  }

  .badge-black-right-tm {
    grid-column-gap: .45rem;
    grid-row-gap: .45rem;
    width: 100%;
    padding-right: 3rem;
  }

  .h4-white-tm {
    text-align: center;
    font-size: 2.75rem;
  }

  .project-details-section-tm {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .padding-global-exception-tm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-wrapper-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .sp-lft-wrap-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .sp-ryt-wrap-tm {
    width: 100%;
  }

  .sp-image-tm {
    width: 140px;
  }

  .sprd-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sprdc-whole-div {
    justify-content: center;
    align-items: center;
  }

  .para-black {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.85rem;
    display: flex;
  }

  .sprc-text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .sprw-para {
    text-align: left;
    font-size: 1.05rem;
  }

  .padding-section-large-ribba {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stack-header {
    padding-top: 60px;
  }

  .hero-wrapper-two-vertical-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }

  .margin-bottom-tm {
    text-align: center;
  }

  .stack-header-maps {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .shm-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-wrapper-two-vertical-tm-shm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }

  .maps-tm {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .mt-lft-wrap {
    width: 90%;
  }

  .mt-ryt-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    height: 350px;
  }

  .mtr-top-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .h4 {
    text-align: center;
    font-size: 2.25rem;
  }

  .mtrt-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mtrt0image {
    width: 65px;
  }

  .mtrt-content, .address-wrap {
    justify-content: center;
    align-items: center;
  }

  .sp-para-white, .text-size-small-white {
    text-align: center;
  }

  .experience-center-section {
    padding: 3rem 1.25rem 0;
  }

  .ec-container {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ec-lft-wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .ec-ryt-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .ec-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-style-h2-lft {
    text-align: center;
    font-size: 2rem;
  }

  .sp-para-ec {
    text-align: center;
  }

  .vector-image-ec {
    height: 320px;
  }

  .ec-bot-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ec-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .heading-ech {
    line-height: 1.2;
  }

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

  .ec-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }

  .single-galley-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sg-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    width: 90%;
    margin-left: auto;
  }

  .hero-wrapper-two-vertical-spg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .gallery-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .padding-global-gallery {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-gallery.ryt-0 {
    padding-right: 1.25rem;
  }

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

  .pop-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 30px 20px;
  }

  .div-block-13 {
    width: 70%;
  }

  .div-block-14 {
    margin-bottom: 15px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .ms-tab-menu-2-copy {
    height: 40px;
  }

  .image-13 {
    width: 25px;
    top: 5%;
    right: 5%;
  }

  .error-message-3 {
    font-size: 14px;
  }

  .submit-button-3 {
    width: 100%;
  }

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

  .popup {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }

  .input-copy {
    height: 40px;
  }

  .success-message-3 {
    font-size: 14px;
  }

  .our-projects-heading-wrapper {
    margin-bottom: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 1.3;
  }

  .heading-style-h2-left {
    font-size: 2rem;
  }

  .gallery-hero-section {
    padding: 160px 5vw 20px;
  }

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

  .hero-wrapper-two-vertical--gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .gallery-collection-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .d-120-view-text {
    font-size: 17px;
  }

  .d-120-project-card-wrapper {
    height: 340px;
  }

  .d-120-project-title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .positions-very-bot {
    text-align: center;
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .apply-button {
    width: 100%;
  }

  .article-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .explore-button {
    width: auto;
  }

  .bgm, .background-video-mandala {
    height: 60vh;
  }

  .collection-item-center {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .articles-track-center {
    width: 100%;
  }

  .article-right-wrap-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .bold-text-4 {
    font-size: .7rem;
  }

  .grid-1-column.gap-row-28px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

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

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mt-lft-wrap-real, .mt-lft-wrap-iframe {
    width: 90%;
  }

  .i-frame-map {
    height: 350px;
  }

  .teaser-copy-mobile {
    margin-bottom: .5em;
    padding-right: 0%;
  }

  .teaser-copy-copy {
    margin-bottom: 2em;
    padding-right: 0%;
  }

  .background-video--gif {
    width: 100%;
    height: 30vh;
    display: block;
  }

  .text-block-9 {
    font-size: 1.35rem;
  }

  .div-block-20 {
    margin-bottom: 18px;
  }

  .ridge-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .sath-submit-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3.text-color-white {
    text-align: center;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.is-white {
    font-size: 3.2rem;
    line-height: 1;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.hero-padding {
    padding-right: 1rem;
  }

  .padding-global.ryt-0 {
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular {
    font-family: futura, sans-serif;
    font-weight: 500;
    line-height: 1.3;
  }

  .text-size-regular.text-weight-medium {
    font-size: .85rem;
  }

  .text-size-regular.text-weight-medium.text-align-center {
    text-align: left;
  }

  .text-size-regular.text-weight-medium.home-hero-para {
    font-size: .8rem;
  }

  .text-size-regular.text-weight-medium.auto._100 {
    font-size: 1.1rem;
  }

  .text-size-regular.padding-left {
    padding-left: 1rem;
    font-weight: 500;
  }

  .text-size-regular.text-weight-medium-copy {
    font-size: .85rem;
  }

  .text-size-regular.text-weight-medium-copy.auto-copy {
    font-size: 1.05rem;
  }

  .text-size-regular.text-weight-medium-copy-copy {
    font-size: .85rem;
  }

  .text-size-regular.text-weight-medium-copy-copy.auto-copy, .text-size-regular.text-weight-medium-copy-copy.auto-copy-copy {
    font-size: 1.05rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-style-h2.text-weight-bold {
    line-height: 1.1;
  }

  .heading-style-h2.text-weight-medium {
    line-height: 1;
  }

  .heading-style-h2.text-weight-medium.lft {
    line-height: 1.1;
  }

  .heading-style-h2.text-weight-medium--hl {
    line-height: 1;
  }

  .heading-style-h2.text-weight-medium--hl.lft {
    line-height: 1.1;
  }

  .text-size-medium.text-weight-medium {
    line-height: 1.5;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 5rem;
    padding: 0 1rem;
    display: flex;
  }

  .navbar.homepage {
    height: 4rem;
    padding-top: 2rem;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 7.1rem;
  }

  .nav-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--black);
    flex-direction: column;
    padding: 1rem;
  }

  .nav-link {
    margin-bottom: 1rem;
  }

  .container {
    max-width: 100%;
  }

  .header-content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-heading_wrapper {
    padding-left: 1rem;
  }

  .hero-copy_wrapper {
    width: 100%;
  }

  .cta-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .properties-section_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .properties-content_wrapper {
    grid-row-gap: 1.5rem;
  }

  .properties-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .aboutus-section_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboutus-content_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .aboutus-img_wrapper {
    width: 100%;
    max-width: 100%;
    height: 38svh;
  }

  .aboutus-copy_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .vision-content_wrapper {
    flex-direction: column-reverse;
  }

  .vision-content_wrapper.upside-down {
    flex-direction: column;
  }

  .vision-image-wrapper {
    width: 100%;
    height: 20rem;
    min-height: 20rem;
  }

  .vision-section-copy-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem 1rem;
  }

  .hero-copy-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-right-radius: 50%;
    padding: 3.4rem 3.9rem 1.5rem 1rem;
  }

  .team-section_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team-card-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .team-img {
    max-width: 100%;
  }

  .testimonial-section_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .testimonial-container {
    width: 100%;
  }

  .testimonial-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .gallery-section_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .gallery-row-1 {
    width: 100%;
  }

  .gallery-track {
    max-height: 50svh;
    display: flex;
  }

  .cta-section_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .form-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-left: 0;
  }

  .c-form-wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-text-2.cc-field-header {
    left: 4%;
  }

  .c-form_submit {
    align-items: flex-start;
    padding: 0;
  }

  .c-title-2 {
    font-size: 33px;
    line-height: 36px;
  }

  .image-3 {
    height: 300px;
  }

  .footer-section-wrapper {
    padding: 2.5rem 5%;
  }

  .footer-right-container {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-link-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .link-wrapper {
    grid-row-gap: 0rem;
  }

  .footer-links {
    font-size: 1rem;
  }

  .projects-section-wrapper {
    padding: 0 5% 20px;
  }

  .properties-slider-wrapper {
    grid-row-gap: 2rem;
  }

  .swiper.the-cove-slider {
    height: 35svh;
  }

  .swiper-wrapper {
    height: 30vh;
    max-height: 30vh;
  }

  .the-cove-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide {
    height: 31vh;
    max-height: 31vh;
  }

  .collection-item {
    flex-direction: column-reverse;
  }

  .pointer-wrapper {
    grid-row-gap: .3rem;
    flex-direction: column;
  }

  .projects-hero-sction {
    padding-top: 7rem;
  }

  .project-hero-content-wrapper {
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
  }

  .video-wrapper {
    aspect-ratio: 3 / 2;
  }

  .pitch-video-play-icon {
    width: 17.5%;
    display: none;
    position: static;
  }

  .details-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .project-stats-wrapper {
    border-left: 1px solid #000;
    border-right-style: none;
    padding: 0 0 0 .5rem;
  }

  .project-desc-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .banner-img-full-width {
    height: 26vh;
  }

  .banner-img-full-width.show-mobileonly {
    display: block;
  }

  .different-section_wrapper {
    padding-top: 1rem;
  }

  .different-content_wrapper.one, .different-content_wrapper.two {
    flex-direction: column-reverse;
  }

  .different-section-copy-wrapper {
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .floorplan-section-wrapper {
    padding-top: 2rem;
  }

  .menu-button {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: #fff;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hero-aboutus-link {
    color: var(--black);
    font-family: futura, sans-serif;
    font-weight: 500;
    text-decoration: underline;
    display: block;
  }

  .image-8 {
    object-fit: cover;
  }

  .background-video-2 {
    height: 50vh;
  }

  .brochure-content-wrapper {
    padding: 1rem;
  }

  .brochure-content-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .brochure-copy-wrapper {
    width: 100%;
  }

  .download-btn-wrapper.background-color-white {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .the-tree-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .privacy-section-wrapper {
    padding-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-heading.is-black {
    font-size: .9rem;
  }

  .text-size-2-5rem.text-weight-medium {
    font-size: 2rem;
  }

  .container-2, .container-6 {
    max-width: none;
  }

  .uui-heading-xsmall {
    font-size: 1.15rem;
  }

  .footer-logo-update {
    width: 100%;
  }

  .footer-dizzy-logo {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .style-div {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-line {
    width: 100%;
  }

  .copy-right-div {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .copy-ryt-wrapper {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .new-cta-section-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cc-form-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-left: 0;
  }

  .ccf-div-ryt {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutus-new-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .header-section_new {
    height: 25vh;
  }

  .new-aboutus-content_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .scroll-text {
    width: 90%;
    font-size: 22px;
  }

  .scroll-text.small {
    width: 80%;
    font-size: 18px;
  }

  .projects-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .articles-track {
    text-decoration: none;
  }

  .collection-item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .article-card {
    height: 200px;
    padding: 1.5rem 1rem 1rem;
  }

  .grey-line-projects {
    width: 100%;
  }

  .property-logo {
    width: 10rem;
  }

  .link-blocks {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .marquee-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sw-image {
    width: 200px;
  }

  .gallery-section_wrapper-new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .team-section_wrapper-new, .new-cta-section-wrapper-contact {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-style-h1-thin {
    font-size: 3rem;
  }

  .mandala-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo--project {
    margin-bottom: 10px;
  }

  .project-loog {
    width: 120px;
  }

  .teaser-img-tablet-down.mob, .teaser-copy-wrap.mob {
    margin-top: 1rem;
  }

  .testimonial-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .slide-5 {
    width: 90vw;
  }

  .slide-nav-2 {
    font-size: .7rem;
  }

  .text-size-regular-copy {
    font-family: futura, sans-serif;
    font-weight: 500;
    line-height: 1.3;
  }

  .marquee-content-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-gall {
    width: 200px;
    height: 180px;
  }

  .heading-3 {
    text-align: center;
    font-size: 2.5rem;
  }

  .abt-header-div {
    justify-content: center;
    align-items: center;
  }

  .abt-heading4 {
    text-align: center;
    font-size: 2.5rem;
  }

  .pb-img-scroll {
    width: 100px;
    top: 8%;
  }

  .pb-img-scroll.is-3 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
    top: 38%;
    left: 22%;
  }

  .pb-img-scroll.is-6 {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4rem;
    top: 50%;
    right: 20%;
  }

  .pb-img-scroll.is-1 {
    max-width: 7rem;
    min-height: 4rem;
    max-height: 4px;
    top: 45%;
    left: 61%;
  }

  .pb-img-scroll.is-5 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
  }

  .pb-img-scroll.is-2 {
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4px;
    top: 51%;
  }

  .pb-img-scroll.is-4 {
    min-height: 5rem;
    max-height: 5px;
    right: 23%;
  }

  .about-heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-scroll {
    width: 100%;
    font-size: 22px;
  }

  .para {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .sbh-heading {
    text-align: center;
    font-size: 2.4rem;
  }

  .blog-content-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blogs-top-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h5-blogs {
    font-size: 1.5rem;
  }

  .blogs-header-div {
    justify-content: center;
    align-items: center;
  }

  .related-blogs-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rb-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blogs-top-wrapper-heading, .grey-line-rb {
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .collection-item-3 {
    display: flex;
  }

  .career-heading {
    text-align: center;
    font-size: 2.5rem;
  }

  .career-section-wrapper {
    padding: 3rem 5%;
  }

  .lft-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .padding-global-exception {
    padding-left: 0;
    padding-right: 0;
  }

  .our-people-section {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .op-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grey-line-projects-career {
    width: 100%;
  }

  .open-positions-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-image-inner-wrapper {
    max-width: 30%;
  }

  .career-heading-prop {
    text-align: center;
    font-size: 2.5rem;
  }

  .header-section-properties {
    height: 50vh;
  }

  .prop-header-div {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .badge-black-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h4-white {
    font-size: 2.5rem;
  }

  .para-white {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .project-details-section {
    padding: 3rem 5% 0;
  }

  .sp-lft-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .para-caps {
    font-size: .8rem;
    line-height: 1.8rem;
  }

  .para-norm {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .blogs-header-div-new {
    justify-content: center;
    align-items: center;
  }

  .three-layer-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tl-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-5 {
    font-size: 1.75rem;
  }

  .projects-layer-image {
    height: 200px;
  }

  .div-block-7 {
    width: 100%;
  }

  .abt-teaser-section {
    padding-top: 0;
  }

  .heading-style-h5-team {
    font-size: 1.5rem;
  }

  .pb-img-scroll-2 {
    width: 100px;
    bottom: 8%;
  }

  .pb-img-scroll-2.is-3 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
    top: 38%;
    left: 22%;
  }

  .pb-img-scroll-2.is-6 {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4rem;
    top: 50%;
    right: 20%;
  }

  .pb-img-scroll-2.is-1 {
    max-width: 7rem;
    min-height: 4rem;
    max-height: 4px;
    top: 45%;
    left: 61%;
  }

  .pb-img-scroll-2.is-5 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
  }

  .pb-img-scroll-2.is-2 {
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4px;
    top: 51%;
  }

  .pb-img-scroll-2.is-4 {
    min-height: 5rem;
    max-height: 5px;
    right: 23%;
  }

  .pb-img-scroll-3 {
    width: 100px;
    bottom: 5%;
  }

  .pb-img-scroll-3.is-3 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
    top: 38%;
    left: 22%;
  }

  .pb-img-scroll-3.is-6 {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4rem;
    top: 50%;
    right: 20%;
  }

  .pb-img-scroll-3.is-1 {
    max-width: 7rem;
    min-height: 4rem;
    max-height: 4px;
    top: 45%;
    left: 61%;
  }

  .pb-img-scroll-3.is-5 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
  }

  .pb-img-scroll-3.is-2 {
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4px;
    top: 51%;
  }

  .pb-img-scroll-3.is-4 {
    min-height: 5rem;
    max-height: 5px;
    right: 23%;
  }

  .pb-img-scroll-4 {
    width: 100px;
    top: 5%;
  }

  .pb-img-scroll-4.is-3 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
    top: 38%;
    left: 22%;
  }

  .pb-img-scroll-4.is-6 {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4rem;
    top: 50%;
    right: 20%;
  }

  .pb-img-scroll-4.is-1 {
    max-width: 7rem;
    min-height: 4rem;
    max-height: 4px;
    top: 45%;
    left: 61%;
  }

  .pb-img-scroll-4.is-5 {
    max-width: 12rem;
    min-height: 6rem;
    max-height: 6px;
  }

  .pb-img-scroll-4.is-2 {
    max-width: 5rem;
    min-height: 4rem;
    max-height: 4px;
    top: 51%;
  }

  .pb-img-scroll-4.is-4 {
    min-height: 5rem;
    max-height: 5px;
    right: 23%;
  }

  .aboutus-new-section-copy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hollow-logo-section {
    padding: 2.5rem 1rem;
  }

  .abt-lft-wrap {
    width: 80%;
  }

  .abt-ryt-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .abtl-bgv {
    height: 300px;
  }

  .card_number-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .content {
    max-width: 90vw;
  }

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card_number {
    font-size: .8rem;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 3em 1.7em;
  }

  .blog-overview-grid {
    overflow: hidden;
  }

  .blog-teaser-quote {
    font-size: 1.4em;
  }

  .page-wrapper-blogs {
    margin-top: 30px;
  }

  .blog-teaser-image {
    height: 25vh;
  }

  .blog-teaser-category, .blog-teaser-date {
    font-size: .65em;
  }

  .blog-teaser-image-wrapper {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }

  .header-section-properties-tm {
    height: 50vh;
  }

  .prop-header-div-tm {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .career-heading-prop-tm {
    text-align: center;
    font-size: 2.5rem;
  }

  .badge-black-right-tm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h4-white-tm {
    font-size: 2.5rem;
  }

  .project-details-section-tm {
    padding: 3rem 5% 0;
  }

  .padding-global-exception-tm {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-lft-wrap-tm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sprd-content-wrap {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .para-black {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .sprc-text-wrap {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
  }

  .padding-section-large-ribba {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stack-header {
    padding-top: 40px;
  }

  .sh-container {
    max-width: none;
  }

  .hero-wrapper-two-vertical-tm {
    padding-bottom: 0;
  }

  .stack-header-maps {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .shm-container {
    max-width: none;
  }

  .maps-tm {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 0;
  }

  .mt-ryt-wrap {
    width: 90%;
  }

  .map {
    height: 300px;
  }

  .mtr-top-div {
    margin-top: 10px;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .mtrt0image {
    width: 60px;
  }

  .experience-center-section {
    padding: 2.5rem 1rem;
  }

  .ec-lft-wrap {
    width: 100%;
  }

  .ec-ryt-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ec-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom-style: none;
  }

  .heading-style-h2-lft {
    line-height: 1.2;
  }

  .heading-style-h2-lft.text-weight-bold {
    line-height: 1.1;
  }

  .heading-style-h2-lft.text-weight-medium {
    line-height: 1;
  }

  .heading-style-h2-lft.text-weight-medium.lft {
    line-height: 1.1;
  }

  .vector-image-ec {
    height: 260px;
  }

  .ec-bot-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom-style: none;
  }

  .ec-header {
    padding-bottom: 0;
  }

  .heading-ech {
    font-size: 2rem;
  }

  .single-galley-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sg-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-content-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper-two-vertical-spg {
    padding-bottom: 0;
  }

  .gallery-item-2 {
    margin-right: 0;
  }

  .project-item-2 {
    min-height: 200px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .div-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-global-gallery {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-gallery.hero-padding {
    padding-right: 1rem;
  }

  .padding-global-gallery.ryt-0 {
    padding-right: 0;
  }

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

  .pop-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding: 20px 10px 0;
  }

  .pop-box._1 {
    padding-bottom: 20px;
  }

  .div-block-13 {
    width: 95%;
  }

  .div-block-14 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .image-13 {
    width: 20px;
    top: 5%;
  }

  .popup {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-projects-heading-wrapper {
    margin-bottom: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2-left.text-weight-bold {
    line-height: 1.1;
  }

  .heading-style-h2-left.text-weight-medium {
    line-height: 1;
  }

  .heading-style-h2-left.text-weight-medium.lft {
    line-height: 1.1;
  }

  .heading-style-h2-left.text-weight-medium--hl {
    line-height: 1;
  }

  .heading-style-h2-left.text-weight-medium--hl.lft {
    line-height: 1.1;
  }

  .gallery-hero-section {
    padding-bottom: 20px;
  }

  .container-2-copy {
    max-width: none;
  }

  .gallery-cont {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: none;
  }

  .gallery-collection-list-wrapper {
    grid-template-columns: 1fr;
  }

  .d-120-view-text, .d-120-project-title {
    font-size: 16px;
  }

  .positions-very-bot {
    width: 100%;
  }

  .article-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .bgm, .background-video-mandala {
    height: 50vh;
  }

  .collection-list--center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .collection-item-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .articles-track-center {
    text-decoration: none;
  }

  .article-right-wrap-center {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .i-frame-map {
    height: 300px;
  }

  .teaser-copy-mobile {
    margin-bottom: 0;
  }

  .background-video--gif {
    height: 25vh;
  }

  .text-block-9 {
    text-align: center;
    font-size: 1.3rem;
  }

  .error-msg {
    font-size: 8px;
  }

  .ridge-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-db5f4e5c-18d5-3e38-cb60-75b8b43a03e5-99f34ffd {
  place-self: center;
}

#w-node-_7d1320f3-3661-49d7-ec97-c614b27254e9-b27254d7, #w-node-_7d1320f3-3661-49d7-ec97-c614b27254f4-b27254d7, #w-node-_7d1320f3-3661-49d7-ec97-c614b27254fc-b27254d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-99f35000 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-99f35000 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-99f35000 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-99f35000 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-99f35000 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-99f35000, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-99f35000 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-99f35000 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-99f35000, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-99f35000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-99f35000 {
  justify-self: start;
}

#w-node-_4c7a1842-983b-1b9c-6410-376460b40a83-dfb52835, #w-node-_3d600281-cbb5-302f-cd46-03fe93ef8789-dfb52835, #w-node-_8c3280a4-681c-d538-6ca2-53d04863632a-dfb52835 {
  align-self: stretch;
}

#w-node-_016421f4-56ff-d4c6-e7bc-c52418fd11cf-c2cbf3fe, #w-node-_28f2d792-8664-914f-b30d-ee70573cd7c0-c2cbf3fe, #w-node-_2e8cf014-2530-294d-fb13-49bdd8202e24-c2cbf3fe, #w-node-_8a83b94c-4755-f9c8-c6a3-614abccb159b-c2cbf3fe, #w-node-eb2e6c0b-5f94-df0b-07e2-ecfe79a1f0c8-c2cbf3fe {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e392304a-2340-ffac-ee0a-b43f319496fb-8d416e7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e392304a-2340-ffac-ee0a-b43f319496fd-8d416e7e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e392304a-2340-ffac-ee0a-b43f31949704-8d416e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e392304a-2340-ffac-ee0a-b43f3194970b-8d416e7e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e392304a-2340-ffac-ee0a-b43f31949712-8d416e7e, #w-node-e392304a-2340-ffac-ee0a-b43f31949719-8d416e7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e392304a-2340-ffac-ee0a-b43f31949727-8d416e7e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c11c6140-fb37-f506-86a6-c32b2301f81a-8d416e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e392304a-2340-ffac-ee0a-b43f3194972e-8d416e7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e392304a-2340-ffac-ee0a-b43f3194973c-8d416e7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04cf6f3b-f288-4168-58cf-2e6183c2aebe-758e5917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6bfeee7-e719-cb12-8e1e-56ac481b5b48-098c74c3, #w-node-_25edbfc0-ef72-af02-d642-6b1e9074e428-098c74c3, #w-node-_984e5f0d-227f-4ae3-5790-a042f67478e7-098c74c3, #w-node-_46fa8e38-7282-52bf-d263-8804cb7e091f-098c74c3, #w-node-f4cfe1a3-f015-a529-a46c-300e50e020f4-098c74c3, #w-node-_402c25f0-be48-ce57-202e-887e05ce1923-098c74c3, #w-node-_7c8a996f-9492-7840-a843-810df9978ec4-098c74c3, #w-node-d6ea39ea-0140-743c-b4bd-ff252fc690c4-098c74c3, #w-node-_073158a4-24d8-91fc-8d82-7caeb2f4c492-098c74c3, #w-node-_99af0d43-ed93-7e47-d186-c3a133e45913-098c74c3 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_836e4bcf-f600-05a1-4505-f9e829309cfb-99f34ffd, #w-node-df8502f1-e1a9-c073-c813-440852edcc51-99f34ffd, #w-node-e8775f9a-135a-6516-4c18-6afecb883179-99f34ffd, #w-node-d036dd8c-721f-8fb9-8318-fae0a84c4f04-99f34ffd, #w-node-_07abb450-ae43-0525-f021-2f3bc6eb0ea5-99f34ffd, #w-node-_070f30e4-c9ea-d55c-4abc-96bb97530a91-99f34ffd, #w-node-af4aac92-3048-dbdc-5732-c492cf2e7b26-99f34ffd {
    order: -9999;
  }

  #w-node-e392304a-2340-ffac-ee0a-b43f319496fd-8d416e7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e392304a-2340-ffac-ee0a-b43f31949704-8d416e7e {
    grid-column: span 1 / span 1;
  }

  #w-node-e392304a-2340-ffac-ee0a-b43f3194970b-8d416e7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e392304a-2340-ffac-ee0a-b43f31949712-8d416e7e, #w-node-e392304a-2340-ffac-ee0a-b43f31949719-8d416e7e {
    grid-row: span 1 / span 1;
  }

  #w-node-e392304a-2340-ffac-ee0a-b43f31949727-8d416e7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c11c6140-fb37-f506-86a6-c32b2301f81a-8d416e7e, #w-node-e392304a-2340-ffac-ee0a-b43f3194973c-8d416e7e {
    grid-column: span 1 / span 1;
  }

  #w-node-_48c35cdf-53b2-2bd1-5dc5-bdc098af61dd-ef1aa6a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_48c35cdf-53b2-2bd1-5dc5-bdc098af61e6-ef1aa6a8, #w-node-_48c35cdf-53b2-2bd1-5dc5-bdc098af61ef-ef1aa6a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23deea19-59a0-1c38-ee5c-7de0fa572bdf-99f34ffd {
    order: -9999;
  }

  #w-node-db5f4e5c-18d5-3e38-cb60-75b8b43a03e5-99f34ffd {
    order: 9999;
  }

  #w-node-_48c35cdf-53b2-2bd1-5dc5-bdc098af6267-ef1aa6a8, #w-node-_48c35cdf-53b2-2bd1-5dc5-bdc098af6271-ef1aa6a8 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Futuracyrillicbook';
  src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracyrillicdemi';
  src: url('../fonts/FuturaCyrillicDemi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fututra';
  src: url('../fonts/FuturaCyrillicHeavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaCyrillicLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaCyrillicMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ariensnobela';
  src: url('../fonts/AriensNobela.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/Mark-Pro.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/Mark-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/Mark-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}