@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Rozha+One");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Custom Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
/* H-tags */
h1, .h1 {
  font-size: 32px;
  letter-spacing: 1.28px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 38px;
    letter-spacing: 1.9px;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
    letter-spacing: 3.36px;
  }
}

h2, .h2 {
  font-size: 25px;
  letter-spacing: 1.75px;
  font-weight: 300;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    letter-spacing: 1.96px;
    line-height: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
    letter-spacing: 2.24px;
    line-height: 53px;
  }
}

h3, .h3 {
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}

br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  br {
    display: block;
  }
}

strong {
  font-weight: 700;
}

/*
* General styles
*/
* {
  box-sizing: border-box;
}

.ease, .btn a, #floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container .label-option, #floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container .checkmark, .inner-navigation, .dropdown-list-wrapper .dropdown-list .dropdown-options, .dropdown-list-wrapper .dropdown-list .dropdown-options .option {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html.block-scroll, body.block-scroll {
  overflow: hidden;
}

html {
  font-size: 16px;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "new-frank", sans-serif;
  font-weight: 400;
  color: #333F48;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
body.popup-active {
  overflow: hidden;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #0070CD;
}
.btn.btn-primary a {
  color: #fff;
}

/* Images */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SVGs */
svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Slick Dots */
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.slick-dots li button {
  background: transparent;
  border: none;
  outline: none;
}
.slick-dots li button svg {
  width: 36px;
  height: 88px;
}
.slick-dots li button svg path {
  fill: transparent;
  stroke: #333F48;
  stroke-width: 0.5px;
  transition: all .3s ease-in-out;
}
.slick-dots li.slick-active button svg {
  width: 36px;
  height: 88px;
}
.slick-dots li.slick-active button svg path {
  fill: #333F48;
  stroke: transparent;
}

/* Slick Arrows */
.slick-next {
  position: absolute;
  left: 0;
  bottom: 0;
  height: fit-content;
}
.slick-next:hover {
  cursor: pointer;
}

/* Link With Arrow */
.link-with-arrow {
  position: relative;
  padding: 0 0 0 65px;
  line-height: 50px;
  font-size: 16px;
  font-family: "effra-cc", sans-serif;
  text-transform: uppercase;
}
.link-with-arrow__circle {
  position: absolute;
  color: inherit;
  font-weight: 900;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid;
  transition: background-color .3s ease-in-out;
}
.link-with-arrow__circle svg {
  position: absolute;
  left: 52%;
  top: 50%;
  width: 13px;
  height: 14px;
  transform: translate(-48%, -50%);
}
.link-with-arrow__circle svg path {
  fill: currentColor;
}

.ui-selectmenu-button.ui-button {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  max-width: 210px;
  background: #fff;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #9DB0AC;
  padding: 7px 12px;
}
.ui-selectmenu-button.ui-button[aria-expanded="true"] {
  border-radius: 0;
  border-bottom-color: transparent;
}
.ui-selectmenu-button.ui-button[aria-expanded="true"] .ui-selectmenu-icon.ui-icon {
  transform: rotate(180deg) translateY(50%);
}
.ui-selectmenu-button.ui-button:hover, .ui-selectmenu-button.ui-button:focus {
  border: 1px solid #9DB0AC;
  background: #fff;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  background-image: url("../images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 7px;
  transition: transform .3s ease-in-out;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  color: #333F48;
  font-family: "effra-cc", sans-serif;
  margin-right: 18px;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content {
  overflow: hidden auto;
  max-height: 400px;
  border: 1px solid #000;
  background-color: #fff;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item {
  flex: 0 1 100%;
  border: none;
  background-color: #fff;
  font-size: 17px;
  line-height: 28px;
  color: #333F48;
  font-family: "effra-cc", sans-serif;
  cursor: pointer;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-of-type {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-of-type .ui-menu-item-wrapper {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-of-type .ui-menu-item-wrapper.ui-state-active {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px;
  border-bottom: 1px solid #000;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  color: #fff;
  background: #6787B7;
  border-bottom: 1px solid #000;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-menu.g-translator .ui-menu.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  padding: 2px 10px;
}

/* TITLES */
#floor-plans .filters-section__content .filters-row .filter-group .filter-label label {
  font-family: "new-frank", sans-serif;
  font-size: 12px;
  letter-spacing: 0.84px;
  color: #6787B7;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

/* CORNERS */
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container .label-option {
  font-family: "effra-cc", sans-serif;
  font-size: 17px;
  color: #333F48;
  line-height: 26px;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #9DB0AC;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container:hover input[type="checkbox"] ~ .checkmark {
  background-color: #6787B7;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container:hover input[type="checkbox"] ~ .checkmark:after {
  color: #fff;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #6787B7;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .checkbox-container input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container {
  cursor: initial;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container .label-option {
  color: #333F48;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container .checkmark {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container .checkmark:after {
  color: #333F48;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container input[type="checkbox"]:checked ~ .checkmark:after {
  color: #333F48;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #ebebeb;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options .disabled.checkbox-container:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ebebeb;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 100;
}
.header.hidden-subheader .header__main-menu {
  padding: 20px 20px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 20px;
  column-gap: 30px;
  transition: all .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__main-menu {
    padding: 22px 25px;
  }
}
.header__schedule-tour-box, .header .phone {
  display: none;
}
@media only screen and (min-width: 360px) {
  .header__schedule-tour-box, .header .phone {
    display: block;
  }
}
.header__schedule-tour-link {
  position: relative;
  display: block;
  color: #333F48;
  text-transform: uppercase;
  font-size: 0;
  padding: 0 0 10px;
  width: 24px;
  height: 24px;
}
.header__schedule-tour-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/calendar-solid.svg");
  background-repeat: no-repeat;
  object-fit: contain;
  transition: all .3s ease-in-out;
}
.header__schedule-tour-link:hover:before {
  transform: scale(1.1);
  filter: invert(63%) sepia(69%) saturate(516%) hue-rotate(337deg) brightness(101%) contrast(89%);
}
@media only screen and (min-width: 768px) {
  .header__schedule-tour-link {
    display: inline;
    width: auto;
    height: auto;
    font-size: 13px;
  }
  .header__schedule-tour-link:before {
    height: 1px;
    background-image: none;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
  }
  .header__schedule-tour-link:hover:before {
    transform: none;
    filter: none;
    background-color: #333F48;
  }
}
.header__content {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .header__content {
    column-gap: 30px;
  }
}
.header__content .phone__number {
  position: relative;
  display: block;
  color: #BD472A;
  font-size: 0;
  padding: 0 0 10px;
  width: 24px;
  height: 24px;
}
.header__content .phone__number:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/phone-solid.svg");
  background-repeat: no-repeat;
  object-fit: contain;
  transition: all .3s ease-in-out;
}
.header__content .phone__number:hover:before {
  transform: scale(1.1);
  filter: invert(63%) sepia(69%) saturate(516%) hue-rotate(337deg) brightness(101%) contrast(89%);
}
@media only screen and (min-width: 768px) {
  .header__content .phone__number {
    display: inline;
    width: auto;
    height: auto;
    font-size: 13px;
  }
  .header__content .phone__number:before {
    height: 1px;
    background-image: none;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
  }
  .header__content .phone__number:hover:before {
    transform: none;
    filter: none;
    background-color: #BD472A;
  }
}
.header__priority-navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__priority-navigation {
    display: block;
  }
}
.header__priority-navigation ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .header__priority-navigation ul {
    column-gap: 30px;
  }
}
.header__priority-navigation ul li a {
  position: relative;
  padding: 0 0 10px;
  color: #333F48;
  font-size: 13px;
  text-transform: uppercase;
}
.header__priority-navigation ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: background-color .3s ease-in-out;
}
.header__priority-navigation ul li a:hover:before {
  background: #333F48;
}
.header__submenu {
  width: 100%;
  padding: 10px 25px;
  background: #232B31;
  transition: all .3s ease-in-out;
}
.header__submenu-navigation ul {
  display: flex;
  align-items: center;
}
.header__submenu-navigation ul li {
  padding: 0 20px;
}
.header__submenu-navigation ul li:nth-of-type(even) a:before {
  background: #007367;
}
.header__submenu-navigation ul li:nth-of-type(odd) a:before {
  background: #F19C49;
}
.header__submenu-navigation ul li a {
  position: relative;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  z-index: 5;
}
.header__submenu-navigation ul li a:before {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -13px;
  width: calc(100% + 40px);
  height: 5px;
  transition: height .3s ease-in-out;
  z-index: -1;
}
.header__submenu-navigation ul li a:hover:before {
  height: calc(100% + 25px);
}
.header .logo {
  position: relative;
  display: flex;
  padding: 0 11px;
}
.header .logo:before, .header .logo:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 36px;
}
.header .logo:before {
  left: 0;
  border-top: 1px solid #252F38;
  border-left: 1px solid #252F38;
  transition: left .3s ease-in-out;
}
.header .logo:after {
  right: 0;
  border-bottom: 1px solid #252F38;
  border-right: 1px solid #252F38;
  transition: right .3s ease-in-out;
}
.header .logo:hover:before {
  left: -11px;
}
.header .logo:hover:after {
  right: -11px;
}
.header .logo__img {
  height: auto;
  object-fit: contain;
}
.header .logo__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#nav-trigger {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 37px;
  height: 13.5px;
  padding: 0 11px;
}
#nav-trigger:before, #nav-trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 36px;
}
#nav-trigger:before {
  left: 0;
  border-top: 1px solid #252F38;
  border-left: 1px solid #252F38;
  transition: left .3s ease-in-out;
}
#nav-trigger:after {
  right: 0;
  border-bottom: 1px solid #252F38;
  border-right: 1px solid #252F38;
  transition: right .3s ease-in-out;
}
#nav-trigger:hover:before {
  left: -11px;
}
#nav-trigger:hover:after {
  right: -11px;
}
#nav-trigger:focus {
  outline: auto 5px Highlight;
  outline: -webkit-focus-ring-color auto 5px;
}
#nav-trigger .trigger-wrap {
  position: relative;
}
#nav-trigger .trigger-wrap span {
  background-color: #000;
  margin: 0 auto;
  display: block;
  top: 5.7px;
  height: 2px;
  position: absolute;
  opacity: 1;
  right: 0;
  width: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav-trigger .trigger-wrap span:first-child {
  top: 0px;
}
#nav-trigger .trigger-wrap span:last-child {
  top: 10.4px;
}
#nav-trigger.active {
  z-index: 10;
}
#nav-trigger.active .trigger-wrap span {
  background-color: #000;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
}
#nav-trigger.active .trigger-wrap span:first-child, #nav-trigger.active .trigger-wrap span:last-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: 0;
}
#nav-trigger.active .trigger-wrap span:nth-child(2) {
  opacity: 0;
  top: 6px;
}
#nav-trigger.active .trigger-wrap span:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.inner-navigation {
  background-color: #fff;
  position: fixed;
  width: 100%;
  right: -100%;
  height: 100vh;
  top: 0;
  z-index: 5;
  overflow: scroll;
  padding: 110px 0 30px;
}
@media only screen and (min-width: 768px) {
  .inner-navigation {
    padding: 0;
  }
}
.inner-navigation.active {
  right: 0;
}
.inner-navigation__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .inner-navigation__wrapper {
    flex-direction: row;
  }
}
.inner-navigation__forge, .inner-navigation__refinery, .inner-navigation__menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inner-navigation__forge, .inner-navigation__refinery, .inner-navigation__menu-box {
    width: 33.3333%;
  }
}
.inner-navigation__forge, .inner-navigation__refinery {
  order: 2;
  position: relative;
  background: var(--data-bg-img) no-repeat;
  background-size: cover;
  padding: 50px 25px;
}
@media only screen and (min-width: 768px) {
  .inner-navigation__forge, .inner-navigation__refinery {
    order: unset;
    height: 100%;
  }
}
.inner-navigation__forge:before, .inner-navigation__refinery:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-in-out;
}
.inner-navigation__forge:before {
  background: #6787B7;
}
.inner-navigation__forge:hover:before {
  background: rgba(103, 135, 183, 0.7);
}
.inner-navigation__refinery:before {
  background: #00313C;
}
.inner-navigation__refinery:hover:before {
  background: rgba(0, 49, 60, 0.7);
}
.inner-navigation__forge-inner, .inner-navigation__refinery-inner {
  position: relative;
}
.inner-navigation__forge-inner .inner-navigation__decoration-arrow:before {
  background: #6787B7;
}
.inner-navigation__refinery-inner .inner-navigation__decoration-arrow:before {
  background: #00313C;
}
.inner-navigation__forge-logo-box, .inner-navigation__refinery-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .inner-navigation__forge-logo-box, .inner-navigation__refinery-logo-box {
    height: 130px;
    margin: 0 0 80px;
  }
}
.inner-navigation__forge-logo-box svg, .inner-navigation__refinery-logo-box svg {
  width: 100%;
  height: 100%;
  max-width: fit-content;
  max-height: fit-content;
  object-fit: contain;
}
.inner-navigation__decoration-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.inner-navigation__decoration-arrow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
}
.inner-navigation__decoration-arrow svg {
  position: absolute;
  left: 52%;
  top: 50%;
  width: 13px;
  height: 14px;
  transform: translate(-48%, -50%);
}
.inner-navigation__decoration-arrow svg path {
  fill: #fff;
}
.inner-navigation__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-navigation__menu-box {
  order: 1;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .inner-navigation__menu-box {
    order: unset;
  }
}
.inner-navigation__menu li {
  margin: 0 0 20px;
}
.inner-navigation__menu li:last-child {
  margin: 0;
}
.inner-navigation__menu li a {
  position: relative;
  padding: 0 0 0 25px;
  color: #333F48;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}
.inner-navigation__menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 14px;
  background: url("../images/icons/arrow-for-link.svg") no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.inner-navigation__menu li a:hover:before {
  opacity: 1;
}

.footer {
  position: relative;
  padding: 30px 0 0;
  background: #333F48;
}
.footer__lang-box {
  padding: 20px 0 0;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .footer__lang-box {
    margin: 0 0 20px;
  }
}
.footer__lang-box .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__lang-wrapper {
  display: flex;
  justify-content: flex-end;
  /* Lang Select JQuery UI */
}
.footer__lang-wrapper .ui-selectmenu-button.ui-button {
  padding: 2px 10px;
}
.footer__logo {
  max-width: 275px;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    margin: 0 auto 85px;
  }
}
.footer__logo .logo {
  position: relative;
  padding: 0 11px;
}
.footer__logo .logo:before, .footer__logo .logo:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 36px;
}
.footer__logo .logo:before {
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: left .3s ease-in-out;
}
.footer__logo .logo:after {
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: right .3s ease-in-out;
}
.footer__logo .logo:hover:before {
  left: -11px;
}
.footer__logo .logo:hover:after {
  right: -11px;
}
.footer__logo .logo__img {
  height: auto;
  object-fit: contain;
}
.footer__logo .logo__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.footer__info-title, .footer__socials-title {
  color: #F19C49;
  text-transform: uppercase;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 15px;
  margin: 0 0 35px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 30px;
  }
}
.footer__info a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease-in-out;
}
.footer__info a:hover {
  border-bottom-color: #fff;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 30px;
  margin: 0 0 30px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .footer__socials {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__socials {
    margin: 0 0 50px;
  }
}
.footer__socials a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease-in-out;
}
.footer__socials a:hover {
  border-bottom-color: #fff;
}
.footer__copy {
  background: #252F38;
  padding: 18px 0;
}
.footer__copy .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .footer__copy-wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 30px;
  }
}
.footer__copy-logo-box {
  order: 1;
  flex: 0 1 110px;
}
@media only screen and (min-width: 1024px) {
  .footer__copy-logo-box {
    order: unset;
  }
}
.footer__copy-info {
  order: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 10px;
  column-gap: 30px;
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .footer__copy-info {
    order: unset;
    flex: 0 0 700px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1260px) {
  .footer__copy-info {
    flex: 0 0 930px;
    font-size: 13px;
  }
}
.footer__copy-text {
  color: #9DB0AC;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .footer__copy-text {
    text-align: left;
  }
}
.footer__copy-links-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 360px) {
  .footer__copy-links-box {
    flex-direction: row;
    column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__copy-links-box {
    flex-direction: row;
    column-gap: 20px;
    margin: 0;
  }
}
.footer__copy-link {
  color: #9DB0AC;
  text-transform: uppercase;
  border-bottom: 1px solid;
  transition: color .3s ease-in-out;
}
.footer__copy-link:hover {
  color: #007367;
}
.footer__copy-ada-box {
  order: 2;
  flex: 0 0 41px;
}
@media only screen and (min-width: 1024px) {
  .footer__copy-ada-box {
    order: unset;
  }
}
.footer__copy-ada-box svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#home {
  /* Home Hero Section */
  /* Home Copy Section */
  /* Home Two Images Section */
  /* Home Apartments Info Section */
  /* Home Gallery Section */
  /* Home Map Section */
  /* Home Pre Footer Section */
}
#home .home-hero-section {
  margin: 0 0 100px;
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-section {
    margin: 0 0 130px;
  }
}
@media only screen and (min-width: 768px) {
  #home .home-hero-section__wrapper {
    display: flex;
  }
}
#home .home-hero-section__slider {
  border-bottom: 16px solid #F19C49;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-section__slider {
    width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-section__slider {
    width: 65%;
  }
}
#home .home-hero-section__slider .slick-track {
  height: 330px;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-section__slider .slick-track {
    height: auto;
  }
}
#home .home-hero-section__slider .slick-dots {
  left: 20px;
  bottom: -85px;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-section__slider .slick-dots {
    left: 40px;
  }
}
#home .home-hero-section__slider .slick-next_home {
  left: auto;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#home .home-hero-section__slider .slick-next_home svg {
  width: 20px;
  height: 14px;
}
#home .home-hero-section__logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  #home .home-hero-section__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 55px;
    width: 45%;
    padding: 0 15px;
    background: #00242E;
    border-bottom: 16px solid #007367;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-hero-section__logo {
    width: 35%;
    row-gap: 75px;
  }
}
#home .home-hero-section__logo img {
  max-width: 344px;
  max-height: 110px;
}
#home .home-hero-section__logo svg {
  max-width: 344px;
  height: auto;
}
#home .home-hero-section__title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 30px;
  text-transform: uppercase;
}
#home .home-copy-section {
  color: #333F48;
  margin: 0 0 35px;
}
#home .home-copy-section .container {
  width: 100%;
  max-width: 926px;
  margin: 0 auto;
  padding: 0 20px;
}
#home .home-copy-section__wrapper {
  max-width: 745px;
}
#home .home-copy-section__title {
  max-width: 500px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #home .home-copy-section__title {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-copy-section__title {
    margin: 0 0 50px;
  }
}
#home .home-copy-section__content-box {
  font-size: 18px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #home .home-copy-section__content-box {
    line-height: 42px;
  }
}
#home .home-two-images-section {
  position: relative;
  padding: 0 0 40px;
  background: #333F48;
}
@media only screen and (min-width: 768px) {
  #home .home-two-images-section {
    padding: 0 0 30px;
  }
}
#home .home-two-images-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  background: #fff;
}
@media only screen and (min-width: 360px) {
  #home .home-two-images-section:before {
    height: 425px;
  }
}
@media only screen and (min-width: 768px) {
  #home .home-two-images-section:before {
    height: 217px;
  }
}
#home .home-two-images-section .container {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 20px;
}
#home .home-two-images-section__images {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #home .home-two-images-section__images {
    align-items: flex-end;
    flex-direction: row;
  }
}
#home .home-two-images-section__first-image-title {
  position: relative;
  color: #6787B7;
}
#home .home-two-images-section__first-image-box {
  position: relative;
  display: flex;
  padding: 0 0 0 55px;
  margin: 0 0 38px;
}
@media only screen and (min-width: 768px) {
  #home .home-two-images-section__first-image-box {
    margin: 0;
  }
}
#home .home-two-images-section__first-image-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #F19C49;
}
#home .home-two-images-section__first-image-box:after {
  content: '';
  position: absolute;
  width: 50%;
  height: calc(50% + 20px);
  left: 0;
  bottom: -20px;
  border-left: 2px solid #F19C49;
  border-bottom: 2px solid #F19C49;
}
#home .home-two-images-section__first-image-box img {
  position: relative;
}
#home .home-two-images-section__second-image-title {
  position: relative;
  color: #9DB0AC;
  text-align: right;
  margin: 5px 0 65px;
}
@media only screen and (min-width: 768px) {
  #home .home-two-images-section__second-image-title {
    margin: 5px 0 0;
  }
}
#home .home-two-images-section__second-image-box {
  position: relative;
  display: flex;
  padding: 0 55px 0 0;
}
#home .home-two-images-section__second-image-box:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #007367;
}
#home .home-two-images-section__second-image-box:after {
  content: '';
  position: absolute;
  width: 50%;
  height: calc(50% + 20px);
  right: 0;
  top: -20px;
  border-right: 2px solid #007367;
  border-top: 2px solid #007367;
}
#home .home-two-images-section__second-image-box img {
  position: relative;
}
#home .home-two-images-section__title, #home .home-two-images-section__copy {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #home .home-two-images-section__title, #home .home-two-images-section__copy {
    padding: 0 0 0 130px;
  }
}
#home .home-two-images-section__title {
  margin: 0 0 35px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #home .home-two-images-section__title {
    margin: 0 0 50px;
  }
}
#home .home-two-images-section__title br {
  display: block;
}
#home .home-two-images-section__copy {
  font-size: 18px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
#home .home-apartments-info {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info {
    padding: 215px 0 165px;
  }
  #home .home-apartments-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 80%;
    transform: translateY(-80%);
    width: calc(100% - 35px);
    height: 1px;
    background: #BD472A;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  #home .home-apartments-info:before {
    top: 45%;
    transform: translateY(-55%);
    width: calc(100% - 135px);
  }
}

#home .home-apartments-info.forge {
  padding: 145px 0 90px;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info.forge {
    padding: 215px 0 165px;
  }
}
#home .home-apartments-info.forge:before {
  background: #F19C49;
}
#home .home-apartments-info .container {
  width: 100%;
  max-width: 1181px;
  margin: 0 auto;
  padding: 0 20px;
}
#home .home-apartments-info.refinery {
  position: relative;
  background: #00313C;
  padding: 125px 0 90px;
}
#home .home-apartments-info.refinery:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 505px 505px 0;
  border-color: transparent #00242E transparent transparent;
}
#home .home-apartments-info__wrapper {
  position: relative;
}
#home .home-apartments-info__decoration-number {
  position: absolute;
  left: -25px;
  top: -70px;
  width: auto;
  height: calc(100% + 150px);
}
@media only screen and (min-width: 360px) {
  #home .home-apartments-info__decoration-number {
    left: -35px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__decoration-number {
    left: -55px;
    top: -135px;
    height: calc(100% + 225px);
  }
}
#home .home-apartments-info__decoration-number img {
  object-fit: contain;
}
#home .home-apartments-info__decoration-number svg {
  width: 100%;
  height: 100%;
}
#home .home-apartments-info__forge, #home .home-apartments-info__refinery {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 140px;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge, #home .home-apartments-info__refinery {
    flex-direction: row;
    align-items: center;
    column-gap: 125px;
  }
}
#home .home-apartments-info__forge-info, #home .home-apartments-info__refinery-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home .home-apartments-info__forge-info, #home .home-apartments-info__refinery-info {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge-info, #home .home-apartments-info__refinery-info {
    width: calc(100% - 625px);
    margin: 0;
  }
}
#home .home-apartments-info__forge-image, #home .home-apartments-info__refinery-image {
  display: flex;
  width: 95%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 360px) {
  #home .home-apartments-info__forge-image, #home .home-apartments-info__refinery-image {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  #home .home-apartments-info__forge-image, #home .home-apartments-info__refinery-image {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge-image, #home .home-apartments-info__refinery-image {
    max-width: 500px;
    margin: 0;
  }
}
#home .home-apartments-info__forge-image img, #home .home-apartments-info__refinery-image img {
  height: auto;
}
#home .home-apartments-info__forge-image-box {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 230px;
  z-index: 5;
}
#home .home-apartments-info__forge-image {
  position: relative;
}
#home .home-apartments-info__forge-image:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 24px;
  width: calc(100% - 95px);
  background: #F19C49;
}
#home .home-apartments-info__forge-image:after {
  content: '';
  position: absolute;
  right: 0;
  top: -48px;
  height: 48px;
  width: 95px;
  background: #6787B7;
}
#home .home-apartments-info__forge-image_square-element {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 20px;
  width: 20px;
  background: #F19C49;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge-image_square-element {
    right: -24px;
    bottom: -24px;
    height: 24px;
    width: 24px;
  }
}
#home .home-apartments-info__forge-image_new-label-element {
  position: absolute;
  right: 65px;
  top: -108px;
  height: 78px;
  width: 78px;
  z-index: 10;
}
#home .home-apartments-info__refinery-image-box {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 230px;
  z-index: 5;
}
#home .home-apartments-info__refinery-image {
  position: relative;
  padding: 0 20px 20px 0;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__refinery-image {
    max-width: 520px;
    margin: 0;
  }
}
#home .home-apartments-info__refinery-image_decoration-stripe {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 105px;
  height: 105px;
  z-index: 10;
}
#home .home-apartments-info__refinery-image_decoration-stripe svg path {
  fill: #BD472A;
}
#home .home-apartments-info__refinery-image .home-apartments-info__decoration-number {
  height: calc(100% + 125px);
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__refinery-image .home-apartments-info__decoration-number {
    height: calc(100% + 225px);
  }
}
#home .home-apartments-info__forge-logo, #home .home-apartments-info__refinery-logo {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 0 50px;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge-logo, #home .home-apartments-info__refinery-logo {
    margin: 0 0 80px;
    padding: 0;
  }
  #home .home-apartments-info__forge-logo:before, #home .home-apartments-info__refinery-logo:before {
    display: none;
  }
}
#home .home-apartments-info__forge-logo:before, #home .home-apartments-info__refinery-logo:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#home .home-apartments-info__forge-logo:before {
  background: #F19C49;
}
#home .home-apartments-info__forge-logo svg {
  width: fit-content;
  max-width: 100%;
  height: auto;
}
#home .home-apartments-info__forge-logo svg path {
  fill: #333F48;
}
#home .home-apartments-info__forge-logo img {
  width: 100%;
  max-width: 180px;
}
#home .home-apartments-info__refinery-logo:before {
  background: #BD472A;
}
#home .home-apartments-info__refinery-logo svg {
  width: fit-content;
  max-width: 100%;
  height: auto;
}
#home .home-apartments-info__refinery-logo img {
  width: 100%;
  max-width: 230px;
}
#home .home-apartments-info__forge-copy, #home .home-apartments-info__refinery-copy {
  font-size: 17px;
  line-height: 25px;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge-copy, #home .home-apartments-info__refinery-copy {
    line-height: 36px;
    margin: 0 0 50px;
  }
}
#home .home-apartments-info__forge-copy br, #home .home-apartments-info__refinery-copy br {
  display: block;
}
#home .home-apartments-info__forge-copy {
  margin: 0 0 75px;
  color: #6787B7;
}
#home .home-apartments-info__refinery-copy {
  margin: 0 0 50px;
  color: #9DB0AC;
}
#home .home-apartments-info__forge-link-box, #home .home-apartments-info__refinery-link-box {
  margin: 0 0 55px;
}
@media only screen and (min-width: 1024px) {
  #home .home-apartments-info__forge-link-box, #home .home-apartments-info__refinery-link-box {
    margin: 0;
  }
}
#home .home-apartments-info__forge-link-box:not(:last-child), #home .home-apartments-info__refinery-link-box:not(:last-child) {
  margin: 0 0 30px;
}
#home .home-apartments-info__forge-link-box:last-child, #home .home-apartments-info__refinery-link-box:last-child {
  margin: 0;
}
#home .home-apartments-info__forge-link {
  color: #333F48;
}
#home .home-apartments-info__forge-link:hover span {
  background: #F19C49;
}
#home .home-apartments-info__refinery-link {
  color: #fff;
}
#home .home-apartments-info__refinery-link:hover span {
  background: #007367;
}
#home .home-gallery-section {
  margin: 0 0 70px;
  padding: 65px 0 0;
}
@media only screen and (min-width: 768px) {
  #home .home-gallery-section {
    margin: -35px 0 55px;
    padding: 0;
  }
}
#home .home-gallery-section .container {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 20px;
}
#home .home-gallery-section__gallery {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  #home .home-gallery-section__gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    column-gap: 10px;
    margin: 0 0 40px;
  }
}
#home .home-gallery-section__gallery-small-image {
  position: relative;
  width: calc(100% - 45px);
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  #home .home-gallery-section__gallery-small-image {
    width: auto;
    margin: 0;
  }
  #home .home-gallery-section__gallery-small-image:after {
    display: none;
  }
}
#home .home-gallery-section__gallery-small-image:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -15px;
  width: calc(100% + 45px);
  height: 50%;
  border: 1px solid #5B6770;
  border-right: none;
}
#home .home-gallery-section__gallery-small-image:after {
  content: '';
  position: absolute;
  top: -15px;
  right: -20px;
  width: 20px;
  height: 1px;
  background: #5B6770;
}
#home .home-gallery-section__gallery-small-image img {
  position: relative;
}
#home .home-gallery-section__gallery-big-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  #home .home-gallery-section__gallery-big-image {
    position: relative;
    display: block;
  }
}
#home .home-gallery-section__gallery-big-image:before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 4px;
  height: calc(100% - 35px);
  background: #007367;
}
#home .home-gallery-section__gallery-big-image:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -11px;
  width: calc(50% + 20px);
  height: 22px;
  background: #007367;
}
#home .home-gallery-section__title {
  margin: 0 0 30px;
  color: #333F48;
  text-transform: uppercase;
}
#home .home-gallery-section__link {
  color: #333F48;
}
#home .home-gallery-section__link:hover span {
  background: #F19C49;
}
#home .map-image-section__map-image:before {
  background: #BD472A;
}
#home .home-pre-footer-section {
  position: relative;
  padding: 80px 0 85px;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
    background: #F19C49;
    z-index: 5;
  }
}
#home .home-pre-footer-section:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 100px);
  height: 2px;
  transform: translate(-50%, -50%);
  background: #000;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section:before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }
}
#home .home-pre-footer-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 150px;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section__wrapper {
    flex-direction: row;
    align-items: flex-end;
    row-gap: 0;
  }
}
#home .home-pre-footer-section__forge-info, #home .home-pre-footer-section__refinery-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
}
#home .home-pre-footer-section__forge-info {
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section__forge-info {
    padding: 0 15px 0 0;
  }
}
#home .home-pre-footer-section__refinery-info {
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section__refinery-info {
    padding: 0 0 0 15px;
  }
}
#home .home-pre-footer-section__forge-logo, #home .home-pre-footer-section__refinery-logo {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section__forge-logo, #home .home-pre-footer-section__refinery-logo {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #home .home-pre-footer-section__forge-logo, #home .home-pre-footer-section__refinery-logo {
    margin: 0 0 60px;
  }
}
#home .home-pre-footer-section__forge-logo svg, #home .home-pre-footer-section__refinery-logo svg {
  width: 100%;
  max-width: fit-content;
  height: auto;
}
#home .home-pre-footer-section__forge-logo svg path, #home .home-pre-footer-section__forge-logo svg rect, #home .home-pre-footer-section__refinery-logo svg path, #home .home-pre-footer-section__refinery-logo svg rect {
  fill: #333F48;
}
#home .home-pre-footer-section__forge-address-box, #home .home-pre-footer-section__refinery-address-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
#home .home-pre-footer-section__address-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #home .home-pre-footer-section__address-link {
    font-size: 13px;
  }
}
#home .home-pre-footer-section__forge-address-box a {
  color: #58739C;
  transition: color .3s ease-in-out;
}
#home .home-pre-footer-section__forge-address-box a:hover {
  color: #33435b;
}
#home .home-pre-footer-section__refinery-address-box a {
  color: #007367;
  transition: color .3s ease-in-out;
}
#home .home-pre-footer-section__refinery-address-box a:hover {
  color: #000d0c;
}

#forge {
  /* The Forge Hero Section */
  /* Content With Grid Images */
  /* Forge Image Slider */
  /* Forge List Section */
  /* Forge Map Section */
  /* Forge Links Section */
  /* Forge Apartment Views */
}
#forge .forge-hero-section {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section {
    margin: 0 0 35px;
  }
}
#forge .forge-hero-section__first-part {
  position: relative;
  background: #6787B7;
  padding: 80px 25px 50px;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__first-part {
    padding: 80px 25px 70px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__first-part {
    padding: 80px 25px 130px;
  }
}
#forge .forge-hero-section__first-part_top-white-box {
  position: absolute;
  left: 0;
  top: 30px;
  width: 125px;
  height: 40px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__first-part_top-white-box {
    top: 75px;
    width: 215px;
    height: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__first-part_top-white-box {
    top: 45px;
    width: 415px;
    height: 100px;
  }
}
#forge .forge-hero-section__first-part_bottom-white-box {
  position: absolute;
  left: 23px;
  width: 80px;
  height: 40px;
  bottom: 130px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__first-part_bottom-white-box {
    left: 40px;
    bottom: 0;
    width: 110px;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__first-part_bottom-white-box {
    left: 63px;
    width: 195px;
    height: 100px;
  }
}
#forge .forge-hero-section__first-part_border-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 180px;
  border-left: 3px solid #F19C49;
  border-top: 3px solid #F19C49;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__first-part_border-box {
    width: 42px;
    height: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__first-part_border-box {
    width: 62px;
  }
}
#forge .forge-hero-section__second-part {
  position: relative;
  padding: 50px 40px 85px;
  background: #333F48;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__second-part {
    padding: 50px 40px 55px;
  }
}
#forge .forge-hero-section__second-part_orange-box {
  position: absolute;
  left: 0;
  top: -130px;
  width: 23px;
  height: 80px;
  background: #F19C49;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__second-part_orange-box {
    top: 0;
    width: 40px;
    height: 105px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__second-part_orange-box {
    width: 63px;
    height: 195px;
  }
}
#forge .forge-hero-section__second-part_blue-box {
  display: none;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__second-part_blue-box {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80px;
    height: 155px;
    background: #6787B7;
    z-index: 5;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__second-part_blue-box {
    width: 160px;
    height: calc(100% - 115px);
  }
}
#forge .forge-hero-section__second-part_white-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 175px;
  background: #fff;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__second-part_white-box {
    width: 42px;
    height: calc(100% - 115px);
  }
}
@media only screen and (min-width: 1024px) {
  #forge .forge-hero-section__second-part_white-box {
    width: 62px;
  }
}
#forge .forge-hero-section__second-part_new-label-element {
  position: absolute;
  left: calc(100% - 105px);
  bottom: -10px;
  width: 66px;
  height: 66px;
}
@media only screen and (min-width: 768px) {
  #forge .forge-hero-section__second-part_new-label-element {
    left: calc(100% - 105px);
  }
}
@media only screen and (min-width: 1260px) {
  #forge .forge-hero-section__second-part_new-label-element {
    width: 78px;
    height: 78px;
    left: calc(100% - 350px);
    bottom: -25px;
  }
}
#forge .forge-hero-section__second-part_new-label-element svg path {
  fill: #F19C49;
}
#forge .forge-hero-section__third-part {
  padding: 18px 20px;
  background: #232B31;
}
#forge .forge-hero-section__logo {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 15;
}
#forge .forge-hero-section__logo img, #forge .forge-hero-section__logo svg {
  max-width: 214px;
  height: auto;
  object-fit: contain;
}
#forge .forge-hero-section__before-title {
  position: relative;
  text-align: center;
  color: #F19C49;
  font-weight: 400;
  margin: 0 0 35px;
  z-index: 15;
}
#forge .forge-hero-section__title-image-box {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 15;
}
#forge .forge-hero-section__title-image-box svg {
  width: fit-content;
  max-width: 100%;
  height: auto;
}
#forge .forge-hero-section__under-title-text {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  z-index: 15;
}
#forge .content-with-grid-images {
  margin: 0 0 190px;
}
@media only screen and (min-width: 768px) {
  #forge .content-with-grid-images {
    margin: 0;
  }
}
#forge .content-with-grid-images__image-box:nth-of-type(2) {
  position: relative;
  padding: 0 15px 0 0;
}
@media only screen and (min-width: 768px) {
  #forge .content-with-grid-images__image-box:nth-of-type(2) {
    padding: 0 25px 0 0;
  }
}
#forge .content-with-grid-images__image-box:nth-of-type(2):before, #forge .content-with-grid-images__image-box:nth-of-type(2):after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 50%;
}
@media only screen and (min-width: 768px) {
  #forge .content-with-grid-images__image-box:nth-of-type(2):before, #forge .content-with-grid-images__image-box:nth-of-type(2):after {
    width: 25px;
  }
}
#forge .content-with-grid-images__image-box:nth-of-type(2):before {
  top: 0;
  background: #5B6770;
}
#forge .content-with-grid-images__image-box:nth-of-type(2):after {
  bottom: 0;
  background: #F19C49;
}
#forge .content-with-grid-images__content {
  color: #6787B7;
}
#forge .image-slider {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #6787B7;
}
#forge .image-slider_dark-gray-bg {
  background: #333F48;
}
@media only screen and (min-width: 768px) {
  #forge .image-slider_dark-gray-bg {
    margin: -20px 0 0;
  }
  #forge .image-slider_dark-gray-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: -35px;
    width: 25px;
    height: 235px;
    background: #6787B7;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #forge .image-slider_dark-gray-bg:after {
    top: -55px;
    width: 45px;
    height: 255px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  #forge .image-slider_dark-gray-bg:after {
    top: -135px;
    width: 85px;
    height: 445px;
  }
}

#forge .image-slider_dark-gray-bg:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -155px;
  width: 135px;
  height: 200px;
  background: url("../images/orange-decoration-element-2.svg") no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #forge .image-slider_dark-gray-bg:before {
    left: 95px;
    top: -10px;
    width: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .image-slider_dark-gray-bg:before {
    left: 165px;
    top: -10px;
    width: 210px;
    height: 315px;
  }
}
#forge .image-slider_dark-gray-bg .image-slider__wrapper:before, #forge .image-slider_dark-gray-bg .image-slider__wrapper:after {
  background: #6787B7;
}
#forge .image-slider_dark-gray-bg .image-slider__slider {
  position: relative;
}
#forge .image-slider_dark-gray-bg .image-slider__slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: -110px;
  width: 40px;
  height: 30px;
  background: #6787B7;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #forge .image-slider_dark-gray-bg .image-slider__slider:before {
    left: 45px;
    top: 35px;
    width: 50px;
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .image-slider_dark-gray-bg .image-slider__slider:before {
    left: 85px;
    top: 40px;
    width: 80px;
    height: 60px;
  }
}
#forge .image-slider_dark-gray-bg .image-slider__slider .slider-arrow svg path {
  fill: #F19C49;
}
#forge .image-slider.second-slider {
  color: #333F48;
  border-bottom: 1px solid #F19C49;
}
@media only screen and (min-width: 768px) {
  #forge .image-slider.second-slider:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 20px;
    border-bottom: 2px solid #6787B7;
    border-right: 2px solid #6787B7;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #forge .image-slider.second-slider:after {
    width: 350px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  #forge .image-slider.second-slider:after {
    width: 700px;
    height: 40px;
  }
}

#forge .image-slider.second-slider:before {
  content: '';
  position: absolute;
  top: -22px;
  right: 0;
  width: 115px;
  height: 100px;
  background: url("../images/mix-decoration-element.svg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #forge .image-slider.second-slider:before {
    top: -26px;
    right: 0;
    width: 150px;
    height: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .image-slider.second-slider:before {
    top: -43px;
    right: 0;
    width: 260px;
    height: 195px;
  }
}
#forge .image-slider.second-slider .image-slider__wrapper:before, #forge .image-slider.second-slider .image-slider__wrapper:after {
  background: #F19C49;
}
#forge .image-slider.second-slider .image-slider__subtitle {
  color: #6787B7;
}
#forge .image-slider.second-slider .image-slider__slider .slick-dots li button svg path {
  stroke: #6787B7;
}
#forge .image-slider.second-slider .image-slider__slider .slick-dots li.slick-active button svg path {
  fill: #6787B7;
}
#forge .image-slider.second-slider .image-slider__slider .slider-arrow svg path {
  fill: #6787B7;
}
#forge .image-slider__wrapper {
  position: relative;
}
#forge .image-slider__wrapper:before, #forge .image-slider__wrapper:after {
  content: '';
  position: absolute;
}
#forge .image-slider__wrapper:before {
  left: 20px;
  bottom: -44px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
@media only screen and (min-width: 1024px) {
  #forge .image-slider__wrapper:before {
    bottom: -74px;
    left: 136px;
  }
}
#forge .image-slider__wrapper:after {
  right: 0;
  bottom: -50px;
  width: 110px;
  height: 10px;
}
@media only screen and (min-width: 1024px) {
  #forge .image-slider__wrapper:after {
    bottom: -80px;
    width: 340px;
  }
}
#forge .image-slider__subtitle, #forge .image-slider__title {
  text-transform: uppercase;
}
#forge .image-slider__subtitle {
  width: 100%;
  text-align: center;
  color: #F19C49;
}
#forge .image-slider__title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 2.8px;
}
@media only screen and (min-width: 768px) {
  #forge .image-slider__title {
    font-size: 50px;
    letter-spacing: 3.5px;
  }
}
@media only screen and (min-width: 1024px) {
  #forge .image-slider__title {
    font-size: 60px;
    letter-spacing: 4.2px;
  }
}
#forge .image-slider__slider .slick-dots li button svg path {
  stroke: #F19C49;
}
#forge .image-slider__slider .slick-dots li.slick-active button svg path {
  fill: #F19C49;
}
#forge .image-slider__slider .slick-next_image:before {
  filter: invert(87%) sepia(24%) saturate(4734%) hue-rotate(324deg) brightness(97%) contrast(94%);
}
#forge .list-section {
  padding: 75px 0 0;
}
#forge .list-section_dark-gray-bg {
  background: #333F48;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #forge .list-section_dark-gray-bg {
    padding: 75px 0 50px;
  }
}
#forge .list-section_dark-gray-bg .list-section__list-item:before {
  border-color: #F19C49;
}
#forge .list-section_dark-gray-bg .list-section__link {
  color: #fff;
}
#forge .list-section_dark-gray-bg .list-section__link:hover span {
  background: #6787B7;
}
#forge .list-section__list-item:before {
  border-color: #6787B7;
}
#forge .map-image-section__map-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 50%;
  height: 25px;
  background: #333F48;
}
#forge .links-section.forge-page {
  position: relative;
  background: #333F48;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #forge .links-section.forge-page {
    overflow: unset;
  }
  #forge .links-section.forge-page:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 100%;
    background: url("../images/blue-decoration-element.svg") no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #forge .links-section.forge-page:after {
    width: 175px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  #forge .links-section.forge-page:after {
    width: 275px;
  }
}

#forge .links-section.forge-page:before {
  content: '';
  position: absolute;
  left: 0;
  top: -150px;
  width: 205px;
  height: 270px;
  background: url("../images/orange-decoration-element.svg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  #forge .links-section.forge-page:before {
    background-size: contain;
    top: -200px;
    width: 275px;
    height: 475px;
  }
}
#forge .links-section.forge-page .links-section__logo-box svg {
  width: fit-content;
  max-width: 100%;
  height: auto;
}
#forge .links-section.forge-page .links-section__logo-box svg path {
  fill: #1A2026;
}
#forge .links-section.forge-page .links-section__link {
  color: #fff;
}
#forge .links-section.forge-page .links-section__link:hover span {
  background: #6787B7;
}
#forge .apartment-views__second-image-box {
  position: relative;
}
#forge .apartment-views__second-image-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 22px;
  background: #007367;
}
#forge .apartment-views__logo-box svg {
  width: 100%;
  max-width: 222px;
  height: auto;
}
#forge .apartment-views__logo-box svg path, #forge .apartment-views__logo-box svg rect {
  fill: #333F48;
}
#forge .apartment-views__link:hover span {
  background: #9DB0AC;
}

#refinery {
  /* Refinery Hero Section */
  /* Content With Grid Images */
  /* Refinery Image Slider */
  /* Refinery List Section */
  /* Refinery Links Section */
  /* Refinery Map Image Section */
  /* Refinery Apartment Views */
}
#refinery .refinery-hero-section {
  position: relative;
  background: #00313C;
  margin: 0 0 30px;
  padding: 115px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #refinery .refinery-hero-section {
    padding: 85px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #refinery .refinery-hero-section {
    margin: 0 0 35px;
  }
}
#refinery .refinery-hero-section__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
  z-index: 10;
}
#refinery .refinery-hero-section__logo-box {
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  #refinery .refinery-hero-section__logo-box {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #refinery .refinery-hero-section__logo-box {
    margin: 0 0 170px;
  }
}
#refinery .refinery-hero-section__logo-box svg {
  width: fit-content;
  max-width: 100%;
  height: auto;
}
#refinery .refinery-hero-section__title-image-box {
  display: none;
}
@media only screen and (min-width: 768px) {
  #refinery .refinery-hero-section__title-image-box {
    display: block;
    margin: 0 0 35px;
  }
  #refinery .refinery-hero-section__title-image-box svg {
    width: 100%;
    height: auto;
  }
}
#refinery .refinery-hero-section__title-image-box_mobile {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  #refinery .refinery-hero-section__title-image-box_mobile {
    display: none;
  }
}
#refinery .refinery-hero-section__title-image-box_mobile svg {
  width: 100%;
  height: auto;
}
#refinery .refinery-hero-section__subtitle {
  margin: 0 0 110px;
  color: #9DB0AC;
  font-family: "josefin-slab", sans-serif;
  font-size: 28px;
}
@media only screen and (min-width: 480px) {
  #refinery .refinery-hero-section__subtitle {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #refinery .refinery-hero-section__subtitle {
    margin: 0 0 70px;
  }
}
#refinery .refinery-hero-section__under-title-text {
  width: 100%;
  padding: 28px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  background: #007367;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  #refinery .refinery-hero-section__under-title-text {
    padding: 28px 25px;
    font-size: 17px;
  }
}
#refinery .refinery-hero-section__decoration-bg-element {
  position: absolute;
  right: -165px;
  top: 0;
  height: 100%;
  min-width: 700px;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  #refinery .refinery-hero-section__decoration-bg-element {
    right: 0;
  }
}
#refinery .content-with-grid-images {
  padding: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  #refinery .content-with-grid-images {
    padding: 0;
  }
  #refinery .content-with-grid-images:before {
    display: none;
  }
}
#refinery .content-with-grid-images:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #BD472A;
}
#refinery .content-with-grid-images__title {
  max-width: 650px;
}
#refinery .content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image {
  position: relative;
}
#refinery .content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -15px;
  width: calc(100% + 45px);
  height: 50%;
  border: 1px solid #5B6770;
  border-right: none;
}
#refinery .content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image img {
  position: relative;
}
#refinery .content-with-grid-images__image-box:nth-of-type(2) .content-with-grid-images__image {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 768px) {
  #refinery .content-with-grid-images__image-box:nth-of-type(2) .content-with-grid-images__image {
    width: 100%;
    margin: 0;
  }
  #refinery .content-with-grid-images__image-box:nth-of-type(2) .content-with-grid-images__image:before {
    content: '';
    position: absolute;
    top: -135px;
    right: 0;
    bottom: unset;
    left: unset;
    width: 162px;
    height: 162px;
    background: url("../images/icons/refinery-icon.svg") no-repeat;
    background-size: contain;
  }
}
#refinery .content-with-grid-images__image-box:nth-of-type(2) .content-with-grid-images__image:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 135px;
  height: 135px;
  background: url("../images/red-rotated-line-decoration-element.svg") no-repeat;
  background-size: cover;
}
#refinery .content-with-grid-images__image-box:nth-of-type(3) .content-with-grid-images__image {
  position: relative;
}
#refinery .content-with-grid-images__image-box:nth-of-type(3) .content-with-grid-images__image:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 75px;
  height: 75px;
  background: url("../images/red-rotated-line-decoration-element.svg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #refinery .content-with-grid-images__image-box:nth-of-type(3) .content-with-grid-images__image:after {
    display: none;
  }
}
#refinery .content-with-grid-images__image-box:nth-of-type(3) .content-with-grid-images__image:before {
  content: '';
  position: absolute;
  top: -55px;
  right: 0;
  width: 62px;
  height: 62px;
  background: url("../images/icons/refinery-icon.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #refinery .content-with-grid-images__image-box:nth-of-type(3) .content-with-grid-images__image:before {
    content: '';
    position: absolute;
    top: unset;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 22px;
    background: #BD472A;
  }
}
#refinery .content-with-grid-images__content {
  color: #007367;
}
#refinery .image-slider.slider-with-bg {
  color: #fff;
  background: #00313C;
}
@media only screen and (min-width: 768px) {
  #refinery .image-slider.slider-with-bg {
    margin: -20px 0 0;
  }
}
#refinery .image-slider.slider-with-bg .image-slider__subtitle {
  color: #BD472A;
}
#refinery .image-slider.slider-with-bg .image-slider__slider {
  margin: 0;
}
#refinery .image-slider.slider-with-bg .image-slider__slider .slick-dots li button svg path {
  stroke: #BD472A;
}
#refinery .image-slider.slider-with-bg .image-slider__slider .slick-dots li.slick-active button svg path {
  fill: #BD472A;
}
#refinery .image-slider.slider-with-bg .image-slider__slider .slider-arrow svg path {
  fill: #BD472A;
}
#refinery .image-slider.slider-without-bg .image-slider__subtitle {
  color: #007367;
}
#refinery .image-slider.slider-without-bg .image-slider__slider .slick-dots li button svg path {
  stroke: #007367;
}
#refinery .image-slider.slider-without-bg .image-slider__slider .slick-dots li.slick-active button svg path {
  fill: #007367;
}
#refinery .image-slider.slider-without-bg .image-slider__slider .slider-arrow svg path {
  fill: #007367;
}
#refinery .image-slider__title {
  font-size: 38px;
  font-family: "josefin-slab", sans-serif;
}
@media only screen and (min-width: 768px) {
  #refinery .image-slider__title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  #refinery .image-slider__title {
    font-size: 58px;
  }
}
#refinery .image-slider__copy-title {
  font-size: 22px;
  color: #BD472A;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 25px;
  max-width: 760px;
  width: 100%;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  #refinery .image-slider__copy-title {
    margin-top: -50px;
  }
}
#refinery .image-slider.townhomes {
  position: relative;
  padding-top: 40px;
}
#refinery .image-slider.townhomes:before {
  content: '';
  top: 23px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 2px;
  background-color: #BD472A;
}
#refinery .list-section.list-section-with-bg {
  position: relative;
  padding: 0 0 125px;
  color: #fff;
  background: #00313C;
}
@media only screen and (min-width: 768px) {
  #refinery .list-section.list-section-with-bg:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #007367;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #refinery .list-section.list-section-with-bg:before {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  #refinery .list-section.list-section-with-bg:before {
    width: 260px;
    height: 260px;
  }
}

#refinery .list-section.list-section-with-bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 5px;
  background: url("../images/green-line-decoration-element.svg") no-repeat;
  background-size: cover;
}
#refinery .list-section.list-section-with-bg .list-section__list {
  margin: 0 0 30px;
}
#refinery .list-section.list-section-with-bg .list-section__list-item:before {
  top: 10px;
  width: 12px;
  height: 2px;
  border-radius: unset;
  border: none;
  background: #BD472A;
}
#refinery .list-section.list-section-with-bg .list-section__link {
  color: #fff;
}
#refinery .list-section.list-section-with-bg .list-section__link:hover span {
  background: #007367;
}
#refinery .list-section.list-section-without-bg .list-section__list-item:before {
  top: 10px;
  width: 12px;
  height: 2px;
  border-radius: unset;
  border: none;
  background: #007367;
}
#refinery .list-section.apartments {
  padding-bottom: 40px;
}
#refinery .list-section.apartments:before, #refinery .list-section.apartments:after {
  display: none;
}
#refinery .links-section {
  position: relative;
  padding: 95px 0 165px;
  background: #00313C;
}
@media only screen and (min-width: 768px) {
  #refinery .links-section {
    padding: 55px 0;
  }
}
#refinery .links-section:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 770px;
  opacity: .16;
  background: #9DB0AC;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  #refinery .links-section:before {
    width: 890px;
    height: 890px;
  }
}
@media only screen and (min-width: 1260px) {
  #refinery .links-section:before {
    width: 1190px;
    height: 1190px;
  }
}
#refinery .links-section:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -25px;
  width: 162px;
  height: 162px;
  background: url("../images/icons/refinery-icon.svg") no-repeat;
  background-size: contain;
}
#refinery .links-section .links-section__logo-box svg {
  max-width: 555px;
}
#refinery .links-section .links-section__logo-box svg path, #refinery .links-section .links-section__logo-box svg rect {
  fill: #00242E;
}
#refinery .links-section .links-section__link {
  color: #fff;
}
#refinery .links-section .links-section__link:hover span {
  background: #007367;
}
#refinery .map-image-section__map-image:before {
  background: #BD472A;
}
#refinery .map-image-section__info:before {
  background: #BD472A;
}
#refinery .apartment-views__second-image-box {
  position: relative;
}
#refinery .apartment-views__second-image-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 22px;
  background: #F19C49;
}
#refinery .apartment-views__logo-box svg {
  width: fit-content;
  max-width: 100%;
  height: auto;
}
#refinery .apartment-views__logo-box svg path, #refinery .apartment-views__logo-box svg rect {
  fill: #333F48;
}

#floor-plans {
  /* Hero Section */
}
#floor-plans .floor-plans-hero-section {
  position: relative;
  background: #333F48;
  padding: 85px 20px 45px;
}
#floor-plans .floor-plans-hero-section:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 112px 112px 0;
  border-color: transparent #007367 transparent transparent;
}
@media only screen and (min-width: 768px) {
  #floor-plans .floor-plans-hero-section:before {
    border-width: 0 152px 152px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .floor-plans-hero-section:before {
    border-width: 0 212px 212px 0;
  }
}
#floor-plans .floor-plans-hero-section:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 175px;
  height: 210px;
  background: url("../images/decoration-f-black.svg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #floor-plans .floor-plans-hero-section:after {
    left: 25;
    width: 200px;
    height: 270px;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .floor-plans-hero-section:after {
    width: 260px;
    height: 310px;
  }
}
#floor-plans .floor-plans-hero-section__decoration-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 82px;
  height: 82px;
}
@media only screen and (min-width: 768px) {
  #floor-plans .floor-plans-hero-section__decoration-icon {
    right: 25px;
    top: 30px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .floor-plans-hero-section__decoration-icon {
    right: 70px;
    top: 50px;
    width: 162px;
    height: 162px;
  }
}
#floor-plans .floor-plans-hero-section__decoration-icon svg path {
  fill: #1A2026;
}
#floor-plans .floor-plans-hero-section__wrapper {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 5;
}
#floor-plans .floor-plans-hero-section__title {
  margin: 0 0 30px;
  line-height: 42px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #floor-plans .floor-plans-hero-section__title {
    margin: 0 0 50px;
    line-height: 68px;
  }
}
#floor-plans .floor-plans-hero-section__copy-box {
  font-size: 18px;
  font-family: "effra-cc", sans-serif;
  line-height: 35px;
}
#floor-plans .filters-section {
  position: relative;
  padding: 0 20px 115px 20px;
}
#floor-plans .filters-section__content {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(168, 168, 168, 0.4);
  max-width: 1095px;
  margin: 0 auto 35px;
}
#floor-plans .filters-section__content .filters-row {
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  #floor-plans .filters-section__content .filters-row {
    margin: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 1260px) {
  #floor-plans .filters-section__content .filters-row {
    column-gap: 60px;
    flex-wrap: nowrap;
  }
}
#floor-plans .filters-section__content .filters-row .filter-group {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #floor-plans .filters-section__content .filters-row .filter-group {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1260px) {
  #floor-plans .filters-section__content .filters-row .filter-group {
    width: auto;
  }
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 5px;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-label label {
  display: inline-block;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 40px;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container {
  padding-left: 50px;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container .label-option {
  display: none;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container .checkmark {
  text-align: center;
  width: 50px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container .checkmark {
    width: 50px;
  }
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container .checkmark:after {
  display: block;
  font-family: "effra-cc", sans-serif;
  color: #333F48;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  left: 0;
  top: 7px;
  width: 50px;
  height: 40px;
  border: none;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) {
  #floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container .checkmark:after {
    width: 50px;
  }
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
  color: #fff;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container:nth-child(1) .checkmark:after {
  content: "All";
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container:nth-child(2) .checkmark:after {
  content: "1";
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container:nth-child(3) .checkmark:after {
  content: "2";
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container:nth-child(4) .checkmark:after {
  content: "3";
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container.disabled .label-option {
  color: #333F48;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container.disabled .checkmark:after {
  color: #333F48;
}
#floor-plans .filters-section__content .filters-row .filter-group .filter-options.bedroom .checkbox-container.disabled input[type="checkbox"]:checked ~ .checkmark:after {
  color: #333F48;
}
#floor-plans .filters-section__content .filters-row .filter-group #price-min.dropdown-list-wrapper,
#floor-plans .filters-section__content .filters-row .filter-group #price-max.dropdown-list-wrapper {
  display: inline-block;
  width: 112px;
}
@media only screen and (min-width: 1260px) {
  #floor-plans .filters-section__content .filters-row .filter-group #price-min.dropdown-list-wrapper,
  #floor-plans .filters-section__content .filters-row .filter-group #price-max.dropdown-list-wrapper {
    width: 100px;
  }
}
#floor-plans .filters-section__content .filters-row .filter-group .price-divider {
  display: inline-block;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 300;
}
#floor-plans .filters-section__content .filters-row .filter-group #move-in-date.dropdown-list-wrapper {
  width: 258px;
}
@media only screen and (min-width: 1260px) {
  #floor-plans .filters-section__content .filters-row .filter-group #move-in-date.dropdown-list-wrapper {
    width: 200px;
  }
}
#floor-plans .filters-section .submit-group {
  max-width: 1205px;
  margin: 0 auto;
}
#floor-plans .filters-section .submit-group .button-container {
  text-align: center;
  padding: 0 20px;
}
#floor-plans .filters-section .submit-group .button-container .submit-filter-button {
  color: #fff;
  background: #333F48;
  padding: 12px 35px;
  width: fit-content;
  margin: 0 auto;
  transition: color .3s ease-in-out;
}
#floor-plans .filters-section .submit-group .button-container .submit-filter-button svg {
  width: 13px;
  height: 14px;
  object-fit: contain;
}
#floor-plans .filters-section .submit-group .button-container .submit-filter-button svg path {
  fill: #fff;
  transition: all .3s ease-in-out;
}
#floor-plans .filters-section .submit-group .button-container .submit-filter-button .link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
  letter-spacing: 0.64px;
  font-family: "effra-cc", sans-serif;
  font-weight: 500;
}
#floor-plans .filters-section .submit-group .button-container .submit-filter-button:hover {
  color: #F19C49;
}
#floor-plans .filters-section .submit-group .button-container .submit-filter-button:hover svg path {
  fill: #F19C49;
}
#floor-plans .units-result-section {
  margin: 0 0 70px;
}
@media only screen and (min-width: 1024px) {
  #floor-plans .units-result-section {
    margin: 0 0 110px;
  }
}
#floor-plans .units-result-section__count {
  font-size: 40px;
  font-weight: 300;
  color: #00242E;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  #floor-plans .units-result-section__count {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .units-result-section__count {
    font-size: 80px;
  }
}
#floor-plans .units-result-section__count span {
  font-size: 17px;
}
#floor-plans .units-result-section .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
#floor-plans .units-result-section #loader {
  padding: 80px 10px 40px 10px;
  text-align: center;
  font-size: 36px;
}
#floor-plans .units-result-section #units-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media only screen and (min-width: 768px) {
  #floor-plans .units-result-section #units-container {
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .units-result-section #units-container {
    column-gap: 67px;
    row-gap: 84px;
  }
}
#floor-plans .units-result-section #units-container .unit-template {
  display: flex;
  flex-direction: column;
  height: inherit;
  width: 100%;
  border: 2px solid #F0F3F2;
}
@media only screen and (min-width: 768px) {
  #floor-plans .units-result-section #units-container .unit-template {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .units-result-section #units-container .unit-template {
    width: calc(33.33333% - 44.67px);
  }
}
#floor-plans .units-result-section #units-container .unit-template.the-refinery .unit-header__content, #floor-plans .units-result-section #units-container .unit-template.the-townhomes .unit-header__content {
  background: #007367;
  color: #fff;
}
#floor-plans .units-result-section #units-container .unit-template.the-refinery .unit-header__content:before, #floor-plans .units-result-section #units-container .unit-template.the-townhomes .unit-header__content:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #00313C transparent transparent;
}
@media only screen and (min-width: 768px) {
  #floor-plans .units-result-section #units-container .unit-template.the-refinery .unit-header__content:before, #floor-plans .units-result-section #units-container .unit-template.the-townhomes .unit-header__content:before {
    border-width: 0 60px 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .units-result-section #units-container .unit-template.the-refinery .unit-header__content:before, #floor-plans .units-result-section #units-container .unit-template.the-townhomes .unit-header__content:before {
    border-width: 0 66px 66px 0;
  }
}
#floor-plans .units-result-section #units-container .unit-template.the-forge .unit-header__content {
  background: #F19C49;
  color: #333F48;
}
#floor-plans .units-result-section #units-container .unit-template.the-forge .unit-header__content:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #F19C49;
  border-left: 1px solid #fff;
}
#floor-plans .units-result-section #units-container .unit-template.the-forge .unit-header__content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  height: 10px;
  width: calc(50% - 10px);
  background: #F19C49;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#floor-plans .units-result-section #units-container .unit-template .unit-header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 12px 20px;
}
#floor-plans .units-result-section #units-container .unit-template .unit-header__content .unit-name {
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #floor-plans .units-result-section #units-container .unit-template .unit-header__content .unit-name {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  #floor-plans .units-result-section #units-container .unit-template .unit-header__content .unit-name {
    font-size: 42px;
  }
}
#floor-plans .units-result-section #units-container .unit-template .unit-header__content .collection-name {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.91px;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 325px;
  padding: 0 10px;
  margin: 0 auto;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .image img {
  max-height: 270px;
  object-fit: contain;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .info {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 14px 20px 35px;
  background: #F0F3F2;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .info .from {
  font-size: 22px;
  color: #00313C;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .info .details, #floor-plans .units-result-section #units-container .unit-template .unit-body .info .sqft {
  color: #333F48;
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .button-container .btn {
  width: 100%;
  text-align: left;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .button-container .btn a {
  display: block;
  width: 100%;
  color: #333F48;
  font-size: 16px;
  letter-spacing: 0.64px;
  font-family: "effra-cc", sans-serif;
  padding: 12px 20px;
  background: rgba(157, 176, 172, 0.25);
  text-transform: uppercase;
  transition: background-color .3s ease-in-out;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .button-container .btn a svg {
  padding: 3px 0 0 0;
  margin: 0 0 0 12px;
  width: 13px;
  height: 14px;
}
#floor-plans .units-result-section #units-container .unit-template .unit-body .button-container .btn a:hover {
  background: #9DB0AC;
}
#floor-plans .units-result-section #no-results {
  text-align: center;
}
#floor-plans .units-result-section #no-results .message-title {
  margin: 0 0 20px;
}
#floor-plans .units-result-section #no-results .message-copy {
  font-family: "effra-cc", sans-serif;
  margin: 0 0 20px;
}

#lightbox-template {
  position: fixed;
  z-index: 105;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
}
#lightbox-template .lightbox-header {
  padding: 50px 20px 20px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-header {
    padding: 20px;
  }
}
#lightbox-template .lightbox-header__content {
  text-align: center;
  text-transform: uppercase;
}
#lightbox-template .lightbox-header__content .title {
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-header__content .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-header__content .title {
    font-size: 74px;
  }
}
#lightbox-template .lightbox-header__content .collection-title {
  display: inline-block;
  margin: 0 0 25px;
  color: #F19C49;
  font-size: 17px;
  text-transform: uppercase;
}
#lightbox-template .lightbox-header__content .bedsbaths {
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
  line-height: 26px;
  text-transform: capitalize;
}
#lightbox-template .lightbox-header .fp-close-icon {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  margin: 0 0 0 25px;
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-header .fp-close-icon {
    top: 30px;
    left: 40px;
  }
}
#lightbox-template .lightbox-header .fp-close-icon a.close-link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-family: "effra-cc", sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  transition: color .3s ease-in-out;
}
#lightbox-template .lightbox-header .fp-close-icon a.close-link svg {
  width: 21px;
  height: 14px;
  transform: rotate(180deg);
}
#lightbox-template .lightbox-header .fp-close-icon a.close-link svg path {
  fill: #fff;
  transition: all .3s ease-in-out;
}
#lightbox-template .lightbox-header .fp-close-icon a.close-link:hover {
  color: #9DB0AC;
}
#lightbox-template .lightbox-header .fp-close-icon a.close-link:hover svg path {
  fill: #9DB0AC;
}
#lightbox-template .lightbox-body {
  width: 100%;
  background-color: #fff;
}
#lightbox-template .lightbox-body__content {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content {
    padding: 60px 25px 100px 25px;
  }
}
@media only screen and (min-width: 1260px) {
  #lightbox-template .lightbox-body__content {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
#lightbox-template .lightbox-body__content .left-col {
  text-align: center;
  padding: 0 10px 60px;
}
@media only screen and (min-width: 1260px) {
  #lightbox-template .lightbox-body__content .left-col {
    padding: 0 40px 60px;
    width: 45%;
  }
}
#lightbox-template .lightbox-body__content .left-col img {
  width: 100%;
  max-width: 500px;
  max-height: 800px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1260px) {
  #lightbox-template .lightbox-body__content .right-col {
    width: 55%;
    max-width: none;
  }
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table {
  width: 100%;
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table th {
  display: none;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table th {
    display: table-cell;
    color: #333F48;
    font-size: 12px;
    letter-spacing: 0.84px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 5px 10px;
  }
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr {
    padding: 0;
    display: table-row;
  }
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr.even {
  background-color: #F0F3F2;
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr.odd {
  background-color: #fff;
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr td {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 18px;
  color: #333F48;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr td {
    display: table-cell;
    width: auto;
    color: #333F48;
    padding: 10px 8px;
    font-size: 18px;
    font-family: "effra-cc", sans-serif;
  }
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr td span {
  width: 130px;
  display: inline-block;
  font-size: 18px;
  color: #333F48;
  font-family: "effra-cc", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr td span {
    display: none;
  }
}
#lightbox-template .lightbox-body__content .right-col .info-table-wrapper table.info-table tr td .btn-simple a.link {
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 26px;
  font-family: "effra-cc", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
}
#lightbox-template .lightbox-body__content .right-col .bottom-description {
  margin: 70px 0 0;
  padding: 0 25px;
  font-family: "effra-cc", sans-serif;
  font-size: 15px;
  color: #333F48;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col .bottom-description {
    padding: 0;
    max-width: 540px;
  }
}
#lightbox-template .lightbox-body__content .right-col .buttons-container {
  margin: 50px 0 0;
}
#lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf,
#lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan {
  text-align: center;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf,
  #lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan {
    display: inline-block;
    text-align: left;
    margin: 0 33px 0 0;
  }
}
#lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf .link,
#lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan .link {
  position: relative;
  padding: 0 25px 0 0;
  color: #333F48;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
}
#lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf .link svg,
#lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan .link svg {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-55%);
  width: 13px;
  height: 14px;
}
#lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf .link svg path,
#lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan .link svg path {
  transition: all .3s ease-in-out;
}
#lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf .link:hover,
#lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan .link:hover {
  color: #6787B7;
}
#lightbox-template .lightbox-body__content .right-col .buttons-container #download-pdf .link:hover svg path,
#lightbox-template .lightbox-body__content .right-col .buttons-container #email-floorplan .link:hover svg path {
  fill: #6787B7;
}
#lightbox-template .lightbox-body__bottom-footer {
  padding: 18px 25px;
}
#lightbox-template .lightbox-body__bottom-footer .fp-close-icon a.close-link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-family: "effra-cc", sans-serif;
  font-size: 16px;
  letter-spacing: 0.64px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  transition: color .3s ease-in-out;
}
#lightbox-template .lightbox-body__bottom-footer .fp-close-icon a.close-link svg {
  width: 21px;
  height: 14px;
  transform: rotate(180deg);
}
#lightbox-template .lightbox-body__bottom-footer .fp-close-icon a.close-link svg path {
  fill: #fff;
  transition: all .3s ease-in-out;
}
#lightbox-template .lightbox-body__bottom-footer .fp-close-icon a.close-link:hover {
  color: #9DB0AC;
}
#lightbox-template .lightbox-body__bottom-footer .fp-close-icon a.close-link:hover svg path {
  fill: #9DB0AC;
}
#lightbox-template.the-forge .lightbox-header {
  background: #333F48;
}
#lightbox-template.the-forge .lightbox-header__content {
  color: #fff;
}
#lightbox-template.the-forge .lightbox-header__content .collection-title {
  color: #F19C49;
}
#lightbox-template.the-forge .lightbox-body__content .right-col .info-table-wrapper .btn-simple a {
  background: #F19C49;
  color: #333F48;
}
#lightbox-template.the-forge .lightbox-body__content .right-col .info-table-wrapper .btn-simple a:hover {
  color: #fff;
}
#lightbox-template.the-forge .lightbox-body__bottom-footer {
  background-color: #333F48;
}
#lightbox-template.the-refinery .lightbox-header, #lightbox-template.the-townhomes .lightbox-header {
  background: #00313C;
  border-top: 10px solid #007367;
}
#lightbox-template.the-refinery .lightbox-header__content, #lightbox-template.the-townhomes .lightbox-header__content {
  color: #fff;
}
#lightbox-template.the-refinery .lightbox-header__content .collection-title, #lightbox-template.the-townhomes .lightbox-header__content .collection-title {
  color: #9DB0AC;
}
#lightbox-template.the-refinery .lightbox-body__content .right-col .info-table-wrapper .btn-simple a, #lightbox-template.the-townhomes .lightbox-body__content .right-col .info-table-wrapper .btn-simple a {
  background: #007367;
  color: #fff;
}
#lightbox-template.the-refinery .lightbox-body__content .right-col .info-table-wrapper .btn-simple a:hover, #lightbox-template.the-townhomes .lightbox-body__content .right-col .info-table-wrapper .btn-simple a:hover {
  color: #A8A8A8;
}
#lightbox-template.the-refinery .lightbox-body__bottom-footer, #lightbox-template.the-townhomes .lightbox-body__bottom-footer {
  background: #00313C;
}

.dropdown-list-wrapper {
  outline: 0;
  border: 1px solid #9DB0AC;
}
.dropdown-list-wrapper:focus, .dropdown-list-wrapper:focus > .dropdown-list .dropdown-options {
  -webkit-box-shadow: 0 2px 7px 1px rgba(72, 72, 72, 0.16);
  -moz-box-shadow: 0 2px 7px 1px rgba(72, 72, 72, 0.16);
  box-shadow: 0 2px 7px 1px rgba(72, 72, 72, 0.16);
  outline: 1px solid #000;
}
.dropdown-list-wrapper .dropdown-list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: "new-frank", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
}
.dropdown-list-wrapper .dropdown-list__trigger {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 12px;
  color: #333F48;
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
  height: 40px;
  background: #fff;
}
.dropdown-list-wrapper .dropdown-list__trigger .arrow {
  position: relative;
  height: 4px;
  width: 14px;
}
.dropdown-list-wrapper .dropdown-list__trigger .arrow::before, .dropdown-list-wrapper .dropdown-list__trigger .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 1px;
  transition: all 0.5s;
}
.dropdown-list-wrapper .dropdown-list__trigger .arrow::before {
  left: -2px;
  transform: rotate(45deg);
  background-color: #394a6d;
}
.dropdown-list-wrapper .dropdown-list__trigger .arrow::after {
  left: 3px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options {
  position: absolute;
  display: block;
  width: 100%;
  top: 100%;
  left: -1px;
  right: 0;
  background: #fff;
  border: 1px solid #9DB0AC;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option {
  position: relative;
  display: block;
  color: #6787B7;
  cursor: pointer;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option:hover {
  cursor: pointer;
  background-color: #6787B7;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option:hover a {
  color: #fff;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option.selected {
  background-color: #6787B7;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option a {
  display: block;
  padding: 15px 20px;
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
  width: calc(100% - 40px);
  color: #333F48;
}
.dropdown-list-wrapper .dropdown-list.open .dropdown-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.dropdown-list-wrapper .dropdown-list.open .arrow::before {
  left: -2px;
  transform: rotate(-45deg);
}
.dropdown-list-wrapper .dropdown-list.open .arrow::after {
  left: 3px;
  transform: rotate(45deg);
}

#contact {
  position: relative;
  padding: 0 0 10px;
  /* Contact Hero Section */
  /* Contact Section */
  /* Contact Apartment Views */
}
#contact:before, #contact:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 10px;
}
#contact:before {
  left: 0;
  background: #F19C49;
}
#contact:after {
  right: 0;
  background: #007367;
}
#contact .contact-hero {
  position: relative;
  padding: 90px 0 45px;
  color: #333F48;
}
#contact .contact-hero .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
#contact .contact-hero__wrapper {
  width: 100%;
  max-width: 700px;
  padding: 0 25px 0 0;
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero__wrapper {
    max-width: 900px;
    padding: 0;
  }
}
#contact .contact-hero__title {
  text-transform: uppercase;
  line-height: 38px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-hero__title {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact-hero__title {
    font-size: 48px;
    letter-spacing: 3.36px;
    line-height: 68px;
  }
}
#contact .contact-hero__copy-box {
  font-size: 18px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
#contact .contact-hero__decoration-top-outline {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 10px;
  border: 1px solid #6787B7;
  border-top: none;
}
#contact .contact-hero__decoration-top-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 10px;
  background: #6787B7;
}
#contact .contact-hero__decoration-right-outline {
  position: absolute;
  right: 0;
  top: 0;
  width: 5%;
  max-width: 60px;
  height: 75%;
  border: 1px solid #6787B7;
  border-right: none;
}
#contact .contact-hero__decoration-right-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 5%;
  max-width: 60px;
  height: 60%;
  background: #6787B7;
}
#contact .contact {
  color: #fff;
  padding: 65px 0 100px;
  background: #333F48;
}
#contact .contact .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
#contact .contact__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media only screen and (min-width: 768px) {
  #contact .contact__wrapper {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact__wrapper {
    column-gap: 110px;
  }
}
#contact .contact__info {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .contact__info {
    max-width: 450px;
  }
}
#contact .contact__info:before {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -60px;
  width: calc(100% + 40px);
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #contact .contact__info:before {
    display: none;
  }
}
#contact .contact__form-title, #contact .contact__info-title {
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #contact .contact__form-title, #contact .contact__info-title {
    margin: 0 0 40px;
  }
}
#contact .contact .address-link, #contact .contact .phone__number {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  transition: color .3s ease-in-out;
}
#contact .contact .address-link:hover, #contact .contact .phone__number:hover {
  color: #F19C49;
}
#contact .contact__info-address, #contact .contact__info-phone {
  position: relative;
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 768px) {
  #contact .contact__info-address, #contact .contact__info-phone {
    padding: 0 0 0 30px;
  }
}
#contact .contact__info-link-arrow {
  position: absolute;
  left: 0;
  top: 5px;
}
#contact .contact__info-link-arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#contact .contact__info-link-arrow svg path {
  fill: #F19C49;
}
#contact .contact__info-address {
  width: 100%;
  max-width: 250px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #contact .contact__info-address {
    margin: 0 0 30px;
  }
}
#contact .contact__info-phone {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #contact .contact__info-phone {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact__info-phone {
    margin: 0 0 60px;
  }
}
#contact .contact__info-work-hours-title {
  display: inline-block;
  color: #F19C49;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#contact .contact__info-work_hours-info {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
#contact .contact__info-work_hours-info span {
  flex: 0 0 50%;
  font-size: 13px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 360px) {
  #contact .contact__info-work_hours-info span {
    font-size: 17px;
  }
}
#contact .contact__form-description {
  margin: 0 0 45px;
  font-size: 18px;
  line-height: 32px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 768px) {
  #contact .contact__form-description {
    margin: 0 0 60px;
  }
}
#contact .contact__form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .contact__form {
    max-width: 450px;
  }
}
#contact .contact__form .frm_forms form label, #contact .contact__form .frm_forms form .frm_primary_label {
  color: #F19C49;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 5px;
}
#contact .contact__form .frm_forms form label .frm_required, #contact .contact__form .frm_forms form .frm_primary_label .frm_required {
  display: none;
}
#contact .contact__form .frm_forms form .frm_primary_label {
  margin: 0 0 17px;
}
#contact .contact__form .frm_forms form .frm_fields_container {
  grid-gap: 15px 2%;
}
@media only screen and (min-width: 768px) {
  #contact .contact__form .frm_forms form .frm_fields_container {
    grid-gap: 23px 2%;
  }
}
@media only screen and (min-width: 1024px) {
  #contact .contact__form .frm_forms form .frm_fields_container {
    grid-gap: 33px 2%;
  }
}
#contact .contact__form .frm_forms form .frm_form_field.form-field input, #contact .contact__form .frm_forms form .frm_form_field.form-field textarea {
  color: #fff;
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
  background: transparent;
  border: 1px solid #9DB0AC;
  border-radius: 0;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field input::placeholder, #contact .contact__form .frm_forms form .frm_form_field.form-field textarea::placeholder {
  color: #fff;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field input:focus, #contact .contact__form .frm_forms form .frm_form_field.form-field textarea:focus {
  color: #fff;
  background: transparent;
  border: 1px solid #9DB0AC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(157, 176, 172, 0.6);
}
#contact .contact__form .frm_forms form .frm_form_field.form-field input {
  height: 40px;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field textarea {
  height: 190px;
  resize: none;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_checkbox:not(:last-child), #contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_radio:not(:last-child) {
  margin: 0 0 18px;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_checkbox input, #contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_radio input {
  width: 27px;
  height: 27px;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_checkbox input:checked, #contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_radio input:checked {
  background: #F19C49;
}
#contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_checkbox input:checked:before, #contact .contact__form .frm_forms form .frm_form_field.form-field .frm_opt_container .frm_radio input:checked:before {
  transform: scale(1) translate(3px, 5px);
  width: 16px;
  height: 11px;
  box-shadow: none;
  background: url("../images/icons/contact_form_arrow.svg") no-repeat;
  background-size: contain;
  clip-path: none;
  border-radius: 0;
}
#contact .contact__form .frm_forms form .frm_submit button {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "effra-cc", sans-serif;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 12px 30px 12px 30px;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background: #F19C49;
  transition: color .3s ease-in-out;
}
#contact .contact__form .frm_forms form .frm_submit button svg {
  width: fit-content;
  height: fit-content;
  object-fit: contain;
}
#contact .contact__form .frm_forms form .frm_submit button svg path {
  transition: all .3s ease-in-out;
}
#contact .contact__form .frm_forms form .frm_submit button:hover {
  color: #fff;
  background: #F19C49;
}
#contact .contact__form .frm_forms form .frm_submit button:hover svg path {
  fill: #fff;
}
#contact .contact-apartment-views {
  position: relative;
  padding: 0 0 40px;
  background: #333F48;
}
#contact .contact-apartment-views:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 130px);
  background: #232B31;
}
#contact .contact-apartment-views .container {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 20px;
}
#contact .contact-apartment-views__wrapper {
  position: relative;
  z-index: 10;
}
#contact .contact-apartment-views__images {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-apartment-views__images {
    align-items: flex-end;
    flex-direction: row;
  }
}
#contact .contact-apartment-views__forge-image-box {
  position: relative;
  display: flex;
  padding: 0 0 0 55px;
  margin: 0 0 55px;
}
#contact .contact-apartment-views__forge-image-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #F19C49;
}
#contact .contact-apartment-views__forge-image-box:after {
  content: '';
  position: absolute;
  width: 50%;
  height: calc(50% + 20px);
  left: 0;
  bottom: -20px;
  border-left: 2px solid #F19C49;
  border-bottom: 2px solid #F19C49;
}
#contact .contact-apartment-views__forge-image-box img {
  position: relative;
}
#contact .contact-apartment-views__refinery-image-box {
  position: relative;
  display: flex;
  padding: 0 55px 0 0;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-apartment-views__refinery-image-box {
    margin: 0 0 55px;
  }
}
#contact .contact-apartment-views__refinery-image-box:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #007367;
}
#contact .contact-apartment-views__refinery-image-box:after {
  content: '';
  position: absolute;
  width: 50%;
  height: calc(50% + 20px);
  right: 0;
  top: -20px;
  border-right: 2px solid #007367;
  border-top: 2px solid #007367;
}
#contact .contact-apartment-views__refinery-image-box img {
  position: relative;
}
#contact .contact-apartment-views__info {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-apartment-views__info {
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
  }
}
#contact .contact-apartment-views__info-forge {
  margin: 0 0 70px;
}
@media only screen and (min-width: 768px) {
  #contact .contact-apartment-views__info-forge {
    margin: 0;
    padding: 0 0 0 15px;
  }
}
#contact .contact-apartment-views__info-refinery {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #contact .contact-apartment-views__info-refinery {
    padding: 0 15px 0 0;
  }
}
#contact .contact-apartment-views__forge-title, #contact .contact-apartment-views__refinery-title {
  color: #fff;
  margin: 0 0 10px;
}
#contact .contact-apartment-views__info-forge-address, #contact .contact-apartment-views__info-refinery-address {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

#thank-you .thank-you-section {
  padding: 170px 0;
  text-align: center;
}
#thank-you .thank-you-section__copy {
  max-width: 495px;
  margin: 0 auto;
}
#thank-you .thank-you-section__copy p {
  font-size: 18px;
  font-family: "effra-cc", sans-serif;
  line-height: 32px;
  margin: 40px 0 0;
}

#neighborhood {
  /* Neighborhood Hero Section */
  /* Neighborhood Gallery Section */
  /* Neighborhood Images With Content Section */
  /* Neighborhood Apartment Views */
  /* Map Section */
}
#neighborhood .neighborhood-hero-section {
  position: relative;
  padding: 150px 0 110px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero-section {
    padding: 90px 0 100px;
  }
}
#neighborhood .neighborhood-hero-section__wrapper {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-hero-section__wrapper {
    text-align: center;
  }
}
#neighborhood .neighborhood-hero-section__title {
  margin: 0 0 30px;
  color: #333F48;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero-section__title {
    margin: 0 0 50px;
  }
}
#neighborhood .neighborhood-hero-section__copy-box {
  color: #333F48;
  font-size: 16px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-hero-section__copy-box {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero-section__copy-box {
    font-size: 18px;
    line-height: 42px;
  }
}
#neighborhood .neighborhood-hero-section__decoration-pattern {
  position: absolute;
  right: -40px;
  top: 0;
  width: 170px;
  height: 155px;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-hero-section__decoration-pattern {
    right: -50px;
    width: 220px;
    height: 265px;
  }
}
#neighborhood .neighborhood-gallery-section {
  margin: 0 0 120px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-gallery-section {
    margin: 0 0 100px;
  }
}
#neighborhood .neighborhood-gallery-section .container {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  padding: 0 20px;
}
#neighborhood .neighborhood-gallery-section__wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 8px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-gallery-section__wrapper {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
#neighborhood .neighborhood-gallery-section__main-image {
  position: relative;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-gallery-section__main-image {
    width: 100%;
    max-width: 375px;
  }
}
#neighborhood .neighborhood-gallery-section__main-image:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -105px;
  width: 124px;
  height: 124px;
  background: url("../images/icons/refinery-icon.svg") no-repeat;
  background-size: contain;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-gallery-section__main-image:before {
    left: 0;
    top: -130px;
    width: 154px;
    height: 154px;
  }
}
@media only screen and (min-width: 1260px) {
  #neighborhood .neighborhood-gallery-section__main-image:before {
    left: -115px;
    top: -90px;
  }
}
#neighborhood .neighborhood-gallery-section__main-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: #007367;
}
#neighborhood .neighborhood-gallery-section__sub-images {
  position: relative;
  display: flex;
  column-gap: 8px;
  width: 100%;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-gallery-section__sub-images {
    height: 215px;
    width: calc(100% - 375px - 4px);
  }
  #neighborhood .neighborhood-gallery-section__sub-images:after {
    content: '';
    position: absolute;
    left: -7px;
    bottom: -40px;
    width: 9px;
    height: 1px;
    background: #5B6770;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-gallery-section__sub-images {
    padding: 0;
  }
}
#neighborhood .neighborhood-gallery-section__sub-images:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  width: calc(100%);
  height: 60px;
  border: 1px solid #5B6770;
  border-left: none;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-gallery-section__sub-images:before {
    bottom: -40px;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-gallery-section__sub-images:before {
    right: -25px;
    width: calc(100% + 23px);
  }
}
#neighborhood .neighborhood-gallery-section__first-sub-image, #neighborhood .neighborhood-gallery-section__second-sub-image {
  position: relative;
  width: calc(50% - 4px);
  z-index: 10;
}
#neighborhood .neighborhood-images-with-content-section {
  margin: 0 0 100px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-images-with-content-section {
    margin: 0 0 145px;
  }
}
#neighborhood .neighborhood-images-with-content-section .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
#neighborhood .neighborhood-images-with-content-section__title, #neighborhood .neighborhood-images-with-content-section__copy-box {
  padding: 0;
  max-width: 840px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-images-with-content-section__title, #neighborhood .neighborhood-images-with-content-section__copy-box {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-images-with-content-section__title, #neighborhood .neighborhood-images-with-content-section__copy-box {
    padding: 0 0 0 100px;
  }
}
#neighborhood .neighborhood-images-with-content-section__title {
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #333F48;
}
#neighborhood .neighborhood-images-with-content-section__copy-box {
  color: #333F48;
  font-size: 16px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
  margin: 0 0 40px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-images-with-content-section__copy-box {
    font-size: 18px;
    line-height: 42px;
    margin: 0 0 60px;
  }
}
#neighborhood .neighborhood-images-with-content-section__images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 20px;
}
#neighborhood .neighborhood-images-with-content-section__first-image-box {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-images-with-content-section__first-image-box {
    width: calc(50% - 4px);
  }
}
#neighborhood .neighborhood-images-with-content-section__first-image-box:before {
  content: '';
  position: absolute;
  right: -20px;
  top: -15px;
  width: 20px;
  height: 1px;
  background: #5B6770;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-images-with-content-section__first-image-box:before {
    display: none;
  }
}
#neighborhood .neighborhood-images-with-content-section__first-image-box:after {
  content: '';
  position: absolute;
  left: -30px;
  top: -15px;
  width: calc(100% + 30px);
  height: 75px;
  border: 1px solid #5B6770;
  border-right: none;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-images-with-content-section__first-image-box:after {
    left: -30px;
    top: unset;
    bottom: -15px;
    width: calc(100% + 30px);
    height: 175px;
  }
}
#neighborhood .neighborhood-images-with-content-section__first-image-box img {
  position: relative;
  z-index: 10;
}
#neighborhood .neighborhood-images-with-content-section__second-image-box {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-images-with-content-section__second-image-box {
    width: calc(50% - 4px);
  }
  #neighborhood .neighborhood-images-with-content-section__second-image-box:after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: -15px;
    width: calc(100% + 8px);
    height: 1px;
    background: #5B6770;
  }
}
#neighborhood .neighborhood-images-with-content-section__second-image-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 20px;
  background: #F19C49;
}
#neighborhood .neighborhood-apartment-views-section {
  position: relative;
  margin: 0 0 70px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-35%);
    width: calc(50% - 45px);
    height: 1px;
    background: #F19C49;
  }
  #neighborhood .neighborhood-apartment-views-section:after {
    content: '';
    position: absolute;
    left: calc(50% + 45px);
    top: 65%;
    transform: translateY(-35%);
    width: 45%;
    max-width: 570px;
    height: 1px;
    background: #BD472A;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-apartment-views-section {
    margin: 0 0 220px;
  }
}
#neighborhood .neighborhood-apartment-views-section .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
#neighborhood .neighborhood-apartment-views-section__title {
  color: #333F48;
  text-transform: uppercase;
  margin: 0 0 30px;
}
#neighborhood .neighborhood-apartment-views-section__copy-box {
  color: #333F48;
  font-size: 16px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
  max-width: 745px;
  margin: 0 0 90px;
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-apartment-views-section__copy-box {
    font-size: 18px;
    line-height: 42px;
  }
}
#neighborhood .neighborhood-apartment-views-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__wrapper {
    flex-direction: row;
    align-items: flex-end;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-apartment-views-section__wrapper {
    column-gap: 90px;
  }
}
#neighborhood .neighborhood-apartment-views-section__forge-view {
  position: relative;
  width: 100%;
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 480px) {
  #neighborhood .neighborhood-apartment-views-section__forge-view {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__forge-view {
    width: calc(50% - 20px);
    padding: 0 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-apartment-views-section__forge-view {
    width: calc(50% - 45px);
    padding: 0 0 0 150px;
  }
}
#neighborhood .neighborhood-apartment-views-section__forge-logo {
  width: 175px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__forge-logo {
    margin: 0 0 60px;
  }
}
#neighborhood .neighborhood-apartment-views-section__forge-logo svg path {
  fill: #333F48;
}
#neighborhood .neighborhood-apartment-views-section__forge-copy {
  color: #6787B7;
  font-size: 17px;
  line-height: 30px;
  max-width: 250px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__forge-copy {
    margin: 0 0 40px;
  }
}
#neighborhood .neighborhood-apartment-views-section__forge-link-box {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__forge-link-box {
    max-width: none;
    margin: 0;
  }
}
#neighborhood .neighborhood-apartment-views-section__forge-link {
  color: #333F48;
}
#neighborhood .neighborhood-apartment-views-section__forge-link:hover span {
  background: #F19C49;
}
#neighborhood .neighborhood-apartment-views-section__forge-pattern-number {
  position: absolute;
  left: calc(100vw / 2 - 210px);
  top: 75px;
  width: 165px;
  height: 200px;
}
@media only screen and (min-width: 360px) {
  #neighborhood .neighborhood-apartment-views-section__forge-pattern-number {
    left: calc(100vw / 2 - 235px);
    width: 180px;
    height: 190px;
  }
}
@media only screen and (min-width: 480px) {
  #neighborhood .neighborhood-apartment-views-section__forge-pattern-number {
    left: calc(100vw / 2 - 250px);
    top: 20px;
    width: 175px;
    height: 245px;
  }
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__forge-pattern-number {
    top: 20px;
    left: 0;
    width: 85px;
    height: 185px;
  }
}
#neighborhood .neighborhood-apartment-views-section__new-label-element {
  position: absolute;
  left: calc(100vw / 2 - 145px);
  top: 20px;
  width: 66px;
  height: 66px;
}
@media only screen and (min-width: 360px) {
  #neighborhood .neighborhood-apartment-views-section__new-label-element {
    left: calc(100vw / 2 - 160px);
  }
}
@media only screen and (min-width: 480px) {
  #neighborhood .neighborhood-apartment-views-section__new-label-element {
    left: calc(100vw / 2 - 175px);
    top: -35px;
  }
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__new-label-element {
    left: 30px;
    top: -35px;
    width: 78px;
    height: 78px;
  }
}
#neighborhood .neighborhood-apartment-views-section__new-label-element svg path {
  fill: #6787B7;
}
#neighborhood .neighborhood-apartment-views-section__refinery-view {
  position: relative;
  width: 100%;
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 480px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-view {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-view {
    width: calc(50% - 20px);
    padding: 0 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-view {
    width: calc(50% - 45px);
    padding: 0 0 0 180px;
  }
}
#neighborhood .neighborhood-apartment-views-section__refinery-logo {
  width: 220px;
  margin: 0 auto 45px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-logo {
    margin: 0 0 65px;
  }
}
#neighborhood .neighborhood-apartment-views-section__refinery-logo svg path, #neighborhood .neighborhood-apartment-views-section__refinery-logo svg rect {
  fill: #333F48;
}
#neighborhood .neighborhood-apartment-views-section__refinery-copy {
  color: #00313C;
  font-size: 17px;
  line-height: 30px;
  max-width: 250px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-copy {
    margin: 0 0 40px;
  }
}
#neighborhood .neighborhood-apartment-views-section__refinery-link-box {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-link-box {
    max-width: none;
    margin: 0;
  }
}
#neighborhood .neighborhood-apartment-views-section__refinery-link {
  color: #333F48;
}
#neighborhood .neighborhood-apartment-views-section__refinery-link:hover span {
  background: #9DB0AC;
}
#neighborhood .neighborhood-apartment-views-section__refinery-pattern-number {
  position: absolute;
  top: 25px;
  width: 125px;
  height: 210px;
  left: calc(100vw / 2 - 180px);
}
@media only screen and (min-width: 360px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-pattern-number {
    left: calc(100vw / 2 - 195px);
  }
}
@media only screen and (min-width: 480px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-pattern-number {
    left: calc(100vw / 2 - 225px);
  }
}
@media only screen and (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section__refinery-pattern-number {
    left: 20px;
    top: -20px;
    width: 105px;
    height: 185px;
  }
}
#neighborhood .map-section {
  margin: 0 0 90px;
}
#neighborhood .map-section__row {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  #neighborhood .map-section__row {
    flex-direction: row;
    min-height: 560px;
  }
}
#neighborhood .map-section__filter-box {
  display: flex;
  flex-direction: column;
  background: #333F48;
  color: #fff;
  padding: 50px 20px 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #neighborhood .map-section__filter-box {
    width: 30%;
    padding: 90px 20px 50px;
  }
}
@media only screen and (min-width: 768px) {
  #neighborhood .map-section__filter-box .filter-category {
    width: 100%;
    max-width: 270px;
    margin: 0 30px 0 auto;
  }
}
#neighborhood .map-section__filter-box .filter-category .parent.active span:after {
  transform: translateY(-50%) rotate(0);
}
#neighborhood .map-section__filter-box .filter-category .parent span {
  position: relative;
  font-size: 13px;
  line-height: 36px;
  padding: 0 0 0 20px;
  transition: color .3s ease-in-out;
  text-transform: uppercase;
}
#neighborhood .map-section__filter-box .filter-category .parent span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #fff;
}
#neighborhood .map-section__filter-box .filter-category .parent span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 1px;
  background: #fff;
  transition: transform .3s ease-in-out;
}
#neighborhood .map-section__filter-box .filter-category .parent span:hover {
  cursor: pointer;
  color: #9DB0AC;
}
#neighborhood .map-section__filter-box .filter-category .children span {
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
  text-transform: unset;
}
#neighborhood .map-section__filter-box .filter-category .children span:before, #neighborhood .map-section__filter-box .filter-category .children span:after {
  display: none;
}
#neighborhood .map-section__reset-btn {
  margin-top: auto;
  text-align: right;
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
}
#neighborhood .map-section__reset-btn:hover {
  cursor: pointer;
  color: #9DB0AC;
}
#neighborhood .map-section__map-box {
  display: flex;
  width: 100%;
  height: 560px;
}
@media only screen and (min-width: 768px) {
  #neighborhood .map-section__map-box {
    width: 70%;
    height: inherit;
  }
}
#neighborhood .map-section__map-box #map {
  display: flex;
  width: 100%;
  height: inherit;
}
#neighborhood .map-section__map-box #map .gm-bundled-control.gm-bundled-control-on-bottom {
  right: unset !important;
  bottom: unset !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 81px;
}

#schedule-tour {
  /* Schedule a Tour Hero Section */
  /* Schedule a Tour Form */
}
#schedule-tour .schedule-a-tour-hero-section {
  position: relative;
  padding: 85px 0 50px;
  margin: 0 0 75px;
  background: #00242E;
}
#schedule-tour .schedule-a-tour-hero-section__wrapper {
  position: relative;
  max-width: 875px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #schedule-tour .schedule-a-tour-hero-section__wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #schedule-tour .schedule-a-tour-hero-section__wrapper {
    padding: 0;
  }
}
#schedule-tour .schedule-a-tour-hero-section__title {
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #schedule-tour .schedule-a-tour-hero-section__title {
    margin: 0 0 50px;
  }
}
#schedule-tour .schedule-a-tour-hero-section__copy-box {
  font-size: 16px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #schedule-tour .schedule-a-tour-hero-section__copy-box {
    font-size: 18px;
    line-height: 42px;
  }
}
#schedule-tour .schedule-a-tour-hero-section__decoration-top-pattern {
  position: absolute;
  left: -15px;
  top: 65px;
  width: 155px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  #schedule-tour .schedule-a-tour-hero-section__decoration-top-pattern {
    width: 190px;
    height: 275px;
  }
}
@media only screen and (min-width: 1024px) {
  #schedule-tour .schedule-a-tour-hero-section__decoration-top-pattern {
    left: 0;
    top: 45px;
    width: 185px;
    height: 325px;
  }
}
#schedule-tour .schedule-a-tour-hero-section__decoration-top-pattern svg path {
  stroke: #5B6770;
}
#schedule-tour .schedule-a-tour-hero-section__decoration-right-pattern {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 85px;
  height: 85px;
}
@media only screen and (min-width: 768px) {
  #schedule-tour .schedule-a-tour-hero-section__decoration-right-pattern {
    bottom: -30px;
    width: 135px;
    height: 135px;
  }
}
#schedule-tour .booking-form {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #schedule-tour .booking-form {
    flex-direction: row;
    margin: 0 auto 200px;
  }
}
#schedule-tour #booking-tour-form-box {
  width: 100%;
  background: #fff;
  padding: 30px 20px 0;
}
@media only screen and (min-width: 1024px) {
  #schedule-tour #booking-tour-form-box {
    padding: 70px 20px 0;
  }
}
#schedule-tour #booking-tour-form-box #loader {
  padding: 80px 10px 40px 10px;
  text-align: center;
  font-size: 36px;
}
#schedule-tour #booking-tour-form-box .message {
  font-size: 18px;
  line-height: 42px;
  font-family: "effra-cc", sans-serif;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
#schedule-tour #booking-tour-form-box .select-another-date {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 16px;
  border-bottom: 1px solid #007367;
  color: #007367;
  transition: border-bottom-color .3s ease-in-out;
}
#schedule-tour #booking-tour-form-box .select-another-date:hover {
  border-bottom-color: transparent;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker {
  width: 100%;
  max-width: 500px;
  height: 100%;
  border: none;
  padding: 0;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 5px;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar thead span {
  font-size: 14px;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
  color: #333F48;
}
@media only screen and (min-width: 1024px) {
  #schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar thead span {
    font-size: 18px;
  }
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar tbody td {
  width: 60px;
  height: 45px;
  border: none;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable.ui-state-disabled {
  opacity: .5;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar tbody span.ui-state-default {
  background: transparent;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px 0 0 5px;
  border: 1px solid #9DB0AC;
  background: #F0F3F2;
  font-size: 13px;
  color: #333F48;
  transition: background-color .3s ease-in-out;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-hover {
  background: #F19C49;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-title {
  font-size: 20px;
  line-height: 28px;
  color: #333F48;
  font-family: "new-frank", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1366px) {
  #schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
  }
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover, #schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: transparent;
  font-weight: normal;
  border: none;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon, #schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-next .ui-icon {
  width: 13px;
  height: 14px;
  background-image: url("../images/icons/arrow-for-link.svg");
  background-position: center;
}
#schedule-tour #booking-tour-form-box .booking-tour-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon {
  transform: rotate(180deg);
}
#schedule-tour #booking-tour-form-box .booking-tour-form {
  display: none;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin: 0 0 30px;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__main label.half-width {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #schedule-tour #booking-tour-form-box .booking-tour-form__main label.half-width {
    width: calc(50% - 10px);
  }
}
#schedule-tour #booking-tour-form-box .booking-tour-form__main label.full-width {
  width: 100%;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__main label {
  font-family: "effra-cc", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #6787B7;
  padding-bottom: 8px;
  text-transform: uppercase;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__main input, #schedule-tour #booking-tour-form-box .booking-tour-form__main select {
  width: 100%;
  font-family: "effra-cc", sans-serif;
  font-size: 16px;
  color: #333F48;
  outline: none;
  padding: 5px 10px;
  border: 1px solid #9DB0AC;
  border-radius: 0;
  box-shadow: none;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__main input::placeholder, #schedule-tour #booking-tour-form-box .booking-tour-form__main select::placeholder {
  color: #333F48;
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__button button[type="submit"] {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "effra-cc", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  background: #00313C;
  padding: 12px 30px 12px 30px;
  outline: none;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__button button[type="submit"] svg {
  width: 13px;
  height: 14px;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__button button[type="submit"] svg path {
  fill: #fff;
}
#schedule-tour #booking-tour-form-box .booking-tour-form__button button[type="submit"]:hover {
  background: #007367;
  cursor: pointer;
}

.type-buttons {
  padding: 40px;
  color: black;
}
.type-buttons__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.type-buttons__title {
  text-align: center;
  padding-bottom: 100px;
}
.type-buttons__select {
  padding: 10px;
  border-radius: 0;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .type-buttons__select {
    width: 30%;
  }
}
.type-buttons__btn {
  position: relative;
  padding: 0 11px;
  transition: all .3s ease-in-out;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-family: "new-frank", sans-serif;
}
.type-buttons__btn:before, .type-buttons__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 36px;
}
.type-buttons__btn:before {
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transition: left .3s ease-in-out;
}
.type-buttons__btn:after {
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: right .3s ease-in-out;
}
.type-buttons__btn:hover {
  color: #F19C49;
  cursor: pointer;
}
.type-buttons__btn:hover:before {
  left: -11px;
}
.type-buttons__btn:hover:after {
  right: -11px;
}
.type-buttons__btn.active {
  color: #F19C49;
  cursor: not-allowed;
}
.type-buttons__btn.active:before {
  left: -11px;
}
.type-buttons__btn.active:after {
  right: -11px;
}

#gallery {
  /* Gallery Hero Section */
  /* Gallery Section */
}
#gallery .gallery-hero-section {
  position: relative;
  padding: 90px 0 45px;
  background: #00313C;
}
#gallery .gallery-hero-section__wrapper {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 675px;
  margin: 0 auto;
  z-index: 5;
}
#gallery .gallery-hero-section__title {
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-hero-section__title {
    margin: 0 0 50px;
  }
}
#gallery .gallery-hero-section__copy-box {
  font-size: 16px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-hero-section__copy-box {
    font-size: 18px;
    line-height: 42px;
  }
}
#gallery .gallery-hero-section__top-right-pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  background: #00242E;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#gallery .gallery-hero-section__top-right-pattern svg {
  position: absolute;
  right: 0;
  top: 40px;
  width: 320px;
  height: 5px;
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-hero-section__top-right-pattern svg {
    top: 30px;
  }
}
#gallery .gallery-hero-section__bottom-left-pattern {
  position: absolute;
  left: -15px;
  bottom: -45px;
  width: 120px;
  height: 180px;
}
#gallery .gallery-section {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-section {
    padding: 100px 0;
  }
}
#gallery .gallery-section .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
#gallery .gallery-section__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-section__wrapper {
    flex-direction: row;
    column-gap: 55px;
  }
}
#gallery .gallery-section__filter {
  width: 100%;
  padding: 40px 0 0;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-section__filter {
    max-width: 160px;
  }
}
#gallery .gallery-section__filter-copy {
  color: #333F48;
  font-size: 12px;
  letter-spacing: 0.84px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #A8A8A8;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__filter-copy {
    padding: 0 0 30px;
    margin: 0 0 20px;
  }
}
#gallery .gallery-section__filter-nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media only screen and (min-width: 580px) {
  #gallery .gallery-section__filter-nav {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-section__filter-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 15px;
  }
}
#gallery .gallery-section__filter-nav-item {
  display: none;
  color: #333F48;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 20px;
  text-transform: uppercase;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__filter-nav-item {
    display: inline-block;
  }
}
#gallery .gallery-section__filter-nav-item:hover, #gallery .gallery-section__filter-nav-item.active {
  border-bottom-color: #333F48;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__filter-select, #gallery .gallery-section .ui-selectmenu-button {
    display: none;
  }
}
#gallery .gallery-section #loader {
  padding: 80px 10px 40px 10px;
  text-align: center;
  font-size: 36px;
  width: 100%;
}
#gallery .gallery-section__images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
}
#gallery .gallery-section__images.no-result {
  width: 100%;
}
#gallery .gallery-section__images.no-result:before {
  display: none;
}
#gallery .gallery-section__images:before {
  content: '';
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 22px;
  background: #F19C49;
}
#gallery .gallery-section__message {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  line-height: 35px;
}
#gallery .gallery-section__images-left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__images-left {
    width: calc(40% - 4px);
  }
}
#gallery .gallery-section__images-right-box, #gallery .gallery-section__images-left-box {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
#gallery .gallery-section__images-right-box.animated, #gallery .gallery-section__images-left-box.animated {
  opacity: 1;
}
#gallery .gallery-section__images-left-box {
  display: flex;
  margin: 0 0 8px;
  min-height: 305px;
}
#gallery .gallery-section__images-left-box img {
  min-height: 305px;
}
#gallery .gallery-section__images-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__images-right {
    width: calc(60% - 4px);
  }
  #gallery .gallery-section__images-right.full {
    width: 100%;
  }
}
#gallery .gallery-section__images-right-box {
  display: flex;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__images-right-box {
    height: 435px;
  }
}
#gallery .gallery-section__images-right-box img {
  height: auto;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__images-right-box img {
    height: 100%;
  }
}
#gallery .gallery-section__back-top-btn {
  padding: 65px 0 0 0;
  width: 100%;
  color: #333F48;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.39px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #gallery .gallery-section__back-top-btn {
    padding: 105px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #gallery .gallery-section__back-top-btn {
    padding: 165px 0 0;
  }
}
#gallery .gallery-section__back-top-btn span {
  padding: 0 0 10px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease-in-out;
}
#gallery .gallery-section__back-top-btn span:hover {
  cursor: pointer;
  border-bottom-color: #333F48;
}

#virtual-tour {
  /* Hero Section */
  /* Virtual Tour Section */
}
#virtual-tour .virtual-tour-hero-section {
  position: relative;
  padding: 90px 0;
  background: #333F48;
  overflow: hidden;
}
#virtual-tour .virtual-tour-hero-section:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 230px;
  height: 230px;
  background: rgba(0, 36, 46, 0.35);
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
#virtual-tour .virtual-tour-hero-section__pattern {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 110px;
  height: 165px;
}
@media only screen and (min-width: 768px) {
  #virtual-tour .virtual-tour-hero-section__pattern {
    right: -15px;
    top: -10px;
    width: 150px;
    height: 205px;
  }
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-hero-section__pattern {
    right: -35px;
    top: -5px;
    width: 210px;
    height: 265px;
  }
}
#virtual-tour .virtual-tour-hero-section__wrapper {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 675px;
  margin: 0 auto;
  z-index: 5;
}
#virtual-tour .virtual-tour-hero-section__title {
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-hero-section__title {
    margin: 0 0 50px;
  }
}
#virtual-tour .virtual-tour-hero-section__copy-box {
  font-size: 16px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-hero-section__copy-box {
    font-size: 18px;
    line-height: 42px;
  }
}
#virtual-tour .virtual-tour-hero-section__top-right-pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  background: #00242E;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#virtual-tour .virtual-tour-hero-section__top-right-pattern svg {
  position: absolute;
  right: 0;
  top: 40px;
  width: 320px;
  height: 5px;
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-hero-section__top-right-pattern svg {
    top: 30px;
  }
}
#virtual-tour .virtual-tour-hero-section__bottom-left-pattern {
  position: absolute;
  left: -15px;
  bottom: -45px;
  width: 120px;
  height: 180px;
}
#virtual-tour .virtual-tour-section {
  margin: -42px 0 0;
}
@media only screen and (min-width: 768px) {
  #virtual-tour .virtual-tour-section {
    margin: -52px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-section {
    margin: -58px 0 0;
  }
}
#virtual-tour .virtual-tour-section .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
#virtual-tour .virtual-tour-section__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 75px;
}
#virtual-tour .virtual-tour-section__tab {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #232B31;
  font-size: 15px;
  letter-spacing: 1.05px;
  line-height: 22px;
  text-transform: uppercase;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #virtual-tour .virtual-tour-section__tab {
    padding: 15px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-section__tab {
    padding: 18px 100px;
  }
}
#virtual-tour .virtual-tour-section__tab[data-filter-tab="the_forge"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #F19C49;
}
#virtual-tour .virtual-tour-section__tab[data-filter-tab="the_refinery"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #007367;
  transition: background-color .3s ease-in-out;
}
#virtual-tour .virtual-tour-section__tab:hover, #virtual-tour .virtual-tour-section__tab.active {
  cursor: pointer;
  color: #333F48;
  background: #fff;
}
#virtual-tour .virtual-tour-section__tab:hover:before, #virtual-tour .virtual-tour-section__tab.active:before {
  background: transparent;
}
#virtual-tour .virtual-tour-section #loader {
  padding: 80px 10px 40px 10px;
  text-align: center;
  font-size: 36px;
  width: 100%;
}
#virtual-tour .virtual-tour-section__medias {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 35px;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  #virtual-tour .virtual-tour-section__medias {
    row-gap: 55px;
    margin: 0 0 75px;
  }
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-section__medias {
    row-gap: 95px;
    margin: 0 0 115px;
  }
}
#virtual-tour .virtual-tour-section__message {
  width: 100%;
  text-align: center;
  line-height: 35px;
}
#virtual-tour .virtual-tour-section__floor-plan-type {
  color: #6787B7;
  font-size: 13px;
  letter-spacing: 0.65px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
