@charset "UTF-8";
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #82b9e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.preloader {
  cursor: pointer;
}
.preloader:hover .preloader__skip-hint {
  opacity: 1;
}

.preloader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin: 48px;
}
@media (max-width: 768px) {
  .preloader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .preloader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 48px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AG", sans-serif;
  font-style: normal;
  color: #45494a;
  line-height: normal;
  color: #45494a;
  font-weight: 400;
  line-height: 120%;
}

.h1, h1 {
  font-family: "BS", serif;
  font-size: clamp(4rem, 1.5951vw + 3.6311rem, 5.625rem);
}

.h2, h2 {
  font-family: "BS", serif;
  font-size: clamp(1.875rem, 1.227vw + 1.5913rem, 3.125rem);
}

.h3, h3 {
  font-family: "BS", serif;
  font-size: clamp(1.5rem, 0.2454vw + 1.4433rem, 1.75rem);
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

@font-face {
  font-family: "AG";
  src: url("../fonts/ag400.woff2") format("woff2"), url("../fonts/ag400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AG";
  src: url("../fonts/ag600.woff2") format("woff2"), url("../fonts/ag600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BS";
  src: url("../fonts/bs400.woff2") format("woff2"), url("../fonts/bs400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.body-text, p {
  font-family: "AG", sans-serif;
  font-style: normal;
  color: #45494a;
  line-height: normal;
  color: #45494a;
  line-height: 28px; /* 155.556% */
}

p {
  color: #45494a;
}

.btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn:focus {
  outline: none;
  outline-offset: 2px;
}
.btn {
  font-family: "AG", sans-serif;
  font-style: normal;
  color: #45494a;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background: #82b9e0;
  color: #45494a;
  padding: 8px 32px;
  border-radius: 32px;
  min-width: 230px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn:hover {
  background: #45494a;
  color: #82b9e0;
  text-decoration: none;
}

.site-header {
  background-color: transparent;
  border-bottom: none;
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0;
  z-index: 1030;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.site-header.fixed {
  background: #eceded;
}
.loaded .site-header {
  opacity: 1;
}
.site-header .custom-navbar {
  padding-top: 3rem;
  padding-bottom: 0.75rem;
}
.site-header .custom-navbar .container-fluid {
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .site-header .custom-navbar .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .site-header .custom-navbar .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.site-header .navbar-brand {
  padding: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-header .navbar-brand .logo-img {
  width: 100%;
  height: auto;
  max-width: 130px;
}
@media (min-width: 991.98px) {
  .site-header .navbar-brand .logo-img {
    max-width: 180px;
  }
}
.site-header .navbar-nav {
  gap: 1.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-header .sale-lease-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header .sale-lease-link .tagline {
  width: 100%;
  width: 500px;
  display: none;
}
@media (min-width: 991.98px) {
  .site-header .sale-lease-link .tagline {
    display: block;
  }
}
.site-header .sale-lease-link .regbtn {
  min-width: 0;
  font-size: 1.125rem;
}
@media (min-width: 991.98px) {
  .site-header .sale-lease-link .regbtn {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.25rem;
  }
}
.site-header .custom-hamburger {
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.site-header .custom-hamburger:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-header .custom-hamburger .hamburger-lines {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .custom-hamburger .line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--brand-primary);
  border-radius: 1.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.site-header .custom-hamburger .line.line1 {
  top: 8px;
}
.site-header .custom-hamburger .line.line2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header .custom-hamburger .line.line3 {
  bottom: 8px;
}
.site-header .custom-hamburger:hover .line {
  background-color: var(--brand-accent);
}
.site-header .custom-hamburger[aria-expanded=true] .line1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.site-header .custom-hamburger[aria-expanded=true] .line2 {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.site-header .custom-hamburger[aria-expanded=true] .line3 {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
.site-header .custom-hamburger:focus-visible .line {
  background-color: var(--brand-accent);
}
.site-header .menu-icon {
  display: none !important;
}
.site-header .fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: none;
}
.site-header .fullscreen-menu:not(.show) {
  display: none;
}
.site-header .fullscreen-menu.show {
  display: block;
}
.site-header .menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-primary);
  z-index: 1;
}
.site-header .menu-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .site-header .menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.site-header .menu-sidebar {
  width: 185.904px;
  height: 100%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .site-header .menu-sidebar {
    width: 100%;
    height: 98px;
    margin-bottom: 100px;
  }
}
.site-header .menu-sidebar .sidebar-pattern {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url("../images/Union.svg");
}
@media (max-width: 991.98px) {
  .site-header .menu-sidebar .sidebar-pattern {
    background-image: url("../images/Union-horizontal.svg");
  }
}
.site-header .menu-sections {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 95px 0 0 42px;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.site-header .menu-close-btn {
  position: absolute;
  top: 25px;
  right: 45px;
  width: 39px;
  height: 39px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .site-header .menu-close-btn {
    right: 20px;
  }
}
.site-header .menu-close-btn .close-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-header .menu-close-btn .close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  background-color: var(--brand-light);
  border-radius: 1.5px;
}
.site-header .menu-close-btn .close-line.close-line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .menu-close-btn .close-line.close-line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .menu-close-btn:hover .close-line {
  background-color: var(--brand-accent);
}
.site-header .menu-sections {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 95px 0 0 42px;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.site-header .menu-section {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #4f4f4f;
  width: 949px;
  max-width: calc(100% - 42px);
}
.site-header .menu-section:last-child {
  border-bottom: none;
}
.site-header .section-title {
  font-family: "AG", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand-light);
  margin: 0 0 1.25rem 0;
}
.site-header .section-title:last-child {
  margin-bottom: 0;
}
.site-header .menu-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.site-header .menu-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.site-header .menu-item-wrapper:last-child {
  margin-bottom: 0;
}
.site-header .menu-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-header .menu-item-link {
  color: var(--brand-light);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-header .menu-item-link:hover {
  color: var(--brand-accent);
  text-decoration: none;
}
.site-header .menu-item-title {
  font-family: "AG", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (max-width: 1199.98px) {
  .site-header .menu-item-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .site-header .menu-item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-item-title {
    font-size: 1.25rem;
  }
}
.site-header .menu-item-description {
  font-family: "AG", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #b3b3b3;
  margin-top: 0.25rem;
  display: block;
}
@media (max-width: 767.98px) {
  .site-header .menu-item-description {
    font-size: 0.875rem;
  }
}
.site-header .menu-submenu {
  margin-top: 0.75rem;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .site-header .menu-submenu {
    margin-left: 1rem;
  }
}
.site-header .menu-submenu-link {
  font-family: "AG", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #cccccc;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0.25rem 0;
}
.site-header .menu-submenu-link:hover {
  color: var(--brand-accent);
  text-decoration: none;
}
.site-header .menu-submenu-link:focus {
  outline: 2px solid var(--brand-accent);
  outline-offset: 2px;
}
@media (max-width: 991.98px) {
  .site-header .menu-submenu-link {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-submenu-link {
    font-size: 0.875rem;
  }
}
.site-header .menu-item-wrapper.menu-item-featured .menu-item-title {
  color: var(--brand-accent);
}
.site-header .menu-item-wrapper.menu-item-external .menu-item-link::after {
  content: " ↗";
  font-size: 0.875em;
  opacity: 0.7;
}
.site-header .menu-item-wrapper.menu-item-cta .menu-item-link {
  background-color: var(--brand-accent);
  color: var(--brand-light);
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.site-header .menu-item-wrapper.menu-item-cta .menu-item-link:hover {
  background-color: var(--brand-primary);
}
.site-header .menu-item-wrapper.menu-item-cta .menu-item-link {
  color: var(--brand-light);
}
.site-header .menu-item-wrapper .menu-item-title {
  font-size: 1rem;
  font-weight: 400;
}
.site-header .menu-item-wrapper {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation: slideInFromLeft 0.4s ease-out forwards;
  animation: slideInFromLeft 0.4s ease-out forwards;
}
.site-header .menu-item-wrapper:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.site-header .menu-item-wrapper:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.site-header .menu-item-wrapper:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.site-header .menu-item-wrapper:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.site-header .menu-item-wrapper:nth-child(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.site-header .menu-item-wrapper:nth-child(6) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.site-header .menu-item-wrapper:nth-child(7) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.site-header .menu-item-wrapper:nth-child(8) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.site-header .menu-item-wrapper:nth-child(9) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.site-header .menu-item-wrapper:nth-child(10) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1199.98px) {
  .site-header .menu-sections {
    padding-left: 2rem;
  }
  .site-header .menu-section {
    width: 100%;
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 991.98px) {
  .site-header .menu-submenu {
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-sections {
    padding: 80px 0 0 1rem;
  }
  .site-header .menu-submenu {
    margin-left: 0.5rem;
  }
}
.site-header .menu-item-link:focus-visible,
.site-header .menu-submenu-link:focus-visible {
  outline: 0px solid var(--brand-accent);
  outline-offset: 0x;
}
.site-header .menu-section.loading {
  opacity: 0.5;
}
.site-header .menu-section.loading .menu-items-list {
  min-height: 100px;
}
.site-header .menu-section.loading .menu-items-list::after {
  content: "Loading menu...";
  display: block;
  color: #666;
  font-style: italic;
  text-align: center;
  padding: 2rem 0;
}

#hero {
  background: transparent;
  text-align: center;
}

#intro {
  position: relative;
  z-index: 3;
}
#intro .img {
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.loaded #intro .img {
  opacity: 1;
}
#intro .copy {
  text-align: center;
  padding: 48px 0;
}
@media (max-width: 767.98px) {
  #intro .copy h1 {
    font-size: 3rem;
  }
}
#intro .copy h1.logomark {
  position: relative;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  #intro .copy h1.logomark {
    margin-bottom: 48px;
  }
}
#intro .copy h1.logomark:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -40px;
  width: 25px;
  height: 20px;
  background-image: url("../images/logomark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  #intro .copy h1.logomark:after {
    top: -50px;
    width: 35px;
    height: 30px;
  }
}
#intro .quote {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
#intro .quote .line-building {
  width: 80%;
  max-width: 280px;
  margin: 0 auto 48px;
}
#intro p, #intro blockquote {
  font-size: 1.5rem;
  font-family: "AG", sans-serif;
  font-weight: 400;
  line-height: 140%;
  max-width: 520px;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  #intro p, #intro blockquote {
    font-size: 1.8rem;
    margin: 0 auto 24px;
  }
}
#intro blockquote {
  max-width: 850px;
}
@media (min-width: 768px) {
  #intro blockquote {
    margin-bottom: 48px;
  }
}

#home-community .copy,
#home-amenities .copy {
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  #home-community .copy,
  #home-amenities .copy {
    margin-bottom: 96px;
  }
}
#home-community .copy p,
#home-amenities .copy p {
  max-width: 650px;
}

