:root {
  --bordercolor: #eaeaea;
  --textcolorwhite: white;
  --sidebarfontweight: Inter, sans-serif;
  --textcolorblack: #000;
  --fontsizesidebar: 16px;
  --title-size: 18px;
  --footeraddress: 14px;
  --black: black;
  --gray: #919191;
  --image-radius: 5px;
  --tabsbgcolor: #f1f1f1;
  --color-2: #d6d4d4;
  --white: white;
  --jr-name-size: 13px;
  --tab-bg-active: #dddcdc;
  --tabs-height: 30px;
  --work-tabs-border-radius: 42px;
  --mobile-projects-sqft-size: 10px;
  --border-btm-mobile: #cfcdcd;
  --reco-image-border-color: #e7e5e5;
  --listof0projects-line: #e2e0e0;
  --work-image-height: 550px;
  --color: #59a277;
  --home-landing-page-text: 18px;
  --info-bg-reco: #ebe4e4;
}

.navbar {
  border-right: 1px solid var(--bordercolor);
  background-color: var(--textcolorwhite);
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_wrapper {
  background-color: var(--textcolorwhite);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 230px;
  height: 90%;
  display: flex;
  position: relative;
}

.navbar_wrapper_child1 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.nav-work {
  font-family: var(--sidebarfontweight);
  color: var(--textcolorblack);
  font-size: var(--fontsizesidebar);
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.nav-work:visited {
  color: var(--textcolorblack);
  font-weight: 500;
}

.nav-work.w--current {
  font-size: var(--fontsizesidebar);
  font-weight: 500;
}

.nav-work.nav-housing-link {
  margin-top: 14px;
}

.body_title {
  color: var(--textcolorwhite);
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.body_title.footer_child1_title {
  color: var(--textcolorblack);
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
}

.address {
  color: var(--textcolorwhite);
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.address.footeraddres {
  color: var(--textcolorblack);
  font-size: var(--footeraddress);
  font-weight: 300;
}

.main_container {
  flex-direction: column;
  width: 85%;
  height: 100vh;
  display: flex;
  position: relative;
}

.main_container.contact {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.main_container_child2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.main_container_child2.contact-page-overflow-show {
  overflow: auto;
}

.get-in-touch {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.get-in-touch.border-btm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--bordercolor);
}

.get-in-touch.border-btm.reduce-space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.main_con_child2_wrapper {
  width: 90%;
}

.main_con_child2_wrapper.increase-width {
  width: 100%;
}

.main_con_child2_wrapper.increase-width.about-space-top.contact-page-main-con {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.main_con_child2_wrapper.increase-width.projects-footer-section {
  padding-left: 47px;
  padding-right: 47px;
}

.main_con_child2_wrapper.home-page-left-righ-space {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.get-i-t-title {
  align-items: center;
  display: flex;
}

.get-i-t-title.margin-bottom.gap-b-t-navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.get-i-t-title.spotlight-position.gap-bt-title-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.star-icon {
  display: none;
}

.star-icon.spotlight-icon {
  width: 20px;
}

.star-icon.spotlight-icon.recognition-icon {
  width: 30px;
}

.title {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: var(--title-size);
  padding-bottom: 20px;
  padding-left: 15px;
  font-weight: 600;
}

.title.footer_g_t_title {
  padding-left: 0;
}

.title.remove-left-space {
  font-size: var(--title-size);
  height: 4%;
  padding-left: 0;
}

.title.remove-space-btm {
  padding-bottom: 0;
}

.title.remove-space-btm.remove-space-left {
  text-transform: capitalize;
  padding-left: 0;
}

.title.remove-space-btm.remove-space-left.increas-hieght {
  font-size: 21px;
}

.title.remove-space-left {
  padding-left: 0;
}

.title.remove-space-left.remove-padding-btm {
  padding-bottom: 0;
}

.text-block-3 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  width: 465px;
  max-width: none;
  font-weight: 300;
  line-height: 25px;
}

.text-block-3.carrers-discription-width {
  width: 354px;
}

.text-block-3.carrers-discription-width.width-100 {
  font-size: var(--fontsizesidebar);
  width: 100%;
}

.text-block-3.carrers-discription-width.width-100.text-hide {
  display: none;
}

.text-block-3.about-page-discription {
  width: 100%;
}

.text-block-3.about-page-discription.vigneswar {
  width: auto;
}

.text-block-3.width-100 {
  width: 40%;
}

.button-2 {
  background-color: var(--textcolorblack);
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  display: flex;
}

.button-2.buttonfooter {
  color: var(--textcolorwhite);
  cursor: pointer;
  justify-content: center;
  width: 170px;
  height: 45px;
}

.button-2.buttonfooter.margin-top {
  margin-top: 10px;
}

.button-2.hide {
  display: none;
}

.main_container_child3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.main_container_child3.remove-space-left {
  width: 90%;
  padding-left: 0;
}

.main_container_child3.remove-space-left.founders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--bordercolor);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.main_container_child3.remove-space-left.homepage-m-con-c3-width {
  width: 100%;
  padding-right: 0;
}

.main_container_child3.remove-space-left.remove-space-right {
  padding-right: 0;
}

.main_container_child3.remove-space-left.remove-space-right.project-page-main-con {
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
}

.contenthome {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.contenthome.change-row {
  grid-template-rows: auto;
}

.contenthome.change-row-to-1 {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.contenthome.one-row {
  grid-template-rows: auto;
}

.housing_container_child {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.housing_container_child.foundergird-child {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.housing_container_child.foundergird-child.hide {
  display: none;
}

.image-year {
  color: var(--gray);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.image-year.hide {
  display: flex;
}

.image-text {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  text-transform: capitalize;
  padding-top: 20px;
  font-weight: 400;
  text-decoration: none;
}

.project-image {
  border-radius: var(--image-radius);
  background-image: url('../images/image-265.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 420px;
}

.project-image.work-page-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: none;
  width: 100%;
  height: 500px;
}

.count {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--bordercolor);
  border-bottom: 2px solid var(--bordercolor);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 14vh;
  display: grid;
}

.count_child {
  align-items: center;
  display: flex;
}

.count_icon {
  filter: grayscale();
  width: auto;
  height: 22px;
}

.count_icon.hide {
  display: none;
}

.recognitions {
  height: auto;
  position: relative;
}

.recognitions.meet-the-team {
  border-top: 1px solid var(--bordercolor);
}

.recognitions_child1 {
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  max-width: 400px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-5.margin-bottom.extra-padding {
  margin-bottom: 40px;
}

.text-block-5.margin-bottom.extra-padding.width-100 {
  max-width: 100%;
}

.recognitions_child2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: grid;
}

.recognition-grid {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.recognition-grid.rec-grid-1, .recognition-grid.rec-grid-1.active-button {
  cursor: pointer;
}

.recognition-grid.navigation-style {
  text-decoration: none;
}

.recognition-grid.cursor-pointer {
  cursor: pointer;
}

.recognition-grid.hide {
  display: none;
}

.gridtext {
  color: var(--textcolorblack);
  text-align: center;
  max-width: 100px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.grid-image {
  filter: grayscale();
  object-fit: cover;
  border-radius: 5px;
  width: 46%;
  max-width: none;
  height: 110px;
}

.grid-image.remove-grayscale {
  filter: none;
  cursor: pointer;
  object-fit: fill;
  width: auto;
  height: 100px;
}

.clients.count {
  border-top-width: 1px;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.clients.count.client-flex {
  display: block;
}

.clients.count.client-flex.remove-padding {
  padding-top: 0;
}

.clients.count.client-flex.remove-padding.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 25px;
  display: flex;
}

.clients-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  justify-items: center;
  width: 100%;
  display: block;
}

.footer_getintouch {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.image-4 {
  width: 25px;
  margin-left: 15px;
}

.image-4.watch-a-video-arrow {
  width: auto;
  height: 14px;
}

.text-block-6 {
  font-size: var(--fontsizesidebar);
}

.footer {
  border-top: 1px solid var(--bordercolor);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_child1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 39px;
  display: flex;
}

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

.image-5 {
  width: 70px;
  height: auto;
}

.text-block-7 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--footeraddress);
  font-weight: 300;
}

.text-block-8 {
  font-size: var(--footeraddress);
}

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

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

.margin-bottom, .spotlight {
  margin-bottom: 20px;
}

.spotlight.active {
  position: absolute;
  top: 4px;
}

.spotlight.active.center {
  display: flex;
}

.spotlight.remove-space.gap-bt-title-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

.navbar_wrapper_child2 {
  flex-direction: column;
  transition: height .875s cubic-bezier(.006, 1.018, .012, 1.007);
  display: flex;
}

.image-6 {
  width: auto;
  height: 100px;
}

.whatsapp-icon {
  cursor: pointer;
  width: 50px;
  display: none;
  position: absolute;
  bottom: 0;
}

.awards-name {
  border-right: 1px solid var(--bordercolor);
  flex-direction: column;
  justify-content: center;
  width: 15%;
  height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: auto;
}

.recognitions-container {
  z-index: 0;
  width: 100%;
  height: 100vh;
  display: flex;
}

.recognitions-container.display {
  flex-flow: row;
  display: flex;
}

.recognition-images {
  flex-direction: row;
  justify-content: center;
  width: 85%;
  height: 100%;
  display: none;
  overflow: auto;
}

.awards-name-child {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  width: 100%;
  height: 88%;
  padding-left: 10px;
  display: flex;
}

.awards-name-child.remove-space {
  margin-top: 0;
  margin-bottom: 54px;
}

.awards-name-child.publication, .awards-name-child.awards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
}

.text-block-17 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
}

.address-year {
  justify-content: flex-end;
  padding-top: 11px;
  display: flex;
}

.image-8 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 650px;
  max-height: 660px;
}

.recog-images {
  flex-direction: column;
  height: auto;
  display: flex;
}

.project-info-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-info-titles {
  border-bottom: 1px solid var(--bordercolor);
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  flex-flow: column;
  width: 90%;
  height: auto;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.project-info-titles.project-info-content {
  font-weight: 300;
}

.project-info-titles.flex {
  flex-flow: row;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-info-con_child1 {
  width: 100%;
  height: 85%;
}

.about-project {
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.text-block-18 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  text-align: justify;
  font-weight: 300;
  line-height: 27px;
}

.text-block-18.product-page-discription {
  font-size: var(--fontsizesidebar);
  width: 100%;
}

.text-block-19 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 300;
}

.project-specifications {
  font-size: var(--fontsizesidebar);
}

.project-spec-info {
  border-bottom: 1px solid var(--bordercolor);
  flex-direction: column;
  display: flex;
}

.project-spec-info.center {
  justify-content: center;
  align-items: flex-start;
}

.marign-top {
  margin-top: 40px;
}

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

.about {
  display: block;
}

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

.contact {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: block;
}

.div-block-14 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  border-radius: 5px;
  width: 65%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-left: 30px;
  display: none;
}

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

.button {
  background-color: var(--tabsbgcolor);
  color: var(--textcolorblack);
  border-radius: 42px;
  align-items: center;
  height: 30px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.button.w--current {
  background-color: var(--color-2);
}

.button.default-button {
  border-radius: 30px;
  align-items: center;
  height: 30px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.navbar-2 {
  display: none;
}

.margin--top-workpage {
  padding-top: 47px;
}

.margin--top-workpage.bg-white {
  padding-top: 50px;
}

.image-11 {
  border-radius: var(--image-radius);
  object-fit: cover;
  width: 100%;
  height: 400px;
  overflow: visible;
}

.image-11.founder-image {
  height: 200px;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: 30px;
  padding-top: 15px;
  display: flex;
}

.div-block-26.commercial-link {
  padding-top: 0;
  overflow: hidden;
}

.div-block-26.commercial-link.menu-collapse {
  overflow: hidden;
}

.link-3 {
  color: var(--gray);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 300;
  text-decoration: none;
}

.link-3.w--current {
  color: var(--textcolorblack);
  font-weight: 500;
}

.div-block-27 {
  font-size: 12.5px;
  display: flex;
}

.text-block-31 {
  color: var(--textcolorblack);
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-32 {
  color: #96ac18;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-33 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.lottie-animation {
  width: 140px;
  height: 45px;
}

.link-block-5, .link-block-5.w--current {
  height: 100px;
  text-decoration: none;
}

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

.link-block-6.hide {
  opacity: 0;
}

.link-block-6.spotlight-hide {
  display: none;
}

.div-block-29 {
  height: 90%;
  margin-top: 46px;
}

.body-3 {
  overflow: visible;
}

.content.all.active {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 25px;
  display: grid;
}

.content.all.active.hide {
  display: none;
}

.content.all.active.small-h-content {
  grid-row-gap: 0px;
}

.content.all.active.small-h-content.remove-padding {
  padding-right: 0;
}

.content.all.active.interior, .content.all.active.remove-row-gap {
  grid-row-gap: 0px;
}

.content.all.active.remove-padding {
  padding-left: 0;
  padding-right: 0;
}

.p-btn {
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.p-btn.root-commercial {
  min-width: 130px;
  min-height: 25px;
}

.p-btn.root-commercial.interior {
  min-width: 100px;
}

.p-btn.all {
  min-width: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-left: 100px;
  display: flex;
}

.tab-menu.padding-top {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  margin-left: 100px;
  padding-top: 5px;
  display: flex;
}

.tab-content.p-right-60 {
  margin-top: 5px;
}

.flex {
  display: flex;
}

.auto-tab-link {
  background-color: var(--tabsbgcolor);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 300;
  display: flex;
}

.auto-tab-link.w--current {
  background-color: var(--tab-bg-active);
  font-weight: 500;
}

.auto-tab-link.hide {
  color: var(--gray);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 300;
  display: none;
}

.auto-tab-link.all {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-trigger {
  cursor: pointer;
}

.line {
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  height: 1px;
}

.all {
  padding-left: 60px;
  padding-right: 60px;
}

.all-tab {
  height: var(--tabs-height);
  background-color: var(--tabsbgcolor);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 300;
  display: flex;
}

.all-tab.w--current {
  background-color: var(--tab-bg-active);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  padding: 5px 0;
  font-weight: 500;
}

.commercial {
  border-radius: var(--work-tabs-border-radius);
  background-color: var(--tabsbgcolor);
  display: flex;
}

.commercial.tabs-height {
  height: var(--tabs-height);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 300;
}

.commercial.tabs-height.w--current {
  background-color: var(--tab-bg-active);
  font-weight: 500;
}

.institutional {
  border-radius: var(--work-tabs-border-radius);
  background-color: var(--tabsbgcolor);
}

.institutional.tabs-height {
  height: var(--tabs-height);
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 300;
  display: flex;
}

.institutional.tabs-height.w--current {
  background-color: var(--tab-bg-active);
  font-weight: 500;
}

.interiors {
  height: var(--tabs-height);
  background-color: var(--tabsbgcolor);
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  display: flex;
}

.interiors.w--current {
  background-color: var(--tab-bg-active);
  font-weight: 500;
}

.standard-tab {
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: none;
}

.standard-tab.w--current {
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slider-background {
  background-color: var(--textcolorwhite);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-02 {
  background-color: #000;
  background-image: none;
}

.slider-background.background-03 {
  background-color: #fff;
  background-image: none;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-content {
  background-color: #000;
  overflow: visible;
}

.tabs {
  width: 100%;
}

.load-bar-base {
  background-color: rgba(255, 255, 255, .2);
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.tabs-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.tabs-menu-3.recognition-page-relative {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  position: absolute;
  top: 0;
  left: 160px;
}

.text-block-35 {
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 25px;
  display: flex;
}

.tabs-2 {
  display: none;
  position: static;
}

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

.tabs-2.show.tabs-hide {
  display: none;
}

.large-scale-housing {
  height: var(--tabs-height);
  background-color: var(--tabsbgcolor);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 300;
  display: flex;
}

.large-scale-housing.w--current {
  background-color: var(--tab-bg-active);
  font-weight: 500;
}

.preloader {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  width: 70px;
}

.recognitionsall-link.nav-work {
  display: inline-flex;
}

.recognitionsall-link.link-3.w--current {
  font-weight: 300;
}

.recognitionsall-link.link-3 {
  color: #000;
  display: inline-flex;
}

.large-scale-housing-link.link-3, .commercial-link.link-3, .institutional-link.link-3, .interiors-link.link-3 {
  display: inline-flex;
}

.link-4 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.link-4.w--current {
  flex-flow: row;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.slide-image {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.speakerslider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.speakerslider.home-slider {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.speaker-slide {
  opacity: 1;
  height: 100vh;
}

.slide-nav {
  display: none;
}

.test {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image.one.home-image-one {
  background-image: url('../images/CourtyardInside-View1min.png');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-1 {
  background-image: url('../images/9_1.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-2 {
  background-image: url('../images/01-MODERN-BRINDHAVANAM.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-3 {
  background-image: url('../images/03-REC-IDEA-FACTORY.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.image1 {
  background-image: url('../images/2_2.jpg'), url('../images/CourtyardInside-View1min.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.speaker-image.one.home-image-one.image2 {
  background-image: url('../images/2_3.jpg'), url('../images/CourtyardInside-View1min.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.speaker-image.one.home-image-one.home-slide-image-4 {
  background-image: url('../images/04-CHENNAI-ONE_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-5 {
  background-image: url('../images/fall-ban-landing-image.jpeg');
}

.speaker-image.one.home-image-one.home-slide-image-6 {
  background-image: url('../images/06-AV-OFFICE.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-7 {
  background-image: url('../images/07-REC-HUT-CAFE.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.about-image-1 {
  background-image: url('../images/about-landing-page-01.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.speaker-image.one.home-image-one.about-image-2 {
  background-image: url('../images/about-landing-page-02.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.speaker-image.one.home-image-one.about-image-3 {
  background-image: url('../images/about-landing-page-03.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.speaker-image.one.home-image-one.about-image-4 {
  background-image: url('../images/about-landing-page-04.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.speaker-image.one.home-image-one.about-image-5 {
  background-image: url('../images/about-landing-page-05.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-8 {
  background-image: url('../images/14.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-9 {
  background-image: url('../images/09-SAN-ACADEMY.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-10 {
  background-image: url('../images/10-ARCOT-PLAZA.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.one.home-image-one.home-slide-image-11 {
  background-image: url('../images/11-BERI-CHETTIAR-HOUSE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-12 {
  background-image: url('../images/12-GKS-CONVENTION-CENTRE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-13 {
  background-image: url('../images/13-REC-TECH-LOUNGE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-4b {
  background-image: url('../images/04-CHENNAI-ONE_2.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-14 {
  background-image: url('../images/14-GKS-CONVENTION-CENTRE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-15 {
  background-image: url('../images/15-GKS-CONVENTION-CENTRE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-16 {
  background-image: url('../images/16-GKS-CONVENTION-CENTRE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-17 {
  background-image: url('../images/17-GKS-CONVENTION-CENTRE.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-18 {
  background-image: url('../images/18-MODERN-BRINDHAVANAM.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-19 {
  background-image: url('../images/19-G16-CLOVER.jpg');
}

.speaker-image.one.home-image-one.home-slide-image-20 {
  background-image: url('../images/20-REC-IDEA-FACTORYjpg.jpg');
}

.speaker-image.one.home-image-two {
  background-image: url('../images/image-267.png');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.six {
  background-image: url('../images/image-267_1.png');
  background-position: 50% 0;
  background-size: contain;
}

.speaker-image.two.home-image-three {
  background-image: url('../images/CourtyardInside-View1min.png');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.six {
  background-image: url('../images/Portrait004.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
}

.speaker-image.six {
  background-image: url('../images/Portrait004.jpg');
  background-position: 50% 0;
}

.speaker-image.three {
  background-image: url('../images/Architecture-and-Interior-Design-Excellence-Awards-and-Conference-2019.jpeg');
  background-position: 50%;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/IIA-TN-GKS-CONVENTION-CENTER-COMMERCIAL-PROJECTS-2022.jpg');
  background-position: 50% 0;
}

.speaker-image.two {
  background-image: url('../images/DELHI-ARCHITECTURE-FESTIVAL-AWARD.jpg');
}

.speaker-image.one {
  background-image: url('../images/project-info-03-min.png');
}

.speaker-image.six {
  background-image: url('../images/project-info-9-min.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
}

.speaker-image.five {
  background-image: url('../images/FORBES.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.slide-arrow {
  filter: invert();
  height: 20px;
  transform: rotate(0);
}

.slide-arrow.arrow-right {
  transform: rotate(180deg);
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: none;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.speaker-arrow.left {
  margin-right: 72px;
  display: none;
  left: auto;
  right: 5vw;
}

.speaker-arrow.left.speaker-arrow-right {
  display: none;
}

.speaker-arrow.left.speaker-arrow-right.visible {
  z-index: 1000000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  display: none;
  left: 5vw;
  right: auto;
}

.speaker-arrow.speaker-arrow-left {
  display: none;
}

.speaker-arrow.visible {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5vw;
}

.div-block-34 {
  pointer-events: none;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-34.swipe {
  pointer-events: none;
  height: 100vh;
}

.mask {
  background-color: var(--textcolorwhite);
  width: 100%;
  height: 100vh;
  position: static;
  overflow: visible;
}

.speaker-slide-2 {
  position: static;
}

.speaker-arrow-2 {
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.about-page {
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.meet-the-team-container {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.meet-the-team-container.hide {
  display: none;
}

.meet-image {
  padding-bottom: 10px;
}

.meet-team-name {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 600;
}

.text-block-39 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.grayscale {
  object-fit: cover;
  border: 1px solid #f5f4f4;
  border-radius: 10px;
  width: 200px;
  height: 235px;
}

.div-block-40 {
  background-color: var(--textcolorwhite);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 5px;
}

.about-tabs-menu {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template: "."
  / minmax(200px, 200px) 200px;
  grid-auto-columns: 1fr;
  padding-bottom: 15px;
  display: grid;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  width: 200px;
  height: 100%;
}

.meet-the-team-arrow {
  width: 60%;
  height: 15px;
}

.div-block-41 {
  border-top: 1px solid var(--bordercolor);
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.meet-the-team-jr {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 20px;
  display: flex;
}

.meet-the-team-jr.hide {
  display: none;
}

.js-image {
  pointer-events: none;
  object-fit: cover;
  border: 1px solid #f5f4f4;
  border-radius: 10px;
  width: 200px;
  height: 235px;
}

.list-of-projects {
  border-top: 1px solid var(--bordercolor);
  width: 100%;
}

.list-of-projects.padding-left-right {
  padding-left: 60px;
  padding-right: 60px;
}

.about-page-title {
  display: flex;
}

.about-page-title.margin-bottom {
  margin-bottom: 0;
}

.slider-content {
  color: #3caab4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  height: 100%;
  margin-right: auto;
  font-size: 14px;
  display: flex;
  position: relative;
}

.timeline-item {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
}

.timeline-text {
  color: var(--textcolorblack);
  margin-right: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.timeline-text.hide {
  display: none;
}

.timeline-frame {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -29px;
  display: flex;
}

.timeline-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-item {
  width: 100%;
  display: flex;
  position: relative;
}

.frame-item.remove-padding.hide {
  display: flex;
}

.frame-item.hide {
  display: none;
}

.main-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.timeline-nav {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 100%;
  margin-left: 25px;
  display: none;
}

.timeline-nav.hide {
  display: flex;
}

.text-block-40 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 15px;
  display: flex;
}

.text-block-40.remove-space-to-left {
  padding-left: 0;
}

.text-block-40.projects-timeline {
  margin-left: 0;
}

.text-block-41 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 12px;
  display: flex;
}

.text-block-41.remove-left-space {
  padding-left: 28px;
}

.text-block-41.area-space {
  padding-left: 20px;
}

.about-page-timeline-projects {
  width: 100%;
  height: auto;
  padding-top: 35px;
}

.about-page-timeline-projects.loadmore {
  padding-top: 0;
}

.project-info-content.project-info-titles.remove-btm-border {
  border-bottom-width: 0;
}

.project-info-content.project-info-titles.flex.font-weight {
  justify-content: space-between;
  font-weight: 500;
}

.project-info-content.project-info-titles.flex {
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
}

.project-info-content.project-info-titles.flex.remove-btm-border.hideborder {
  border-bottom-width: 0;
}

.project-info-content.project-info-titles.flex.font-weight {
  border-bottom-color: #e2e0e0;
  justify-content: space-between;
  padding-top: 10px;
  font-weight: 500;
}

.project-info-content.project-info-titles.flex.font-weight.hide {
  display: none;
}

.div-block-46 {
  cursor: pointer;
  background-color: #000;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.div-block-46.footer-phone-icon {
  width: 30px;
  height: 30px;
  transform: scale(.9);
}

.project-link {
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.project-link.hide {
  opacity: 0;
  display: flex;
}

.project-link.hide-link {
  opacity: .98;
}

.image-14 {
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.number_email {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

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

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

.number_text {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  padding-left: 10px;
  font-weight: 300;
  text-decoration: underline;
}

.number_text.remove-underline {
  text-decoration: none;
}

.carrers.get-in-touch {
  flex-flow: column;
}

.margin-contect {
  padding-top: 20px;
}

.about-container {
  width: 100%;
  overflow: hidden;
}

.home-container {
  width: 100%;
}

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 15%;
  display: flex;
  overflow: auto;
}

.gallery-image {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  height: 100px;
}

.project-info-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.project-info-container.hide {
  display: none;
}

.div-block-49 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-50 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 15%;
  display: flex;
}

.div-block-51 {
  justify-content: space-between;
  align-items: center;
  height: 10%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.text-block-42 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans Old Italic, sans-serif;
  font-weight: 400;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  width: 82%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-17 {
  cursor: pointer;
  height: 35px;
}

.image-17.fliptoright {
  cursor: pointer;
  position: absolute;
  top: 30%;
  left: 5%;
  transform: rotate(180deg);
}

.spotlight-icon.hide {
  display: none;
}

.contact-icon {
  width: auto;
  height: 18px;
}

.contact-icon.reduce-width {
  height: 16px;
}

.project-info-title-child1 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-info-title-child1.static-width {
  width: 80%;
}

.div-block-53 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.div-block-53.hide {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-53.increse-width {
  justify-content: flex-start;
  align-items: center;
}

.frame-imgblock-4 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.lightbox-link-3 {
  width: 100%;
  text-decoration: none;
}

.tabs-3 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 90%;
  display: flex;
}

.tabs-content-3 {
  width: 100%;
  height: 70%;
}

.tabs-content-3.tabs-content-project {
  height: 78%;
}

.tabs-menu-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 15%;
  display: flex;
  overflow: visible;
}

.tabs-menu-4.tabs-menu-projects.arcotplaza {
  justify-content: flex-start;
}

.tabs-menu-4.tabs-menu-projects {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 20%;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: auto;
}

.tabs-menu-4.tabs-menu-projects.tabs-center {
  justify-content: flex-start;
  align-items: center;
}

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

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.image-19 {
  object-fit: cover;
  border-radius: 5px;
  width: 100px;
  max-width: none;
  height: 100%;
}

.tab-link-tab-1-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
}

.tab-link-tab-1-2.tab {
  z-index: 9999999;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.tab-link-tab-1-2.tab.w--current {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.tab-link-tab-1-2.tab.hide {
  display: none;
}

.image-20 {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  height: 100%;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 10%;
  display: flex;
}

.div-block-57 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.speaker-arrow-3 {
  cursor: pointer;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 33%;
  right: 0;
}

.speaker-arrow-3.left {
  z-index: 9999;
  margin-right: 72px;
  position: absolute;
  top: 33%;
  left: 0;
  right: 5vw;
}

.text-span-2 {
  padding-left: 5px;
}

.div-block-62 {
  width: 100%;
  height: auto;
  margin-top: 45px;
}

.contact-page-image {
  background-image: url('../images/Map-High-res.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 100%;
  height: 96%;
  display: none;
}

.link-block-7 {
  width: 100%;
  height: 100%;
}

.awards-name-2 {
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: auto;
}

.title-2 {
  color: #000;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.title-2.hide {
  display: none;
}

.title-2.remove-space-left {
  padding-left: 0;
}

.title-2.remove-space-left.padding-top {
  padding-top: 5px;
}

.div-block-63 {
  align-items: center;
  display: flex;
}

.gridtext-2 {
  color: #000;
  text-align: center;
  max-width: 100px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.button-7 {
  color: #000;
  background-color: #f1f1f1;
  border-radius: 42px;
  align-items: center;
  height: 30px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.button-7.w--current {
  background-color: #d6d4d4;
}

.button-7.default-button {
  border-radius: 30px;
  align-items: center;
  height: 30px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-left: 30px;
  display: none;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.speaker-arrow-4 {
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.speaker-arrow-4:hover {
  background-color: #919191;
}

.star-icon-2, .star-icon-2.spotlight-icon {
  width: 20px;
}

.star-icon-2.spotlight-icon.hide {
  font-family: Oswald, sans-serif;
  display: none;
}

.feasibility-link.link-3 {
  display: none;
}

.feasibility {
  height: var(--tabs-height);
  border-radius: var(--work-tabs-border-radius);
  background-color: var(--tabsbgcolor);
  justify-content: center;
  align-items: center;
  display: flex;
}

.feasibility.w--current {
  background-color: var(--tab-bg-active);
}

.feasibility.hide {
  border-radius: 8px;
  display: none;
}

.image-21 {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  border-radius: 0;
  width: 250px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-66 {
  width: 100%;
  display: flex;
}

.div-block-66.hide {
  pointer-events: none;
  display: none;
}

.awards-link.link-3 {
  color: var(--gray);
  display: inline-flex;
}

.awards-link.link-3 {
  color: #919191;
}

.awards-link.link-3.w--current {
  color: #000;
}

.publications-link.link-3 {
  color: #919191;
  display: inline-flex;
}

.publications-link.link-3.w--current {
  color: #000;
}

.project-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.point-out {
  border-radius: 5px;
  width: 7px;
  height: 7px;
}

.point-out.commercial-blue {
  background-color: #4e619b;
}

.point-out.commercial-blue.hide {
  display: none;
}

.point-out.institutional-red {
  background-color: #c74d4d;
}

.point-out.institutional-red.hide {
  display: none;
}

.point-out.housing-orange {
  background-color: #ffbf00;
  display: flex;
}

.point-out.housing-orange.hide {
  display: none;
}

.point-out.interior-pink {
  background-color: #e7b5e6;
}

.point-out.interior-pink.hide {
  display: none;
}

.point-out.interior-pink.width-static {
  background-color: #da66d7;
}

.point-out.feas-green {
  background-color: #7bd3ea;
}

.point-out.feas-green.hide, .point-out.feas-green.dot-hide {
  display: none;
}

.point-out.hosuing-green {
  background-color: #5b9477;
}

.point-out.housing-orange-copy {
  background-color: #ffbf00;
  display: flex;
}

.point-out.housing-orange-copy.hide {
  display: none;
}

.list_of_proj {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  display: flex;
}

.list-of-project-name {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 400;
}

.text-block-44.hide {
  display: none;
}

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

.speaker-slide-all {
  display: none;
}

.speaker-slider-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-slider-5 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: static;
}

.speakers-hero-wrapper-4 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.6em;
}

.speaker-arrow-5 {
  z-index: 99999;
  color: #afaeae;
  background-color: #afaeae;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 3vw;
  left: auto;
  right: 20px;
}

.speaker-arrow-5:hover {
  background-color: #919191;
}

.speaker-arrow-5.left {
  z-index: 9999;
  color: #afaeae;
  background-color: #afaeae;
  position: absolute;
  bottom: 3vw;
  left: 10px;
  right: auto;
}

.speaker-arrow-5.left.relative-center {
  z-index: 999;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  display: flex;
  position: absolute;
  top: 32%;
  left: 10px;
}

.speaker-arrow-5.left.move-to-left-most {
  position: absolute;
  left: 0;
}

.speaker-arrow-5.right.relative-center {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  margin-right: 0;
  position: absolute;
  top: 32%;
  right: 10px;
}

.speaker-name-2 {
  z-index: 10;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.button-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.tabs-menu-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: 120px;
  display: flex;
  position: absolute;
  top: 0;
}

.tabs-menu-5.more {
  margin-left: 140px;
}

.all-tab-2 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  background-color: #f1f1f1;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-weight: 300;
  display: flex;
}

.all-tab-2.w--current {
  color: var(--textcolorblack);
  background-color: #e5e5e5;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.speaker-image-cover-4 {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  cursor: pointer;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-image-4 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-mask-2 {
  width: 33.33%;
  position: static;
  overflow: visible;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-slide-content-4 {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.projects, .div-block-71 {
  display: block;
}

.div-block-72, .div-block-72.award-block {
  display: flex;
}

.div-block-73, .div-block-74 {
  display: block;
}

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

.div-block-76, .div-block-77, .div-block-78 {
  display: block;
}

.link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15 {
  text-decoration: none;
}

.text-span-3 {
  padding-left: 5px;
}

.text-span-4, .text-span-5 {
  opacity: 0;
}

.tabs-4 {
  width: 100%;
}

.padding-55px {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.link-block-16, .project-institutional, .projectslink, .housinglink, .commerciallink {
  text-decoration: none;
}

.image-23 {
  border-radius: 5px;
  width: auto;
  height: 80px;
}

.timeline-space {
  padding-top: 13px;
  padding-bottom: 13px;
}

.locaton, .locationtext {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.topology.hide {
  justify-content: space-between;
  align-items: center;
  width: 33%;
  display: flex;
}

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

.div-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding-top: 57px;
  display: flex;
}

.div-block-80.founder-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-top: 0;
  display: grid;
}

.founder-image {
  filter: grayscale(0%);
  width: 100%;
  height: auto;
}

.video {
  width: 100%;
  height: 200px;
}

.from-the-founders {
  border-bottom: 1px solid var(--bordercolor);
}

.small-scale-housing {
  height: var(--tabs-height);
  background-color: var(--tabsbgcolor);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 300;
  display: flex;
}

.small-scale-housing.w--current {
  background-color: var(--tab-bg-active);
  font-weight: 500;
}

.small-scale-housing-link.link-3, .work-link.link-3 {
  display: inline-flex;
}

.work-link.default-color {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.project-spec-space {
  padding-top: 20px;
}

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

.info-mail {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.div-block-81 {
  border-radius: 80px;
  width: 100%;
  height: 100%;
}

.margin-btm-map {
  margin-top: 40px;
}

.landing-page-text {
  z-index: 9999;
  color: var(--textcolorwhite);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.div-block-83 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 90%;
  display: flex;
}

.speaker-image-cover-5 {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-slide-content-5 {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.speakers-hero-wrapper-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.star-icon-3, .star-icon-3.spotlight-icon {
  width: 20px;
}

.star-icon-3.spotlight-icon.hide {
  font-family: Oswald, sans-serif;
  display: none;
}

.speaker-arrow-6 {
  z-index: 99999;
  color: #afaeae;
  background-color: #afaeae;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 7vw;
  right: auto;
}

.speaker-arrow-6:hover {
  background-color: #919191;
}

.speaker-arrow-6.left {
  z-index: 9999;
  color: #afaeae;
  background-color: #afaeae;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.awards-name-child-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  padding-left: 10px;
  display: flex;
}

.button-9 {
  background-color: #000;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.all-tab-3 {
  color: #000;
  background-color: #f1f1f1;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.all-tab-3.w--current {
  color: #000;
  background-color: #e5e5e5;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.title-3 {
  color: #000;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.title-3.remove-space-left {
  padding-left: 0;
}

.button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.tabs-menu-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: 120px;
  display: flex;
  position: absolute;
  top: 0;
}

.tabs-menu-6.more {
  margin-left: 140px;
}

.recognition-grid-2 {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.awards-name-3 {
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: auto;
}

.awards-head {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.tabs-5 {
  position: static;
}

.speaker-slide-mask-3 {
  width: 50%;
  position: static;
  overflow: visible;
}

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

.speaker-slider-wrapper-4 {
  grid-column-gap: 11px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80%;
  display: grid;
}

.div-block-85 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-left: 30px;
  display: none;
}

.tab-pane-all {
  height: auto;
  position: static;
}

.speaker-slider-6 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: static;
}

.gridtext_3 {
  line-height: 17px;
}

.slide-image-5 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-86 {
  z-index: auto;
  width: 100%;
  height: auto;
  position: relative;
  overflow: auto;
}

.speaker-image-cover-6 {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-arrow-7 {
  z-index: 99999;
  color: #afaeae;
  background-color: #afaeae;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 7vw;
  right: auto;
}

.speaker-arrow-7:hover {
  background-color: #919191;
}

.speaker-arrow-7.left {
  z-index: 9999;
  color: #afaeae;
  background-color: #afaeae;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-11 {
  background-color: #000;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.title-4 {
  color: #000;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.title-4.remove-space-left {
  padding-left: 0;
}

.title-4.remove-space-left.padding-top {
  padding-top: 3px;
}

.button-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.tabs-menu-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: 120px;
  display: flex;
  position: absolute;
  top: 0;
}

.tabs-menu-7.more {
  margin-left: 0;
  position: absolute;
  left: 160px;
}

.text-block-51 {
  display: flex;
}

.text-block-51.all {
  justify-content: center;
  align-items: center;
  min-width: 60px;
  display: flex;
}

.text-block-51.awards {
  justify-content: center;
  align-items: center;
  min-width: 90px;
  display: flex;
}

.text-block-51.publication {
  justify-content: center;
  align-items: center;
  min-width: 120px;
}

.tabs-6 {
  width: 100%;
  position: static;
}

.speaker-slide-mask-4 {
  width: 50%;
  position: static;
  overflow: visible;
}

.div-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-left: 30px;
  display: none;
}

.speaker-slider-7 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: static;
}

.slide-image-6 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-53 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 300;
}

.loadmorebtn {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-54 {
  color: var(--gray);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  cursor: pointer;
}

.html-embed {
  border-radius: 0;
}

.tab-link-tab-1-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1-3.w--current {
  background-color: rgba(0, 0, 0, 0);
  width: 200px;
  height: 100%;
}

.div-block-89 {
  flex-flow: column;
  display: none;
}

.meet-the-team-tabs-2 {
  display: none;
}

.div-block-90 {
  display: block;
  position: relative;
  overflow: hidden;
}

.vignesh-text {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-91 {
  background-color: #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 5px;
}

.div-block-91.meet-arrow {
  border: 1px solid #e7e6e6;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.text-block-55 {
  color: #000;
  width: 465px;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-55.about-page-discription {
  width: 100%;
}

.text-block-55.about-page-discription.vigneswar {
  width: auto;
}

.meet-team-name-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-92 {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.swathi_text {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-56 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.root-commercial {
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 25px;
  display: flex;
}

.root-commercial.interiors-mobile-size.interior-home {
  min-width: 100px;
}

.text-block-57 {
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 25px;
  display: flex;
}

.work-workshop {
  justify-content: center;
  align-items: center;
  min-width: 120px;
  display: flex;
}

.margin-top-home {
  margin-top: 60px;
}

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

.div-block-93, .div-block-94 {
  display: flex;
}

.div-block-95 {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-95.scaleimage {
  border-radius: 5px;
}

.navigation-style {
  color: #333;
  text-decoration: none;
}

.reco-all {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.reco-all.opacity-0 {
  opacity: 0;
}

.image-27 {
  border: 1px solid #e7e5e5;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.image-27.opacity-hide {
  opacity: 0;
  position: relative;
}

.text-block-58 {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  width: 100%;
  font-weight: 400;
}

.text-block-58.scaleimage {
  font-size: var(--footeraddress);
}

.text-block-59 {
  padding-top: 5px;
  display: none;
}

.image-28 {
  cursor: pointer;
  height: 25px;
}

.div-block-96 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.information-btn {
  cursor: pointer;
  order: 0;
  justify-content: center;
  align-items: center;
}

.margin-reco {
  padding-top: 54px;
}

.margin-reco.bg-white {
  padding-top: 48px;
}

.button-13 {
  z-index: 999;
  font-size: var(--jr-name-size);
  background-color: #000;
  border-radius: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.div-block-98 {
  width: 100%;
  position: relative;
}

.div-block-99 {
  background-color: var(--black);
  border-radius: 42px;
  padding: 5px 15px;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.lightbox-link-4 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: var(--jr-name-size);
  width: 100%;
  text-decoration: none;
}

.text-block-60 {
  color: var(--textcolorwhite);
}

.image-29 {
  z-index: -1;
  filter: blur(13px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.publication-link {
  color: var(--textcolorblack);
  text-decoration: none;
}

.div-block-101 {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.award {
  margin-top: 55px;
}

.image-30 {
  border: 1px solid var(--reco-image-border-color);
  border-radius: 5px;
}

.tabs-content-6.space-top {
  margin-top: 20px;
  overflow: visible;
}

.recognitionsall.link-3 {
  color: var(--black);
}

.workshops-link.link-3.none {
  cursor: not-allowed;
}

.workshops-link.link-3 {
  color: #919191;
  display: inline-flex;
}

.workshops-link.link-3.w--current {
  color: #000;
}

.hide {
  display: none;
}

.rec-popup {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .87);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rec-popup.show {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .87);
  display: flex;
}

.rec-popup-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.rec-popup-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--white);
  cursor: auto;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding: 45px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  bottom: auto;
  box-shadow: 0 2px 14px -1px rgba(0, 0, 0, .2);
}

.rec-popup-card.show, .navbar-3 {
  display: none;
}

.border {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  display: flex;
}

.popup-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.card-info {
  width: 85%;
}

.text-block-61 {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  padding-bottom: 5px;
  font-weight: 500;
}

.text-block-62 {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
}

.text-block-63 {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  width: 80%;
}

.text-block-64, .text-block-65 {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
}

.button-14 {
  background-color: #000;
  border-radius: 5px;
  padding: 6px 20px;
}

.button-14.hide {
  display: none;
}

.info-button {
  border: 1px solid var(--tabsbgcolor);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 25px;
  padding: 15px 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.info-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.info-button.hide {
  display: none;
}

.read-button {
  border: 1px solid var(--tabsbgcolor);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.gallery-icon {
  border: 1px solid var(--tabsbgcolor);
  cursor: pointer;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.image-33 {
  transform: scale(3);
}

.lottie-wrapper {
  z-index: 9999;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lottie-animation-5 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.get-in-touch-space-maker {
  padding-top: 20px;
}

.mobilenavbar {
  display: none;
}

.text-span-6 {
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.text-span-8 {
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}

.div-block-110 {
  height: 500px;
  overflow: hidden;
}

.home-image-scale-animation {
  border-radius: 5px;
  overflow: hidden;
}

.slider {
  display: none;
}

.image-35 {
  width: 25px;
  height: 25px;
  transform: none;
}

.image-36 {
  width: 22px;
  max-width: none;
}

.slider-2 {
  height: 100vh;
  display: block;
}

.slide-3.kress-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  padding-left: 715px;
}

.slide-3.studio620-slide {
  background-image: url('../images/carousel-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-left: 67px;
}

.slide-3.cno5-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%, 0 0;
  background-size: cover, 125px;
  transition: all .2s;
}

.bob-slide {
  opacity: 1;
  background-image: url('../images/798335_10151221404986402_463302422_o.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-4 {
  display: block;
}

.home-page-slider-text {
  z-index: 1000;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.home-page-slider-text.move-to-right {
  justify-content: center;
  align-items: flex-end;
  left: auto;
  right: 60px;
}

.text-block-67 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.button-16 {
  color: var(--textcolorblack);
  background-color: #efefef;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.button-16.award-btn {
  background-color: #efefef;
  border-radius: 8px;
  width: 90px;
}

.button-16.publication-btn {
  background-color: #efefef;
  border-radius: 8px;
  width: 120px;
}

.button-16.publication-btn.btn-active.publication-spacer.w--current {
  width: 120px;
}

.button-16.workshop {
  cursor: not-allowed;
  background-color: #efefef;
  border-radius: 8px;
  width: 115px;
}

.button-16.btn-active {
  color: #000;
  background-color: #e1e1e1;
  font-weight: 500;
}

.button-16.btn-active.w--current {
  border-radius: 8px;
}

.button-16.project-large-housing {
  width: 150px;
}

.button-16.project-commercial {
  width: 125px;
}

.button-16.projects-institutional {
  width: 130px;
}

.button-16.projects-interior {
  width: 100px;
}

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

.homepage-from-founder-image {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 200px;
}

.div-block-112 {
  width: 155px;
}

.button-17 {
  z-index: 100000;
  color: var(--textcolorblack);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 2px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-17.home-reco-padding-btm {
  position: static;
  bottom: 5px;
  right: 0;
}

.meet-the-team-spacer-border {
  background-color: var(--bordercolor);
  width: 100%;
  height: 1px;
}

.about-team-border {
  background-color: var(--bordercolor);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-113 {
  margin-top: 20px;
}

.image-37 {
  pointer-events: none;
  width: 100%;
}

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

.about-team-container {
  width: 50%;
}

.link-5 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.link-block-19, .link-block-20, .link-block-21 {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}

.projects-padding-top {
  margin-top: 15px;
}

.sm-icon {
  object-fit: cover;
  width: 18px;
  height: auto;
}

.div-block-115 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 155px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
}

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

.div-block-117 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
}

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

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

.div-block-120 {
  display: flex;
  position: static;
}

.view-more-button {
  background-color: var(--tabsbgcolor);
  color: var(--textcolorblack);
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 2px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.social-media-button {
  background-color: #d6d6d6;
  border-radius: 62px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.awardslist-padding {
  padding-top: 10px;
}

.margin-2 {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
}

.tabline {
  background-color: var(--listof0projects-line);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
}

.tabline.gradientright {
  background-image: none;
}

.tabline.gradientleft {
  background-color: var(--listof0projects-line);
  background-image: none;
}

.tab-text {
  z-index: 2;
  background-color: #000;
  border-radius: 62px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-text.red {
  background-color: #c74d4d;
}

.tab-text.pink {
  background-color: #e7b5e6;
}

.tab-text.feas {
  background-color: #7bd3ea;
}

.tab-text.blue {
  background-color: #4e619b;
}

.tab-text.green {
  background-color: #5b9477;
}

.tabs-7 {
  width: 100%;
}

.text-block-68 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 12px;
  display: flex;
}

.text-block-68.remove-left-space {
  padding-left: 28px;
}

.text-block-68.move-to-right {
  padding-left: 25px;
}

.dot {
  background-color: #e7e5e5;
  border-radius: 20px;
  width: 7px;
  height: 7px;
  position: relative;
}

.tab-link-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.text-block-69 {
  color: var(--black);
  cursor: pointer;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 2px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.image-38 {
  filter: invert();
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.div-block-121 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.locationtext-2 {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.text-block-71 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.text-block-71.projects-timeline {
  width: 46%;
  margin-left: 0;
}

.image-39 {
  border-radius: 5px;
  width: auto;
  height: 80px;
}

.image-39.flex {
  display: none;
}

.project-info-title-child1-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-info-title-child1-2.static-width {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.about-project-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.about-project-link.hide-link {
  opacity: 0;
}

.timeline-slider-2 {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-menu-8 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-block-72.hide {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.div-block-123 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.div-block-123.hide {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-124 {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.viewmoreless-button {
  width: 100px;
  height: 20px;
  position: relative;
}

.text-block-73, .text-block-74 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-40 {
  width: 138px;
  height: auto;
}

.image-40.footer-image {
  display: none;
}

.tab-pane-tab-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.border-child {
  background-color: var(--bordercolor);
  width: 100%;
  height: 1px;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-7 {
  padding-left: 60px;
  padding-right: 60px;
}

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

.link-block-22, .link-block-22.w--current {
  height: 100px;
  text-decoration: none;
}

.lottie-animation-7 {
  width: 100px;
  height: 60px;
}

.project-specifications-2 {
  font-size: 16px;
}

.navbar_wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 90%;
  display: flex;
  position: relative;
}

.text-block-75 {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.div-block-127 {
  justify-content: space-between;
  align-items: center;
  height: 10%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-128 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.margin-3 {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
}

.navbar_wrapper_child1-2 {
  flex-direction: column;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.div-block-129 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 10%;
  display: flex;
}

.star-icon-4 {
  display: none;
}

.div-block-130 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.div-block-132 {
  margin-top: 5px;
  display: flex;
}

.tabs-content-7 {
  width: 100%;
  height: 70%;
}

.tabs-content-7.tabs-content-project {
  height: 78%;
}

.tabs-8 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 90%;
  display: flex;
}

.text-block-76 {
  color: #000;
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.text-block-76.product-page-discription {
  width: 100%;
}

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

.body_title-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.body_title-2.footer_child1_title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.contact-2 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.image-41 {
  object-fit: cover;
  border-radius: 5px;
  width: 65%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-arrow-2 {
  filter: invert(0%);
  height: 20px;
  transform: rotate(0);
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  width: 82%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-77 {
  font-size: 14px;
  font-weight: 300;
}

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

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

.recognitions-2 {
  height: auto;
}

.image-42 {
  cursor: pointer;
  height: 35px;
}

.image-42.fliptoright {
  cursor: pointer;
  position: absolute;
  top: 30%;
  left: 5%;
  transform: rotate(180deg);
}

.nav-work-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.nav-work-2:visited {
  color: #000;
  font-weight: 500;
}

.nav-work-2.w--current {
  font-size: 16px;
  font-weight: 500;
}

.div-block-137 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 15%;
  display: flex;
}

.text-block-78 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.project-info-titles-2 {
  color: #000;
  border-bottom: 1px solid #eaeaea;
  flex-flow: column;
  width: 90%;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.text-block-79 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.navbar_wrapper_child2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  transition: height .875s cubic-bezier(.006, 1.018, .012, 1.007);
  display: flex;
}

.div-block-138 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-80 {
  font-size: 14px;
  font-weight: 300;
}

.image-43 {
  object-fit: cover;
  border-radius: 5px;
  width: 100px;
  max-width: none;
  height: 100%;
}

.link-6 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.link-6.w--current {
  flex-flow: row;
  align-items: center;
  font-weight: 500;
  display: flex;
}

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

.navbar-4 {
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-140 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: 30px;
  padding-top: 15px;
  display: flex;
}

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

.image-44 {
  width: 70px;
  height: auto;
}

.project-spec-info-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #eaeaea;
  flex-direction: column;
  display: flex;
}

.speaker-arrow-8 {
  z-index: 99999;
  color: #afaeae;
  background-color: #afaeae;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 3vw;
  left: auto;
  right: 20px;
}

.speaker-arrow-8:hover {
  background-color: #919191;
}

.speaker-arrow-8.left {
  z-index: 9999;
  color: #afaeae;
  background-color: #afaeae;
  position: absolute;
  bottom: 3vw;
  left: 10px;
  right: auto;
}

.speaker-arrow-8.left.relative-center {
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  display: flex;
  position: absolute;
  top: 32%;
  left: 10px;
}

.speaker-arrow-8.right.relative-center {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #000;
  margin-right: 0;
  position: absolute;
  top: 32%;
  right: 10px;
}

.text-block-81 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans Old Italic, sans-serif;
  font-weight: 400;
}

.image-45 {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  height: 100%;
}

.footer-2 {
  border-top: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-5 {
  color: #000;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.title-5.remove-space-btm {
  padding-bottom: 0;
}

.title-5.remove-space-btm.remove-space-left {
  text-transform: capitalize;
  padding-left: 0;
}

.text-block-82 {
  color: #96ac18;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.div-block-143 {
  width: 155px;
}

.address-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.address-2.footeraddres {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.footer_child2-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.link-block-23, .link-block-23.w--current {
  height: 100px;
  text-decoration: none;
}

.lottie-animation-8 {
  width: 100px;
  height: 60px;
}

.text-block-83 {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.div-block-145 {
  justify-content: space-between;
  align-items: center;
  height: 10%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-146 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.margin-4 {
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
}

.navbar_wrapper_child1-3 {
  flex-direction: column;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.div-block-147 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 10%;
  display: flex;
}

.star-icon-5 {
  display: none;
}

.div-block-148 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.div-block-150 {
  margin-top: 5px;
  display: flex;
}

.tabs-content-8 {
  width: 100%;
  height: 70%;
}

.tabs-content-8.tabs-content-project {
  height: 78%;
}

.tabs-9 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 90%;
  display: flex;
}

.text-block-84 {
  color: #000;
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.text-block-84.product-page-discription {
  width: 100%;
}

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

.image-46 {
  object-fit: cover;
  border-radius: 5px;
  width: 65%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-arrow-3 {
  filter: invert(0%);
  height: 20px;
  transform: rotate(0);
}

.div-block-152 {
  justify-content: center;
  align-items: center;
  width: 82%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-85 {
  font-size: 14px;
}

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

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

.image-47 {
  cursor: pointer;
  height: 35px;
}

.image-47.fliptoright {
  cursor: pointer;
  position: absolute;
  top: 30%;
  left: 5%;
  transform: rotate(180deg);
}

.nav-work-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.nav-work-3:visited {
  color: #000;
  font-weight: 500;
}

.nav-work-3.w--current {
  font-size: 16px;
  font-weight: 500;
}

.div-block-155 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 15%;
  display: flex;
}

.text-block-86 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.project-info-titles-3 {
  color: #000;
  border-bottom: 1px solid #eaeaea;
  flex-flow: column;
  width: 90%;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.text-block-87 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.navbar_wrapper_child2-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  transition: height .875s cubic-bezier(.006, 1.018, .012, 1.007);
  display: flex;
}

.div-block-156 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-88 {
  font-size: 14px;
}

.image-48 {
  object-fit: cover;
  border-radius: 5px;
  width: 100px;
  max-width: none;
  height: 100%;
}

.link-7 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.link-7.w--current {
  flex-flow: row;
  align-items: center;
  font-weight: 500;
  display: flex;
}

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

.div-block-158 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: 30px;
  padding-top: 15px;
  display: flex;
}

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

.image-49 {
  width: 70px;
  height: auto;
}

.speaker-arrow-9 {
  z-index: 99999;
  color: #afaeae;
  background-color: #afaeae;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 3vw;
  left: auto;
  right: 20px;
}

.speaker-arrow-9:hover {
  background-color: #919191;
}

.speaker-arrow-9.left {
  z-index: 9999;
  color: #afaeae;
  background-color: #afaeae;
  position: absolute;
  bottom: 3vw;
  left: 10px;
  right: auto;
}

.speaker-arrow-9.left.relative-center {
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  display: flex;
  position: absolute;
  top: 32%;
  left: 10px;
}

.speaker-arrow-9.right.relative-center {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #000;
  margin-right: 0;
  position: absolute;
  top: 32%;
  right: 10px;
}

.text-block-89 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans Old Italic, sans-serif;
  font-weight: 400;
}

.image-50 {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  height: 100%;
}

.text-block-90 {
  color: #96ac18;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.div-block-161 {
  width: 155px;
}

.div-block-162 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-163 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.swathi_text-2 {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-164 {
  background-color: #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 5px;
}

.div-block-164.meet-arrow {
  border: 1px solid #e7e6e6;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.grayscale-2 {
  pointer-events: none;
  object-fit: cover;
  border: 1px solid #f5f4f4;
  border-radius: 10px;
  width: 200px;
  height: 235px;
}

.meet-image-2 {
  padding-bottom: 10px;
  position: relative;
}

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

.meet-container_child-2 {
  width: 100%;
}

.text-block-91 {
  color: #000;
  width: 465px;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-91.about-page-discription {
  width: 100%;
}

.text-block-91.about-page-discription.vigneswar {
  width: auto;
}

.text-block-92 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.vignesh-text-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.meet-team-name-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-166 {
  border-top: 1px solid #eaeaea;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.div-block-167 {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.yellow {
  background-color: #ffbf00;
  width: 8px;
}

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

.text-block-93 {
  padding-left: 21px;
}

.div-block-169 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.reco-text {
  font-size: var(--fontsizesidebar);
  font-weight: 300;
}

.text-block-94 {
  font-family: Inter, sans-serif;
  font-size: var(--fontsizesidebar);
  font-weight: 300;
}

.meet-the-team-text {
  padding-bottom: 20px;
}

.div-block-171 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.project-info-title-child1-3 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-info-title-child1-3.static-width {
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.text-block-95 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 12px;
  display: flex;
}

.text-block-95.remove-left-space {
  padding-left: 28px;
}

.text-block-95.move-to-right {
  padding-left: 25px;
}

.image-51 {
  filter: invert();
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.text-block-96 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 15px;
  display: flex;
}

.text-block-96.projects-timeline {
  margin-left: 0;
}

.footer-info {
  color: var(--textcolorblack);
  border: 1px #000;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

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

.lightbox {
  display: none;
}

.link-block-25 {
  color: var(--textcolorblack);
  font-family: Inter, sans-serif;
  font-size: var(--footeraddress);
  font-weight: 300;
  text-decoration: none;
}

.lottie-animation-9, .lottie-animation-10 {
  width: 70px;
}

.home-lottie-animation {
  width: 140px;
}

.projects-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-178 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-179 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-54, .image-56, .image-58, .image-60, .image-62, .image-64 {
  width: 22px;
  max-width: none;
}

@media screen and (min-width: 1280px) {
  .grid-image {
    width: 47%;
  }

  .div-block-6 {
    justify-content: space-between;
    align-items: center;
  }

  .recognitions-container.display {
    justify-content: flex-start;
    align-items: center;
  }

  .main_container_work {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-menu.padding-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .auto-tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-the-team-jr {
    grid-column-gap: 50px;
    grid-template-columns: 200px 200px 200px 1fr;
  }

  .text-block-40.remove-space-to-left {
    padding-left: 0;
  }

  .div-block-46.footer-phone-icon {
    width: 25px;
    height: 25px;
  }

  .contact-icon {
    transform: scale(.9);
  }

  .speaker-slider-6 {
    width: 100%;
  }

  .speaker-slide-mask-4 {
    width: 55%;
  }

  .speaker-slider-7 {
    width: 65%;
  }

  .div-block-115 {
    bottom: 32px;
  }

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

@media screen and (min-width: 1440px) {
  .recognitions_child2 {
    align-items: stretch;
    justify-items: stretch;
  }

  .recognition-grid {
    justify-content: space-between;
    width: 100%;
  }

  .recognitions-container.display {
    justify-content: flex-start;
    align-items: center;
  }

  .awards-name-child {
    width: 90%;
  }

  .project-info-titles, .project-info-titles.project-main-con {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-26.commercial-link.menu-collapse {
    overflow: hidden;
  }

  .tab-menu.padding-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tabs-2 {
    width: 100%;
  }

  .meet-the-team-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .meet-image {
    position: static;
  }

  .meet-the-team-jr {
    grid-column-gap: 80px;
    grid-template-columns: 200px 200px 200px 200px;
  }

  .timeline-item {
    height: auto;
    padding-left: 25px;
  }

  .timeline-text {
    color: var(--textcolorblack);
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
  }

  .frame-item {
    height: 100%;
  }

  .frame-item.remove-padding {
    height: auto;
  }

  .about-page-timeline-projects {
    height: 100%;
  }

  .project-info-content.project-info-titles.flex.remove-btm-border {
    padding-left: 0;
  }

  .project-info-content.project-info-titles.flex.font-weight {
    justify-content: space-between;
    padding-left: 0;
  }

  .project-info-container {
    margin-top: 45px;
  }

  .project-info-title-child1.static-width {
    width: 85%;
  }

  .div-block-56, .div-block-62 {
    height: auto;
  }

  .awards-name-2 {
    width: 330px;
  }

  .list_of_proj {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .topology.hide {
    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-between;
    align-items: center;
    width: 33%;
    display: flex;
  }

  .speaker-slide-mask-3 {
    width: 40%;
  }

  .speaker-slide-mask-4 {
    width: 50%;
  }

  .speaker-slider-7 {
    width: 65%;
  }

  .tabs-content-6 {
    width: 100%;
  }

  .rec-popup-card {
    width: 75%;
  }

  .image-33 {
    transform: scale(1.2);
  }

  .image-36 {
    width: auto;
    height: auto;
  }

  .homepage-from-founder-image {
    height: 265px;
  }

  .button-17 {
    color: var(--black);
    background-color: #cacaca;
    border-radius: 5px;
    padding: 4px 10px 5px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .button-17.home-reco-padding-btm {
    bottom: 6px;
  }

  .link-block-19, .link-block-20, .link-block-21 {
    width: 100%;
  }

  .text-block-68.remove-left-space {
    padding-left: 36px;
  }

  .text-block-71.projects-timeline {
    width: 38%;
  }

  .project-info-title-child1-2.static-width {
    width: 85%;
  }

  .div-block-129 {
    height: auto;
  }

  .project-info-titles-2 {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-147 {
    height: auto;
  }

  .project-info-titles-3 {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-165 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .div-block-167 {
    height: 180px;
  }

  .text-block-93 {
    padding-left: 25px;
  }

  .project-info-title-child1-3.static-width {
    width: 85%;
  }

  .text-block-95.remove-left-space {
    padding-left: 20px;
  }

  .image-54, .image-56, .image-58, .image-60, .image-62, .image-64 {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-3.width-100 {
    width: auto;
  }

  .recognitions_child2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: none;
    align-items: center;
    justify-items: stretch;
  }

  .recognition-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .grid-image {
    width: 48%;
    height: 150px;
  }

  .grid-image.remove-grayscale {
    object-fit: cover;
    width: 150px;
    height: 150px;
  }

  .clients-logos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .image-11.founder-image {
    height: 300px;
  }

  .main_container_work {
    width: 100%;
  }

  .content.all.active {
    grid-column-gap: 16px;
  }

  .tab-menu.padding-top {
    justify-content: flex-start;
  }

  .tabs-2 {
    width: 100%;
  }

  .meet-the-team-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-tabs-menu {
    grid-row-gap: 100px;
    grid-template-areas: ".";
    grid-auto-rows: minmax(auto, 1fr);
    align-items: center;
    justify-items: center;
  }

  .meet-the-team-jr {
    grid-column-gap: 50px;
    grid-template-columns: 200px 200px 200px 200px 200px 1fr;
  }

  .frame-item.remove-padding {
    height: auto;
  }

  .timeline-nav {
    width: 95.5%;
  }

  .text-block-41.remove-left-space {
    padding-left: 17px;
  }

  .project-info-title-child1.static-width {
    width: 84%;
  }

  .tabs-menu-4.tabs-menu-projects {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: flex-start;
  }

  .tabs-menu-4.tabs-menu-projects.tabs-center, .tabs-menu-4.tabs-menu-projects.arcotplaza {
    justify-content: center;
  }

  .image-20 {
    width: auto;
    height: 100%;
  }

  .div-block-62 {
    height: auto;
  }

  .list_of_proj {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .speaker-arrow-5.left.relative-center {
    display: flex;
  }

  .tabs-4 {
    width: 100%;
  }

  .topology.hide {
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    display: flex;
  }

  .speaker-slide-content-5 {
    width: 500px;
  }

  .speaker-slide-mask-3 {
    width: 33.33%;
  }

  .speaker-slide-mask-4 {
    width: 53%;
  }

  .div-block-89, .meet-the-team-tabs-2 {
    display: flex;
  }

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

  .rec-popup-card {
    width: 50%;
  }

  .image-33 {
    transform: scale(1.1);
  }

  .homepage-from-founder-image {
    border-radius: 5px;
  }

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

  .about-team-container {
    width: 50%;
  }

  .link-block-19, .link-block-20, .link-block-21 {
    width: 100%;
  }

  .text-block-68.remove-left-space {
    padding-left: 15px;
  }

  .text-block-68.move-to-right {
    padding-left: 18px;
  }

  .text-block-71.projects-timeline {
    width: 41.5%;
  }

  .project-info-title-child1-2.static-width {
    width: 84%;
  }

  .speaker-arrow-8.left.relative-center {
    display: flex;
  }

  .image-45 {
    width: auto;
    height: 100%;
  }

  .speaker-arrow-9.left.relative-center {
    display: flex;
  }

  .image-50 {
    width: auto;
    height: 100%;
  }

  .div-block-167 {
    height: 145px;
  }

  .text-block-93 {
    padding-left: 19px;
  }

  .project-info-title-child1-3.static-width {
    width: 84%;
  }

  .text-block-95.remove-left-space {
    padding-left: 17px;
  }

  .text-block-95.move-to-right {
    padding-left: 18px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .main {
    flex-direction: column;
  }

  .main.recognition-sidebar {
    overflow: visible;
  }

  .navbar_wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .navbar_wrapper_child1 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbar_wrapper_child1.mobile-nav {
    justify-content: center;
    height: 100%;
  }

  .nav-work, .nav-work.w--current {
    font-size: var(--fontsizesidebar);
  }

  .nav-work.nav-housing-link {
    font-size: var(--title-size);
  }

  .main_container {
    width: 100%;
  }

  .main_con_child2_wrapper {
    width: 90%;
  }

  .main_con_child2_wrapper.home-page-left-righ-space {
    padding-left: 30px;
    padding-right: 30px;
  }

  .get-i-t-title.spotlight-position {
    align-items: center;
  }

  .title {
    padding-left: 13px;
  }

  .title.remove-space-btm, .title.remove-space-btm.remove-space-left {
    font-size: var(--fontsizesidebar);
  }

  .main_container_child3 {
    width: 90%;
    padding-left: 0;
  }

  .main_container_child3.remove-space-left {
    width: 90%;
  }

  .main_container_child3.remove-space-left.homepage-m-con-c3-width, .main_container_child3.remove-right-space {
    padding-right: 0;
  }

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

  .contenthome.change-row-to-1 {
    grid-template-rows: auto;
  }

  .project-image.work-page-image {
    height: 360px;
  }

  .recognitions {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .clients-logos {
    flex-wrap: wrap;
    display: flex;
  }

  .footer_child2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin.remove-space-mobile-version {
    margin-top: 10px;
  }

  .navbar_wrapper_child2 {
    align-items: flex-start;
    width: 100%;
  }

  .navbar_wrapper_child2.increase-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    margin-bottom: auto;
    padding-top: 60px;
  }

  .image-6 {
    object-fit: contain;
    width: 100px;
  }

  .whatsapp-icon {
    display: inline-flex;
    right: 0;
  }

  .awards-name {
    width: 20%;
  }

  .recognitions-container {
    width: 100%;
  }

  .recognitions-container.display {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 20px;
  }

  .recognition-images {
    width: 80%;
  }

  .image-8 {
    object-fit: cover;
    border-radius: 5px;
    max-height: 450px;
  }

  .recog-images.margin-bottom {
    margin-bottom: 20px;
  }

  .about {
    display: flex;
  }

  .work {
    align-items: flex-start;
    display: flex;
  }

  .contact {
    display: flex;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    padding-top: 15px;
  }

  .navbar-2 {
    background-color: var(--textcolorwhite);
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .icon {
    color: var(--black);
    height: 40px;
    margin-top: auto;
    font-size: 40px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 90vh;
    display: flex;
  }

  .container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 0 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--textcolorwhite);
  }

  .margin--top-workpage {
    margin-top: 10px;
  }

  .div-block-26.commercial-link {
    padding-top: 0;
  }

  .div-block-26.commercial-link.remove-overflow {
    overflow: visible;
  }

  .div-block-27 {
    font-size: 120px;
    display: none;
  }

  .text-block-31, .text-block-32, .text-block-33 {
    font-size: var(--jr-name-size);
  }

  .container-2 {
    width: 90%;
    max-width: 100%;
    height: 90%;
  }

  .content.all.active {
    grid-template-columns: 1fr 1fr;
  }

  .p-btn {
    font-size: var(--fontsizesidebar);
    min-width: 120px;
  }

  .p-btn.root-commercial {
    min-width: 70px;
  }

  .tab-menu {
    margin-top: 50px;
    margin-left: auto;
    position: static;
  }

  .tab-menu.padding-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-left: auto;
  }

  .tab-content {
    width: 100%;
  }

  .tab-content.p-right-60 {
    margin-right: 0;
  }

  .auto-tab-link {
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
  }

  .auto-tab-link.w--current {
    padding: 7px 12px;
  }

  .tabs-menu-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .large-scale-housing-link.link-3.mobile-large-scale {
    color: var(--textcolorblack);
    font-size: var(--title-size);
  }

  .slide-image {
    height: 100%;
    min-height: 500px;
  }

  .speakerslider.home-slider {
    height: auto;
    position: relative;
  }

  .speaker-slide, .speaker-image.one.home-image-one.home-slide-image-1 {
    height: auto;
  }

  .speaker-image.one.home-image-one.home-slide-image-2 {
    background-position: 50%;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-arrow.left.speaker-arrow-right.visible {
    margin-top: 0;
    top: 47%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .speaker-arrow.left.project_info_left_arrow {
    z-index: 9999;
    display: flex;
    position: absolute;
    top: 32%;
    left: 0;
  }

  .speaker-arrow.left.project_info_right_arrow {
    display: flex;
  }

  .speaker-arrow.visible {
    margin-top: auto;
    margin-bottom: auto;
    top: 47%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .speaker-arrow.right.project_info_right_arrow {
    z-index: 9999;
    display: flex;
    position: absolute;
    top: 32%;
  }

  .div-block-34 {
    height: 100%;
  }

  .div-block-34.swipe, .mask {
    height: auto;
  }

  .about-page {
    background-color: #b4aaaa;
    height: auto;
  }

  .about-tabs-menu {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 200px) 200px minmax(200px, 200px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-items: stretch;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .meet-the-team-jr {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 200px 200px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-of-projects.padding-left-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .timeline-slider {
    margin-top: -92px;
  }

  .frame-item.hide {
    display: none;
  }

  .timeline-nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-40 {
    margin-left: 5px;
  }

  .text-block-40.remove-space-to-left {
    margin-left: 0;
  }

  .text-block-40.projects-timeline {
    width: 320px;
  }

  .text-block-41.remove-left-space {
    padding-left: 11px;
  }

  .project-info-content.project-info-titles.flex.font-weight {
    justify-content: space-between;
  }

  .div-block-46.footer-phone-icon.mobile-icon {
    width: 34px;
    height: 34px;
  }

  .home-container {
    position: relative;
  }

  .project-info-title-child1.static-width {
    justify-content: flex-start;
    width: 60%;
  }

  .div-block-53 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-53.hide {
    display: none;
  }

  .tabs-menu-4.tabs-menu-projects {
    width: auto;
    overflow: auto;
  }

  .speaker-arrow-3.left {
    left: 10px;
  }

  .speaker-arrow-3.right {
    right: 10px;
  }

  .awards-name-2 {
    width: 20%;
    display: none;
  }

  .title-2 {
    padding-left: 13px;
  }

  .awards-link.link-3.change-color {
    color: var(--textcolorblack);
  }

  .awards-link.link-3 {
    font-size: 16px;
  }

  .publications-link.link-3.fontsize-change {
    color: var(--textcolorblack);
    font-size: var(--title-size);
  }

  .point-out.commercial-blue {
    width: 10px;
  }

  .point-out.commercial-blue.hide {
    display: flex;
  }

  .point-out.commercial-blue.width-static {
    width: 7px;
  }

  .point-out.feas-green.width-static {
    width: 7px;
  }

  .point-out.institutional-red {
    order: 0;
    width: 10px;
  }

  .point-out.institutional-red.hide {
    width: 11px;
    display: flex;
  }

  .point-out.institutional-red.width-static {
    width: 7px;
  }

  .point-out.housing-orange {
    width: 10px;
  }

  .point-out.housing-orange.hide {
    width: 11px;
    display: flex;
  }

  .point-out.housing-orange.width-static {
    width: 7px;
  }

  .point-out.interior-pink {
    width: 10px;
  }

  .point-out.interior-pink.hide {
    width: 11px;
    display: flex;
  }

  .point-out.interior-pink.width-static {
    width: 7px;
  }

  .point-out.feas-green {
    width: 10px;
  }

  .point-out.feas-green.hide {
    display: flex;
  }

  .point-out.housing-orange-copy {
    width: 10px;
  }

  .point-out.housing-orange-copy.hide {
    width: 11px;
    display: flex;
  }

  .point-out.housing-orange-copy.width-static {
    width: 7px;
  }

  .list_of_proj {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .speaker-slide-all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .speaker-slide-all.margin-top-reg {
    padding-top: 20px;
  }

  .text-block-45 {
    color: var(--gray);
    font-size: var(--footeraddress);
  }

  .text-block-46 {
    font-family: Inter, sans-serif;
    font-size: var(--fontsizesidebar);
    font-weight: 400;
  }

  .image-22 {
    object-fit: cover;
    border-radius: 5px;
    height: 280px;
  }

  .speaker-slider-5 {
    display: none;
  }

  .speaker-arrow-5.left.relative-center, .speaker-arrow-5.right.relative-center {
    z-index: 999;
  }

  .speaker-name-2 {
    font-size: 52px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .slide-image-4 {
    height: 50vh;
    min-height: 500px;
  }

  .speaker-slide-mask-2 {
    width: 65%;
  }

  .speaker-info {
    max-width: 470px;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-68 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 90%;
    display: flex;
    position: relative;
  }

  .div-block-69 {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button-mobile {
    height: 100%;
    padding-right: 0;
  }

  .menu-button-mobile.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 0;
  }

  .div-block-70 {
    border-bottom: 1px solid var(--border-btm-mobile);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
    display: flex;
  }

  .lottie-animation-3 {
    width: auto;
    height: 35px;
  }

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

  .workshop-link.link-3 {
    color: var(--textcolorblack);
    font-size: var(--title-size);
  }

  .image-23 {
    display: none;
  }

  .image-23.flex {
    margin-right: 15px;
    display: inline-flex;
  }

  .timeline-space {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .locaton, .locationtext {
    display: none;
  }

  .topology {
    width: 33%;
  }

  .topology.hide {
    display: none;
  }

  .small-scale-housing-link.link-3.mobile-small-scale {
    color: var(--textcolorblack);
    font-size: var(--title-size);
  }

  .landing-page-text {
    font-size: 25px;
  }

  .text-block-47 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-82 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .title-3 {
    padding-left: 13px;
  }

  .awards-name-3 {
    width: 20%;
    display: none;
  }

  .speaker-slide-mask-3 {
    width: 65%;
  }

  .tabs-content-5 {
    width: 100%;
  }

  .speaker-slider-wrapper-4 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-pane-all {
    width: 100%;
  }

  .image-24 {
    object-fit: cover;
    border-radius: 5px;
    height: 280px;
  }

  .text-block-49 {
    color: #919191;
    font-size: 14px;
  }

  .speaker-slider-6 {
    display: none;
  }

  .slide-image-5 {
    height: 50vh;
    min-height: 500px;
  }

  .text-block-50 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-86 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title-4 {
    padding-left: 13px;
  }

  .tabs-menu-7.more {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-6 {
    width: 100%;
  }

  .speaker-slide-mask-4 {
    width: 65%;
  }

  .image-25 {
    object-fit: cover;
    border-radius: 5px;
    height: 280px;
  }

  .text-block-52 {
    color: #919191;
    font-size: 14px;
  }

  .speaker-slider-7 {
    display: none;
  }

  .slide-image-6 {
    height: 50vh;
    min-height: 500px;
  }

  .link-block-18 {
    width: 136px;
    height: 100%;
    text-decoration: none;
  }

  .loadmorebtn, .div-block-88 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-top-home.reduce-space {
    cursor: pointer;
    margin-top: 30px;
  }

  .text-block-58 {
    font-size: var(--footeraddress);
  }

  .div-block-100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hide {
    display: none;
  }

  .image-31 {
    height: 50px;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: 92.5vh;
    margin-top: -111%;
    display: flex;
  }

  .container-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100%;
    display: flex;
  }

  .navbar-3 {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8vh;
    display: flex;
    position: fixed;
    bottom: 0;
  }

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

  .brand.w--current {
    justify-content: flex-start;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    padding-right: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .lottie-animation-4 {
    height: 20px;
  }

  .icon-2 {
    color: #000;
    font-size: 30px;
  }

  .div-block-104 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    display: flex;
  }

  .border {
    background-color: red;
    width: 100%;
    height: 1px;
  }

  .div-block-105 {
    border-top: 1px solid var(--tabsbgcolor);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-33 {
    transform: scale(1.8);
  }

  .lottie-wrapper {
    display: none;
  }

  .mobilenavbar {
    z-index: 1000;
    border-top: 1px solid var(--tabsbgcolor);
    flex-flow: column;
    height: auto;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .nav_items {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 90vh;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menus {
    z-index: 10000;
    background-color: #fff;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .lottie-animation-6 {
    cursor: pointer;
    width: 28px;
    height: 34px;
  }

  .image-34 {
    width: 100px;
    height: auto;
  }

  .menu_wrapper {
    border-top: 1px solid var(--bordercolor);
    background-color: #fff;
    width: 100%;
    height: 10vh;
    margin-top: auto;
    display: flex;
  }

  .slider-2 {
    height: 400px;
    margin-top: 92px;
  }

  .slide-3.kress-slide {
    margin-top: 0;
  }

  .slide-3.studio620-slide {
    padding-left: 0;
  }

  .home-page-slider-text {
    bottom: 30px;
    left: 30px;
  }

  .projects-padding-top {
    margin-top: 10px;
  }

  .div-block-115 {
    bottom: 20px;
  }

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

  .text-block-68.remove-left-space {
    padding-left: 11px;
  }

  .locationtext-2 {
    display: flex;
  }

  .text-block-71.projects-timeline {
    width: 320px;
  }

  .image-39 {
    display: none;
  }

  .image-39.flex {
    margin-right: 15px;
  }

  .project-info-title-child1-2 {
    align-items: stretch;
  }

  .project-info-title-child1-2.static-width {
    justify-content: flex-start;
    width: 60%;
  }

  .timeline-slider-2 {
    margin-top: 0;
  }

  .div-block-123 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-123.hide {
    display: none;
  }

  .navbar_wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .text-block-75 {
    font-size: 13px;
  }

  .navbar_wrapper_child1-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .contact-2 {
    display: flex;
  }

  .recognitions-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-work-2, .nav-work-2.w--current {
    font-size: 16px;
  }

  .text-block-79 {
    font-size: 13px;
  }

  .navbar_wrapper_child2-2 {
    align-items: flex-start;
    width: 100%;
  }

  .navbar-4 {
    display: none;
  }

  .div-block-140.commercial-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

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

  .speaker-arrow-8.left.relative-center, .speaker-arrow-8.right.relative-center {
    z-index: 999;
  }

  .title-5 {
    padding-left: 13px;
  }

  .title-5.remove-space-btm, .title-5.remove-space-btm.remove-space-left {
    font-size: 16px;
  }

  .text-block-82, .text-block-83 {
    font-size: 13px;
  }

  .navbar_wrapper_child1-3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-work-3, .nav-work-3.w--current {
    font-size: 16px;
  }

  .text-block-87 {
    font-size: 13px;
  }

  .navbar_wrapper_child2-3 {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-158.commercial-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

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

  .speaker-arrow-9.left.relative-center, .speaker-arrow-9.right.relative-center {
    z-index: 999;
  }

  .text-block-90 {
    font-size: 13px;
  }

  .div-block-165 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .project-info-title-child1-3 {
    align-items: stretch;
  }

  .project-info-title-child1-3.static-width {
    justify-content: flex-start;
    width: 60%;
  }

  .text-block-95.remove-left-space {
    padding-left: 11px;
  }

  .text-block-96 {
    margin-left: 5px;
  }

  .text-block-96.projects-timeline {
    width: 320px;
  }

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

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

  .projects-all {
    width: 100%;
  }

  .projects-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

@media screen and (max-width: 767px) {
  .main_con_child2_wrapper, .main_con_child2_wrapper.increase-width {
    width: 95%;
  }

  .main_con_child2_wrapper.increase-width.projects-footer-section {
    width: 100%;
  }

  .get-i-t-title.margin-bottom.gap-b-t-navigation {
    margin-bottom: 0;
  }

  .get-i-t-title.spotlight-position.gap-bt-title-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title {
    font-size: var(--fontsizesidebar);
  }

  .title.remove-left-space, .title.remove-space-left {
    font-size: var(--title-size);
  }

  .main_container_child3, .main_container_child3.remove-space-left {
    width: 95%;
  }

  .text-block-5 {
    max-width: 370px;
  }

  .recognitions_child2 {
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    max-width: 100%;
  }

  .footer_child2 {
    flex-flow: column;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .margin.remove-space-mobile-version {
    margin-top: 10px;
  }

  .whatsapp-icon {
    display: inline-flex;
    right: 0;
  }

  .awards-name {
    width: 25%;
  }

  .recognition-images {
    width: 75%;
  }

  .image-8 {
    max-height: 350px;
  }

  .project-info-wrapper {
    margin-top: 30px;
  }

  .project-info-titles {
    width: 95%;
  }

  .div-block-14 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  .nav-menu {
    height: 90vh;
  }

  .menu-button.w--open {
    padding-top: 10px;
  }

  .margin--top-workpage {
    margin-top: 0;
  }

  .container-2 {
    width: 95%;
  }

  .p-btn.root-commercial {
    min-width: 100px;
  }

  .tab-menu {
    flex-flow: wrap;
  }

  .flex {
    flex-direction: row;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .menu {
    flex-wrap: wrap;
  }

  .tabs-menu-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-menu-3.recognition-page-relative {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: static;
    left: auto;
  }

  .slide-image {
    height: auto;
    min-height: 400px;
  }

  .speaker-slide-content, .speakerslider.home-slider, .speaker-slide, .speaker-image.one.home-image-one.about-image-1 {
    height: auto;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-arrow {
    width: 15px;
  }

  .speaker-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    top: 10%;
    right: 2vh;
  }

  .speaker-arrow.left {
    display: flex;
    position: absolute;
    top: 10%;
    left: 2vh;
    right: auto;
  }

  .div-block-34, .mask {
    height: auto;
  }

  .about-page {
    background-color: rgba(0, 0, 0, 0);
  }

  .about-tabs-menu {
    grid-template-columns: minmax(200px, 200px) 200px;
    justify-items: center;
  }

  .meet-the-team-jr {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 200px 200px;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .slider-content {
    margin-bottom: 50px;
  }

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

  .timeline-slider {
    margin-top: -100px;
  }

  .timeline-nav {
    width: 100%;
    padding-left: 30px;
  }

  .text-block-40 {
    width: 40%;
  }

  .about-page-timeline-projects {
    width: 100%;
  }

  .project-info-content.project-info-titles.flex {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .project-info-content.project-info-titles.flex.font-weight {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .project-link {
    padding-right: 0;
  }

  .project-info-container {
    height: auto;
  }

  .project-info-title-child1 {
    width: 60%;
  }

  .project-info-title-child1.static-width {
    width: 51%;
  }

  .div-block-53 {
    width: 41%;
  }

  .tabs-content-3.tabs-content-project {
    height: 100%;
  }

  .tabs-menu-4.tabs-menu-projects {
    display: none;
  }

  .image-20 {
    width: 100%;
  }

  .div-block-56 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-57 {
    height: auto;
  }

  .speaker-arrow-3.left, .speaker-arrow-3.right {
    width: 35px;
    height: 35px;
  }

  .awards-name-2 {
    width: 25%;
  }

  .title-2 {
    font-size: 16px;
  }

  .point-out.commercial-blue {
    width: 7px;
  }

  .point-out.commercial-blue.hide {
    width: 8px;
  }

  .point-out.feas-green {
    width: 7px;
  }

  .point-out.feas-green.hide, .point-out.institutional-red.hide {
    width: 8px;
  }

  .point-out.housing-orange {
    width: 7px;
  }

  .point-out.housing-orange.hide {
    width: 8px;
  }

  .point-out.interior-pink, .point-out.feas-green {
    width: 7px;
  }

  .point-out.feas-green.hide {
    width: 8px;
  }

  .point-out.housing-orange-copy {
    width: 7px;
  }

  .point-out.housing-orange-copy.hide {
    width: 8px;
  }

  .list_of_proj {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding: 10px;
    display: grid;
  }

  .speaker-slide-all {
    margin-top: 10px;
  }

  .image-22 {
    height: 200px;
  }

  .speaker-arrow-5.left.relative-center {
    z-index: 999;
    width: 35px;
    height: 35px;
    top: 40%;
    left: 5px;
  }

  .speaker-arrow-5.right.relative-center {
    width: 35px;
    height: 35px;
    margin-right: auto;
    top: 40%;
    right: 5px;
  }

  .speaker-name-2 {
    font-size: 48px;
  }

  .tabs-menu-5.more {
    margin-left: 0;
    padding-bottom: 20px;
    position: static;
  }

  .slide-image-4 {
    min-height: 400px;
  }

  .speaker-slide-mask-2 {
    width: 90%;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

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

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

  .text-span-3 {
    font-size: var(--footeraddress);
  }

  .div-block-80.founder-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .title-3 {
    font-size: 16px;
  }

  .tabs-menu-6.more {
    margin-left: 0;
    padding-bottom: 20px;
    position: static;
  }

  .awards-name-3 {
    width: 25%;
  }

  .speaker-slide-mask-3 {
    width: 90%;
  }

  .image-24 {
    height: 200px;
  }

  .slide-image-5 {
    min-height: 400px;
  }

  .title-4 {
    font-size: 16px;
  }

  .tabs-menu-7.more {
    margin-left: 0;
    padding-bottom: 20px;
    position: static;
  }

  .speaker-slide-mask-4 {
    width: 90%;
  }

  .image-25 {
    height: 200px;
  }

  .slide-image-6 {
    min-height: 400px;
  }

  .div-block-100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .tabs-content-6.space-top {
    padding-top: 40px;
  }

  .brand {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .div-block-104 {
    width: 95%;
  }

  .image-33 {
    transform: scale(2.5);
  }

  .lottie-animation-6 {
    height: auto;
  }

  .slide {
    background-image: url('../images/04-CHENNAI-ONE_1.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .slide-nav-2, .slide-nav-3 {
    display: none;
  }

  .mask-2 {
    position: relative;
  }

  .project_info1_right_arrrow {
    transform: rotate(180deg);
  }

  .project_info1_right_arrrow.project-info-arrow, .project-info-arrow {
    width: 20px;
  }

  .project-info-arrow.project-info-right-arrow {
    transform: rotate(180deg);
  }

  .slide-2 {
    width: 100%;
  }

  .slider {
    margin-top: 20px;
    display: flex;
  }

  .slider-2 {
    height: 300px;
    margin-top: 88px;
  }

  .slide-3.kress-slide {
    padding-left: 0;
  }

  .div-block-111 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .about-team-container, .div-block-118 {
    width: 100%;
  }

  .text-block-71 {
    width: 40%;
  }

  .project-info-title-child1-2 {
    width: 60%;
  }

  .project-info-title-child1-2.static-width {
    width: 51%;
  }

  .tabs-menu-8 {
    display: block;
  }

  .div-block-123 {
    width: 41%;
  }

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

  .div-block-129 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-130 {
    height: auto;
  }

  .tabs-content-7.tabs-content-project {
    height: 100%;
  }

  .slide-arrow-2 {
    width: 15px;
  }

  .project-info-titles-2 {
    width: 95%;
  }

  .div-block-140.commercial-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .speaker-arrow-8.left.relative-center {
    z-index: 999;
    width: 35px;
    height: 35px;
    top: 40%;
    left: 5px;
  }

  .speaker-arrow-8.right.relative-center {
    width: 35px;
    height: 35px;
    margin-right: auto;
    top: 40%;
    right: 5px;
  }

  .image-45 {
    width: 100%;
  }

  .title-5 {
    font-size: 16px;
  }

  .div-block-147 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-148 {
    height: auto;
  }

  .tabs-content-8.tabs-content-project {
    height: 100%;
  }

  .slide-arrow-3 {
    width: 15px;
  }

  .project-info-titles-3 {
    width: 95%;
  }

  .div-block-158.commercial-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .speaker-arrow-9.left.relative-center {
    z-index: 999;
    width: 35px;
    height: 35px;
    top: 40%;
    left: 5px;
  }

  .speaker-arrow-9.right.relative-center {
    width: 35px;
    height: 35px;
    margin-right: auto;
    top: 40%;
    right: 5px;
  }

  .image-50 {
    width: 100%;
  }

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

  .project-info-title-child1-3 {
    width: 60%;
  }

  .project-info-title-child1-3.static-width {
    width: 51%;
  }

  .text-block-96 {
    width: 40%;
  }

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

@media screen and (max-width: 479px) {
  .main {
    position: relative;
    overflow: visible;
  }

  .navbar_wrapper {
    max-width: 90%;
    height: auto;
  }

  .navbar_wrapper_child1.mobile-nav {
    align-items: center;
    width: auto;
    height: auto;
  }

  .body_title {
    font-size: 25px;
    line-height: 35px;
  }

  .body_title.footer_child1_title {
    margin-top: 0;
  }

  .main_container_child2.work-page {
    overflow: visible;
  }

  .main_con_child2_wrapper, .main_con_child2_wrapper.increase-width {
    width: 90%;
  }

  .main_con_child2_wrapper.increase-width.about-space-top.contact-page-main-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main_con_child2_wrapper.increase-width.projects-footer-section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-i-t-title.margin-bottom {
    margin-bottom: 15px;
  }

  .get-i-t-title.margin-bottom.gap-b-t-navigation {
    flex-flow: wrap;
  }

  .get-i-t-title.spotlight-position {
    z-index: 10;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .get-i-t-title.spotlight-position.gap-bt-title-btn {
    flex-flow: column;
  }

  .title {
    font-size: var(--fontsizesidebar);
  }

  .title.footer_g_t_title {
    margin-bottom: 5px;
  }

  .title.remove-left-space {
    padding-bottom: 10px;
  }

  .title.remove-space-btm.remove-space-left {
    line-height: 14px;
  }

  .title.remove-space-left.padding-btm {
    padding-bottom: 0;
  }

  .title.remove-space-left.reduce-space {
    padding-bottom: 10px;
  }

  .text-block-3, .text-block-3.carrers-discription-width.width-100 {
    font-size: var(--footeraddress);
    width: 100%;
  }

  .text-block-3.about-page-discription {
    font-size: var(--footeraddress);
  }

  .text-block-3.width-100 {
    width: 100%;
  }

  .button-2.buttonfooter {
    width: 150px;
    height: 40px;
  }

  .main_container_child3 {
    width: 90%;
    padding-left: 0;
  }

  .main_container_child3.remove-space-left {
    width: 90%;
  }

  .main_container_child3.remove-space-left.homepage-m-con-c3-width {
    width: 100%;
  }

  .main_container_child3.remove-space-left.remove-space-right {
    position: static;
  }

  .main_container_child3.remove-space-left.remove-space-right.project-page-main-con {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .contenthome.change-row-to-1 {
    grid-template-rows: 360px;
  }

  .contenthome.one-row {
    margin-top: 15px;
  }

  .image-text {
    padding-top: 10px;
  }

  .project-image.work-page-image {
    border-radius: var(--image-radius);
  }

  .count {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .count_child {
    height: 30px;
  }

  .recognitions.margin-btm {
    justify-content: space-between;
    align-items: flex-start;
  }

  .recognitions_child1 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .recognitions_child1.remove-space {
    padding-bottom: 0;
  }

  .text-block-5 {
    margin-bottom: 10px;
  }

  .text-block-5.margin-bottom.extra-padding.width-100 {
    margin-bottom: 20px;
  }

  .recognitions_child2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    max-width: 100%;
    display: grid;
  }

  .grid-image.remove-grayscale {
    object-fit: fill;
    width: 100%;
    height: 100%;
  }

  .clients.count.client-flex.remove-padding.hide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .clients-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .image-4 {
    width: 20px;
    margin-left: 11px;
  }

  .image-4.watch-a-video-arrow {
    height: 12px;
    line-height: 15px;
  }

  .text-block-6 {
    font-size: var(--footeraddress);
  }

  .footer_child2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 14px;
  }

  .margin {
    margin-top: 20px;
  }

  .margin.remove-space-mobile-version {
    margin-top: 5px;
  }

  .margin.remove-space-mobile-version.margin-0 {
    margin-top: 0;
  }

  .margin.remove-space {
    margin-top: auto;
  }

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

  .spotlight {
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
    position: fixed;
    top: 50px;
  }

  .spotlight.active {
    margin-bottom: 10px;
    display: flex;
    position: static;
  }

  .spotlight.remove-space {
    z-index: 5;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatsapp-icon {
    width: auto;
    height: 35px;
  }

  .image-8 {
    max-height: 200px;
  }

  .project-info-titles {
    width: 90%;
  }

  .about-project {
    max-width: 100%;
  }

  .text-block-18 {
    font-size: var(--footeraddress);
    text-align: left;
    line-height: 25px;
  }

  .text-block-18.product-page-discription, .text-block-19 {
    font-size: var(--footeraddress);
  }

  .marign-top {
    margin-top: 15px;
  }

  .marign-top.margin-top-increase {
    margin-top: 20px;
  }

  .div-block-17 {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .navbar-2 {
    border-bottom-width: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .margin--top-workpage.bg-white {
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-11 {
    height: 360px;
  }

  .div-block-26.commercial-link {
    padding-top: 0;
  }

  .div-block-26.commercial-link.remove-overflow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    overflow: hidden;
  }

  .div-block-27 {
    width: auto;
  }

  .text-block-31, .text-block-32, .text-block-33 {
    font-size: 12px;
  }

  .lottie-animation {
    width: 70px;
    height: 30px;
  }

  .container-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 95%;
    display: flex;
  }

  .link-block-6 {
    height: 360px;
  }

  .main_container_work {
    overflow: auto;
  }

  .content.all.active {
    grid-template-columns: 1fr;
  }

  .content.all.active.interior, .content.all.active.remove-row-gap {
    grid-row-gap: 40px;
  }

  .content.all.active.remove-padding {
    grid-row-gap: 15px;
  }

  .p-btn {
    font-size: var(--jr-name-size);
    min-width: 100px;
  }

  .p-btn.root-commercial {
    min-width: 85px;
  }

  .p-btn.root-commercial.interior {
    min-width: 70px;
  }

  .tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 10px;
    overflow: auto;
  }

  .tab-menu.padding-top {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .tab-menu.padding-top.remove-spacing {
    padding-top: 0;
  }

  .tab-content.p-right-60 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .width-100.increase-width {
    width: 100%;
  }

  .auto-tab-link, .auto-tab-link.w--current {
    padding: 0 6px;
  }

  .auto-tab-link.all {
    width: 40px;
    padding-bottom: 0;
  }

  .all {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .tabs-menu-3 {
    z-index: 1000;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    flex-flow: wrap;
    height: auto;
    padding-top: 7px;
    padding-bottom: 20px;
    position: fixed;
    top: 80px;
  }

  .tabs-menu-3.recognition-page-relative {
    z-index: 5;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }

  .tabs-menu-3.recognition-page-relative.give-padding-btm {
    padding-bottom: 20px;
  }

  .text-block-34 {
    font-size: var(--footeraddress);
  }

  .text-block-35 {
    font-size: var(--footeraddress);
    min-width: 113px;
  }

  .tabs-2.show {
    width: 100%;
  }

  .slide-image {
    height: auto;
    min-height: 300px;
  }

  .speakerslider.home-slider {
    justify-content: center;
    align-items: flex-start;
  }

  .test {
    height: auto;
  }

  .speaker-image.one.home-image-one.about-image-2 {
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .slide-arrow {
    width: 15px;
  }

  .speaker-arrow.left.speaker-arrow-right.visible, .speaker-arrow.visible {
    top: 45%;
  }

  .div-block-34.swipe {
    height: auto;
  }

  .speaker-arrow-2 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .meet-team-name {
    font-size: 13px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .about-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, 200px);
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    width: auto;
  }

  .meet-the-team-arrow {
    margin-top: 7px;
    margin-bottom: 6px;
  }

  .meet-the-team-jr {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
    margin-top: 0;
  }

  .js-image {
    height: auto;
  }

  .list-of-projects.padding-left-right {
    background-color: #fff;
  }

  .timeline-text {
    margin-left: -20px;
  }

  .timeline-slider {
    margin-top: -140px;
  }

  .timeline-nav {
    margin-left: auto;
    padding-left: 0;
  }

  .text-block-40 {
    font-size: var(--footeraddress);
    width: 100%;
  }

  .text-block-41 {
    display: none;
  }

  .about-page-timeline-projects {
    width: 100%;
    margin-top: 10px;
  }

  .about-page-timeline-projects.loadmore {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-info-content.project-info-titles.flex.font-weight {
    border-bottom-color: var(--bordercolor);
    padding-left: 0;
  }

  .project-info-content.project-info-titles.flex.border-btm {
    border-width: 1px;
  }

  .project-info-content.project-info-titles.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px solid #fff;
    height: auto;
    padding-left: 5px;
  }

  .project-info-content.project-info-titles.flex.remove-btm-border {
    border-style: none;
    border-color: #f5f5f5;
  }

  .project-info-content.project-info-titles.flex.font-weight {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e6e4e4;
    padding-left: 0;
  }

  .div-block-46 {
    width: 25px;
    height: 25px;
  }

  .div-block-46.footer-phone-icon.mobile-icon {
    width: 34px;
    height: 34px;
  }

  .image-14 {
    width: auto;
    height: 10px;
  }

  .number_email {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .number {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .number_text {
    font-size: var(--footeraddress);
    padding-left: 5px;
  }

  .project-info-container {
    height: auto;
  }

  .contact-icon {
    height: 15px;
  }

  .project-info-title-child1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: var(--mobile-projects-sqft-size);
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-53 {
    display: none;
    overflow: hidden;
  }

  .div-block-53.hide {
    display: none;
  }

  .tabs-3.tab-main {
    justify-content: flex-start;
    align-items: center;
    height: 250px;
  }

  .tabs-content-3.tabs-content-project {
    height: 100%;
  }

  .tabs-menu-4.tabs-menu-projects {
    justify-content: flex-start;
    display: none;
    overflow: auto;
  }

  .image-20 {
    height: auto;
  }

  .div-block-56 {
    flex-flow: wrap;
    height: auto;
  }

  .div-block-57 {
    height: auto;
    padding-top: 20px;
    display: none;
  }

  .speaker-arrow-3 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow-3.left {
    width: 30px;
    height: 30px;
    margin-right: 84px;
    top: 45%;
    left: 0;
    right: 0;
  }

  .speaker-arrow-3.right {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 45%;
    right: 0;
  }

  .div-block-62 {
    height: 50vh;
  }

  .title-2 {
    font-size: var(--fontsizesidebar);
  }

  .div-block-63 {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 100%;
  }

  .div-block-64 {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .speaker-arrow-4 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .feasibility {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awards-link.link-3.change-color {
    color: var(--textcolorblack);
  }

  .awards-link.link-3 {
    font-size: 18px;
  }

  .publications-link.link-3.fontsize-change {
    color: var(--textcolorblack);
    font-size: var(--title-size);
    font-weight: 300;
  }

  .point-out.commercial-blue {
    width: 12px;
  }

  .point-out.commercial-blue.hide {
    width: 12px;
    height: 7px;
    display: flex;
  }

  .point-out.commercial-blue.width-static {
    width: 7px;
  }

  .point-out.feas-green.width-static {
    width: 7px;
  }

  .point-out.institutional-red.hide {
    width: 12px;
  }

  .point-out.housing-orange {
    width: 12px;
    display: flex;
  }

  .point-out.housing-orange.hide {
    background-color: #5b9477;
    width: 12px;
    display: flex;
  }

  .point-out.housing-orange.hide.yellow-mobile {
    background-color: #ffbf00;
    border-radius: 20px;
  }

  .point-out.housing-orange.width-static {
    width: 7px;
  }

  .point-out.interior-pink {
    width: 12px;
  }

  .point-out.interior-pink.hide {
    width: 12px;
    display: flex;
  }

  .point-out.interior-pink.width-static {
    width: 7px;
  }

  .point-out.feas-green {
    width: 12px;
  }

  .point-out.feas-green.hide, .point-out.housing-orange-copy {
    width: 12px;
    display: flex;
  }

  .point-out.housing-orange-copy.hide {
    background-color: #5b9477;
    width: 12px;
    display: flex;
  }

  .point-out.housing-orange-copy.hide.yellow-mobile {
    background-color: #ffbf00;
    border-radius: 20px;
  }

  .point-out.housing-orange-copy.width-static {
    width: 7px;
  }

  .list_of_proj {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-auto-flow: column;
    display: flex;
  }

  .list-of-project-name {
    font-size: var(--footeraddress);
  }

  .text-block-44 {
    font-size: var(--jr-name-size);
  }

  .text-block-44.hide {
    color: var(--gray);
    font-size: var(--mobile-projects-sqft-size);
    display: flex;
  }

  .speaker-slide-all {
    grid-template-columns: 1fr;
  }

  .text-block-45 {
    padding-top: 10px;
  }

  .text-block-46.spotlight {
    font-size: var(--fontsizesidebar);
  }

  .speaker-slider-5 {
    margin-top: 60px;
  }

  .speaker-arrow-5 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow-5.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-arrow-5.left.relative-center, .speaker-arrow-5.right.relative-center {
    top: 45%;
  }

  .speaker-name-2 {
    font-size: 42px;
  }

  .tabs-menu-5.more {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .all-tab-2, .all-tab-2.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .slide-image-4 {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content-4 {
    padding-bottom: 6px;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-68 {
    margin-top: 2rem;
  }

  .div-block-69 {
    width: 85%;
  }

  .menu-button-mobile {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding: 18px;
    display: flex;
    position: static;
  }

  .menu-button-mobile.w--open {
    background-color: #fff;
    height: 100%;
  }

  .div-block-70 {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-3 {
    height: 30px;
  }

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

  .workshop-link.link-3 {
    color: var(--textcolorblack);
    font-size: var(--title-size);
  }

  .padding-55px.remove-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-55px.remove-space {
    display: none;
  }

  .padding-55px.reduce-space {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .projectslink {
    font-size: 12px;
  }

  .image-23.flex {
    display: none;
  }

  .div-block-80.founder-grid {
    grid-template-columns: 1fr;
  }

  .small-scale-housing {
    justify-content: center;
    align-items: center;
  }

  .landing-page-text {
    font-size: 18px;
  }

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

  .div-block-82 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .speaker-slide-content-5 {
    padding-bottom: 6px;
  }

  .speaker-arrow-6 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow-6.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .title-3 {
    font-size: 16px;
  }

  .tabs-menu-6.more {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .speaker-slider-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .div-block-85 {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .text-block-49 {
    padding-top: 10px;
  }

  .speaker-slider-6 {
    margin-top: 60px;
  }

  .slide-image-5 {
    height: 40vh;
    min-height: 300px;
  }

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

  .div-block-86 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .speaker-arrow-7 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow-7.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .title-4 {
    font-size: 16px;
  }

  .title-4.remove-space-left.padding-top {
    padding-bottom: 10px;
  }

  .tabs-menu-7.more {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .div-block-87 {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .image-25 {
    width: 100%;
    height: 230px;
  }

  .text-block-52 {
    padding-top: 10px;
  }

  .speaker-slider-7 {
    margin-top: 60px;
  }

  .slide-image-6 {
    height: 40vh;
    min-height: 300px;
  }

  .link-block-18 {
    height: 100%;
    text-decoration: none;
  }

  .link-block-18.w--current {
    width: auto;
    margin-right: auto;
  }

  .tab-link-tab-1-3.w--current {
    width: auto;
  }

  .text-block-55 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-55.about-page-discription {
    font-size: 14px;
  }

  .text-block-55.about-page-discription.vigneswar {
    margin-top: 20px;
  }

  .div-block-92 {
    padding-top: 0;
  }

  .text-block-56 {
    font-size: 12px;
  }

  .root-commercial {
    font-size: var(--footeraddress);
    min-width: 100px;
  }

  .root-commercial.interiors-mobile-size {
    min-width: 80px;
  }

  .text-block-57 {
    min-width: 45px;
  }

  .margin-top-home, .margin-top-home.reduce-space {
    margin-top: 15px;
  }

  .margin-top-home.reduce-space.increase-space, .margin-top-home.increase-space.padding-20px {
    margin-top: 20px;
  }

  .margin-reco.bg-white {
    z-index: 5;
    background-color: #fff;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .div-block-100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .tabs-content-6 {
    margin-top: 150px;
  }

  .hide {
    display: flex;
  }

  .hide.footerhide {
    display: none;
  }

  .div-block-102 {
    flex-flow: column;
    width: 100%;
    display: flex;
    position: static;
  }

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

  .rec-popup-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .rec-popup-card {
    width: 100%;
    padding: 30px 15px;
    top: 15%;
  }

  .navbar-3 {
    background-color: #fff;
  }

  .lottie-animation-4 {
    height: 20px;
  }

  .icon-2 {
    font-size: 35px;
  }

  .div-block-104 {
    width: 90%;
  }

  .border {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .div-block-105 {
    justify-content: center;
    align-items: center;
  }

  .text-block-63 {
    width: 100%;
  }

  .mobilenavbar {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 35px;
  }

  .image-34 {
    height: 40px;
  }

  .text-span-6, .text-span-7, .text-span-8 {
    display: none;
  }

  .slider-2 {
    width: auto;
    height: 200px;
    margin-top: 63px;
    display: block;
  }

  .slide-3.kress-slide {
    padding-left: 0;
  }

  .home-page-slider-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .home-page-slider-text.move-to-right {
    bottom: 30px;
    right: 30px;
  }

  .text-block-67 {
    font-size: 12px;
  }

  .button-16.project-large-housing {
    width: 137px;
  }

  .button-16.project-large-housing.btn-active.w--current {
    width: 140px;
  }

  .button-16.project-commercial {
    width: 110px;
  }

  .button-16.projects-institutional {
    width: 115px;
  }

  .button-16.projects-interior {
    width: 90px;
  }

  .div-block-111 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .div-block-111.bottom-space {
    padding-bottom: 15px;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .div-block-115 {
    bottom: 100px;
  }

  .div-block-116 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-119 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .margin-2 {
    margin-top: 0;
  }

  .tabline, .text-block-68 {
    display: none;
  }

  .tab-link-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #efefef;
    border-radius: 8px;
    flex-flow: row;
    justify-content: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-2.w--current {
    background-color: #d8d7d7;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-2.all {
    display: none;
  }

  .tab-link-2.large-housing {
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-2.small-housing {
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 35px;
  }

  .tab-link-2.commercial-housing, .tab-link-2.institutional-housing {
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 35px;
  }

  .tab-link-2.interior-about {
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 35px;
  }

  .tab-link-2.feasibility-housing {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 35px;
  }

  .tab-link-2.all-housing {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
  }

  .image-38 {
    width: auto;
    height: 10px;
  }

  .text-block-70 {
    width: 100px;
  }

  .div-block-121 {
    width: 25px;
    height: 25px;
  }

  .text-block-71 {
    width: 90%;
    font-size: 14px;
  }

  .image-39.flex {
    display: none;
  }

  .project-info-title-child1-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
  }

  .timeline-slider-2 {
    background-color: #efefef;
  }

  .tabs-menu-8 {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    background-color: #dad9d9;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    overflow: visible;
  }

  .tabs-menu-8.padding-btm {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-bottom: 11px;
    display: flex;
  }

  .text-block-72 {
    font-size: 13px;
  }

  .text-block-72.hide {
    width: 100100%;
    padding-left: 10px;
    font-size: 10px;
    display: flex;
  }

  .text-block-72.hide.font-size {
    padding-left: 17px;
    font-size: 14px;
  }

  .div-block-123 {
    display: none;
    overflow: hidden;
  }

  .div-block-123.hide {
    display: none;
  }

  .div-block-124 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-40, .image-40.footer-image {
    width: 135px;
  }

  .tab-pane-tab-6, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lottie-animation-7 {
    width: 70px;
    height: 30px;
  }

  .navbar_wrapper-2 {
    max-width: 90%;
    height: auto;
  }

  .text-block-75 {
    font-size: 12px;
  }

  .div-block-128 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 14px;
  }

  .margin-3 {
    margin-top: 0;
  }

  .div-block-129 {
    flex-flow: wrap;
    height: auto;
  }

  .div-block-130 {
    height: auto;
    padding-top: 20px;
  }

  .div-block-130.hide {
    display: none;
  }

  .div-block-132 {
    width: auto;
  }

  .tabs-content-7.tabs-content-project {
    height: 100%;
  }

  .tabs-8.tab-main {
    justify-content: flex-start;
    align-items: center;
    height: 250px;
  }

  .text-block-76 {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }

  .body_title-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .slide-arrow-2 {
    width: 15px;
  }

  .text-block-78 {
    font-size: 14px;
  }

  .project-info-titles-2 {
    width: 90%;
  }

  .text-block-79 {
    font-size: 12px;
  }

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

  .project-spec-info-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .speaker-arrow-8 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow-8.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-arrow-8.left.relative-center, .speaker-arrow-8.right.relative-center {
    top: 45%;
  }

  .image-45 {
    height: auto;
  }

  .title-5 {
    font-size: 16px;
  }

  .title-5.remove-space-btm.remove-space-left {
    line-height: 14px;
  }

  .text-block-82 {
    font-size: 12px;
  }

  .footer_child2-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .lottie-animation-8 {
    width: 70px;
    height: 30px;
  }

  .text-block-83 {
    font-size: 12px;
  }

  .div-block-146 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 14px;
  }

  .margin-4 {
    margin-top: 0;
  }

  .div-block-147 {
    flex-flow: wrap;
    height: auto;
  }

  .div-block-148 {
    height: auto;
    padding-top: 20px;
  }

  .div-block-148.hide {
    display: none;
  }

  .div-block-150 {
    width: auto;
  }

  .tabs-content-8.tabs-content-project {
    height: 100%;
  }

  .tabs-9.tab-main {
    justify-content: flex-start;
    align-items: center;
    height: 250px;
  }

  .text-block-84 {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }

  .slide-arrow-3 {
    width: 15px;
  }

  .text-block-86 {
    font-size: 14px;
  }

  .project-info-titles-3 {
    width: 90%;
  }

  .text-block-87 {
    font-size: 12px;
  }

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

  .speaker-arrow-9 {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow-9.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-arrow-9.left.relative-center, .speaker-arrow-9.right.relative-center {
    top: 45%;
  }

  .image-50 {
    height: auto;
  }

  .text-block-90 {
    font-size: 12px;
  }

  .div-block-162 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grayscale-2 {
    height: auto;
  }

  .div-block-165 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-91 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-91.about-page-discription {
    font-size: 14px;
  }

  .text-block-92, .meet-team-name-3 {
    font-size: 12px;
  }

  .div-block-166 {
    border-top-style: none;
  }

  .div-block-166.remove-space {
    padding-top: 0;
  }

  .div-block-167 {
    height: 460px;
  }

  .div-block-168 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-170 {
    border-bottom-color: red;
  }

  .reco-text {
    font-size: var(--footeraddress);
    font-weight: 300;
    line-height: 25px;
  }

  .text-block-94.padding-top {
    padding-top: 10px;
  }

  .text-block-94.padding-top.remove-space {
    padding-top: 0;
  }

  .meet-the-team-text {
    padding-bottom: 10px;
  }

  .div-block-171 {
    width: 25px;
    height: 25px;
  }

  .project-info-title-child1-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
  }

  .text-block-95 {
    display: none;
  }

  .image-51 {
    width: auto;
    height: 10px;
  }

  .text-block-96 {
    width: 100%;
    font-size: 14px;
  }

  .lightbox {
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: flex;
    position: relative;
  }

  .image-52 {
    border-radius: 5px;
  }

  .div-block-173 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

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

  .projects-all {
    padding-top: 96px;
  }

  .projects-menu {
    z-index: 1;
    background-color: #fff;
    flex-flow: wrap;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    top: 80px;
  }

  .projects-largehousing {
    width: 100%;
    padding-top: 150px;
  }

  .projects-commercial, .projects-smallhousing {
    padding-top: 150px;
  }

  .div-block-175 {
    margin-top: 45px;
  }

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

  .projects-institutional-info, .projects-interior-info {
    padding-top: 150px;
  }

  .link-block-26 {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .all-about {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    display: flex;
  }

  .div-block-178, .div-block-179 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    display: flex;
  }

  .image-53 {
    border-radius: 5px;
  }

  .div-block-180 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .image-55 {
    border-radius: 5px;
  }

  .div-block-181 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .image-57 {
    border-radius: 5px;
  }

  .div-block-182 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .image-59 {
    border-radius: 5px;
  }

  .div-block-183 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .image-61 {
    border-radius: 5px;
  }

  .div-block-184 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .image-63 {
    border-radius: 5px;
  }

  .div-block-185 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .image-65 {
    border-radius: 5px;
  }

  .div-block-186 {
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

#w-node-eeda001b-1dad-a29d-48e2-60e8083e886b-6c90fb37 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_534ad72e-8ea8-659b-0377-eaffa38501ad-6c90fb74, #w-node-_3768ad08-b79c-d448-7067-f42a453d76f1-6c90fb74, #w-node-a28d576e-85aa-9e77-099c-72fff51c85bd-6c90fb74, #w-node-a8864c27-1448-23d4-e4b0-b97ba1c086af-6c90fb74, #w-node-_495f37e2-f0eb-e7e0-e255-dc37faf13d60-6c90fb74, #w-node-_76533d86-0de8-4b1b-8408-e0b622f3eb31-6c90fb74, #w-node-ed59658b-f4f4-ddc6-a955-1223d87c2fd3-6c90fb74, #w-node-_54376cfc-db69-06fe-cd39-04a29cacda8a-6c90fb74, #w-node-_41debec1-35be-f084-8bbb-43869694e9f5-6c90fb74, #w-node-c11ec5d4-4013-e6a1-85f4-998c89ac44e2-6c90fb74, #w-node-a26f2084-d3f6-a82e-ec4a-15bb3e1c89f5-6c90fb74, #w-node-_39908de6-4882-af55-61b0-217d1b2f3e90-6c90fb74, #w-node-a31491ed-0dd5-dacb-7599-d38d73f759f2-6c90fb74, #w-node-b0591f43-dd94-6add-5492-3578c8b44291-6c90fb75, #w-node-_54376cfc-db69-06fe-cd39-04a29cacda8a-5c0bb0d2, #w-node-_41debec1-35be-f084-8bbb-43869694e9f5-5c0bb0d2, #w-node-c11ec5d4-4013-e6a1-85f4-998c89ac44e2-5c0bb0d2, #w-node-a26f2084-d3f6-a82e-ec4a-15bb3e1c89f5-5c0bb0d2, #w-node-_39908de6-4882-af55-61b0-217d1b2f3e90-5c0bb0d2, #w-node-a31491ed-0dd5-dacb-7599-d38d73f759f2-5c0bb0d2, #w-node-_534ad72e-8ea8-659b-0377-eaffa38501ad-5c0bb0d2, #w-node-_3768ad08-b79c-d448-7067-f42a453d76f1-5c0bb0d2, #w-node-a28d576e-85aa-9e77-099c-72fff51c85bd-5c0bb0d2, #w-node-_495f37e2-f0eb-e7e0-e255-dc37faf13d60-5c0bb0d2, #w-node-_76533d86-0de8-4b1b-8408-e0b622f3eb31-5c0bb0d2, #w-node-ed59658b-f4f4-ddc6-a955-1223d87c2fd3-5c0bb0d2, #w-node-a8864c27-1448-23d4-e4b0-b97ba1c086af-5c0bb0d2, #w-node-_54376cfc-db69-06fe-cd39-04a29cacda8a-34167d5f, #w-node-_41debec1-35be-f084-8bbb-43869694e9f5-34167d5f, #w-node-c11ec5d4-4013-e6a1-85f4-998c89ac44e2-34167d5f, #w-node-a26f2084-d3f6-a82e-ec4a-15bb3e1c89f5-34167d5f, #w-node-_39908de6-4882-af55-61b0-217d1b2f3e90-34167d5f, #w-node-a31491ed-0dd5-dacb-7599-d38d73f759f2-34167d5f, #w-node-_534ad72e-8ea8-659b-0377-eaffa38501ad-34167d5f, #w-node-_3768ad08-b79c-d448-7067-f42a453d76f1-34167d5f, #w-node-a28d576e-85aa-9e77-099c-72fff51c85bd-34167d5f, #w-node-a8864c27-1448-23d4-e4b0-b97ba1c086af-34167d5f, #w-node-_495f37e2-f0eb-e7e0-e255-dc37faf13d60-34167d5f, #w-node-_76533d86-0de8-4b1b-8408-e0b622f3eb31-34167d5f, #w-node-ed59658b-f4f4-ddc6-a955-1223d87c2fd3-34167d5f, #w-node-c25d2151-632d-e937-ee4b-2bb7979c0ba5-34167d5f, #w-node-c25d2151-632d-e937-ee4b-2bb7979c0bad-34167d5f, #w-node-c25d2151-632d-e937-ee4b-2bb7979c0bb5-34167d5f, #w-node-_54376cfc-db69-06fe-cd39-04a29cacda8a-8f16aa79, #w-node-_41debec1-35be-f084-8bbb-43869694e9f5-8f16aa79, #w-node-c11ec5d4-4013-e6a1-85f4-998c89ac44e2-8f16aa79, #w-node-a26f2084-d3f6-a82e-ec4a-15bb3e1c89f5-8f16aa79, #w-node-_39908de6-4882-af55-61b0-217d1b2f3e90-8f16aa79, #w-node-a31491ed-0dd5-dacb-7599-d38d73f759f2-8f16aa79, #w-node-_534ad72e-8ea8-659b-0377-eaffa38501ad-8f16aa79, #w-node-_3768ad08-b79c-d448-7067-f42a453d76f1-8f16aa79, #w-node-a28d576e-85aa-9e77-099c-72fff51c85bd-8f16aa79, #w-node-a8864c27-1448-23d4-e4b0-b97ba1c086af-8f16aa79, #w-node-_495f37e2-f0eb-e7e0-e255-dc37faf13d60-8f16aa79, #w-node-_76533d86-0de8-4b1b-8408-e0b622f3eb31-8f16aa79, #w-node-ed59658b-f4f4-ddc6-a955-1223d87c2fd3-8f16aa79, #w-node-_54376cfc-db69-06fe-cd39-04a29cacda8a-8f16b7e6, #w-node-_41debec1-35be-f084-8bbb-43869694e9f5-8f16b7e6, #w-node-c11ec5d4-4013-e6a1-85f4-998c89ac44e2-8f16b7e6, #w-node-a26f2084-d3f6-a82e-ec4a-15bb3e1c89f5-8f16b7e6, #w-node-_39908de6-4882-af55-61b0-217d1b2f3e90-8f16b7e6, #w-node-a31491ed-0dd5-dacb-7599-d38d73f759f2-8f16b7e6, #w-node-_534ad72e-8ea8-659b-0377-eaffa38501ad-8f16b7e6, #w-node-_3768ad08-b79c-d448-7067-f42a453d76f1-8f16b7e6, #w-node-a28d576e-85aa-9e77-099c-72fff51c85bd-8f16b7e6, #w-node-a8864c27-1448-23d4-e4b0-b97ba1c086af-8f16b7e6, #w-node-_495f37e2-f0eb-e7e0-e255-dc37faf13d60-8f16b7e6, #w-node-_76533d86-0de8-4b1b-8408-e0b622f3eb31-8f16b7e6, #w-node-ed59658b-f4f4-ddc6-a955-1223d87c2fd3-8f16b7e6, #w-node-_54376cfc-db69-06fe-cd39-04a29cacda8a-2310fb73, #w-node-_41debec1-35be-f084-8bbb-43869694e9f5-2310fb73, #w-node-c11ec5d4-4013-e6a1-85f4-998c89ac44e2-2310fb73, #w-node-a26f2084-d3f6-a82e-ec4a-15bb3e1c89f5-2310fb73, #w-node-_39908de6-4882-af55-61b0-217d1b2f3e90-2310fb73, #w-node-a31491ed-0dd5-dacb-7599-d38d73f759f2-2310fb73, #w-node-_534ad72e-8ea8-659b-0377-eaffa38501ad-2310fb73, #w-node-_3768ad08-b79c-d448-7067-f42a453d76f1-2310fb73, #w-node-a28d576e-85aa-9e77-099c-72fff51c85bd-2310fb73, #w-node-a8864c27-1448-23d4-e4b0-b97ba1c086af-2310fb73, #w-node-_495f37e2-f0eb-e7e0-e255-dc37faf13d60-2310fb73, #w-node-_76533d86-0de8-4b1b-8408-e0b622f3eb31-2310fb73, #w-node-ed59658b-f4f4-ddc6-a955-1223d87c2fd3-2310fb73, #w-node-_47404b91-9ee3-0de0-805a-4da0cd0c9b6e-2310fb73, #w-node-_47404b91-9ee3-0de0-805a-4da0cd0c9b76-2310fb73, #w-node-_47404b91-9ee3-0de0-805a-4da0cd0c9b86-2310fb73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4757f6e3-3786-b338-c8ee-07932f7e9b9f-6c90fb37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eeda001b-1dad-a29d-48e2-60e8083e886b-6c90fb37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