#virtual-tour .virtual-tour-section__info-title {
  text-transform: uppercase;
  margin: 0 0 25px;
}
#virtual-tour .virtual-tour-section__media-video, #virtual-tour .virtual-tour-section__media-iframe {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #virtual-tour .virtual-tour-section__media-video, #virtual-tour .virtual-tour-section__media-iframe {
    width: calc(50% - 4px);
  }
  #virtual-tour .virtual-tour-section__media-video:first-of-type, #virtual-tour .virtual-tour-section__media-iframe:first-of-type {
    width: 100%;
  }
}
#virtual-tour .virtual-tour-section__media-video video {
  width: 100%;
}
#virtual-tour .virtual-tour-section__media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  max-height: 365px;
}
#virtual-tour .virtual-tour-section__media-wrapper iframe, #virtual-tour .virtual-tour-section__media-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#virtual-tour .virtual-tour-section__back-top-btn {
  width: 100%;
  color: #333F48;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.39px;
  font-weight: 500;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  #virtual-tour .virtual-tour-section__back-top-btn {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  #virtual-tour .virtual-tour-section__back-top-btn {
    margin: 0 0 175px;
  }
}
#virtual-tour .virtual-tour-section__back-top-btn span {
  padding: 0 0 10px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease-in-out;
}
#virtual-tour .virtual-tour-section__back-top-btn span:hover {
  cursor: pointer;
  border-bottom-color: #333F48;
}

.map-image-section {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 15px;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  .map-image-section {
    margin: 0 0 115px;
  }
}
.map-image-section .container {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 20px;
}
.map-image-section__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .map-image-section__wrapper {
    flex-direction: row;
    column-gap: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .map-image-section__wrapper {
    column-gap: 65px;
  }
}
.map-image-section__map-image {
  position: relative;
  padding: 45px 0 0;
}
.map-image-section__map-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 25px;
  background: #F19C49;
}
@media only screen and (min-width: 768px) {
  .map-image-section__info {
    position: relative;
  }
  .map-image-section__info:before {
    content: '';
    position: absolute;
    left: -65px;
    top: 20px;
    width: calc(100% + 130px);
    height: 1px;
    background: #F19C49;
  }
}
.map-image-section__image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .map-image-section__image {
    position: relative;
    display: block;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .map-image-section__image {
    margin: 0 0 70px;
  }
}
.map-image-section__title {
  color: #333F48;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.map-image-section__link {
  color: #333F48;
}
.map-image-section__link:hover span {
  background: #F19C49;
}

.content-with-grid-images {
  position: relative;
  z-index: 5;
}
.content-with-grid-images .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-with-grid-images__link-box {
  text-align: center;
  margin: 0 0 70px;
}
@media only screen and (min-width: 1024px) {
  .content-with-grid-images__link-box {
    margin: 0 0 90px;
  }
}
.content-with-grid-images__link {
  color: #333F48;
}
.content-with-grid-images__link:hover span {
  background: #F19C49;
}
.content-with-grid-images__text-before-title {
  margin: 0 0 60px;
  font-size: 18px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__text-before-title {
    margin: 0 0 20px;
  }
  .content-with-grid-images__text-before-title span {
    display: none;
  }
}
.content-with-grid-images__title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__title {
    display: block;
    text-transform: uppercase;
    margin: 0 0 50px;
  }
}
.content-with-grid-images__images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
.content-with-grid-images__image-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__image-box {
    width: calc(60% - 4px);
  }
}
.content-with-grid-images__image-box:nth-of-type(1) {
  width: calc(100% - 45px);
  margin: 0 0 0 auto;
}
.content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image {
  position: relative;
}
.content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -15px;
  width: calc(100% + 45px);
  height: 50%;
  border: 1px solid #5B6770;
  border-right: none;
}
.content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image:after {
  content: '';
  position: absolute;
  right: -20px;
  top: -15px;
  width: 20px;
  height: 1px;
  background: #5B6770;
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image:after {
    display: none;
  }
}
.content-with-grid-images__image-box:nth-of-type(1) .content-with-grid-images__image img {
  position: relative;
}
.content-with-grid-images__image-box:nth-of-type(3) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__image-box:nth-of-type(3) {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__image-box:not(:nth-of-type(even)) {
    width: calc(40% - 4px);
  }
}
.content-with-grid-images__image-box:not(:nth-of-type(even)) img {
  height: auto;
  object-fit: contain;
}
.content-with-grid-images__image {
  display: flex;
  width: 100%;
}
.content-with-grid-images__content {
  width: 100%;
  padding: 40px 10px 45px;
  font-size: 17px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .content-with-grid-images__content {
    width: calc(60% - 4px);
    padding: 70px 40px 20px;
    line-height: 26px;
  }
}
.content-with-grid-images__content br {
  display: block;
}

.image-slider {
  padding: 70px 0 40px;
}
@media only screen and (min-width: 1024px) {
  .image-slider {
    padding: 130px 0 70px;
  }
}
.image-slider .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
.image-slider__subtitle {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.39px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .image-slider__subtitle {
    margin: 0 0 20px;
  }
}
.image-slider__title {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .image-slider__title {
    margin: 0 0 40px;
  }
}
.image-slider__slider {
  margin: 0 0 40px;
}
@media only screen and (min-width: 1024px) {
  .image-slider__slider {
    margin: 0 0 90px;
  }
}
.image-slider__slider .slick-list {
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .image-slider__slider .slick-list {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1366px) {
  .image-slider__slider .slick-list {
    padding: 0 calc((100% - 1144px) / 2);
  }
}
.image-slider__slider .slick-dots {
  position: static;
  width: 100%;
  justify-content: flex-end;
  padding: 5px 20px 0;
}
@media only screen and (min-width: 768px) {
  .image-slider__slider .slick-dots {
    padding: 5px 80px 0;
  }
}
@media only screen and (min-width: 1366px) {
  .image-slider__slider .slick-dots {
    padding: 10px calc((100% - 1200px) / 2) 0;
  }
}
.image-slider__slider .slick-next_image {
  position: static;
}
.image-slider__slider .slick-next_image svg {
  width: 20px;
  height: 14px;
}
.image-slider__slider-item {
  margin: 0 10px 0 0;
  opacity: .35;
  transition: opacity .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .image-slider__slider-item {
    margin: 0;
  }
}
.image-slider__slider-item.slick-active {
  opacity: 1;
}
.image-slider__copy {
  width: 100%;
  max-width: 760px;
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
  font-family: "effra-cc", sans-serif;
}
@media only screen and (min-width: 768px) {
  .image-slider__copy {
    font-size: 26px;
    line-height: 43px;
  }
}

.list-section {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .list-section {
    padding: 70px 0 50px;
  }
}
.list-section__list {
  columns: 1;
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .list-section__list {
    columns: 2;
    break-inside: avoid-column;
    column-gap: 120px;
    margin: 0 0 105px;
  }
}
.list-section__list-item {
  position: relative;
  font-size: 17px;
  line-height: 26px;
  font-family: "effra-cc", sans-serif;
  margin: 0 0 25px;
  padding: 0 0 0 25px;
  max-width: 375px;
}
.list-section__list-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 100%;
}
.list-section__link-box {
  text-align: center;
}
.list-section__link {
  color: #333F48;
}
.list-section__link:hover span {
  background: #F19C49;
}

.links-section {
  padding: 40px 0 45px;
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .links-section {
    padding: 80px 0 85px;
    margin: 0 0 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .links-section {
    margin: 0 0 105px;
  }
}
.links-section .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
.links-section__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 60px;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .links-section__wrapper {
    flex-direction: row;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .links-section__wrapper {
    column-gap: 65px;
  }
}
.links-section__logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .links-section__logo-box {
    flex: 0 1 calc(58% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .links-section__logo-box {
    flex: 0 1 calc(58% - 32.5px);
  }
}
.links-section__logo-box img {
  max-width: 214px;
  height: auto;
  object-fit: contain;
}
.links-section__logo-box svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .links-section__links-box {
    flex: 0 0 calc(42% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .links-section__links-box {
    flex: 0 0 calc(42% - 32.5px);
  }
}
.links-section__link-box:not(:last-child) {
  margin: 0 0 30px;
}
.links-section__link {
  color: #333F48;
}
.links-section__link:hover span {
  background: #F19C49;
}

.apartment-views {
  margin: 0 0 70px;
}
@media only screen and (min-width: 768px) {
  .apartment-views {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .apartment-views {
    margin: 0 0 185px;
  }
}
.apartment-views .container {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
.apartment-views__images-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) {
  .apartment-views__images-box {
    flex-direction: row;
    column-gap: 8px;
  }
  .apartment-views__images-box:before {
    content: '';
    position: absolute;
    left: -45px;
    bottom: -15px;
    width: calc(100% + 45px);
    height: 1px;
    background: #333F48;
  }
}
@media only screen and (min-width: 1024px) {
  .apartment-views__images-box {
    margin: 0 0 55px;
  }
}
.apartment-views__first-image-box {
  position: relative;
  width: calc(100% - 45px);
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .apartment-views__first-image-box {
    width: 100%;
    margin: 0;
  }
}
.apartment-views__first-image-box:after {
  content: '';
  position: absolute;
  right: -20px;
  top: -15px;
  width: 20px;
  height: 1px;
  background: #333F48;
}
@media only screen and (min-width: 768px) {
  .apartment-views__first-image-box:after {
    display: none;
  }
}
.apartment-views__first-image-box:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -15px;
  width: calc(100% + 45px);
  height: calc(50% + 15px);
  border: 1px solid #333F48;
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .apartment-views__first-image-box:before {
    border-bottom: none;
    top: unset;
    bottom: -15px;
  }
}
.apartment-views__first-image-box img {
  position: relative;
}
.apartment-views__second-image-box {
  width: 100%;
}
.apartment-views__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) {
  .apartment-views__info {
    justify-content: space-between;
    flex-direction: row;
    column-gap: 30px;
    padding: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .apartment-views__info {
    padding: 0 0 0 60px;
  }
}
.apartment-views__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
.apartment-views__logo-box img {
  max-width: 222px;
  height: auto;
  object-fit: contain;
}
.apartment-views__info-content {
  width: 100%;
  max-width: 630px;
}
.apartment-views__title {
  margin: 0 0 30px;
  text-transform: uppercase;
}
.apartment-views__link {
  color: #333F48;
}
.apartment-views__link:hover span {
  background: #F19C49;
}

.page-pre-footer-section {
  position: relative;
  padding: 20px 0 20px;
  margin: auto 0 0 0;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section {
    padding: 20px 0 30px;
  }
}
.page-pre-footer-section:before, .page-pre-footer-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 10px;
}
.page-pre-footer-section:before {
  left: 0;
  background: #F19C49;
}
.page-pre-footer-section:after {
  right: 0;
  background: #007367;
}
.page-pre-footer-section__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__wrapper {
    column-gap: 20px;
  }
}
.page-pre-footer-section__wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  height: 40px;
  width: 2px;
  background: #333F48;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__wrapper:before {
    height: 70px;
    bottom: -30px;
  }
}
.page-pre-footer-section__wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  height: 30px;
  width: 2px;
  background: #F19C49;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__wrapper:after {
    height: 40px;
    bottom: -60px;
  }
}
.page-pre-footer-section__left-side, .page-pre-footer-section__right-side {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  width: 50%;
  color: #333F48;
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__left-side, .page-pre-footer-section__right-side {
    flex-direction: row;
    justify-content: center;
    column-gap: 34px;
  }
}
.page-pre-footer-section__left-side span, .page-pre-footer-section__right-side span {
  transition: color .3s ease-in-out;
}
.page-pre-footer-section__left-side .page-pre-footer-section__address-link:hover span {
  color: #F19C49;
}
.page-pre-footer-section__left-side .page-pre-footer-section__name svg path {
  fill: #F19C49;
}
.page-pre-footer-section__right-side .page-pre-footer-section__address-link:hover span {
  color: #007367;
}
.page-pre-footer-section__right-side .page-pre-footer-section__name svg path {
  fill: #007367;
}
.page-pre-footer-section__address-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  width: fit-content;
  color: #333F48;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__address-link {
    flex-direction: row;
    justify-content: center;
    column-gap: 34px;
  }
}
.page-pre-footer-section__name {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 360px) {
  .page-pre-footer-section__name {
    column-gap: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__name i {
    display: none;
  }
}
.page-pre-footer-section__name i svg {
  width: 13px;
  height: 18px;
}
.page-pre-footer-section__address, .page-pre-footer-section__city {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-pre-footer-section__address, .page-pre-footer-section__city {
    display: inline-block;
  }
}

.popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
}
.popup.hidden {
  display: none;
}
.popup__wrapper {
  position: relative;
  padding: 100px 15px 40px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  background: #333F48;
}
@media only screen and (min-width: 768px) {
  .popup__wrapper {
    min-width: 570px;
    padding: 80px 50px 40px;
  }
}
.popup__cross {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
}
.popup__cross:before, .popup__cross:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 36px;
}
.popup__cross:before {
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: left .2s ease;
}
.popup__cross:after {
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: right .2s ease;
}
.popup__cross span {
  position: relative;
}
.popup__cross span:before, .popup__cross span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #fff;
  transform-origin: center;
}
.popup__cross span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__cross span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__cross:hover {
  cursor: pointer;
}
.popup__cross:hover:before {
  left: -5px;
}
.popup__cross:hover:after {
  right: -5px;
}
.popup__logo {
  margin: 0 auto 50px;
}
.popup__logo.main {
  position: relative;
  width: 100%;
  max-width: 385px;
  padding: 0 20px;
}
.popup__logo.main:before, .popup__logo.main:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
}
.popup__logo.main:before {
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: left .3s ease-in-out;
}
.popup__logo.main:after {
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: right .3s ease-in-out;
}
.popup__logo.forge {
  width: 100%;
  max-width: 150px;
}
.popup__logo.refinery {
  width: 100%;
  max-width: 230px;
}
.popup__title {
  margin: 0 0 30px;
  text-transform: uppercase;
}
.popup__copy {
  width: 100%;
  max-width: 365px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 25px;
  font-family: "effra-cc", sans-serif;
}
.popup__link {
  color: #fff;
}
.popup__link:hover span {
  background: #F19C49;
}
