@charset "UTF-8";
html, body {
  color: #595b5f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  html, body {
    padding-top: 0;
  }
}
main {
  background-color: #f7f7f7;
  background-image: url("../../assets/images/redpeak_background.svg");
  background-repeat: repeat;
  background-size: contain;
  color: #595b5f;
}
.property-page main {
  background: #fff;
  background-image: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:focus, a:focus-within {
  outline: 1px dotted #437ab1;
}
img, svg {
  display: block;
  max-width: 100%;
}
.menu-open {
  height: 100vh;
  overflow: hidden;
}
.background--white {
  background-color: #fff;
}
.background--primary {
  background-color: #437ab1;
}
.background--secondary {
  background-color: #e07e37;
}
.background--tertiary {
  background-color: #737b32;
}
.background--quaternary {
  background-color: #437ab1;
}
.background--quinary {
  background-color: #e07e37;
}
.background--lightgray {
  background-color: #f7f7f7;
}
.ecs_components__container {
  position: relative;
  width: 100%;
}
.ecs__component {
  padding: 20px;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component {
    padding: 80px;
  }
}
.icon {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.ecs_components__container.top {
  z-index: 100;
}
.columns-align-top .columns {
  align-items: flex-start;
}
.columns-800-max .column {
  margin: 0 auto;
  max-width: 800px;
}
.has-text-centered {
  text-align: center;
}
.ecs_body .goog-te-gadget {
  margin: 16px 0;
  width: 100%;
}
.ecs_body select.goog-te-combo {
  width: auto;
}
body.android a[data-spaces-control="share-sms"] {
  display: none;
}
body.android a[data-spaces-control="share-email"] {
  margin: 0;
  width: 100%;
}
.self-tour-infographic {
  max-width: 900px;
  padding: 0;
}
@media (min-width: 769px) {
  .ecs_mobile_only {
    display: none;
  }
}
.ecs_desktop_only {
  display: none;
}
@media (min-width: 769px) {
  .ecs_desktop_only {
    display: unset;
  }
}
li {
  font-size: inherit;
}
li, p {
  line-height: inherit;
}
blockquote {
  color: #437ab1;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 36px;
  padding: 0 36px;
  position: relative;
}
@media (min-width: 769px) {
  blockquote {
    font-size: 35px;
    line-height: 45px;
    padding: 0 80px;
  }
}
blockquote:before, blockquote:after {
  color: #e07e37;
  font-family: helvetica;
  font-size: 72px;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0px;
  top: 15px;
}
@media (min-width: 769px) {
  blockquote:before {
    left: 15px;
  }
}
blockquote:after {
  bottom: -15px;
  content: "”";
  right: 0px;
}
@media (min-width: 769px) {
  blockquote:after {
    right: 15px;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, .ecs_h1, .ecs_h2, .ecs_h3, .ecs_h4, .ecs_h5, .ecs_h6 {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
}
.h1, .ecs_h1 {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 55px;
  text-transform: uppercase;
}
.h2, .ecs_h2 {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 38px;
}
.h2:not(.h2:last-child), .ecs_h2:not(.h2:last-child), .h2:not(.ecs_h2:last-child), .ecs_h2:not(.ecs_h2:last-child) {
  margin-bottom: 16px;
}
.h3, .ecs_h3 {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
}
.h4, .ecs_h4 {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 20px;
  text-transform: uppercase;
}
.ecs_p:not(.ecs_p:last-child) {
  margin-bottom: 8px;
}
/* Misc/Eyebrows - blue styling */
/* Misc/Eyebrows - red styling */
/* Headline - black styling */
/* Page Intro - Eyebrow */
/* Page Intro - Headline */
/* Page Intro - Intro Headline */
/* Page Intro - Intro Content */
.color--white {
  color: #fff;
}
.color--primary {
  color: #437ab1;
}
.color--secondary {
  color: #e07e37;
}
.color--tertiary {
  color: #737b32;
}
.color--quaternary {
  color: #437ab1;
}
.color--quinary {
  color: #e07e37;
}
.color--lightgray {
  color: #f7f7f7;
}
.reverse {
  color: #fff;
}
.reverse .h1, .reverse .h2, .reverse .h3, .reverse .h4, .reverse .h5, .reverse .h6, .reverse .ecs_h1, .reverse .ecs_h2, .reverse .ecs_h3, .reverse .ecs_h4, .reverse .ecs_h5, .reverse .ecs_h6 {
  color: #fff;
}
.reverse.color--white, .reverse.color--primary, .reverse.color--secondary, .reverse.color--tertiary, .reverse.color--quaternary, .reverse.color--quinary, .reverse.color--lightgray {
  color: #fff;
}
.centered {
  text-align: center;
}
.ecs__component-mural {
  padding: 64px 0;
}
@media (min-width: 769px) {
  .ecs__component-mural {
    padding: 0 0 64px;
  }
}
.ecs__component-mural .ecs_image {
  max-width: 100%;
}
.ecs__component-mural__row-top {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .ecs__component-mural__row-top {
    flex-direction: row;
    padding-top: 64px;
  }
}
.ecs__component-mural__img-top {
  display: flex;
  justify-content: center;
}
.ecs__component-mural__img-top .ecs_img {
  max-height: 570px;
}
.ecs__component-mural__content-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecs__component-mural__content-intro__wrapper {
  border-left: 2px solid #437ab1;
  display: flex;
  flex-direction: column;
  margin: 16px;
  padding-left: 24px;
}
@media (min-width: 769px) {
  .ecs__component-mural__content-intro__wrapper {
    margin: 0;
  }
}
.ecs__component-mural__intro {
  max-width: 460px;
}
.ecs__component-mural__content {
  border-left: 2px solid #437ab1;
  margin: 16px;
  max-width: 360px;
  padding-left: 24px;
}
@media (min-width: 769px) {
  .ecs__component-mural__content {
    margin: 64px 0 0;
  }
}
.ecs__component-mural__content-intro {
  align-items: center;
}
.ecs__component-mural__content-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .ecs__component-mural__row-bottom {
    margin-top: -64px;
  }
}
.header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 10;
}
.header--open {
  height: 100vh;
  position: fixed;
}
.header .menu-toggle {
  display: inline-block;
  height: 15px;
  margin: 16px;
  position: relative;
  width: 15px;
}
@media (min-width: 769px) {
  .header .menu-toggle {
    height: 12px;
    width: 12px;
  }
}
.header .menu-toggle .line {
  background-color: #437ab1;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.header .menu-toggle .line.line-1 {
  top: 0;
  width: 80%;
}
.header .menu-toggle .line.line-2 {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.header .menu-toggle .line.line-3 {
  bottom: 0;
  width: 50%;
}
.header .menu-toggle.open .line.line-1, .header .menu-toggle.open .line.line-3, .header .menu-toggle:hover .line.line-1, .header .menu-toggle:hover .line.line-3 {
  width: 100%;
}
.mobile-menu-open {
  height: 100vh;
  overflow: hidden;
}
.mobile-menu-open .property-header__bottom {
  height: 100vh;
}
.property-header {
  position: relative;
  z-index: 1000;
}
.property-header__top {
  align-items: center;
  background-color: transparent;
  color: #585858;
  flex-direction: row;
  font-size: 9px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.57px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 769px) {
  .property-header__top {
    background-color: #f7f7f7;
    display: flex;
  }
}
.property-header__corporate-logo {
  display: inline-flex;
  flex: 1;
  width: 100%;
}
.property-header__corporate-logo-image {
  display: none;
  height: 20px;
  padding: 8px;
  width: 23px;
}
.property-header__communities {
  padding-right: 8px;
  top: 80px;
}
.property-header__community-button {
  display: inline-block;
  padding: 8px;
}
.property-header__menu-button {
  border-left: 1px solid #e4e4e4;
  padding-left: 8px;
}
.property-header__menu-button .menu-toggle .line {
  background-color: #437ab1;
}
@media (min-width: 769px) {
  .property-header__menu-button .menu-toggle .line {
    background-color: #585858;
  }
}
.property-header__menu-button:hover .menu-toggle .line.line-1, .property-header__menu-button:hover .menu-toggle .line.line-3 {
  width: 100%;
}
.property-header__logo {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .property-header__logo {
    width: auto;
  }
}
.property-header__logo-type {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  justify-content: flex-start;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .property-header__logo-type {
    justify-content: center;
  }
}
.property-header__logo-type img {
  height: 20px;
  margin-right: 8px;
  width: 23px;
}
.property-header__logo:not(.property-header__logo.ecs_custom_logo_size) .property-header__logo-image {
  height: 24px;
  width: auto;
}
@media (min-width: 1024px) {
  .property-header__logo:not(.property-header__logo.ecs_custom_logo_size) .property-header__logo-image {
    height: 36px;
  }
}
.property-header__logo-image {
  min-height: 24px;
}
@media (min-width: 1024px) {
  .property-header__logo-image {
    min-height: 36px;
  }
}
.property-header__bottom {
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
@media (min-width: 769px) {
  .property-header__bottom {
    flex-direction: row;
    padding: 0 24px;
  }
}
.property-header__bottom-head {
  display: flex;
  flex: 1;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 769px) {
  .property-header__bottom-head {
    box-shadow: none;
    flex: none;
    width: auto;
  }
}
.property-header__main-menu-button, .property-header__info {
  display: flex;
  padding: 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .property-header__main-menu-button, .property-header__info {
    display: none;
  }
}
.property-header__main-menu-button {
  align-items: center;
  border-bottom: 4px dotted #e4e4e4;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .property-header__main-menu-button {
    display: none;
  }
}
.property-header__main-menu-button .icon {
  color: #437ab1;
  display: flex;
  margin-right: 8px;
}
.property-header__info {
  align-items: center;
  border-top: 4px dotted #e4e4e4;
  display: flex;
  font-size: 10px;
}
@media (min-width: 769px) {
  .property-header__info {
    display: none;
  }
}
.property-header ul.social-icons {
  justify-content: center;
}
.property-header__mobile-drawer {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  width: 100%;
}
@media (min-width: 769px) {
  .property-header__mobile-drawer {
    box-shadow: none;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.property-header__mobile-drawer.closed {
  max-height: 0px !important;
}
@media (min-width: 769px) {
  .property-header__mobile-drawer.closed {
    max-height: none !important;
  }
}
.property-header__menu {
  flex: 1;
  height: 100%;
  overflow: auto;
  width: 100%;
}
.property-header__mobile-menu {
  align-items: center;
  border-left: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 769px) {
  .property-header__mobile-menu {
    display: none;
  }
}
.property-header__mobile-menu .menu-toggle {
  margin: 0;
}
.property-header .property-menu {
  flex: 1;
  height: 100%;
}
.property-header .property-menu__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 8px;
}
@media (min-width: 769px) {
  .property-header .property-menu__wrap {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.property-header .property-menu__item {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.66px;
}
@media (min-width: 769px) {
  .property-header .property-menu__item {
    font-size: 14px;
  }
}
.property-header .property-menu__item:hover .ecs_apply_now_link {
  background-color: #e07e37;
  color: #fff;
}
.property-header .property-menu__item .ecs_apply_now_link {
  border: 2px solid #e07e37;
  color: #e07e37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.35px;
  padding: 4px 8px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.property-header .property-menu__item--phone {
  position: absolute;
  right: 46px;
  top: 10px;
  z-index: 10;
}
@media (min-width: 769px) {
  .property-header .property-menu__item--phone {
    position: relative;
    right: auto;
    top: auto;
  }
}
.property-header .property-menu__link {
  display: inline-flex;
  padding: 8px 16px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 769px) {
  .property-header .property-menu__link {
    padding: 16px;
  }
}
.property-header .property-menu__link.active {
  color: #3d4543;
}
.property-header .property-menu__phone {
  display: none;
  font-size: 16px;
}
@media (min-width: 769px) {
  .property-header .property-menu__phone {
    display: inline-flex;
  }
}
.property-header .corporate-header {
  background-color: transparent;
  width: 100%;
}
.property-header .corporate-header__corporate-logo {
  padding: 8px;
}
.property-header .corporate-header__menu-drawer {
  margin-top: 47px;
}
@media (min-width: 769px) {
  .property-header .corporate-header__menu-drawer {
    margin-top: 0;
  }
}
.property-header .corporate-header__secondary-menu .menu__link {
  color: #585858;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.57px;
}
.property-header .corporate-header .menu-toggle {
  margin: 8px 16px;
}
.property-header .corporate-header .menu-toggle .line {
  background-color: #585858;
}
@media (min-width: 769px) {
  .property-header .corporate-header__top {
    display: flex;
  }
}
.property-header .corporate-header__top, .property-header .corporate-header__communities {
  box-shadow: none;
}
.property-header .corporate-header__communities-button {
  align-items: center;
  color: #585858;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.57px;
  line-height: 18px;
}
.property-header .corporate-header__communities-button .icon {
  color: #585858;
  font-size: 10px;
  margin-left: 12px;
}
.property-header .property-header__top .community-list {
  letter-spacing: normal;
}
.corporate-header {
  flex-direction: column;
  position: relative;
  z-index: 1000;
}
.corporate-header__top {
  align-items: stretch;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__top {
    padding-left: 32px;
  }
}
.corporate-header__corporate-logo {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__corporate-logo {
    padding: 0;
  }
}
.corporate-header__corporate-logo img {
  height: 16px;
  width: auto;
}
.corporate-header__menu-button {
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .corporate-header__menu-button {
    margin-left: 24px;
    padding: 0 24px;
  }
}
.corporate-header__menu-button:hover .menu-toggle .line.line-1, .corporate-header__menu-button:hover .menu-toggle .line.line-3 {
  width: 100%;
}
.corporate-header .ecs_secondary_menu_buttons .btn {
  width: 100%;
}
.corporate-header__communities-button {
  align-items: center;
  color: #3d4543;
  display: none;
  flex-direction: row;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
  padding: 0 24px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .corporate-header__communities-button {
    display: inline-flex;
  }
}
.corporate-header__communities-button:hover .icon, .corporate-header__communities-button.open .icon {
  color: #437ab1;
}
.corporate-header__communities-button:hover::after, .corporate-header__communities-button.open::after {
  width: calc(100% - 48px);
}
.corporate-header__communities-button::after {
  background-color: #e1251b;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
  width: 0;
}
.corporate-header__communities-button .icon {
  color: #437ab1;
  font-size: 12px;
  margin-left: 8px;
  transition: 0.3s all ease-in-out;
}
.corporate-header__secondary-menu {
  display: none;
}
@media (min-width: 769px) {
  .corporate-header__secondary-menu {
    display: inline-flex;
  }
}
.corporate-header__secondary-menu .menu__link {
  color: #3d4543;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
  padding: 0 8px;
  text-transform: uppercase;
}
.corporate-header__secondary-menu .menu__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.corporate-header__communities {
  background-color: #fff;
  border-top: solid 1px #d2d5d9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  columns: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  max-height: calc(100vh - 44px);
  overflow: hidden;
  position: absolute;
  text-transform: none;
  top: 0;
  transition: 0.5s all ease-in-out;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .corporate-header__communities {
    max-height: 75vh;
  }
}
.corporate-header__communities.closed {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  max-height: 0 !important;
}
.corporate-header__communities.closed .corporate-header__communities-drawer {
  column-fill: balance;
  opacity: 0;
}
.corporate-header__communities-go-back {
  border-bottom: 4px dotted #e4e4e4;
  padding: 18px 16px 16px 16px;
}
@media (min-width: 769px) {
  .corporate-header__communities-go-back {
    display: none;
  }
}
.corporate-header__communities-go-back__button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.corporate-header__communities-go-back__button:hover {
  color: #437ab1;
}
.corporate-header__communities-go-back__button:hover .icon {
  color: #437ab1;
}
.corporate-header__communities-go-back__button .icon {
  color: inherit;
  margin-right: 8px;
  transition: 0.3s all ease-in-out;
}
.corporate-header__communities-drawer-wrap {
  break-inside: avoid-column;
  column-fill: balance;
  display: revert;
  flex-direction: column;
  width: 100%;
}
.corporate-header__communities-drawer {
  display: flex;
  flex: 1;
  opacity: 1;
  overflow: auto;
  transition: 0.5s all ease-in-out;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer {
    height: calc(100% - 72px);
  }
}
.corporate-header__menu-drawer {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100vh;
  max-height: calc(100vh - 43px);
  overflow: hidden;
  position: absolute;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: -1;
}
.corporate-header__menu-drawer.closed {
  background-color: transparent;
  pointer-events: none;
}
.corporate-header__menu-drawer.closed .corporate-header__menu-drawer-wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transform: translateX(100%);
}
.corporate-header__menu-drawer-wrap {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0);
  transition: 0.3s all ease-in-out;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__menu-drawer-wrap {
    max-width: 400px;
  }
}
.corporate-header__menu-drawer-wrap .menu {
  flex: 1;
  height: 100%;
  overflow: auto;
  padding: 16px 36px;
}
.corporate-header__menu-drawer-wrap .menu__main {
  list-style-type: decimal-leading-zero;
  padding-inline-start: 16px;
}
.corporate-header__menu-drawer-wrap .menu__item {
  color: #adadad;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.corporate-header__menu-drawer-wrap .menu__link {
  display: inline-flex;
  padding: 16px 0;
}
.corporate-header__menu-drawer-wrap .menu__link-text {
  color: #3d4543;
  font-weight: 600;
}
.corporate-header__menu-drawer-wrap .menu__link-parent {
  flex-direction: row;
  justify-content: space-between;
  line-height: 16px;
  width: 100%;
}
.corporate-header__menu-drawer-wrap .menu__link-parent .icon {
  color: #3d4543;
  font-size: 16px;
}
.corporate-header__menu-drawer-wrap .child-nav {
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.corporate-header__menu-drawer-wrap .child-nav.closed {
  max-height: 0 !important;
}
.corporate-header__menu-drawer-wrap .child-nav__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 8px 0;
  text-transform: none;
}
.corporate-header__drawer-community-button {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px;
}
.corporate-header__info {
  border-top: 4px dotted #e4e4e4;
  margin: 0;
  padding: 36px;
  width: 100%;
}
.corporate-header__address {
  color: #3d4543;
  font-size: 10px;
  line-height: 16px;
}
.community-list {
  display: table;
  width: 100%;
}
.community-list__neighborhood {
  break-inside: avoid;
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.community-list__neighborhood .ecs_btn.community-list__neighborhood-link {
  gap: 8px;
  padding: 8px 16px;
}
.community-list__neighborhood .ecs_btn.community-list__neighborhood-link:hover, .community-list__neighborhood .ecs_btn.community-list__neighborhood-link:focus {
  background: #f2f2f2;
}
.community-list__neighborhood-properties {
  max-height: none;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.community-list__neighborhood-properties.closed {
  max-height: 0 !important;
}
@media (min-width: 769px) {
  .community-list__neighborhood-properties.closed {
    max-height: none !important;
  }
}
.community-list a.community-list__neighborhood-link, .community-list p.community-list__neighborhood-link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.56px;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 769px) {
  .community-list a.community-list__neighborhood-link, .community-list p.community-list__neighborhood-link {
    display: none;
  }
}
.community-list a.community-list__neighborhood-link.open .icon, .community-list p.community-list__neighborhood-link.open .icon {
  color: #437ab1;
  transform: rotate(45deg);
}
.community-list a.community-list__neighborhood-link .icon, .community-list p.community-list__neighborhood-link .icon {
  color: inherit;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 769px) {
  .community-list a.community-list__neighborhood-link .icon, .community-list p.community-list__neighborhood-link .icon {
    display: none;
  }
}
.community-list a.community-list__neighborhood-link {
  display: none;
}
@media (min-width: 769px) {
  .community-list a.community-list__neighborhood-link {
    display: inline-block;
  }
}
.community-list__property {
  color: #595b5f;
  margin-bottom: 0;
}
.community-list__property-link {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: space-between;
  letter-spacing: normal;
  padding: 8px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .community-list__property-link {
    display: inline-block;
    color: #696a6d;
    padding: 4px 0;
  }
  .community-list__property-link .icon {
    display: none;
  }
}
.community-list__cta {
  display: inline-block;
  margin: 8px 8px 8px 0;
}
.corporate-header__communities-drawer {
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer {
    padding-bottom: 76px;
  }
}
.corporate-header__communities-drawer .ecs_h2 {
  color: #595b5f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  padding: 8px 0;
}
.corporate-header__communities-drawer .ecs_h2:not(.corporate-header__communities-drawer .ecs_h2:last-child) {
  margin-bottom: 0;
}
.corporate-header__communities-drawer .ecs_ul {
  list-style: none;
  padding-inline-start: 0;
}
.corporate-header__communities-drawer .ecs_ul.community-list__neighborhood-list {
  padding-bottom: 72px;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .ecs_ul.community-list__neighborhood-list {
    padding-bottom: 0;
  }
}
.corporate-header__communities-drawer .ecs_li, .corporate-header__communities-drawer .ecs_btn {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  break-inside: avoid;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.corporate-header__communities-drawer .ecs_li .ecs_a:not(.community-list__property-link), .corporate-header__communities-drawer .ecs_btn .ecs_a:not(.community-list__property-link) {
  color: #000;
  display: block;
  padding: 8px 0;
}
.corporate-header__communities-drawer .ecs_li .icon, .corporate-header__communities-drawer .ecs_btn .icon {
  font-size: 12px;
}
.corporate-header__communities-drawer .ecs_community_list_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .ecs_community_list_top {
    flex-direction: row;
  }
}
.corporate-header__communities-drawer .ecs_community_list_top .ecs_a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
  justify-content: space-between;
}
.corporate-header__communities-drawer .ecs_community_list_top .ecs_a .icon {
  font-size: 12px;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .ecs_community_list_top .ecs_a {
    color: #2e3433;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
    padding: 8px 0;
    text-transform: uppercase;
  }
  .corporate-header__communities-drawer .ecs_community_list_top .ecs_a .icon {
    display: none;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-columns {
  position: relative;
  z-index: 1;
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-columns.columns {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-columns {
    height: 100%;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-column:not(.corporate-header__communities-drawer .corporate-header__communities-drawer-column:first-child) {
  border-bottom: 1px solid #E8E4E1;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-column:not(.corporate-header__communities-drawer .corporate-header__communities-drawer-column:first-child) {
    border-bottom: 0;
    border-left: 1px solid #E8E4E1;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-column > .ecs_wrap {
  padding: 16px 24px;
}
@media (min-width: 1024px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-column > .ecs_wrap {
    padding: 48px !important;
  }
}
.corporate-header__communities-drawer .corporate-header__neighborhoods > .ecs_wrap {
  border-top: 1px solid #E8E4E1;
  padding: 16px 8px;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .community-list__neighborhood-list.ecs_ul, .corporate-header__communities-drawer .ecs_navigation_neighborhoods .ecs_ul {
    column-gap: 36px;
    columns: 2;
  }
}
.corporate-header__communities-drawer .corporate-header__community-drawers {
  background-color: #fff;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__community-drawers {
    height: auto;
    left: auto;
    opacity: 0;
  }
}
.corporate-header__communities-drawer .corporate-header__community-drawers:not(.corporate-header__communities-drawer .corporate-header__community-drawers:first-child) {
  border-left-color: transparent;
}
.corporate-header__communities-drawer .corporate-header__community-drawers > .ecs_wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.corporate-header__communities-drawer .corporate-header__community-drawers.open {
  left: 0;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__community-drawers.open {
    opacity: 1;
  }
  .corporate-header__communities-drawer .corporate-header__community-drawers.open:not(.corporate-header__communities-drawer .corporate-header__community-drawers.open:first-child) {
    border-left-color: #E8E4E1;
  }
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__community-drawers {
    background-color: transparent;
    position: relative;
    width: auto;
  }
}
.corporate-header__communities-drawer .ecs_navigation_neighborhood {
  opacity: 1;
  position: relative;
  transform: translateX(0);
  transition: 0.3s all ease-in-out;
  transition-delay: opacity 0.1s;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .ecs_navigation_neighborhood {
    width: calc(100% - 96px);
  }
}
.corporate-header__communities-drawer .ecs_navigation_neighborhood.closed {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(60%);
}
.corporate-header__communities-drawer .ecs_navigation_neighborhood .ecs_h2 {
  color: #4E4B4A;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .ecs_navigation_neighborhood .ecs_h2 {
    color: #1E1C1B;
    font-size: 16px;
    font-weight: 600;
  }
}
.corporate-header__communities-drawer .ecs_navigation_neighborhood .ecs_ul {
  width: 100%;
}
@media (min-width: 1024px) {
  .corporate-header__communities-drawer .ecs_navigation_neighborhood .ecs_ul {
    break-inside: avoid;
    columns: 2;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-notification {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 16px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-notification {
    background-color: #c22219;
    color: #fff;
    padding: 8px 24px;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-notification > .ecs_drawer_notification {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-notification > .ecs_drawer_notification {
    flex-direction: row;
    gap: 24px;
    padding: 8px 24px;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_p {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_p {
    display: block;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_ctas {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_ctas {
    width: auto;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_btn {
  border: 2px solid #c22219;
  color: #c22219;
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1.92px;
  padding: 16px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_btn {
    background-color: #c22219;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 16px;
    width: auto;
  }
  .corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_btn:hover {
    background-color: transparent;
    border: 2px solid #c22219;
    color: #c22219;
  }
}
.corporate-header__communities-drawer .corporate-header__communities-drawer-notification .ecs_btn:hover {
  background-color: #c22219;
  color: #fff;
}
.outro {
  position: relative;
  z-index: 1;
}
.ecs_cookie-interstitial.ecs_cookie-interstitial--translate .ecs_cookie-interstitial__placeholder {
  max-width: 185px;
  position: relative;
}
.property-outro {
  font-size: 12px;
  line-height: 16px;
}
.property-outro #google_translate_element {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .property-outro #google_translate_element {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .property-outro #google_translate_element {
    padding: 0;
  }
}
.property-outro__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .property-outro__top {
    text-align: inherit;
  }
}
.property-outro__top-wrap {
  justify-content: space-between;
}
.property-outro__top-wrap .columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .property-outro__top-wrap .columns {
    display: initial;
  }
}
.property-outro__top-logo-image {
  height: 24px;
  width: auto;
}
.property-outro__logo {
  display: flex;
  flex-direction: column;
}
.property-outro__license {
  color: #595b5f;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .property-outro__license {
    text-align: left;
  }
}
.property-outro__cta {
  padding: 16px 24px;
}
.property-outro__cta-link {
  display: block;
  text-align: center;
}
.property-outro__logo:not(.property-outro__logo.ecs_custom_logo_size) .property-outro__bottom-logo-image {
  height: 24px;
  width: auto;
}
.property-outro__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.property-outro__bottom hr {
  width: 100%;
}
.property-outro__bottom-info.columns {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .property-outro__bottom-info.columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.property-outro__bottom-links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .property-outro__bottom-links {
    display: initial;
  }
}
@media only screen and (min-width: 769px) {
  .property-outro__bottom .column:first-child {
    padding-left: 0;
  }
}
.property-outro__bottom .property-outro__hr-vertical {
  height: 100%;
  margin: 30px 0;
  min-height: 2px;
  width: 100%;
}
@media (min-width: 769px) {
  .property-outro__bottom .property-outro__hr-vertical {
    margin: auto 0 auto -2px;
    min-height: 120px;
    width: 2px;
  }
}
.property-outro__bottom .columns {
  margin: 0 -0.75rem;
}
.property-outro__bottom .property-outro__info-phone {
  margin-top: 3px;
}
.property-outro__bottom .property-outro__info-call {
  margin-top: 8px;
}
.property-outro__bottom-logo {
  flex: 1;
}
.property-outro__bottom-logo .property-outro__logo-image {
  min-height: 24px;
}
@media (min-width: 769px) {
  .property-outro__bottom-logo .property-outro__logo-image {
    min-height: 36px;
  }
}
.property-outro__bottom-logo-image {
  min-height: 24px;
}
.property-outro__bottom-info, .property-outro__bottom-links {
  padding: 16px 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .property-outro__bottom-info, .property-outro__bottom-links {
    text-align: unset;
  }
}
@media (min-width: 1024px) {
  .property-outro__bottom-info, .property-outro__bottom-links {
    padding: 16px 0;
  }
}
.property-outro__bottom-links {
  align-items: center;
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  .property-outro__bottom-links {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .property-outro__bottom-links {
    justify-content: space-between;
  }
}
.property-outro__bottom-link {
  color: #3d4543;
  font-weight: 700;
}
.property-outro__bottom-link.button--arrow {
  padding: 8px 16px;
}
.property-outro__bottom-custom-links {
  display: none;
}
@media (min-width: 769px) {
  .property-outro__bottom-custom-links {
    display: flex;
  }
}
.property-outro__header {
  color: #3d4543;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.property-outro__subhead {
  color: #437ab1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.property-outro__info-text {
  font-size: 14px;
}
.property-outro__hr {
  margin: 0;
}
.property-outro .outro-hidden {
  display: none;
}
.corporate-outro {
  font-size: 12px;
  line-height: 16px;
  max-width: none;
  padding: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-outro {
    padding: 36px;
  }
}
.corporate-outro__logo {
  height: auto;
  max-width: 177px;
}
@media (min-width: 769px) {
  .corporate-outro__logo {
    max-width: none;
  }
}
@media (min-width: 769px) {
  .corporate-outro__info {
    min-width: 250px;
  }
}
.corporate-outro__arrow-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.corporate-outro__arrow-link {
  color: #595b5f;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  margin: 4px 0;
}
.corporate-outro__socials-headline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.23px;
  margin-bottom: 16px;
  text-transform: none;
}
.corporate-outro__links {
  display: none;
  font-size: 14px;
}
@media (min-width: 769px) {
  .corporate-outro__links {
    columns: 3;
    display: block;
  }
}
@media (min-width: 1280px) {
  .corporate-outro__links {
    columns: 4;
  }
}
.corporate-outro__links.column {
  margin-bottom: -8px;
  margin-top: -8px;
}
.corporate-outro__link, .corporate-outro__link-child-item, .corporate-outro__properties-title, .corporate-outro .property-header__neighborhood-link {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  padding: 8px 0;
}
.corporate-outro__link-item {
  break-inside: avoid;
  margin-bottom: 16px;
}
.corporate-outro__link, .corporate-outro__properties-title {
  font-weight: 700;
}
.corporate-outro__link-children {
  display: flex;
  flex-direction: column;
}
.corporate-preoutro {
  border-top: 4px dotted #adadad;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 769px) {
  .corporate-preoutro {
    flex-direction: column;
  }
}
.corporate-preoutro .columns {
  align-items: stretch;
  flex-direction: column-reverse;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 769px) {
  .corporate-preoutro .columns {
    flex-direction: row;
  }
}
.corporate-preoutro .column {
  padding: 16px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 769px) {
  .corporate-preoutro .column {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.corporate-preoutro .h2 {
  margin-bottom: 8px;
}
.corporate-preoutro__image-wrap {
  bottom: 0;
  height: 400px;
  left: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-preoutro__image-wrap {
    height: 100%;
    position: absolute;
    width: 50%;
  }
}
.corporate-preoutro__image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  width: 100%;
}
@media (min-width: 769px) {
  .corporate-preoutro__image-wrap img {
    object-position: top right;
  }
}
.corporate-preoutro__callouts-wrap {
  padding: 16px 0;
}
@media (min-width: 769px) {
  .corporate-preoutro__callouts-wrap {
    padding: 36px 0;
  }
}
.corporate-preoutro__column-spacer {
  display: none;
}
@media (min-width: 769px) {
  .corporate-preoutro__column-spacer {
    display: flex;
  }
}
.corporate-preoutro__callout {
  margin: 36px 0;
  text-align: center;
}
@media (min-width: 769px) {
  .corporate-preoutro__callout {
    padding-left: 36px;
  }
}
.corporate-preoutro__callout-link {
  align-items: center;
  color: #595b5f;
  display: inline-flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.corporate-preoutro__callout-link .icon {
  border: 2px solid #437ab1;
  color: #437ab1;
  font-size: 16px;
  margin-left: 8px;
  padding: 4px;
  transition: 0.3s all ease-in-out;
}
.corporate-preoutro__callout-link:hover {
  color: #000;
}
.corporate-preoutro__callout-link:hover .icon {
  background-color: #437ab1;
  color: #fff;
}
.corporate-preoutro .outro-hidden {
  display: none;
}
.footer {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.25px;
  padding: 8px 16px;
  text-align: center;
}
.footer__copyright .footer__break {
  display: none;
}
@media (min-width: 769px) {
  .footer__copyright .footer__break {
    display: inline-block;
  }
}
.footer__break {
  display: none;
  padding: 0 10px;
}
@media (min-width: 769px) {
  .footer__break {
    display: block;
  }
}
.footer__link {
  padding: 0 8px;
}
.footer__link .footer__break {
  display: none;
  padding: 0 10px 0 0;
}
@media (min-width: 769px) {
  .footer__link .footer__break {
    display: inline-block;
  }
}
.footer .accessibility-icons {
  font-size: 14px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .footer .accessibility-icons {
    padding-right: 0;
  }
}
.footer .accessibility-icons__list {
  display: flex;
  flex-direction: row;
  margin: -4px;
}
.footer .accessibility-icons__list-item {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  margin: 0 4px;
}
.tooltip {
  align-items: center;
  border: solid 1px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  height: 14px;
  justify-content: center;
  left: 1%;
  position: relative;
  width: 14px;
}
.tooltip:active, .tooltip:focus, .tooltip:focus-within, .tooltip.tooltip-active {
  background-color: #437ab1;
  border-color: #437ab1;
  color: #fff;
}
.tooltip:active .tooltip_info, .tooltip:focus .tooltip_info, .tooltip:focus-within .tooltip_info, .tooltip.tooltip-active .tooltip_info {
  color: #000;
  display: block;
}
.tooltip .tooltip_info {
  background: #f7f7f7;
  border: 1px solid #d2d5d9;
  bottom: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  max-width: 180px;
  padding: 4px;
  position: absolute;
  right: 0;
  width: 50vw;
}
@media only screen and (min-width: 769px) {
  .tooltip .tooltip_info {
    left: 0;
    right: unset;
  }
}
.button, .ecs_button {
  background-color: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.button:hover, .button.btn--active, .ecs_button:hover, .ecs_button.btn--active {
  background-color: #437ab1;
  color: #fff;
}
.button--arrow, .ecs_button--arrow {
  border: 0;
  margin-right: 24px;
  padding: 0;
  padding-right: 8px;
  position: relative;
}
.button--arrow:hover, .ecs_button--arrow:hover {
  background-color: transparent;
}
.button--arrow:before, .ecs_button--arrow:before {
  background-color: #437ab1;
  content: "";
  height: 2px;
  left: calc(100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  width: 12px;
}
.button--arrow:after, .ecs_button--arrow:after {
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  font-size: 12px;
  left: calc(100% + 3px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.button--arrow:hover:before, .ecs_button--arrow:hover:before {
  width: 20px;
}
.button--arrow:hover:after, .ecs_button--arrow:hover:after {
  left: calc(100% + 11px);
}
.arrow-link {
  align-items: center;
  color: #595b5f;
  display: inline-flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.arrow-link:after {
  border: 2px solid #437ab1;
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  font-size: 12px;
  margin-left: 8px;
  padding: 4px 8px;
  transition: 0.3s all ease-in-out;
}
.arrow-link:hover {
  color: #000;
}
.arrow-link:hover:after {
  background-color: #437ab1;
  color: #fff;
}
.reverse .button {
  border-color: #fff;
  color: #fff;
}
.reverse .button:hover {
  background-color: #fff;
  color: #437ab1;
}
.reverse .button--arrow {
  color: #fff;
}
.reverse .button--arrow:before {
  background-color: #fff;
}
.reverse .button--arrow:after {
  color: #fff;
}
ul.social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -4px;
}
.social-icons__link {
  border: 1px solid #585858;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  line-height: 0;
  margin: 4px;
  padding: 8px;
}
.ecs__component-wrapper > *:not(.spaces) form label {
  display: flex;
  flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.ecs__component-wrapper > *:not(.spaces) form label .ecs_label_text, .ecs__component-wrapper > *:not(.spaces) form label .ecs_label_required {
  display: inline-block;
}
.ecs__component-wrapper > *:not(.spaces) form label .ecs_label_required {
  color: #adadad;
  font-size: 9px;
  font-style: italic;
  font-weight: 500;
}
.ecs__component-wrapper > *:not(.spaces) form .label-show {
  display: block;
}
.ecs__component-wrapper > *:not(.spaces) form .form-file {
  position: relative;
}
.ecs__component-wrapper > *:not(.spaces) form .form-file input[type="file"] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.ecs__component-wrapper > *:not(.spaces) form .form-file input[type="file"]:focus + label .filepicker {
  outline: 1px solid #437ab1;
}
.ecs__component-wrapper > *:not(.spaces) form .form-file label {
  align-items: center;
  color: #585858;
  display: flex;
}
.ecs__component-wrapper > *:not(.spaces) form .form-file span {
  align-items: center;
  display: flex;
  height: 40px;
  padding: 0 15px 0 0;
}
.ecs__component-wrapper > *:not(.spaces) form .form-file span.filepicker {
  background-color: #585858;
  background-image: linear-gradient(45deg, transparent 50%, #437ab1 50%), linear-gradient(135deg, #437ab1 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  border: 1px solid #e07e37;
  display: flex;
  flex: 1;
  padding: 0 15px;
}
.ecs__component-wrapper > *:not(.spaces) form ::placeholder {
  color: #595b5f;
  opacity: 1;
}
.ecs__component-wrapper > *:not(.spaces) form .g-recaptcha > div {
  transform: scale(0.65);
  transform-origin: 0 0;
}
@media (min-width: 769px) {
  .ecs__component-wrapper > *:not(.spaces) form .g-recaptcha > div {
    transform: none;
  }
}
.ecs__component-wrapper > *:not(.spaces) form .g-recaptcha, .ecs__component-wrapper > *:not(.spaces) form .submit-button {
  display: flex;
  justify-content: center;
  text-align: center;
}
.ecs__component-wrapper > *:not(.spaces) input[type="text"], .ecs__component-wrapper > *:not(.spaces) input[type="number"], .ecs__component-wrapper > *:not(.spaces) input[type="email"], .ecs__component-wrapper > *:not(.spaces) input[type="tel"], .ecs__component-wrapper > *:not(.spaces) input[type="date"], .ecs__component-wrapper > *:not(.spaces) select, .ecs__component-wrapper > *:not(.spaces) textarea, .ecs__component-wrapper > *:not(.spaces) .nice-select {
  appearance: none;
  background-color: transparent;
  border: 1px solid #adadad;
  border-radius: 0;
  color: #595b5f;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.875;
  padding: 8px 16px;
  resize: vertical;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.ecs__component-wrapper > *:not(.spaces) input[type="text"]:hover, .ecs__component-wrapper > *:not(.spaces) input[type="number"]:hover, .ecs__component-wrapper > *:not(.spaces) input[type="email"]:hover, .ecs__component-wrapper > *:not(.spaces) input[type="tel"]:hover, .ecs__component-wrapper > *:not(.spaces) input[type="date"]:hover, .ecs__component-wrapper > *:not(.spaces) select:hover, .ecs__component-wrapper > *:not(.spaces) textarea:hover, .ecs__component-wrapper > *:not(.spaces) .nice-select:hover {
  border-color: #437ab1;
}
.ecs__component-wrapper > *:not(.spaces) input[type="text"]:active, .ecs__component-wrapper > *:not(.spaces) input[type="text"]:focus, .ecs__component-wrapper > *:not(.spaces) input[type="number"]:active, .ecs__component-wrapper > *:not(.spaces) input[type="number"]:focus, .ecs__component-wrapper > *:not(.spaces) input[type="email"]:active, .ecs__component-wrapper > *:not(.spaces) input[type="email"]:focus, .ecs__component-wrapper > *:not(.spaces) input[type="tel"]:active, .ecs__component-wrapper > *:not(.spaces) input[type="tel"]:focus, .ecs__component-wrapper > *:not(.spaces) input[type="date"]:active, .ecs__component-wrapper > *:not(.spaces) input[type="date"]:focus, .ecs__component-wrapper > *:not(.spaces) select:active, .ecs__component-wrapper > *:not(.spaces) select:focus, .ecs__component-wrapper > *:not(.spaces) textarea:active, .ecs__component-wrapper > *:not(.spaces) textarea:focus, .ecs__component-wrapper > *:not(.spaces) .nice-select:active, .ecs__component-wrapper > *:not(.spaces) .nice-select:focus {
  border-color: #437ab1;
  outline: 0;
}
.ecs__component-wrapper > *:not(.spaces) select {
  color: #585858;
  padding-right: 36px;
  width: calc(100% - 56px);
}
.ecs__component-wrapper > *:not(.spaces) select option:disabled, .ecs__component-wrapper > *:not(.spaces) select option[disabled="disabled"]::-ms-value {
  color: #585858;
}
.ecs__component-wrapper > *:not(.spaces) .nice-select {
  padding: 8px 36px 8px 16px;
  width: 100%;
}
.ecs__component-wrapper > *:not(.spaces) .nice-select:after {
  border-bottom-color: #437ab1;
  border-right-color: #437ab1;
  height: 8px;
  right: 16px;
  top: calc(50% - 2px);
  width: 8px;
}
.ecs__component-wrapper > *:not(.spaces) .nice-select .list {
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  min-width: 100%;
}
.ecs__component-wrapper > *:not(.spaces) .nice-select .option.disabled {
  display: none;
}
.ecs__component-wrapper > *:not(.spaces) textarea {
  width: 100%;
}
.ecs__component-wrapper > *:not(.spaces) input[type="submit"] {
  appearance: none;
  cursor: pointer;
  height: auto;
}
.ecs_intro_content .ecs_ctas .ecs_a, .ecs_intro_content .ecs_ctas .ecs_button, .ecs_intro_content .ecs_ctas .ecs_btn {
  max-width: calc(100vw - 40px);
  width: max-content;
}
.slick-slider {
  position: relative;
}
.slick-slider:hover .ecs__components__slider__arrow {
  opacity: 1;
}
.slick-slider .ecs_picture, .slick-slider .slick-slide, .slick-slider .slick-slide > div, .slick-slider .ecs_component__slider__slide-image, .slick-slider .slick-list {
  width: 100%;
}
.slick-slider .slick-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
}
.slick-slider .slick-slide > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.slick-slider .slick-track {
  align-items: stretch;
  display: flex;
  flex-direction: row;
}
.slick-slider .ecs__components__slider__arrow {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  bottom: 16px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  transition: 0.3s all ease-in-out;
  z-index: 10;
}
.slick-slider .ecs__components__slider__arrow:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.slick-slider .ecs__components__slider__arrow-left {
  left: 16px;
}
.slick-slider .ecs__components__slider__arrow-right {
  right: 16px;
}
.slick-slider .slick-dots {
  align-items: center;
  bottom: 16px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  padding: 0 80px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.slick-slider li {
  display: inline-flex;
  margin: 0 4px;
}
.slick-slider li.slick-active button {
  background-color: #fff;
}
.slick-slider li button {
  appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  padding: 4px;
  transition: 0.3s all ease-in-out;
}
.slick-slider li button:hover {
  background-color: #fff;
}
.polygonal-background:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% - 300px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: -50px;
  clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
  height: calc(100% + 100px);
  z-index: -1;
}
@media (min-width: 769px) {
  .polygonal-background:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 769px) {
  .polygonal-background:after {
    bottom: -100px;
    clip-path: polygon(100% 0, 100% calc(100% - 200px), 0 100%, 0 200px);
    height: calc(100% + 200px);
  }
}
.polygonal-background--right:after {
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
}
@media (min-width: 769px) {
  .polygonal-background--right:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
  }
}
.polygonal-background--flat-right:after {
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
}
@media (min-width: 769px) {
  .polygonal-background--flat-right:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
.polygonal-background--flat-left:after {
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 769px) {
  .polygonal-background--flat-left:after {
    clip-path: polygon(0 200px, 100% 0, 100% 100%, 0% 100%);
  }
}
.polygonal-background--red:after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
}
.polygonal-background--blue:after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
}
.ecs_ul, .ecs_ol {
  padding-inline-start: 24px;
}
.ecs_ul {
  list-style: disc;
}
.ecs_ol {
  list-style: decimal-leading-zero;
}
.ecs_listsection:not(.ecs_listsection:last-child) {
  margin-bottom: 40px;
}
.ecs_listgroup > .ecs_list:not(.ecs_listgroup > .ecs_list:last-child) {
  margin-bottom: 16px;
}
.ecs_list_haschildren {
  break-inside: avoid;
}
.ecs_list_haschildren .ecs_list_content {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .ecs_list_twocolumns, .ecs_list_threecolumns, .ecs_list_fourcolumns {
    gap: 24px;
  }
}
@media (min-width: 769px) {
  .ecs_list_twocolumns {
    columns: 2;
  }
}
@media (min-width: 769px) {
  .ecs_list_threecolumns {
    columns: 3;
  }
}
.ecs_list_links {
  gap: 8px;
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ecs_list_disclaimer .ecs_p {
  font-size: 14px;
  font-style: italic;
}
.ecs_li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.ecs_linkitem {
  display: inline-flex;
}
.ecs_linkitem_text {
  color: #437ab1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.ecs__component-accordion__standard {
  color: #fff;
  position: relative;
}
.ecs__component-accordion__standard:before {
  background-color: #437ab1;
  background-image: url("../../assets/images/background-maroon-seamless.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard:before {
    inset: 36px;
  }
}
.ecs__component-accordion__standard .ecs__component-wrapper {
  padding: 0;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard .ecs__component-wrapper {
    padding: 36px;
  }
}
.ecs__component-accordion__standard .ecs_accordion_top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .ecs__component-accordion__standard .ecs_accordion_top {
    flex-direction: row;
    gap: 144px;
  }
}
.ecs__component-accordion__standard .ecs_accordion_bottom {
  display: flex;
  flex-direction: column;
  padding: 36px 0 0 0;
}
.ecs__component-accordion__standard .ecs_accordion_bottom .ecs__components__accordion__disclaimer {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 24px;
}
.ecs__component-accordion__standard .ecs_introline {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
  color: #ff9e18;
  order: 1;
}
.ecs__component-accordion__standard .headline {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: -22px 0 0 0 !important;
  order: 2;
}
.ecs__component-accordion__standard .ecs_content {
  order: 3;
}
.ecs__component-accordion__standard .ecs_ctas {
  color: #fff;
  order: 4;
}
.ecs__component-accordion__standard .ecs_ctas .ecs_button {
  border-color: #fff;
  color: #fff;
}
.ecs__component-accordion__standard .ecs_ctas .ecs_button:hover {
  background-color: #fff;
  color: #437ab1;
}
.ecs__component-accordion__standard .accordion.ecs__components__accordion {
  order: 5;
}
.ecs__component-accordion__standard .ecs__components__accordion__ctas {
  display: none;
}
.ecs__component-accordion__standard .ecs_accordion_intro_content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-accordion__standard .ecs_accordion_intro_content {
    width: 50%;
  }
}
.ecs__component-accordion__standard .ui.styled.accordion {
  align-items: flex-start;
  align-self: stretch;
  background: transparent;
  border: 0;
  box-shadow: unset;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-accordion__standard .ui.styled.accordion {
    width: 50%;
  }
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__content a:hover {
  color: white;
  text-decoration: underline;
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title, .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__content__wrapper {
  padding: 0;
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title {
  border-top: solid 1px #b7b7b7;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-family: "Poppins", sans-serif;
  gap: 8px;
  padding-top: 24px;
  text-align: left;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title {
    gap: 40px;
  }
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title:hover, .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title:focus, .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title:active, .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title.active {
  color: #fff;
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title::after {
  content: "";
  font-family: "studio-icon-font";
  font-size: 16px;
  padding-left: 8px;
  position: absolute;
  right: 0;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title::after {
    right: 36px;
  }
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title.active::after {
  content: "";
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__title .ecs_headline.ecs__components__accordion__headline {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 24px;
  max-width: calc(100% - 46px);
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__content__wrapper {
  padding: 0;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__content__wrapper {
    padding: 0 0 0 56px;
  }
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs_component__card__image {
  height: 72px;
  margin: auto;
  width: 72px;
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__anchor {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.ecs__component-accordion__standard .ui.styled.accordion .ecs__components__accordion__anchor {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.ecs__component-accordion__standard-with-fees .ecs__component-wrapper.container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ecs__component-accordion__standard-with-fees .ecs__component-wrapper.container.ecs_accordion_intro_with_fees_enabled {
  gap: 32px;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard-with-fees .ecs__component-wrapper.container.ecs_accordion_intro_with_fees_enabled {
    gap: 64px;
  }
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_intro_with_fees {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_fees {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_fees .ecs_accordion_fee_left {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_fees .ecs_accordion_fee {
  align-items: center;
  background: var(--UI-base, #FFF);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding: 15px 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-accordion__standard-with-fees .ecs_accordion_fees .ecs_accordion_fee {
    width: calc(50% - 8px);
  }
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_fees .ecs_h3 {
  color: #004F74;
  font-size: 20px;
  font-weight: 600;
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_fees p.ecs_p {
  color: #414141;
  margin-bottom: 0;
}
.ecs__component-accordion__standard-with-fees .ecs_accordion_fees .ecs_icon_button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion .title, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion .title {
  align-items: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #004F74;
  display: flex;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  justify-content: space-between;
  line-height: 32px;
  margin-top: 16px;
  padding: 24px 40px;
  text-align: center;
  width: 100%;
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion .title::after, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion .title::after {
  align-items: flex-start;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M0 8H16M8 16V0" stroke="%232E3433" stroke-width="3" stroke-linejoin="round"></path></svg>');
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion .title.active, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion .title.active {
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion .title.active::after, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion .title.active::after {
  align-items: flex-end;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="3" viewBox="0 0 16 3" fill="none"><path d="M0 1.5H16" stroke="%232E3433" stroke-width="3" stroke-linejoin="round"></path></svg>');
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion .content, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion .content {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 8px 8px;
  border-top: 0;
  padding: 0 40px 24px 40px;
}
.ecs__component-accordion__standard-with-fees .ui.styled.fluid.accordion .content .ecs__components__accordion__content, .ecs__component-accordion__standard-with-fees .ui.styled.accordion .accordion .content .ecs__components__accordion__content {
  align-items: flex-start;
  color: var(--Content-2, #595B5F);
  display: flex;
  flex-direction: column;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 16px;
  line-height: 24px;
}
.ecs_accordion_modal.fancybox-content {
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  max-width: 534px;
  padding: 56px;
}
.ecs_accordion_modal.fancybox-content .ecs_accordion_modal_headline {
  color: #2E3433;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 32px;
  margin-bottom: 36px;
  text-transform: none;
}
.ecs__component-alert {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecs__component-alert .ecs_alert_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-alert .ecs_alert_wrap {
    align-items: center;
    flex-direction: row;
  }
}
.ecs__component-alert .ecs_img_wrap {
  height: auto;
  margin-bottom: -24px;
  max-width: 91px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-alert .ecs_img_wrap {
    left: -48px;
    margin-bottom: auto;
    position: absolute;
    top: -48px;
  }
}
.ecs__component-alert .ecs_alert_content {
  background-color: rgba(67, 122, 177, 0.04);
  border-radius: 8px;
  padding: 48px 40px;
}
@media (min-width: 769px) {
  .ecs__component-alert .ecs_alert_content {
    padding: 48px 64px;
  }
}
.ecs__component-alert .ecs_content:not(.ecs__component-alert .ecs_content:last-child), .ecs__component-alert .ecs_ctas:not(.ecs__component-alert .ecs_content:last-child), .ecs__component-alert .ecs_content:not(.ecs__component-alert .ecs_ctas:last-child), .ecs__component-alert .ecs_ctas:not(.ecs__component-alert .ecs_ctas:last-child) {
  margin-bottom: 24px;
}
.ecs__component-alert .ecs_ctas {
  gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ecs__component-alert .ecs_ctas .ecs_a {
  align-items: center;
  color: #595b5f;
  display: inline-flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  color: #3d4543;
}
.ecs__component-alert .ecs_ctas .ecs_a:after {
  border: 2px solid #437ab1;
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  font-size: 12px;
  margin-left: 8px;
  padding: 4px 8px;
  transition: 0.3s all ease-in-out;
}
.ecs__component-alert .ecs_ctas .ecs_a:hover {
  color: #000;
}
.ecs__component-alert .ecs_ctas .ecs_a:hover:after {
  background-color: #437ab1;
  color: #fff;
}
.ecs__component-alert .ecs_ctas .ecs_button {
  border: 0;
  color: #3d4543;
  padding: 0;
}
.ecs__component-alert .ecs_ctas .ecs_button:hover {
  background: transparent;
  color: #437ab1;
}
.ecs_components__container {
  z-index: 1;
}
.ecs_components__container:nth-of-type(even) .ecs_component__component-amenities {
  color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .ecs_components__container:nth-of-type(even) .ecs_component__component-amenities .ecs_component__component-amenities__gallery-column {
    order: 2;
  }
}
.ecs_components__container:nth-of-type(even) .ecs_component__component-amenities:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs_components__container:nth-of-type(even) .ecs_component__component-amenities:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
.ecs_components__container:nth-of-type(even) .ecs_component__component-amenities .amenity__link--more {
  color: #fff;
}
.ecs_components__container:nth-of-type(even) .ecs_component__component-amenities .icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
}
.ecs_components__container:nth-of-type(3n+0) .ecs_component__component-amenities:after {
  background-color: #437ab1;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
}
.ecs_components__container:nth-of-type(3n+1) .ecs_component__component-amenities:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
}
.ecs_components__container:nth-of-type(3n+2) .ecs_component__component-amenities:after {
  background-color: #737b32;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Midnight_AlpacaAngles.jpg);
}
.ecs_component__component-amenities {
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.ecs_component__component-amenities__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ecs_component__component-amenities__columns {
  width: calc(100% + 1.5rem);
}
@media (min-width: 769px) {
  .ecs_component__component-amenities__columns {
    width: calc(100% + 3rem);
  }
}
.ecs_component__component-amenities__gallery-wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.ecs_component__component-amenities__gallery-wrap .ecs_picture {
  display: block !important;
}
.ecs_component__component-amenities__gallery-wrap .ecs__components__slider__arrow {
  display: none !important;
}
.ecs_component__component-amenities__amenities-content {
  margin-bottom: 24px;
  padding-left: 16px;
  position: relative;
}
.ecs_component__component-amenities__amenities-content:last-of-type {
  margin-bottom: 0;
}
.ecs_component__component-amenities__amenities-column {
  position: relative;
}
@media (min-width: 769px) {
  .ecs_component__component-amenities__amenities-column {
    max-height: 500px;
    overflow: auto;
  }
}
.ecs_component__component-amenities__amenities-title {
  color: #2e3433;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ecs_component__component-amenities__amenities {
  list-style: disc;
  padding-inline-start: 16px;
}
.ecs_component__component-amenities .slick-slide {
  line-height: 0;
}
.ecs_component__component-amenities .slick-slide img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.amenity {
  margin-bottom: 8px;
}
.amenity .icon {
  color: #437ab1;
}
.amenity__link {
  display: inline-block;
}
.amenity__link--more {
  color: #437ab1;
  text-decoration: underline;
}
.amenity__more {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.amenity__more-hr {
  border: 0;
  border-top: 1px solid #437ab1;
  max-width: 200px;
  width: 100%;
}
.amenity__more-content {
  margin-bottom: 16px;
}
.ecs__component-amenities__centered .ecs_component__component-amenities {
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__columns {
  display: flex;
  flex-direction: column;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__gallery-column, .ecs__component-amenities__centered .ecs_component__component-amenities__amenities-column {
  width: 100%;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__columns {
  width: calc(100% + 1.5rem);
}
@media (min-width: 769px) {
  .ecs__component-amenities__centered .ecs_component__component-amenities__columns {
    width: calc(100% + 3rem);
  }
}
.ecs__component-amenities__centered .ecs_component__component-amenities__gallery-wrap .ecs_img {
  max-height: 448px;
  min-width: 100%;
  object-fit: cover;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-content {
  padding-left: 16px;
  padding-top: 16px;
  position: relative;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-content:last-of-type {
  margin-bottom: 0;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-column {
  background-color: #fff;
  max-height: none;
  overflow: unset;
  padding: 24px;
  position: relative;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-column:after {
  background-color: #e07e37;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .ecs__component-amenities__centered .ecs_component__component-amenities__amenities-column {
    padding: 40px;
  }
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: initial;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
  text-transform: none;
}
@media (min-width: 769px) {
  .ecs__component-amenities__centered .ecs_component__component-amenities__amenities-title {
    padding-bottom: 0;
  }
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-title:before {
  background: center / cover no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjEuNDQ0OCAxNC43MjYyTDIyLjMxMTIgMTMuODU5OEMyNC42NTYyIDExLjUxNDggMjguNDU1NyAxMS41MTQ4IDMwLjgwMDcgMTMuODU5OEwzOS44MzA1IDIyLjg4OTZDNDIuNzMzNyAyNS43OTI4IDQyLjczMzcgMzAuNDk4NyAzOS44MzA1IDMzLjQwMTlMMzkuMzg4MyAzMy44NDQxQzM2LjQ4NTEgMzYuNzQ3MyAzMS43NzkxIDM2Ljc0NzMgMjguODc1OSAzMy44NDQxTDIxLjg0NyAyNi44MTUyIiBzdHJva2U9IiNGRjlFMUMiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTAuOTk4NSAyOS4wMjgyQzguMDQzMjkgMjcuNTUxNiA1Ljk5MjQzIDI0LjUyODMgNS45OTI0MyAyMC45OTg5QzUuOTkyNDMgMTYuMDI2OCAxMC4wMjQxIDExLjk5NTEgMTQuOTk2MiAxMS45OTUxQzE5Ljk2ODMgMTEuOTk1MSAyMy45OTk5IDE2LjAyNjggMjMuOTk5OSAyMC45OTg5QzIzLjk5OTkgMjQuNTI2MyAyMS45NTExIDI3LjU0OTYgMTguOTk3OCAyOS4wMjYyVjI5LjAyMjJMMTguOTk1OCAzOC4wMTRDMTguOTkzOCAzOC41NDIyIDE4Ljc4MzggMzkuMDQ4NCAxOC40MDk2IDM5LjQyMDVMMTYuNDA0OCA0MS40MjU0QzE1LjYyNDQgNDIuMjAzNyAxNC4zNjM5IDQyLjIwMTcgMTMuNTg1NiA0MS40MjM0TDExLjU3ODggMzkuNDEyNUMxMS4yMDQ2IDM5LjAzODQgMTAuOTk0NSAzOC41MzAyIDEwLjk5NDUgMzguMDAxOUwxMC45OTg1IDI5LjAyNDIiIHN0cm9rZT0iI0ZGOUUxQyIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xNC45OTYyIDIwLjQ5ODdWMTEuNDk1QzE0Ljk5NjIgOC40NTU3IDE3LjQ1OTIgNS45OTI2OCAyMC40OTg1IDUuOTkyNjhWNS45OTI2OEMyMy41Mzc4IDUuOTkyNjggMjYuMDAwOCA4LjQ1NTcgMjYuMDAwOCAxMS40OTVWMTIuMTI5MiIgc3Ryb2tlPSIjRkY5RTFDIiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+CiAgPHBhdGggZD0iTTE0Ljk5NDEgMjAuNDk4N0MxNC43MTggMjAuNDk4NyAxNC40OTM5IDIwLjcyMjggMTQuNDk3OSAyMC45OTlDMTQuNDk3OSAyMS4yNzUxIDE0LjcyMiAyMS40OTkyIDE0Ljk5ODEgMjEuNDk5MkMxNS4yNzQyIDIxLjQ5OTIgMTUuNDk4MyAyMS4yNzUxIDE1LjQ5ODMgMjAuOTk5QzE1LjQ5NjMgMjAuNzIyOCAxNS4yNzIyIDIwLjQ5ODcgMTQuOTk0MSAyMC40OTg3IiBzdHJva2U9IiNGRjlFMUMiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+");
  content: "";
  display: block;
  margin-right: 24px;
  min-height: 48px;
  min-width: 48px;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-title:after {
  background: center / cover repeat-x url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MDciIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDYwNyA0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNjA1IDIuMDAwMDVMMiAyIiBzdHJva2U9IiNEMkQ1RDkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtZGFzaGFycmF5PSIxIDEwIj48L3BhdGg+Cjwvc3ZnPg==");
  bottom: 0;
  content: "";
  display: block;
  flex: 1;
  min-height: 4px;
  position: absolute;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-amenities__centered .ecs_component__component-amenities__amenities-title:after {
    margin-left: 16px;
    position: static;
  }
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities-disclaimer {
  color: #595b5f;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  padding: 8px 16px;
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities {
  break-inside: avoid-column;
  column-gap: 40px;
  list-style: disc;
  padding-inline-start: 16px;
  page-break-inside: avoid;
}
@media (min-width: 769px) {
  .ecs__component-amenities__centered .ecs_component__component-amenities__amenities {
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .ecs__component-amenities__centered .ecs_component__component-amenities__amenities {
    columns: 3;
  }
}
.ecs__component-amenities__centered .ecs_component__component-amenities__amenities .amenity__title {
  display: inline-flex;
}
.ecs__component-amenities__centered .ecs_component__component-amenities .slick-slide {
  line-height: 0;
}
.ecs__component-amenities__centered .ecs_component__component-amenities .slick-slide img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.ecs_amenities_boxed.ecs_components__container {
  pointer-events: none;
}
@media (min-width: 769px) {
  .ecs_amenities_boxed.ecs_components__container {
    margin-top: -330px;
    padding-top: 221px;
    z-index: 1;
  }
}
.ecs_amenities_boxed.ecs_components__container .ecs_component__component-amenities__wrap {
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
}
.ecs_amenities_boxed.ecs_components__container .ecs_component__component-amenities__amenities-title:before {
  background: center / contain no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM2IDMwSDEyVjI2QzEyIDIzLjc5MDkgMTAuMjA5MSAyMiA4IDIyVjIyQzUuNzkwODYgMjIgNCAyMy43OTA5IDQgMjZWMzRDNCAzNi4yMDkxIDUuNzkwODYgMzggOCAzOEg0MEM0Mi4yMDkxIDM4IDQ0IDM2LjIwOTEgNDQgMzRWMjZDNDQgMjMuNzkwOSA0Mi4yMDkxIDIyIDQwIDIyVjIyQzM3Ljc5MDkgMjIgMzYgMjMuNzkwOSAzNiAyNlYzMFoiIHN0cm9rZT0iI0ZGOUUxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTAgMzhWNDIiIHN0cm9rZT0iI0ZGOUUxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNMzggMzhWNDIiIHN0cm9rZT0iI0ZGOUUxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTIgMzBWMTZDMTIgMTMuNzkwOSAxMy43OTA5IDEyIDE2IDEySDMyQzM0LjIwOTEgMTIgMzYgMTMuNzkwOSAzNiAxNlYzMCIgc3Ryb2tlPSIjRkY5RTFDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=");
}
.ecs_amenities_offset .ecs_component__component-amenities__amenities-column {
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
}
.ecs_amenities_offset .ecs_component__component-amenities__amenities-title:before {
  background: center / contain no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjQ0OCAzMy40NDM5TDE1LjM5NCAzMC4zODk5QzE0LjY1OCAyOS42NTM5IDEzLjQ4MiAyOS42MDU5IDEyLjY4OCAzMC4yNzc5TDYuNTYwMDQgMzUuNDYxOUM1LjY2NjA0IDM2LjIxNzkgNS42MTAwNCAzNy41NzU5IDYuNDM4MDQgMzguNDAxOUwxMC40MzQgNDIuMzk5OUMxMS4yNjIgNDMuMjI3OSAxMi42MiA0My4xNjk5IDEzLjM3NCA0Mi4yNzc5TDE4LjU2IDM2LjE0OTlDMTkuMjMyIDM1LjM1NTkgMTkuMTg0IDM0LjE3OTkgMTguNDQ4IDMzLjQ0MzlWMzMuNDQzOVoiIHN0cm9rZT0iI0ZGOUUxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTUuNzI2IDEzLjlDMTEuNTU0IDE5LjM1OCAxMi4wNjQgMjcuMDYgMTYuOTIyIDMxLjkxOEMyMS43OCAzNi43NzYgMjkuNDgyIDM3LjI4OCAzNC45NCAzMy4xMTRWMzMuMTE0QzM2LjU5IDMxLjg1MiAzOC4wNjQgMzAuMzc4IDM5LjMyNiAyOC43MjhMMzkuMzMgMjguNzIyQzQzLjUwMiAyMy4yNjQgNDIuOTkyIDE1LjU2MiAzOC4xMzQgMTAuNzA0QzM0LjE5IDYuNzYgMjguMzg2IDUuNzM2IDIzLjQxNiA3LjcwMiIgc3Ryb2tlPSIjRkY5RTFDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMy40NDAxIDE4LjUyTDMwLjMyMDEgMzUuNCIgc3Ryb2tlPSIjRkY5RTFDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0yMi41MzU2IDYuNDY0NDdDMjQuNDg4MyA4LjQxNzA5IDI0LjQ4ODMgMTEuNTgyOSAyMi41MzU2IDEzLjUzNTVDMjAuNTgzIDE1LjQ4ODEgMTcuNDE3MiAxNS40ODgxIDE1LjQ2NDYgMTMuNTM1NUMxMy41MTIgMTEuNTgyOSAxMy41MTIgOC40MTcwOSAxNS40NjQ2IDYuNDY0NDdDMTcuNDE3MiA0LjUxMTg0IDIwLjU4MyA0LjUxMTg0IDIyLjUzNTYgNi40NjQ0NyIgc3Ryb2tlPSIjRkY5RTFDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=");
}
.ecs_amenities_offset .ecs_component__component-amenities__amenities-column:after {
  background-color: #e07e37;
  bottom: 0;
  top: unset;
}
.ecs_amenities_offset .slick-dots {
  opacity: 0;
}
.ecs_slantbackground_red.ecs_components__container:after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-color: #e07e37;
  background-repeat: repeat;
  bottom: 0;
  clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs_slantbackground_red.ecs_components__container:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
    height: calc(100% - 200px);
  }
}
.ecs__component-blog {
  margin: 0 auto;
  max-width: 1344px !important;
}
.ecs__component-blog__heading {
  display: none;
}
.ecs__component-blog__navigation {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin: -8px;
  margin-bottom: 80px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-blog__navigation {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.ecs__component-blog__navigation .button {
  border: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: normal;
  padding: 0;
  padding-bottom: 8px;
  position: relative;
  text-transform: none;
  transition: 0.3s all ease-in-out;
}
.ecs__component-blog__navigation .button:after {
  background-color: #437ab1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s all ease-in-out;
  width: 0;
}
.ecs__component-blog__navigation .button:hover, .ecs__component-blog__navigation .button:focus, .ecs__component-blog__navigation .button.components__active {
  background-color: transparent;
  color: #437ab1;
}
.ecs__component-blog__navigation .button:hover:after, .ecs__component-blog__navigation .button:focus:after, .ecs__component-blog__navigation .button.components__active:after {
  width: 100%;
}
.ecs__component-blog .ecs_first_featured {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .ecs__component-blog .ecs_first_featured {
    flex-direction: row;
    gap: 56px;
  }
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__heading {
  display: block;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__heading__label {
  color: #adadad;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
.ecs__component-blog .ecs_first_featured .column {
  padding: 0;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card {
  border-bottom: 1px solid #adadad;
  flex: 2.5;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .ecs__component-blog .ecs_first_featured > .ecs__component-blog__card {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__wrap {
    gap: 50px;
  }
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__image__container {
  border-bottom: 3px solid #e07e37;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .h1 {
  font-size: 36px;
  line-height: 48px;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__date__container {
  order: 1;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__content__title-link {
  order: 2;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__content__excerpt {
  display: block;
  order: 3;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__content__more {
  order: 4;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__date {
  font-size: 18px;
  font-weight: 600;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__wrap {
  background-color: transparent;
  box-shadow: none;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__content__excerpt {
  display: none;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__content__title {
  font-size: 16px;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__image__container {
  display: block;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__title .h1 {
  font-size: 160px;
  line-height: 24px;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__date__container {
  margin-bottom: 0;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__date {
  font-weight: inherit;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__content__more {
  border: 0;
  display: inline-block;
  order: 5;
  padding: 0;
  text-align: left;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__content__more:hover {
  background-color: transparent;
  color: #90162a;
}
.ecs__component-blog .ecs_first_featured_list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card:not(.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card:last-child) {
  border-bottom: 1px solid #adadad;
  padding-bottom: 24px;
}
.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card__categories {
  display: none;
}
.ecs__component-blog__grid {
  align-items: stretch;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .ecs__component-blog__grid {
    padding-bottom: 36px;
  }
}
.ecs__component-blog__card__date {
  font-weight: 500;
}
.ecs__component-blog__card__date__container {
  margin-bottom: 4px;
}
.ecs__component-blog__card__wrap {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.ecs__component-blog__card__date__container {
  order: 2;
}
.ecs__component-blog__card__date {
  font-weight: 600;
}
.ecs__component-blog__card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  padding-top: 0;
}
.ecs__component-blog__card__content__more {
  display: none;
}
.ecs__component-blog__card__content__title.h1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 28px;
  text-transform: none;
}
.ecs__component-blog__card__content__title-link {
  display: block;
  order: 1;
}
.ecs__component-blog__card__content__excerpt {
  order: 4;
}
.ecs__component-blog__card__content__category {
  background-color: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
}
.ecs__component-blog__card__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  order: 3;
}
.ecs__component-blog__more {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ecs_components__post-single {
  color: #3d4543;
  margin-bottom: 20px;
  max-width: 1024px !important;
  padding: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecs_components__post-single {
    margin-bottom: 80px;
    padding: 0;
    padding-top: 80px;
  }
}
.ecs_components__post-single__back {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 24px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.ecs_components__post-single__back .icon {
  background: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  margin-right: 16px;
  padding: 4px;
  transition: 0.3s all ease-in-out;
}
.ecs_components__post-single__back:hover {
  color: #437ab1;
}
.ecs_components__post-single__back:hover .icon {
  background-color: #437ab1;
  color: #fff;
}
.ecs_components__post-single__top {
  display: flex;
  flex-direction: column;
}
.ecs_components__post-single__title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 36px;
}
.ecs_components__post-single__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.ecs_components__post-single__category {
  background-color: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
}
.ecs_components__post-single__image {
  height: auto;
  position: relative;
  width: 100%;
}
.ecs_components__post-single__image-container {
  border-bottom: 3px solid #e07e37;
  margin-bottom: 64px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.ecs_components__post-single__image-container:before, .ecs_components__post-single__image-container:after {
  display: block;
  height: auto;
  position: absolute;
  width: 60px;
  z-index: 3;
}
@media (min-width: 769px) {
  .ecs_components__post-single__image-container:before, .ecs_components__post-single__image-container:after {
    width: 98px;
  }
}
.ecs_components__post-single__image-container:before {
  content: url("../../assets/images/redpeak_arrow_value_left.svg");
  right: 24px;
  top: 7px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .ecs_components__post-single__image-container:before {
    right: 80px;
  }
}
.ecs_components__post-single__image-container:after {
  bottom: -7px;
  content: url("../../assets/images/redpeak_arrow_value_right.svg");
  left: 24px;
  transform: translateY(50%);
}
@media (min-width: 769px) {
  .ecs_components__post-single__image-container:after {
    left: 80px;
  }
}
.ecs_components__post-single__image-caption {
  font-style: italic;
  text-align: center;
  width: 100%;
}
.ecs_components__post-single__date, .ecs_components__post-single__details-separator {
  font-size: 18px;
}
.ecs_components__post-single__excerpt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 28px;
  text-transform: uppercase;
}
.ecs_components__post-single .h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 48px;
  position: relative;
  text-transform: none;
}
.ecs_components__post-single p {
  margin-bottom: 24px;
}
.ecs_components__post-single p:last-of-type {
  margin-bottom: 0;
}
.ecs_components__post-single ol, .ecs_components__post-single ul {
  list-style-type: disc;
  margin-bottom: 36px;
  padding-inline-start: 20px;
}
.ecs_components__post-single ol {
  list-style-type: decimal;
}
.ecs_components__post-single .aligncenter {
  width: 100% !important;
}
.ecs_components__post-single .aligncenter img {
  height: auto;
  margin-bottom: 16px;
  width: 100%;
}
.ecs_components__post-single .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.ecs_components__post-single em {
  font-size: 14px;
  font-style: italic;
}
.single-post .ecs_component__cards {
  padding: 20px;
  padding-bottom: 24px;
  position: relative;
}
@media (min-width: 769px) {
  .single-post .ecs_component__cards {
    padding: 0;
    padding-bottom: 80px;
  }
}
.single-post .ecs_component__cards .ecs_headline {
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .single-post .ecs_component__cards .ecs_headline {
    margin-bottom: 36px;
  }
}
.single-post .ecs_component__cards .ecs_component__card .ecs_component__card__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.single-post .ecs_component__cards .ecs_component__card .h3.ecs_component__content-block__subhead {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}
.single-post .ecs_component__cards .ecs_component__card .ecs_components__card__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.single-post .ecs_component__cards .ecs_component__card .ecs_components__card__category {
  background-color: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
}
.ecs_components__container-component-recent-articles {
  margin: auto;
  max-width: 1152px;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__header {
  order: 1;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__subhead {
  order: 2;
}
.ecs_components__container-component-recent-articles .ecs_component__card__categories {
  order: 3;
}
.ecs_components__container-component-recent-articles .ecs_component__card__categories .ecs_component__card__content__category {
  background-color: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__link-wrapper {
  display: none;
  order: 4;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__link-wrapper .ecs_component__content-block__link {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ecs__component-brochure {
  max-width: 100%;
  overflow: hidden;
}
.ecs__component-brochure hr {
  background: transparent;
  border: 0;
  border-bottom: 4px dotted #e4e4e4;
  margin: 0;
}
.ecs__component-brochure .h2 {
  color: #3d4543;
  margin-bottom: 16px;
}
.ecs__component-brochure__wrap {
  background-color: #fff;
  border-bottom: 10px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.ecs__component-brochure__wrap.container {
  max-width: 942px !important;
}
.ecs__component-brochure__intro, .ecs__component-brochure__outro, .ecs__component-brochure__callouts {
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs__component-brochure__intro, .ecs__component-brochure__outro, .ecs__component-brochure__callouts {
    padding: 40px calc(16px + 1rem);
  }
}
.ecs__component-brochure__intro.columns:not(.ecs__component-brochure__intro.columns:last-child), .ecs__component-brochure__outro.columns:not(.ecs__component-brochure__intro.columns:last-child), .ecs__component-brochure__callouts.columns:not(.ecs__component-brochure__intro.columns:last-child), .ecs__component-brochure__intro.columns:not(.ecs__component-brochure__outro.columns:last-child), .ecs__component-brochure__outro.columns:not(.ecs__component-brochure__outro.columns:last-child), .ecs__component-brochure__callouts.columns:not(.ecs__component-brochure__outro.columns:last-child), .ecs__component-brochure__intro.columns:not(.ecs__component-brochure__callouts.columns:last-child), .ecs__component-brochure__outro.columns:not(.ecs__component-brochure__callouts.columns:last-child), .ecs__component-brochure__callouts.columns:not(.ecs__component-brochure__callouts.columns:last-child) {
  margin-bottom: 0;
}
.ecs__component-brochure__ctas {
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs__component-brochure__ctas {
    padding: 16px 0;
  }
}
.ecs__component-brochure__callout-header {
  margin: 0 auto;
  max-width: 75%;
}
.ecs__component-brochure__intro-message, .ecs__component-brochure__outro-content, .ecs__component-brochure__outro-content-image {
  display: block;
  margin-bottom: 16px;
}
.ecs__component-brochure__intro-image-caption {
  color: #3d4543;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 20px;
  text-transform: uppercase;
}
.ecs__component-brochure .ecs__component-brochure__intro-image {
  position: relative;
}
.ecs__component-brochure .ecs_intro_seal_image {
  bottom: 10%;
  max-width: 200px;
  position: absolute;
  right: -5%;
  width: 35%;
}
.ecs__component-brochure .ecs_intro_seal_image .ecs_img {
  object-fit: contain;
}
.ecs__component-brochure .ecs_funnel_tour {
  margin-top: 16px;
}
.ecs__component-brochure__callouts {
  text-align: center;
}
.ecs__component-brochure__callout {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ecs__component-brochure__callout:hover .ecs__component-brochure__callout-arrow {
  background-color: #437ab1;
  color: #fff;
}
.ecs__component-brochure__callout-icon, .ecs__component-brochure__callout-message {
  margin-right: 8px;
}
.ecs__component-brochure__callout-icon {
  height: auto;
  max-width: 42px;
}
.ecs__component-brochure__callout .ecs__component-brochure__callout-message {
  color: #3d4543;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.ecs__component-brochure__callout-arrow {
  border: 2px solid #437ab1;
  color: #437ab1;
  padding: 8px;
  transition: 0.3s all ease-in-out;
}
.ecs__component-brochure .ecs__component-brochure__outro-column:first-child .ecs_picture {
  display: block;
  height: 100%;
}
.ecs__component-brochure .ecs__component-brochure__outro-column:first-child .ecs_picture .ecs_img {
  height: 100%;
  object-fit: cover;
}
.ecs__component-brochure__outro-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs__component-brochure__brochure-location .ecs__component-brochure__callout-icon {
  height: 70px;
  margin: 0 auto;
  max-width: none;
  width: auto;
}
.ecs__component-brochure__brochure-location .ecs__component-brochure__callout-count {
  color: #e07e37;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 50px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ecs__component-brochure__brochure-location .ecs__component-brochure__callout-message-column {
    text-align: left;
  }
}
.ecs__component-brochure__brochure-location .ecs__component-brochure__callout-label {
  color: #3d4543;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.ecs__component-brochure__brochure-location .ecs__component-brochure__outro {
  text-align: center;
}
.ecs__component-brochure__brochure-location .get-directions {
  border: 2px solid #e4e4e4;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 24px;
  padding: 16px 24px;
  position: relative;
}
.ecs__component-brochure__brochure-location .get-directions:hover:after, .ecs__component-brochure__brochure-location .get-directions:focus-within:after {
  background-color: #437ab1;
  color: #fff;
}
.ecs__component-brochure__brochure-location .get-directions:after {
  background: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  content: "";
  cursor: pointer;
  font-family: "studio-icon-font";
  font-size: 14px;
  line-height: 14px;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.ecs__component-brochure__brochure-location .get-directions input[type="submit"] {
  margin: -16px;
  opacity: 0;
}
.ecs__component-brochure__brochure-location .get-directions input[type="text"] {
  border: 0;
  font-size: 12px;
  padding: 0;
  width: auto;
}
@media (min-width: 769px) {
  .ecs__component-brochure__brochure-location .get-directions input[type="text"] {
    min-width: 300px;
  }
}
.ecs__component-brochure__brochure-location .get-directions input[type="text"]::placeholder {
  color: #3d4543;
}
.ecs_components__container.ecs_components__container__component-brochure {
  z-index: 2;
}
.ecs_components__container {
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs_components__container:nth-of-type(odd) .redpeak--altcards .ecs_component__card__wrap {
    flex-direction: row-reverse;
  }
}
.ecs_components__container-component-cards .ecs__component-wrapper.container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-cards .ecs__component-wrapper.container {
    gap: 64px;
  }
}
.ecs_components__container-component-cards .ecs__component-wrapper.container .ecs_intro_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 898px;
  text-align: center;
}
.ecs_components__container-component-cards .ecs__component-wrapper.container .ecs_intro_content .ecs_introline.introline {
  order: 1;
}
.ecs_components__container-component-cards .ecs__component-wrapper.container .ecs_intro_content .ecs_headline {
  order: 2;
}
.ecs_components__container-component-cards .ecs__component-wrapper.container .ecs_intro_content .ecs_content {
  order: 3;
}
.ecs_components__container-component-cards .ecs__component-wrapper.container .ecs_intro_content .ecs_ctas {
  order: 4;
}
.ecs_component__cards__wrap .ecs_component__card {
  display: flex;
}
.ecs_component__cards__columns {
  flex: 1;
  height: auto;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.ecs_component__card__wrap {
  align-items: center;
  background-color: #fff;
  border: 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  text-align: center;
}
.ecs_component__card__wrap.ecs_component__card__flip-wrap {
  background: transparent;
  box-shadow: 0;
}
.ecs_component__card .h2, .ecs_component__card .ecs_h2 {
  font-size: 20px;
  line-height: 32px;
}
.ecs_component__card .ecs_component__content-block__content {
  color: #595b5f;
  font-size: 16px;
  line-height: 24px;
}
.ecs_component__card__flip-wrap {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.ecs_component__card__content-wrap {
  padding: 20px;
}
.ecs_component__card__column {
  object-fit: cover;
  width: 100%;
}
.ecs_component__card img {
  width: 100%;
}
.ecs_card_flipcard .ecs_component__card__column.ecs_component__card__column-images, .ecs_card_flipcard .ecs_component__card__gallery, .ecs_card_flipcard .ecs_component__card__image {
  height: 100%;
}
.ecs_card_flipcard .ecs_component__card__wrap.ecs_component__card__flip-wrap {
  box-shadow: none;
}
.ecs_card_flipcard .ecs_card_front {
  background: #fff;
  border: 1px solid #e8e4e1;
  border-radius: 8px;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.06);
  height: -webkit-fill-available;
  transition: 0.3s all ease-in-out;
}
.who-we-are .ecs_card_flipcard {
  min-height: 234px !important;
}
.who-we-are .ecs_card_front .ecs_component__card__content-wrap {
  padding: 0;
}
.redpeak--altcards {
  margin: 0;
}
.redpeak--altcards .column {
  padding: 0;
}
.redpeak--altcards .ecs_component__cards__wrap {
  margin: 0;
}
.redpeak--altcards .ecs_component__card__wrap {
  box-shadow: none;
  height: 100%;
}
@media (min-width: 769px) {
  .redpeak--altcards .ecs_component__card__wrap {
    text-align: left;
  }
}
.redpeak--altcards .ecs_component__card__content-wrap {
  background-color: #737b32;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 769px) {
  .redpeak--altcards .ecs_component__card__content-wrap {
    padding: 36px;
  }
}
.redpeak--altcards .ecs_component__card__content-wrap .h2, .redpeak--altcards .ecs_component__card__content-wrap .h3 {
  margin-bottom: 8px;
}
.redpeak--altcards .ecs_component__card .ecs_component__content-block__content .icon {
  color: #437ab1;
}
.redpeak--altcards .ecs_component__card__column {
  flex: 1;
  max-height: 50%;
  overflow: hidden;
}
.redpeak--altcards .ecs_component__card__column img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 769px) {
  .redpeak--altcards .ecs_component__card:nth-child(odd) .ecs_component__card__wrap {
    flex-direction: column-reverse;
  }
}
.redpeak--emblem-cards .ecs_component__card, .ecs_cards_emblem .ecs_component__card {
  margin-bottom: 36px;
}
.redpeak--emblem-cards .ecs_component__card__wrap, .ecs_cards_emblem .ecs_component__card__wrap {
  align-items: stretch;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  text-align: left;
}
.redpeak--emblem-cards .ecs_component__card__column, .ecs_cards_emblem .ecs_component__card__column {
  flex: 0;
}
.redpeak--emblem-cards .ecs_component__card__column-images, .ecs_cards_emblem .ecs_component__card__column-images {
  flex: 0;
}
.redpeak--emblem-cards .ecs_component__card__column-content, .ecs_cards_emblem .ecs_component__card__column-content {
  flex: 1;
}
.redpeak--emblem-cards .ecs_component__card__image, .ecs_cards_emblem .ecs_component__card__image {
  min-width: 90px;
}
.redpeak--emblem-cards .ecs_component__card__content-wrap, .ecs_cards_emblem .ecs_component__card__content-wrap {
  padding: 0 16px;
}
.redpeak--emblem-cards .ecs_component__content-block__content, .ecs_cards_emblem .ecs_component__content-block__content {
  border-left: 2px solid #437ab1;
  padding-left: 16px;
}
.redpeak--emblem-cards .h2, .ecs_cards_emblem .h2 {
  color: #3d4543;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 28px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.redpeak--iconcards:after, .ecs_cards_icon_alt:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% - 300px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: -50px;
  clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
  height: calc(100% + 200px);
  z-index: -1;
}
@media (min-width: 769px) {
  .redpeak--iconcards:after, .ecs_cards_icon_alt:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
@media (min-width: 769px) {
  .redpeak--iconcards:after, .ecs_cards_icon_alt:after {
    bottom: -200px;
    clip-path: polygon(100% 0, 100% calc(100% - 200px), 0 100%, 0 200px);
    height: calc(100% + 400px);
  }
}
.redpeak--iconcards .ecs_component__card .h2, .redpeak--iconcards .ecs_component__card .h3, .ecs_cards_icon_alt .ecs_component__card .h2, .ecs_cards_icon_alt .ecs_component__card .h3 {
  color: #fff;
}
.redpeak--iconcards .ecs_component__card__wrap, .ecs_cards_icon_alt .ecs_component__card__wrap {
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.redpeak--iconcards .ecs_component__card__content-wrap, .ecs_cards_icon_alt .ecs_component__card__content-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.redpeak--iconcards .ecs_component__card__column img, .ecs_cards_icon_alt .ecs_component__card__column img {
  margin: 0 auto;
  max-width: 100px;
}
.redpeak--iconcards .ecs_component__card .h2, .ecs_cards_icon_alt .ecs_component__card .h2 {
  font-size: 72px;
  line-height: 1;
}
@media (min-width: 769px) {
  .redpeak--iconcards .ecs_component__card .h2, .ecs_cards_icon_alt .ecs_component__card .h2 {
    font-size: 110px;
  }
}
.redpeak--iconcards .ecs_component__card .h3, .ecs_cards_icon_alt .ecs_component__card .h3 {
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
}
@media (min-width: 769px) {
  .redpeak--iconcards .ecs_component__card .h3, .ecs_cards_icon_alt .ecs_component__card .h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.ecs_cards_twocolumn {
  color: #fff;
  position: relative;
}
.ecs_cards_twocolumn:after {
  background-image: url("");
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs_cards_twocolumn .ecs__component-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs_cards_twocolumn .ecs__component-wrapper {
    flex-direction: row-reverse;
    gap: 64px;
  }
}
@media (min-width: 769px) {
  .ecs_cards_twocolumn .ecs_component__cards__intro, .ecs_cards_twocolumn .ecs_component__cards__wrap {
    flex: 1;
  }
}
.ecs_cards_twocolumn .ecs_component__card {
  text-align: left;
}
.ecs_cards_twocolumn .ecs_component__card__gallery {
  padding: 48px 36px;
}
.ecs_cards_twocolumn .ecs_component__card__gallery img {
  height: auto;
  max-width: 48px;
}
.ecs_cards_twocolumn .ecs_component__card__content-wrap {
  margin-bottom: 0;
  padding: 0 36px 48px 36px;
  text-align: left;
}
.ecs_cards_twocolumn .ecs_component__card .ecs_component__content-block__content {
  margin-bottom: 0;
}
.ecs_cards_careers {
  color: #fff;
}
.ecs_cards_careers .ecs__component {
  padding: 0;
}
@media (min-width: 769px) {
  .ecs_cards_careers .ecs__component {
    padding: 80px;
  }
}
.ecs_cards_careers:after {
  background-color: #e07e37;
  background-image: url("../../assets/images/background-maroon-seamless.png");
  background-repeat: repeat;
  background-size: auto;
  content: "";
  height: calc(100% - 285px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs_cards_careers:after {
    height: calc(100% - 130px);
    top: 0;
  }
}
.ecs_cards_careers .ecs__component-cards {
  z-index: 3;
}
.ecs_cards_careers .ecs_component__cards__intro {
  margin-bottom: 36px;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .ecs_cards_careers .ecs_component__cards__intro {
    padding: 0;
  }
}
.ecs_cards_careers .ecs_component__cards__intro .ecs_h2 {
  color: #fff;
}
.ecs_cards_careers .ecs_component__cards__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible;
  padding: 20px;
}
@media (min-width: 769px) {
  .ecs_cards_careers .ecs_component__cards__wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
.ecs_cards_careers .ecs_component__card {
  color: #595b5f;
  justify-content: center;
  min-width: calc(90vw - 32px);
}
@media (min-width: 769px) {
  .ecs_cards_careers .ecs_component__card {
    min-width: 0;
  }
}
.ecs_cards_careers .ecs_component__card:hover .ecs_component__card__flip-wrap, .ecs_cards_careers .ecs_component__card.ecs_active .ecs_component__card__flip-wrap {
  transform: none;
}
.ecs_cards_careers .ecs_component__card:hover .ecs_card_front, .ecs_cards_careers .ecs_component__card.ecs_active .ecs_card_front {
  opacity: 0;
}
.ecs_cards_careers .ecs_component__card:hover .ecs_card_back, .ecs_cards_careers .ecs_component__card.ecs_active .ecs_card_back {
  opacity: 1;
}
.ecs_cards_careers .ecs_component__card:not(.ecs_cards_careers .ecs_component__card.ecs_card_flipcard) .ecs_component__card__wrap {
  background-color: #fff;
  border: 0;
  border-bottom: 4px solid #437ab1;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
}
.ecs_cards_careers .ecs_component__card__gallery {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 48px 16px 48px;
}
.ecs_cards_careers .ecs_component__card__gallery img {
  height: auto;
  max-width: 64px;
}
.ecs_cards_careers .ecs_component__card.ecs_card_flipcard .ecs_component__card__wrap {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding-bottom: 40px;
}
.ecs_cards_careers .ecs_component__card.ecs_card_flipcard .ecs_component__card__flip-wrap {
  background-color: #fff;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
  position: relative;
}
@media (min-width: 769px) {
  .ecs_cards_careers .ecs_component__card.ecs_card_flipcard .ecs_component__card__flip-wrap {
    min-height: 344px;
  }
}
@media (min-width: 1280px) {
  .ecs_cards_careers .ecs_component__card.ecs_card_flipcard .ecs_component__card__flip-wrap {
    min-height: 275px;
  }
}
.ecs_cards_careers .ecs_component__card.ecs_card_flipcard .ecs_component__card__flip-wrap:after {
  background-color: #437ab1;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.ecs_cards_careers .ecs_card_front, .ecs_cards_careers .ecs_card_back {
  transition: 0.3s all ease-in-out;
}
.ecs_cards_careers .ecs_card_front .ecs_component__card__content-wrap {
  padding: 0 16px 62px 16px;
}
.ecs_cards_careers .ecs_card_back {
  opacity: 0;
  transform: none;
}
.ecs_cards_careers .ecs_card_flipicon {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  bottom: 24px;
  color: #595b5f;
  display: block;
  left: 50%;
  opacity: 1;
  padding: 0 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
}
.ecs_cards_careers .ecs_card_flipicon .ecs_icon:before {
  display: flex;
}
.ecs_cards_square .ecs__component-cards {
  padding-bottom: 92px;
}
@media (min-width: 769px) {
  .ecs_cards_square .ecs__component-cards {
    padding-bottom: 152px;
  }
}
.ecs_cards_square .ecs__component-wrapper {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.ecs_cards_square .ecs_intro_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto;
  max-width: 718px;
  text-align: center;
}
.ecs_cards_square .ecs_intro_content .ecs_introline.introline {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
  order: 1;
}
.ecs_cards_square .ecs_intro_content p.ecs_h2.ecs_headline.headline {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 0;
  order: 2;
}
.ecs_cards_square .ecs_intro_content .ecs_content {
  order: 3;
}
.ecs_cards_square .ecs_intro_content .ecs_ctas {
  bottom: -72px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.ecs_cards_square .ecs_component__content-block__cta {
  display: none;
}
.ecs_cards_square .ecs_component__card__wrap {
  background-color: transparent;
  box-shadow: unset;
}
.ecs_cards_square .ecs_picture::after {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 7C4.89543 7 4 7.89543 4 9V16C4 17.1046 4.89543 18 6 18H13C14.1046 18 15 17.1046 15 16V14.7256C14.9998 14.7144 14.9998 14.7033 15 14.6921V10.3076C14.9998 10.2964 14.9998 10.2852 15 10.274V9C15 7.89543 14.1046 7 13 7H6ZM16.9713 8.51874C16.7336 6.53652 15.0463 5 13 5H6C3.79086 5 2 6.79086 2 9V16C2 18.2091 3.79086 20 6 20H13C15.0462 20 16.7336 18.4635 16.9713 16.4813L18.956 17.7022L18.96 17.7046C19.2632 17.8892 19.6095 17.9892 19.9631 17.9957C20.3171 18.0023 20.6667 17.9148 20.9761 17.7418C21.2855 17.5687 21.5433 17.3165 21.7231 17.0114C21.9032 16.7058 21.9985 16.3578 22 16.004L22 15.9998L22 8.99982L22 8.99566C21.9985 8.64085 21.9027 8.29399 21.7231 7.98917C21.5433 7.68408 21.2855 7.43188 20.9761 7.25886C20.6667 7.08583 20.3171 6.99833 19.9631 7.00487C19.6095 7.01141 19.2632 7.11145 18.96 7.29605L16.9713 8.51874ZM17 10.8489V14.1509L20 15.9962L20 9.00453L17 10.8489Z" fill="white"/></svg>');
  display: flex;
  gap: 8px;
  height: 56px;
  justify-content: center;
  left: 50%;
  padding: 16px 16px 5px 16px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 44px));
  width: 56px;
}
.ecs_cards_square .ecs_picture .ecs_component__card__image {
  aspect-ratio: 1;
  object-fit: cover;
}
.ecs_cards_icon .ecs__component-cards .ecs__component-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.ecs_cards_icon .ecs__component-cards .ecs_intro_content {
  display: block;
}
.ecs_cards_icon .ecs__component-cards .ecs_intro_content:after {
  border-top: 2px dotted #adadad;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
.ecs_cards_icon .ecs__component-cards .ecs_intro_content .ecs_h2 {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}
.ecs_cards_icon .ecs__component-cards .ecs_intro_content .ecs_h3 {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 38px;
  margin-bottom: 56px;
  text-transform: none;
}
.ecs_cards_icon .ecs__component-cards .ecs_intro_content .ecs_h3:not(.ecs_cards_icon .ecs__component-cards .ecs_intro_content .ecs_h3:last-child) {
  margin-bottom: 16px;
}
.ecs_cards_icon .ecs__component-cards .ecs_component__card__wrap {
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.ecs_cards_icon .ecs__component-cards .ecs_component__card img {
  height: auto;
  width: 72px;
}
.ecs_cards_icon .ecs__component-cards .ecs_component__card__content-wrap {
  padding: 0;
}
.ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap {
  align-items: center;
  background: #fff;
  border: 1px solid #f1f2f5;
  border-radius: 8px;
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap {
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap {
    padding: 32px 60px;
  }
}
.ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap .ecs_img.ecs_component__card__image {
  height: 72px;
  margin: auto;
  width: 72px;
}
.ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap .h2.ecs_component__content-block__header {
  color: #004F74;
  font-size: 32px;
}
.ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap .ecs_component__content-block__content {
  font-size: 16px;
}
.ecs_cards_white_background .ecs__component-cards .ecs_component__card__wrap .ecs_component__card__content-wrap {
  padding: 0;
}
.ecs_cards_half_background::before {
  background-color: #437ab1;
  background-image: url("../../assets/images/background-maroon-seamless.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50%;
  inset: auto 0 0 0;
  position: absolute;
}
.ecs_cards_blue_with_layout_shift .ecs__component-wrapper.container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ecs_cards_blue_with_layout_shift .ecs__component-cards__gallery {
  background-color: #e07e37;
  background-image: url("../../assets/images/background-navy-seamless.png");
}
.ecs_cards_blue_with_layout_shift .ecs_intro_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ecs_cards_blue_with_layout_shift .ecs_intro_content .ecs_introline {
  color: #ff9e18;
  order: 1;
}
.ecs_cards_blue_with_layout_shift .ecs_intro_content .ecs_headline {
  color: #fff;
  order: 2;
}
.ecs_cards_blue_with_layout_shift .ecs_intro_content .ecs_content {
  color: #fff;
  order: 3;
}
.ecs_cards_blue_with_layout_shift .ecs_intro_content .ecs_ctas {
  bottom: 0;
  left: 50%;
  order: 4;
  position: absolute;
  transform: translateX(-50%);
}
.ecs_cards_blue_with_layout_shift .ecs_intro_content .ecs_ctas .ecs_button {
  border-color: #fff;
  color: #fff;
}
.ecs_cards_blue_with_layout_shift .ecs_component__cards__wrap {
  padding-bottom: 104px;
}
.ecs_cards_blue_with_layout_shift .ecs_component__cards__wrap .ecs_component__card__wrap {
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 24px;
  padding: 40px 32px;
}
.ecs_cards_blue_with_layout_shift .ecs_component__cards__wrap .ecs_component__card__content-wrap {
  padding: 0;
}
.ecs_cards_blue_with_layout_shift .ecs_component__cards__wrap .ecs_component__card__image {
  height: 145px;
  object-fit: contain;
}
.ecs_cards_blue_with_white_background .ecs__component-wrapper.container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ecs_cards_blue_with_white_background .ecs__component-cards__gallery::before {
  background-color: #e07e37;
  background-image: url("../../assets/images/background-navy-seamless.png");
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.ecs_cards_blue_with_white_background .ecs_component__cards__wrap {
  padding-bottom: 104px;
}
.ecs_cards_blue_with_white_background .ecs_component__cards__wrap .ecs_component__card__wrap {
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 24px;
  padding: 40px 32px;
}
.ecs_cards_blue_with_white_background .ecs_component__cards__wrap .ecs_component__card__content-wrap {
  padding: 0;
}
.ecs_cards_blue_with_white_background .ecs_component__cards__wrap .ecs_component__card__image {
  height: 145px;
  object-fit: contain;
}
.ecs_cards_sparkles .ecs__component-cards .ecs_h2.ecs_headline.headline::after {
  display: none;
}
@media (min-width: 769px) {
  .ecs_cards_sparkles .ecs__component-cards .ecs_h2.ecs_headline.headline::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73" height="73" viewBox="0 0 73 73" fill="none"><path d="M12.3908 24.4151C14.0337 25.2405 15.6762 26.2391 17.0543 27.6206C17.7332 28.3127 18.3298 29.081 18.8321 29.9102C19.3208 30.726 19.736 31.5838 20.0726 32.4732C20.7705 34.3429 21.1492 36.2771 21.4431 38.1724C21.5201 38.6426 21.5895 39.1126 21.6549 39.5811L21.843 40.9838L20.129 41.1972C19.8542 38.9908 19.6389 36.7236 19.8275 34.4237C20.0071 32.1339 20.6089 29.8005 21.8298 27.7568C22.1362 27.243 22.481 26.753 22.8613 26.2912C23.2426 25.8208 23.6663 25.3864 24.1271 24.9936C24.2393 24.8903 24.3613 24.8006 24.4807 24.7071C24.6016 24.6161 24.718 24.5173 24.8434 24.4332C25.0933 24.2637 25.3412 24.0889 25.6029 23.9416C26.1162 23.6362 26.6512 23.3688 27.2036 23.1417C27.7461 22.9174 28.3006 22.7234 28.8646 22.5604C29.4231 22.4045 29.9839 22.2603 30.5431 22.1474C31.6628 21.9096 32.7753 21.7492 33.8724 21.5916L33.9806 23.6707L33.003 23.6496C31.9408 23.6297 30.8689 23.5728 29.7888 23.4855C28.6832 23.4061 27.5851 23.2437 26.5038 22.9999C25.3639 22.7452 24.2715 22.3113 23.2675 21.7143C22.7489 21.3939 22.2693 21.0141 21.8387 20.5827C21.4098 20.1488 21.0365 19.6633 20.7273 19.1374C20.1166 18.1098 19.742 17.0348 19.4218 16.0006C19.0986 14.9601 18.8293 13.9036 18.6152 12.8353C18.3957 11.7688 18.239 10.6903 18.1458 9.60547C18.1008 9.06327 18.0658 8.52044 18.0489 7.97704L18.0365 7.56959C18.0333 7.43381 18.0367 7.29774 18.0253 7.16216C18.0097 6.89076 18.0063 6.61894 17.9963 6.34713L19.8394 6.43438C19.6845 8.41757 19.5187 10.4347 19.1365 12.4616C19.0844 12.7145 19.0367 12.9685 18.9805 13.2208L18.7914 13.9765L18.5755 14.7292L18.3299 15.477C17.9819 16.4814 17.5376 17.4498 17.0033 18.3688C15.9701 20.1058 14.553 21.5834 12.8606 22.6882C12.2063 23.1282 11.4905 23.4688 10.7364 23.6991C10.461 23.778 10.1798 23.8348 9.89544 23.8689C9.7687 23.8827 9.64927 23.8917 9.53714 23.8959L9.45432 23.8983L9.3873 23.8899C9.34025 23.8835 9.29487 23.8773 9.25114 23.8713C8.70891 23.7921 8.40786 23.6977 8.82561 23.287C8.88605 23.2301 8.94995 23.1769 9.01696 23.1278C9.052 23.1006 9.10151 23.0697 9.13309 23.0439C9.16244 23.0193 9.1931 22.9937 9.22507 22.967C9.35282 22.8611 9.50717 22.7575 9.67755 22.635C9.8465 22.5095 10.0429 22.3903 10.2491 22.2428C10.3538 22.173 10.4631 22.1 10.5771 22.0239C10.689 21.9447 10.8061 21.8643 10.9284 21.7826C11.5613 21.3485 12.165 20.8735 12.7359 20.3606C13.3188 19.845 13.8612 19.2852 14.3581 18.6863C15.0354 17.8602 15.6047 16.9512 16.0523 15.9813C16.5047 14.9907 16.8647 13.9604 17.1275 12.9036C17.6919 10.7737 17.947 8.53331 18.1865 6.27521L18.1866 6.27393C18.2065 6.08685 18.2972 5.91446 18.4401 5.79207C18.583 5.66968 18.7673 5.60655 18.9552 5.61561C19.1431 5.62467 19.3204 5.70524 19.4509 5.84081C19.5813 5.97638 19.655 6.15669 19.6568 6.34482C19.6602 6.71115 19.6481 7.07818 19.6737 7.4442C19.697 7.81009 19.7245 8.17553 19.7615 8.54002C19.8323 9.26929 19.9376 9.99418 20.0577 10.7153C20.2954 12.1566 20.6437 13.5774 21.0996 14.9652C21.3912 15.9142 21.77 16.8343 22.2311 17.7135C22.448 18.1109 22.7036 18.4859 22.9944 18.8329C23.2781 19.159 23.5924 19.4572 23.9329 19.7234C24.2525 19.9626 24.5919 20.1742 24.9473 20.356C25.3191 20.539 25.7028 20.6967 26.0959 20.8279C26.9186 21.0904 27.764 21.2754 28.6211 21.3805C30.3766 21.6089 32.2011 21.6423 34.0361 21.7101L34.0469 21.7105C34.2768 21.7189 34.4951 21.8135 34.6585 21.9754C34.8219 22.1373 34.9185 22.3547 34.9291 22.5845C34.9397 22.8143 34.8636 23.0397 34.7158 23.216C34.568 23.3923 34.3593 23.5066 34.1312 23.5362C32.7379 23.717 31.3671 23.9062 30.0496 24.2131C28.7376 24.5267 27.4671 24.9377 26.3452 25.5828C25.8666 25.8562 25.4147 26.1738 24.9954 26.5315C24.5788 26.8973 24.1971 27.3011 23.8553 27.7377C23.173 28.6405 22.6366 29.6448 22.2657 30.7139C21.886 31.7988 21.6412 32.9262 21.5365 34.0707C21.4277 35.2341 21.4035 36.4039 21.4641 37.5709C21.5128 38.7069 21.6284 39.8496 21.7624 40.9964L21.7633 41.004C21.7873 41.2097 21.7288 41.4165 21.6005 41.579C21.4723 41.7416 21.2848 41.8467 21.0792 41.8713C20.8736 41.8959 20.6666 41.8379 20.5037 41.7102C20.3408 41.5824 20.2351 41.3952 20.21 41.1897C19.9848 39.3478 19.7472 37.5217 19.3214 35.7613C19.1214 34.8851 18.8658 34.0226 18.5562 33.1789C18.2471 32.3502 17.8607 31.5524 17.4021 30.7961C17.2818 30.6133 17.17 30.4236 17.0434 30.2455L16.6521 29.7198C16.3769 29.3815 16.0842 29.0578 15.7753 28.75C15.1359 28.1373 14.4352 27.5919 13.6843 27.1224C13.3061 26.8824 12.9163 26.656 12.5181 26.4402C12.3191 26.3324 12.1181 26.227 11.9151 26.1241L11.6095 25.9713L11.4568 25.8963L11.3116 25.8313C11.1223 25.7403 10.9145 25.6666 10.7126 25.5868C10.5026 25.5184 10.2973 25.4406 10.0817 25.3817C9.65735 25.2497 9.21913 25.1495 8.7812 25.0546C7.93182 24.8776 7.07003 24.7663 6.20353 24.7218C5.36367 24.6805 4.53493 24.7299 3.84615 24.9684L3.64817 24.1808L3.64753 24.1287L3.64832 24.1287L3.65317 24.1287L3.65965 24.1287L3.67263 24.1287L3.69857 24.1289C3.71541 24.1292 3.73265 24.1296 3.75689 24.1284L3.89091 24.124L4.16353 24.1128C4.34638 24.1046 4.52818 24.0965 4.70895 24.0884C5.0719 24.074 5.43041 24.0597 5.78449 24.0456C6.49382 24.02 7.18632 24.0046 7.86293 23.9903C8.09314 23.9816 8.32367 23.9906 8.5525 24.0172C8.64126 24.0243 8.6943 24.0511 8.77615 24.0508C8.82943 24.0493 8.8819 24.0641 8.92653 24.0933L9.06085 23.9365C9.04187 24.0081 9.01559 24.0396 9.02811 24.046C9.03667 24.0524 9.0833 24.0322 9.12593 23.9638C9.13109 23.9555 9.13436 23.9463 9.13552 23.9366C9.13667 23.927 9.13568 23.9172 9.13262 23.908C9.12955 23.8988 9.12449 23.8904 9.11778 23.8833C9.11108 23.8763 9.10291 23.8709 9.09386 23.8674C9.0848 23.8639 9.07508 23.8624 9.0654 23.8631C9.05572 23.8638 9.04631 23.8666 9.03785 23.8714C9.02939 23.8762 9.02208 23.8827 9.01646 23.8907C9.01084 23.8986 9.00704 23.9076 9.00532 23.9172L8.96348 24.1535C8.9557 24.1972 8.89667 24.264 8.7871 24.3382C8.71103 24.4002 8.62819 24.4534 8.54015 24.4968C8.26883 24.6295 7.98265 24.7294 7.68769 24.7943C7.04872 24.9413 6.4052 25.0712 5.75211 25.1948C5.42576 25.2563 5.09714 25.3155 4.76626 25.3724L4.26548 25.4554L4.00812 25.4948L3.87417 25.5138C3.82384 25.5204 3.74861 25.5271 3.68676 25.5325C3.46521 25.5515 3.24396 25.4925 3.06136 25.3656C2.87875 25.2387 2.74629 25.0519 2.68692 24.8376C2.62756 24.6233 2.64503 24.395 2.73631 24.1922C2.8276 23.9895 2.98694 23.825 3.18673 23.7274L3.2506 23.6966C3.76523 23.4571 4.31187 23.2935 4.87346 23.211C5.13359 23.1794 5.39893 23.1388 5.65401 23.1295C5.78249 23.1224 5.91228 23.1119 6.03989 23.1086L6.42079 23.1056C7.43152 23.1155 8.43832 23.2332 9.42412 23.4565C9.92223 23.564 10.4146 23.6964 10.8995 23.8531L11.2673 23.9758L11.6367 24.1164C11.7589 24.1601 11.8846 24.2193 12.0088 24.2733L12.1952 24.3559L12.3613 24.436C12.3709 24.4287 12.3799 24.422 12.3908 24.4151Z" fill="%23F7A34B" stroke="%23FF9E18"></path><path d="M56.0614 28.6769C56.9179 29.7039 57.6087 30.8585 58.1085 32.0988C58.1698 32.2541 58.2358 32.4072 58.2922 32.5642L58.4426 33.0427C58.4903 33.2027 58.5464 33.36 58.5865 33.5223L58.6967 34.0119C58.7303 34.1758 58.7759 34.3366 58.7986 34.5027L58.8667 35.0004L58.9001 35.249C58.9116 35.3311 58.9227 35.414 58.9285 35.5053C58.9419 35.6842 58.9488 35.869 58.9442 36.0614C58.9395 36.4073 58.8833 36.7505 58.7773 37.0798C58.7115 37.2716 58.6233 37.4551 58.5148 37.6264C58.3939 37.8091 58.2474 37.9734 58.0797 38.1143L58.0678 38.1243C57.929 38.2408 57.7582 38.3126 57.5779 38.3303C57.3975 38.348 57.2161 38.3107 57.0573 38.2234C56.8985 38.1361 56.7699 38.0028 56.6882 37.841C56.6066 37.6792 56.5758 37.4966 56.5998 37.317C56.7121 36.4849 56.8717 35.6599 57.0777 34.846C57.4127 33.4851 57.9319 32.1764 58.6209 30.956C59.3269 29.7082 60.2494 28.5962 61.3454 27.6719C62.4675 26.7449 63.7635 26.0513 65.1573 25.6318C66.5891 25.2062 68.1029 25.135 69.5683 25.4245C69.7836 25.4689 69.9797 25.5791 70.1296 25.7399C70.2795 25.9006 70.3758 26.1039 70.4051 26.3217C70.4344 26.5395 70.3954 26.7611 70.2934 26.9557C70.1913 27.1504 70.0313 27.3085 69.8355 27.4083L69.8161 27.418C69.3392 27.6537 68.8281 27.8128 68.3017 27.8895C67.8177 27.9574 67.3282 27.9769 66.8404 27.9478C66.3728 27.9246 65.9274 27.8691 65.4992 27.8078C65.0722 27.745 64.6647 27.6839 64.2224 27.6031C63.5863 27.4961 62.9637 27.32 62.3657 27.0779C62.0384 26.9406 61.7254 26.7713 61.4313 26.5725C61.131 26.3676 60.8538 26.1307 60.6046 25.866C60.1417 25.3589 59.7636 24.7805 59.4846 24.1532C59.2262 23.5736 59.0233 22.9709 58.8788 22.353C58.2954 19.9587 58.3447 17.4538 59.0218 15.0843L59.0228 15.0808C59.0821 14.8743 59.2004 14.6896 59.3633 14.5495C59.5262 14.4094 59.7266 14.32 59.9396 14.2924C60.1527 14.2647 60.3692 14.3 60.5625 14.3938C60.7557 14.4877 60.9173 14.636 61.0274 14.8205C61.3724 15.4199 61.5591 16.0972 61.57 16.7887C61.5812 17.3949 61.5062 17.9996 61.3472 18.5847C61.2769 18.867 61.1858 19.128 61.099 19.3918C61.002 19.652 60.9075 19.9135 60.7924 20.1659C60.5728 20.6745 60.3152 21.1659 60.0219 21.6358C58.8561 23.5339 57.1662 25.0543 55.156 26.0137C53.8771 26.6132 52.4883 26.9425 51.0765 26.9812C50.5225 27.0004 49.9693 26.9244 49.441 26.7566C49.3339 26.7207 49.2337 26.6837 49.1403 26.6447C49.0471 26.6019 48.9606 26.5581 48.8807 26.5135C48.7345 26.4353 48.5985 26.3394 48.4758 26.228C48.1529 25.9371 48.2142 25.7029 48.535 25.5498C48.8569 25.4 49.4386 25.3208 50.2288 25.2415L50.6074 25.2006L50.9905 25.1494C51.2469 25.1103 51.5066 25.0778 51.7654 25.0293C52.2818 24.9379 52.7924 24.8159 53.2944 24.6637C54.263 24.3625 55.1724 23.8963 55.9825 23.2857C57.6195 22.0552 58.8086 20.3224 59.3678 18.3523C59.5013 17.9034 59.5691 17.4375 59.569 16.9692C59.5749 16.5827 59.4711 16.2024 59.2697 15.8725L60.9917 15.6461C60.8163 16.3431 60.7067 17.055 60.6642 17.7725C60.5823 19.0972 60.7628 20.4594 60.991 21.711C61.149 22.603 61.4258 23.4474 61.8755 24.0965C62.0873 24.4087 62.3557 24.6784 62.6668 24.8917C63.0061 25.1074 63.3757 25.2713 63.7634 25.3779C64.2055 25.5001 64.6545 25.5955 65.1081 25.6637C65.5913 25.7418 66.0723 25.8202 66.525 25.8664C67.4355 25.9644 68.2742 25.9273 68.9154 25.6131L69.137 27.3953L68.8191 27.335L68.6603 27.3036L68.4991 27.2847L68.1766 27.2456L67.8509 27.2292C67.1104 27.2011 66.37 27.2878 65.656 27.4864C64.9291 27.6904 64.2322 27.989 63.5831 28.3745C62.9299 28.7608 62.327 29.2263 61.788 29.7605C61.2439 30.3029 60.7606 30.903 60.3466 31.5502C59.2101 33.3061 58.5398 35.3854 58.2615 37.5104L57.0041 36.833C57.0791 36.7698 57.1358 36.6877 57.1683 36.5952C57.2207 36.4511 57.2505 36.2999 57.2568 36.1468C57.2667 35.9565 57.2617 35.7657 57.2418 35.5763L57.1514 34.9424C57.1204 34.7306 57.0775 34.5208 57.023 34.3139L56.9511 34.0005C56.9292 33.8954 56.8881 33.7954 56.8577 33.6925C56.7896 33.4888 56.7315 33.2813 56.6562 33.0798L56.4093 32.482C56.0516 31.6921 55.6068 30.9445 55.0832 30.2533C54.5472 29.5667 53.9405 28.9382 53.2732 28.3784C52.4304 27.6893 51.5132 27.0968 50.5386 26.612C50.48 26.5813 50.4224 26.5483 50.3634 26.5192L50.1836 26.4402L49.8264 26.2785C49.5918 26.1593 49.3475 26.0803 49.1081 25.9839L48.7492 25.8406C48.6317 25.7984 48.5153 25.7603 48.3982 25.7306C48.1668 25.6586 47.9192 25.6576 47.6872 25.7276C47.6304 25.7493 47.5788 25.776 47.538 25.7944C47.5372 25.7948 47.5364 25.7953 47.5358 25.796C47.5352 25.7967 47.5347 25.7975 47.5343 25.7984L47.5296 25.8115C47.5143 25.8593 47.5176 25.9111 47.5388 25.9565C47.558 25.9982 47.5856 26.0355 47.6197 26.0662C47.6815 26.1213 47.7587 26.1561 47.8409 26.1658C47.8797 26.171 47.9193 26.1679 47.9569 26.1568C47.9905 26.1503 48.0236 26.1414 48.0559 26.1301C48.1103 26.1095 48.1501 26.0965 48.1726 26.111C48.1944 26.1246 48.2009 26.1674 48.1687 26.2405C48.1452 26.2851 48.1139 26.3252 48.0763 26.3589C48.0311 26.4129 47.9722 26.4539 47.9059 26.4775C47.7468 26.5419 47.57 26.5476 47.407 26.4937C47.2865 26.4537 47.1784 26.3833 47.0931 26.2893C47.0319 26.221 46.9836 26.1422 46.9506 26.0567C46.9127 25.9553 46.8956 25.8474 46.9001 25.7392C46.9033 25.6572 46.93 25.5777 46.9771 25.5105L47.0952 25.3412C47.1571 25.2522 47.2296 25.171 47.3112 25.0996C47.3567 25.0598 47.405 25.0234 47.4558 24.9907C47.5099 24.9602 47.5661 24.9336 47.6239 24.9109C47.8969 24.8071 48.1874 24.7569 48.4794 24.7628C48.7076 24.7638 48.9353 24.7838 49.1602 24.8226L49.7785 24.921L49.9341 24.9477L50.0865 24.9863L50.3924 25.0651C51.2171 25.2795 52.0135 25.5907 52.765 25.9923C54.0064 26.6873 55.1122 27.6006 56.0291 28.6884C56.0395 28.6846 56.0492 28.6812 56.0614 28.6769Z" fill="%23F7A34B" stroke="%23FF9E18"></path><path d="M36.8104 50.7427L37.4617 51.1073L38.0884 51.5138L38.2443 51.6163L38.394 51.7284L38.6927 51.9531C38.7917 52.0287 38.8926 52.1018 38.9897 52.1797L39.2726 52.4247C39.6511 52.7499 40.0111 53.096 40.3508 53.4615L40.8392 54.0282C40.9992 54.2191 41.1402 54.4245 41.2906 54.6223C41.8678 55.4274 42.3572 56.2919 42.7504 57.2011C43.1308 58.1092 43.4191 59.0532 43.6109 60.0189C43.6546 60.2756 43.7079 60.5308 43.741 60.7892L43.827 61.566L43.865 62.3471C43.8784 62.6074 43.8613 62.8687 43.8605 63.1292C43.8266 64.1732 43.6779 65.2103 43.4171 66.2218L43.2131 66.9335C43.1545 67.138 43.0239 67.3144 42.8455 67.4303C42.6671 67.5462 42.4529 67.5937 42.2422 67.5641C42.0315 67.5346 41.8386 67.4299 41.699 67.2694C41.5594 67.1089 41.4825 66.9033 41.4824 66.6906L41.4827 66.6494C41.4846 64.3526 41.4797 61.9842 41.9212 59.6053C42.1381 58.4012 42.493 57.2261 42.9789 56.1033C43.4753 54.9493 44.1558 53.8836 44.9939 52.9478C45.8535 52.021 46.8633 51.2459 47.9809 50.6553C49.0656 50.089 50.2066 49.6381 51.3853 49.3098C51.9648 49.1443 52.5457 49.0029 53.1288 48.8778C53.7133 48.7543 54.312 48.6454 54.9303 48.5778C55.5624 48.5031 56.1999 48.4842 56.8353 48.5214C57.5018 48.5607 58.1606 48.6853 58.7954 48.8921C59.0046 48.9603 59.1877 49.0914 59.3196 49.2676C59.4515 49.4437 59.5258 49.6562 59.5325 49.8761C59.5391 50.0961 59.4777 50.3127 59.3566 50.4964C59.2355 50.6802 59.0607 50.8221 58.8559 50.9027L58.833 50.9116C57.8334 51.2837 56.7764 51.4781 55.7098 51.4862C54.5781 51.4931 53.4478 51.4032 52.3314 51.2176C51.2245 51.064 50.1285 50.8395 49.0504 50.5455C48.4932 50.3912 47.946 50.2029 47.4117 49.9819C46.8615 49.7586 46.3305 49.4904 45.8243 49.18C45.305 48.8631 44.8176 48.4966 44.369 48.0857C43.9227 47.6724 43.5186 47.2157 43.1629 46.7223C42.4865 45.7687 41.9374 44.7309 41.5293 43.6353C40.7272 41.5305 40.2317 39.3213 40.058 37.0755C40.0377 36.7955 40.0203 36.5151 40.0106 36.2344C40.0044 36.0941 39.9999 35.9538 39.9981 35.8134C39.9959 35.6717 39.9908 35.5407 39.9937 35.3684C39.9936 34.9901 40.0495 34.6139 40.1597 34.2519C40.2351 34.0128 40.3479 33.787 40.4937 33.583C40.6678 33.3417 40.893 33.1417 41.1531 32.9972L41.1641 32.9912C41.2914 32.9218 41.4312 32.8781 41.5753 32.8627C41.7195 32.8473 41.8653 32.8604 42.0044 32.9014C42.1435 32.9423 42.2732 33.0102 42.386 33.1012C42.4989 33.1923 42.5927 33.3047 42.6621 33.432C42.7366 33.5699 42.7815 33.7219 42.7938 33.8782C43.1195 38.3526 41.9646 42.81 39.507 46.5633C38.9348 47.4354 38.2566 48.233 37.4879 48.938C37.0942 49.2938 36.6725 49.6173 36.2269 49.9053C35.7794 50.1947 35.306 50.442 34.8127 50.6438C34.0305 50.9759 33.1833 51.1271 32.3345 51.086C31.7904 51.0659 31.259 50.9152 30.7853 50.6466C30.2758 50.3221 30.3767 50.0981 30.8205 49.9937C31.0461 49.9286 31.3614 49.8883 31.7574 49.8127C32.2359 49.7234 32.7081 49.6032 33.1711 49.4527C33.8817 49.2125 34.5536 48.8701 35.1655 48.4361C35.8021 47.9802 36.3837 47.4519 36.8985 46.8619C37.6417 45.9992 38.2798 45.0513 38.7993 44.038C39.3376 43.0207 39.7749 41.9531 40.1048 40.8505C40.7695 38.6448 41.0074 36.3327 40.8058 34.0379L42.1186 34.7428C42.119 34.7435 42.1209 34.7462 42.119 34.7431L42.114 34.7361C42.1148 34.7375 42.1158 34.7389 42.1169 34.7402C42.1196 34.7437 42.1222 34.7461 42.1208 34.7443L42.1208 34.747C42.1133 34.7577 42.107 34.7692 42.102 34.7813C42.0678 34.862 42.0457 34.9474 42.0364 35.0345C42.019 35.1712 42.0121 35.3091 42.0158 35.4469L42.0352 35.9687C42.0713 36.6783 42.1465 37.3851 42.2493 38.0869C42.4606 39.4883 42.8139 40.8647 43.3039 42.1946C43.6423 43.1391 44.0837 44.0435 44.6203 44.8913C44.8765 45.2899 45.1636 45.6676 45.4792 46.021C45.631 46.1912 45.7913 46.3536 45.9595 46.5076C46.0444 46.5828 46.1235 46.6634 46.2106 46.7357L46.4718 46.9521C47.2546 47.552 48.1319 48.0172 49.0676 48.3287C50.0575 48.6633 51.0736 48.9144 52.1055 49.0792C53.1394 49.2714 54.1854 49.3915 55.236 49.4384C56.2118 49.4856 57.1876 49.3441 58.1098 49.0217L58.143 50.8078C57.23 50.4973 56.1988 50.4465 55.1397 50.5531C54.6099 50.6032 54.072 50.6909 53.5286 50.7955C52.9845 50.9017 52.4438 51.0213 51.9125 51.1588C50.7741 51.4393 49.6757 51.8624 48.6434 52.4183C47.6401 52.9566 46.7501 53.6835 46.0222 54.559C45.3009 55.4581 44.7311 56.4687 44.3352 57.5512C43.9272 58.6596 43.6422 59.8095 43.4855 60.9802C43.2223 62.824 43.1942 64.7287 43.1699 66.6588L41.6115 66.4029C42.6495 63.343 42.2875 59.8161 40.7339 56.9474C40.6323 56.7708 40.5422 56.5866 40.4317 56.4153L40.0994 55.9017C39.9865 55.732 39.8571 55.5745 39.7369 55.4098C39.6747 55.3292 39.6172 55.2445 39.5511 55.1672L39.3506 54.937C39.0846 54.6285 38.8032 54.3335 38.5075 54.0533C38.1972 53.7885 37.8965 53.5111 37.5604 53.2764C37.3992 53.1501 37.2317 53.0321 37.0586 52.9228C36.8853 52.8136 36.7161 52.6973 36.5396 52.593L36.0006 52.295C35.8222 52.193 35.6305 52.1167 35.4462 52.0258C34.6988 51.6781 33.9173 51.409 33.1142 51.2229C31.2007 50.7737 29.2137 50.7351 27.2842 51.1096L27.264 50.3439C28.4195 50.6952 29.6323 50.8182 30.8348 50.7061C31.5173 50.6418 31.8638 50.6234 31.8609 50.7703C31.8563 50.8351 31.7662 50.9475 31.5718 51.0755C31.4539 51.1532 31.3305 51.2221 31.2026 51.2818C31.1279 51.3182 31.0464 51.355 30.9573 51.3893C30.9128 51.4063 30.8671 51.4261 30.8188 51.4416C30.7701 51.4557 30.7198 51.4697 30.6679 51.4834C29.4619 51.8002 28.202 51.8547 26.9732 51.6433C26.7698 51.6076 26.5842 51.5049 26.446 51.3515C26.3077 51.1982 26.2247 51.0029 26.2103 50.797C26.1958 50.591 26.2507 50.3861 26.3662 50.2149C26.4817 50.0437 26.6511 49.9161 26.8475 49.8524L26.9254 49.8274C28.1462 49.4382 29.42 49.2408 30.7013 49.2422C31.7535 49.2391 32.8016 49.3732 33.8191 49.6409C34.8437 49.906 35.8363 50.282 36.7794 50.7622C36.7894 50.7553 36.7989 50.7491 36.8104 50.7427Z" fill="%23F7A34B" stroke="%23FF9E18"></path></svg>');
    display: block;
  }
}
.ecs_cards_icon_extra .ecs_intro_content {
  margin: auto;
  max-width: 889px;
  text-align: center;
}
.ecs_cards_icon_extra .ecs_component__card.card.column {
  justify-content: center;
}
.ecs_cards_icon_extra .ecs__component-cards .ecs_component__card__wrap {
  background: transparent;
  box-shadow: none;
}
.ecs_cards_icon_extra .ecs__component-cards .ecs_img.ecs_component__card__image {
  height: 284px;
  object-fit: contain;
}
.ecs_circle_pie_chart {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .ecs_circle_pie_chart {
    flex-direction: row;
  }
}
.ecs_chart_column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_chart_column {
    width: 50%;
  }
}
.ecs_chart_column .ecs_hr {
  border-top: solid 2px #e1e3e8;
  content: "";
  display: block;
  height: auto;
  margin: 0 -24px;
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
.ecs_chart_column .ecs_ul {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .ecs_chart_column .ecs_ul {
    margin-top: 64px;
  }
}
.ecs_chart_column .ecs_li {
  position: relative;
}
.ecs_chart_column .ecs_li .ecs_bullet {
  background-color: red;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.ecs_chart_circles {
  aspect-ratio: 1;
  position: relative;
}
@media (min-width: 769px) {
  .ecs_chart_circles {
    right: -40px;
  }
}
.ecs_chart_circles > .ecs_chart_circle:first-child {
  height: 75%;
  right: 20px;
  top: 0;
  width: 75%;
}
@media (min-width: 769px) {
  .ecs_chart_circles > .ecs_chart_circle:first-child {
    top: -20px;
  }
}
.ecs_chart_circles > .ecs_chart_circle:nth-child(2) {
  bottom: 30px;
  height: 50%;
  left: 0;
  width: 50%;
}
@media (min-width: 769px) {
  .ecs_chart_circles > .ecs_chart_circle:nth-child(2) {
    left: -40px;
  }
}
.ecs_chart_circles > .ecs_chart_circle:nth-child(3) {
  bottom: 0;
  height: 30%;
  right: 20px;
  width: 30%;
}
@media (min-width: 769px) {
  .ecs_chart_circles > .ecs_chart_circle:nth-child(3) {
    bottom: -20px;
  }
}
.ecs_chart_circles .ecs_chart_circle {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
}
.ecs_chart_circles .ecs_chart_circle .ecs_p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
@media (min-width: 769px) {
  .ecs_chart_circles .ecs_chart_circle .ecs_p {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .ecs_chart_circles .ecs_chart_circle .ecs_p {
    font-size: 56.555px;
    line-height: 77.763px;
  }
}
.ecs__component-contact {
  padding: 20px;
}
@media (min-width: 769px) {
  .ecs__component-contact {
    padding: 80px;
  }
}
.ecs__component-contact__addresses__address__title, .ecs__component-contact__addresses__address .ecs_h2 {
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
  margin-bottom: 8px !important;
}
.ecs__component-contact__message__heading {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.44px;
  margin-bottom: 0;
}
.ecs__component-contact__phone__title {
  margin-top: 24px;
}
.ecs__component-contact__socials__title {
  margin-top: 24px;
}
.ecs__component-contact .social_icons {
  gap: 16px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 30px;
  line-height: 30px;
}
.ecs_component__content-block {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ecs_component__content-block__wrap {
  max-width: 100%;
}
.ecs_component__content-block__content-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ecs_component__content-block .content1--right > .columns, .ecs_component__content-block .content1--left > .columns {
  display: flex;
}
@media (min-width: 769px) {
  .ecs_component__content-block .content1--right > .columns, .ecs_component__content-block .content1--left > .columns {
    flex-direction: row;
  }
}
.ecs_component__content-block .content1--right > .columns {
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs_component__content-block .content1--right > .columns {
    flex-direction: row;
  }
}
.ecs_component__content-block .content1--left > .columns {
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs_component__content-block .content1--left > .columns {
    flex-direction: row;
  }
}
.ecs_component__content-block__content:not(.ecs_component__content-block__content:last-child) {
  margin-bottom: 40px;
}
.ecs_component__content-block__content-wrap {
  padding: 0;
}
.ecs_component__content-block__content.ecs_component__content-block__icon-block {
  margin-bottom: 12px;
}
.ecs_component__content-block__column-gallery {
  max-width: 100%;
}
.ecs_component__content-block__gallery {
  width: 100%;
}
.ecs_component__content-block__gallery .ecs_img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ecs_component__content-block__image {
  height: auto;
  width: 100%;
}
.ecs_component__content-block__icon-block {
  align-items: stretch;
  display: flex;
  flex-direction: row;
}
.ecs_component__content-block__icon-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 30px;
}
.ecs_component__content-block__icon-column .icon {
  flex: 0;
  margin-bottom: 8px;
  max-height: 30px;
  width: 30px;
}
.ecs_component__content-block__icon-column .icon.redpeak-icon-smartphone {
  content: url("../../assets/images/icon_smartphone.svg");
}
.ecs_component__content-block__icon-column .icon.redpeak-icon-arrow {
  content: url("../../assets/images/icon_location_arrow.svg");
}
.ecs_component__content-block__icon-column .icon.redpeak-icon-clock {
  content: url("../../assets/images/icon_clock.svg");
}
.ecs_component__content-block__icon-line {
  border-left: 3px dotted #e4e4e4;
  flex: 1;
  height: 100%;
  margin: 0 auto;
}
.ecs_component__content-block__icon-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.ecs_component__content-block__columns.columns {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .ecs_component__content-block__columns.columns {
    flex-direction: unset;
  }
}
.ecs_component__content-block__columns.is-vcentered {
  align-items: center;
}
.ecs_component__content-block .slick-list {
  width: 100%;
}
.ecs_component__content-block .h2, .ecs_component__content-block .h3 {
  color: #3d4543;
  width: 100%;
}
.ecs_component__content-block .h2 {
  margin-bottom: 16px;
}
.ecs_component__content-block .ecs_component__content-block__list-item {
  list-style: none;
  padding-top: 8px;
}
.ecs_component__content-block .ecs_component__content-block__list-item:not(.ecs_component__content-block .ecs_component__content-block__list-item:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 8px;
}
.ecs_component__content-block .ecs_contentblock_card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.ecs_component__content-block .ecs_contentblock_card .ecs_picture {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecs_component__content-block .ecs_contentblock_card .ecs_img {
  margin-bottom: 16px;
  max-width: 72px;
  min-width: 72px;
}
.ecs_component__content-block .ecs_contentblock_card .ecs_h2 {
  font-size: 16px;
  line-height: 24px;
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navigation {
  justify-content: center;
  margin-bottom: 0;
  min-width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-contentblock__top_tabs .ecs_tabs_navigation {
    margin-bottom: 64px;
  }
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navigation .ecs_tabs_buttonnav {
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .ecs__component-contentblock__top_tabs .ecs_tabs_navigation .ecs_tabs_buttonnav {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-start;
  }
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navigation .ecs_tabs_selectnav {
  display: block;
  margin-bottom: 16px;
  margin-top: -16px;
  min-height: 40px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-contentblock__top_tabs .ecs_tabs_navigation .ecs_tabs_selectnav {
    display: none;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
  }
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item {
  display: flex;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 4px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 769px) {
  .ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item {
    margin-bottom: 0;
  }
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item:hover, .ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item.active {
  color: #437ab1;
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item:hover:after, .ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item.active:after {
  width: 100%;
}
.ecs__component-contentblock__top_tabs .ecs_tabs_navwrap .item:after {
  background-color: #437ab1;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
  width: 0;
}
.ecs__component-contentblock__top_tabs .ecs_tab_listtitle.h3 {
  color: #737b32;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 8px;
  text-transform: none;
}
.ecs__component-contentblock__top_tabs .ecs_tab_list {
  list-style: disc;
  padding-inline-start: 16px;
}
.ecs__component-contentblock__top_tabs .ecs_tab_list:not(.ecs__component-contentblock__top_tabs .ecs_tab_list:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .ecs__component-contentblock__top_tabs .ecs_tab_list {
    column-gap: 24px;
    columns: 2;
  }
}
.ecs__component-contentblock__top_tabs .ecs_tab_list .ecs_li {
  break-inside: avoid;
  margin-bottom: 4px;
  padding-left: 4px;
}
.ecs__component-contentblock__top_tabs .ecs_tab_content:not(.ecs__component-contentblock__top_tabs .ecs_tab_content:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_lists:not(.ecs__component-contentblock__top_tabs .ecs_tab_content:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_ctas:not(.ecs__component-contentblock__top_tabs .ecs_tab_content:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_content:not(.ecs__component-contentblock__top_tabs .ecs_tab_lists:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_lists:not(.ecs__component-contentblock__top_tabs .ecs_tab_lists:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_ctas:not(.ecs__component-contentblock__top_tabs .ecs_tab_lists:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_content:not(.ecs__component-contentblock__top_tabs .ecs_tab_ctas:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_lists:not(.ecs__component-contentblock__top_tabs .ecs_tab_ctas:last-child), .ecs__component-contentblock__top_tabs .ecs_tab_ctas:not(.ecs__component-contentblock__top_tabs .ecs_tab_ctas:last-child) {
  margin-bottom: 36px;
}
.ecs__component-contentblock__top_tabs .ecs_tabs_contentcolumns {
  display: flex;
  flex-direction: column-reverse;
  min-width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-contentblock__top_tabs .ecs_tabs_contentcolumns {
    flex-direction: row;
  }
}
.ecs__component-contentblock__top_tabs .ecs_component__content-block__gallery {
  position: relative;
}
.ecs__component-contentblock__top_tabs .ecs_component__content-block__gallery::after {
  bottom: 24px;
  content: url("../../assets/images/redpeak-doublearrow-yellow-right.svg");
  position: absolute;
  right: -12px;
  width: 42px;
}
@media (min-width: 769px) {
  .ecs__component-contentblock__top_tabs .ecs_component__content-block__gallery::after {
    bottom: 80px;
    height: auto;
    right: 24px;
    transform: translateX(50%) translateY(50%);
    width: 84px;
  }
}
.ecs__component-contentblock__top_tabs .slick-slider .slick-dots {
  display: none !important;
}
.ecs__component-contentblock__two_column.ecs__component {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
}
.ecs__component-contentblock__two_column h2.h3.ecs_component__content-block__header {
  margin-bottom: 8px;
}
.redpeak--living-phone .ecs_component__content-block__header.h3:before {
  content: url("../../assets/images/icon_smartphone.svg");
  display: block;
  height: auto;
  position: relative;
  width: 30px;
}
.reverse .ecs_component__content-block .h2, .reverse .ecs_component__content-block .h3 {
  color: #fff;
}
.ecs_contentblock_blue_eyebrow .ecs__component-contentblock__content_block .ecs_component__content-block__header {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
}
.ecs_contentblock_blue_eyebrow .ecs__component-contentblock__two_column h2.ecs_component__content-block__header {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
}
.ecs_contentblock_orange_eyebrow .ecs__component-contentblock__content_block .ecs_component__content-block__header {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
  color: #ff9e18;
}
.ecs_contentblock_orange_eyebrow .ecs__component-contentblock__two_column h2.ecs_component__content-block__header {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
  color: #ff9e18;
}
.ecs_contentblock_white_background .ecs_component__content-block__columns {
  background-color: #fff;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_contentblock_white_background .ecs_component__content-block__columns {
    padding: 64px;
  }
}
.ecs_contentblock_white_background_less .ecs_component__content-block__columns {
  background-color: #fff;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_contentblock_white_background_less .ecs_component__content-block__columns {
    padding: 16px;
  }
}
.ecs_contentblock_white_background_less .ecs_component__content-block__gallery .ecs_img {
  aspect-ratio: 1.25;
  object-fit: cover;
}
.ecs_contentblock_blue_background {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  color: #fff;
  padding-top: 100px;
  z-index: 0;
}
.ecs_contentblock_blue_background .h2, .ecs_contentblock_blue_background .h3 {
  color: #fff;
}
.ecs_contentblock_blue_background .ecs_component__content-block__link-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.ecs_contentblock_blue_background .ecs_component__content-block__link-wrap .button {
  background-color: transparent;
  border: solid 1px white;
  color: white;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: normal;
  line-height: 20px;
  /* 125% */
  padding: 12px 24px;
  text-transform: none;
}
.ecs_contentblock_blue_background .ecs_component__content-block__link-wrap .button::before {
  content: unset;
  font-family: "studio-icon-font";
}
.ecs_contentblock_blue_background .ecs_component__content-block__link-wrap .button::after {
  content: unset;
  font-family: "studio-icon-font";
}
.ecs_contentblock_blue_background .ecs_component__content-block__link-wrap .button:hover, .ecs_contentblock_blue_background .ecs_component__content-block__link-wrap .button:focus {
  background-color: #e1251b;
  color: white;
}
.ecs_contentblock_red_background {
  background-color: #437ab1;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  color: #fff;
}
.ecs_contentblock_red_background .h2, .ecs_contentblock_red_background .h3 {
  color: #fff;
}
.ecs_contentblock_red_top_left .ecs_component__content-block__gallery {
  position: relative;
}
.ecs_contentblock_red_top_left .ecs_component__content-block__gallery::before {
  content: url("../../assets/images/redpeak-doublearrow-red-right.svg");
  left: -12px;
  position: absolute;
  top: 24px;
  width: 42px;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs_contentblock_red_top_left .ecs_component__content-block__gallery::before {
    height: auto;
    left: -24px;
    top: 80px;
    transform: translateY(50%);
    width: 84px;
  }
}
.ecs_contentblock_orange_bottom_right .ecs_component__content-block__gallery {
  position: relative;
}
.ecs_contentblock_orange_bottom_right .ecs_component__content-block__gallery::after {
  bottom: 24px;
  content: url("../../assets/images/redpeak-doublearrow-yellow-right.svg");
  position: absolute;
  right: -12px;
  width: 42px;
}
@media (min-width: 769px) {
  .ecs_contentblock_orange_bottom_right .ecs_component__content-block__gallery::after {
    bottom: 80px;
    height: auto;
    right: 24px;
    transform: translateX(50%) translateY(50%);
    width: 84px;
  }
}
@media (min-width: 1024px) {
  .ecs_contentblock_orange_bottom_right .ecs_component__content-block__gallery::after {
    right: 0;
  }
}
.ecs_contentblock_award_blue .ecs_component__content-block__gallery {
  position: relative;
}
.ecs_contentblock_award_blue .ecs_component__content-block__gallery::before {
  content: url("../../assets/images/blue-award.svg");
  left: -12px;
  position: absolute;
  top: 24px;
  width: 42px;
}
@media (min-width: 769px) {
  .ecs_contentblock_award_blue .ecs_component__content-block__gallery::before {
    height: auto;
    left: -80px;
    top: 44px;
    transform: translateX(50%) translateY(50%);
    width: 84px;
  }
}
.ecs_contentblock_careers .ecs_component__content-block__gallery {
  margin-bottom: 50px;
  position: relative;
}
.ecs_contentblock_careers .ecs_component__content-block__gallery::after {
  bottom: 24px;
  content: url("../../assets/images/redpeak-doublearrow-yellow-right.svg");
  position: absolute;
  right: -12px;
  width: 42px;
}
@media (min-width: 769px) {
  .ecs_contentblock_careers .ecs_component__content-block__gallery::after {
    bottom: 80px;
    height: auto;
    right: 24px;
    transform: translateX(50%) translateY(50%);
    width: 84px;
  }
}
.ecs_contentblock_careers .ecs_component__content-block__gallery::before {
  content: url("../../assets/images/redpeak-doublearrow-red-right.svg");
  left: -12px;
  position: absolute;
  top: 24px;
  width: 42px;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs_contentblock_careers .ecs_component__content-block__gallery::before {
    height: auto;
    left: -24px;
    top: 80px;
    transform: translateY(50%);
    width: 84px;
  }
}
.ecs_contentblock_careers .ecs__components__slider__arrow {
  background-color: transparent;
  border: 1px solid #adadad;
  bottom: auto;
  color: #adadad;
  opacity: 1;
  top: calc(100% + 16px);
}
.ecs_contentblock_careers .ecs__components__slider__arrow:hover {
  background-color: transparent;
  border-color: #585858;
  color: #585858;
}
.ecs_contentblock_careers .ecs__components__slider__arrow-left {
  left: auto;
  right: 48px;
}
.ecs_contentblock_careers .ecs__components__slider__arrow-right {
  right: 0;
}
.ecs_contentblock_careers .slick-dots {
  counter-reset: dots;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  left: 0;
  max-width: calc(100% - 80px);
  padding: 0;
  position: absolute;
  top: calc(100% + 16px);
  transform: none;
  width: auto;
}
.ecs_contentblock_careers .slick-dots li {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #595b5f;
  counter-increment: dots;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 24px;
  margin: 0;
  padding-bottom: 4px;
  position: relative;
  transition: 0.3s all ease-in-out;
  width: auto;
}
.ecs_contentblock_careers .slick-dots li:before {
  content: counter(dots,decimal-leading-zero);
  position: relative;
}
.ecs_contentblock_careers .slick-dots li:after {
  background-color: #437ab1;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s all ease-in-out;
  width: 0;
}
.ecs_contentblock_careers .slick-dots li.slick-active, .ecs_contentblock_careers .slick-dots li:hover {
  background-color: transparent;
  color: #437ab1;
}
.ecs_contentblock_careers .slick-dots li.slick-active:after, .ecs_contentblock_careers .slick-dots li:hover:after {
  width: 100%;
}
.ecs_contentblock_careers .slick-slider, .ecs_contentblock_careers .slick-list, .ecs_contentblock_careers .slick-track, .ecs_contentblock_careers .slick-slide, .ecs_contentblock_careers .slick-slide > div, .ecs_contentblock_careers .ecs_component__content-block__slide {
  height: 100%;
}
@media (min-width: 769px) {
  .ecs_contentblock_careers .slick-slider, .ecs_contentblock_careers .slick-list, .ecs_contentblock_careers .slick-track, .ecs_contentblock_careers .slick-slide, .ecs_contentblock_careers .slick-slide > div, .ecs_contentblock_careers .ecs_component__content-block__slide {
    height: 100%;
  }
}
.ecs_contentblock_careers .slick-list {
  min-height: 100%;
}
@media (min-width: 769px) {
  .ecs_contentblock_careers .slick-list {
    min-height: 100%;
  }
}
.ecs_contentblock_careers .ecs_component__content-block__gallery {
  aspect-ratio: 1;
  width: 100%;
}
.ecs_contentblock_careers .ecs_picture {
  height: 100%;
  width: 100%;
}
.ecs_contentblock_careers .ecs_picture .ecs_img {
  object-fit: contain;
  width: 100%;
}
.ecs_contentblock_careers .h3 {
  color: #004d71;
}
@media (min-width: 769px) {
  .ecs_contentblock_townhome .ecs_component__content-block {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .ecs_contentblock_townhome .ecs_component__content-block__column-gallery.column {
    padding-right: 64px;
  }
  .ecs_contentblock_townhome .ecs_component__content-block__column-content.column {
    padding-left: 64px;
  }
}
.ecs_contentblock_townhome .ecs_component__content-block__columns.columns {
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs_contentblock_townhome .ecs_component__content-block__columns.columns {
    flex-direction: row;
  }
}
.ecs_contentblock_townhome .ecs_component__content-block__wrap {
  margin: auto;
}
.ecs_contentblock_townhome .ecs_pretabs_labeltext {
  color: #595b5f;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.ecs_contentblock_townhome .ecs_tabs {
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .ecs_contentblock_townhome .ecs_tabs {
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .ecs_contentblock_townhome .ecs_tabs {
    padding-top: 86px;
  }
}
@media (min-width: 1408px) {
  .ecs_contentblock_townhome .ecs_tabs {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .ecs_contentblock_townhome .ecs_tabs {
    margin-bottom: -86px;
  }
}
@media (min-width: 769px) {
  .ecs_contentblock_townhome .ecs_tabs_navigation {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecs_contentblock_townhome .ecs_tabs_navigation {
    align-items: unset;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.ecs_contentblock_townhome .ecs_tabs_navigation_buttonnav {
  flex-wrap: wrap;
}
.ecs_contentblock_townhome .ecs_tabs_contentcolumns {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_contentblock_townhome .ecs_tabs_contentcolumns {
    align-items: flex-start;
    flex-direction: row;
  }
}
.ecs_contentblock_townhome .ecs_tabs .ecs_tabs_contentwrap {
  background: #fff;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
  padding: 40px 56px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .ecs_contentblock_townhome .ecs_tabs .ecs_tabs_contentwrap {
    width: 50%;
  }
}
.ecs_contentblock_townhome .ecs_tabs .ecs_component__content-block__column-gallery {
  bottom: -31px;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_contentblock_townhome .ecs_tabs .ecs_component__content-block__column-gallery {
    bottom: unset;
    left: -20%;
    top: -100px;
    width: 71%;
  }
}
.ecs_contentblock_townhome .ecs_tabs .ecs_component__content-block__subhead {
  color: #e1251b;
  font-size: 28px;
}
.ecs_contentblock_townhome .ecs_tabs .ecs_button {
  align-items: center;
  border: 0;
  color: #2e3433;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 0;
}
.ecs_contentblock_townhome .ecs_tabs .ecs_button:after {
  background: center / contain no-repeat url("../../assets/images/red-arrow.svg");
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}
.ecs_contentblock_townhome .ecs_tabs .ecs_button:hover, .ecs_contentblock_townhome .ecs_tabs .ecs_button:focus-visible {
  background-color: transparent;
  color: #e1251b;
}
.ecs__component-contentblock__two_column .column.ecs_component__content-block__column-content.is-half-tablet {
  margin-right: -20px;
  padding-right: 0;
}
.ecs__component-contentblock__two_column .ecs_contentblock_cardwrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecs_contentblock_stretch_columns .ecs_component__content-block__columns.is-vcentered {
  align-items: stretch;
}
.ecs_contentblock_circular_image .ecs_component__content-block .ecs_component__content-block__gallery .ecs_img {
  aspect-ratio: 1;
  border-radius: 50%;
}
.ecs_contentblock_floating_polygons .ecs_component__content-block .ecs_component__content-block__gallery {
  position: relative;
}
.ecs_contentblock_floating_polygons .ecs_component__content-block .ecs_component__content-block__gallery::before {
  bottom: 80px;
  content: url("../../assets/images/icons/icon_semicircle.svg");
  display: block;
  height: fit-content;
  position: absolute;
  right: -16px;
  scale: 0.8;
  width: fit-content;
}
@media (min-width: 769px) {
  .ecs_contentblock_floating_polygons .ecs_component__content-block .ecs_component__content-block__gallery::before {
    right: -24px;
    scale: 1;
  }
}
.ecs_contentblock_floating_polygons .ecs_component__content-block .ecs_component__content-block__gallery::after {
  content: url("../../assets/images/icons/icon_star.svg");
  display: block;
  height: fit-content;
  left: -16px;
  position: absolute;
  scale: 0.8;
  top: 80px;
  width: fit-content;
}
@media (min-width: 769px) {
  .ecs_contentblock_floating_polygons .ecs_component__content-block .ecs_component__content-block__gallery::after {
    left: -24px;
    scale: 1;
  }
}
.ecs_contentblock_floating_squiggly_line .ecs_component__content-block .ecs_component__content-block__content-wrap {
  max-width: 477px;
}
.ecs_contentblock_floating_squiggly_line .ecs_component__content-block .ecs_component__content-block__content-wrap::after {
  content: url("../../assets/images/icons/icon_squiggly_line.svg");
  display: none;
  height: auto;
  position: absolute;
  transform: rotate(-14.089deg);
  width: fit-content;
}
@media (min-width: 1024px) {
  .ecs_contentblock_floating_squiggly_line .ecs_component__content-block .ecs_component__content-block__content-wrap::after {
    display: block;
    right: -10%;
    top: 20%;
  }
}
@media (min-width: 1280px) {
  .ecs_contentblock_floating_squiggly_line .ecs_component__content-block .ecs_component__content-block__content-wrap::after {
    right: 0%;
  }
}
.ecs_contentblock_pentagon_image .ecs_component__content-block .ecs_component__content-block__gallery::before {
  bottom: 20%;
  left: unset;
  right: 20%;
  top: unset;
  transform: rotate(45deg);
}
.ecs_contentblock_pentagon_image .ecs_component__content-block .ecs_component__content-block__gallery .ecs_img {
  /* Apply the clip-path for a pentagon shape */
  clip-path: polygon(60% 0%, 100% 47%, 59% 95%, 4% 74%, 7% 13%);
  position: relative;
  z-index: -1;
}
.ecs__component-corporatecallouts.ecs__component-corporatecallouts__home .ecs__components__callout__mask {
  clip-path: url(#callout-home-clip);
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts.ecs__component-corporatecallouts__internal .ecs__component-corporatecallouts__content {
    padding-right: 36px;
  }
}
.ecs__component-corporatecallouts.ecs__component-corporatecallouts__internal .ecs__component-corporatecallouts__content__heading {
  font-size: 30px;
}
.ecs__component-corporatecallouts.ecs__component-corporatecallouts__internal .ecs__components__callout__mask {
  clip-path: url(#callout-clip);
  transition: 0.3s all ease-in-out;
}
.ecs__component-corporatecallouts.ecs__component-corporatecallouts__internal .ecs__components__callout__cta {
  display: none;
}
.ecs__component-corporatecallouts.ecs__component-corporatecallouts__internal .ecs__components__callout h3.ecs__components__callout__heading {
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts.ecs__component-corporatecallouts__internal .ecs__components__callout h3.ecs__components__callout__heading {
    font-size: 30px;
  }
}
.ecs__component-corporatecallouts__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecs__component-corporatecallouts__content.column {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts__content.column {
    padding: 0;
  }
}
.ecs__component-corporatecallouts__content__heading {
  color: #3d4543;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts__content__heading {
    font-size: 55px;
    line-height: 66px;
    padding-right: 36px;
  }
}
.ecs__component-corporatecallouts__content__intro {
  color: #3d4543;
}
.ecs__component-corporatecallouts__content__image {
  align-items: flex-end;
  display: flex;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts__content__image {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts__content__image img {
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__wrapper {
    width: calc(100% - 160px);
  }
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--1 {
    border-left: 6px solid #e07e37;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--1 .ecs__components__callout__cta {
  color: #e07e37;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--1 .ecs__components__callout__background {
  background-color: #e07e37;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--1 .ecs__components__callout__mask:after {
  background-color: #e07e37;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--2 {
    border-left: 6px solid #437ab1;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--2 .ecs__components__callout__cta {
  color: #437ab1;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--2 .ecs__components__callout__background {
  background-color: #437ab1;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--2 .ecs__components__callout__mask:after {
  background-color: #437ab1;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--3 {
    border-left: 6px solid #437ab1;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--3 .ecs__components__callout__cta {
  color: #437ab1;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--3 .ecs__components__callout__background {
  background-color: #437ab1;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--3 .ecs__components__callout__mask:after {
  background-color: #437ab1;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--4 {
    border-left: 6px solid #03384d;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--4 .ecs__components__callout__cta {
  color: #03384d;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--4 .ecs__components__callout__background {
  background-color: #03384d;
}
.ecs__component-corporatecallouts .ecs__components__callout__wrapper.index--4 .ecs__components__callout__mask:after {
  background-color: #03384d;
}
.ecs__component-corporatecallouts .ecs__components__callout {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout {
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    flex-direction: row;
    overflow: visible;
    width: calc(100% - 40px);
  }
}
.ecs__component-corporatecallouts .ecs__components__callout:hover .ecs__components__callout__mask {
  transform: translateX(calc(25% + 36px));
}
.ecs__component-corporatecallouts .ecs__components__callout:hover .ecs__components__callout__mask:after {
  opacity: 0.5;
}
.ecs__component-corporatecallouts .ecs__components__callout__content {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  line-height: 28px;
  min-width: 50%;
  padding: 16px 36px;
  text-align: center;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__content {
    align-items: flex-start;
    padding-right: 0;
    text-align: left;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__icon, .ecs__component-corporatecallouts .ecs__components__callout__heading, .ecs__component-corporatecallouts .ecs__components__callout__message {
  margin-bottom: 4px;
}
.ecs__component-corporatecallouts .ecs__components__callout__icon {
  width: 35px;
}
.ecs__component-corporatecallouts .ecs__components__callout__heading.h2 {
  color: #3d4543;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
}
.ecs__component-corporatecallouts .ecs__components__callout__message {
  color: #3d4543;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.ecs__component-corporatecallouts .ecs__components__callout__cta {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26px;
}
.ecs__component-corporatecallouts .ecs__components__callout__image-block {
  max-width: 320px;
  position: relative;
}
.ecs__component-corporatecallouts .ecs__components__callout__background {
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: calc(50% - 4px);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__background {
    display: none;
    width: 0;
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__mask {
  flex: 1;
  height: 100%;
  max-width: 250px;
  min-width: 250px;
  position: relative;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-corporatecallouts .ecs__components__callout__mask {
    max-width: none;
    transform: translateX(25%);
  }
}
.ecs__component-corporatecallouts .ecs__components__callout__mask:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 2;
}
.ecs__component-corporatecallouts .ecs__components__callout__mask-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.ecs_components__container-component-corporatehero svg {
  height: 0;
  width: 0;
}
.ecs__component-corporatehero {
  height: 650px;
  padding: 0;
}
.ecs__component-corporatehero__wrap {
  height: 100%;
}
.ecs__component-corporatehero__hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero {
    flex-direction: row;
  }
}
.ecs__component-corporatehero__hero:after, .ecs__component-corporatehero__hero:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.ecs__component-corporatehero__hero:after {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 400px;
  opacity: 0.5;
}
.ecs__component-corporatehero__hero:before {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}
.ecs__component-corporatehero__hero-background {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-corporatehero__hero-background img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ecs__component-corporatehero__hero-columns {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero-columns {
    flex-direction: row;
  }
}
.ecs__component-corporatehero__hero__quick-search__field {
  display: none;
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero__quick-search__field {
    display: block;
  }
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #adadad;
  border-radius: 0;
  height: 34px;
  line-height: 18px;
  margin-bottom: 16px;
  padding: 8px 48px;
  padding-left: 42px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero__quick-search__select.nice-select {
    margin-bottom: 0;
  }
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select:hover:after, .ecs__component-corporatehero__hero__quick-search__select.nice-select.open:after {
  background-color: #437ab1;
  transform: rotate(180deg);
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select:after {
  background-color: transparent;
  border: 1px solid #adadad;
  color: #fff;
  content: "";
  font-family: "studio-icon-font";
  height: 34px;
  margin-top: 0;
  padding: 8px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: background-color 0.3s ease-in-out;
  width: auto;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select .current {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select .list {
  border-radius: 0;
  margin-left: -1px;
  margin-top: 0;
  max-height: 180px;
  min-width: calc(100% + 2px);
  overflow: scroll;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select .option {
  position: relative;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select .option:after {
  background-color: #437ab1;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 16px;
  position: absolute;
  transition: 0.3s all ease-in-out;
  width: 0;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select .option:hover {
  background-color: transparent;
}
.ecs__component-corporatehero__hero__quick-search__select.nice-select .option:hover:after {
  width: calc(100% - 32px);
}
.ecs__component-corporatehero__hero__quick-search__bedrooms.nice-select:before {
  background-image: url("../../assets/images/icon_bed.svg");
}
.ecs__component-corporatehero__hero__quick-search__neighborhoods.nice-select:before {
  background-image: url("../../assets/images/icon_building.svg");
}
.ecs__component-corporatehero__hero__quick-search__pricing.nice-select:before {
  background-image: url("../../assets/images/icon_dollar.svg");
}
.ecs__component-corporatehero__hero__quick-search .button {
  background-color: #437ab1;
  color: #fff;
  padding: 8px 16px;
  width: 100%;
}
.ecs__component-corporatehero__hero__quick-search .button:hover {
  filter: brightness(75%);
}
.ecs__component-corporatehero__hero-content {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero-content {
    align-items: flex-start;
    height: auto;
  }
}
.ecs__component-corporatehero__hero-content .h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 44px;
  margin-bottom: 36px;
  max-width: 600px;
  padding: 0 24px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-transform: none;
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero-content .h1 {
    font-size: 56px;
    line-height: 65px;
    text-align: left;
  }
}
.ecs__component-corporatehero__hero-content__asset-search {
  padding: 0 24px;
  width: calc(100% - 48px);
}
.ecs__component-corporatehero__hero-asides {
  display: flex;
  flex-direction: row-reverse;
  flex-grow: 0;
  justify-content: flex-start;
  min-height: 140px;
  padding: 0;
  width: calc(100% + 80px);
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero-asides {
    bottom: auto;
    flex-direction: column;
    height: calc(100% + 32px);
    margin: -16px 0;
    max-width: 350px;
    min-height: 0;
    position: relative;
    width: calc(100% + 80px);
  }
}
.ecs__component-corporatehero__hero-aside {
  align-items: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  clip-path: url("#hero-clip");
  display: flex;
  flex: 1;
  margin-left: -90px;
  overflow: hidden;
  position: relative;
  width: calc(33% + 90px);
}
@media (min-width: 769px) {
  .ecs__component-corporatehero__hero-aside {
    height: 100%;
    margin: 16px 0;
    margin-left: -100px;
    max-height: calc(33% - 30px);
    min-width: 350px;
    width: 100%;
  }
}
.ecs__component-corporatehero__hero-aside-image {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
  width: 100%;
}
.ecs__component-corporatehero__hero__content {
  flex: 1;
  width: 100%;
}
.ecs_components__container.ecs_components__container-component-divider .ecs__component {
  padding-bottom: 0;
  padding-top: 0;
}
.ecs__component-divider hr.ecs__component-divider__divider {
  background-color: transparent;
  border: 0;
  border-bottom: 4px dotted #adadad;
  margin: 0;
}
.ecs_extra_bottom_padding.ecs_components__container.ecs_components__container-component-divider {
  padding-bottom: 40px;
}
.ecs_components__container-component-error404 {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-position: center;
  background-size: cover;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-error404 {
    padding: 50px;
    padding-left: 0;
  }
}
.ecs__component-error404 {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 769px) {
  .ecs__component-error404 {
    flex-direction: row;
  }
}
.ecs__component-error404__image {
  aspect-ratio: 1.2363;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-error404__image {
    min-width: 50%;
  }
}
.ecs__component-error404__content:not(.ecs__component-error404__content:last-child) {
  margin-bottom: 24px;
}
.ecs__component-error404__content__wrapper {
  padding: 50px;
}
.ecs__component-error404 .ecs_component__content-block__wrap {
  max-width: none;
}
.ecs_cards_error404 {
  position: relative;
}
.ecs_cards_error404::before {
  background-image: url("../../assets/images/background-red-paint-bottom-slant.png");
  background-position: center;
  background-size: cover;
  bottom: 0;
  content: "";
  height: calc(100% - 400px);
  left: 0;
  position: absolute;
  width: 100vw;
}
@media (min-width: 769px) {
  .ecs_cards_error404::before {
    height: 263px;
  }
}
.ecs_cards_error404 .ecs_component__cards__intro {
  margin: auto;
  margin-bottom: 64px;
  max-width: 620px;
  text-align: center;
}
.ecs_cards_error404 .ecs_headline {
  color: #437ab1;
  font-size: 150%;
  font-weight: 600;
  line-height: 36px;
}
.ecs_cards_error404 .ecs_introline {
  color: #2e3433;
  font-size: 200%;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 24px;
}
.ecs_cards_error404 .ecs_component__card__wrap {
  border-bottom: 4px solid #437ab1;
  padding: 8px;
  width: 100%;
}
.ecs_cards_error404 .ecs_component__card__wrap .ecs_component__card__column-images {
  padding: 8px 24px;
}
@media (min-width: 1024px) {
  .ecs_cards_error404 .ecs_component__card__wrap .ecs_component__card__column-images {
    padding: 36px 36px 8px;
  }
}
.ecs_cards_error404 .ecs_component__card__wrap .ecs_component__card__image {
  margin: auto;
  max-width: 88px;
}
.ecs_cards_error404 .ecs_component__card__wrap .ecs_component__card__content-wrap {
  overflow-wrap: break-word;
  padding: 0;
}
.ecs_cards_error404 .ecs_component__card__wrap .ecs_component__content-block__cta {
  display: none;
}
.ecs_components__container-component-faqcards .ecs__component-faqcards__wrapper.ecs__component-wrapper.container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.ecs_components__container-component-faqcards .ecs__component.ecs__component-faqcards.ecs__component-faqcards__standard::before {
  background: bottom / cover no-repeat url("../../assets/images/background_darkred_paint.png");
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.ecs_components__container-component-faqcards .ecs_intro_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.ecs_components__container-component-faqcards .ecs_intro_content .ecs_introline.introline {
  order: 0;
}
.ecs_components__container-component-faqcards .ecs_intro_content .ecs_h2.ecs_headline.headline {
  order: 1;
}
.ecs_components__container-component-faqcards .ecs_intro_content .ecs_h2.ecs_headline.headline {
  order: 2;
}
.ecs_components__container-component-faqcards .ecs_intro_content .ecs_content.content {
  order: 3;
}
.ecs_components__container-component-faqcards .ecs_intro_content .ecs_ctas.ctas {
  order: 4;
}
.ecs_components__container-component-faqcards .ecs_faqcards_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ecs_components__container-component-faqcards .ecs_faqcards_cards {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.ecs_components__container-component-faqcards .ecs_faqcards_card_heading {
  color: #2E3433;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 32px;
  text-align: center;
}
.ecs_components__container-component-faqcards .ecs_faqcards_top {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--UI-1, #E8E4E1);
  border-radius: 8px;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-faqcards .ecs_faqcards_top {
    flex-direction: row;
    padding: 48px 40px;
  }
}
.ecs_components__container-component-faqcards .ecs_faqcards_top .ecs_faqcards_topcard_link {
  margin-top: auto;
  min-width: 200px;
}
.ecs_components__container-component-faqcards .ecs_faqcards_top .ecs_faqcards_card_icon {
  min-width: 66px;
}
.ecs_components__container-component-faqcards .ecs_faqcards_top_content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.ecs_components__container-component-faqcards .ecs_faqcards_top_link {
  margin-top: auto;
}
.ecs_components__container-component-faqcards .ecs_faqcards_card_link {
  align-items: center;
  align-self: stretch;
  background: #FFF;
  border: 1px solid var(--UI-1, #E8E4E1);
  border-radius: 8px;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex: 1 0 0;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_components__container-component-faqcards .ecs_faqcards_card_link {
    flex-direction: column;
    min-width: calc(33.33% - 18px);
    padding: 32px 40px;
  }
}
@media (min-width: 1024px) {
  .ecs_components__container-component-faqcards .ecs_faqcards_card_link {
    min-width: calc(25% - 18px);
  }
}
.ecs_components__container-component-faqcards .ecs_faqcards_card_link .ecs_faqcards_card_content_left {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-faqcards .ecs_faqcards_card_link .ecs_faqcards_card_content_left {
    flex-direction: column;
    gap: 40px;
  }
}
.ecs_components__container-component-faqcards .ecs_faqcards_card_link .ecs_faqcards_card_icon {
  min-width: 66px;
}
.ecs_components__container-component-faqcards .ecs_faqcards_card_link .ecs_faqcards_arrowicon {
  display: block;
  min-width: 32px;
  min-height: 32px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-faqcards .ecs_faqcards_card_link .ecs_faqcards_arrowicon {
    display: none;
  }
}
.ecs__component-filteredproperties .ecs__component-filteredproperties__wrapper.ecs__component-wrapper.container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.ecs__component-filteredproperties__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.ecs__component-filteredproperties__intro .ecs__component-filteredproperties__headline.h2 {
  margin-bottom: 0;
  order: 2;
}
.ecs__component-filteredproperties__intro .ecs__component-filteredproperties__intro-line {
  color: #c22219;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  order: 1;
}
.ecs__component-filteredproperties__intro .ecs__component-filteredproperties__content {
  order: 3;
}
.ecs__component-filteredproperties__card {
  height: 100%;
  position: relative;
}
.ecs__component-filteredproperties__card__wrap {
  background-color: #fff;
  border-bottom: 4px solid #e07e37;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
  display: block;
  height: 100%;
}
.ecs__component-filteredproperties__card__image-wrap {
  display: block;
  padding-bottom: 300px;
  position: relative;
}
.ecs__component-filteredproperties__card__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-filteredproperties__card__community-badge {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  left: 28px;
  padding: 4px 8px;
  position: absolute;
  top: 28px;
}
.ecs__component-filteredproperties__card__title {
  padding: 16px;
}
.ecs__component-filteredproperties__card__title.h2 {
  color: #3d4543;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 18px;
}
.ecs__component-filteredproperties__card__content {
  display: inline-block;
  margin-bottom: 8px;
}
.ecs__component-filteredproperties__card__content-wrapper {
  border-top: 3px dotted #e4e4e4;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
}
.ecs__component-filteredproperties__bottom-cta {
  text-align: center;
}
.ecs__component-filteredproperties__bottom-cta .button {
  border-color: #fff;
  color: #fff;
  display: inline-block;
}
.ecs__component-filteredproperties__bottom-cta .button:hover {
  background-color: #fff;
  color: #437ab1;
}
.ecs__component-filteredproperties-red {
  position: relative;
  z-index: 1;
}
.ecs__component-filteredproperties-red .ecs__component-filteredproperties__wrapper, .ecs__component-filteredproperties-red .ecs_filtered_properties_slider {
  position: static;
}
.ecs__component-filteredproperties-red:after {
  background: bottom / cover no-repeat url("../../assets/images/background_darkred_paint.png");
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 260px);
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: 0;
}
.ecs__component-filteredproperties__featured.ecs__component-filteredproperties .ecs__component-filteredproperties__headline {
  text-align: center;
}
.ecs__component-filteredproperties__standard {
  padding-bottom: 120px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ecs__component-filteredproperties__standard {
    padding-bottom: 80px;
  }
}
.ecs__component-filteredproperties__standard .slick-slider .slick-track {
  align-items: stretch;
  display: flex;
}
.ecs__component-filteredproperties__standard .slick-slider .slick-slide {
  height: auto;
}
.ecs__component-filteredproperties__standard .slick-slider .slick-slide > div {
  height: 100%;
}
.ecs__component-filteredproperties__standard .slick-slider .slick-dots li {
  display: none;
}
@media (min-width: 769px) {
  .ecs__component-filteredproperties__standard .slick-slider .slick-list {
    min-width: 100vw;
    padding-left: 70px;
  }
}
@media (min-width: 1280px) {
  .ecs__component-filteredproperties__standard .slick-slider .slick-list {
    min-width: unset;
    padding-left: 0;
  }
}
.ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow {
  background-color: transparent;
  opacity: 1;
}
.ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow-left {
  bottom: 40px;
  left: 35%;
  right: unset;
}
@media (min-width: 769px) {
  .ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow-left {
    left: 40%;
  }
}
@media (min-width: 1024px) {
  .ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow-left {
    bottom: 20px;
    left: 46.5%;
  }
}
.ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow-right {
  bottom: 40px;
  right: 35%;
}
@media (min-width: 769px) {
  .ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow-right {
    right: 40%;
  }
}
@media (min-width: 1024px) {
  .ecs__component-filteredproperties__standard .slick-slider .ecs__components__slider__arrow-right {
    bottom: 20px;
    right: 46.5%;
  }
}
.ecs_card_cta_red .ecs__component-filteredproperties__card__content-wrapper {
  padding: 16px 0 0 0;
  margin: 0 16px 16px;
}
.ecs_card_cta_red .ecs__component-filteredproperties__card__wrap {
  border-bottom-color: #c22219;
}
.ecs_card_cta_red .ecs__component-filteredproperties__card__layouts {
  margin-bottom: 16px;
}
.ecs_card_cta_red .ecs_a .ecs_span {
  color: #c22219;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 16px;
  /* 160% */
  text-transform: uppercase;
}
.ecs_card_cta_red .ecs_a .ecs_icon {
  display: none;
}
.ecs__component-feesheet__standard .ecs_feesheet_wrap {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ecs__component-feesheet__standard .ecs_intro_content {
  align-items: center;
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 124px;
  padding: 48px 24px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .ecs__component-feesheet__standard .ecs_intro_content {
    padding: 40px 80px;
  }
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_h2.ecs_headline.headline {
  color: #fff;
  font-size: 36px;
  order: 2;
  text-align: center;
  text-shadow: 1.745px 2.327px 11.634px rgba(0, 0, 0, 0.2);
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_introline {
  color: #fff;
  order: 1;
}
.ecs__component-feesheet__standard .ecs_intro_content .content {
  color: #fff;
  order: 3;
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
  order: 4;
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_button {
  border-color: #fff;
  color: #fff;
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_feesheet_arrow {
  position: absolute;
  scale: 0.5;
}
@media (min-width: 769px) {
  .ecs__component-feesheet__standard .ecs_intro_content .ecs_feesheet_arrow {
    scale: 1;
  }
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_feesheet_arrow.ecs_left_arrow {
  left: -28px;
  top: 0%;
}
@media (min-width: 769px) {
  .ecs__component-feesheet__standard .ecs_intro_content .ecs_feesheet_arrow.ecs_left_arrow {
    left: -2%;
    top: 7%;
  }
}
.ecs__component-feesheet__standard .ecs_intro_content .ecs_feesheet_arrow.ecs_right_arrow {
  bottom: 0%;
  right: -28px;
}
@media (min-width: 769px) {
  .ecs__component-feesheet__standard .ecs_intro_content .ecs_feesheet_arrow.ecs_right_arrow {
    bottom: 7%;
    right: -2%;
  }
}
.ecs_fee_blocks .ecs_fee_category_headers, .ecs_fee_blocks .ecs_fee_block_total, .ecs_fee_blocks .ecs_fee_block_total_disclaimer, .ecs_fee_blocks .ecs_fee_category_top {
  display: none;
}
.ecs_fee_blocks .ecs_fee_block .ecs_fee_block_wrap {
  background: #fff;
  border: 1.163px solid #437ab1;
  border-radius: 8px;
}
.ecs_fee_blocks .ecs_fee_block .ecs_fee_block_top {
  align-items: center;
  align-self: stretch;
  background: rgba(67, 122, 177, 0.4);
  border-radius: 8px 8px 0 0;
  display: flex;
  gap: 4.654px;
  padding: 16px 40px;
}
.ecs_fee_blocks .ecs_fee_block .ecs_fee_block_bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.ecs_fee_blocks .ecs_fee_block .ecs_h2.ecs_fee_block_title {
  color: #437ab1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 0;
}
.ecs_fee_blocks .ecs_fee_category {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
}
.ecs_fee_blocks .ecs_fee_category .ecs_table {
  width: 100%;
}
.ecs_fee_blocks .ecs_fee_category .ecs_fee_item_name {
  padding-right: 8px;
  width: 50%;
}
@media (min-width: 1024px) {
  .ecs_fee_blocks .ecs_fee_category .ecs_fee_item_name {
    width: 73%;
  }
}
.ecs_fee_blocks .ecs_fee_category .ecs_fee_item_name, .ecs_fee_blocks .ecs_fee_category .ecs_fee_item_amount {
  color: #414141;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  /* 213.333% */
  padding-bottom: 8px;
}
@media (min-width: 769px) {
  .ecs_fee_blocks .ecs_fee_category .ecs_fee_item_name, .ecs_fee_blocks .ecs_fee_category .ecs_fee_item_amount {
    font-size: 18px;
    font-weight: 600;
  }
}
.ecs_fee_blocks .ecs_fee_category .ecs_fee_item_amount {
  color: #1E1E1E;
  text-align: right;
  width: 50%;
}
@media (min-width: 1024px) {
  .ecs_fee_blocks .ecs_fee_category .ecs_fee_item_amount {
    width: 27%;
  }
}
.ecs_fee_block:nth-child(2) {
  order: 2;
}
.ecs_fee_block:nth-child(1) {
  order: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_fee_block:nth-child(1) {
    width: 100%;
  }
}
.ecs_fee_block:nth-child(3) {
  order: 4;
}
.ecs_fee_block:nth-child(4) {
  order: 3;
}
.ecs_fee_block_bottom_disclaimer {
  color: #717171;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}
.ecs_fee_block_disclaimer {
  order: 6;
}
.ecs_fee_block_disclaimer .ecs_disclaimer {
  align-items: flex-start;
  align-self: stretch;
  background: #fff;
  border: 1px solid #437ab1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 6;
  padding: 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_fee_block_disclaimer .ecs_disclaimer {
    padding: 40px;
  }
}
.ecs_fee_block_disclaimer .ecs_disclaimer_h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
}
.ecs_fee_subcategory_heading {
  color: var(--Content-1, #1E1E1E);
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  /* 177.778% */
  margin-bottom: 16px;
}
.ecs_fee_subcategory_divider {
  background-color: #A6C3C8;
  height: 1px;
  margin-top: 0;
}
.ecs_fee_subcategory_disclaimer {
  color: var(--Content-3, #717171);
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 16px;
}
.ecs_component__flexible-text__column {
  gap: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ecs__component-fullwidthcontent {
  text-align: center;
}
.ecs__component-fullwidthcontent-headline {
  color: #2e3433;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 38px;
  margin-bottom: 8px;
}
.ecs__component-fullwidthcontent-headline:not(.ecs__component-fullwidthcontent-headline:last-child) {
  margin-bottom: 16px;
}
.ecs__component-fullwidthcontent-content:not(.ecs__component-fullwidthcontent-content:last-child) {
  margin-bottom: 36px;
}
.ecs__component-fullwidthcontent-ctas .column:nth-child(even) .button {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ecs__component-fullwidthcontent-ctas .column:nth-child(even) .button:after {
  content: "";
  display: inline-flex;
  font-family: "studio-icon-font";
  margin-left: 8px;
  transform: rotate(-45deg);
}
.ecs__component-fullwidthcontent-ctas .column:nth-child(even) .button:hover {
  background: transparent;
  border: 0;
  color: #3d4543;
}
.ecs__component-fullwidthcontent__quote {
  padding: 0;
  text-align: left;
}
.ecs__component-fullwidthcontent__quote__wrap {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs__component-fullwidthcontent__quote__wrap {
    padding: 104px 80px;
  }
}
.ecs__component-fullwidthcontent__quote__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 16px;
  max-width: 1344px;
  position: relative;
  text-align: left;
}
@media (min-width: 769px) {
  .ecs__component-fullwidthcontent__quote__content {
    font-size: 35px;
    line-height: 45px;
    padding: 0 36px;
    text-align: center;
  }
}
.ecs__component-fullwidthcontent__quote__content:before, .ecs__component-fullwidthcontent__quote__content:after {
  color: #e07e37;
  font-family: sans-serif;
  font-size: 56px;
  font-weight: 700;
  transform: translateY(16px);
}
@media (min-width: 769px) {
  .ecs__component-fullwidthcontent__quote__content:before, .ecs__component-fullwidthcontent__quote__content:after {
    font-size: 72px;
    position: absolute;
  }
}
.ecs__component-fullwidthcontent__quote__content:before {
  content: "“";
}
@media (min-width: 769px) {
  .ecs__component-fullwidthcontent__quote__content:before {
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
.ecs__component-fullwidthcontent__quote__content:after {
  content: "”";
}
@media (min-width: 769px) {
  .ecs__component-fullwidthcontent__quote__content:after {
    bottom: 0;
    right: 0;
  }
}
.ecs__component-fullwidthcontent__quote__byline {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: italic;
  max-width: 1344px;
  text-align: left;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-fullwidthcontent__quote__byline {
    padding: 0 36px;
    text-align: center;
  }
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_narrow .ecs__component-fullwidthcontent, .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_narrow .ecs_intro_content {
  margin: 0 auto;
  max-width: 1060px;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers {
  text-align: center;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_intro_content, .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_intro_content .ecs_headline, .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__content-wrap .ecs_headline {
  margin-bottom: 0;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_intro_content, .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__content-wrap {
  gap: 16px;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-wrapper {
  padding: 24px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-wrapper {
    padding: 64px;
  }
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__image-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__image-wrap:after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__image-wrap .ecs_picture {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__image-wrap .ecs_img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__content-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px;
  text-align: center;
  z-index: 3;
}
@media (min-width: 769px) {
  .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__component-fullwidthcontent__content-wrap {
    max-width: 612px;
    padding: 64px 80px;
  }
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title {
  background-color: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title:hover, .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title.btn--active {
  background-color: #437ab1;
  color: #fff;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title--arrow {
  border: 0;
  margin-right: 24px;
  padding: 0;
  padding-right: 8px;
  position: relative;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title--arrow:hover {
  background-color: transparent;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title--arrow:before {
  background-color: #437ab1;
  content: "";
  height: 2px;
  left: calc(100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  width: 12px;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title--arrow:after {
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  font-size: 12px;
  left: calc(100% + 3px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title--arrow:hover:before {
  width: 20px;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs__components__cta__title--arrow:hover:after {
  left: calc(100% + 11px);
}
@media (min-width: 769px) {
  .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_ctas {
    margin-bottom: 48px;
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_ctas .ecs_button:last-child {
  border-color: transparent;
  display: inline-flex;
  gap: 8px;
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_ctas .ecs_button:last-child:after {
  content: "";
  font-family: "studio-icon-font";
  transform: rotate(-45deg);
}
.ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_ctas .ecs_button:last-child:hover:after, .ecs_components__container-component-fullwidthcontent.ecs_fullwidth_careers .ecs_ctas .ecs_button:last-child:focus:after {
  transform: rotate(0deg);
}
.ecs__component-funnel .ecs_intro_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.ecs__component-funnel .ecs_intro_content .ecs_headline {
  margin-bottom: 0;
}
.ecs_component__gallery {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.ecs_component__gallery__wrap {
  margin-bottom: 80px;
  width: 100%;
}
.ecs_component__gallery__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .ecs_component__gallery__buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecs_component__gallery__buttons .button {
  cursor: pointer;
  margin: 4px;
}
.ecs_component__gallery__item {
  aspect-ratio: 1.3333333333;
  width: 100%;
}
.ecs_component__gallery__item img, .ecs_component__gallery__item .ecs_picture {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs_component__gallery a.ecs_component__gallery__item {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.ecs_component__gallery a.ecs_component__gallery__item img, .ecs_component__gallery a.ecs_component__gallery__item .ecs_picture {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs_component__gallery .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 16px;
  height: auto;
  left: auto;
  min-height: 24px;
  min-width: 24px;
  opacity: 1;
  right: 16px;
  top: auto;
  width: auto;
}
.ecs_component__gallery .overlay .icon {
  font-size: 24px;
}
.ecs_component__gallery__item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.ecs__component__gallery__group {
  align-items: flex-start;
  justify-content: flex-start;
}
.ecs__component-greenhouse__wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.ecs__component-greenhouse .ecs_intro_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.property-page .ecs__component-hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 200px);
}
.property-page .ecs__component-hero:after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -400px;
  clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  content: "";
  display: block;
  height: 800px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .property-page .ecs__component-hero:after {
    clip-path: polygon(0 200px, 100% 0%, 100% calc(100% - 200px), 0% 100%);
  }
}
.property-page .ecs__component-hero .ecs_hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  z-index: 1;
}
.property-page .ecs__component-hero .ecs_hero_background {
  z-index: 2;
}
.property-page .ecs__component-hero .ecs_hero_container {
  z-index: 10;
}
.property-page .ecs__component-hero .hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.property-page .ecs__component-hero .ecs_headline {
  font-weight: 700;
  order: 2;
}
@media (min-width: 769px) {
  .property-page .ecs__component-hero .ecs_headline {
    font-size: 52px;
    line-height: 60px;
  }
}
.property-page .ecs__component-hero .ecs_introline {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.32px;
  line-height: 24px;
  order: 1;
  text-transform: none;
}
.property-page .ecs__component-hero .ecs_content {
  order: 3;
}
.property-page .ecs__component-hero .ecs_ctas {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  order: 4;
}
.property-page .ecs__component-hero .ecs_ctas .ecs_button {
  border-color: #fff;
  color: #fff;
}
.property-page .ecs__component-hero .ecs_ctas .ecs_button:hover {
  background-color: #fff;
  color: #437ab1;
}
.property-page .ecs__component-hero .ecs_market_search {
  display: none;
}
.property-page .ecs__component-hero .ecs_hero_overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.ecs__component-hero__single_image_with_cards {
  position: relative;
}
.ecs__component-hero__single_image_with_cards.ecs__component {
  padding: 0;
}
.ecs__component-hero__single_image_with_cards:after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -400px;
  clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  content: "";
  display: block;
  height: 800px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs__component-hero__single_image_with_cards:after {
    clip-path: polygon(0 200px, 100% 0%, 100% calc(100% - 200px), 0% 100%);
  }
}
.ecs__component-hero__single_image_with_cards .hero {
  background-position: center;
  height: auto;
  margin-bottom: 100px;
  padding: 16px 0;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-hero__single_image_with_cards .hero {
    height: calc(80vh - 200px);
    min-height: 450px;
    padding: 0;
  }
}
.ecs__component-hero__single_image_with_cards .hero:after, .ecs__component-hero__single_image_with_cards .hero:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ecs__component-hero__single_image_with_cards .hero:after {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 400px;
  opacity: 0.5;
}
.ecs__component-hero__single_image_with_cards .hero:before {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.ecs__component-hero__single_image_with_cards .hero .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-bottom: -80px;
  padding: 80px 20px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-hero__single_image_with_cards .hero .container {
    bottom: -60px;
    height: calc(100% + 100px);
    justify-content: flex-end;
    left: 50%;
    margin-bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}
.ecs__component-hero__single_image_with_cards .hero .introline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.ecs__component-hero__single_image_with_cards .hero .headline {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .ecs__component-hero__single_image_with_cards .hero .headline {
    font-size: 56px;
    line-height: 65px;
  }
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__intro {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas {
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__intro {
  font-size: 14px;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card {
  aspect-ratio: 1.538;
  background-position: top center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  min-width: 0;
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  width: 100%;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 1;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card:hover:after {
  opacity: 1;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card__text {
  position: relative;
  z-index: 2;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards .ecs_picture .ecs_img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card {
  overflow: hidden;
  position: relative;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card__background img {
  object-fit: cover;
  object-position: center;
}
.ecs__component-hero__single_image_with_cards .ecs__component-hero__ctas__cards__card__text {
  line-height: 1.875;
}
.home .ecs_components__container-component-hero {
  z-index: 2;
}
@media (min-width: 769px) {
  .home .ecs_components__container-component-hero .hero {
    height: 692px;
  }
}
.home .ecs_components__container-component-hero .ecs__component-hero__single_image, .home .ecs_components__container-component-hero .ecs__component-hero__single_image_with_marketsearch {
  padding: 0;
}
.home .ecs_components__container-component-hero .hero__cta {
  display: none;
}
.home .ecs_components__container-component-hero .hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1040px;
}
.home .ecs_components__container-component-hero .plyr--stopped .plyr__control[data-plyr="play"] {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 15" fill="none"><path d="M14 5.28986L17.48 3.15021C17.6313 3.05809 17.8044 3.00798 17.9816 3.0047C18.1587 3.00143 18.3334 3.04519 18.488 3.13166C18.6427 3.21812 18.7716 3.34427 18.8616 3.49689C18.9515 3.64951 18.9993 3.82267 19 3.99982V10.9998C18.9993 11.177 18.9515 11.3511 18.8616 11.5037C18.7716 11.6564 18.6427 11.7825 18.488 11.869C18.3334 11.9554 18.1587 11.9992 17.9816 11.9959C17.8044 11.9926 17.6313 11.9425 17.48 11.8504L14 9.70978" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11 1H4C2.34315 1 1 2.34315 1 4V11C1 12.6569 2.34315 14 4 14H11C12.6569 14 14 12.6569 14 11V4C14 2.34315 12.6569 1 11 1Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}
.home .ecs_components__container-component-hero .plyr--stopped .plyr__control[data-plyr="play"] svg {
  display: none;
}
.home .ecs_components__container-component-hero .plyr--stopped .plyr__volume {
  display: none;
}
.home .ecs_components__container-component-hero .plyr .plyr__control[data-plyr="play"] {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 200px;
  bottom: 56px;
  display: flex;
  height: 54px;
  justify-content: center;
  position: absolute;
  position: absolute;
  right: 0;
  right: 72px;
  width: 54px;
  z-index: 2;
}
.home .ecs_components__container-component-hero .plyr .plyr__control[data-plyr="play"]:focus, .home .ecs_components__container-component-hero .plyr .plyr__control[data-plyr="play"]:hover {
  background-color: #e1251b;
}
.home .ecs_components__container-component-hero .plyr .plyr__volume {
  bottom: 8px;
  position: absolute;
  right: 8px;
}
.home .ecs_components__container-component-hero .plyr .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, #e1251b var(--value, 0), transparent var(--value, 0));
}
.home .ecs_components__container-component-hero .plyr .plyr__volume plyr__control.plyr__tab-focus, .home .ecs_components__container-component-hero .plyr .plyr__volume .plyr__control:hover, .home .ecs_components__container-component-hero .plyr .plyr__volume .plyr__control[aria-expanded=true] {
  background-color: #e1251b;
}
.home .ecs_components__container-component-hero .plyr__controls {
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 43.41%, rgba(0, 0, 0, 0.8) 95.98%);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home .ecs_components__container-component-hero .plyr__poster, .home .ecs_components__container-component-hero .ecs_plyr_loading::after {
  background: url("../../assets/images/redpeak-video-placeholder.jpg") center / cover no-repeat !important;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home .ecs_components__container-component-hero .ecs_hero_container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  padding: 40px;
  z-index: 1;
  /* H1/Desktop */
  /* Misc/Hero */
}
@media (min-width: 769px) {
  .home .ecs_components__container-component-hero .ecs_hero_container {
    height: calc(100% - 110px);
    left: 0;
    padding: 112px 88px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.home .ecs_components__container-component-hero .ecs_hero_container .headline, .home .ecs_components__container-component-hero .ecs_hero_container .introline, .home .ecs_components__container-component-hero .ecs_hero_container .ecs_content, .home .ecs_components__container-component-hero .ecs_hero_container .cta {
  color: #FFF;
  margin-bottom: 0;
  text-align: left;
}
.home .ecs_components__container-component-hero .ecs_hero_container .headline {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 20px;
  /* 125% */
  text-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}
.home .ecs_components__container-component-hero .ecs_hero_container .introline {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 116.667% */
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: none;
}
.home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button {
  background-color: transparent;
  border: solid 1px white;
  color: white;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: normal;
  line-height: 20px;
  /* 125% */
  padding: 12px 24px;
  text-transform: none;
}
.home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button::before {
  content: unset;
  font-family: "studio-icon-font";
}
.home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button::after {
  content: unset;
  font-family: "studio-icon-font";
}
.home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button:hover, .home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button:focus {
  background-color: #e1251b;
  color: white;
}
.home .ecs_components__container-component-hero .ecs_form.ecs_market_search {
  align-items: stretch;
  background: #FFF;
  box-shadow: -2px 4px 20px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .home .ecs_components__container-component-hero .ecs_form.ecs_market_search {
    align-items: center;
    bottom: -48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    left: 88px;
    position: absolute;
    width: auto;
  }
}
.home .ecs_components__container-component-hero .ecs_form.ecs_market_search > div {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.home .ecs_components__container-component-hero .ecs_form.ecs_market_search .ecs_icon {
  display: none;
}
.home .ecs_components__container-component-hero .ecs_form.ecs_market_search .ecs_select {
  align-items: center;
  background: #FFF;
  border: 1px solid #D2D5D9;
  border-radius: 0;
  color: #1E1C1B;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  padding-left: 16px;
}
.home .ecs_components__container-component-hero .ecs_form.ecs_market_search .ecs_select .option.selected {
  font-weight: 500;
}
.home .ecs_hide_market_search .ecs_form.ecs_market_search {
  display: none !important;
}
.ecs_component_images_tab .ecs_intro_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto;
  margin-bottom: 48px;
  max-width: 712px;
  text-align: center;
}
.ecs_component_images_tab .ecs_intro_content .ecs_headline {
  margin-bottom: 0;
}
.ecs_component_images_tab .ecs_image_tabs_navigation.ecs_tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 48px;
}
.ecs_component_images_tab .ecs_a.item {
  align-items: center;
  background-color: transparent;
  border: solid 1px #365B50;
  color: #365B50;
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 1.92px;
  line-height: 16px;
  padding: 16px 24px;
  text-transform: uppercase;
}
.ecs_component_images_tab .ecs_a.item:hover, .ecs_component_images_tab .ecs_a.item:focus, .ecs_component_images_tab .ecs_a.item.active {
  background-color: #365B50;
  color: white;
}
.ecs_component_images_tab .ecs_image_row {
  align-items: stretch;
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
.ecs_component_images_tab .ecs_picture, .ecs_component_images_tab .ecs_img {
  aspect-ratio: 1.2;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs_component_images_tab .ecs_image_container {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_component_images_tab .ecs_image_container {
    width: 50%;
  }
}
.ecs_component_images_tab .ecs_image_container::after {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  bottom: 24px;
  color: white;
  content: "Before";
  display: flex;
  display: inline-flex;
  justify-content: center;
  left: 24px;
  padding: 8px 17px 8px 16px;
  position: absolute;
}
.ecs_component_images_tab .ecs_image_container.ecs_after_image::after {
  content: "After";
}
.ecs__component-pageintro {
  margin-bottom: 36px;
  padding: 0 !important;
}
.ecs__component-pageintro_image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-pageintro_image .ecs_img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs__component-pageintro__hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 275px;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-pageintro__hero {
    min-height: calc(100vh - 400px);
  }
}
.ecs__component-pageintro__hero:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ecs__component-pageintro__hero__headline {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 80px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-pageintro__hero__headline {
    font-size: 56px;
    line-height: 72px;
  }
}
.ecs__component-pageintro__hero__intro-line {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 16px;
  text-align: center;
  text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  z-index: 2;
  font-size: 14px;
  letter-spacing: 1.75px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-pageintro__hero__intro-line {
    font-size: 16px;
    line-height: 20px;
  }
}
.ecs__component-pageintro__hero__intro-content {
  text-align: center;
  width: 100%;
  z-index: 2;
}
.ecs__component-pageintro__hero__content {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 16px;
  margin-top: -80px;
  max-width: calc(100% - 32px);
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (min-width: 769px) {
  .ecs__component-pageintro__hero__content {
    margin: 16px auto;
    margin-top: -80px;
    max-width: 960px;
  }
}
.ecs__component-pageintro__hero__content .column {
  padding-bottom: 6px;
  padding-top: 6px;
}
.ecs__component-pageintro__hero__content__item {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 14px;
  text-transform: uppercase;
}
.ecs__component-pageintro__hero__content__item-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 14px;
  padding-right: 16px;
  position: relative;
  text-transform: uppercase;
}
.ecs__component-pageintro__hero__content__item-link:before {
  background-color: #437ab1;
  content: "";
  height: 2px;
  left: calc(100% - 5px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  width: 12px;
}
.ecs__component-pageintro__hero__content__item-link:after {
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  left: calc(100% - 2px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.ecs__component-pageintro__hero__content__item-link:hover:before {
  width: 20px;
}
.ecs__component-pageintro__hero__content__item-link:hover:after {
  left: calc(100% + 6px);
}
.ecs__component-pageintro__hero__messaging {
  max-width: calc(75vw - 24px);
  padding: 16px 24px;
}
@media (min-width: 769px) {
  .ecs__component-pageintro__hero__messaging {
    max-width: unset;
    padding: 36px 80px;
  }
}
.ecs__component-pageintro__hero__links-wrap {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ecs__component-pageintro__hero__lines {
  bottom: 0;
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.ecs__component-pageintro__hero__lines .line {
  background: #437ab1;
  bottom: 0;
  height: 100px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.ecs__component-pageintro__hero__lines .line-1 {
  bottom: 16px;
  clip-path: polygon(100% calc(100% - 100px), 100% calc(100% - 105px), 50% calc(100% - 5px), 0 calc(100% - 105px), 0 calc(100% - 100px), 50% calc(100% + 0px));
  height: 108px;
  margin-top: -2px;
}
.ecs__component-pageintro__hero__lines .line-2 {
  bottom: -4px;
  clip-path: polygon(100% calc(100% - 100px), 100% calc(100% - 110px), 50% calc(100% - 10px), 0 calc(100% - 110px), 0 calc(100% - 100px), 50% calc(100% + 0px));
  height: 112px;
  opacity: 1;
}
.ecs__component-pageintro__hero__lines .line-3 {
  bottom: -20px;
  clip-path: polygon(100% calc(100% - 100px), 100% calc(100% - 105px), 50% calc(100% - 5px), 0 calc(100% - 105px), 0 calc(100% - 100px), 50% calc(100% + 0px));
  height: 108px;
}
.corporate-page .ecs__component-pageintro__intro, .archive .ecs__component-pageintro__intro {
  margin-bottom: 36px;
}
.corporate-page .ecs__component-pageintro__hero, .archive .ecs__component-pageintro__hero {
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
  flex-direction: column-reverse;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.corporate-page .ecs__component-pageintro__hero:after, .archive .ecs__component-pageintro__hero:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.corporate-page .ecs__component-pageintro__hero__content, .archive .ecs__component-pageintro__hero__content {
  background: transparent;
  border-bottom: 0;
  bottom: calc(50% + 0px);
  box-shadow: none;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.corporate-page .ecs__component-pageintro__hero__messaging, .archive .ecs__component-pageintro__hero__messaging {
  padding: 0;
}
.corporate-page .ecs__component-pageintro__hero__headline, .archive .ecs__component-pageintro__hero__headline {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.corporate-page .ecs__component-pageintro__hero__intro-line, .archive .ecs__component-pageintro__hero__intro-line {
  color: #fff;
  position: relative;
  z-index: 2;
}
.corporate-page .ecs__component-pageintro__hero__intro-content, .archive .ecs__component-pageintro__hero__intro-content {
  display: none;
  position: relative;
  z-index: 2;
}
.corporate-page .ecs__component-pageintro__hero__lines, .archive .ecs__component-pageintro__hero__lines {
  display: block;
}
.ecs_orange {
  color: #ff9e18;
}
.ecs_corporate_intro .ecs__component-pageintro, .corporate-page .ecs_corporate_intro .ecs__component-pageintro {
  border-bottom: 4px solid #437ab1;
}
.ecs_corporate_intro .ecs__component-pageintro__hero, .corporate-page .ecs_corporate_intro .ecs__component-pageintro__hero {
  align-items: flex-start;
  clip-path: none;
  justify-content: flex-start;
  position: relative;
}
.ecs_corporate_intro .ecs__component-pageintro__hero__lines, .corporate-page .ecs_corporate_intro .ecs__component-pageintro__hero__lines {
  display: none !important;
}
.ecs_corporate_intro .ecs__component-pageintro__hero:after, .corporate-page .ecs_corporate_intro .ecs__component-pageintro__hero:after {
  background-image: url("../../assets/images/background-blue-paint.jpg");
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0% 0%, calc(0% + 32px) 0%, 100% 50%, calc(0% + 32px) 100%, 0% 100%, calc(100% - 32px) 50%);
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  right: 24px;
  width: 150px;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs_corporate_intro .ecs__component-pageintro__hero:after, .corporate-page .ecs_corporate_intro .ecs__component-pageintro__hero:after {
    right: 88px;
    width: 300px;
  }
}
.ecs_corporate_intro .ecs__component-pageintro__hero__content, .corporate-page .ecs_corporate_intro .ecs__component-pageintro__hero__content {
  align-items: flex-start;
  background-color: #03384d;
  background-image: url("../../assets/images/background-blue-paint.jpg");
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 118px) 0, 100% 50%, calc(100% - 118px) 100%, 0 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 24px;
  top: auto;
  transform: none;
}
@media (min-width: 769px) {
  .ecs_corporate_intro .ecs__component-pageintro__hero__content, .corporate-page .ecs_corporate_intro .ecs__component-pageintro__hero__content {
    clip-path: polygon(0 0, calc(100% - 268px) 0, 100% 50%, calc(100% - 268px) 100%, 0 100%);
    padding: 88px;
  }
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__headline, .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__intro-content, .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__intro-line, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__headline, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__intro-content, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__intro-line {
  text-align: left;
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links {
  border-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding: 36px 0 0 0;
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__links-wrap, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__links-wrap {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin: 0;
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .column.is-narrow, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .column.is-narrow {
  padding: 0 !important;
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 1.92px;
  max-width: calc(59vw - 24px);
  min-width: 140px;
  padding: 12px 24px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link {
    max-width: unset;
  }
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link::before, .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link::after, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link::before, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link::after {
  content: unset;
}
.ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link:hover, .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link:focus, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link:hover, .corporate-page .ecs_corporate_intro .ecs__component-pageintro .ecs__component-pageintro__hero__links .ecs__component-pageintro__hero__content__item-link:focus {
  background-color: #fff;
  color: #9c182f;
}
.ecs_components__leasingoffice__properties .ecs_headline {
  margin-bottom: 40px;
  text-align: center;
}
.ecs_components__leasingoffice__properties:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% - 200px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs_components__leasingoffice__properties:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
.ecs_components__leasingoffice .ecs_hr {
  border: 0;
  border-top: 3px dotted #e4e4e4;
  width: 100%;
}
.ecs_components__leasingoffice__propertygrid .ecs_content, .ecs_components__leasingoffice__propertygrid .ecs_cta {
  padding: 16px;
}
.ecs_components__leasingoffice__propertygrid .ecs_cta {
  padding-top: 0;
}
.ecs_components__leasingoffice__propertygrid .ecs_cta .ecs_a {
  background-color: #437ab1;
  border: 1px solid #437ab1;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 8px 16px;
}
.ecs_components__leasingoffice__propertygrid .ecs_cta .ecs_a:hover {
  background-color: transparent;
  color: #437ab1;
}
.ecs_components__leasingoffice__propertygrid-wrap {
  align-items: stretch;
}
.ecs_components__leasingoffice .ecs_content {
  color: #595b5f;
  font-size: 14px;
  line-height: 24px;
}
.ecs_components__leasingoffice .ecs_property_wrap {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.ecs_components__leasingoffice .ecs_property .property_image {
  border-radius: 2px 2px 0 0;
  display: block;
  overflow: hidden;
}
.ecs_components__leasingoffice .ecs_property .ecs_title {
  color: #3d4543;
  font-size: 18px;
}
.ecs_components__leasingoffice .ecs_property .bed_counts {
  margin-bottom: 16px;
}
.ecs_components__leasingoffice .ecs_property .ecs_address {
  margin-bottom: 16px;
}
.ecs_components__leasingoffice .ecs_property .ecs_phone {
  text-decoration: underline;
}
.ecs_components__leasingoffice .ecs_property .property_website {
  color: #437ab1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-decoration: underline;
  text-transform: uppercase;
}
.ecs_components__leasingoffice .ecs_property .property_links {
  display: flex;
  flex-direction: row;
}
.ecs_components__leasingoffice .ecs_property .property_links_columns {
  display: flex;
  flex-direction: row;
  width: calc(100% + 1rem);
}
@media (min-width: 769px) {
  .ecs_components__leasingoffice .ecs_property .property_links_columns {
    width: calc(100% + 1.5rem);
  }
}
.ecs_components__leasingoffice .ecs_property .property_availability {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}
.ecs_components__leasingoffice .nice-select {
  background-color: #fff;
  border-color: #437ab1;
  border-radius: 2px;
  height: 40px;
}
.ecs_components__leasingoffice .nice-select.open {
  background-color: #437ab1;
}
.ecs_components__leasingoffice .nice-select.open .current {
  color: #fff;
}
.ecs_components__leasingoffice .nice-select.open:after {
  border-color: #fff;
}
.ecs_components__leasingoffice .nice-select .current {
  color: #437ab1;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}
.ecs_components__leasingoffice .nice-select .list {
  border: 1px solid #adadad;
  border-radius: 2px;
  top: calc(100% + 8px);
}
.ecs_components__leasingoffice .nice-select .option {
  letter-spacing: normal;
  text-transform: none;
}
.ecs_components__leasingoffice .nice-select .option:hover {
  color: #3d4543;
}
.ecs_components__leasingoffice .nice-select .option:not(:last-of-type) {
  border-bottom: 1px solid #adadad;
}
.ecs_components__leasingoffice__map {
  height: 400px;
}
@media (min-width: 769px) {
  .ecs_components__leasingoffice__map {
    height: 600px;
  }
}
.ecs__component-lists .ecs_listsection:not(.ecs__component-lists .ecs_listsection:last-child) {
  margin-bottom: 40px;
}
.ecs__component-lists .ecs_introcontent {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ecs__component-lists .ecs_introcontent:not(.ecs__component-lists .ecs_introcontent:last-child) {
  margin-bottom: 24px;
}
.ecs__component-lists .ecs_introcontent .ecs_h2 {
  color: #737b32;
}
.ecs__component-lists .ecs_introcontent .introline {
  order: 1;
}
.ecs__component-lists .ecs_introcontent .headline {
  order: 2;
}
.ecs__component-lists .ecs_introcontent .ecs_content:not(.ecs__component-lists .ecs_introcontent .ecs_content:last-child), .ecs__component-lists .ecs_introcontent .ecs_ctas:not(.ecs__component-lists .ecs_introcontent .ecs_content:last-child), .ecs__component-lists .ecs_introcontent .ecs_content:not(.ecs__component-lists .ecs_introcontent .ecs_ctas:last-child), .ecs__component-lists .ecs_introcontent .ecs_ctas:not(.ecs__component-lists .ecs_introcontent .ecs_ctas:last-child) {
  margin-bottom: 16px;
}
.ecs__component-lists .ecs_introcontent .ecs_content {
  order: 3;
}
.ecs__component-lists .ecs_introcontent .ecs_ctas {
  order: 4;
}
.ecs__component-locationscards__wrap.columns {
  align-items: stretch;
}
.ecs__component-locationscards__card {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs__component-locationscards__card:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.ecs__component-locationscards__card-image-wrap, .ecs__component-locationscards__card-content {
  flex: 1;
  height: 100%;
  min-height: 50%;
}
.ecs__component-locationscards__card-image-wrap {
  position: relative;
  width: 100%;
}
.ecs__component-locationscards__card-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ecs__component-locationscards__card-content {
  align-items: stretch;
  background-color: #737b32;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs__component-locationscards__card-content {
    padding: 36px;
  }
}
.ecs__component-locationscards__card-content .h2, .ecs__component-locationscards__card-content .h3 {
  color: #fff;
  margin-bottom: 8px;
}
.ecs__component-locationscards__card__travel {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
}
.ecs__component-locationscards__card__travel-icon--walk, .ecs__component-locationscards__card__travel-icon--drive {
  color: #437ab1;
  display: inline-block;
  font-family: "studio-icon-font";
  font-size: 22px;
  height: 16px;
  margin-right: 16px;
  position: relative;
  width: 24px;
}
.ecs__component-locationscards__card__travel-icon--walk:after, .ecs__component-locationscards__card__travel-icon--drive:after {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ecs__component-locationscards__card__travel-icon--walk:after {
  content: "";
}
.ecs__component-locationscards__card__travel-icon--drive:after {
  content: "";
}
.ecs__component-locationsmap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ecs__component-locationsmap::after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  bottom: 0;
  content: "";
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.ecs__component-locationsmap .container {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 1;
}
.ecs__component-locationsmap__legend {
  align-items: center;
  border-bottom: 4px dotted #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
@media (min-width: 769px) {
  .ecs__component-locationsmap__legend {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecs__component-locationsmap__legend__filter {
  position: relative;
}
.ecs__component-locationsmap__legend__labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.ecs__component-locationsmap__legend__label {
  font-size: 12px;
  font-style: italic;
  margin: 4px 8px;
}
.ecs__component-locationsmap__legend__label__img {
  height: auto;
  margin-right: 16px;
  width: 37px;
}
.ecs__component-locationsmap__map {
  margin: 16px;
  width: calc(100% - 32px);
}
.ecs__component-locationsmap__cards {
  border-top: 4px dotted #e4e4e4;
  overflow: scroll;
  padding: 8px;
}
.ecs__component-locationsmap__card {
  border: 0;
  border-bottom: 4px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 8px;
  outline: 0px solid #437ab1;
  padding: 24px;
  transition: 0.3s all ease-in-out;
}
.ecs__component-locationsmap__card.active, .ecs__component-locationsmap__card:hover, .ecs__component-locationsmap__card.components__active {
  outline-width: 4px;
}
.ecs__component-locationsmap__card.recreation {
  border-bottom-color: #e07e37;
}
.ecs__component-locationsmap__card.retail {
  border-bottom-color: #437ab1;
}
.ecs__component-locationsmap__card.food-drink {
  border-bottom-color: #437ab1;
}
.ecs__component-locationsmap__card.services {
  border-bottom-color: #9c182f;
}
.ecs__component-locationsmap__card__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  width: 100%;
}
.ecs__component-locationsmap__card__address {
  margin-bottom: 16px;
}
.ecs__component-locationsmap__card__link {
  color: #437ab1;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-weight: 700;
  height: 100%;
  justify-content: flex-end;
  letter-spacing: 1.8px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.ecs__component-locationsmap__card__link:hover {
  color: #e07e37;
}
.ecs__component-locationsmap__locations_map_container.ecs__components-locationsmap:after {
  background-color: #e1251b;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs__component-locationsmap__locations_map_container.ecs__components-locationsmap:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
.ecs__component-locationsmap__locations_map_full {
  padding: 0;
}
.ecs__component-locationsmap__locations_map_full.ecs__component-locationsmap .ecs__component-locationsmap__map {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  margin: 0;
  order: 1;
  width: 100%;
}
.ecs__component-locationsmap__locations_map_full.ecs__component-locationsmap .ecs__component-locationsmap__cards {
  border-top: 0;
  margin: 0 auto;
  margin-bottom: -50px;
  order: 0;
  width: 100vw;
}
.ecs__component-locationsmap__locations_map_full.ecs__component-locationsmap .ecs__component-locationsmap__legend {
  border-bottom: 0;
}
.gm-style .gm-style-iw {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 30px;
}
.ecs_components__container-component-nearbyproperties.properties--short-background .ecs__component-nearbyproperties:after {
  height: calc(100% + 150px);
}
.ecs__component-nearbyproperties:after {
  background-color: #e1251b;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Midnight_AlpacaAngles.jpg);
  background-repeat: repeat;
  bottom: 0;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% + 350px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs__component-nearbyproperties:after {
    clip-path: polygon(0 200px, 100% 0, 100% 100%, 0% 100%);
  }
}
.ecs__component-nearbyproperties__intro {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 769px) {
  .ecs__component-nearbyproperties__intro {
    max-width: 75%;
  }
}
.ecs__component-nearbyproperties__intro .h2 {
  color: #fff;
  margin-bottom: 16px;
}
.ecs__component-nearbyproperties__intro-line {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.32px;
}
.ecs__component-nearbyproperties__card__wrap {
  background-color: #fff;
  border-bottom: 4px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}
@media (min-width: 769px) {
  .ecs__component-nearbyproperties__card__wrap {
    height: 100%;
  }
}
.ecs__component-nearbyproperties__card__image-wrap {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.ecs__component-nearbyproperties__card__image {
  aspect-ratio: 1;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-nearbyproperties__card__title {
  padding: 16px;
}
.ecs__component-nearbyproperties__card__title.h2 {
  color: #3d4543;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 18px;
}
.ecs__component-nearbyproperties__card__content {
  display: inline-block;
  margin-bottom: 8px;
}
.ecs__component-nearbyproperties__card__content-wrapper {
  border-top: 3px dotted #e4e4e4;
  font-size: 12px;
  line-height: 14px;
  padding: 16px;
}
.ecs__component-nearbyproperties__bottom-cta {
  text-align: center;
}
.ecs__component-nearbyproperties__bottom-cta .button {
  border-color: #fff;
  color: #fff;
  display: inline-block;
}
.ecs__component-nearbyproperties__bottom-cta .button:hover {
  background-color: #fff;
  color: #437ab1;
}
.ecs_remove_background .ecs__component-nearbyproperties::after {
  content: unset;
}
.ecs_remove_background .ecs__component-nearbyproperties__intro-line {
  color: #004f74;
}
.ecs_remove_background .ecs__component-nearbyproperties__intro .h2 {
  color: black;
}
.ecs__component-neighborhoodproperties:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% - 300px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs__component-neighborhoodproperties:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
.ecs__component-neighborhoodproperties__content__wrapper {
  margin-bottom: 36px;
  text-align: center;
}
.ecs__component-neighborhoodproperties__content__wrapper .h2 {
  margin-bottom: 16px;
}
.ecs__component-neighborhoodproperties__grid .columns {
  justify-content: center;
}
.ecs__component-neighborhoodproperties__item {
  background-color: #fff;
  border-bottom: 4px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.ecs__component-neighborhoodproperties__item__image-wrap {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.ecs__component-neighborhoodproperties__item__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-neighborhoodproperties__item__title.h2 {
  color: #3d4543;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ecs__component-neighborhoodproperties__item__content-wrapper {
  font-size: 11px;
  line-height: 14px;
  padding: 8px 16px;
}
.ecs__component-neighborhoodproperties__item__address {
  border-top: 3px dotted #e4e4e4;
  padding-top: 8px;
}
.corporate-neighborhoods .ecs__component-neighborhoods:after {
  height: calc(100%);
}
.ecs_components__container-component-neighborhoods {
  z-index: 9;
}
.ecs__component-neighborhoods__content {
  margin: 0 auto;
  max-width: 1024px !important;
}
.ecs__component-neighborhoods__content__wrapper {
  text-align: left;
}
@media (min-width: 769px) {
  .ecs__component-neighborhoods__content__wrapper {
    text-align: center;
  }
}
.ecs__component-neighborhoods__grid {
  max-width: 1024px !important;
  position: static;
  width: 100%;
}
.ecs__component-neighborhoods__grid:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  bottom: 0;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1024px) {
  .ecs__component-neighborhoods__grid:after {
    bottom: 0;
    clip-path: polygon(0 130px, 100% 0, 100% 100%, 0% 100%);
    height: calc(100% - 300px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.ecs__component-neighborhoods__heading {
  color: #3d4543;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.ecs__component-neighborhoods__content {
  margin-bottom: 100px;
}
.ecs__component-neighborhoods__item {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ecs__component-neighborhoods__item-top {
  border-bottom: 4px solid #e07e37;
  margin-bottom: 8px;
  position: relative;
}
.ecs__component-neighborhoods__item__wrapper {
  width: 100%;
}
.ecs__component-neighborhoods__item__wrapper:hover .ecs__component-neighborhoods__title:after {
  background-color: #fff;
  color: #437ab1;
}
.ecs__component-neighborhoods__item__wrapper:hover .ecs__component-neighborhoods__title .icon {
  background-color: #fff;
  color: #737b32;
}
.ecs__component-neighborhoods__item__wrapper:hover .ecs__component-neighborhoods__item-image.has-overlay {
  filter: blur(5px);
}
.ecs__component-neighborhoods__item__wrapper:hover .ecs__component-neighborhoods__item-background {
  background-color: rgba(0, 0, 0, 0.4);
}
.ecs__component-neighborhoods__item__wrapper:hover .ecs__component-neighborhoods__item-overlay-type {
  opacity: 1;
}
.ecs__component-neighborhoods__item-image {
  height: 300px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.ecs__component-neighborhoods__item-overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ecs__component-neighborhoods__item-background {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 2;
}
.ecs__component-neighborhoods__item-overlay-type {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 18px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  z-index: 3;
}
.ecs__component-neighborhoods__title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 1.8px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.ecs__component-neighborhoods__title-text {
  display: inline-flex;
  flex: 1;
  width: 100%;
}
.ecs__component-neighborhoods__title .icon {
  border: 2px solid #fff;
  display: inline-flex;
  padding: 8px;
  transition: 0.3s all ease-in-out;
}
.ecs_components__container-component-neighborhoods .columns.is-multiline.is-variable.is-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
  scroll-snap-type: both;
}
@media (min-width: 769px) {
  .ecs_components__container-component-neighborhoods .columns.is-multiline.is-variable.is-6 {
    flex-wrap: wrap;
  }
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__item {
  scroll-snap-align: center;
  width: calc(100vw - 120px);
}
@media (min-width: 769px) {
  .ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__item {
    width: 100%;
  }
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container {
  display: block;
  min-height: 42px;
}
@media (min-width: 769px) {
  .ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container {
    display: none;
  }
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select {
  background: transparent;
  border-color: white;
  border-width: 2px;
  color: white;
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select ul.list {
  background: #004d71;
  max-height: 50vh;
  overflow: auto;
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select ul.list .option.focus, .ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select ul.list .option.selected.focus, .ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select ul.list .option:hover {
  background-color: #03384d;
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select ul.list .option:first-child {
  display: none;
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select::after {
  border-bottom-color: white;
  border-right-color: white;
}
.ecs_components__container-component-neighborhoods .ecs__component-neighborhoods__select__container .nice-select.ecs__component-neighborhoods__select::before {
  background-color: white;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
  width: 2px;
}
.ecs_components__container-component-notificationbar.ecs_components__container {
  z-index: 9;
}
.ecs__component-notificationbar {
  padding: 0;
}
.ecs_components__notification {
  background-color: #437ab1;
  font-size: 12px;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .ecs_components__notification {
    padding: 0 36px;
  }
}
.ecs_components__notification .container {
  max-width: none !important;
}
.ecs_components__notification__message p {
  margin: 0;
}
.ecs_components__notification__wrap {
  padding: 4px 0;
}
.ecs_components__notification__cta.button {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.26px;
}
.ecs_components__notification__cta.button:hover {
  background-color: #fff;
  color: #437ab1;
}
.ecs_components__notification__socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 8px;
  margin-right: 16px;
}
.ecs__component-overlaycards__wrap {
  max-width: 1344px;
}
.ecs__component-overlaycards .overlay--1 .ecs__component-overlaycards__card:after {
  background-color: #03384d;
}
.ecs__component-overlaycards .overlay--2 .ecs__component-overlaycards__card:after {
  background-color: #437ab1;
}
.ecs__component-overlaycards .overlay--3 .ecs__component-overlaycards__card:after {
  background-color: #9c182f;
}
.ecs__component-overlaycards .overlay--4 .ecs__component-overlaycards__card:after {
  background-color: #e07e37;
}
.ecs__component-overlaycards__card {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 372px;
  padding: 16px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .ecs__component-overlaycards__card {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-overlaycards__card {
    padding: 80px;
  }
}
.ecs__component-overlaycards__card:after {
  background-color: #437ab1;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs__component-overlaycards__card__background .ecs_picture {
  left: 0;
  top: 0;
}
.ecs__component-overlaycards__card__content-wrap {
  position: relative;
  z-index: 1;
}
.ecs__component-overlaycards__card__heading, .ecs__component-overlaycards__card__content {
  margin-bottom: 16px;
}
.ecs__component-overlaycards__card__introline {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  margin-bottom: 0 !important;
}
.ecs__component-overlaycards__card__heading.h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.ecs__component-overlaycards__card__cta {
  margin: 8px;
  background-color: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  border-color: #fff;
  color: #fff;
}
.ecs__component-overlaycards__card__cta:hover, .ecs__component-overlaycards__card__cta.btn--active {
  background-color: #437ab1;
  color: #fff;
}
.ecs__component-overlaycards__card__cta--arrow {
  border: 0;
  margin-right: 24px;
  padding: 0;
  padding-right: 8px;
  position: relative;
}
.ecs__component-overlaycards__card__cta--arrow:hover {
  background-color: transparent;
}
.ecs__component-overlaycards__card__cta--arrow:before {
  background-color: #437ab1;
  content: "";
  height: 2px;
  left: calc(100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  width: 12px;
}
.ecs__component-overlaycards__card__cta--arrow:after {
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  font-size: 12px;
  left: calc(100% + 3px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.ecs__component-overlaycards__card__cta--arrow:hover:before {
  width: 20px;
}
.ecs__component-overlaycards__card__cta--arrow:hover:after {
  left: calc(100% + 11px);
}
.ecs__component-overlaycards__card__cta:hover {
  background-color: #fff;
  color: #437ab1;
}
.ecs_overlaycards_left-align .ecs__component-overlaycards__card__wrapper:last-child .ecs__component-overlaycards__card__content-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.ecs_overlaycards_left-align .ecs__component-overlaycards__card__wrapper:last-child .ecs__component-overlaycards__card__cta.button.btn {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #004F74;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 16px;
  /* 133.333% */
  text-align: center;
  text-transform: uppercase;
}
.ecs_overlaycards_left-align .ecs__component-overlaycards__card__wrapper:last-child .ecs__component-overlaycards__card__cta.button.btn:hover {
  background: #004F74;
  border-color: #004F74;
  color: #fff;
}
.ecs_overlaycards_color-swap .overlay--1 .ecs__component-overlaycards__card:after {
  background: rgba(0, 163, 191, 0.8);
}
.ecs_overlaycards_color-swap .overlay--2 .ecs__component-overlaycards__card:after {
  background: rgba(178, 33, 25, 0.8);
}
.ecs_overlaycards_color-swap .overlay--3 .ecs__component-overlaycards__card:after {
  background: rgba(0, 79, 116, 0.9);
}
.ecs__component-cpt-perk__intro {
  margin-bottom: 36px;
  text-align: center;
}
.ecs__component-cpt-perk__intro .h2 {
  margin-bottom: 16px;
}
.ecs__component-cpt-perk__nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px;
  margin-bottom: 36px;
}
.ecs__component-cpt-perk__nav__item {
  margin: 8px;
}
.ecs__component-cpt-perk__grid .columns {
  align-items: stretch;
}
.ecs__component-cpt-perk__perk {
  flex: 1;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
}
.ecs__component-cpt-perk__perk p {
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 16px;
}
.ecs__component-cpt-perk__perk-wrap {
  background-color: #fff;
  border-bottom: 5px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.ecs__component-cpt-perk__perk__figure {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.ecs__component-cpt-perk__perk__figure img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.ecs__component-cpt-perk__perk__content {
  color: #3d4543;
  padding: 16px;
}
.ecs__component-cpt-perk__perk__content__name, .ecs__component-cpt-perk__perk__content__address {
  display: inline-block;
  margin-bottom: 8px;
}
.ecs__component-cpt-perk__perk__content__address:hover {
  color: #437ab1;
}
.ecs__component-cpt-perk__perk__content__name {
  border-bottom: 4px dotted #e4e4e4;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.28px;
  padding-bottom: 8px;
  width: 100%;
}
.ecs__component-cpt-perk__perk__content__link {
  color: #437ab1;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-top: 8px;
  text-decoration: underline;
  text-transform: uppercase;
}
.ecs__component-cpt-perk__perk__content__description {
  flex: 1;
}
.ecs_component_philanthropy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .ecs_component_philanthropy {
    gap: 64px;
  }
}
.ecs_philanthropy_content {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_philanthropy_content {
    padding: 40px 32px;
    width: 358px;
  }
}
.ecs_philanthropy_content .ecs_h3, .ecs_philanthropy_content .ecs_h4 {
  color: inherit;
  text-align: left;
}
.ecs_philanthropy_content .ecs_h3 {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .ecs_philanthropy_content .ecs_h3 {
    margin-bottom: auto;
  }
}
.ecs_philanthropy_content .ecs_h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
}
.ecs_philanthropy_content .ecs_p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.ecs_philanthropy_column {
  border-radius: 8px;
  overflow: hidden;
}
.ecs_philanthropy_rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ecs_philanthropy_row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .ecs_philanthropy_row {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .ecs_philanthropy_row .ecs_philanthropy_content {
    min-width: 358px;
    width: 358px;
  }
}
@media (min-width: 769px) {
  .ecs_philanthropy_row .ecs_philanthropy_image {
    width: calc(100% - 374px);
  }
}
.ecs_philanthropy_row .ecs_picture, .ecs_philanthropy_row .ecs_img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ecs_philanthropy_row .ecs_a {
  align-items: center;
  border: 0;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 1.92px;
  line-height: 16px;
  margin-top: 16px;
  padding: 0;
  text-transform: uppercase;
}
.ecs_philanthropy_row .ecs_a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M9.99333 4.54406L5.8695e-07 4.54406M5.99334 8.53076L10 4.53076L5.99334 0.530761" stroke="white" stroke-width="1.5"></path></svg>');
  height: 14px;
}
@media (min-width: 769px) {
  .ecs_philanthropy_row_with_extra .ecs_philanthropy_column .ecs_philanthropy_image {
    width: calc(35% - 179px);
  }
}
@media (min-width: 769px) {
  .ecs_philanthropy_rows .ecs_philanthropy_row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.ecs_philanthropy_taller_image_height .ecs_philanthropy_content {
  gap: 8px;
}
.property-page .ecs_components__container-component-pageintro .ecs__component-pageintro__intro::after {
  background-color: #437ab1;
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_top_section {
  border-bottom: 6px solid #437ab1;
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_top_section .ecs_pageintro_eyebrow {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 16px;
  text-align: center;
  text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  z-index: 2;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .property-page .ecs_components__container-component-pageintro .ecs_pageintro_top_section .ecs_pageintro_eyebrow {
    font-size: 16px;
    line-height: 20px;
  }
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_top_section .ecs_pageintro_headline {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 80px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 2;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .property-page .ecs_components__container-component-pageintro .ecs_pageintro_top_section .ecs_pageintro_headline {
    font-size: 56px;
    line-height: 72px;
  }
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  align-items: center;
  align-self: stretch;
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0;
  max-width: 100%;
  padding: 16px;
}
@media (min-width: 1024px) {
  .property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
    padding: 80px 120px;
  }
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section .ecs_pageintro_bottom_section_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto;
  max-width: 968px;
  padding: 0;
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section .ecs_pageintro_intro_headline {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: unset;
}
@media (min-width: 769px) {
  .property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section .ecs_pageintro_intro_headline {
    font-size: 36px;
    line-height: 44px;
  }
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section .ecs_pageintro_intro_content {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 769px) {
  .property-page .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section .ecs_pageintro_intro_content {
    font-size: 16px;
  }
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 769px) {
  .property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas {
    display: flex;
    flex-direction: row;
  }
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas .ecs_a.ecs__component-pageintro__hero__content__item-link {
  background-color: transparent;
  border: solid 1px white;
  color: white;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: normal;
  line-height: 20px;
  /* 125% */
  padding: 12px 24px;
  text-transform: none;
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas .ecs_a.ecs__component-pageintro__hero__content__item-link::before {
  content: unset;
  font-family: "studio-icon-font";
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas .ecs_a.ecs__component-pageintro__hero__content__item-link::after {
  content: unset;
  font-family: "studio-icon-font";
}
.property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas .ecs_a.ecs__component-pageintro__hero__content__item-link:hover, .property-page .ecs_components__container-component-pageintro .ecs_pageintro_ctas .ecs_a.ecs__component-pageintro__hero__content__item-link:focus {
  background-color: #e1251b;
  color: white;
}
.ecs_components__container-component-quotecards {
  overflow: hidden;
}
.ecs__component-quotecards {
  padding-top: 60px;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-quotecards {
    padding-top: 80px;
  }
}
.ecs__component-quotecards:after {
  background-color: #e07e37;
  background-image: url("../../assets/images/background-navy-seamless.png");
  background-repeat: repeat;
  background-size: auto;
  bottom: 200px;
  content: "";
  height: calc(100% - 285px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-quotecards:after {
    bottom: 0;
    height: calc(100%);
  }
}
@media (min-width: 1024px) {
  .ecs__component-quotecards:after {
    bottom: 0;
    height: calc(100% - 130px);
  }
}
.ecs__component-quotecards .ecs_content_wrap {
  display: flex;
  flex-direction: column;
}
.ecs__component-quotecards .ecs_content_wrap .ecs_introline.introline {
  color: #FF9E18;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  order: 1;
}
.ecs__component-quotecards .ecs_content_wrap p.ecs_h2.ecs_headline.headline {
  order: 2;
}
.ecs__component-quotecards .ecs_content_wrap .ecs_content.content {
  order: 3;
}
.ecs__component-quotecards .ecs_quotecards_wrap {
  position: relative;
  z-index: 3;
}
.ecs__component-quotecards .ecs_content_column {
  position: relative;
}
.ecs__component-quotecards .ecs_content_column:before {
  bottom: 24px;
  content: url("../../assets/images/redpeak-circlequote.svg");
  display: block;
  height: 130px;
  position: relative;
  width: 130px;
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .ecs_content_column:before {
    bottom: auto;
    left: 0;
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .ecs_content_column .ecs_content_wrap {
    margin: 180px 0 100px 0;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .ecs_cards_columns {
    width: 133%;
  }
}
.ecs__component-quotecards .ecs_card_column {
  height: 100%;
}
.ecs__component-quotecards .ecs_card {
  height: 100%;
}
.ecs__component-quotecards .ecs_card .ecs_card_wrap {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ecs__component-quotecards .ecs_card .ecs_image_wrap {
  border-bottom: 2px solid #437ab1;
  position: relative;
}
.ecs__component-quotecards .ecs_card .ecs_image_wrap .ecs_picture_image {
  aspect-ratio: 1.5;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ecs__component-quotecards .ecs_card .ecs_image_wrap .ecs_picture_image .ecs_img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ecs__component-quotecards .ecs_card .ecs_image_wrap .ecs_picture_icon {
  height: 60px;
  position: absolute;
  right: 32px;
  top: calc(100% - 30px);
  width: 60px;
}
.ecs__component-quotecards .ecs_card .ecs_content_wrap {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  justify-content: space-between;
  padding: 40px 32px;
}
.ecs__component-quotecards .ecs_card .ecs_content_wrap .ecs_content {
  flex: 1;
  margin-bottom: 4px;
}
.ecs__component-quotecards .ecs_card .ecs_content_bottom {
  width: 100%;
}
.ecs__component-quotecards .ecs_card .ecs_card_modallink {
  color: #437ab1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.ecs__component-quotecards .ecs_card .ecs_card_modallink:hover {
  color: #2e3433;
}
.ecs__component-quotecards .ecs_card .ecs_hr {
  background-color: #e4e4e4;
  height: 1px;
  width: 100%;
}
.ecs__component-quotecards .ecs_card .ecs_author {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.ecs__component-quotecards .ecs_card .ecs_author_title {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
}
.ecs__component-quotecards .slick-slider {
  margin-bottom: 80px;
}
.ecs__component-quotecards .slick-slider .slick-dots {
  display: none !important;
}
.ecs__component-quotecards .slick-slider .slick-track {
  align-items: stretch;
  display: flex;
  flex-direction: row;
}
.ecs__component-quotecards .slick-slider .slick-slide {
  height: auto;
}
.ecs__component-quotecards .slick-slider .slick-slide > div {
  height: 100%;
}
.ecs__component-quotecards .slick-slider .ecs__components__slider__arrow {
  background-color: #fff;
  border-color: #585858;
  bottom: -40px;
  color: #585858;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .slick-slider .ecs__components__slider__arrow {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
}
.ecs__component-quotecards .slick-slider .ecs__components__slider__arrow:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .slick-slider .ecs__components__slider__arrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.ecs__component-quotecards .slick-slider .ecs__components__slider__arrow-left {
  left: 12px;
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .slick-slider .ecs__components__slider__arrow-left {
    left: auto;
    right: calc(16% + 80px);
  }
}
.ecs__component-quotecards .slick-slider .ecs__components__slider__arrow-right {
  left: 64px;
  right: auto;
}
@media (min-width: 1024px) {
  .ecs__component-quotecards .slick-slider .ecs__components__slider__arrow-right {
    left: auto;
    right: calc(16% + 30px);
  }
}
.ecs_quotemodal {
  font-size: 14px;
}
.ecs_quotemodal.fancybox-content {
  background-color: #fff;
  max-width: 960px;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs_quotemodal.fancybox-content {
    max-height: calc(100vh - 200px);
  }
}
.ecs_quotemodal .ecs_quotemodal_title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  padding: 24px 40px;
}
.ecs_quotemodal .ecs_quotemodal_title .ecs_h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.ecs_quotemodal .ecs_quotemodal_contentwrap {
  padding: 40px;
}
.ecs_quotemodal .ecs_image_wrap {
  width: 100%;
}
.ecs_quotemodal .ecs_picture_image {
  aspect-ratio: 1.5;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ecs_quotemodal .ecs_picture_image .ecs_img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.ecs_quotemodal .ecs_author {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: none;
}
.ecs_quotemodal .ecs_author_title {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: normal;
  margin-bottom: 16px;
  text-transform: none;
}
.ecs_quotemodal .fancybox-button.fancybox-close-small {
  right: 32px;
  top: 16px;
  transform: scale(1.5);
}
.ecs_specials_control.fancybox-content {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Midnight_AlpacaAngles.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 742px;
}
.ecs_specials_control.fancybox-content .fancybox-close-small {
  color: #000;
}
.ecs_specials_control.fancybox-content .ecs_specials_wrap, .ecs_specials_control.fancybox-content .ecs_specials_content_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ecs_specials_control.fancybox-content .ecs_specials_wrap {
  gap: 36px;
}
.ecs_specials_control.fancybox-content .ecs_specials_content_wrap::before {
  background-image: url("../../assets/images/icon_megaphone.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 46px;
  min-width: 58px;
}
.ecs_specials_control.fancybox-content .ecs_specials_hr {
  display: none;
}
.ecs_specials_control.fancybox-content .ecs_p.ecs_specials_content_intro {
  color: #595b5f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.96px;
  line-height: 16px;
  /* 114.286% */
  margin-bottom: 0px;
  text-align: center;
}
.ecs_specials_control.fancybox-content .ecs_p.ecs_specials_content_introline {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 26.679px;
  margin-bottom: 0;
  text-align: center;
}
.ecs_specials_control.fancybox-content .ecs_specials_content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-align: center;
}
.ecs_specials_control.fancybox-content .ecs_specials_content_cta_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.ecs_custom_property .ecs_specials_control .ecs_specials_content_wrap::before {
  background-image: url("https://redpeaknew.stage.wearestud.io/wp-content/uploads/benefits/icon_megaphone-color.svg");
}
.ecs_custom_property .ecs_specials_control .fancybox-close-small, .ecs_custom_property .ecs_specials_control .ecs_p.ecs_specials_content_intro, .ecs_custom_property .ecs_specials_control .ecs_p.ecs_specials_content_introline, .ecs_custom_property .ecs_specials_control .ecs_specials_content {
  color: #fff;
}
.ecs_custom_property .ecs_specials_control .ecs_button {
  border-color: #fff;
  color: #fff;
}
.ecs_custom_property .ecs_specials_control .ecs_button:focus, .ecs_custom_property .ecs_specials_control .ecs_button:hover {
  background-color: #fff;
  color: #000;
}
.ecs__component-recruiting-shapes {
  padding: 0;
}
.ecs__component-recruiting-shapes .ecs_intro_content {
  padding: 20px;
}
@media (min-width: 769px) {
  .ecs__component-recruiting-shapes .ecs_intro_content {
    padding: 64px 80px 48px 80px;
  }
}
.ecs__component-recruiting-shapes__standard .ecs_img.ecs_recruiting_shapes_graphic_image {
  height: auto;
  width: 100%;
}
.ecs__component-recruiting-shapes__standard .ecs_intro_content {
  align-content: center;
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_headline_wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_headline, .ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_introline {
  color: white;
  margin: 0;
}
.ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_icon_sparkles {
  display: none;
}
@media (min-width: 769px) {
  .ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_icon_sparkles {
    display: block;
  }
}
.ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_button {
  border-color: white;
  color: white;
}
.ecs__component-recruiting-shapes__standard .ecs_intro_content .ecs_button:hover {
  border-color: #437ab1;
}
.ecs__component-recruiting-shapes__standard .ecs_recruiting_shapes_content {
  position: relative;
}
.ecs__component-recruiting-shapes__standard .ecs_recruiting_shapes_content::before {
  background-color: #e07e37;
  background-image: url("../../assets/images/background-navy-seamless.png");
  background-repeat: repeat;
  background-size: auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ecs__component-recruiting-shapes__standard .ecs_recruiting_shapes_image {
  display: none;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-recruiting-shapes__standard .ecs_recruiting_shapes_image {
    display: block;
  }
}
.ecs__component-recruiting-shapes__standard .ecs_recruiting_shapes_image_mobile {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-recruiting-shapes__standard .ecs_recruiting_shapes_image_mobile {
    display: none;
  }
}
.ecs__component-recruiting-shapes__standard .ecs_img {
  width: 100%;
}
.ecs_components__container-component-resident-happenings .ecs__component {
  padding-right: 0;
}
.ecs_resident_happenings {
  margin-bottom: 60px;
  padding-right: 18px;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings {
    margin-bottom: 30px;
    padding-right: 0;
    padding-top: 0;
  }
}
.ecs_resident_happenings .ecs__title {
  align-items: center;
  display: flex;
  margin-bottom: 54px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings .ecs__title {
    padding-right: 150px;
  }
}
.ecs_resident_happenings .ecs__title .ecs__image {
  background: center / cover repeat url("../../assets/images/icon_event.svg");
  margin-right: 30px;
  min-height: 48px;
  min-width: 48px;
}
.ecs_resident_happenings .ecs__title .ecs_h2 {
  margin: 0;
}
.ecs_resident_happenings .ecs__hr {
  background-color: transparent;
  border-bottom: dotted 4px #d2d5d9;
  display: none;
  margin-left: 16px;
  min-width: calc(100% - 445px);
}
@media (min-width: 769px) {
  .ecs_resident_happenings .ecs__hr {
    display: block;
  }
}
.ecs_resident_happenings .ecs__hr.ecs_resident_happenings_hr {
  display: block;
}
@media (min-width: 769px) {
  .ecs_resident_happenings .ecs__hr.ecs_resident_happenings_hr {
    display: none;
  }
}
.ecs_resident_happenings_card .card__image, .ecs_resident_happenings_modal .card__image {
  min-height: 300px;
  position: relative;
}
.ecs_resident_happenings_card .card__image img, .ecs_resident_happenings_modal .card__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.ecs_resident_happenings_card .card__wrapper, .ecs_resident_happenings_modal .card__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_card .card__wrapper, .ecs_resident_happenings_modal .card__wrapper {
    flex-direction: row;
    max-height: calc(100vh - 160px);
  }
}
.ecs_resident_happenings_card .card__wrapper .column, .ecs_resident_happenings_modal .card__wrapper .column {
  padding: 0;
}
.ecs_resident_happenings_card .card__content, .ecs_resident_happenings_modal .card__content {
  max-height: calc(100%);
  overflow: auto;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_card .card__content, .ecs_resident_happenings_modal .card__content {
    padding: 48px;
  }
}
.ecs_resident_happenings_card .card__content .ecs_h3, .ecs_resident_happenings_modal .card__content .ecs_h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 24px;
  text-transform: none;
}
.ecs_resident_happenings_card .card__content .card__date, .ecs_resident_happenings_card .card__content .card__time, .ecs_resident_happenings_card .card__content .card__address, .ecs_resident_happenings_modal .card__content .card__date, .ecs_resident_happenings_modal .card__content .card__time, .ecs_resident_happenings_modal .card__content .card__address {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 20px;
  text-transform: uppercase;
}
.ecs_resident_happenings_card .card__content .card__hr, .ecs_resident_happenings_modal .card__content .card__hr {
  background-color: transparent;
  border: 0;
  border-bottom: 4px dotted #e4e4e4;
  height: 0;
}
.ecs_resident_happenings_modal {
  max-height: calc(100vh - 48px);
  max-width: calc(100vw - 48px);
  padding: 0;
  position: relative;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_modal {
    max-height: calc(100vh - 160px);
    max-width: calc(100vw - 160px);
  }
}
.ecs_resident_happenings_modal .fancybox-close-small {
  background-color: #fff;
  border: 1px solid #3d4543;
  color: #3d4543;
  height: 32px;
  margin: 16px;
  opacity: 1;
  padding: 0;
  transition: 0.3s all ease-in-out;
  width: 32px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_modal .fancybox-close-small {
    background: transparent;
  }
}
.ecs_resident_happenings_modal .fancybox-close-small:hover {
  border-color: #000;
  color: #000;
}
.ecs_resident_happenings_card {
  height: 100%;
}
.ecs_resident_happenings_card:hover .card__link, .ecs_resident_happenings_card:focus-visible .card__link {
  color: #c22219;
}
.ecs_resident_happenings_card:hover .card__link-arrow, .ecs_resident_happenings_card:focus-visible .card__link-arrow {
  content: url("../../assets/images/icon_boxed_arrow_hover.svg");
}
.ecs_resident_happenings_card .card__wrapper {
  background-color: #fff;
  border-bottom: solid 8px #e07e37;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.12);
  height: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_card .card__wrapper {
    flex-direction: column;
    max-height: unset;
  }
}
.ecs_resident_happenings_card .card__content-wrapper {
  height: 100%;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_card .card__content-wrapper {
    flex-direction: column;
  }
}
.ecs_resident_happenings_card .card__image {
  min-height: 200px;
  width: 100%;
}
.ecs_resident_happenings_card .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings_card .card__content {
    padding: 32px;
  }
}
.ecs_resident_happenings_card .card__title, .ecs_resident_happenings_card .card__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ecs_resident_happenings_card .card__title {
  max-height: 72px;
}
.ecs_resident_happenings_card .card__link {
  align-items: center;
  color: #2e3433;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 24px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.ecs_resident_happenings_card .card__link-arrow {
  content: url("../../assets/images/icon_boxed_arrow.svg");
  height: 24px;
  width: 24px;
  margin-left: 8px;
}
.ecs_resident_happenings .slick-slider {
  position: static;
}
.ecs_resident_happenings .slick-slider .slick-track {
  align-items: stretch;
  display: flex;
}
.ecs_resident_happenings .slick-slider .slick-slide {
  height: auto;
}
@media (min-width: 769px) {
  .ecs_resident_happenings .slick-slider .slick-slide {
    min-width: 320px;
  }
}
.ecs_resident_happenings .slick-slider .slick-slide > div {
  height: 100%;
}
.ecs_resident_happenings .slick-slider .slick-dots li {
  display: none;
}
.ecs_resident_happenings .slick-slider .ecs__components__slider__arrow {
  background-color: transparent;
  border: 1px solid #3e4644;
  bottom: -50px;
  color: #3e4644;
  opacity: 0.7;
  position: absolute;
}
.ecs_resident_happenings .slick-slider .ecs__components__slider__arrow:hover {
  opacity: 1;
}
.ecs_resident_happenings .slick-slider .ecs__components__slider__arrow-left {
  bottom: 30px;
  left: 30px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings .slick-slider .ecs__components__slider__arrow-left {
    bottom: 50px;
    left: unset;
    right: 90px;
  }
}
.ecs_resident_happenings .slick-slider .ecs__components__slider__arrow-right {
  bottom: 30px;
  right: 30px;
}
@media (min-width: 769px) {
  .ecs_resident_happenings .slick-slider .ecs__components__slider__arrow-right {
    bottom: 50px;
    right: 40px;
  }
}
.ecs__component-selfguidedtours__infographic {
  padding-bottom: 25px;
  position: relative;
}
.ecs__component-selfguidedtours__infographic::after {
  border-bottom: 4px dotted #e4e4e4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.ecs__component-selfguidedtours__infographic__logo {
  padding-bottom: 24px;
  padding-left: 24px;
  width: 225px;
}
.ecs__component-selfguidedtours__infographic__headline {
  color: #437ab1;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 66px;
  padding: 8px 24px;
}
.ecs__component-selfguidedtours__infographic__figure img {
  max-height: 40vh;
}
.ecs__component-selfguidedtours__infographic__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecs__component-selfguidedtours__infographic__content__headline {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 8px 24px;
  padding-left: 92px;
}
.ecs__component-selfguidedtours__infographic__content__list__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}
.ecs__component-selfguidedtours__infographic__content__list__icon {
  max-width: 50px;
  width: 100%;
}
.ecs__component-selfguidedtours__infographic__content__list__text {
  padding-left: 42px;
}
.ecs__component-selfguidedtours__propertylist {
  padding-top: 55px;
}
.ecs__component-selfguidedtours__propertylist__headline {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 55px;
  text-align: center;
}
.ecs__component-selfguidedtours__propertylist__item__wrap {
  background-color: #fff;
  border-bottom: 4px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.ecs__component-selfguidedtours__propertylist__item__image-wrap {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.ecs__component-selfguidedtours__propertylist__item__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-selfguidedtours__propertylist__item__image img {
  min-height: 100%;
  object-fit: cover;
}
.ecs__component-selfguidedtours__propertylist__item__name {
  padding: 16px;
}
.ecs__component-selfguidedtours__propertylist__item__name__header {
  color: #3d4543;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 18px;
  text-transform: uppercase;
}
.ecs__component-selfguidedtours__propertylist__item__cta {
  color: #3d4543;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 18px;
  padding: 22px 16px;
  text-transform: uppercase;
}
.ecs__component-selfguidedtours__propertylist__item__cta__anchor {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.ecs__component-selfguidedtours__propertylist__item__cta__anchor::after {
  align-items: center;
  border: 1.5px solid #437ab1;
  color: #437ab1;
  content: "";
  display: flex;
  font-family: "studio-icon-font";
  font-size: 12px;
  justify-content: center;
  padding: 5px 7px;
  right: 0;
}
.ecs__component-selfguidedtours__propertylist__item__cta-wrap {
  border-top: 4px dotted #e4e4e4;
  font-size: 12px;
}
.ecs__component-cpt-selfservice__introcontent {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.ecs__component-cpt-selfservice__introcontent:after {
  background: center / cover repeat-x url("../../assets/images/icon_divider.svg");
  content: "";
  display: block;
  margin-top: 80px;
  min-height: 4px;
  min-width: 100%;
}
.ecs__component-cpt-selfservice__introcontent__content {
  margin: auto;
  max-width: 1000px;
}
.ecs__component-cpt-selfservice__introcontent__heading {
  color: #3d4543;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .ecs__component-cpt-selfservice__introcontent__heading {
    font-size: 30px;
  }
}
.ecs__component-cpt-selfservice .ecs_tabs {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.ecs__component-cpt-selfservice .ecs_tabs .ecs_tabs_pretext {
  color: #595b5f;
  font-size: 16px;
  font-weight: 500;
  margin-right: 40px;
}
.ecs__component-cpt-selfservice .ecs_tabs .ecs_tabs_ctas {
  gap: 8px;
  align-items: center;
  color: #437ab1;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}
.ecs__component-cpt-selfservice .ecs_tabs .ecs_tabs_ctas .ecs_a {
  border: solid 3px #437ab1;
  padding: 8px 16px;
  white-space: nowrap;
}
.ecs__component-cpt-selfservice .ecs_tabs .ecs_tabs_ctas .ecs_a:hover {
  background-color: #437ab1;
  color: #fff;
}
.ecs__component-cpt-selfservice .ecs_communities_tab {
  scroll-margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}
.ecs__component-cpt-selfservice .ecs_communities_tab_heading {
  color: #595b5f;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 769px) {
  .ecs__component-cpt-selfservice .ecs_communities_tab_heading {
    font-size: 30px;
  }
}
.ecs__component-cpt-selfservice__grid {
  display: flex;
}
.ecs__component-cpt-selfservice__grid:not(.ecs__component-cpt-selfservice__grid:last-child) {
  margin-bottom: 80px;
  padding-bottom: 80px;
  position: relative;
}
.ecs__component-cpt-selfservice__grid:not(.ecs__component-cpt-selfservice__grid:last-child):after {
  background: center / cover repeat-x url("../../assets/images/icon_divider.svg");
  bottom: 0;
  content: "";
  display: block;
  min-height: 4px;
  min-width: 100%;
  position: absolute;
}
.ecs__component-cpt-selfservice__grid-wrap {
  align-items: stretch;
}
.ecs__component-cpt-selfservice__card {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .ecs__component-cpt-selfservice__card {
    text-align: left;
  }
}
.ecs__component-cpt-selfservice__card-wrap {
  background-color: #fff;
  border-bottom: 4px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs__component-cpt-selfservice__card-wrap {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-cpt-selfservice__card-wrap {
    min-height: 340px;
  }
}
.ecs__component-cpt-selfservice__card-wrap .columns {
  align-items: center;
  justify-content: center;
}
.ecs__component-cpt-selfservice__card-wrap .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.ecs__component-cpt-selfservice__card__image {
  height: 100%;
  margin: auto;
  max-height: 200px;
  object-fit: cover;
  width: auto;
}
@media (min-width: 769px) {
  .ecs__component-cpt-selfservice__card__image {
    height: auto;
    max-height: none;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ecs__component-cpt-selfservice__card__image__wrapper {
    padding-right: 24px;
  }
}
.ecs__component-cpt-selfservice__card__content, .ecs__component-cpt-selfservice__card__footer {
  padding-bottom: 16px;
}
.ecs__component-cpt-selfservice__card__content {
  border-bottom: 3px dotted #e4e4e4;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  margin-bottom: 16px;
}
.ecs__component-cpt-selfservice__card__content__title {
  color: #3d4543;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
.ecs__component-cpt-selfservice__card__content__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.ecs__component-cpt-selfservice__card__content__link {
  color: #437ab1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}
.ecs__component-cpt-selfservice__card__content__link:hover {
  color: #3d4543;
}
.ecs__component-cpt-selfservice__card__footer {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: 1.8px;
  line-height: 18px;
  padding-bottom: 0;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.ecs__component-cpt-selfservice__card__footer:after {
  background: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  margin-left: 8px;
  padding: 4px 8px;
  transition: 0.3s all ease-in-out;
}
.ecs__component-cpt-selfservice__card__footer:hover a {
  color: #437ab1;
}
.ecs__component-cpt-selfservice__card__footer:hover:after {
  background-color: #437ab1;
  color: #fff;
}
.ecs_components__self-service-single {
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_components__self-service-single {
    padding: 80px 16px;
  }
}
.ecs_components__self-service-single__nav {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.ecs_components__self-service-single__nav .ecs_self-service_link_arrow:before {
  background: transparent;
  border: 2px solid #437ab1;
  color: #437ab1;
  content: "";
  font-family: "studio-icon-font";
  margin-right: 16px;
  padding: 8px;
  transition: 0.3s all ease-in-out;
}
.ecs_components__self-service-single__nav:hover .ecs_components__self-service-single__nav__link {
  color: #437ab1;
}
.ecs_components__self-service-single__nav:hover .ecs_self-service_link_arrow:before {
  background-color: #437ab1;
  color: #fff;
}
.ecs_components__self-service-single__nav__link {
  color: #3d4543;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.ecs_components__self-service-single__image {
  max-width: 180px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_components__self-service-single__image {
    margin-right: 36px;
  }
}
.ecs_components__self-service-single__content p.ecs_components__self-service-single__content__headline {
  color: #3d4543;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.ecs_components__self-service-single__content ul.ecs_components__self-service-single__content__list {
  column-gap: 16px;
  columns: 1;
  list-style: disc;
  padding-inline-start: 16px;
}
@media (min-width: 769px) {
  .ecs_components__self-service-single__content ul.ecs_components__self-service-single__content__list {
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .ecs_components__self-service-single__content ul.ecs_components__self-service-single__content__list {
    columns: 3;
  }
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar {
  align-items: flex-start;
  background: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 534px;
  padding: 56px;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .emo__close {
  align-items: center;
  border: 1px solid #E8E4E1;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  padding: 6px;
  position: absolute;
  right: 24px;
  top: 24px;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .emo_titlebar {
  position: static;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .emo_titlebar .emo_title {
  color: #2E3433;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 32px;
  margin-bottom: 0;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs__component-wrapper.container {
  width: 100%;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_table .ecs_tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_tr {
  border-bottom: solid 1px #e8e4e1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 16px;
  width: 100%;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_th, .ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_td {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_th {
  color: #595B5F;
  font-size: 16px;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 24px;
  text-align: left;
}
.ecs__component-simpletable__standard.emo__content.emo_template_titlebar .ecs_td {
  color: #595B5F;
  font-size: 16px;
  font-weight: 600;
  justify-content: flex-end;
  line-height: 24px;
}
.ecs__component-slider {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-slider {
    background-color: transparent;
  }
}
.ecs__component-slider:after {
  background-color: #e07e37;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% + 350px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs__component-slider:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
}
.ecs__component-slider__image {
  margin: 0 auto;
}
.ecs__component-slider__slider {
  z-index: 99;
}
.ecs__component-slider .slick-dots {
  display: none !important;
}
.ecs__component-slider .slick-slide {
  padding: 0;
}
.ecs_component__slider--slider, .ecs__component-slider--slider {
  padding: 200px 16px;
}
.ecs_component__slider__wrap, .ecs__component-slider__wrap {
  align-items: center;
  display: block;
  flex-direction: row !important;
  width: 100%;
}
.ecs_component__slider__slide-image, .ecs__component-slider__slide-image {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s all ease-in-out;
}
.ecs_component__slider__slide-image:hover, .ecs__component-slider__slide-image:hover {
  color: #fff;
}
.ecs_component__slider__slide-image:hover .ecs_component__slider__slide-icon, .ecs__component-slider__slide-image:hover .ecs_component__slider__slide-icon {
  background-color: rgba(0, 0, 0, 0.85);
}
.ecs_component__slider__slide-icon, .ecs__component-slider__slide-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 16px;
  padding: 8px;
  position: absolute;
  right: 16px;
  transition: 0.3s all ease-in-out;
}
.ecs_component__slider__slide-icon .icon, .ecs__component-slider__slide-icon .icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: center;
  opacity: 1;
}
.ecs_component__slider__slide-icon .icon.sif-threesixty, .ecs__component-slider__slide-icon .icon.sif-threesixty {
  font-size: 24px;
}
.ecs_component__slider__slide-content, .ecs__component-slider__slide-content {
  padding: 0;
}
.ecs_component__slider .slick-dots, .ecs__component-slider .slick-dots {
  display: none !important;
}
.ecs_component__slider .slick-list, .ecs__component-slider .slick-list {
  z-index: 3;
}
.ecs_component__slider .slick-slide, .ecs__component-slider .slick-slide {
  padding: 0;
}
@media (min-width: 769px) {
  .ecs_component__slider .slick-slide, .ecs__component-slider .slick-slide {
    padding: 0 8px;
  }
}
.ecs__component__component-slider__wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 36px;
  width: 100%;
}
.ecs__component__component-slider__intro {
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 1344px;
  text-align: center;
  width: 100%;
}
.ecs__component__component-slider__intro .h2 {
  color: #fff;
  margin-bottom: 16px;
}
.ecs__component__component-slider__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1344px;
}
@media (min-width: 769px) {
  .ecs__component__component-slider__links {
    flex-direction: row;
  }
}
.ecs__component__component-slider__link.button {
  border-color: #fff;
  color: #fff;
}
.ecs__components__slider__arrow {
  bottom: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  transition: 0.3s opacity ease-in-out;
  z-index: 3;
}
.ecs__components__slider__arrow-right {
  justify-content: flex-end;
  padding-left: 8px;
  text-align: right;
}
.ecs__components__slider__arrow-right:before {
  right: 4px;
}
.ecs__components__slider__arrow-left {
  flex-direction: flex-start;
  padding-right: 8px;
  text-align: left;
}
.ecs_component__slider.ecs_component__slider--story, .ecs_component__slider.ecs__component-slider__slider_story, .ecs__component-slider.ecs_component__slider--story, .ecs__component-slider.ecs__component-slider__slider_story {
  color: #595b5f;
}
.ecs_component__slider.ecs_component__slider--story:after, .ecs_component__slider.ecs__component-slider__slider_story:after, .ecs__component-slider.ecs_component__slider--story:after, .ecs__component-slider.ecs__component-slider__slider_story:after {
  display: none;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__storycontent:last-child) {
  margin-bottom: 64px;
}
.ecs_component__slider.ecs_component__slider--story .ecs_img.ecs_icon, .ecs_component__slider.ecs__component-slider__slider_story .ecs_img.ecs_icon, .ecs__component-slider.ecs_component__slider--story .ecs_img.ecs_icon, .ecs__component-slider.ecs__component-slider__slider_story .ecs_img.ecs_icon {
  max-height: 240px;
  width: 100%;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child), .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:not(.ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks:last-child) {
  margin-bottom: 24px;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  line-height: 24px;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item {
  color: #2e3433;
  position: relative;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item:after, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item:after, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item:after, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item:after {
  background-color: #437ab1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s all ease-in-out;
  width: 0;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item:hover, .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item:hover, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item:hover, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item:hover, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active {
  color: #437ab1;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item:hover:after, .ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active:after, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item:hover:after, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active:after, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item:hover:after, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active:after, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item:hover:after, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_navigation_item.ecs_active:after {
  opacity: 1;
  width: 100%;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_button, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_button, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__navigation .ecs_button, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__navigation .ecs_button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  outline: 0;
  padding: 0;
  padding-bottom: 16px;
  transition: 0.3s all ease-in-out;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks {
  display: flex;
  flex-direction: column;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__content-blocks .slick-slider .ecs__components__slider__arrow, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks .slick-slider .ecs__components__slider__arrow, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__content-blocks .slick-slider .ecs__components__slider__arrow, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__content-blocks .slick-slider .ecs__components__slider__arrow {
  display: none !important;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__images, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__images, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__images, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__images {
  margin-bottom: 80px;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__images .slick-track, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__images .slick-track, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__images .slick-track, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__images .slick-track {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__images .slick-slide > div, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__images .slick-slide > div, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__images .slick-slide > div, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__images .slick-slide > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow {
  background-color: #fff;
  border: 1px solid #585858;
  bottom: auto;
  color: #585858;
  opacity: 0.5;
  top: calc(100% + 8px);
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow:hover, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow:hover, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow:hover, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow:hover {
  opacity: 1;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow-left, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow-left, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow-left, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__images.slick-slider .ecs__components__slider__arrow-left {
  left: auto;
  right: 64px;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__slide-image, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__slide-image, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__slide-image, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__slide-image {
  box-shadow: none;
  height: auto;
  margin: auto;
  width: 100%;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__slide-content .h2, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__slide-content .h2, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__slide-content .h2, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__slide-content .h2 {
  color: #437ab1;
  font-size: 20px;
  margin-bottom: 8px;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__image, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__image, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__image, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__image {
  height: auto;
  width: 100%;
}
.ecs_component__slider.ecs_component__slider--story .ecs_component__slider__slide-icon, .ecs_component__slider.ecs__component-slider__slider_story .ecs_component__slider__slide-icon, .ecs__component-slider.ecs_component__slider--story .ecs_component__slider__slide-icon, .ecs__component-slider.ecs__component-slider__slider_story .ecs_component__slider__slide-icon {
  opacity: 0;
}
@media (min-width: 769px) {
  .ecs_component__slider.ecs_component__slider--story .slick-slide, .ecs_component__slider.ecs__component-slider__slider_story .slick-slide, .ecs__component-slider.ecs_component__slider--story .slick-slide, .ecs__component-slider.ecs__component-slider__slider_story .slick-slide {
    padding: 0;
  }
}
.ecs_contentslider_careers .ecs__component-slider, .ecs_contentslider_careers .ecs_component__slider, .ecs_contentslider_careers .ecs__component__component-slider {
  color: #595b5f;
}
.ecs_contentslider_careers .ecs__component-slider:after, .ecs_contentslider_careers .ecs_component__slider:after, .ecs_contentslider_careers .ecs__component__component-slider:after {
  display: none;
}
@media (min-width: 769px) {
  .ecs_contentslider_careers .ecs__component-slider__slide-content, .ecs_contentslider_careers .ecs_component__slider__slide-content, .ecs_contentslider_careers .ecs__component__component-slider__slide-content {
    padding-left: 64px;
  }
}
.ecs_contentslider_careers .ecs__component-slider__slide-icon__image, .ecs_contentslider_careers .ecs_component__slider__slide-icon__image, .ecs_contentslider_careers .ecs__component__component-slider__slide-icon__image {
  display: none;
}
.ecs_contentslider_careers .ecs__component-slider .h2, .ecs_contentslider_careers .ecs_component__slider .h2, .ecs_contentslider_careers .ecs__component__component-slider .h2 {
  color: #2e3433;
}
.ecs_contentslider_careers .ecs__component-slider__intro, .ecs_contentslider_careers .ecs_component__slider__intro, .ecs_contentslider_careers .ecs__component__component-slider__intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media (min-width: 769px) {
  .ecs_contentslider_careers .ecs__component-slider .ecs_slider_columns, .ecs_contentslider_careers .ecs_component__slider .ecs_slider_columns, .ecs_contentslider_careers .ecs__component__component-slider .ecs_slider_columns {
    align-items: center;
    flex-direction: row-reverse;
  }
}
.ecs_contentslider_careers .ecs__component-slider__wrap, .ecs_contentslider_careers .ecs_component__slider__wrap, .ecs_contentslider_careers .ecs__component__component-slider__wrap {
  color: #fff;
  display: flex;
  margin-bottom: 0;
  padding: 16px 0;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 769px) {
  .ecs_contentslider_careers .ecs__component-slider__wrap, .ecs_contentslider_careers .ecs_component__slider__wrap, .ecs_contentslider_careers .ecs__component__component-slider__wrap {
    flex-direction: row;
    padding: 80px 0;
  }
}
.ecs_contentslider_careers .ecs__component-slider__wrap:before, .ecs_contentslider_careers .ecs_component__slider__wrap:before, .ecs_contentslider_careers .ecs__component__component-slider__wrap:before {
  background-color: #737b32;
  background-image: url("../../assets/images/background-navy-seamless.png");
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-image 0.3s ease-in-out;
  width: 100vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs_contentslider_careers .ecs__component-slider__wrap:before, .ecs_contentslider_careers .ecs_component__slider__wrap:before, .ecs_contentslider_careers .ecs__component__component-slider__wrap:before {
    width: calc(100vw - 48px);
  }
}
.ecs_contentslider_careers .ecs__component-slider__wrap.ecs_counter_odd:before, .ecs_contentslider_careers .ecs_component__slider__wrap.ecs_counter_odd:before, .ecs_contentslider_careers .ecs__component__component-slider__wrap.ecs_counter_odd:before {
  background-color: #437ab1;
  background-image: url("../../assets/images/background-maroon-seamless.png");
}
.ecs_contentslider_careers .ecs__component-slider__wrap:after, .ecs_contentslider_careers .ecs_component__slider__wrap:after, .ecs_contentslider_careers .ecs__component__component-slider__wrap:after {
  background-color: #437ab1;
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100vw;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs_contentslider_careers .ecs__component-slider__wrap:after, .ecs_contentslider_careers .ecs_component__slider__wrap:after, .ecs_contentslider_careers .ecs__component__component-slider__wrap:after {
    width: calc(100vw - 48px);
  }
}
.ecs_contentslider_careers .ecs__component-slider__wrap .h2, .ecs_contentslider_careers .ecs__component-slider__wrap .h3, .ecs_contentslider_careers .ecs_component__slider__wrap .h2, .ecs_contentslider_careers .ecs_component__slider__wrap .h3, .ecs_contentslider_careers .ecs__component__component-slider__wrap .h2, .ecs_contentslider_careers .ecs__component__component-slider__wrap .h3 {
  color: #fff;
}
.ecs_contentslider_careers .ecs__component-slider .slick-slide, .ecs_contentslider_careers .ecs_component__slider .slick-slide, .ecs_contentslider_careers .ecs__component__component-slider .slick-slide {
  overflow: visible;
  z-index: 1;
}
.ecs_contentslider_careers .ecs__component-slider .slick-slide > div, .ecs_contentslider_careers .ecs_component__slider .slick-slide > div, .ecs_contentslider_careers .ecs__component__component-slider .slick-slide > div {
  z-index: 3;
}
.ecs_contentslider_careers .ecs__component-slider .slick-dots, .ecs_contentslider_careers .ecs_component__slider .slick-dots, .ecs_contentslider_careers .ecs__component__component-slider .slick-dots {
  display: flex !important;
  flex-direction: row;
  padding: 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_contentslider_careers .ecs__component-slider .slick-dots, .ecs_contentslider_careers .ecs_component__slider .slick-dots, .ecs_contentslider_careers .ecs__component__component-slider .slick-dots {
    flex-direction: column;
    padding: 64px;
    position: relative;
    width: auto;
  }
}
.ecs_contentslider_careers .ecs__component-slider .slick-dots li, .ecs_contentslider_careers .ecs_component__slider .slick-dots li, .ecs_contentslider_careers .ecs__component__component-slider .slick-dots li {
  cursor: pointer;
  padding: 8px;
}
.ecs_contentslider_careers .ecs__component-slider .slick-dots .slick-active .ecs_slider_dot, .ecs_contentslider_careers .ecs_component__slider .slick-dots .slick-active .ecs_slider_dot, .ecs_contentslider_careers .ecs__component__component-slider .slick-dots .slick-active .ecs_slider_dot {
  background-color: #fff;
}
.ecs_contentslider_careers .ecs__component-slider .slick-dots .ecs_slider_dot, .ecs_contentslider_careers .ecs_component__slider .slick-dots .ecs_slider_dot, .ecs_contentslider_careers .ecs__component__component-slider .slick-dots .ecs_slider_dot {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  height: 8px;
  transition: 0.3s all ease-in-out;
  width: 8px;
}
.ecs_contentslider_careers .ecs__component-slider .ecs__components__slider__arrow, .ecs_contentslider_careers .ecs_component__slider .ecs__components__slider__arrow, .ecs_contentslider_careers .ecs__component__component-slider .ecs__components__slider__arrow {
  background-color: transparent;
  bottom: 32px;
}
.ecs_contentslider_careers .ecs__component-slider .ecs__components__slider__arrow-right, .ecs_contentslider_careers .ecs_component__slider .ecs__components__slider__arrow-right, .ecs_contentslider_careers .ecs__component__component-slider .ecs__components__slider__arrow-right {
  right: 16px;
}
.ecs_contentslider_careers .ecs__component-slider .ecs__components__slider__arrow-left, .ecs_contentslider_careers .ecs_component__slider .ecs__components__slider__arrow-left, .ecs_contentslider_careers .ecs__component__component-slider .ecs__components__slider__arrow-left {
  left: 16px;
}
.ecs_contentslider_careers .ecs__component-slider .ecs_slide_contentwrap .ecs_picture, .ecs_contentslider_careers .ecs_component__slider .ecs_slide_contentwrap .ecs_picture, .ecs_contentslider_careers .ecs__component__component-slider .ecs_slide_contentwrap .ecs_picture {
  display: block;
  margin-bottom: 16px;
}
.ecs_standard_slider.ecs_components__container-component-slider .ecs__components__slider__arrow.slick-arrow {
  bottom: unset;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.ecs_standard_slider.ecs_components__container-component-slider .ecs__components__slider__arrow.slick-arrow .icon::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2829 5.28288C12.6734 4.89236 13.3066 4.89236 13.6971 5.28288L19.7071 11.2929C19.8947 11.4804 20 11.7348 20 12C20 12.1572 19.963 12.3105 19.8938 12.4484C19.8272 12.5888 19.7288 12.7111 19.608 12.8062L13.6971 18.7171C13.3066 19.1076 12.6734 19.1076 12.2829 18.7171C11.8924 18.3266 11.8924 17.6934 12.2829 17.3029L16.5658 13.02L4 13.02C3.44772 13.02 3 12.5723 3 12.02C3 11.4677 3.44772 11.02 4 11.02L16.6058 11.02L12.2829 6.6971C11.8924 6.30657 11.8924 5.67341 12.2829 5.28288Z" fill="white"/></svg>');
  content: "";
  height: 24px;
  width: 24px;
}
.ecs_standard_slider.ecs_components__container-component-slider .ecs__components__slider__arrow.slick-arrow.ecs__components__slider__arrow-left .icon::before {
  transform: rotate(180deg);
}
.ecs_standard_slider.ecs_components__container-component-slider .ecs_component__slider__slide-icon.ecs_component__slider__slide-icon__image {
  display: none;
}
.ecs_standard_slider.ecs_components__container-component-slider .ecs__component__component-slider__wrap {
  margin-bottom: 0;
}
.ecs_standard_slider.ecs_components__container-component-slider .slick-slide .ecs_img {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  width: 100%;
}
.ecs_threefourths_background.ecs_components__container-component-slider .ecs__component-slider::after {
  background-image: "../../assets/images/background-navy-seamless.png";
  bottom: unset;
  clip-path: unset !important;
  height: 75%;
  top: 0;
}
.property-home.ecs_components__container-component-slider .slick-slider .ecs__components__slider__arrow, .ecs_center_arrows.ecs_components__container-component-slider .slick-slider .ecs__components__slider__arrow {
  bottom: 50%;
  transform: translateY(50%);
}
.property-home .ecs_components__container-component-slider .slick-slider .ecs__components__slider__arrow, .ecs_center_arrows .ecs_components__container-component-slider .slick-slider .ecs__components__slider__arrow {
  bottom: 50%;
  transform: translateY(50%);
}
.ecs__component.ecs__component-spaces {
  padding-top: 0;
}
.ecs_components__container.ecs_components__container-component-spaces {
  z-index: 2;
}
@media (max-width: 769px) {
  .property-page .spaces-modal-header {
    gap: 16px;
  }
  .property-page .spaces-control-tabs {
    flex-wrap: wrap;
  }
}
.spaces-override .spaces-price-wrapper {
  display: flex;
  flex-direction: row;
}
.spaces-override .spaces-unit-price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.spaces-override .spaces-figure.spaces-figure-plan.spaces-plan-figure {
  padding-top: 12px;
}
.ecs__component-specialcontent .ecs_img {
  height: auto;
  width: 100%;
}
.ecs__component-specialcontent .ecs_special_top {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_top {
    margin-bottom: -128px;
  }
}
.ecs__component-specialcontent .ecs_special_top .ecs_special_topcolumns {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_top .ecs_special_topcolumns {
    flex-direction: row;
  }
}
.ecs__component-specialcontent .ecs_special_top .ecs_left_picturewrap {
  position: relative;
  z-index: 2;
}
.ecs__component-specialcontent .ecs_special_top .ecs_left_picturewrap:after {
  bottom: 32px;
  content: url("../../assets/images/redpeak-doublearrow-yellow-right.svg");
  left: 53px;
  position: absolute;
  transform: translateX(-50%);
  width: 42px;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_top .ecs_left_picturewrap:after {
    bottom: 151px;
    height: auto;
    left: 0;
    transform: translateX(-50%) translateY(50%);
    width: 84px;
  }
}
.ecs__component-specialcontent .ecs_special_top .ecs_left_picturewrap .ecs_img {
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_top .ecs_left_picturewrap .ecs_img {
    margin-top: 180px;
    max-width: none;
    width: calc(100% + 64px);
  }
}
.ecs__component-specialcontent .ecs_special_top .ecs_right_picturewrap {
  position: relative;
}
.ecs__component-specialcontent .ecs_special_top .ecs_right_picturewrap .ecs_picture {
  position: relative;
}
.ecs__component-specialcontent .ecs_special_top .ecs_right_picturewrap .ecs_picture:after {
  position: absolute;
  right: 75px;
  top: 0;
  transform: translateX(50%) translateY(50%);
  width: 42px;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_top .ecs_right_picturewrap .ecs_picture:after {
    top: 80px;
    width: 84px;
  }
}
.ecs__component-specialcontent .ecs_special_top .ecs_right_picturewrap .ecs_img {
  z-index: 1;
}
.ecs__component-specialcontent .ecs_special_bottom {
  padding-top: 128px;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_bottom {
    padding-top: 0;
  }
}
.ecs__component-specialcontent .ecs_special_bottom:after {
  background-color: #437ab1;
  background-image: url("../../assets/images/background-maroon-seamless.png");
  background-repeat: repeat;
  background-size: auto;
  content: "";
  height: calc(100% - 150px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_bottom:after {
    height: 100%;
    left: auto;
    right: calc(50% - 260px);
    transform: translateY(-50%) translateX(0);
  }
}
.ecs__component-specialcontent .ecs_special_bottom .ecs_special_bottom_columns {
  position: relative;
  z-index: 3;
}
.ecs__component-specialcontent .ecs_special_bottom .ecs_bottom_picture {
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_bottom .ecs_bottom_picture {
    position: relative;
    top: auto;
  }
}
.ecs__component-specialcontent .ecs_special_bottom .ecs_bottom_picturewrap {
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_special_bottom .ecs_specials_content {
    margin: 180px 0;
  }
}
.ecs__component-specialcontent .ecs_card {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 18px;
}
.ecs__component-specialcontent .ecs_card:not(.ecs__component-specialcontent .ecs_card:last-child) {
  margin-bottom: 32px;
}
.ecs__component-specialcontent .ecs_card .ecs_image_wrap {
  margin-bottom: 32px;
  max-width: 48px;
}
.ecs__component-specialcontent .ecs_card .ecs_h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.ecs__component-specialcontent .ecs_card .ecs_list {
  list-style: disc;
  padding-inline-start: 14px;
}
.ecs__component-specialcontent .ecs_card .ecs_content:not(.ecs__component-specialcontent .ecs_card .ecs_content:last-child) {
  margin-bottom: 8px;
}
.ecs__component-specialcontent .ecs_card .ecs_ctas .ecs_a {
  color: #437ab1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}
.ecs__component-specialcontent .ecs_card .ecs_ctas .ecs_a:hover {
  color: #2e3433;
}
.ecs__component-specialcontent .ecs_card_wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent .ecs_card_wrap {
    padding: 36px;
  }
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_special_columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_special_columns {
    flex-direction: row;
  }
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_column {
  order: 2;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_column {
    order: 1;
  }
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_content_column {
  order: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_content_column {
    order: 2;
  }
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_content_column:after {
  background-color: #437ab1;
  background-image: url("../../assets/images/background-maroon-seamless.png");
  background-repeat: repeat;
  background-size: auto;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 200vw;
  z-index: 1;
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_content_column .ecs_content_wrap {
  margin: 24px 0 128px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_content_column .ecs_content_wrap {
    margin: 150px 0;
  }
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_column {
  display: flex;
  flex-direction: row;
  margin-top: -88px;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_column {
    margin-top: 0;
  }
}
.ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_leftspacer {
  display: none;
  height: 64px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_leftspacer {
    display: block;
  }
}
@media (min-width: 769px) {
  .ecs__component-specialcontent.ecs__component-specialcontent__sidecards .ecs_cards_left .ecs_card:first-child {
    margin-top: 64px;
  }
}
.ecs__component-specialcontent__threepics-reverse {
  margin-bottom: -50px;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_specials_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
@media (min-width: 1024px) {
  .ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_specials_content {
    margin: 180px 0;
  }
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_introline {
  color: #004f74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: none;
  order: 1;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_headline {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  order: 2;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_content {
  order: 3;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_special_bottom::after {
  content: unset;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_bottom_picture_column .ecs_picture .ecs_img {
  min-height: 547px;
  object-fit: cover;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_bottom_picture_column .ecs_picture::after {
  bottom: 0;
  content: url("../../assets/images/icons/icon_shapes-set.svg");
  position: absolute;
  right: -40px;
  width: fit-content;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_left_picturewrap .ecs_img {
  margin-top: 0;
  width: 100%;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_left_picturewrap::after {
  content: url("../../assets/images/icons/icon_star.svg");
  width: fit-content;
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_right_picturewrap::after {
  bottom: 32px;
  content: url("../../assets/images/icons/icon_pentagon.svg");
  left: unset;
  position: absolute;
  right: 0;
  scale: 0.8;
  width: fit-content;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_right_picturewrap::after {
    scale: 1;
    top: 32px;
  }
}
.ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_right_picturewrap .ecs_picture .ecs_right_picture {
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-specialcontent__threepics-reverse .ecs__component-specialcontent .ecs_right_picturewrap .ecs_picture .ecs_right_picture {
    margin-left: auto;
    width: calc(100% - 160px);
  }
}
.ecs__component-cpt-team {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ecs__component-cpt-team__wrap {
  max-width: 1344px;
}
.ecs__component-cpt-team__residents__card {
  pointer-events: none;
}
.ecs__component-cpt-team:after {
  background-color: #e1251b;
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-repeat: repeat;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: calc(100% - 350px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs__component-cpt-team:after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
    height: calc(100% - 200px);
  }
}
.ecs__component-cpt-team__intro .h2:before {
  content: "Meet the Team";
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.132em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.ecs__component-cpt-team__intro, .ecs__component-cpt-team__nav {
  margin-bottom: 36px;
  text-align: center;
}
.ecs__component-cpt-team__nav {
  display: none;
}
.ecs__component-cpt-team .ecs_component__card__wrap {
  align-items: stretch;
  color: #595b5f;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 769px) {
  .ecs__component-cpt-team .ecs_component__card__wrap {
    flex-direction: row;
  }
}
.ecs__component-cpt-team .ecs_component__card__wrap-vertical {
  flex-direction: column;
  height: 100%;
}
.ecs__component-cpt-team .card {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.ecs__component-cpt-team .card__image {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  overflow: hidden;
  padding: 8px;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .ecs__component-cpt-team .card__image {
    border-bottom: 0;
    height: auto;
    padding-bottom: 0;
    width: 50%;
  }
}
.ecs__component-cpt-team .card__image:after {
  background-color: #437ab1;
  bottom: -8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  content: "";
  left: -8px;
  position: absolute;
  top: -8px;
  width: 32px;
  z-index: -1;
}
.ecs__component-cpt-team .card__image .ecs_picture {
  display: block;
  height: 100%;
  width: 100%;
}
.ecs__component-cpt-team .card__image .ecs_img {
  border-radius: 2px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-cpt-team .card__image .ecs_img {
    position: relative;
  }
}
.ecs__component-cpt-team .card__content {
  font-size: 12px;
  padding: 16px;
  text-align: left;
  width: 100%;
}
.ecs__component-cpt-team .member__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.68px;
}
.ecs__component-cpt-team .member__title {
  font-style: italic;
  margin-bottom: 16px;
}
.ecs__component-cpt-team .member__subhead.h3 {
  font-size: 12px;
  letter-spacing: 1.81px;
}
.ecs__component-cpt-team .member__fact:not(.ecs__component-cpt-team .member__fact:last-child) {
  margin-bottom: 16px;
}
.ecs__component-cpt-team__leadership .card {
  background-color: #fff;
}
.ecs__component-cpt-team__leadership .card .card__image {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ecs__component-cpt-team__leadership .card .card__image::after {
  display: none;
  margin: 0;
}
.corporate-page .ecs__component-cpt-team:after {
  display: none;
}
.corporate-page .ecs__component-cpt-team__leadership .card {
  border-bottom: 4px solid #e07e37;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.corporate-page .ecs__component-cpt-team__leadership .card__image {
  border-bottom: 0;
  min-height: 250px;
  overflow: hidden;
}
.corporate-page .ecs__component-cpt-team__leadership .card__image img {
  transition: 0.3s all ease-in-out;
}
.corporate-page .ecs__component-cpt-team__leadership .card:hover .member__name:after {
  background-color: #437ab1;
  color: #fff;
}
.corporate-page .ecs__component-cpt-team__leadership .card:hover .card__image img {
  transform: scale(1.1);
}
.corporate-page .ecs__component-cpt-team__leadership .member__name {
  align-items: center;
  color: #3d4543;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.26px;
  line-height: 18px;
  width: 100%;
}
.corporate-page .ecs__component-cpt-team__leadership .member__name:after {
  border: 1px solid #437ab1;
  content: "";
  font-family: "studio-icon-font";
  padding: 4px 8px;
  transition: 0.3s all ease-in-out;
}
.ecs_components__team-single {
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 769px) {
  .ecs_components__team-single {
    padding: 80px 16px;
  }
}
.ecs_components__team-single__wrap {
  max-width: 1006px !important;
}
@media (min-width: 769px) {
  .ecs_components__team-single__top {
    flex-direction: row-reverse;
    margin-bottom: 36px !important;
  }
}
.ecs_components__team-single__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .ecs_components__team-single__content {
    padding-right: 36px;
  }
}
.ecs_components__team-single__content-title {
  color: #adadad;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  order: 2;
  text-transform: none;
}
.ecs_components__team-single__content-name {
  color: #2e3433;
  margin-bottom: 8px;
  order: 1;
}
.ecs_components__team-single__content-description {
  margin-top: 24px;
  order: 3;
}
.ecs_components__team-single .button {
  display: inline-block;
  margin-bottom: 36px;
}
.ecs_components__team-single .copy-block {
  letter-spacing: 0.34px;
  line-height: 30px;
}
.ecs_components__team-single .copy-block span {
  letter-spacing: 0.34px;
  line-height: 30px;
}
.ecs_components__team-single__image-container {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.ecs_components__team-single__image-container path {
  fill: #e07e37;
}
.ecs_components__team-single__image-container:before {
  content: url("../../assets/images/redpeak_arrow_callouts.svg");
  height: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: translateY(-50%);
  width: 74px;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs_components__team-single__quote-wrap {
    margin-bottom: 100px;
  }
}
.ecs_components__team-single__quote-attribution {
  font-size: 14px;
  font-style: italic;
}
.ecs_components__team-single__icon-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 36px;
}
.ecs_components__team-single__icon-block__icon {
  margin-right: 16px;
  min-width: 80px;
}
.ecs_components__team-single__icon-block__content-wrap {
  flex: 1;
}
.ecs_components__team-single__icon-block .h2 {
  color: #2e3433;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.16px;
  line-height: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ecs_components__team-single__icon-block__content {
  border-left: 2px solid #437ab1;
  padding-left: 16px;
}
.ecs_components__team-single .copy-block {
  line-height: 30px;
  margin-bottom: 16px;
}
.ecs_team_single_bio_wrap {
  border-bottom: 4px dotted #adadad;
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
  padding-bottom: 36px;
}
.ecs_team_single_date_title, .ecs_team_single_value_title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-transform: uppercase;
}
.ecs_team_single_date_content, .ecs_team_single_value_content {
  color: #437ab1;
  font-size: 24px;
  font-weight: 600;
}
.ecs_team_single_date .ecs_image_wrap, .ecs_team_single_value .ecs_image_wrap {
  margin-top: 8px;
}
.ecs__component-timeline {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-color: #737b32;
}
.ecs__component-timeline .ecs_dates_list {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ecs__component-timeline .ecs_date {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
}
.ecs__component-timeline .ecs_date:not(.ecs__component-timeline .ecs_date:last-child) {
  position: relative;
  margin-bottom: 56px;
}
.ecs__component-timeline .ecs_date:not(.ecs__component-timeline .ecs_date:last-child):after {
  background-color: transparent;
  background-image: url("../../assets/images/dashed-line.svg");
  background-repeat: repeat-y;
  content: "";
  height: 56px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 6px;
  z-index: 0;
}
.ecs__component-timeline .ecs_date_icon {
  height: auto;
  margin: 8px auto;
  width: 64px;
}
.ecs__component-timeline .ecs_date .ecs_date_label {
  position: relative;
  color: #fff;
  margin-bottom: 56px;
  padding: 8px;
  text-align: center;
}
.ecs__component-timeline .ecs_date .ecs_date_label:after {
  background-color: transparent;
  background-image: url("../../assets/images/dashed-line.svg");
  background-repeat: repeat-y;
  content: "";
  height: 56px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 6px;
  z-index: 0;
}
.ecs__component-timeline .ecs_date_wrap {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  padding: 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 769px) {
  .ecs__component-timeline .ecs_date_wrap {
    padding: 48px;
  }
}
.ecs__component-timeline .ecs_date_wrap .ecs_h2 {
  color: #e07e37;
}
.ecs__component-timeline .ecs_date_wrap .ecs_content:not(.ecs__component-timeline .ecs_date_wrap .ecs_content:last-child), .ecs__component-timeline .ecs_date_wrap .ecs_date_message:not(.ecs__component-timeline .ecs_date_wrap .ecs_content:last-child), .ecs__component-timeline .ecs_date_wrap .ecs_content:not(.ecs__component-timeline .ecs_date_wrap .ecs_date_message:last-child), .ecs__component-timeline .ecs_date_wrap .ecs_date_message:not(.ecs__component-timeline .ecs_date_wrap .ecs_date_message:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .ecs__component-timeline .ecs_date_wrap .ecs_content:not(.ecs__component-timeline .ecs_date_wrap .ecs_content:last-child), .ecs__component-timeline .ecs_date_wrap .ecs_date_message:not(.ecs__component-timeline .ecs_date_wrap .ecs_content:last-child), .ecs__component-timeline .ecs_date_wrap .ecs_content:not(.ecs__component-timeline .ecs_date_wrap .ecs_date_message:last-child), .ecs__component-timeline .ecs_date_wrap .ecs_date_message:not(.ecs__component-timeline .ecs_date_wrap .ecs_date_message:last-child) {
    margin-bottom: 48px;
  }
}
.ecs__component-timeline .ecs_date .ecs_hr {
  background-color: #437ab1;
  margin: 16px 0;
  max-width: 128px;
}
.ecs__component-timeline .ecs_date_ctas {
  display: flex;
  flex-direction: column;
  margin: -4px 0;
}
@media (min-width: 769px) {
  .ecs__component-timeline .ecs_date_ctas {
    flex-direction: row;
    margin: 0 -4px;
  }
}
.ecs__component-timeline .ecs_date_ctas .ecs_button {
  margin: 4px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-timeline .ecs_date_ctas .ecs_button {
    margin: 0 4px;
    width: auto;
  }
}
.ecs__component-timeline .ecs_date_gallery {
  line-height: 0;
  max-width: 100%;
}
.ecs__component-timeline .ecs_date_gallery .slick-list {
  max-width: 100%;
  min-height: max-content;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider {
  background: unset;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs__component-wrapper.container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns {
  padding-bottom: 32px;
  pointer-events: none;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns .ecs_event_headline {
  font-size: 36px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns .ecs_event_subhead {
  color: #004F74;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 8px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns .ecs_event_label {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 32px;
  padding-top: 16px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns .ecs_event_content.ecs_event {
  color: #414141;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns .slick-dots li {
  display: none;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_event_columns .ecs_img {
  min-height: 538px;
  object-fit: cover;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events {
  bottom: 0;
  left: calc(50% + 13px);
  position: absolute;
  right: 0;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_btn.ecs_timeline_arrow {
  align-items: center;
  background: transparent;
  bottom: -32px;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 32px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_btn.ecs_timeline_arrow.ecs_timeline_next {
  left: 48px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event {
  position: relative;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event .ecs_event_marker {
  aspect-ratio: 1;
  background-color: #E8E4E1;
  border-radius: 50%;
  height: 16px;
  transition: 0.3s all ease-in-out;
  width: 16px;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event::after {
  transition: 0.3s all ease-in-out;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event:has(~ .ecs_active) .ecs_event_marker {
  background-color: #00A3BF;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event:has(~ .ecs_active)::after {
  background: #00A3BF;
  bottom: calc(50% - 1px);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 50%;
  width: 100%;
}
.ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event.ecs_active .ecs_event_marker, .ecs__component.ecs__component-timeline.ecs__component-timeline__slider .ecs_timeline_events .ecs_timeline_event:hover .ecs_event_marker {
  background-color: #00A3BF;
}
.ecs_components__container-component-tracker {
  background-color: #e07e37;
  background-image: url("../../assets/images/background-navy-seamless.png");
  background-repeat: repeat;
  background-size: auto;
}
.ecs_component_tracker {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .ecs_component_tracker {
    gap: 48px;
  }
}
.ecs_component_tracker .ecs_intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .ecs_component_tracker .ecs_intro {
    display: grid;
  }
}
.ecs_component_tracker .ecs_intro .ecs_introline {
  color: #ff9e18;
  grid-column: 1;
  margin-bottom: -8px;
  order: 1;
}
.ecs_component_tracker .ecs_intro .ecs_headline {
  grid-column: 1;
  order: 2;
}
.ecs_component_tracker .ecs_intro .ecs_content {
  grid-column: 1;
  order: 3;
}
.ecs_component_tracker .ecs_intro .ecs_ctas {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  justify-content: flex-end;
  order: 4;
}
.ecs_component_tracker.reverse .ecs_button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.ecs_component_tracker.reverse .ecs_button:hover {
  background-color: #e1251b;
  border-color: #fff;
  color: #fff;
}
.ecs_tracker {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ecs_tracker_bars {
  display: flex;
  gap: 6px;
  height: 48px;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs_tracker_bars {
    height: 68px;
  }
}
@media (min-width: 769px) {
  .ecs_tracker_bars--mobile {
    display: none;
  }
}
.ecs_tracker_bars--tablet {
  display: none;
}
@media (min-width: 769px) {
  .ecs_tracker_bars--tablet {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .ecs_tracker_bars--tablet {
    display: none;
  }
}
.ecs_tracker_bars--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .ecs_tracker_bars--desktop {
    display: flex;
  }
}
.ecs_tracker_bar {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  flex: 1;
  height: 100%;
}
.ecs_tracker_bar--filled {
  background: #00a3bf;
}
.ecs_tracker_stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ecs_tracker_stat_number {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.125;
}
.ecs_tracker_stat_label {
  color: #ebebeb;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.ecs__component-valuesbrochure {
  color: #fff;
  margin-top: 100px;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure {
    margin-top: 0;
  }
}
.ecs__component-valuesbrochure:after {
  background-color: #e07e37;
  background-image: url(../../assets/images/dkblue_texture_hires.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.ecs__component-valuesbrochure__intro-prmary__container, .ecs__component-valuesbrochure__intro-secondary__container {
  margin-bottom: 80px;
  text-align: center;
}
.ecs__component-valuesbrochure__intro-prmary__intro_line, .ecs__component-valuesbrochure__intro-secondary__intro_line {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ecs__component-valuesbrochure__intro-prmary__heading, .ecs__component-valuesbrochure__intro-secondary__heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.ecs__component-valuesbrochure__intro-prmary__heading__container, .ecs__component-valuesbrochure__intro-secondary__heading__container {
  margin-bottom: 16px;
}
.ecs__component-valuesbrochure__value {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  padding: 16px 0;
  position: relative;
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure__value {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.ecs__component-valuesbrochure__value:after {
  bottom: calc(100% + 16px);
  content: url("../../assets/images/redpeak_arrow_value_right.svg");
  display: block;
  height: auto;
  left: 50%;
  line-height: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 72px;
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure__value:after {
    bottom: auto;
    transform: translate(-50%);
  }
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure__value:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.ecs__component-valuesbrochure__value:nth-of-type(even):after {
  content: url("../../assets/images/redpeak_arrow_value_left.svg");
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure__value {
    flex-direction: row;
  }
}
.ecs__component-valuesbrochure__value__image, .ecs__component-valuesbrochure__value__content {
  flex: 1;
  height: auto;
  margin: 0 80px;
  width: 100%;
}
.ecs__component-valuesbrochure__value__image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure__value__image {
    margin-bottom: 0;
  }
}
.ecs__component-valuesbrochure__value__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .ecs__component-valuesbrochure__value__content {
    text-align: left;
  }
}
.ecs__component-videocallout__wrap {
  margin: 0 auto;
  max-width: 1344px;
  width: 100%;
}
.ecs__component-videocallout__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 769px) {
  .ecs__component-videocallout__content {
    text-align: left;
  }
}
.ecs__component-videocallout__content__container {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .ecs__component-videocallout__content__container {
    flex-direction: row;
  }
}
.ecs__component-videocallout__content__image {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ecs__component-videocallout__content__intro {
  color: #3d4543;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.32px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ecs__component-videocallout__content__heading {
  color: #3d4543;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 38px;
  margin-bottom: 24px;
}
.ecs__component-videocallout .ecs_intro_content {
  display: flex;
  flex-direction: column;
}
.ecs__component-videocallout .ecs_intro_content .ecs_h2 {
  order: 2;
}
.ecs__component-videocallout .ecs_intro_content .ecs_h3 {
  order: 1;
}
.ecs__component-videocallout .ecs_intro_content .ecs_content {
  order: 3;
}
.ecs__component-videocallout .plyr {
  border-top: 8px solid #e07e37;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.ecs_videocallout_with-half-background .ecs__component.ecs__component-videocallout.ecs__component-videocallout__content::before {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  bottom: 0;
  content: "";
  height: 231px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.ecs_videocallout_with-title .plyr {
  border-top: 0;
  box-shadow: none;
}
.ecs_videocallout_with-title .ecs_headline.headline {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 36px;
  font-weight: 600;
  justify-content: center;
  left: 0;
  line-height: 44px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}
.emo.emo--open {
  z-index: 99;
}
.emo_titlebar {
  left: 36px;
  position: absolute;
  top: 24px;
}
.emo__close {
  right: 16px;
  top: 16px;
}
.emo__content.emo_template_titlebar {
  max-width: 1200px;
  padding-top: 120px;
  width: 90vw;
}
.emo .ecs__component-iframe__iframe {
  min-height: calc(100dvh - 300px) !important;
}
.emo_template_frameonly.emo__content {
  min-width: 90vw;
  padding: 0;
}
.emo__noscroll {
  position: inherit;
}
.careers .ecs__component-iframe, .careers .ecs_components__container.ecs_components__container-component-iframe, .careers-new .ecs__component-iframe, .careers-new .ecs_components__container.ecs_components__container-component-iframe {
  background-color: transparent;
}
.careers .ecs__component-iframe .emo__close, .careers .ecs_components__container.ecs_components__container-component-iframe .emo__close, .careers-new .ecs__component-iframe .emo__close, .careers-new .ecs_components__container.ecs_components__container-component-iframe .emo__close {
  align-items: center;
  background-color: transparent;
  border: 2px solid #e1251b;
  color: #e1251b;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 999999999;
}
.careers .ecs__component-iframe .emo__close:hover, .careers .ecs_components__container.ecs_components__container-component-iframe .emo__close:hover, .careers-new .ecs__component-iframe .emo__close:hover, .careers-new .ecs_components__container.ecs_components__container-component-iframe .emo__close:hover {
  background-color: #e1251b;
  color: white;
}
.property-award .ecs__component-pageintro, .property-awards .ecs__component-pageintro {
  margin-bottom: 0;
}
.property-award .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section, .property-awards .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  display: none;
}
.property-award .ecs__page > div:nth-child(3) .ecs_img, .property-awards .ecs__page > div:nth-child(3) .ecs_img {
  max-height: 243px;
  max-width: 286.899px;
}
.property-award .ecs__page > div:nth-child(4) .content1--left > .columns, .property-awards .ecs__page > div:nth-child(4) .content1--left > .columns {
  align-items: flex-start;
}
.property-award .ecs__page > div:nth-child(4) .ecs_img, .property-awards .ecs__page > div:nth-child(4) .ecs_img {
  aspect-ratio: 1;
}
.property-award .ecs__page > div:nth-child(4) .ecs_component__content-block .h3, .property-awards .ecs__page > div:nth-child(4) .ecs_component__content-block .h3 {
  color: #737b32;
}
.ecs_contentblock_award_primary {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  color: #fff;
}
.ecs_contentblock_award_primary .ecs_component__content-block .h2 {
  color: #fff;
}
.ecs_contentblock_award_image .ecs_component__content-block__gallery .ecs_img {
  aspect-ratio: 1;
}
.ecs_contentblock_award_secondary {
  z-index: 0;
}
.ecs_contentblock_award_secondary::after {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-repeat: repeat;
  bottom: 0;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 150%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  height: 130%;
}
@media (min-width: 769px) {
  .ecs_contentblock_award_secondary::after {
    clip-path: polygon(0 200px, 100% 0, 100% 100%, 0% 100%);
    height: 150%;
  }
}
@media (min-width: 769px) {
  .ecs_contentblock_award_secondary::after {
    height: 120%;
  }
}
@media (min-width: 1024px) {
  .ecs_contentblock_award_secondary::after {
    height: 130%;
  }
}
@media (min-width: 1280px) {
  .ecs_contentblock_award_secondary::after {
    height: 135%;
  }
}
.ecs_contentblock_award_secondary .ecs_component__content-block .h2, .ecs_contentblock_award_secondary .ecs_component__content-block .h3, .ecs_contentblock_award_secondary .h3.ecs_component__content-block__header, .ecs_contentblock_award_secondary .h2.ecs_component__content-block__subhead, .ecs_contentblock_award_secondary .ecs_component__content-block__content {
  color: #fff;
}
.ecs_custom_property .ecs__page > div:nth-child(4) .ecs_component__content-block .h3 {
  color: #e07e37;
}
.corporate-careers-new .corporate-outro, .corporate-careers .corporate-outro, .careers.corporate-page .corporate-outro {
  border-top: 2px solid #f7f7f7;
}
.corporate-careers-new .corporate-preoutro, .corporate-careers .corporate-preoutro, .careers.corporate-page .corporate-preoutro {
  display: none;
}
.neighborhoods.corporate-page .ecs_component__content-block__gallery {
  margin-bottom: -28px;
}
@media (min-width: 769px) {
  .neighborhoods.corporate-page .ecs_component__content-block__gallery {
    margin-bottom: 0;
  }
}
.neighborhoods.corporate-page .ecs_component__content-block__gallery .ecs_picture {
  align-items: flex-end;
  display: flex;
  min-height: 770px;
}
.neighborhoods.corporate-page .ecs_component__content-block__gallery .ecs_img {
  object-fit: contain;
}
.neighborhoods.corporate-page .ecs__component-neighborhoods__grid::after {
  height: 100%;
}
@media (min-width: 769px) {
  .neighborhoods .ecs_components__container.ecs_components__container-component-contentblock {
    margin-bottom: -200px;
  }
}
.neighborhoods .ecs_components__container.ecs_components__container-component-contentblock .ecs_component__content-block__columns.columns.is-vcentered.is-variable.is-3-tablet {
  gap: 64px;
}
@media (min-width: 769px) {
  .neighborhoods .ecs_components__container.ecs_components__container-component-contentblock .ecs_component__content-block__columns.columns.is-vcentered.is-variable.is-3-tablet {
    gap: 0;
  }
}
@media (min-width: 769px) {
  .corporate-home .ecs__component-corporatecallouts {
    padding-left: 0;
    padding-right: 0;
  }
}
.corporate-home .corporate-preoutro {
  display: none;
}
@media (min-width: 769px) and (min-width: 1024px) {
  .corporate-home .ecs__component-neighborhoods__grid:after {
    height: 90%;
  }
}
.corporate-page.home .ecs__component-corporatecallouts__content__image img {
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .corporate-page.home .ecs_components__container-component-hero .hero__content {
    align-items: center;
    text-align: center;
  }
  .corporate-page.home .ecs_components__container-component-hero .ecs_hero_container {
    justify-content: center;
  }
  .corporate-page.home .ecs_components__container-component-hero .ecs_hero_container .headline {
    text-align: center;
  }
  .corporate-page.home .ecs_components__container-component-hero .ecs_hero_container .introline {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25em;
    text-align: center;
  }
  .corporate-page.home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button {
    background-color: #e1251b;
    border-color: #e1251b;
  }
  .corporate-page.home .ecs_components__container-component-hero .ecs_hero_container .ecs_ctas .ecs_a.ecs_button:hover {
    background-color: #8d160f;
    border-color: #8d160f;
  }
}
@media (max-width: 768px) and (min-width: 375px) {
  .corporate-page.home .ecs_components__container-component-hero .ecs_hero_container .introline {
    font-size: 42px;
    line-height: 1.5em;
  }
}
.corporate-page.home .ecs_component__content-block__gallery .ecs_img {
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .corporate-page.home .ecs__component-corporatecallouts.ecs__component-corporatecallouts__home {
    padding: 0;
  }
}
.corporate-page.home .ecs__component-corporatecallouts.ecs__component-corporatecallouts__home .ecs__component-corporatecallouts__content.column.is-two-fifths-tablet {
  padding: 20px;
}
.corporate-page.home .ecs__component-corporatecallouts.ecs__component-corporatecallouts__home .ecs__components__callout__mask {
  max-height: 150px;
}
@media (min-width: 769px) {
  .corporate-page.home .ecs__component-corporatecallouts.ecs__component-corporatecallouts__home .ecs__components__callout__mask {
    max-height: 300px;
  }
}
.corporate-page.home .ecs__component-fullwidthcontent__quote__wrap .ecs__component-fullwidthcontent__quote__byline {
  filter: hue-rotate(45deg);
}
.corporate-page.home .ecs__component-fullwidthcontent__quote__wrap::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
  }
  .ecs_main {
    margin-top: 90px;
  }
}
.ecs_hero_background_image ~ .ecs_hero_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.make_your_mark_cards .ecs_headline {
  color: #90162a;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 64px;
  text-align: center;
}
.make_your_mark_cards .ecs_component__card:nth-child(2) .ecs_component__card__wrap {
  background-color: rgba(170, 203, 135, 0.3);
}
.make_your_mark_cards .ecs_component__card:nth-child(2) .ecs_component__card__wrap .ecs_component__content-block__header {
  color: #597f26;
}
.make_your_mark_cards .ecs_component__card:nth-child(3) .ecs_component__card__wrap {
  background-color: rgba(245, 183, 129, 0.3);
}
.make_your_mark_cards .ecs_component__card:nth-child(3) .ecs_component__card__wrap .ecs_component__content-block__header {
  color: #90162a;
}
.make_your_mark_cards .ecs_component__card__image {
  max-height: 124px;
}
.make_your_mark_cards .ecs_component__card__wrap {
  background-color: rgba(194, 215, 242, 0.4);
  box-shadow: none;
  height: 100%;
}
.make_your_mark_cards .ecs_component__card__wrap .ecs_component__card__column.ecs_component__card__column-images {
  max-width: 200px;
  padding: 48px 0 56px;
}
.make_your_mark_cards .ecs_component__card__wrap .ecs_component__card__content-wrap {
  padding: 0 32px 40px;
}
.make_your_mark_cards .ecs_component__card__wrap .ecs_component__content-block__header {
  color: #3154a0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 24px;
}
.make_your_mark_cards .ecs_component__card__wrap .ecs_component__content-block__content {
  color: #282522;
  line-height: 24px;
}
.make_your_mark_content_block {
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .make_your_mark_content_block {
    margin-top: 0;
  }
}
.make_your_mark_content_block .ecs__component-wrapper {
  background-color: rgba(194, 215, 242, 0.5);
  margin-top: 255px;
  padding: 24px;
}
@media (min-width: 769px) {
  .make_your_mark_content_block .ecs__component-wrapper {
    margin-top: 108px;
    padding: 36px;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_content_block .ecs__component-wrapper {
    padding: 56px 0 56px 245px;
  }
}
.make_your_mark_content_block .ecs_component__content-block__wrap.content1--left .ecs_component__content-block__columns.columns {
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .make_your_mark_content_block .ecs_component__content-block__wrap.content1--left .ecs_component__content-block__columns.columns {
    flex-direction: row;
  }
}
.make_your_mark_content_block .ecs_component__content-block__gallery {
  margin-top: -155px;
}
@media (min-width: 769px) {
  .make_your_mark_content_block .ecs_component__content-block__gallery {
    left: initial;
    margin-top: 0;
    position: relative;
    right: -20px;
    top: initial;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_content_block .ecs_component__content-block__gallery {
    right: 0;
  }
}
.make_your_mark_content_block .ecs_component__content-block__wrap {
  margin: auto;
}
.make_your_mark_content_block .ecs_component__content-block__wrap .ecs_component__content-block__column-content .ecs_img {
  display: none;
  left: -80px;
  position: absolute;
}
@media (min-width: 1024px) {
  .make_your_mark_content_block .ecs_component__content-block__wrap .ecs_component__content-block__column-content .ecs_img {
    display: initial;
  }
}
.make_your_mark_content_block .ecs_component__content-block__wrap .ecs_component__content-block__header {
  color: #3154a0;
  font-size: 32px;
  margin-bottom: 36px;
}
.make_your_mark_content_block .ecs_component__content-block__wrap .ecs_component__content-block__header::after {
  background-color: #3b6bb8;
  content: "";
  display: block;
  height: 4px;
  margin-top: 36px;
  opacity: 0.3;
  width: 72px;
}
.make_your_mark_content_block .ecs_component__content-block__wrap .ecs_component__content-block__content p {
  font-size: 14px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .make_your_mark_content_block .ecs_component__content-block__wrap .ecs_component__content-block__content p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .make_your_mark_content_block_blue .ecs_component__content-block__column-gallery {
    justify-content: flex-end;
  }
  .make_your_mark_content_block_blue .ecs_component__content-block__column-gallery .ecs_component__content-block__gallery {
    margin-right: -80px;
  }
}
.make_your_mark_content_block_green .ecs__component-wrapper {
  background-color: rgba(170, 203, 135, 0.3);
  margin-top: 210px;
}
@media (min-width: 769px) {
  .make_your_mark_content_block_green .ecs__component-wrapper {
    margin-top: 98px;
    padding: 88px 104px;
  }
}
@media (min-width: 769px) {
  .make_your_mark_content_block_green .ecs_component__content-block__gallery {
    right: -40px;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_content_block_green .ecs_component__content-block__gallery {
    top: -130px;
  }
}
@media (min-width: 1280px) {
  .make_your_mark_content_block_green .ecs_component__content-block__gallery {
    right: -150px;
  }
}
.make_your_mark_content_block_green .ecs_component__content-block__wrap .ecs_component__content-block__column-content .ecs_img {
  left: unset;
  position: absolute;
  right: -25%;
  top: 100px;
}
.make_your_mark_content_block_green .ecs_component__content-block__wrap .ecs_component__content-block__header {
  color: #597f26;
}
.make_your_mark_content_block_green .ecs_component__content-block__wrap .ecs_component__content-block__header::after {
  background-color: #87a853;
  opacity: 1;
}
.make_your_mark_content_block_orange .ecs__component-wrapper {
  background-color: rgba(254, 167, 112, 0.3);
}
@media (min-width: 1024px) {
  .make_your_mark_content_block_orange .ecs__component-wrapper {
    padding: 124px 104px 100px 0;
  }
}
@media (min-width: 769px) {
  .make_your_mark_content_block_orange .ecs_component__content-block__gallery {
    right: 80px;
  }
}
.make_your_mark_content_block_orange .ecs_component__content-block__wrap .ecs_component__content-block__column-content .ecs_img {
  left: 12%;
  position: absolute;
  top: 50px;
}
.make_your_mark_content_block_orange .ecs_component__content-block__wrap .ecs_component__content-block__header {
  color: #c4461f;
}
.make_your_mark_content_block_orange .ecs_component__content-block__wrap .ecs_component__content-block__header::after {
  background-color: #c4461f;
  opacity: 1;
}
.make_your_mark_content_block_apply {
  margin-bottom: -200px;
  z-index: 2;
}
.make_your_mark_content_block_apply .ecs__component-wrapper {
  background-color: #90162a;
  min-height: 144px;
}
@media (min-width: 1024px) {
  .make_your_mark_content_block_apply .ecs__component-wrapper {
    padding: 40px 0 40px 104px;
  }
}
.make_your_mark_content_block_apply .ecs_component__content-block__columns {
  flex-direction: column;
}
@media (min-width: 769px) {
  .make_your_mark_content_block_apply .ecs_component__content-block__columns {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .make_your_mark_content_block_apply .ecs_component__content-block__column-gallery {
    justify-content: flex-end;
  }
  .make_your_mark_content_block_apply .ecs_component__content-block__column-gallery .ecs_component__content-block__gallery {
    margin-right: -80px;
  }
}
.make_your_mark_content_block_apply .ecs_component__content-block__wrap .ecs_component__content-block__header {
  color: #fff;
}
.make_your_mark_content_block_apply .ecs_component__content-block__wrap .ecs_component__content-block__header::after {
  background-color: #c2392f;
  opacity: 1;
}
.make_your_mark_content_block_apply .ecs_component__content-block__wrap .ecs_component__content-block__content {
  color: #fff;
}
.make_your_mark_content_block_apply .button {
  background-color: #fff;
  border: 0;
  border-radius: 50px;
  color: #90162a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 8px 24px;
  text-transform: capitalize;
}
.make_your_mark_content_block_apply .button:hover, .make_your_mark_content_block_apply .button:focus-visible {
  background-color: #c2392f;
  color: #fff;
}
.make-your-mark .footer {
  gap: 8px 48px;
  background-color: rgba(242, 185, 174, 0.3);
  color: #282522;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .make-your-mark .footer {
    flex-direction: row;
  }
}
.make-your-mark .footer__link {
  display: inline-flex;
}
.make-your-mark .footer__break, .make-your-mark .footer__accessibility {
  display: none;
}
.make-your-mark .header {
  display: none;
}
.make-your-mark main {
  background: #fff;
  color: #2e3433;
}
.make-your-mark .ecs__component {
  padding: 0;
}
.make-your-mark .ecs__component.ecs__component-cards__gallery {
  margin-top: 53px;
  padding: 35px;
}
@media (min-width: 1024px) {
  .make-your-mark .ecs__component {
    padding: 20px;
  }
}
.make_your_mark_hero .button {
  background-color: #e25f22;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 12px 24px;
  text-transform: capitalize;
}
.make_your_mark_hero .button:hover, .make_your_mark_hero .button:focus-visible {
  background-color: #c4461f;
  color: #fff;
}
.make_your_mark_hero .ecs__component-hero__single_image {
  background-color: rgba(254, 167, 112, 0.3);
  padding: 0;
  position: relative;
}
.make_your_mark_hero .ecs__component-hero__single_image .ecs_hero {
  background-image: none !important;
  flex-direction: column-reverse;
  min-height: 1024px;
  padding: 43px 36px 36px;
}
@media (min-width: 769px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero {
    max-height: 940px;
    min-height: 940px;
    padding: 130px 36px 36px;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero {
    flex-direction: row;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__container {
  position: static;
}
@media (min-width: 769px) {
  .make_your_mark_hero .ecs__component-hero__single_image .hero__logo {
    left: 28px;
    position: absolute;
    top: 40px;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__logo .ecs_logo {
  margin: 0 auto 52px;
}
@media (min-width: 769px) {
  .make_your_mark_hero .ecs__component-hero__single_image .hero__logo .ecs_logo {
    margin: 0;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_singleimage::after {
  background: center / cover no-repeat url("../../assets/images/make-your-mark/womaninyellow.png");
  bottom: 0;
  content: "";
  display: block;
  height: 250px;
  position: absolute;
  right: 0;
  width: 250px;
}
@media (min-width: 375px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_singleimage::after {
    height: 36%;
    width: 50%;
  }
}
@media (min-width: 769px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_singleimage::after {
    height: 48%;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_singleimage::after {
    height: 800px;
    width: 600px;
  }
}
@media (min-width: 1280px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_singleimage::after {
    height: 800px;
    width: 700px;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_background {
  pointer-events: none;
}
.make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_background .ecs_hero_singleimage .ecs_picture {
  bottom: 0;
  height: 260px;
  left: unset;
  position: absolute;
  right: 0;
  top: unset;
  width: auto;
}
@media (min-width: 375px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_background .ecs_hero_singleimage .ecs_picture {
    height: 320px;
  }
}
@media (min-width: 769px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_background .ecs_hero_singleimage .ecs_picture {
    height: 70vh;
    max-height: 640px;
    min-height: 640px;
    right: -29vw;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_background .ecs_hero_singleimage .ecs_picture {
    height: 90vh;
    min-height: 800px;
  }
}
@media (min-width: 1336px) {
  .make_your_mark_hero .ecs__component-hero__single_image .ecs_hero_background .ecs_hero_singleimage .ecs_picture {
    right: 0;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  text-align: left;
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__content .headline {
  color: #e25f22;
  font-size: 32px;
  font-weight: 600;
  max-width: 400px;
  position: relative;
  text-align: center;
}
@media (min-width: 375px) {
  .make_your_mark_hero .ecs__component-hero__single_image .hero__content .headline {
    font-size: 62px;
    line-height: 62px;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__content .headline::before {
  background: center / contain no-repeat url("../../assets/images/make-your-mark/arrows.svg");
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 66px;
  position: absolute;
  width: 100%;
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__content .headline::after {
  background: center / contain no-repeat url("../../assets/images/make-your-mark/go_forward.svg");
  content: "";
  display: block;
  height: 120px;
  margin: -30px 0 0 -16px;
  position: relative;
  width: 100%;
}
@media (min-width: 375px) {
  .make_your_mark_hero .ecs__component-hero__single_image .hero__content .headline::after {
    margin: -14px 0 0 -16px;
  }
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__content .ecs_content {
  padding: 40px 0;
  position: relative;
}
.make_your_mark_hero .ecs__component-hero__single_image .hero__content .hero__ctas {
  position: relative;
}
.make_your_mark_list {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .make_your_mark_list {
    margin-top: 84px;
  }
}
.make_your_mark_list .ecs_component__content-block__wrap.content1--right {
  margin-left: auto;
}
.make_your_mark_list .ecs_component__content-block__wrap .column {
  justify-content: flex-end;
}
.make_your_mark_list .ecs_component__content-block__content-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .make_your_mark_list .ecs_component__content-block__content-wrap {
    flex-direction: row;
  }
}
.make_your_mark_list .ecs_component__content-block__lists {
  background-color: rgba(170, 203, 135, 0.3);
  padding: 120px 32px 32px;
}
@media (min-width: 1024px) {
  .make_your_mark_list .ecs_component__content-block__lists {
    margin-right: -80px;
    padding: 64px 153px;
  }
}
@media (min-width: 1280px) {
  .make_your_mark_list .ecs_component__content-block__lists {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_list .ecs_component__content-block__list:not(:last-child) {
    margin-bottom: 90px;
  }
}
.make_your_mark_list .ecs_component__content-block__list-title {
  color: #597f26;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: initial;
  line-height: initial;
  margin-bottom: 50px;
  text-transform: initial;
}
.make_your_mark_list .ecs_component__content-block__list-items {
  columns: 1;
}
.make_your_mark_list .ecs_component__content-block__list-item {
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #87A853;
  color: #282522;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 36px;
  padding-bottom: 36px;
}
.make_your_mark_list .ecs_component__content-block__list-item:last-child {
  border-bottom: 0;
}
.make_your_mark_list .ecs_component__content-block__list-item::before {
  background: center / cover no-repeat url("../../assets/images/make-your-mark/checkmark.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 62px;
  margin-top: -30px;
  min-width: 46px;
}
.make_your_mark_list .ecs_image_wrap {
  bottom: -100px;
  padding: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .make_your_mark_list .ecs_image_wrap {
    height: calc(100% - 176px);
    padding: 0;
    right: -80px;
    top: 0;
  }
  .make_your_mark_list .ecs_image_wrap .ecs_img {
    height: 100%;
    object-fit: contain;
  }
}
.make_your_mark_outro {
  background-color: rgba(242, 185, 174, 0.3);
  overflow-wrap: break-word;
  padding: 230px 20px 40px;
  text-align: center;
}
@media (min-width: 769px) {
  .make_your_mark_outro {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_outro {
    padding: 330px 0 150px;
  }
}
@media (min-width: 1280px) {
  .make_your_mark_outro {
    padding: 330px 200px 150px;
  }
}
.make_your_mark_outro .column:last-child {
  display: none;
}
@media (min-width: 769px) {
  .make_your_mark_outro .column:last-child {
    display: block;
  }
}
.make_your_mark_outro .make_your_mark_outro_heading {
  color: #90162a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .make_your_mark_outro .make_your_mark_outro_links {
    column-count: 2;
  }
}
.make_your_mark_outro .make_your_mark_outro_links.make_your_mark_outro_address {
  column-count: unset;
}
.make_your_mark_outro .make_your_mark_outro_links.make_your_mark_outro_address .make_your_mark_outro_link {
  margin-bottom: 24px;
}
.make_your_mark_outro .make_your_mark_outro_links .make_your_mark_outro_link {
  margin-bottom: 16px;
}
.make_your_mark_outro .make_your_mark_outro_links .make_your_mark_outro_link-item {
  color: #282522;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
.make_your_mark_outro .make_your_mark_outro_links .make_your_mark_outro_link-item:hover {
  color: #90162a;
}
.make_your_mark_outro .ecs_logo {
  margin: 36px auto;
  max-width: 155px;
  width: 100%;
}
@media (min-width: 1024px) {
  .make_your_mark_outro .ecs_logo {
    margin: 0 0 36px;
    max-width: 180px;
  }
}
.make_your_mark_outro .ecs_denver_logo {
  background: bottom / contain no-repeat url("../../assets/images/make-your-mark/TDF_Logo_primary_color-v2.svg");
  color: transparent;
  display: block;
  height: 70px;
}
.make_your_mark_outro .ecs_denver_logo:hover {
  color: transparent;
}
.make_your_mark_slider::before {
  background: center / cover no-repeat url("../../assets/images/make-your-mark/brush_blue.svg");
  content: "";
  display: none;
  height: 916px;
  position: absolute;
  width: 870px;
  z-index: 2;
}
@media (min-width: 769px) {
  .make_your_mark_slider::before {
    display: block;
    left: -700px;
  }
}
@media (min-width: 1024px) {
  .make_your_mark_slider::before {
    left: -600px;
  }
}
.make_your_mark_slider::after {
  background: center / cover no-repeat url("../../assets/images/make-your-mark/arrows_blue.svg");
  content: "";
  display: none;
  height: 32px;
  position: absolute;
  width: 817px;
  z-index: 4;
}
@media (min-width: 769px) {
  .make_your_mark_slider::after {
    bottom: 50px;
    display: block;
    left: -400px;
  }
}
@media (min-width: 1280px) {
  .make_your_mark_slider::after {
    bottom: 100px;
    left: 0;
  }
}
.make_your_mark_slider .ecs__component-slider::before {
  background-color: rgba(194, 215, 242, 0.4);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.make_your_mark_slider .ecs__component-slider::after {
  display: none;
}
.make_your_mark_slider .ecs__component-slider .ecs_slide_image_wrap {
  z-index: 3;
}
.make_your_mark_slider .ecs__component-slider .ecs_img {
  margin: auto;
}
@media (min-width: 769px) {
  .make_your_mark_slider .ecs__component-slider .ecs_img {
    margin: unset;
  }
}
@media (min-width: 769px) {
  .make_your_mark_slider .ecs__component-slider .ecs_slider_columns {
    align-items: center;
    padding-bottom: 100px;
  }
}
.make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap {
  padding: 0 36px;
}
@media (min-width: 769px) {
  .make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap {
    padding: 10% 36px 0;
  }
}
.make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap .h2 {
  color: #282522;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap .content-block__content {
  color: #282522;
}
.make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap .ecs_slide_author {
  color: #3154a0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 24px;
  padding-top: 24px;
}
@media (min-width: 769px) {
  .make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap .ecs_slide_author {
    bottom: 24px;
    padding-top: 0;
    position: absolute;
    right: 100px;
  }
}
.make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap .ecs_slide_authortitle {
  color: #282522;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 769px) {
  .make_your_mark_slider .ecs__component-slider .ecs_slide_contentwrap .ecs_slide_authortitle {
    bottom: 0;
    position: absolute;
    right: 100px;
  }
}
.make_your_mark_slider .ecs__component-slider .slick-slide {
  position: relative;
}
.make_your_mark_slider .ecs__component-slider .slick-dots {
  display: flex !important;
  flex-direction: column;
  gap: 32px;
  left: unset;
  padding: 0;
  position: absolute;
  right: -16px;
  top: 0;
  width: 18px;
}
.make_your_mark_slider .ecs__component-slider .slick-dots li {
  cursor: pointer;
}
.make_your_mark_slider .ecs__component-slider .slick-dots li .ecs_slider_dot {
  background: center / cover no-repeat url("../../assets/images/make-your-mark/slider_open.svg");
  background-color: transparent;
  border: 0;
  color: transparent;
  height: 16px;
  width: 18px;
}
.make_your_mark_slider .ecs__component-slider .slick-dots li:hover .ecs_slider_dot, .make_your_mark_slider .ecs__component-slider .slick-dots li:focus-visible .ecs_slider_dot, .make_your_mark_slider .ecs__component-slider .slick-dots li.slick-active .ecs_slider_dot {
  background-image: url("../../assets/images/make-your-mark/slider_closed.svg");
}
.make_your_mark_slider .ecs_component__slider__slide-icon.ecs_component__slider__slide-icon__image {
  display: none;
}
.make_your_mark_slider .ecs__components__slider__arrow {
  background: transparent;
  border: 0;
  bottom: -24px;
  color: #000;
  opacity: 0.3;
}
@media (min-width: 769px) {
  .make_your_mark_slider .ecs__components__slider__arrow {
    bottom: 0;
  }
}
.make_your_mark_slider .ecs__components__slider__arrow:hover, .make_your_mark_slider .ecs__components__slider__arrow:focus-visible {
  background-color: transparent;
  opacity: 0.6;
}
.make_your_mark_slider .ecs__components__slider__arrow.ecs__components__slider__arrow-left {
  left: unset;
  position: absolute;
  right: 60px;
}
.make_your_mark_slider .ecs_slide_contentwrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.make_your_mark_slider.make_your_mark_slider_red::before {
  background: center / contain no-repeat url("../../assets/images/make-your-mark/brush_red.svg");
}
.make_your_mark_slider.make_your_mark_slider_red::after {
  background: center / cover no-repeat url("../../assets/images/make-your-mark/arrows_red.svg");
}
.make_your_mark_slider.make_your_mark_slider_red .ecs__component-slider::before {
  background-color: #fbeae6;
}
.make_your_mark_slider.make_your_mark_slider_red .ecs__component-slider .ecs_slide_contentwrap .ecs_slide_author {
  color: #90162a;
}
.property-home main {
  background-color: #f7f7f7;
  background-image: url("../../assets/images/redpeak_background.svg");
  background-repeat: repeat-y;
  background-size: contain;
}
.property-page .ecs_pageintro_ctas .ecs_a, .property-page .ecs_pageintro_ctas .ecs__component-pageintro__hero__content__item-link, .property-page .ecs_pageintro_ctas .button, .property-page .ecs_pageintro_ctas .btn, .property-page .ecs_component__gallery__buttons .ecs_a, .property-page .ecs_component__gallery__buttons .ecs__component-pageintro__hero__content__item-link, .property-page .ecs_component__gallery__buttons .button, .property-page .ecs_component__gallery__buttons .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-transform: uppercase;
}
.property-page .ecs_pageintro_ctas .ecs_a:hover, .property-page .ecs_pageintro_ctas .ecs_a:focus, .property-page .ecs_pageintro_ctas .ecs_a.btn--active, .property-page .ecs_pageintro_ctas .ecs_a.active, .property-page .ecs_pageintro_ctas .ecs__component-pageintro__hero__content__item-link:hover, .property-page .ecs_pageintro_ctas .ecs__component-pageintro__hero__content__item-link:focus, .property-page .ecs_pageintro_ctas .ecs__component-pageintro__hero__content__item-link.btn--active, .property-page .ecs_pageintro_ctas .ecs__component-pageintro__hero__content__item-link.active, .property-page .ecs_pageintro_ctas .button:hover, .property-page .ecs_pageintro_ctas .button:focus, .property-page .ecs_pageintro_ctas .button.btn--active, .property-page .ecs_pageintro_ctas .button.active, .property-page .ecs_pageintro_ctas .btn:hover, .property-page .ecs_pageintro_ctas .btn:focus, .property-page .ecs_pageintro_ctas .btn.btn--active, .property-page .ecs_pageintro_ctas .btn.active, .property-page .ecs_component__gallery__buttons .ecs_a:hover, .property-page .ecs_component__gallery__buttons .ecs_a:focus, .property-page .ecs_component__gallery__buttons .ecs_a.btn--active, .property-page .ecs_component__gallery__buttons .ecs_a.active, .property-page .ecs_component__gallery__buttons .ecs__component-pageintro__hero__content__item-link:hover, .property-page .ecs_component__gallery__buttons .ecs__component-pageintro__hero__content__item-link:focus, .property-page .ecs_component__gallery__buttons .ecs__component-pageintro__hero__content__item-link.btn--active, .property-page .ecs_component__gallery__buttons .ecs__component-pageintro__hero__content__item-link.active, .property-page .ecs_component__gallery__buttons .button:hover, .property-page .ecs_component__gallery__buttons .button:focus, .property-page .ecs_component__gallery__buttons .button.btn--active, .property-page .ecs_component__gallery__buttons .button.active, .property-page .ecs_component__gallery__buttons .btn:hover, .property-page .ecs_component__gallery__buttons .btn:focus, .property-page .ecs_component__gallery__buttons .btn.btn--active, .property-page .ecs_component__gallery__buttons .btn.active {
  background-color: #fff !important;
  color: #000 !important;
}
.property-amenities .ecs__component-pageintro__intro:after, .property-gallery .ecs__component-pageintro__intro:after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-color: #e1251b;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -400px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 1100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
}
@media (min-width: 769px) {
  .property-amenities .ecs__component-pageintro__intro:after, .property-gallery .ecs__component-pageintro__intro:after {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 200px), 0% 100%);
    height: calc(100% + 390px);
  }
}
@media (min-width: 769px) {
  .property-amenities .ecs__component-pageintro__intro:after, .property-gallery .ecs__component-pageintro__intro:after {
    bottom: -390px;
  }
}
.property-gallery .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  padding-bottom: 0;
}
.property-gallery .ecs__component.ecs__component-gallery.ecs__component-gallery__gallery {
  padding-top: 0;
}
.property-gallery .property-amenities .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  gap: 80px;
}
.property-affordable-housing .ecs__component-pageintro__hero__content.is-centered.ecs_pageintro_bottom_section {
  z-index: -1;
}
.property-affordable-housing .ecs__component-pageintro .ecs_pageintro_bottom_section {
  background: unset !important;
}
.property-affordable-housing .ecs__component-pageintro .ecs_pageintro_bottom_section::after {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Olive_MountainLines.jpg);
  background-color: #e1251b;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -400px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 1100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
}
@media (min-width: 769px) {
  .property-affordable-housing .ecs__component-pageintro .ecs_pageintro_bottom_section::after {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 200px), 0% 100%);
    height: 800px;
  }
}
.property-faq.fancybox-active {
  height: inherit;
}
.property-faq main.ecs_main {
  background-color: #f7f7f7;
  background-image: url("../../assets/images/redpeak_background.svg");
}
.property-faq .ecs__component-pageintro__hero__content.is-centered.ecs_pageintro_bottom_section {
  display: none;
}
.property-faq .ecs__component-divider hr.ecs__component-divider__divider {
  background: #E8E4E1;
  border-bottom: 0;
}
.ecs_contentblock_white_background_less {
  z-index: 2;
}
.ecs_contentblock_white_background_less .ecs_component__content-block__columns.columns.is-vcentered.is-variable.is-3-tablet {
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.ecs_custom_property.property-page .ecs__component-pageintro .ecs_pageintro_bottom_section {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
}
.ecs_custom_property.property-page.property-amenities .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  background: transparent;
}
@media (max-width: 769px) {
  .ecs_custom_property.property-page.property-amenities .ecs__component-pageintro__intro:after {
    bottom: -200px;
  }
}
.ecs_custom_property.property-page.property-gallery .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  background: transparent;
}
.ecs_custom_property.property-page.property-gallery .ecs__component-pageintro__intro::after {
  background-image: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
  background-color: #e1251b;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -400px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 1100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 769px) {
  .ecs_custom_property.property-page.property-gallery .ecs__component-pageintro__intro::after {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 200px), 0% 100%);
    height: calc(100% + 390px);
  }
}
.ecs_custom_property.property-page.property-gallery .ecs__component-gallery {
  margin-top: -80px;
  padding-top: 0;
}
.ecs_custom_property.property-page.property-neighborhood .ecs_components__container-component-pageintro .ecs_pageintro_bottom_section {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
}
.ecs_custom_property.property-page.property-neighborhood .ecs__component-locationsmap::after {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Midnight_AlpacaAngles.jpg);
}
.ecs_custom_property.property-page.property-residents .ecs__component-cpt-team::after {
  background: url(//redpeak.com/wp-content/uploads/2025/10/Monaco-Row_Sunset_RailLines-1.jpg);
}
