.navbar-container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}

.main-text-button-href {
  text-decoration: none;
}

.navbar-burger-menu-closed {
  position: absolute;
  width: 100%;
  height: 0vh;
  z-index: 9;
  transition: 0.3s;
  background: white;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.navbar-burger-menu-closed .container {
  width: 80vw !important;
  max-width: 1208px;
}

.logo-colorized-black {
  transition: 0.3s;
  filter: invert(1);
  -webkit-filter: invert(1);
}

.navbar-burger-menu-opened {
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.menu-text {
  margin-top: 112px;
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #4C9EAA;
  text-transform: uppercase;
}

.burger-menu-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 323px;
  margin: 0;
  margin-top: 32px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .burger-menu-list ul {
    justify-content: flex-start;
  }
}
.burger-menu-list > ul > li {
  list-style-type: none;
  display: block;
  padding-top: 32px;
}

.burger-menu-list > ul > li:first-child {
  padding-top: 0;
}

.burger-menu-list > ul > li > a {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  text-decoration: none;
  color: black;
}

.burger-menu-button {
  margin-top: 138px;
}

.burger-menu-button > button {
  cursor: pointer;
  font-family: Oswald, sans-serif;
  background: #82776C;
  font-size: 18px;
  height: 56px;
  width: 100%;
  border-radius: 2px;
  font-weight: 300;
  border: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.navbar-bg-white {
  background: white;
}

.navbar-bg-white {
  background: white;
}

.header-after-scroll {
  background: #fff !important;
  transition: background-color 200ms linear;
}

.navbar {
  width: 100%;
  position: fixed;
  z-index: 10;
  min-height: 80px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
}
.navbar .navbar-btn {
  cursor: pointer;
  font-family: Oswald, sans-serif;
  background: #82776C;
  font-size: 18px;
  height: 56px;
  width: 150px;
  border-radius: 2px;
  font-weight: 300;
  border: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.navbar .navbar-btn:hover {
  background: #6A6056;
}
.navbar .second-nav-column {
  display: flex;
  justify-content: center;
}
.navbar .second-nav-column .nav-ul {
  display: flex;
  margin: 0;
  padding: 0;
  color: white;
}
.navbar .second-nav-column .nav-ul > li {
  list-style-type: none;
  display: block;
  padding: 13px 10px;
  margin-left: 40px;
  border-bottom: 1px solid transparent;
  z-index: 10;
}
.navbar .second-nav-column .nav-ul > li:hover {
  border-bottom: 1px solid #E0F8FF;
}
.navbar .second-nav-column .nav-ul > li:first-child {
  margin-left: 0;
}
.navbar .second-nav-column .nav-ul-black li {
  border-bottom: 1px solid transparent;
}
.navbar .second-nav-column .nav-ul-black li:hover {
  border-bottom: 1px solid #82776C;
}
.navbar .second-nav-column .nav-ul-black li:hover .nav-li-black {
  color: #82776C;
}
.navbar .second-nav-column .nav-link {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.navbar .second-nav-column .nav-li-black {
  color: black;
}
.navbar .second-nav-column .nav-li-black:hover {
  color: #82776C;
}
.navbar .menu-icon {
  display: none;
  cursor: pointer;
}
.navbar .burger-icon-black {
  filter: invert(1);
}
.navbar .close-icon {
  display: none;
}
/**
 * Office Retail Redesign
 */
html {
  scroll-behavior: smooth!important;
}
 /**
  * Utilities Start
  */
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
.position-absolute {
  position: absolute !important;
}
.position-relative {
  position: relative !important;
}
.title-color-primary {
  color: #231F20 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.w-100 {
  width: 100%;
}
/**
  * Utilities End
  */

.site_header .main-header-block .primary-text {
  position: relative;
  z-index: 4;
}
.page-template-template-office .site_header .main-header-block .arrow-down,
.page-template-template-retail .site_header .main-header-block .arrow-down {
  z-index: 4;
  top: 60%;
  right: 13%;
  margin: 0 30px 15px 0;
}
.site_header .main-header-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #4C9EAA 0%, #ced2d2 100%);
  margin: 0;
  background-size: cover;
  /* height: 100vh; */
}
.site_header .main-header-block .main-text {
  position: relative;
  z-index: 4;
}
.site_header .main-header-block .main-text .large {
  white-space: nowrap;
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
.site_header .main-header-block .main-text .small {
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  color: white;
  margin-top: 8px;
  margin-bottom: 40px;
  width: 120%;
}
.site_header .main-header-block .main-text-buttons {
  display: flex;
  width: 90%;
  min-width: 528px;
  margin-top: 10px;
}
.site_header .main-header-block .button-decoration {
  font-size: 15px;
  margin-left: 20px;
}
.site_header .main-header-block .main-header-second-column {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.site_header .main-header-block .grey-button {
  color: #231F20;
  background: #DFCDB7;
  font-weight: 400;
}
.site_header .main-header-block .bottom-header-text {
  position: absolute;
  bottom: 5%;
  z-index: 4;
}
.site_header .main-header-block .main-image-block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-image-block .building {
  width: 100%;
}
.site_header .main-header-block img.header-wave {
  position: absolute;
  bottom: -10%;
  z-index: 10;
  width: 100%;
}
.page-template-template-office .site_header .main-header-block .container,
.page-template-template-retail .site_header .main-header-block .container {
  width: 80vw !important;
  max-width: 1208px;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate : -50% -50%;
}
.site_header .main-header-block .transparent-button {
  background-color: transparent;
  color: #fff;
  padding: 20px 32px;
  font-weight: 400;
  margin-left: 0.5rem;
}
.site_header .main-header-block .transparent-button:hover {
  color: #231F20;
  background: #DFCDB7;
}
.page-template-template-office .site_header .main-header-block .primary-text p,
.page-template-template-retail .site_header .main-header-block .primary-text p {
  margin: 0 0 40px 0;
  font-size: 24px;
}
.page-template-template-office .section-text-main,
.page-template-template-retail .section-text-main {
  width: 100%;
  max-width: 700px;
}
.page-template-template-office .section-text-main p,
.page-template-template-retail .section-text-main p {
  font-size: 24px;
}
.page-template-template-office .site_main .project-info,
.page-template-template-retail .site_main .project-info {
  padding-block: 120px;
  min-height: unset;
}
.page-template-template-office .cards,
.page-template-template-retail .cards {
  padding: 10.5rem 0 8rem;
}
.page-template-template-office p.benefits-title,
.page-template-template-retail p.benefits-title {
  text-align: left;
  margin-bottom: 24px;
}
.page-template-template-office .benefits-description,
.page-template-template-retail .benefits-description {
  font-size: 18px;
  display: block;
  width: 585px;
  margin-bottom: 80px;
}
.page-template-template-office .card__box h4,
.page-template-template-retail .card__box h4 {
  font-size: 2.5rem;
  font-weight: 800;
}
.page-template-template-office .card__box .link span,
.page-template-template-retail .card__box .link span {
  font-size: 1.5rem;
  font-weight: 700;
}
.page-template-template-office .card__box .link svg,
.page-template-template-retail .card__box .link svg {
  width: 10px;
}
.page-template-template-office .about-map-text .section-text-title,
.page-template-template-retail .about-map-text .section-text-title {
  margin-bottom: 24px;
}
.page-template-template-office .about-map-text .section-text-mai,
.page-template-template-retail .about-map-text .section-text-main{
  font-size: 24px;
}
.page-template-template-office .site_main .about-map .about-map-tabs,
.page-template-template-retail .site_main .about-map .about-map-tabs {
  margin-top: 72px;
}
.page-template-template-office .contacts .contact-checkbox-input,
.page-template-template-retail .contacts .contact-checkbox-input {
  margin-top: 24px;
}
.page-template-template-office .contacts .control__indicator,
.page-template-template-retail .contacts .control__indicator {
  background-color: #F7F5F2;
}
.page-template-template-office .contacts .contact-inputs .placeholder-text,
.page-template-template-retail .contacts .contact-inputs .placeholder-text {
  background-color: #F7F5F2;
}
.page-template-template-office .contacts .description-refs .description,
.page-template-template-retail .contacts .description-refs .description {
  font-size: 14px;
}
.page-template-template-office .contacts button.contact-submit-button,
.page-template-template-retail .contacts button.contact-submit-button {
  margin-top: 40px;
}
.benefits .benefits-card.noborder {
  border-right: 0;
}


 /**
 * Office Retail Redesign End
 */
@media screen and (max-width: 1560px) {
  .navbar .second-nav-column .nav-ul > li {
    margin-left: 2.5vw;
  }
  .navbar .second-nav-column .nav-ul > li:first-child {
    margin-left: 0;
  }
  .navbar .second-nav-column .nav-link {
    font-size: 1.15vw;
  }
  .site_header .main-header-block img.header-wave { 
    bottom: -6%;
  }
}
@media screen and (max-width: 990px) {
  .navbar .navbar-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-btn {
    display: none;
  }
  .navbar .burger-menu-button button {
    display: flex;
  }
  .navbar .nav-ul {
    display: none !important;
  }
  .navbar .third-nav-column {
    align-items: center;
  }
  .navbar .menu-icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    height: 15px;
  }
  .site_header .main-header-block img.header-wave { 
    bottom: -4%;
  }
}
@media screen and (max-width: 568px) {
  .navbar {
    min-height: unset;
  }
  .navbar .navbar-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .nav-logo {
    width: 70px;
    height: 40px;
  }
  .navbar .container {
    width: 80vw;
  }
  .navbar .navbar-btn {
    width: 100%;
  }
  .navbar .burger-menu-button {
    margin-top: 165px;
  }
  .site_header .main-header-block img.header-wave { 
    bottom: -2.5%;
  }
}

@media screen and (max-width: 320px) {
  .menu-text {
    margin-top: 108px;
  }

  .burger-menu-list ul {
    height: 283px;
  }
  .site_header .main-header-block img.header-wave { 
    bottom: -1.4%;
  }
}

/*# sourceMappingURL=navbar.css.map */


/*  */