#register {
  position: relative;
  z-index: 6;
}
#register .container-fluid {
  padding-top: 0;
}
#register .register {
  border-top: 1px solid #45494a;
  padding-top: 48px;
}
#register .register h5 {
  font-family: "AG", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #82b9e0;
  font-weight: 400;
  margin-bottom: 16px;
}
#register .register h6 {
  font-size: 1.8rem;
  font-family: "AG", sans-serif;
  font-weight: 400;
}
#register .register form {
  margin-top: 60px;
  margin-bottom: 100px;
  max-width: 1400px;
}
@media (min-width: 1025px) {
  #register .register form {
    width: 75%;
  }
}
#register .register h4 {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  #register .register h4 {
    font-size: 32px;
  }
}
#register .register .disclaimer {
  color: #45494a;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem; /* 116.667% */
  letter-spacing: 0.0075rem;
  margin-top: 2rem;
}

.grecaptcha-badge {
  display: none;
}

.form-item {
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-item {
    margin-bottom: 20px;
  }
}
.form-item.short {
  margin-bottom: 0;
}
.form-item#brokerage {
  display: none;
  margin-top: 15px;
}
.form-item.consent {
  padding-left: 0;
  padding-right: 15px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 35px;
  vertical-align: middle;
  letter-spacing: 0;
}
.form-item.consent label {
  margin-top: 5px;
  letter-spacing: 0;
  color: #45494a;
  font-size: 0.7rem;
  line-height: 1.3em;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .form-item.consent label {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.form-item.consent label a {
  text-decoration: underline;
}
.form-item #brokerage {
  display: none;
  margin-top: 15px;
}
.form-item.url {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
.form-item .form-check {
  padding-left: 0;
}

.form-control {
  padding: 15px 15px 15px 0;
  color: #45494a;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #45494a;
  border-radius: 0;
}
.form-control:focus {
  color: #45494a;
  background-color: transparent;
  border-color: #45494a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-floating > label {
  padding: 15px;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}

input, select, textarea {
  width: 100%;
  outline: 0;
  font-size: 0.9rem;
  letter-spacing: 0;
  font-family: "AG", sans-serif;
  font-style: normal;
  color: #45494a;
  line-height: normal;
  letter-spacing: 0.025em;
  color: #45494a;
  font-weight: 400;
  border: 1px solid #45494a;
  background: transparent;
  padding: 20px 25px;
  border-radius: 32px;
  text-transform: none;
  min-height: 40px;
}

input[type=textarea], textarea {
  width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

label {
  line-height: 1.5em;
  font-family: "AG", sans-serif;
  font-style: normal;
  color: #45494a;
  line-height: normal;
  text-transform: none;
  color: #45494a;
  text-align: left;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
label a {
  color: #45494a;
}
label a:hover {
  color: #45494a;
}
label.error {
  letter-spacing: 0;
  text-transform: none;
  color: #f00;
  font-size: 12px;
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
label.radiolabel {
  text-align: left;
  display: inline-block;
  width: 60%;
  font-size: 1em;
  padding: 0 0 10px 5px;
}

input[type=radio] {
  width: auto;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}

.radios {
  display: inline-block;
  float: right;
  text-align: left;
  font-size: 0.9em;
  margin-top: 5px;
  width: 38%;
}
.radios input[type=radio] {
  text-align: right;
  margin-top: 5px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 16px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
select option {
  padding: 10px;
  font-weight: 400;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000 !important;
  background: #fff;
}

input[type=radio] {
  cursor: pointer;
  margin-top: 0;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label,
[type=checkbox]:checked + label.error + label {
  position: relative;
  padding-left: 45px;
  padding-right: 0;
  padding-top: 0;
  cursor: pointer;
  text-align: left;
  font-size: 0.875rem;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before,
[type=checkbox]:checked + label.error + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #45494a;
  border-radius: 30px;
  color: #45494a;
  font-size: 30px;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after,
[type=checkbox]:checked + label.error + label:after {
  content: "";
  display: block;
  background-color: #45494a;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + label.error + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:checked + label:after,
[type=checkbox]:checked + label.error + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type=checkbox]:disabled,
[type=checkbox]:disabled + label {
  opacity: 0.5;
}

[type=checkbox]:disabled + label:after {
  background: transparent;
}

.radio-col {
  display: block;
  margin: 20px 0 5px;
}
@media (min-width: 768px) {
  .radio-col {
    text-align: left;
  }
}
.radio-col ul {
  margin: 0;
  padding: 0;
}
.radio-col ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .radio-col ul li:first-of-type {
    display: block;
  }
}
@media (min-width: 768px) {
  .radio-col ul li:first-of-type {
    float: left;
  }
}
.radio-col ul li p {
  font-size: 1em;
  color: #45494a;
}
.radio-col ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio-col ul li .check {
  display: inline-block;
  position: absolute;
  border: 1px solid #45494a;
  border-radius: 100%;
  height: 17px;
  width: 17px;
  top: 8px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radio-col ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.radio-col ul li input[type=radio]:checked ~ .check {
  border: 1px solid #45494a;
}
.radio-col ul li input[type=radio]:checked ~ .check::before {
  background: #45494a;
}
.radio-col ul li input[type=radio]:checked ~ label {
  color: #45494a;
}
.radio-col ul li label {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  z-index: 9;
  font-size: 0.9em;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #45494a;
}
.radio-col ul li label.first {
  padding-left: 0;
}

::-webkit-input-placeholder,
placeholder {
  letter-spacing: 0;
  color: #45494a;
  display: block;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0;
  color: #45494a;
  opacity: 1;
}

:-moz-placeholder {
  letter-spacing: 0;
  color: #45494a;
  opacity: 1;
}

placeholder:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s 0.1s ease;
  transition: opacity 0.1s 0.1s ease;
  opacity: 0.5;
}

.submit-btn {
  position: relative;
  text-align: left;
  margin: 32px 0;
}
.submit-btn .btn {
  margin: 0 !important;
}
.submit-btn input[type=submit],
.submit-btn .btn {
  width: 100%;
  font-family: "AG", sans-serif;
  font-style: normal;
  color: #45494a;
  line-height: normal;
  border-radius: 35px;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  white-space: normal;
  position: relative;
  background: #82b9e0;
  color: #45494a;
  font-weight: 400;
  margin: 0;
  padding: 10px 24px;
}
@media (min-width: 768px) {
  .submit-btn input[type=submit],
  .submit-btn .btn {
    width: auto;
  }
}
.submit-btn input[type=submit]:hover,
.submit-btn .btn:hover {
  background: #5faddd;
  color: #45494a;
}
.submit-btn input[type=submit]:disabled,
.submit-btn .btn:disabled {
  background: rgb(52.9381443299, 151.4432989691, 212.0618556701);
  color: #fff;
  opacity: 0.6;
}

.site-footer {
  position: relative;
  background-color: var(--brand-primary);
  color: #eceded;
  z-index: 20;
  border-top: none;
  margin-top: auto;
}
.site-footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .site-footer .footer-container {
    padding: 3rem;
  }
}
@media (min-width: 1025px) {
  .site-footer .footer-container {
    padding: 5rem;
  }
}
.site-footer .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 98px;
  margin-bottom: 48px;
}
.site-footer .details .detail {
  max-width: 300px;
}
@media (min-width: 1025px) {
  .site-footer .details .detail {
    width: 45%;
  }
}
.site-footer .details .detail h5, .site-footer .details .detail h6 {
  color: #82b9e0;
}
.site-footer .details .detail p {
  color: #eceded;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.site-footer .details .detail p a {
  color: #eceded;
  text-decoration: none;
}
.site-footer .details .detail p a:hover {
  color: #5faddd;
}
.site-footer .tagline {
  width: 100%;
  max-width: 500px;
  margin-top: 24px;
}
.site-footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .site-footer .logos {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 48px;
  }
}
.site-footer .logos .rennie {
  max-width: 118px;
  margin-bottom: 6px;
}
.site-footer .logos .rennie img {
  width: 100%;
}
.site-footer .logos .forme {
  max-width: 133px;
}
.site-footer .logos .forme img {
  width: 100%;
}
.site-footer .logomark {
  max-width: 120px;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .site-footer .logomark {
    max-width: 200px;
    margin-left: auto;
  }
}
.site-footer .disclaimer {
  margin-bottom: 24px;
  font-size: 14px;
  color: #eceded;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.site-footer .disclaimer a {
  color: #eceded;
  text-decoration: underline;
}

:root {
  --brand-primary: #45494a;
  --brand-accent: #82b9e0;
  --brand-accent-alt: #5faddd;
  --brand-light: #eceded;
}

/* Add scroll-padding to the html element */
html {
  scroll-padding-top: 100px;
}

body {
  background-color: #eceded;
  background-image: url("../images/bg.png");
  background-size: 7px 7px;
  background-repeat: repeat;
  color: #45494a;
  font-family: "AG", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: var(--brand-primary);
}
a:hover {
  color: var(--brand-accent);
  text-decoration: underline;
}

main {
  overflow-x: hidden;
  padding-top: 90px;
}
@media (min-width: 768px) {
  main {
    padding-top: 120px;
  }
}

.container-fluid {
  overflow-x: hidden;
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 3rem;
  }
}
@media (min-width: 1025px) {
  .container-fluid {
    padding: 5rem;
  }
}

section {
  background-color: transparent;
}

img {
  width: 100%;
  height: auto;
}

.lightbox-close {
  padding: 0 !important;
}

/* Custom modal backdrop */
.modal-backdrop.show {
  opacity: 0.64;
  background: #0D0708;
}

/* Modal sizing */
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}

/* Mobile responsive - 90% width on small screens */
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
}
.modal-content {
  background: #eceded;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}
.modal-content .img {
  background: #82b9e0;
  aspect-ratio: 600/354;
}
.modal-content .img.sq {
  aspect-ratio: 1/1;
}
.modal-content .img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.modal-content .modal-body {
  padding: 48px 32px 48px 32px;
}
.modal-content .modal-body h5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 137.5% */
}
.modal-content .modal-body p {
  font-size: 1.125rem;
}
.modal-content .modal-body p.disclaimer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.modal-content .modal-body .btn {
  width: 260px;
}

/* Custom close button styling */
.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  width: 24px;
  height: 24px;
}

.modal-close-btn img {
  width: 100%;
  height: 100%;
}

/* Remove default Bootstrap close button */
.modal-header {
  border-bottom: none;
  position: relative;
}

#disclaimer .modal-dialog {
  max-width: 600px;
}
#disclaimer .modal-header {
  border: none;
}
#disclaimer .disclaimer-content {
  line-height: 1.6;
  padding-top: 0;
}
#disclaimer .disclaimer-content h5 {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#disclaimer .disclaimer-content p {
  color: var(--brand-primary);
  font-size: 16px;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */
